/* 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: 'Inter', 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 .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Inter', sans-serif;
  color: #59595b;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 70px !important;
  background-color: #d67477 !important;
  border-color: #d67477;
}
.home-section.section-default .section-title .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #59595b !important;
  letter-spacing: 0;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
#row-services #section-services-left .services-actions .cta-1 a,
#row-services #section-services-left .services-actions .cta-2 a,
#row-apropos #section-apropos .apropos-cta a,
#row-apropos2 #section-apropos2 .apropos-cta a,
body .home-section.section-default .section-more a {
  font-family: 'Inter', 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: 2px solid #d67477;
  background-color: transparent;
  color: #d67477;
  border-radius: 0 !important;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
}
#row-services #section-services-left .services-actions .cta-1 a:hover,
#row-services #section-services-left .services-actions .cta-2 a:hover,
#row-apropos #section-apropos .apropos-cta a:hover,
#row-apropos2 #section-apropos2 .apropos-cta a:hover,
body .home-section.section-default .section-more a:hover {
  background: #d67477;
  border: 2px solid #d67477;
  color: #fff;
}
#row-services #section-services-left .services-actions .cta-2 a {
  background: #d67477;
  border: 2px solid #d67477;
  color: #fff;
}
#row-services #section-services-left .services-actions .cta-2 a:hover {
  background: #ca4d50;
  border: 2px solid #d67477;
  color: #fff;
}
@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;
  }
  .shopping-cart i:after,
  .search-toggle-wrapper .search-toggle:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #59595b;
  }
}
.bar {
  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: #59595b;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials li.contact {
  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 {
  margin-left: 0 !important;
}
.bar .socials li.contact:before {
  content: '';
  width: 1px;
  height: 17px;
  top: 12px;
  position: absolute;
  left: 0;
  background: #000;
}
.bar .socials li.contact: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: #59595b;
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  aspect-ratio: 1;
  text-align: center;
  padding: 0;
  color: #fff;
  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;
}
@media (min-width: 1200px) {
  body .logo .logo-a .logo-img {
    max-height: 100px;
    max-width: 270px;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  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 {
    margin: 0 !important;
    max-width: 161px !important;
    text-transform: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    background-color: transparent !important;
    color: #59595b !important;
    position: relative;
  }
  header .bar .btn-recruteur-wrapper > span,
  header .bar .btn-inscription-wrapper > span,
  header .bar .btn-adherer-wrapper > a > span,
  header .bar .NA_connexion .connexion-np > span,
  header .bar .NA_connexion .connexion-btn > span,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-adherer-wrapper > a > a,
  header .bar .NA_connexion .connexion-np > a,
  header .bar .NA_connexion .connexion-btn > a {
    color: #59595b !important;
    font-size: 16px;
  }
  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: inline-block !important;
    color: #59595b !important;
  }
  header .bar .btn-recruteur-wrapper:after,
  header .bar .btn-inscription-wrapper:after,
  header .bar .btn-adherer-wrapper > a:after,
  header .bar .NA_connexion .connexion-np:after,
  header .bar .NA_connexion .connexion-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
  header .bar .NA_connexion .connexion-np:after,
  header .bar .NA_connexion .connexion-btn:after {
    display: none;
  }
  header .bar .btn-inscription-wrapper > a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
  }
  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: 29px;
    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 {
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #59595b;
    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: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown a {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  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: #189caa;
  }
  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: #d67477;
    width: 100%;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- 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: 2px solid #fff;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  letter-spacing: 1px;
  padding: 0 30px;
  width: auto;
  text-transform: none;
}
#main-carousel .readMore:hover {
  background: #fff;
  color: #444 !important;
}
#main-carousel .carousel-content {
  padding-top: 115px;
  top: 0;
  font-size: 16px;
}
#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: 75px;
  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: #d67477 !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);
}
#main-carousel .readmore-wrapper {
  bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: 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 --------------------------------------------------*/
