/* 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 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.phone_link {
  text-decoration: none !important;
  color: inherit !important;
}
/* 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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: #a58961;
  color: #ffffff;
  display: block;
}
.ul_pagination a.pagination_link:hover {
  opacity: 0.8;
}
.ul_pagination .active {
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}
.ul_pagination a.pagination_grp {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: 'Ubuntu', sans-serif;
  text-align: center;
}
.commonErrorBox p,
.commonSuccessBox p,
.commonErrorBox ul,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 20px;
}
.commonErrorBox {
  border: 2px solid #cc0000;
  padding: 15px;
  color: #cc0000;
  /*background-color:@clickable_background_color;*/
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #cc0000;
  /*background-color:@clickable_background_color; border:2px solid @clickable_border_color;*/
}
.commonErrorBox ul {
  padding-left: 2em;
  list-style: none;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: #c6cdaa;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c6cdaa), color-stop(1, #a8ae8e));
  background: -ms-linear-gradient(bottom, #c6cdaa, #a8ae8e);
  background: -moz-linear-gradient(center bottom, #c6cdaa 0%, #a8ae8e 100%);
  background: -o-linear-gradient(#a8ae8e, #c6cdaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ae8e', endColorstr='#c6cdaa', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(223, 230, 198, 0.7);
  -moz-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: #e2e8c9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e8c9), color-stop(1, #c1c8a7));
  background: -ms-linear-gradient(bottom, #e2e8c9, #c1c8a7);
  background: -moz-linear-gradient(center bottom, #e2e8c9 0%, #c1c8a7 100%);
  background: -o-linear-gradient(#c1c8a7, #e2e8c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8a7', endColorstr='#e2e8c9', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  -moz-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
#gallery_password_form {
  /*background:@module_fond1;
	color:@module_texte;
	padding:3px 15px 0;*/
  margin-bottom: 30px;
}
#gallery_password_form h2 {
  margin-bottom: 0;
}
#gallery_password_form .submit {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  margin: 20px auto 0;
  border: none;
  outline: none;
  width: 100%;
  padding: 1em 0;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#gallery_password_form .submit:hover {
  opacity: 0.8;
}
#gallery_password_form .bouton-yoshiko {
  margin-top: 32px;
  padding: calc(1em + 2px) 0;
}
/*** DEBUT : STYLES DU FIL D'ARIANE ***/
#wrapAriane {
  background: #a58961;
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  padding: 10px 15px 15px;
  margin: 15px 0;
  font-size: 1.3em;
  display: flex;
}
#wrapAriane i {
  color: #ffffff;
  padding: 0 10px;
}
#wrapAriane i:first-child {
  color: #000000;
  padding: 0 10px 0 0;
}
#wrapAriane strong {
  padding: 0;
  display: inline-block;
}
#wrapAriane ul {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
  /*vertical-align: text-bottom;*/
}
#wrapAriane ul li {
  list-style: none;
  display: inline-block;
}
#wrapAriane ul li a {
  text-decoration: none;
  color: #000000;
}
#wrapAriane ul li a:hover {
  color: #ffffff;
}
#wrapAriane ul span {
  display: inline-block;
}
/*** FIN : STYLES DU FIL D'ARIANE ***/
/*Couleur de fond du Modal (fancyBox)*/
.fancybox-skin {
  background: #f7f7f7;
}
.content_gallerie {
  padding: 2em 0;
}
/*** DEBUT : STYLES DE LA LISTE DES SOUS GALERIES et des ITEMS***/
h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.4rem;
}
#galleries_list,
#items_list,
.modalDetail {
  /*** SM **
	@media  (max-width:991px){
		.gallery-title, .item-title {
			font-size:1em;
			padding:.7em .9em;
		}
	}		*/
}
#galleries_list .gallery,
#items_list .gallery,
.modalDetail .gallery,
#galleries_list .item,
#items_list .item,
.modalDetail .item {
  margin-bottom: 30px;
}
#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;
  background: #f7f7f7;
  overflow: hidden;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  color: #000000;
}
#galleries_list .gallery-title a,
#items_list .gallery-title a,
.modalDetail .gallery-title a,
#galleries_list .item-title a,
#items_list .item-title a,
.modalDetail .item-title a {
  text-decoration: none;
  color: #000000;
}
#galleries_list .wrapImageGal,
#items_list .wrapImageGal,
.modalDetail .wrapImageGal {
  overflow: hidden;
  min-height: 175px;
}
#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: #f7f7f7;
  color: #000000;
  width: 100%;
  padding: .7em .5em;
  margin: 0;
}
#galleries_list a img,
#items_list a img,
.modalDetail a img {
  -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: #ffffff;
  text-decoration: underline;
  -webkit-transition: all color linear .2s, background-color linear .2s, border linear .2s ease-out;
  -moz-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;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #a58961;
  border: 1px solid transparent;
}
.scrollTop-wrapper a:hover {
  color: #ffffff;
  text-decoration: none;
}
.scrollTop-wrapper a:hover {
  background-color: #957951;
  border: 1px solid transparent;
}
