/* 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: 'Poppins', sans-serif;
  color: #000000;
  -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 .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
  background-color: #3a5dae !important;
  border-color: #3a5dae;
}
.home-section.section-default .section-title .title {
  line-height: 40px;
  font-size: 32px;
  color: #000 !important;
  letter-spacing: 0;
  font-weight: 600;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
body .home-section.section-default .section-more a {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  display: inline-block;
  margin-right: 15px;
  height: 48px;
  line-height: 48px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
  border: 1px solid #1b365d;
  background-color: #1b365d;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
}
body .home-section.section-default .section-more a:hover {
  background: transparent;
  border: 1px solid #1b365d;
  color: #1b365d;
}
@media (max-width: 767.98px) {
  body .home-section.section-default .section-more {
    left: 0;
  }
  body .home-section.section-default .section-more a {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title .title {
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !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 ############ */
@media (max-width: 767.98px) {
  .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 30px 0 0;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
  .X .shopping-cart i:after,
  .X .search-toggle-wrapper .search-toggle:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #000000;
  }
}
.bar {
  font-size: 16px;
}
.bar .socials li.contact,
.bar .socials li.rs-append {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}
.bar .socials li.contact + li.rs-append,
.bar .socials li.rs-append + li.rs-append {
  margin-left: 0 !important;
}
.bar .socials li.contact:before,
.bar .socials li.rs-append:before {
  content: '';
  width: 1px;
  height: 17px;
  top: 12px;
  position: absolute;
  left: 0;
  background: #fff;
}
.bar .socials li.contact:after,
.bar .socials li.rs-append:after {
  content: '';
  width: 1px;
  height: 17px;
  top: 12px;
  position: absolute;
  right: 0;
  background: #fff;
}
.bar .socials li.contact:hover a,
.bar .socials li.rs-append:hover a {
  text-decoration: underline !important;
}
.bar .socials li:not(.contact, .rs-append) + li {
  margin-left: 10px;
}
.bar .socials li:not(.contact, .rs-append) a .fab,
.bar .socials li:not(.contact, .rs-append) a .fas {
  font-size: 11px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  aspect-ratio: 1;
  text-align: center;
  padding: 0;
  color: #1b365d;
  line-height: 24px;
}
.bar .socials li:not(.contact, .rs-append) a:hover .fab {
  color: #fff;
  background-color: #dedede !important;
}
.bar .socials li:not(.contact, .rs-append):has(> a[title="/contact"] ) {
  display: none !important;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
.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: #ffffff;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  body .logo .logo-a .logo-img {
    max-height: 110px;
    max-width: 270px;
  }
  header .bar div.btn-recruteur-wrapper {
    background-color: #3a5dae !important;
  }
  header .bar div.btn-recruteur-wrapper:hover > a {
    background: transparent;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header .bar .inline-div-section-wrapper .inline-div-section + .inline-div-section {
    min-width: 60%;
  }
  header .bar .btn-adherer-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-inscription-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 8px;
    margin: 0 3px;
  }
  header .bar .btn-connexion-wrapper .NA_connexion > a {
    float: none;
    border-radius: 8px !important;
    overflow: hidden;
    background-color: #fff !important;
    display: inline-block;
  }
  header .bar .btn-connexion-wrapper .NA_connexion > a:hover {
    background: #3A5DAE !important;
  }
  header .bar .btn-connexion-wrapper .NA_connexion > a:hover * {
    color: white;
  }
  header .bar .shopping-cart i,
  header .bar .search-toggle-wrapper .search-toggle {
    margin-right: 0;
  }
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-inscription-wrapper,
  header .bar .btn-adherer-wrapper > a,
  header .bar .NA_connexion .connexion-np,
  header .bar .NA_connexion .connexion-btn {
    max-width: 161px !important;
    text-transform: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    background-color: transparent !important;
    position: relative;
    padding: 0 30px;
  }
  header .bar .btn-recruteur-wrapper .topbar-btn-icon,
  header .bar .btn-inscription-wrapper .topbar-btn-icon,
  header .bar .btn-adherer-wrapper > a .topbar-btn-icon,
  header .bar .NA_connexion .connexion-np .topbar-btn-icon,
  header .bar .NA_connexion .connexion-btn .topbar-btn-icon,
  header .bar .btn-recruteur-wrapper i.fas:not(.fa-chevron-down),
  header .bar .btn-inscription-wrapper i.fas:not(.fa-chevron-down),
  header .bar .btn-adherer-wrapper > a i.fas:not(.fa-chevron-down),
  header .bar .NA_connexion .connexion-np i.fas:not(.fa-chevron-down),
  header .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: none !important;
  }
  .X header .bar .btn-recruteur-wrapper:after,
  .X header .bar .btn-inscription-wrapper:after,
  .X header .bar .btn-adherer-wrapper > a:after,
  .X header .bar .NA_connexion .connexion-np:after,
  .X header .bar .NA_connexion .connexion-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
  header .bar .connexion-np .login-small-thumb {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 45px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    text-transform: none;
    padding: 0 14px;
    font-weight: 700;
    font-size: 12px;
    text-align: right;
    color: #000000;
    line-height: 57px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
    top: 100% !important;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown a {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li:hover a {
    color: #3a5dae;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #3a5dae;
    width: 100%;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child {
    margin-left: 8px;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a {
    border-radius: 8px;
    background: #3a5dae;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #3a5dae;
    height: 48px;
    padding: 0 28px;
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #1b365d;
    border-color: #1b365d;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child nav.nav-dropdown {
    right: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child:hover:after {
    display: none !important;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
#main-carousel .article-carousel .carousel-content .title {
  font-size: 26px;
}
#main-carousel .link-entire-box .type-carousel,
#main-carousel .link-entire-box .date {
  font-weight: normal;
  margin-bottom: 15px;
  display: inline-block;
}
#main-carousel .readMore {
  background: transparent;
  color: #fff !important;
  border-radius: 0;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  letter-spacing: 1px;
  padding: 0 30px;
  width: auto;
  display: flex;
  justify-content: center;
}
#main-carousel .readMore:hover {
  background: #fff;
  color: #444 !important;
}
#main-carousel .carousel-content {
  padding-top: 115px;
  top: 0;
  font-size: 16px;
  height: 500px;
}
#main-carousel .carousel-content .title {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
}
#main-carousel ul.slick-dots {
  text-align: center;
  bottom: unset;
  top: 40px;
  width: 370px;
  left: calc((100% - 1170px)/2 );
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #3a5dae !important;
}
#main-carousel ul.slick-dots li button:before {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75) !important;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow {
  color: #fff;
  font-size: 32px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: calc((100% - 1170px)/2 - 60px);
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: calc((100% - 1170px)/2 - 60px);
}
@media (max-width: 1199.98px) {
  #main-carousel .readmore-wrapper {
    bottom: 30px;
    text-align: center;
  }
  #main-carousel .readmore-wrapper a {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ##################  END liens cta ##################### */