/* ################################# bienvenue  ################################################### */
#row-apropos {
  position: relative;
  overflow: hidden;
  background: transparent url(/ressources/css/images/apropos.png) no-repeat center center;
  background-position: center center;
  background-size: 1170px 300px;
}
#row-apropos .container_row {
  padding-left: 15px;
  padding-right: 15px;
}
#row-apropos #section-apropos {
  height: auto;
}
@media (min-width: 1200px) {
  #row-apropos #section-apropos .apropos-title {
    margin-left: -15px;
  }
}
#row-apropos #section-apropos .apropos-title .title span {
  display: block;
  font-size: 18px;
}
#row-apropos #section-apropos .apropos-desc {
  color: #59595b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#row-apropos #section-apropos .apropos-desc > p {
  text-align: left !important;
}
#row-apropos #section-apropos .apropos .apropos-cta {
  position: absolute;
  bottom: 0;
}
@media (min-width: 1200px) {
  #row-apropos #section-apropos .apropos .apropos-cta {
    left: 0;
    bottom: -20px;
  }
}
/* --------------------------------  END bienvenue --------------------------------------------------*/
/* ################################# MAIN Actus-Events ################################################### */
@media (min-width: 1200px) {
  #row-agenda-event {
    position: relative;
    overflow: hidden;
  }
  #row-agenda-event:before,
  #row-agenda-event:after {
    z-index: 0;
    content: '';
    width: 253px;
    height: 237px;
    background: transparent url(/ressources/css/images/bg.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
  }
  #row-agenda-event:before {
    top: -60px;
    left: 30px;
  }
  #row-agenda-event:after {
    bottom: -90px;
    right: 30px;
  }
  #row-agenda-event .home-section {
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  #section-actus .section-title {
    padding-left: 15px;
  }
  #section-actus .section-more {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  #section-actus .col-article .article-Model.vertical-plit-2 {
    overflow: hidden;
    border-radius: 8px;
  }
  #section-actus .col-article + .col-article .vertical-plit-2 {
    margin-top: 15px !important;
  }
}
#section-actus .article-Model.dateImgSquare .model-image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}
#section-actus .article-Model.dateImgSquare .model-image .date {
  display: none;
}
#section-actus .home-article {
  background: transparent;
  border: 0 none;
}
#section-actus .home-article .model-content .title {
  position: absolute;
  bottom: 0;
  height: auto;
  top: 145px;
  padding: 0 22px !important;
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #section-actus .home-article .model-content .title {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
#section-actus .home-article .desc {
  display: none;
}
#section-actus .home-article .date {
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  text-align: left;
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  height: 35px;
  position: absolute;
  top: 107px;
  left: 30px;
  font-weight: 400;
}
#section-actus .home-article .readMore {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 20%);
}
@media (min-width: 1200px) {
  #section-events .section-title {
    padding-left: 15px;
  }
  #section-events .section-more {
    padding-left: 15px;
  }
}
#section-events .model-image .date span {
  text-transform: none !important;
}
#section-events .model-image .date .dateDay {
  font-size: 20px !important;
  line-height: 50px;
  line-height: unset !important;
}
#section-events .model-content > a {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-content: flex-start;
  align-items: center;
}
#section-events .model-content .title {
  font-size: 22px;
  margin: 0;
  bottom: unset;
  top: unset;
  text-align: left;
}
#section-events .article-Model.dateSide .model-content:hover,
#section-events .article-Model.dateSide .model-image .date {
  background: #189caa;
}
#section-events .col-article .home-article {
  border-radius: 8px;
  overflow: hidden;
}
#section-events .col-article + .col-article {
  margin-top: 6px;
}
#section-events .col-article:last-child {
  margin-bottom: 10px;
}
/* --------------------------------  END Actus-Events ------------------------------------------------*/
/* ################################# MAIN services ################################################### */
#row-services {
  background: linear-gradient(92deg, rgba(0, 166, 166, 0.05) 19.79%, rgba(24, 156, 170, 0.05) 100%);
}
#row-services #section-lienstop .section-title .line {
  display: block !important;
}
#row-services #section-lienstop .col-article {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
#row-services #section-lienstop .col-article:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}
#row-services #section-lienstop .col-article > a.lien {
  padding: 20px;
}
#row-services #section-lienstop .col-article > a.lien .lien-text {
  color: #59595b;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
