/* 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 ################################################### */
/*fonts*/
/* css projet*/
body {
  font-family: 'Marianne', sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Marianne', sans-serif;
  color: #000091;
  font-weight: 700;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  color: #000091 !important;
  line-height: 33px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}
body .home-section.section-default .section-more {
  margin: 30px 0 0;
  padding: 0;
  overflow: hidden;
}
body .home-section.section-default .section-more a {
  color: #FFFFFF;
  text-align: center;
  padding: 0 16px;
  border: 0 none;
  border-radius: 0;
  background: #000091;
  font-weight: medium;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  text-transform: none;
}
body .home-section.section-default .section-more a:hover {
  background: #1414B1;
  color: #fff;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  body .home-section.section-default .section-more.text-right,
  body .home-section.section-default .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/* ############ topbar ############ */
.nav.nav-default-mod > ul > .menuli.has-dd:not(:last-child)::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #161616;
  font-size: 11px;
  position: absolute;
  display: inline-block;
  top: 23px;
  right: 0;
}
.nav-dropdown .menuli.active > a > i {
  font-size: 11px;
}
.nav.nav-default-mod > ul > .menuli:last-child > .nav-dropdown {
  z-index: 99;
}
@media (max-width: 767.98px) {
  header .lang-toggle-wrapper .lang_link {
    line-height: 40px;
  }
  header .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
.topbar-btn-icon {
  display: inline-block !important;
  text-align: center;
}
/* icone handchacke */
.btn-adherer-label {
  display: inline-block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .btn-adherer-wrapper {
    margin-right: 30px;
  }
  .btn-adherer-wrapper .icon {
    margin-right: 10px;
  }
  .btn-adherer-wrapper .icon:before {
    font-size: 16px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 20px 0 0;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
  .bar .btn-connexion-wrapper {
    max-width: 160px !important;
  }
}
.bar {
  font-size: 16px;
  font-family: 'Marianne', sans-serif;
  color: #000091;
}
.bar ul.socials {
  width: fit-content;
}
.bar ul.socials li.langs-wrapper {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.bar ul.socials li.langs-wrapper a.selected {
  color: #CBD7E8;
}
.bar ul.socials li.langs-wrapper .switch-slider {
  background: #CBD7E8;
}
.bar ul.socials li.langs-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 16px;
  width: 1px;
  background-color: #000091;
}
.bar .rs-append {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
}
.bar .rs-append:hover {
  text-decoration: underline;
}
.bar .rs-append:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 16px;
  width: 1px;
  background-color: #000091;
}
.bar .header-mibile-bar {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.bar .list-liens li {
  line-height: 40px;
  position: relative;
  padding: 0  17px;
  display: block;
  float: left;
}
.bar .list-liens li a {
  font-size: 12px;
}
.bar .list-liens li:before {
  content: '';
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #000000;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .bar .btn-adherer-wrapper > a {
    display: flex;
    gap: 10px;
  }
  .bar .shopping-cart i,
  .bar .search-toggle-wrapper .search-toggle {
    margin-right: 0;
  }
  .bar .btn-recruteur-wrapper,
  .bar .btn-inscription-wrapper,
  .bar .btn-adherer-wrapper,
  .bar .NA_connexion .connexion-np,
  .bar .NA_connexion .connexion-btn {
    margin: 0 !important;
    max-width: 150px !important;
    text-transform: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    background-color: transparent !important;
    color: #000091 !important;
    position: relative;
  }
  .bar .btn-recruteur-wrapper > span,
  .bar .btn-inscription-wrapper > span,
  .bar .btn-adherer-wrapper > span,
  .bar .NA_connexion .connexion-np > span,
  .bar .NA_connexion .connexion-btn > span,
  .bar .btn-recruteur-wrapper > a,
  .bar .btn-inscription-wrapper > a,
  .bar .btn-adherer-wrapper > a,
  .bar .NA_connexion .connexion-np > a,
  .bar .NA_connexion .connexion-btn > a {
    color: #000091 !important;
    font-size: 16px;
  }
  .bar .btn-recruteur-wrapper .topbar-btn-icon,
  .bar .btn-inscription-wrapper .topbar-btn-icon,
  .bar .btn-adherer-wrapper .topbar-btn-icon,
  .bar .NA_connexion .connexion-np .topbar-btn-icon,
  .bar .NA_connexion .connexion-btn .topbar-btn-icon,
  .bar .btn-recruteur-wrapper i.fas:not(.fa-chevron-down),
  .bar .btn-inscription-wrapper i.fas:not(.fa-chevron-down),
  .bar .btn-adherer-wrapper i.fas:not(.fa-chevron-down),
  .bar .NA_connexion .connexion-np i.fas:not(.fa-chevron-down),
  .bar .NA_connexion .connexion-btn i.fas:not(.fa-chevron-down) {
    font-size: 16px !important;
    max-width: unset;
    min-width: unset;
    width: unset;
    height: unset;
    top: unset;
    left: unset;
    right: unset;
    line-height: unset;
    padding: 0 !important;
    margin: 0;
    display: inline-block !important;
    color: #000091 !important;
  }
  .bar .btn-recruteur-wrapper:after,
  .bar .btn-inscription-wrapper:after,
  .bar .btn-adherer-wrapper:after,
  .bar .NA_connexion .connexion-np:after,
  .bar .NA_connexion .connexion-btn:after {
    content: '';
    position: absolute;
    right: 2px;
    top: 8px;
    height: 24px;
    width: 1px;
    background-color: #CECECE;
  }
  .bar .NA_connexion .connexion-np:after,
  .bar .NA_connexion .connexion-btn:after {
    display: none;
  }
  .bar .btn-inscription-wrapper > a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
  }
  .bar .connexion-np .login-small-thumb {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.header-search-mobile {
  border-top: 1px solid #dedede;
  background: #fff !important;
}
.logo .logos-slogan {
  display: flex;
  align-items: center;
}
.logo .logos-header {
  min-width: 230px;
  max-height: 82px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .bar .btn-adherer-wrapper {
    background: transparent;
    color: #000091;
    padding-top: 6px !important;
  }
  .bar .btn-adherer-wrapper span,
  .bar .btn-adherer-wrapper a {
    color: #000091;
  }
  .bar .btn-adherer-wrapper i {
    font-size: 22px;
  }
  .btn-connexion-wrapper {
    max-width: 50px !important;
  }
}
@media (min-width: 1200px) {
  body .logo {
    height: 132px;
  }
  body .logo .logo-a {
    height: 55px;
    width: 100.75px;
    position: absolute;
    left: 140px;
    width: 500px;
    z-index: 999;
  }
  body .logo .logo-a .logo-img {
    width: 100.75px;
    height: 55px;
    min-height: 55px;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
header .header-main {
  border-bottom: 1px solid #ddd;
}
header .header-main div.main-navigation-row {
  border-bottom: 1px solid #ddd;
}
header .header-main div.main-navigation-row .header-slogan {
  max-width: 850px;
  text-align: left;
  font-size: 20px !important;
  letter-spacing: 0;
  left: 40px;
  position: relative;
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  align-items: center;
  color: #161616;
  top: unset;
}
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .header-navigation {
    max-height: 56px;
  }
  header .logo a {
    height: unset;
  }
  header .logo a img {
    max-height: 70px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 132px;
  }
  header .main-navigation-row .header-slogan,
  header .header-main .header-slogan {
    font-size: 20px;
    color: #000000;
    text-align: right;
    line-height: 24px;
    font-weight: 400;
  }
  header .header-navigation .nav > ul {
    display: block;
    width: 100%;
    text-align: left;
  }
  header .header-navigation .nav > ul a {
    color: #5a7184;
    font-size: 14px;
    font-weight: 400;
  }
  header .nav.nav-default-mod > ul > .menuli .nav-dropdown {
    top: 100%;
  }
  header .nav.nav-default-mod > ul > .menuli .nav-dropdown ul,
  header .nav.nav-default-mod > ul > .menuli .nav-dropdown li {
    background: #fff !important;
  }
  header .nav.nav-default-mod > ul > .menuli .nav-dropdown ul > li:hover > a {
    color: #ffffff;
    background: #000091 !important;
  }
  header .header-navigation .nav > ul > li.menuli > a {
    font-size: 16px;
    padding: 0 20px;
    text-transform: none !important;
  }
  header .header-navigation .nav > ul > li.menuli .nav-dropdown > ul > li:hover > a {
    background: #000091;
  }
  header .header-navigation .nav > ul > li.menuli:hover:after {
    content: '';
    width: calc( 100% - 20px );
    height: 4px;
    background: #000;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation .nav > ul > li.menuli.item-search .search-toggle {
    display: none !important;
  }
  header nav ul li.item-search .nav-dropdown {
    min-width: 400px !important;
    top: -100px !important;
    right: -20px !important;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  header nav ul li.item-search .nav-dropdown .input-group {
    border-bottom: 3px solid #000091;
  }
  header nav ul li.item-search .nav-dropdown .input-group .form-control {
    font-size: 16px !important;
    height: 40px;
    background: #EEE;
    border-radius: 4px 0 0 0;
    color: #000;
    outline: none;
    border: 0 none !important;
  }
  header nav ul li.item-search .nav-dropdown .input-group .form-control ::placeholder {
    color: #000;
  }
  header nav ul li.item-search .nav-dropdown .input-group .input-group-addon {
    border-radius: 0 4px 0 0;
    border: 0 none;
    height: 40px;
    background: #000091;
    color: #fff;
    width: 50px;
    overflow: hidden;
    position: relative;
  }
  header nav ul li.item-search .nav-dropdown .input-group .input-group-addon:before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
  }
  header nav ul li.item-search .nav-dropdown .input-group .input-group-addon input {
    position: absolute !important;
    inset: 0;
    text-indent: -99px;
  }
}
/* ------- end navigation ------- */
.header-navigation .nav > ul > li.menuli.item-search .search-toggle {
  display: none !important;
}
/* ################################# site_header ################################################### */
#row-header {
  background-position: top center;
  position: relative;
}
#row-header:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 145, 0.4);
}
#section-header {
  min-height: 300px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-header .home-content > .row {
  margin-top: -70px;
}
#section-header .header-phrase {
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
  background: transparent;
  z-index: 99;
  height: unset;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  font-size: 34px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 700 !important;
  text-align: center;
  text-transform: none;
  z-index: 99;
  position: relative;
}
#section-header .site_header-actions {
  margin-top: 30px;
}
#section-header .cta-header {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 211px;
  margin-bottom: 15px;
}
#section-header .cta-header.fill {
  border: 1px solid #000091;
  background-color: #000091;
  width: 170px;
}
#section-header .cta-header:hover {
  border: 1px solid #000091;
  background-color: #000091;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #section-header .header-phrase {
    max-width: 100%;
    box-sizing: border-box;
  }
  #section-header .cta-header.empty {
    margin-right: 25px;
    margin-bottom: 0;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# DEBUT Annuaire ################################################### */