#row-lienscircle .lien-text {
  color: #000;
}
/* ----------------  END liens cta ---------------------*/
/* ################################# MAIN LISTS ################################################### */
#row-lists {
  background: #fafafa;
  /* css news */
}
#row-lists #section-offres .model-ratio-image .containerImg .click-img {
  background-color: #fff !important;
}
#row-lists #section-offres .model-ratio-image .containerImg .click-img .newsImg {
  object-fit: contain !important;
}
@media (min-width: 1200px) {
  #row-lists #section-events,
  #row-lists #section-offres,
  #row-lists #section-actus {
    padding: 72px 0 80px;
  }
}
#row-lists #section-events .home-content .slick-slider.slick-vertical .slick-list,
#row-lists #section-offres .home-content .slick-slider.slick-vertical .slick-list,
#row-lists #section-actus .home-content .slick-slider.slick-vertical .slick-list {
  height: auto !important;
  margin: 30px 0;
}
@media (max-width: 1199.98px) {
  #row-lists #section-events .home-content .slick-slider.slick-vertical .slick-list,
  #row-lists #section-offres .home-content .slick-slider.slick-vertical .slick-list,
  #row-lists #section-actus .home-content .slick-slider.slick-vertical .slick-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
  }
}
#row-lists #section-events .listViewReduced .model-image .containerImg,
#row-lists #section-offres .listViewReduced .model-image .containerImg,
#row-lists #section-actus .listViewReduced .model-image .containerImg {
  background: #fff;
}
#row-lists #section-events .listViewReduced .model-image .containerImg .newsImg,
#row-lists #section-offres .listViewReduced .model-image .containerImg .newsImg,
#row-lists #section-actus .listViewReduced .model-image .containerImg .newsImg {
  background: #fff;
}
#row-lists #section-events .home-article,
#row-lists #section-offres .home-article,
#row-lists #section-actus .home-article {
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
  border-radius: 8px;
  min-height: 140px;
}
#row-lists #section-events .home-article .title,
#row-lists #section-offres .home-article .title,
#row-lists #section-actus .home-article .title {
  color: #000 !important;
  font-weight: 600 !important;
}
#row-lists #section-events .top_link,
#row-lists #section-offres .top_link,
#row-lists #section-actus .top_link {
  top: 85px;
  margin: 0 !important;
}
@media (max-width: 1199.98px) {
  #row-lists #section-events .top_link,
  #row-lists #section-offres .top_link,
  #row-lists #section-actus .top_link {
    position: absolute;
    top: 10px !important;
    right: 0;
  }
}
#row-lists #section-events .top_link a,
#row-lists #section-offres .top_link a,
#row-lists #section-actus .top_link a {
  padding: 0;
  right: 0;
  width: unset;
  height: unset;
  min-width: unset;
  background-color: transparent;
  border: 0 none;
  text-decoration: none;
  padding-right: 0;
  color: #3a5dae;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}
