/* 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;
}
.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: #006843;
  color: #ffffff;
  display: block;
}
.ul_pagination a.pagination_link:hover {
  opacity: 0.8;
}
.ul_pagination .active {
  background: #63a21d;
  color: #006843;
  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: 'Muli', 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;
}
#galleries_list {
  *zoom: 1;
}
#galleries_list:before,
#galleries_list:after {
  display: table;
  content: "";
  line-height: 0;
}
#galleries_list:after {
  clear: both;
}
#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: 'Muli', sans-serif;
  margin: 20px auto 0;
  border: none;
  outline: none;
  width: 100%;
  padding: 1em 0;
  background-color: #63a21d;
  color: #006843;
  font-weight: bold;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#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: #006843;
  font-family: 'Muli', 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: #63a21d;
  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: #63a21d;
}
#wrapAriane ul li a:hover {
  color: #ffffff;
}
#wrapAriane ul span {
  display: inline-block;
}
/*** FIN : STYLES DU FIL D'ARIANE ***/
/*** DEBUT : STYLES DE LA LISTE DES GALERIES ***/
h2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.4rem;
}
.content_gallerie {
  padding: 2em 0;
}
#galleries_list .gallery {
  margin-bottom: 15px;
  border: solid 1px #006843;
  /*** SM **
		@media  (max-width:991px){
			.gallery-title {
				font-size:1.2em;
				padding:.7em .9em;
			}
		}		*/
  /*** SM **
		@media (min-width:768px) and (max-width:991px){
			.btnGallery {
				font-size:1em;
				padding:.7em;
				
				.glyphicon {
					display:block;
					margin-top:.5em;
				}
			}
		}		
		*/
}
#galleries_list .gallery .wrapImageGal {
  overflow: hidden;
}
#galleries_list .gallery .gallery-title {
  font-family: 'Muli', sans-serif;
  margin: 0;
  background-color: #006843;
  height: 4em;
  overflow: hidden;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
}
#galleries_list .gallery .gallery-title a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 1em 1.2em;
}
#galleries_list .gallery img {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}
#galleries_list .gallery img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
#galleries_list .gallery .btnGallery {
  display: block;
  /*.border-radius(@input_border_radius);*/
  background-color: #006843;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-size: 1.3em;
}
#galleries_list .gallery .btnGallery:hover {
  opacity: 0.8;
}
#galleries_list .gallery .btnGallery span {
  color: #ffffff;
}
#galleries_list .gallery .btnGallery .glyphicon {
  color: #63a21d;
  padding-left: 5px;
  font-size: .8em;
}
/*** FIN : STYLES DE LA LISTE DES GALERIES ***/
/*#items_list {
	.clearfix();
}
	.item {
		text-align: center;
	}
	
		.item .item-title {
			background:radial-gradient(@third_background_color,@third_background_hover_color);
			border-top:3px @third_border_color solid;
			color: @third_text_color;
			padding: .5em;
		}
		
		.item .item-title a {
			text-decoration: none;
			color: @third_text_color;
		}
		
		.item .item-title a:hover {
			text-decoration: none;
			color: @fourth_text_color;
			text-shadow:1px 1px 0 @graphics_text_shadow;
		}

		.item img {
			.commonImage();
		}*/