#section-gmap:before {
  display: none !important;
}
#section-gmap .intro {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #383838;
}
#section-gmap .form-control {
  font-size: 16px !important;
}
#section-gmap .input-group-addon {
  height: 53px;
  border-radius: 0;
  margin: 2px;
}
#section-gmap .input-group-addon a:hover {
  background: #000000 !important;
}
#section-gmap .input-group-addon a {
  line-height: 53px;
  height: 53px;
  display: inline-block;
  text-transform: none !important;
}
#section-gmap .search {
  height: 80px;
  border-radius: 0;
  text-transform: none !important;
  padding: 12px;
}
@media (max-width: 767.98px) {
  #section-gmap .search {
    min-height: 140px;
  }
  #section-gmap .search a {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #section-gmap .input-group .form-control {
    width: 100% !important;
  }
}
/* --------------------------------  END ANNUAIRE --------------------------------------------------*/
/* ################################# ROW-NEWS  ################################################### */
#row-news {
  position: relative;
}
@media (min-width: 1200px) {
  #row-news:after {
    content: '';
    height: calc( 100% - 40px );
    width: 100%;
    position: absolute;
    left: calc( 50% + 114px );
    top: -22px;
    background: #F5F5FE;
    margin: 60px 0;
    z-index: 0;
    border-radius: 0;
  }
}
#row-news > .container {
  z-index: 99;
  position: relative;
}
#row-news .section-title {
  margin-top: 20px;
  margin-bottom: 43px;
}
@media (min-width: 1200px) {
  #section-actus .home-content {
    padding-left: 0;
  }
}
#section-actus .containerImg:hover {
  background: rgba(0, 0, 145, 0.45);
}
#section-actus .containerImg:hover > a {
  opacity: .6;
}
#section-actus .home-article {
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
  border: 0 none;
}
#section-actus .home-article .model-content .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0;
  display: block;
  margin-left: 20px;
  text-transform: none;
  position: relative;
}
#section-actus .home-article .title {
  position: relative;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 15px 20px;
  font-weight: 800;
}
#section-actus .home-article .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  padding: 20px;
  position: relative;
  bottom: 20px;
  text-align: left;
  color: #000;
}
@media (max-width: 767.98px) {
  #section-actus .home-article .desc,
  #section-actus .home-article .title {
    margin: 0;
    padding: 30px 15px;
  }
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
}
#section-actus .home-article .readmore-wrapper a {
  font-size: 16px;
  float: left;
  margin-left: 20px;
  font-weight: bold;
}
#section-actus .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-actus .home-article .readmore-wrapper a:hover i {
  margin-left: 20px;
}
/* --------------------------------  END ROW-NEWS --------------------------------------------------*/
/* ################################# annuaire  ############################################ */
#section-gmap .simple_mode_2 .section-body .search .icon-left {
  font-size: 24px;
  color: #9C9C9C;
}
/* --------------------------------  END annauire ----------------------------------------*/
/* ################################# Actus  ############################################ */
@media (min-width: 1200px) {
  #row-events {
    position: relative;
    padding-top: 30px;
    padding-bottom: 120px;
  }
  #row-events:after {
    content: '';
    height: calc( 100% - 80px );
    width: 100%;
    position: absolute;
    left: calc( 50% );
    top: -30px;
    border-radius: 7px;
    z-index: 0;
  }
  #row-events > .container {
    z-index: 99;
    position: relative;
  }
  #row-actus:after {
    height: 100%;
    top: 0;
    border-radius: 7px 7px 0 0;
  }
  #row-events:after {
    top: 0px;
    height: 180px;
    border-radius: 0 0 7px 7px;
  }
}
#section-event {
  min-height: 300px;
  position: relative;
}
@media (min-width: 1200px) {
  #section-event {
    padding-left: 0;
    margin-left: -5px;
    min-height: 415px;
  }
}
#section-event .section-more {
  bottom: 0;
  position: absolute;
}
@media (max-width: 1199.98px) {
  #section-event .section-title .title br {
    display: none;
  }
}
#section-event .article-details {
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
#section-events .home-article {
  margin: 0 2px 5px;
  border: 0 none;
  border-radius: 7px;
  min-height: 360px;
  height: auto;
  max-width: 360px;
}
#section-events .home-article .type {
  background: #000091;
  color: #fff;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  position: absolute;
  display: block;
  padding: 15px 20px;
  left: 50%;
  transform: translate(-50%, -55px);
  white-space: nowrap;
  line-height: 1rem;
}
#section-events .home-article .date {
  width: 200px;
  height: 44px;
  background-color: #000091;
  left: 50%;
  text-transform: uppercase;
  transform: translateX(-50%);
  border-radius: 3px;
  bottom: -22px;
  font-weight: normal;
}
#section-events .home-article .date span {
  color: #fff;
  display: inline-block;
  font-size: 14px !important;
  line-height: 44px;
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 700;
  align-items: center;
  text-align: center;
}
#section-events .home-article .title {
  position: relative;
  font-weight: 700;
  color: #000000 !important;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 40px 0 15px;
  font-family: 'Marianne', sans-serif;
  font-size: 20px;
  font-style: normal;
}
#section-events .home-article .desc {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  text-align: left;
  display: none;
}
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 30px;
}
#section-events .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 30px;
}
#section-events .home-article .readmore-wrapper a {
  color: #000091;
  border-radius: 7px;
  font-size: 15px;
  float: left;
  margin-left: 15px;
  font-weight: 500;
}
#section-events .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-events .home-article .readmore-wrapper a:hover i {
  margin-left: 20px;
}
#section-events.home-section.section-default .section-more.top_link {
  margin-top: -27px;
}
@media (max-width: 767.98px) {
  #section-events.home-section.section-default .section-more.top_link {
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 1.12px;
    text-align: center;
    font-weight: 700;
    position: relative;
    left: 0;
  }
}
/* --------------------------------  END Actus ------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: #F5F5FE;
}
@media (min-width: 1200px) {
  #row-compteurs {
    margin-bottom: 80px;
  }
}
#section-compteurs {
  padding-top: 49px;
  padding-bottom: 64px;
  color: #000091;
}
#section-compteurs .home-article .counter-mode-icon {
  width: auto;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  margin: 0 15px;
  color: #000091;
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 69px;
  text-align: center;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  color: #000091;
  margin-top: 5px;
  display: block;
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .footer-bottom-coords .asso_coords + .asso_coords,
  .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  .footer-bottom-coords .asso_coords + .asso_coords > a,
  .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
.na-footer {
  /* css footer */
}
.na-footer #footer-prefooternav {
  border-top: 3px solid #000091;
  background: #F6F6F6;
  padding: 40px 0 0 ;
}
.na-footer #footer-prefooternav #row-prefooternav .list-head {
  border: 0 none;
  margin-bottom: 15px;
}
.na-footer #footer-prefooternav #row-prefooternav .list-head a {
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 700;
}
.na-footer #footer-prefooternav #row-prefooternav li a {
  font-size: 12px;
  line-height: 20px;
  color: #383838;
}
.na-footer #footer-prefooternav #row-prefooternav .footer-nav > ul {
  flex-wrap: wrap;
  display: flex;
  gap: 30px;
}
.na-footer #footer-prefooternav #row-prefooternav .footer-nav > ul li {
  width: auto;
}
@media (max-width: 991.98px) {
  .na-footer #footer-prefooternav #row-prefooternav .footer-nav > ul li + li {
    margin-left: 0 !important;
  }
}
.na-footer #footer-prefooter #row-prefooter {
  background: #F5F5FE;
  color: #000;
}
@media (min-width: 1200px) {
  .na-footer #footer-prefooter #row-prefooter > .container {
    display: flex;
    align-items: center;
  }
  .na-footer #footer-prefooter #row-prefooter > .container .home-section {
    padding-left: 0;
    padding-right: 0;
  }
  .na-footer #footer-prefooter #row-prefooter > .container .home-section.section-default {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .na-footer #footer-prefooter #row-prefooter > .container .home-section #footer-socials li {
    margin: 0 40px 0 0;
  }
  .na-footer #footer-prefooter #row-prefooter > .container .home-section.section-adresse-sec:after {
    content: '';
    width: 1px;
    background: #000091;
    height: 80%;
    top: 10%;
    position: absolute;
    right: 15px;
  }
}
.na-footer #footer-prefooter #row-prefooter .col-article {
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
}
.na-footer #footer-prefooter #row-prefooter .col-article .article-title {
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #383838;
}
.na-footer #footer-prefooter #row-prefooter .prefooter-rs {
  margin-top: 20px;
}
.na-footer #footer-prefooter #row-prefooter .prefooter-rs i {
  font-size: 22px;
  color: #000091;
}
.na-footer #footer-lienssite {
  border-top: 1px solid  #AAA ;
  padding: 15px;
}
@media (min-width: 1200px) {
  .na-footer #footer-lienssite ul li + li {
    border-left: 1px solid #aaa;
  }
}
.na-footer #footer-lienssite ul li a {
  font-family: 'Marianne';
  font-size: 12px;
  line-height: 20px;
  color: #6A6A6A;
  line-height: 1rem;
  vertical-align: middle;
}
.na-footer #footer-lienssite ul li a:hover {
  text-decoration: underline !important;
}
.na-footer #footer-licence {
  margin-bottom: 30px;
  padding: 0  15px 30px;
  font-family: 'Marianne';
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #383838;
}
.na-footer #footer-licence i.fas {
  font-size: 14px;
}
.na-footer #footer-licence a {
  margin-left: 5px;
  display: inline-block;
  text-decoration: none !important;
  box-shadow: 0 1px 0 0 #6a6a6a;
}
.na-footer #footer-licence a:hover {
  text-decoration: none !important;
  box-shadow: 0 1px 0 0 #000091;
}
.na-footer #footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  font-size: 14px;
}
.na-footer #footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 4px;
  background: #000000;
  height: 1px;
  margin: 0 2px 5px 6px;
}
.na-footer #footer-bottom .footer_apps {
  text-align: center;
}
.na-footer #footer-bottom .footer_apps a {
  display: block;
}
.na-footer #footer-bottom .footer_apps a + a {
  margin-top: 15px;
}
.na-footer #footer-middle {
  padding-top: 38px !important;
  padding-bottom: 9px !important;
  margin-bottom: 30px;
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #383838;
}
.na-footer #footer-middle .footer-logos-wrapper {
  display: flex;
  align-items: flex-end;
}
.na-footer #footer-middle .footer-logos-wrapper #footer-logo-1 .logo-img {
  max-width: 270px;
  max-height: 70px;
}
.na-footer #footer-middle .footer-logos-wrapper #footer-logo-2 .logo-img {
  max-width: 228px;
  max-height: 62px;
}
.na-footer #footer-middle a:hover {
  text-decoration: underline !important;
}
.na-footer #footer-middle .bold * {
  font-weight: 700 !important;
  font-size: 14px !important;
}
.na-footer #footer-middle .footer-desc {
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
.na-footer #footer-middle * {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
}
.na-footer #footer-middle .liens-gouv ul {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: left;
  justify-content: flex-start;
}
.na-footer #footer-middle .liens-gouv ul li span {
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #1E1E1E;
}
@media (min-width: 992px) {
  .na-footer #footer-middle {
    height: 220px;
  }
  .na-footer #footer-middle .row {
    display: flex;
    align-items: center;
  }
  .na-footer .footer-bottom-coords {
    float: left;
  }
  .na-footer #footer-middle .footer-logos-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .na-footer #footer-middle .footer-logos-wrapper .footer-logo {
    width: 50%;
  }
  .na-footer #footer-middle .footer-logos-wrapper #footer-logo-1 {
    padding-top: 15px;
    margin-right: 40px;
  }
  .na-footer #footer-middle .footer-logos-wrapper #footer-logo-2 {
    padding-top: 40px;
  }
  .na-footer #footer-middle #footer-center .list-inline li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  .na-footer #footer-middle .list-inline a {
    font-size: 12px;
    color: #000;
    font-weight: 400;
  }
  .na-footer #footer-middle .list-inline a:hover {
    text-decoration: underline !important;
  }
  .na-footer #footer-middle #footer-socials {
    display: block;
    padding: 20px 0;
  }
  .na-footer #footer-right {
    color: #000;
  }
  .na-footer #footer-right div {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
  }
  .na-footer #footer-logos {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .na-footer #footer-middle .logos-left {
    text-align: center;
  }
  .na-footer #footer-middle .logos-left img {
    max-width: 101px !important;
  }
  .na-footer #footer-logos {
    margin: 15px 0;
    text-align: center;
  }
  .na-footer #footer-logos .logo-img {
    max-width: 80% !important;
  }
  .na-footer #footer-logos .footer-logo {
    max-width: 40%;
    margin: auto;
    display: inline-block;
  }
  .na-footer #footer-right {
    text-align: center;
    margin-top: 30px;
    line-height: 1.2em;
  }
}
@media (max-width: 767.98px) {
  .na-footer #footer-socials {
    margin: 15px auto;
    float: none !important;
  }
  .na-footer #footer-bottom .footer-row-inner {
    text-align: center;
  }
  .na-footer #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  .na-footer #footer-bottom .footer-row-inner .pull-left,
  .na-footer #footer-bottom .footer-row-inner .pull-right {
    display: block;
    clear: both;
    text-align: center !important;
    float: none !important;
  }
  .na-footer #footer-middle .liens-footer {
    margin-top: 15px;
  }
  .na-footer #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  .na-footer #footer-middle .liens-footer li a {
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
