/* 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 */
/* ################################# DEBUT PROJET ################################################### */
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #59595b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  body .home-section.section-default {
    padding: 80px 0;
  }
}
body header .retour-site,
body .bar .btn-connexion-wrapper.bar-btn-1,
body h1,
body h2,
body h3,
body h4,
body .title,
body .titre_pages,
body .titre_pages span {
  font-family: 'Montserrat', sans-serif;
  color: #59595b;
  font-weight: bold;
}
.na-login,
.account-menu {
  right: 0 !important;
}
.section-inner .titre_pages {
  padding: 105px 0 129px;
  text-align: center;
  margin: 0 !important;
  color: #FFF;
  text-transform: uppercase;
}
.section-inner .titre_pages > span {
  background: transparent;
  color: #fff;
  letter-spacing: 4px;
  padding: 0;
}
.section-inner .titre_pages:after {
  border-bottom: 0 none !important;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: auto;
  position: relative;
  border-radius: 50%;
  top: 38px;
}
.bar > .row > .container {
  text-align: center;
}
.bar .logo-a {
  display: inline-block;
}
.bar .logo-a img {
  max-height: 100%;
}
.main-content-wrapper {
  padding-top: 0;
}
header .retour-site {
  margin: 15px 0 0 15px;
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
header .retour-site:hover {
  color: #000;
}
.na-footer .avertissement {
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 20px;
}
.na-footer .na-liens-fotter li {
  font-weight: bold;
  font-size: 15px;
}
.contenu_static {
  padding: 30px;
  z-index: 999;
  position: relative;
}
@media (min-width: 1200px) {
  .bar .langue-switcher {
    float: left;
    margin: 14px 0 0 15px;
    padding: 0 0 0 13px;
    border-left: 1px solid #f1f1f1;
  }
  .bar .langue-switcher a:hover {
    color: #000;
  }
  .container .row {
    text-align: center;
  }
  header .main-content-wrapper {
    padding-top: 0;
  }
  header .bar .btn-connexion-wrapper.bar-btn-1 {
    float: right;
    margin: 16px 0;
    height: 40px;
  }
  header .bar .logo-a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    display: inline-block;
    height: 120px;
    width: 270px;
    padding: 0;
    margin: -20px 0 0;
  }
  header .bar .logo-a img {
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  header .bar .NA_connexion {
    margin-right: 15px;
  }
  header .bar .NA_connexion > a.btn {
    border: 1px solid #fcd9c7;
    padding: 0 20px;
    margin-right: 15px;
  }
  header .bar .NA_connexion > .connexion-np {
    border: 1px solid #fcd9c7;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991.98px) {
  .bar {
    height: 40px;
  }
  header .retour-site,
  .bar .btn-connexion-wrapper.bar-btn-1 {
    right: 0;
    position: absolute;
    top: 0;
  }
  header .bar .logo-a img {
    max-height: 30px;
    margin: 4px 0 0 21px;
  }
  .bar .langue-switcher > ul.list-inline {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .section-inner .titre_pages {
    padding: 20px 0 30px;
  }
  .section-inner .titre_pages span {
    font-size: 26px;
  }
  .section-inner .titre_pages:after {
    top: 6px;
  }
  header .retour-site {
    display: none;
  }
  .lang-toggle-wrapper.bar-btn-3 {
    position: absolute;
    left: 100px;
    border-left: 1px solid #ececec;
    padding: 0 0 0 15px;
  }
}
.main-content > .section.na-bp {
  background: #F6F4ED;
  z-index: 99;
  position: relative;
}
.main-content > .section.na-bp:before {
  content: '';
  position: absolute;
  z-index: 0;
  height: 375px;
  width: 100%;
  overflow: hidden;
  background: #f9cdbb;
  background-size: cover;
  z-index: -1;
}
#zoneEvent {
  margin: 0;
  width: 100% !important;
  z-index: 999;
  position: relative;
  padding: 46px 10px;
}
#zoneEvent .fancyLoadAddr {
  display: none;
}
#module_ep .ep-sidebar-modif-wrapper {
  display: none;
}
#module_ep .ep-content-left-modif {
  width: 100%;
}
#ep_outer_cotisations h2.titre_formulaire:first-child {
  display: none !important;
}
#module_ep .container .row {
  text-align: left;
}
