/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : footer & divers */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Couleurs des sous-titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Encart */
/* Modules */
/*.center-block() {
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/
/*.ie7-restore-left-whitespace() {
  *margin-left: .3em;

	&:first-child {
		*margin-left: 0;
	}
}*/
/*.ie7-restore-right-whitespace() {
  *margin-right: .3em;
}*/
/*.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}*/
/*---------------------------------------------------
    DIV
  ---------------------------------------------------*/
/* Clearfix */
/* Possibilité de redimentionner la div pour le navigateur : sur un textarea par exemple */
/* https://www.w3schools.com/cssref/playit.asp?filename=playcss_resize&preval=none
	 https://developer.mozilla.org/fr/docs/Web/CSS/resize */
/* Pas compatible ie et edge */
/* permet d'inclure le padding et la border dans la height et width de l'element */
/* https://www.w3schools.com/cssref/css3_pr_box-sizing.asp
	 https://developer.mozilla.org/fr/docs/Web/CSS/box-sizing */
/* rectangle */
/* carré */
/*---------------------------------------------------
    BORDURES et COINS ARRONDIS
  ---------------------------------------------------*/
/* Coins arrondis
	 https://developer.mozilla.org/fr/docs/Web/CSS/border-radius */
/* Même valeur pour tous les coins */
/* Valeurs différentes pour les coins */
/* Un seul arrondi */
/* En haut à gauche */
/* En haut à droite */
/* En bas à droite */
/* En bas à gauche */
/* Arrondis d'un côté */
/* En haut */
/* À droite */
/* En bas */
/* À gauche */
/*---------------------------------------------------
    FOND
  ---------------------------------------------------*/
/* Définit la taille des images d'arrière-plan pour l'élément : cover */
/* https://developer.mozilla.org/fr/docs/Web/CSS/background-size */
/* Définit la façon dont l'arrière-plan d'un élément (que ce soit l'image ou la couleur) s'étend sous la boîte de bordure, la boîte de remplissage (padding) ou la boîte de contenu */
/* https://developer.mozilla.org/fr/docs/Web/CSS/background-clip */
/* Dégradés
	 https://developer.mozilla.org/fr/docs/Web/CSS/Utilisation_de_d%C3%A9grad%C3%A9s_CSS */
/* Dégradés avec deux couleurs */
/* Horizontal */
/* Vertical */
/* Diagonale */
/* Radial */
/* Dégradés avec trois couleurs */
/* Horizontal */
/* Vertical */
/* Diagonale */
/* Radial */
/*---------------------------------------------------
    CHANGEMENT DE COULEUR
  ---------------------------------------------------*/
/*---------------------------------------------------
    OPACITE
  ---------------------------------------------------*/
/*---------------------------------------------------
    OMBRES
  ---------------------------------------------------*/
/* Sur une boite */
/* Ombre externe sur une boite */
/* Ombre interne sur une boite */
/* Sur un texte */
/*---------------------------------------------------
    TEXTE
  ---------------------------------------------------*/
/* Gestion des traits d'union lors des sauts de ligne */
/* https://developer.mozilla.org/fr/docs/Web/CSS/hyphens
   https://www.w3schools.com/cssref/css3_pr_word-wrap.asp */
/* Autoriser ou non la sélection de texte */
/* Masquer le texte qui dépasse de la div */
/* Limiter l'affichage du contenu d'un bloc à un nombre donné de lignes
	 https://developer.mozilla.org/fr/docs/Web/CSS/-webkit-line-clamp */
/*---------------------------------------------------
    INPUT
  ---------------------------------------------------*/
/* Placeholder text */
/*---------------------------------------------------
    3D
  ---------------------------------------------------*/
/* Prevent browsers from flickering when using CSS 3D transforms.
Default value is `visible`, but can be changed to `hidden
See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples
https://developer.mozilla.org/fr/docs/Web/CSS/backface-visibility */
/*---------------------------------------------------
    Transformations
  ---------------------------------------------------*/
/* La propriété transform modifie l'espace de coordonnées utilisé pour la mise en forme visuelle.
	 https://developer.mozilla.org/fr/docs/Web/CSS/transform */
/* Déplacer */
/* Déplacement 3D */
/* Modifier la taille */
/* Tourner */
/* Perspective */
/*---------------------------------------------------
    Transitions
  ---------------------------------------------------*/
/* Contrôler la vitesse d'animation
	 https://developer.mozilla.org/fr/docs/Web/CSS/CSS_Transitions/Utiliser_transitions_CSS
	 https://developer.mozilla.org/fr/docs/Web/CSS/transition */
