@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&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: 'Roboto', sans-serif;
}
.title {
  font-family: 'EB Garamond', serif;
}
.model-content .title {
  font-size: 18px;
}
.home-section.section-default .section-title .title {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 500;
}
.home-section.section-default .section-title.underline .line {
  width: 100px;
  height: 3px;
}
#section-compteurs .counter-mode-icon {
  width: auto;
  margin: 0;
  padding: 0;
}
#section-compteurs .counter-digit {
  font-size: 60px;
  margin-top: 12px;
  display: block;
  font-weight: bold;
  font-family: 'EB Garamond', serif;
  letter-spacing: 3px;
}
#section-compteurs .counter-label {
  margin: 10px 0 0;
  text-align: center;
  line-height: 1.5;
  font-size: 21px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
}
#section-compteurs .counter-icon {
  display: none;
}
.na-footer-rs-address-middle #footer-middle .logos-left {
  padding: 0;
}
.na-footer-rs-address-middle #footer-middle .logos-left img {
  max-width: 400px;
  width: 400px;
}
.dateImgSquare .containerImg .date {
  font-family: 'EB Garamond', serif;
}
@media (min-width: 1200px) {
  header .header-slogan {
    font-family: 'Roboto', sans-serif;
    color: #737373;
    font-size: 19px;
    top: 80px;
    font-weight: 400;
    font-style: italic;
  }
  header .header-navigation {
    border-radius: 0 !important;
    border-top: 1px solid rgba(227, 227, 227, 0.7);
  }
  header .header-navigation:before {
    border-top: 1px solid rgba(227, 227, 227, 0.7);
    margin-top: -1px;
  }
  header .header-navigation .nav-dropdown {
    border-top: 3px solid #ebad03;
    border-left: 1px solid rgba(227, 227, 227, 0.7);
    border-right: 1px solid rgba(227, 227, 227, 0.7);
    border-bottom: 1px solid rgba(227, 227, 227, 0.7);
  }
  header .header-navigation .nav-dropdown a {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
  }
  header .header-navigation .nav-dropdown li + li {
    border-top: 1px solid rgba(227, 227, 227, 0.7);
  }
  header .header-navigation .nav a {
    font-size: 19px;
  }
  header .logo > a {
    height: 170px;
  }
  header .logo > a img {
    margin-left: -4px;
    max-height: 100px;
  }
  .home-section.section-default .section-more a {
    padding: 12px 15px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  #section-events .section-more a {
    background: #fff;
    color: #737373;
  }
  #section-partenaires .section-title .title,
  #section-actus .section-title .title {
    color: #000;
  }
  #main-carousel .readMore {
    border-radius: 0 !important;
  }
  #main-carousel .slick-dots {
    position: absolute;
    right: 30px;
    margin: 0;
    height: 30px;
    width: 1170px;
    top: 60px;
    margin-left: auto;
    left: 0;
    padding-left: calc(774px);
    margin-right: auto;
    text-align: left;
  }
  #main-carousel .slick-dots {
    padding-left: 810px;
  }
  #main-carousel .article-carousel .carousel-content {
    padding: 100px 30px 33px !important;
  }
  #recherche_annuaire_express .input-group {
    min-width: 100%;
  }
  header .header-navigation .nav > ul li {
    margin-bottom: 0;
  }
}