#row-services #section-lienstop .col-article > a.lien .lienstop-img {
  max-width: 70px;
  margin: 0 auto 20px ;
}
#row-services #section-lienstop .col-article > a.lien [class*=" fa-"] {
  color: #59595b;
}
#row-services #section-lienstop .slick-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #row-services #section-lienstop .slick-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: center;
  }
  #row-services #section-lienstop .slick-slide {
    width: 300px !important;
  }
}
@media (max-width: 767.98px) {
  #section-lienstop .slick-slide {
    width: 365px !important;
    clear: unset !important;
  }
  #section-lienstop .slick-slide > div > div {
    display: block !important;
  }
}
#section-services-left .section-title .line {
  display: block;
  height: 3px;
  margin-top: 15px;
}
#section-services-left .services-details {
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  height: 200px;
  min-height: unset;
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  #section-services-left .services-details {
    max-height: 210px;
    height: 210px;
    min-height: unset;
  }
  #section-lienstop {
    padding-top: 20px;
  }
  #section-lienstop .slick-track {
    width: 100%;
  }
  #section-lienstop .col-article {
    min-width: 250px;
  }
  #section-lienstop .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 1199.98px) {
  .services-actions {
    text-align: center;
  }
  .home-section.section-default .section-title.underline {
    margin-bottom: 20px !important;
    padding-left: 15px;
    text-align: left;
  }
  .home-section.section-default .section-title.underline .title {
    margin-bottom: 15px;
  }
}
/* --------------------------------  END Services --------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: linear-gradient(90deg, rgba(219, 165, 91, 0.8) 0%, rgba(24, 156, 170, 0.8) 50%, #d67477 100%);
}
#section-compteurs .counter-mode-icon .counter-txt .digit-prepend,
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  color: #fff;
  font-size: 50px;
  line-height: 1em;
  margin: 0;
  font-weight: 700;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  font-weight: 600;
}
@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 ------------------------------------------------*/
/* ################################# temoignage ################################################### */
#row-temoignage .home-content i.slick-arrow.fas {
  display: none !important;
}
#section-temoignage blockquote:before {
  color: #d67477 !important;
  transform: skewX(0);
  font-family: inter !important;
}
#section-temoignage blockquote:after {
  display: none;
}
#section-temoignage .auteur:before {
  background-color: #d67477 !important;
}
#section-temoignage blockquote,
#section-temoignage .auteur-wrapper {
  color: #59595b !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
#section-temoignage .auteur-text {
  font-weight: bold;
}
#section-temoignage .auteur-photo {
  max-width: 400px;
  margin: auto;
}
#section-temoignage ul.slick-dots li button:before {
  color: #dedede !important;
  text-shadow: 0 0 2px #ADADAD;
}
#section-temoignage ul.slick-dots li.slick-active button:before {
  color: #ADADAD !important;
}
#section-temoignage ul.slick-dots li.slick-active button:before {
  color: #d67477 !important;
}
#section-temoignage ul.slick-dots li button:before {
  font-size: 20px;
  color: #59595b !important;
}
/* --------------------------------  END temoignage--------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
.na-footer #footer-middle * {
  color: #59595b !important;
}
#footer-bottom {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom #footer-socials li {
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #ffffff;
}
#footer-bottom #footer-socials li:hover > a * {
  color: #d67477;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: inherit;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .rs_prefix {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer-bottom #footer-socials li a {
  height: 24px;
  width: 24px;
}
#footer-bottom [class*=" fa-"] {
  font-size: 13px;
}
#footer-bottom #footer-socials li {
  margin: 0 3px;
}
#footer-bottom #footer-socials li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50% !important;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#footer-bottom #footer-socials li a i {
  color: #59595b !important;
}
.na-footer #footer-middle .container {
  height: auto !important;
  max-height: unset !important;
}
.na-footer #footer-middle {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
#footer-logos-left {
  text-align: left;
}
#footer-logos-left img {
  max-width: 250px !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 800px;
    text-align: justify;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-middle #footer-logos-left {
    float: left;
    top: 21px;
  }
  #footer-bottom .footer-row-inner {
    justify-content: space-between !important;
    align-items: center;
  }
  #footer-bottom .footer-row-inner {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
  }
  #footer-bottom .footer-row-inner .flex.pull-right {
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
}
@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-middle .liens-footer {
    margin-top: 15px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    color: #59595b;
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