#row-lists #section-events .slick-slider.slick-vertical i.slick-arrow,
#row-lists #section-offres .slick-slider.slick-vertical i.slick-arrow,
#row-lists #section-actus .slick-slider.slick-vertical i.slick-arrow {
  color: #3a5dae;
}
#row-lists #section-events.home-section.section-default .section-title,
#row-lists #section-offres.home-section.section-default .section-title,
#row-lists #section-actus.home-section.section-default .section-title {
  border-bottom: 2px solid #3a5dae;
  margin: 0 15px 15px;
  font-size: 13px;
  padding-bottom: 0px;
}
#row-lists #section-offres .home-article:hover,
#row-lists #section-actus .home-article:hover,
#row-lists #section-offres .home-article:focus,
#row-lists #section-actus .home-article:focus {
  background-color: #f8f8f8 !important;
}
#row-lists #section-offres .home-article.listViewReduced:after,
#row-lists #section-actus .home-article.listViewReduced:after {
  display: none;
}
#row-lists #section-offres .home-article .desc,
#row-lists #section-actus .home-article .desc,
#row-lists #section-offres .home-article .date,
#row-lists #section-actus .home-article .date {
  display: none;
}
#row-lists #section-offres .home-article .date_after_title,
#row-lists #section-actus .home-article .date_after_title {
  font-weight: 600;
  font-size: 12px;
  color: #000;
  line-height: 29px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #1b365d !important;
  position: absolute;
  bottom: 15px;
}
#row-lists #section-offres .home-article .title,
#row-lists #section-actus .home-article .title {
  padding: 0 !important;
  color: #1b365d;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
