@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&subset=latin-ext');
/* COULEURS */
/*
Sont définie en global, parématrables dans l'admin :
- main_color_1
- main_color_2
*/
/* RESPONSIVE */
/* je sete des variale en utilisant celles de bootstrapo */
/* HEADEER */
/* couleur des textes */
/* Les chartes ont souvent 3 couleurs principales et pas 2 */
/* Maintenant on peut, à partir de ces 3 couleurs, définir les couleurs utilisées sur les différences composants */
/* Section annuaire fond formulaire */
/* FOOTER */
/* block dateSide */
body {
  font-family: 'Hind', sans-serif;
}
body .main-content {
  line-height: 1;
}
@media (min-width: 1200px) {
  header .logo > a {
    height: 223px;
  }
  header .logo > a img {
    max-height: 185px;
  }
  header .header-slogan,
  header .header-nav .slogan {
    width: 600px;
    margin: auto;
    top: 50px;
    right: calc( 50% - 400px );
  }
  header .socials li {
    margin: 0;
  }
  header .socials a {
    font-size: 20px;
    text-align: center;
    width: 40px;
    display: inline-block;
  }
  header .socials a .bar-top-socials-label {
    display: none;
  }
  header .header-navigation > .nav-wrapper > .nav > ul > li > a {
    padding-right: 28px;
    padding-left: 28px;
    font-size: 19px;
  }
  header nav .nav-dropdown > ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .nav-dropdown > ul li a {
    text-transform: none !important;
    font-weight: normal !important;
    text-align: left;
  }
  .na-footer {
    padding: 50px 0;
    background-color: #3C3C3C;
  }
  .na-footer #footer-coords {
    line-height: 32px;
  }
  .na-footer #footer-socials-address {
    text-align: right;
    line-height: 2.3em;
    padding-top: 0;
    margin: 0;
    padding: 0 !important;
    margin-top: -30px;
    font-size: 17px;
  }
  .na-footer #footer-socials-address #footer-socials {
    margin-bottom: 5px;
  }
  .na-footer #footer-socials-address #footer-socials li + li {
    margin-left: 12px;
  }
  .na-footer #footer-socials-address i {
    font-size: 26px;
  }
  .na-footer #footer-logos-left .logos-left {
    margin-top: -30px;
  }
  .na-footer #footer-middle #footer-socials-address {
    float: right;
  }
}
/* fin lg-min */
#main-carousel .slick-dots {
  width: 1170px;
  margin: 22px auto 0;
  float: none;
  position: absolute;
  left: 0;
  height: 25px;
  text-align: right;
  padding-right: 135px;
  top: 67px;
}
#main-carousel .slick-dots li + li {
  margin-left: 7px;
}
#main-carousel .slick-dots li button:before {
  font-size: 18px;
}
#main-carousel .carousel-content {
  padding: 70px 55px 20px !important;
  right: 0;
}
#main-carousel .carousel-content .title {
  margin-top: 15px;
  font-size: 30px !important;
}
@media (max-width: 767.98px) {
  #main-carousel .carousel-content {
    opacity: 1;
    padding: 30px 30px 50px !important;
    width: 100vw !important;
  }
}
#main-carousel .carousel-content .readmore-wrapper .readMore {
  height: 35px;
  border: 0 none;
  border-radius: 0;
  background-color: #fff;
  color: #484494;
}
#main-carousel .carousel-content .readmore-wrapper .readMore:hover {
  background-color: #484494;
  color: #fff;
}
/* wide */
.section-title .title {
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* endwide */
#section-events .section-title .title {
  margin-bottom: 10px;
}
#section-events .readmore-wrapper {
  padding-left: 40px;
  bottom: 40px;
}
#section-events .readmore-wrapper a.readMore {
  float: left;
  color: #3C3C3C;
  font-size: 13px;
  text-decoration: underline;
}
#section-events .readmore-wrapper a.readMore:hover {
  text-decoration: underline !important;
}
#section-events .model-image {
  margin-bottom: 60px;
}
#section-events .article-Model.imgFullWidth .link-entire-box .title,
#section-events .article-Model.imgFullWidth .link-entire-box .desc {
  padding: 0 40px;
  text-align: left;
  line-height: 1.6em;
}
#section-events .article-Model.imgFullWidth .link-entire-box .title {
  color: #3C3C3C;
  font-size: 20px;
  margin-top: 58px;
  line-height: 25px;
  line-height: 1.3em;
}
@media (max-width: 991.98px) {
  #section-events .model-content {
    padding-bottom: 80px;
  }
}
#section-gmap .gmap-form-container {
  height: 480px !important;
}
#section-gmap .section-body {
  width: 270px;
  margin-top: 60px;
  letter-spacing: 2px;
}
@media (max-width: 767.98px) {
  #section-gmap .section-body {
    width: auto;
    background-color: rgba(72, 68, 148, 0.8);
  }
}
#section-gmap .section-body .intro {
  padding-top: 10px;
  letter-spacing: 1px;
  padding-bottom: 28px;
}
#section-gmap input {
  border: 0 none;
  border-radius: 0;
  margin-bottom: 10px;
  height: 30px;
}
#section-gmap .input-group-addon {
  display: block;
  clear: both;
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  float: left;
  width: 100%;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 0;
}
#section-gmap .input-group-addon:hover {
  background-color: #5055d8;
}
#section-gmap .input-group-addon:hover a {
  color: #fff;
}
#section-gmap .input-group-addon a {
  color: #5055d8;
}
#section-gmap .recherche_avancee {
  text-align: center;
  margin: 15px auto 10px;
  font-size: 11px;
  letter-spacing: 0;
  width: 135px;
  padding: 0;
  position: relative;
}
#section-gmap .recherche_avancee:after {
  content: '\f055';
  position: absolute;
  right: 0;
  color: #fff;
  width: 12px;
  height: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#section-gmap .recherche_avancee a {
  font-size: 12px;
}
#section-gmap .recherche_avancee a .fas {
  display: none;
}
#section-gmap .recherche_avancee a:hover {
  color: #fff;
  text-decoration: underline !important;
}
#section-gmap .section-body {
  top: 60px;
  margin-top: 0;
}
#section-newsletter .button-ok {
  text-transform: uppercase;
  background-color: #fff;
  color: #484494;
  float: left;
  letter-spacing: 3px;
  font-weight: 500;
}
#section-newsletter .button-ok:hover {
  background-color: #484494;
  color: #fff;
}
#section-newsletter .email_nl-wrapper {
  max-width: 450px;
  float: left;
  margin-right: 30px;
}
#section-newsletter .all-nl-link a {
  text-decoration: underline !important;
  padding-bottom: 5px;
}
#section-newsletter .all-nl-link a:hover {
  color: #484494;
}
#section-newsletter .placeholder-icon {
  color: #3C3C3C;
}
@media (max-width: 991.98px) {
  #section-newsletter .title {
    text-align: center;
  }
}
#section-compteurs {
  line-height: 1;
}
#section-compteurs .counter-mode-icon {
  width: auto;
  padding: 0;
}
#section-compteurs .counter-digit {
  font-size: 50px;
  margin: 0;
  /*   line-height: 35px; */
  margin-bottom: 20px;
}
#section-compteurs .counter-label {
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  #section-events .model-content {
    padding-bottom: 80px;
  }
  .home-section.section-default {
    padding: 60px 0;
  }
  #section-partenaires {
    position: relative;
  }
  #section-partenaires ul.slick-dots {
    height: 20px;
    position: absolute;
    width: 100vw;
    left: 0;
    right: 0;
    bottom: -32px;
    top: unset;
  }
  #section-partenaires ul.slick-dots li button:before {
    color: rgba(80, 85, 216, 0.2) !important;
  }
  #section-partenaires ul.slick-dots li.slick-active button:before {
    color: #5055d8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bar-btn-1,
  .bar-btn-2 {
    min-width: 157px !important;
  }
}
@media (max-width: 767.98px) {
  .na-footer .row {
    padding: 0;
  }
  .na-footer #footer-logos-left,
  .na-footer #footer-socials-address {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .na-footer #footer-socials-address {
    padding-left: 60px;
    padding-right: 60px;
  }
  #section-events .col-article + .col-article {
    margin-top: 15px;
  }
  #section-events .col-article .model-content {
    padding-bottom: 0;
  }
}
/* icons top bar */
@media (min-width: 768px) {
  .bar-btn-1,
  .bar-btn-2 {
    position: relative;
    min-width: 215px;
  }
  .bar-btn-1 .icon_adherer,
  .bar-btn-2 .icon_adherer,
  .bar-btn-1 .faicon_user,
  .bar-btn-2 .faicon_user {
    display: inline-block !important;
    margin: 0;
    position: absolute;
    top: 8px;
    left: 16px;
  }
  .bar-btn-1 .btn-adherer-label,
  .bar-btn-2 .btn-adherer-label,
  .bar-btn-1 .hidden-lg,
  .bar-btn-2 .hidden-lg,
  .bar-btn-1 .hidden-md,
  .bar-btn-2 .hidden-md,
  .bar-btn-1 .hidden-sm,
  .bar-btn-2 .hidden-sm {
    display: inline-block !important;
    vertical-align: middle;
  }
  .bar-btn-1 .btn-adherer-label .fa_icon,
  .bar-btn-2 .btn-adherer-label .fa_icon,
  .bar-btn-1 .hidden-lg .fa_icon,
  .bar-btn-2 .hidden-lg .fa_icon,
  .bar-btn-1 .hidden-md .fa_icon,
  .bar-btn-2 .hidden-md .fa_icon,
  .bar-btn-1 .hidden-sm .fa_icon,
  .bar-btn-2 .hidden-sm .fa_icon {
    vertical-align: middle;
  }
  .bar-btn-1 .btn-adherer-label .fa_icon,
  .bar-btn-2 .btn-adherer-label .fa_icon,
  .bar-btn-1 .hidden-lg .fa_icon,
  .bar-btn-2 .hidden-lg .fa_icon,
  .bar-btn-1 .hidden-md .fa_icon,
  .bar-btn-2 .hidden-md .fa_icon,
  .bar-btn-1 .hidden-sm .fa_icon,
  .bar-btn-2 .hidden-sm .fa_icon {
    vertical-align: middle;
  }
}
@media (max-width: 767.98px) {
  .bar-btn-2 i.icon_adherer {
    margin-top: -1px;
    font-size: 25px;
  }
}
.bar-btn-2 i.icon_adherer:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f055" !important;
  font-size: 26px;
}
.article-Model.dateImgCircle .model-image .date .dateYear {
  font-size: 15px !important;
}
.home-section.section-default .section-more.moreplus a {
  transform: scale(0.9);
  font-family: 'Hind', sans-serif;
  line-height: 70px;
}
#section-newsletter .all-nl-link a:hover {
  color: #b6b2ff;
}