/* Durée de l'animation */
/* Durée à attendre avant de débuter la transition */
/* Définir une courbe d'accelération, de manière à ce que la vitesse de la transition varie au cours de sa durée
https://developer.mozilla.org/fr/docs/Web/CSS/transition-timing-function */
/* Pagination site */
.ul_pagination {
  *zoom: 1;
  border: 0;
  margin: 1em auto;
  padding: 0;
  clear: both;
  text-align: center;
}
.ul_pagination:before,
.ul_pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.ul_pagination:after {
  clear: both;
}
.ul_pagination li {
  border: 0;
  margin: 0 3px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ul_pagination a.pagination_link,
.ul_pagination .active {
  border-radius: 0;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  /*width: 2.6em;
		height: 2.6em;*/
}
.ul_pagination a.pagination_link {
  background-color: #ffffff;
  color: #333333;
  display: block;
}
.ul_pagination a.pagination_link:hover {
  opacity: 0.8;
}
.ul_pagination .active {
  background: #333333;
  color: #f3f3f3;
  font-weight: bold;
}
.ul_pagination a.pagination_grp {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #171717;
}
a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.commonImage {
  border-radius: 0;
}
.commonHoverImageScale {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}
.commonHoverImageScale:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px 0;
  padding: 1px;
  position: relative;
  font-family: 'Roboto Slab', serif;
  text-align: center;
}
.commonErrorBox p,
.commonSuccessBox p,
.commonErrorBox ul,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 20px;
}
.commonErrorBox {
  border: 2px solid #c00c00;
  padding: 15px;
  color: #c00c00;
  /*background-color:@clickable_background_color;*/
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #c00c00;
  /*background-color:@clickable_background_color; border:2px solid @clickable_border_color;*/
}
.commonErrorBox ul {
  padding-left: 2em;
  list-style: none;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8ae8e), to(#c6cdaa));
  background-image: -o-linear-gradient(top, #a8ae8e 0%, #c6cdaa 100%);
  background-image: linear-gradient(to bottom, #a8ae8e 0%, #c6cdaa 100%);
  -webkit-box-shadow: 0px 0px 6px rgba(223, 230, 198, 0.7);
  box-shadow: 0px 0px 6px rgba(223, 230, 198, 0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c1c8a7), to(#e2e8c9));
  background-image: -o-linear-gradient(top, #c1c8a7 0%, #e2e8c9 100%);
  background-image: linear-gradient(to bottom, #c1c8a7 0%, #e2e8c9 100%);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
#gallery_password_form {
  margin: 0 0 1em;
}
#gallery_password_form .field {
  margin: 0.5em 0;
  padding: 0;
}
#gallery_password_form .field label,
#gallery_password_form .field .fake-label {
  display: block;
}
#gallery_password_form .field label {
  cursor: pointer;
}
#gallery_password_form .field label.error {
  color: #c00;
  font-style: italic;
  font-size: 0.9em;
}
#gallery_password_form .required {
  font-weight: bold;
}
#gallery_password_form .required:before {
  content: '* ';
  color: #c00;
}
#gallery_password_form fieldset {
  padding: 0.5em;
  margin: 1.8em 0 1em;
  border: none;
  border-top: 1px solid #cd1213;
}
#gallery_password_form legend {
  margin: 0;
  padding: 0.2em 0.8em;
  color: #666666;
  border: 1px solid #cd1213;
  font-style: italic;
}
#gallery_password_form select,
#gallery_password_form textarea,
#gallery_password_form input[type="text"],
#gallery_password_form input[type="password"],
#gallery_password_form input[type="datetime"],
#gallery_password_form input[type="datetime-local"],
#gallery_password_form input[type="date"],
#gallery_password_form input[type="month"],
#gallery_password_form input[type="time"],
#gallery_password_form input[type="week"],
#gallery_password_form input[type="number"],
#gallery_password_form input[type="email"],
#gallery_password_form input[type="url"],
#gallery_password_form input[type="search"],
#gallery_password_form input[type="tel"],
#gallery_password_form input[type="color"] {
  display: inline-block;
  padding: 4px 6px;
  color: #171717;
  border-radius: 3px;
  vertical-align: middle;
}
#gallery_password_form textarea,
#gallery_password_form input[type="text"],
#gallery_password_form input[type="password"],
#gallery_password_form input[type="datetime"],
#gallery_password_form input[type="datetime-local"],
#gallery_password_form input[type="date"],
#gallery_password_form input[type="month"],
#gallery_password_form input[type="time"],
#gallery_password_form input[type="week"],
#gallery_password_form input[type="number"],
#gallery_password_form input[type="email"],
#gallery_password_form input[type="url"],
#gallery_password_form input[type="search"],
#gallery_password_form input[type="tel"],
#gallery_password_form input[type="color"] {
  background-color: transparent;
  border: 1px solid #333333;
  -webkit-transition: all border linear .2s, box-shadow linear .2s ease-out;
  -o-transition: all border linear .2s, box-shadow linear .2s ease-out;
  transition: all border linear .2s, box-shadow linear .2s ease-out;
}
#gallery_password_form textarea:focus,
#gallery_password_form input[type="text"]:focus,
#gallery_password_form input[type="password"]:focus,
#gallery_password_form input[type="datetime"]:focus,
#gallery_password_form input[type="datetime-local"]:focus,
#gallery_password_form input[type="date"]:focus,
#gallery_password_form input[type="month"]:focus,
#gallery_password_form input[type="time"]:focus,
#gallery_password_form input[type="week"]:focus,
#gallery_password_form input[type="number"]:focus,
#gallery_password_form input[type="email"]:focus,
#gallery_password_form input[type="url"]:focus,
#gallery_password_form input[type="search"]:focus,
#gallery_password_form input[type="tel"]:focus,
#gallery_password_form input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
#gallery_password_form input[type="radio"],
#gallery_password_form input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
  vertical-align: baseline;
}
#gallery_password_form input[type="file"],
#gallery_password_form input[type="image"],
#gallery_password_form input[type="submit"],
#gallery_password_form input[type="reset"],
#gallery_password_form input[type="button"],
#gallery_password_form input[type="radio"],
#gallery_password_form input[type="checkbox"] {
  width: auto;
}
#gallery_password_form select {
  border: 1px solid #333333;
  background-color: transparent;
}
#gallery_password_form select:focus,
#gallery_password_form input[type="file"]:focus,
#gallery_password_form input[type="radio"]:focus,
#gallery_password_form input[type="checkbox"]:focus {
  /* Utilisé dans button.less, form.less, plugins CodeMirror */
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#gallery_password_form input::-webkit-input-placeholder,
#gallery_password_form textarea::-webkit-input-placeholder {
  color: #666666;
}
#gallery_password_form input::-moz-placeholder,
#gallery_password_form textarea::-moz-placeholder {
  color: #666666;
}
#gallery_password_form input:-ms-input-placeholder,
#gallery_password_form textarea:-ms-input-placeholder {
  color: #666666;
}
#gallery_password_form input::-ms-input-placeholder,
#gallery_password_form textarea::-ms-input-placeholder {
  color: #666666;
}
#gallery_password_form input::placeholder,
#gallery_password_form textarea::placeholder {
  color: #666666;
}
#gallery_password_form input[type="submit"],
#gallery_password_form button.button {
  display: inline-block;
  /* Utilisé dans button.less */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 10px 20px;
  font-size: 1.3em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all color linear .2s, background-color linear .2s, border linear .2s ease-out;
  -o-transition: all color linear .2s, background-color linear .2s, border linear .2s ease-out;
  transition: all color linear .2s, background-color linear .2s, border linear .2s ease-out;
  color: #2c2c2c;
  background-color: #921a1a;
  border: 1px solid #921a1a;
}
#gallery_password_form input[type="submit"]:focus,
#gallery_password_form button.button:focus {
  /* Utilisé dans button.less, form.less, plugins CodeMirror */
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
#gallery_password_form input[type="submit"].active,
#gallery_password_form button.button.active,
#gallery_password_form input[type="submit"]:active,
#gallery_password_form button.button:active {
  outline: none;
}
#gallery_password_form input[type="submit"]:hover,
#gallery_password_form button.button:hover {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #921a1a;
}
#gallery_password_form input[type="submit"].active,
#gallery_password_form button.button.active,
#gallery_password_form input[type="submit"]:active,
#gallery_password_form button.button:active {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #921a1a;
}
#gallery_password_form a.button {
  display: inline-block;
  /* Utilisé dans button.less */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 10px 20px;
  font-size: 1.3em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all color linear .2s, background-color linear .2s, border linear .2s ease-out;
  -o-transition: all color linear .2s, background-color linear .2s, border linear .2s ease-out;
  transition: all color linear .2s, background-color linear .2s, border linear .2s ease-out;
  color: #2c2c2c;
  background-color: #921a1a;
  border: 1px solid #921a1a;
  text-decoration: none;
}
#gallery_password_form a.button:focus {
  /* Utilisé dans button.less, form.less, plugins CodeMirror */
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
#gallery_password_form a.button.active,
#gallery_password_form a.button:active {
  outline: none;
}
#gallery_password_form a.button:hover {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #921a1a;
}
#gallery_password_form a.button.active,
#gallery_password_form a.button:active {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #921a1a;
}
#gallery_password_form .width100 {
  width: 100% !important;
}
/*** DEBUT : STYLES DU FIL D'ARIANE ***/
#wrapAriane {
  background: #f4f4f4;
  color: #333333;
  padding: .7em .5em;
  margin: 0 0 1em 0;
  font-size: 1.2em;
}
#wrapAriane a {
  color: #333333;
  text-decoration: none;
}
#wrapAriane .glyphicon-camera {
  color: #e4001b;
  margin: 0;
}
#wrapAriane .glyphicon-chevron-right {
  color: #e4001b;
  font-size: .9em;
  font-weight: bold;
}
#wrapAriane ul {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
  vertical-align: bottom;
}
#wrapAriane ul li {
  list-style: none;
  float: left;
}
#wrapAriane ul span {
  float: left;
}
/*** FIN : STYLES DU FIL D'ARIANE ***/
/*Couleur de fond du Modal (fancyBox)*/
.fancybox-overlay .fancybox-skin {
  background: #000000;
}
/*** DEBUT : STYLES DE LA LISTE DES SOUS GALERIES et des ITEMS***/
#galleries_list,
#items_list,
.modalDetail {
  /*** SM ***/
}
#galleries_list .gallery,
#items_list .gallery,
.modalDetail .gallery,
#galleries_list .item,
#items_list .item,
.modalDetail .item {
  margin-bottom: 2em;
}
#galleries_list .gallery-title,
#items_list .gallery-title,
.modalDetail .gallery-title,
#galleries_list .item-title,
#items_list .item-title,
.modalDetail .item-title {
  padding: .5em 1.2em;
  text-align: center;
  margin: 0;
  color: #ffffff;
  overflow: hidden;
  font-weight: 500;
}
#galleries_list .wrapImageGal,
#items_list .wrapImageGal,
.modalDetail .wrapImageGal {
  overflow: hidden;
}
#galleries_list .wrapModalImage,
#items_list .wrapModalImage,
.modalDetail .wrapModalImage {
  position: relative;
  text-align: center;
}
#galleries_list .item-subtitle,
#items_list .item-subtitle,
.modalDetail .item-subtitle {
  font-weight: 500;
  font-style: italic;
  position: absolute;
  bottom: 0em;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  width: 100%;
  padding: .7em .5em;
  margin: 0;
}
@media (max-width: 991px) {
  #galleries_list .gallery-title,
  #items_list .gallery-title,
  .modalDetail .gallery-title,
  #galleries_list .item-title,
  #items_list .item-title,
  .modalDetail .item-title {
    font-size: 1em;
    padding: .7em .9em;
  }
}
#galleries_list a img,
#items_list a img,
.modalDetail a img {
  margin-bottom: 0.5em;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}