.rg-view {
  height: 30px;
}
.rg-view a {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  margin-left: 3px;
  /*background:@third_background_hover_color url('@{common_url}/js-plugins/responsiveImageGallery/images/views.png') no-repeat top left;*/
  color: #63a21d;
  opacity: 0.6;
  text-decoration: none;
  outline: 0;
  line-height: 1;
}
.rg-view a:hover {
  opacity: 1.0;
}
.rg-view a.rg-view-full:before {
  /*background-position:0px 0px;*/
  font-family: "Glyphicons Halflings";
  content: "\e082";
  font-size: 1.4em;
}
.rg-view a.rg-view-selected {
  opacity: 1.0;
}
.rg-view a.rg-view-thumbs:before {
  font-family: "Glyphicons Halflings";
  content: "\e081";
  font-size: 1.4em;
  /*background-position:0px -16px;*/
}
/* Elastislide Style */
.es-carousel-wrapper {
  padding: 0 27px;
  position: relative;
  margin-bottom: 20px;
}
.es-carousel {
  overflow: hidden;
}
.es-carousel ul {
  display: none;
}
.es-carousel ul li {
  height: 100%;
  float: left;
  display: block;
}
.es-carousel ul li a {
  display: block;
  border-style: solid;
  border-color: #63a21d;
  opacity: 0.8;
  -webkit-touch-callout: none;
  /* option */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a {
  border-color: transparent;
  opacity: 1.0;
  outline: 0;
}
.es-carousel ul li a img {
  display: block;
  border: none;
  max-height: 100%;
  max-width: 100%;
}
.es-nav:first-child:before {
  font-family: "Glyphicons Halflings";
  content: "\e079";
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 4.5;
  background: #006843;
  color: #ffffff;
  height: 100%;
  padding: 0 6px;
  cursor: pointer;
}
.es-nav:last-child:before {
  font-family: "Glyphicons Halflings";
  content: "\e080";
  font-size: 1em;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 4.5;
  background: #006843;
  color: #ffffff;
  height: 100%;
  padding: 0 6px;
  cursor: pointer;
}
.es-nav:first-child:hover:before,
.es-nav:last-child:hover:before {
  opacity: 0.8;
}
.es-nav span {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 27px;
  height: 26px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
}
.es-nav span.es-nav-next {
  right: 8px;
  left: auto;
  background-position: top right;
}
.es-nav span:hover {
  opacity: 1.0;
}
/*.es-carousel{
	padding-bottom:10px
}*/
.es-carousel ul {
  display: block;
  padding: 0;
  margin: 0;
}
.rg-image-wrapper {
  position: relative;
  padding: 0 30px;
  /*background:transparent url('@{common_url}/js-plugins/responsiveImageGallery/images/black.png') repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
  min-height: 20px;
}
.rg-image {
  position: relative;
  text-align: center;
  line-height: 0px;
}
.rg-image img {
  max-height: 100%;
  max-width: 100%;
}
.rg-image-nav:before {
  font-family: "Glyphicons Halflings";
  content: "\e258";
  position: absolute;
  right: 0;
  top: 48.5%;
  font-size: 1.5em;
  background: #006843;
  color: #ffffff;
  padding: 10px 5px;
}
.rg-image-nav:after {
  font-family: "Glyphicons Halflings";
  content: "\e257";
  position: absolute;
  left: 0;
  top: 48.5%;
  font-size: 1.5em;
  background: #006843;
  color: #ffffff;
  padding: 10px 5px;
}
.rg-image-nav a {
  position: absolute;
  top: 0px;
  left: 0px;
  /*background:@fourth_background_color url('@{common_url}/js-plugins/responsiveImageGallery/images/nav.png') no-repeat -20% 50%;*/
  width: 28px;
  height: 100%;
  text-indent: -9000px;
  cursor: pointer;
  outline: none;
  z-index: 2;
  color: #ffffff;
  /*opacity:0.3;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;*/
}
.rg-image-nav a.rg-image-nav-next {
  right: 0px;
  left: auto;
  /*background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;*/
}
.rg-image-nav a:hover {
  opacity: 0.8;
}
.rg-caption {
  text-align: center;
  margin-top: 15px;
  position: relative;
}
.rg-caption p {
  padding: 0 15px;
}
.rg-loading {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #355c30 url('/oktCommon/js-plugins/responsiveImageGallery/images/ajax-loader.gif') no-repeat center center;
  margin: -23px 0px 0px -23px;
  z-index: 100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.7;
}
.scrollTop-wrapper {
  clear: both;
  text-align: right;
}
.scrollTop-wrapper a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #006843;
  border: 1px solid #006843;
}
.scrollTop-wrapper a:hover {
  color: #ffffff;
  text-decoration: none;
}
.scrollTop-wrapper a:hover {
  background-color: #62a119;
  border: 1px solid #006843;
}
