/* 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: #e0cdc2;
  color: #215791;
  display: block;
}
.ul_pagination a.pagination_link:hover {
  opacity: 0.8;
}
.ul_pagination .active {
  background: #215791;
  color: #ffffff;
  font-weight: bold;
}
.ul_pagination a.pagination_grp {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #333333;
}
.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: 'Poppins', 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;
}
/*** DEBUT : STYLES DU FIL D'ARIANE ***/
#wrapAriane {
  background: #e0cdc2;
  font-family: 'Poppins', sans-serif;
  color: #215791;
  padding: 10px 15px 15px;
  margin: 10px 0;
  font-size: 1.3em;
}
#wrapAriane .glyphicon {
  color: #215791;
  margin: 0;
  padding-right: 10px;
}
#wrapAriane ul {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
}
#wrapAriane ul li {
  list-style: none;
}
#wrapAriane a {
  text-decoration: none;
  color: #215791;
}
#wrapAriane a:hover {
  color: #333333;
}
/*** FIN : STYLES DU FIL D'ARIANE ***/
/*** DEBUT : STYLES DE LA LISTE DES GALERIES ***/
#galleries_list {
  background: url('/oktThemes/ra152-s/images/fond_contenu_realisations.jpg') center top no-repeat;
}
#galleries_list #entete {
  color: #ffffff;
  padding-top: 1px;
  /*** LG ***/
  /*** MD + LG ***/
  /*** XS ***/
  /*** MD ***/
}
#galleries_list #entete a,
#galleries_list #entete h1,
#galleries_list #entete h2,
#galleries_list #entete h3 {
  color: #ffffff;
}
#galleries_list #entete .boutonBlanc {
  color: #215791;
}
@media (min-width: 1200px) {
  #galleries_list #entete {
    width: 70%;
  }
}
@media (min-width: 992px) {
  #galleries_list #entete {
    margin-bottom: 53px;
  }
}
#galleries_list #entete p:nth-last-of-type(1) {
  margin-bottom: 10px;
  /*** MD + LG ***/
}
@media (min-width: 992px) {
  #galleries_list #entete p:nth-last-of-type(1) {
    margin-bottom: 50px;
  }
}
#galleries_list #entete .boutonRealisations {
  text-align: center;
  font-weight: 300;
  font-size: 1.8rem;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #215791;
  border: solid 2px #ffffff;
  margin-right: 5px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
#galleries_list #entete .boutonRealisations:hover {
  color: #ffffff;
  background-color: transparent;
}
@media (max-width: 767px) {
  #galleries_list #entete .boutonRealisations {
    display: inline-block;
    margin: 0 0 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galleries_list #entete .boutonRealisations {
    width: 49%;
    display: inline-block;
  }
}
#galleries_list .controlFilter li {
  cursor: pointer;
}
#galleries_list .gallery {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /*** SM ***/
  /*** MD + LG ***/
}
@media (min-width: 768px) and (max-width: 991px) {
  #galleries_list .gallery {
    min-height: 258px;
  }
}
@media (min-width: 992px) {
  #galleries_list .gallery {
    margin-bottom: 60px;
  }
}
#galleries_list .gallery img {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
#galleries_list .gallery img:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#galleries_list .gallery .gallery-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*** MD + LG ***/
}
@media (min-width: 992px) {
  #galleries_list .gallery .gallery-title {
    font-size: 2.5rem;
    padding: 0 30px;
  }
}
#galleries_list .gallery .urlSite {
  padding: 0 30px;
  font-size: 1.5rem;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*** SM ***/
  /*** XS ***/
}
#galleries_list .gallery .urlSite a:hover {
  color: #808080;
}
@media (min-width: 768px) and (max-width: 991px) {
  #galleries_list .gallery .urlSite {
    padding: 0 15px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  #galleries_list .gallery .urlSite {
    display: none;
  }
}
#galleries_list .gallery .footerGris {
  background-color: #f8f8f8;
  color: #999999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  /*** MD + LG ***/
  /*** XS ***/
}
@media (min-width: 992px) {
  #galleries_list .gallery .footerGris {
    padding: 0 30px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #galleries_list .gallery .footerGris p:nth-of-type(1) {
    display: none;
  }
}
/*** FIN : STYLES DE LA LISTE DES GALERIES ***/