#row-lists #section-offres .home-article .model-image .click-img,
#row-lists #section-actus .home-article .model-image .click-img {
  background: #eee;
}
#row-lists #section-offres .home-article .model-image .click-img img,
#row-lists #section-actus .home-article .model-image .click-img img {
  min-width: 100%;
  min-height: 100%;
}
#row-lists #section-offres .date_after_title {
  position: absolute;
  bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #1b365d !important;
}
#row-lists #section-offres .entreprise {
  position: absolute;
  bottom: 28%;
  font-size: 12px;
  color: #3a5dae !important;
  white-space: nowrap;
  max-width: 225px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #row-lists #section-events .section-title {
    padding-left: 15px;
  }
  #row-lists #section-events .section-more {
    padding-left: 15px;
  }
}
#row-lists #section-events .model-image .date > span {
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 600;
  display: inline-block;
  margin-top: 30px;
}
#row-lists #section-events .model-image .date > span.dateYear {
  display: block;
  margin: 0 auto;
}
#row-lists #section-events .model-content > a {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-content: flex-start;
  align-items: center;
}
#row-lists #section-events .model-content .title {
  font-size: 22px;
  color: #fff !important;
  margin: 0;
  bottom: unset;
  top: unset;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
#row-lists #section-events .col-article .home-article,
#row-lists #section-offres .col-article .home-article,
#row-lists #section-actus .col-article .home-article {
  border-radius: 8px;
  overflow: hidden;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.25));
  background: #fff;
}
#row-lists #section-events .col-article + .col-article,
#row-lists #section-offres .col-article + .col-article,
#row-lists #section-actus .col-article + .col-article {
  margin-top: 15px;
}
#row-lists #section-events .col-article:last-child,
#row-lists #section-offres .col-article:last-child,
#row-lists #section-actus .col-article:last-child {
  margin-bottom: 5px;
}
/* -----------------------------  END LISTS --------------------------------------------------*/
/* ####################### maps ############################ */
#section-gmap:before {
  display: none;
}
#section-gmap #map_home {
  display: none;
}
#section-gmap .simple_mode_2 .section-body .intro {
  color: #3a5dae;
}
@media (max-width: 767.98px) {
  #section-gmap .simple_mode_2 .section-body .intro {
    text-align: left;
  }
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  height: 56px;
  line-height: 54px;
  background: #3a5dae;
  border: 1px solid #3a5dae;
  border-radius: 3px;
  font-family: 'Poppins', sans-serif;
  text-transform: none;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  background: #fff;
  color: #3a5dae;
}
#section-gmap .simple_mode_2 .section-body .search {
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  #section-gmap .intro {
    text-align: left;
  }
}
#section-gmap:before {
  border-color: rgba(27, 54, 93, 0.2) !important;
}
/* -----------------------  END maps ------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: linear-gradient(90deg, #3a5dae 0%, #1b365d 50.5%, #3a5dae 100%);
}
#row-compteurs #section-compteurs .counter-mode-icon {
  font-size: 20px;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-icon .faicon {
  border: 0 none  ;
  border-radius: 0;
  padding: 0;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  font-size: 40px;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  background: transparent;
  color: #fff;
  padding: 0;
  height: 50px;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 10px 0 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 63px;
  color: #EEEEEE;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-label {
  margin-top: 0;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #EEEEEE;
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
#footer-bottom {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 4px;
  background: #000000;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom #footer-socials * {
  color: #000000;
}
/* css footer */
.footer-title {
  font-size: 12px;
  margin: 15px 0 20px;
  text-transform: uppercase;
}
.subscribe {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  max-width: 245px;
}
.subscribe-field {
  width: 100%;
  height: 50px;
  padding: 0 100px 0 20px;
  border: none;
  color: #969a9b !important;
  border-radius: 0;
  -webkit-appearance: none;
}
.subscribe-btn {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  border: none;
  color: #ffffff !important;
  font-weight: bold;
  border-left: 1px solid #d0d0d0;
  border-radius: 0;
  -webkit-appearance: none;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  background: #3a5dae;
}
.subscribe-btn:hover {
  background: #3a5dae;
}
#footer-middle {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#footer-middle #footer-socials li + li {
  margin-left: 0;
}
#footer-middle #footer-socials li a .fab,
#footer-middle #footer-socials li a .fas {
  font-size: 11px;
  background-color: #3a5dae;
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  aspect-ratio: 1;
  text-align: center;
  padding: 0;
  color: #fff !important;
  line-height: 24px;
}
#footer-middle #footer-socials li a:hover .fab {
  background-color: #1b365d;
}
#footer-middle #footer-socials li:has(> a[title="/contact"] ) {
  display: none !important;
}
#footer-middle .subscribe .subscribe-btn {
  font-weight: bold !important;
}
#footer-middle * {
  color: #000000 !important;
}
#footer-middle h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 992px) {
  #footer-middle .pull-left {
    width: 100%;
  }
}
#footer-middle .subscribe {
  height: 48px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #000000;
}
#footer-middle .subscribe .subscribe-field {
  background: #fff;
  border-radius: 0;
  color: #000 !important;
  height: 48px;
  line-height: 48px;
  border: 0 none;
}
#footer-middle .subscribe .subscribe-btn {
  border: 0 none;
  border-radius: 0;
  height: 46px;
  width: 57px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF !important;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 20px;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle {
    padding: 55px 0  !important;
  }
  #footer-middle .logos-left img {
    max-height: 110px !important;
    width: unset !important;
    margin-top: 0;
    max-width: 220px !important;
  }
  #footer-middle * {
    color: #000000;
    font-size: 13px;
  }
  #footer-middle h4 {
    display: block;
    margin: 0  0 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    white-space: nowrap;
  }
  #footer-middle #footer-socials {
    display: block;
  }
  #footer-middle #footer-socials li {
    margin: 0 3px 0 0;
  }
  #footer-middle #footer-socials li i {
    font-size: 16px;
  }
  #footer-middle .list-liens {
    padding-left: 80px;
  }
  #footer-middle .list-liens li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-liens a {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
  }
  #footer-middle .list-liens a:before {
    content: '> ';
  }
  #footer-middle .list-liens a:hover {
    text-decoration: underline !important;
  }
  #footer-middle .subscribe {
    position: relative;
    border-radius: 0;
    overflow: hidden;
  }
  #footer-middle .subscribe-field {
    border-radius: 6px;
    width: 100%;
    height: 50px;
    padding: 0 100px 0 20px;
    border: 1px solid #1b365d;
    background: #fff;
    color: #000000 !important;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #footer-middle .subscribe-btn {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 0;
    -webkit-appearance: none;
    height: 100%;
    background: #3a5dae;
    overflow: hidden;
    display: inline-block;
  }
  #footer-middle .subscribe-btn:hover {
    border: 2px solid #000000;
    color: #fff !important;
    background: #000000;
  }
  #footer-middle .liens-footer {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 240px !important;
  }
  #footer-middle .footer-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  #footer-middle .footer-row > .col {
    width: 100% !important;
    text-align: center;
  }
  #footer-middle .footer-row > .col .subscribe {
    overflow: hidden;
    border-radius: 0;
    float: none;
    margin: 15px auto;
  }
  #footer-logos {
    margin: 15px 0;
    text-align: center;
  }
  #footer-logos .logo-img {
    max-width: 80% !important;
  }
  #footer-logos .footer-logo {
    max-width: 40%;
    margin: auto;
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  #footer-socials {
    margin: 15px auto;
    float: none !important;
  }
  #footer-bottom .footer-row-inner {
    text-align: center;
  }
  #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  #footer-bottom .footer-row-inner .pull-left,
  #footer-bottom .footer-row-inner .pull-right {
    display: block;
    clear: both;
    text-align: center !important;
    float: none !important;
  }
  .footer-rs-div,
  #footer-middle h4.footer-title {
    text-align: center;
    padding-bottom: 15px !important;
  }
  .footer-title,
  .subscribe {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-middle .liens-footer {
    margin-top: 15px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    padding: 5px;
    display: block;
  }
}
#footer-bottom-rasso {
  display: none;
}
#footer-bottom-rasso .footer-row {
  display: flex;
  gap: 5px;
  justify-content: center;
  color: #000000;
}
#footer-bottom-rasso #footer-coords a {
  color: #000000;
}
/* --------------------- end FOOTER --------------------------- */
