/* 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: #1c6421;
  color: #ffffff;
  display: block;
}
.ul_pagination a.pagination_link:hover {
  opacity: 0.8;
}
.ul_pagination .active {
  background: #27882e;
  color: #ffffff;
  font-weight: bold;
}
.ul_pagination a.pagination_grp {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #666666;
}
.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: 'Open Sans', 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 {
  border-bottom: #1c6421 1px solid;
  color: #666666;
  padding: 0;
  margin: 10px 0;
  font-size: 1.3em;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
}
#wrapAriane i:first-child {
  color: #27882e;
  padding: 15px;
  border-right: #1c6421 1px solid;
}
#wrapAriane strong {
  padding: 5px 10px;
  display: inline-block;
}
#wrapAriane strong ul {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
}
#wrapAriane strong ul li {
  list-style: none;
  display: inline-block;
}
#wrapAriane strong ul li a {
  text-decoration: none;
  color: #27882e;
}
#wrapAriane strong ul li a:hover {
  color: #666666;
}
#wrapAriane strong ul i {
  padding: 0 8px;
}
/*** FIN : STYLES DU FIL D'ARIANE ***/
/*** DEBUT : STYLES DES FILTRES ***/
.margBott-filters {
  margin-bottom: 15px;
}
.margBott-filters .filters-control {
  background-color: #1c6421;
  padding: 10px 15px;
  margin: 10px 0 0;
  font-size: 1.3em;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
.margBott-filters .filters-control a {
  text-decoration: none;
  color: #ffffff;
}
.margBott-filters .filters-control a:hover {
  opacity: 0.8;
}
.margBott-filters .filters-control i {
  color: #27882e;
  padding: 0 10px;
  font-size: .8em;
}
.margBott-filters #filters_form_public_news {
  background-color: #ffffff;
  border: solid 1px #f7f7f7;
  padding: 0px 15px 10px;
  color: #636a78;
  /*select, input {
			width:100%;
		}*/
}
.margBott-filters #filters_form_public_news p {
  margin-top: 0;
}
.margBott-filters #filters_form_public_news .select--yoshiko {
  margin-top: 32px;
}
.margBott-filters #filters_form_public_news .select--yoshiko span {
  border-width: 2px;
  padding: calc(1em + 2px) 0.5em;
}
.margBott-filters #filters_form_public_news .submitFilter {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.margBott-filters #filters_form_public_news .submitFilter input {
  border: none;
  outline: none;
  width: 100%;
  padding: 1em 0;
  background-color: #27882e;
  color: #ffffff;
  font-weight: bold;
}
.margBott-filters #filters_form_public_news .submitFilter input:hover {
  opacity: 0.8;
}
.margBott-filters #filters_form_public_news .bouton-yoshiko {
  margin-top: 32px;
}
.margBott-filters #filters_form_public_news .bouton-yoshiko input {
  padding: calc(1em + 2px) 0;
}
.margBott-filters #filters_form_public_news .refreshFilters {
  margin: 10px auto 15px;
  text-align: left;
}
.margBott-filters #filters_form_public_news .refreshFilters i {
  padding-right: 10px;
}
.margBott-filters #filters_form_public_news .refreshFilters a {
  text-decoration: none;
  color: #636a78;
}
.margBott-filters #filters_form_public_news .refreshFilters a:hover {
  opacity: 0.8;
}
/*** FIN : STYLES DES FILTRES ***/
/*** DEBUT : STYLES DE LA LISTE DES ACTUALITES ***/
#news_list {
  /*STYLES COMMUNS*/
  /*Couleur de fond de l'actu*/
  /*Effet hover sur les images*/
  /*Couleur svg quand pas d'image*/
  /*bouton pour lire la suite de la 1ere actu*/
  /*FIN STYLES COMMUNS*/
  /*PREMIER ELEMENT*/
  /*ELEMENTS DEUXIEME LIGNE*/
}
#news_list .bordureNews {
  border: solid 1px #f7f7f7;
  margin-bottom: 15px;
}
#news_list .singleNewsBackground {
  background-color: #ffffff;
  color: #636a78;
}
#news_list .singleNewsBackground a img:hover,
#news_list .smallNews a img:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  #news_list .singleNewsBackground a img,
  #news_list .smallNews a img {
    width: 100%;
  }
}
#news_list .fond_svg {
  background: #ffffff;
  text-align: center;
}
#news_list .fond_svg svg {
  fill: #27882e;
  margin: 35px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #news_list .fond_svg svg {
    height: 105px;
  }
}
#news_list .post-title {
  text-align: left;
  margin: 0;
  padding: 0 0 15px;
  max-height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #27882e;
  font-family: 'Open Sans', sans-serif;
}
#news_list .post-title a {
  color: #27882e;
  text-decoration: none;
  line-height: 1.3;
}
#news_list .post-title a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  #news_list .post-title {
    padding: 0 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #news_list .post-title {
    padding: 0 0 7px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #news_list .post-title {
    padding: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  #news_list .post-title {
    padding: 0 0 15px;
  }
}
#news_list .post-subtitle {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #636a78;
}
#news_list .post-infos {
  font-size: 0.9em;
  font-style: italic;
}
@media (max-width: 767px) {
  #news_list .post-infos {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #news_list .post-infos {
    margin: 0 0 7px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #news_list .post-infos {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1200px) {
  #news_list .post-infos {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #news_list .post-content {
    margin: 0;
  }
}
#news_list .read-more-link-first,
#news_list .read-more-link {
  display: block;
  background-color: #1c6421;
  color: #ffffff;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
}
#news_list .read-more-link-first:hover,
#news_list .read-more-link:hover {
  opacity: 0.8;
}
#news_list .read-more-link-first i,
#news_list .read-more-link i {
  color: #27882e;
  padding-left: 5px;
  font-size: .8em;
}
@media (max-width: 767px) {
  #news_list .firstNews,
  #news_list .bloc2News {
    padding: 15px 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #news_list .firstNews,
  #news_list .bloc2News {
    padding: 8px 30px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #news_list .firstNews {
    padding-top: 10px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  #news_list .firstNews {
    padding-top: 15px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #news_list .smallNews.singleNewsBackground .fond_svg svg {
    height: 52px;
    margin: 10px 0px;
  }
}
@media (min-width: 1200px) {
  #news_list .smallNews.singleNewsBackground .fond_svg svg {
    height: 60px;
    margin: 15px 0px;
  }
}
@media (min-width: 992px) {
  #news_list .smallNews.singleNewsBackground .post {
    padding: 15px 15px 0;
    min-height: 186px;
  }
  #news_list .smallNews.singleNewsBackground .post .post-title {
    font-size: 2.8rem;
  }
  #news_list .smallNews.singleNewsBackground .post .wrapTextNews {
    margin-bottom: 0;
    padding-bottom: 1em;
    height: 110px;
    overflow: hidden;
    margin: 0;
  }
  #news_list .smallNews.singleNewsBackground .post .wrapTextNews .post-content {
    margin: 0;
  }
  #news_list .smallNews.singleNewsBackground .post .wrapTextNews2 {
    margin-bottom: 0;
    padding-bottom: 1em;
    height: 128px;
    overflow: hidden;
    margin: 0;
  }
  #news_list .smallNews.singleNewsBackground .post .wrapTextNews2 .post-content {
    margin: 0;
  }
}
/*fin #news_list*/
/*** FIN : STYLES DE LA LISTE DES ACTUALITES ***/
.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: #27882e;
  border: 1px solid transparent;
}
.scrollTop-wrapper a:hover {
  color: #ffffff;
  text-decoration: none;
}
.scrollTop-wrapper a:hover {
  background-color: #27882e;
  border: 1px solid transparent;
}