#galleries_list a img:hover,
#items_list a img:hover,
.modalDetail a img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
/*** FIN : STYLES DE LA LISTE DES SOUS GALERIES et des ITEMS***/
.scrollTop-wrapper {
  clear: both;
  text-align: right;
}
.scrollTop-wrapper a {
  color: #2c2c2c;
  text-decoration: underline;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #921a1a;
  border: 1px solid #921a1a;
}
.scrollTop-wrapper a:hover {
  color: #333333;
  text-decoration: none;
}
.scrollTop-wrapper a:hover {
  background-color: #ffffff;
  border: 1px solid #921a1a;
}
@media (max-width: 767px) {
  #galleries_list.gallery-diff .wrapImageGal img {
    width: 50% !important;
  }
  #rubric_title {
    line-height: 0.9;
  }
}
@media (min-width: 768px) {
  #wrapAriane {
    margin: 2rem 0 1em;
  }
}
#wrapAriane {
  font-family: 'Roboto Slab', serif;
  padding: 15px;
  margin: 15px 0;
  font-size: 1.3em;
  font-weight: 700;
}
span.far.fa-image {
  padding: 0 10px 0 0;
}
span.far.fa-image {
  color: #e4001b;
}
span.far.fa-angle-right {
  padding: 0 10px;
  color: #e4001b;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
