/* 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 */
/*
INDEX :

PROJET
variables less
fonts
boutons read more
css projet

MAIN CAROUSEL
config PHP
variables less
main-carousel
@min-lg

Liens
variable less
CSS

NEWS 
config PHP
css

PORTRAITS
config PHP
css



CHIFFRES
config PHP
css

FOOTER
config PHP
variables less
css footer

*/
.search-toggle:hover i.da,
body header .bar .socials li a:hover i.da,
#footer-socials a:hover i.da,
.search-toggle:hover i.fab,
body header .bar .socials li a:hover i.fab,
#footer-socials a:hover i.fab,
.search-toggle:hover i.fas,
body header .bar .socials li a:hover i.fas,
#footer-socials a:hover i.fas {
  color: #eec159 !important;
}
/* ################################# DEBUT PROJET ################################################### */
/* ajout une css extern "Google font " */
/*
protected function modifyContext($context2 = array(), $widgetsRight = true)
{
    foreach ($GLOBALS as $key => $val)
    global ${$key};
    
    $context2 = parent::modifyContext($context2);
    $context2['header']['other_css'] = array();
    $context2['header']['other_css'][] = "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap";
    return $context2;
}

*/
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Lato', sans-serif;
  color: #0d0d0d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  body .home-section {
    padding: 80px 0;
  }
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Lato', sans-serif;
  color: #0d0d0d;
  font-weight: bold;
}
.home-section .section-title.side-title .title {
  color: #e6b442 !important;
}
.home-section .section-title * {
  font-weight: 900 !important;
}
.home-section .section-title > span:after {
  bottom: 15px;
  left: 0;
  position: absolute;
  background: #e6b442;
  content: '';
  height: 2px;
  width: 50px;
}
@media (min-width: 1200px) {
  .home-section .section-title > span:after {
    left: 15px;
    bottom: 35px;
  }
}
.home-section .section-title {
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  color: #e6b442 !important;
  font-weight: 900 !important;
}
.home-section .section-title .line {
  height: 2px;
  width: 50px !important;
  background: #e6b442;
}
.home-section .section-title.underline .line {
  display: block;
}
.home-section .section-title .title,
.home-section .section-title > * {
  display: inline-block;
  color: #232321 !important;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 900;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .home-section .section-title {
    margin-bottom: 0;
  }
  .home-section .section-title br {
    line-height: 0;
  }
  .home-section .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-more.text-right,
  body .home-section .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
  }
}
.apropos-cta a,
body .home-section .section-more a {
  font-weight: 700;
}
/* --------------------------------  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: #0d0d0d;
  }
}
.bar .btn-don-wrapper {
  background: #fff !important;
}
.bar .btn-don-wrapper * {
  color: #000 !important;
}
.bar {
  font-size: 16px;
}
.bar .header-mibile-bar {
  position: relative;
  z-index: 99;
  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: #0d0d0d;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  body.home .logo .logo-a {
    background-color: #fff;
    height: 95px;
    width: 185px;
    position: absolute;
  }
  body.home .logo .logo-a .logo-img {
    margin: 15px 0 0 3px;
    width: 185px;
    height: 95px;
    min-height: 95px;
  }
  .bar .socials-wrapper.inline-div-section {
    max-width: 50%;
  }
  .bar .btn-don-wrapper {
    position: relative;
    min-width: 180px !important;
  }
  .bar .btn-don-wrapper:after,
  .bar .btn-don-wrapper:before {
    position: absolute;
    right: 10px;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #0d0d0d;
  }
  .bar .btn-don-wrapper:before {
    left: 10px;
    right: unset;
  }
  .bar .btn-connexion-wrapper {
    width: 176px !important;
    position: relative;
    margin-left: 10px;
  }
  header .NA_connexion {
    min-width: 180px;
  }
  header .NA_connexion .connexion-btn > span {
    font-size: 16px;
    line-height: 41px;
  }
  header .NA_connexion .btn-inscription-wrapper a > .fa,
  header .NA_connexion .btn-inscription-wrapper a > .fas,
  header .NA_connexion .connexion-btn > .fa.faicon_user,
  header .NA_connexion .connexion-btn > .fas.faicon_user {
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    font-size: 20px !important;
  }
  header .bar.with-search-field .btn-adherer-wrapper.bar-btn-2,
  header .bar.with-search-field .btn-connexion-wrapper.bar-btn-1 {
    max-width: 180px !important;
  }
  header .btn-recruteur-wrapper,
  header .btn-inscription-wrapper,
  header .btn-adherer-wrapper,
  header .NA_connexion .connexion-np,
  header .NA_connexion .connexion-btn {
    text-transform: none;
  }
  header .connexion-np .login-small-thumb {
    border-radius: 50%;
  }
  header .bar .btn-inscription-wrapper {
    max-width: 120px !important;
    padding: 0 30px 0 0;
    position: relative;
    margin-right: 20px;
    color: #0d0d0d;
    background-color: transparent !important;
  }
  header .bar .btn-inscription-wrapper a {
    display: flex !important;
    justify-content: center;
    color: #0d0d0d !important;
  }
  header .bar .btn-inscription-wrapper a .btn-adherer-label {
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper a .topbar-btn-icon {
    display: block !important;
  }
  header .bar .btn-inscription-wrapper a i.icon {
    font-size: 16px !important;
    padding: 10px;
  }
  header .bar .btn-inscription-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #fff;
  }
  header .header-navigation-side {
    width: 900px !important;
    margin-top: 37px !important;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  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:first-child > a {
    padding-left: 0;
  }
  header .header-navigation-side .nav > ul > li:last-child > a {
    padding-right: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 12px;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #0d0d0d;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    text-align: left;
    font-size: 12px;
    text-transform: none;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown > ul > li:hover > a {
    background: transparent !important;
    color: #e6b442 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
    margin-top: -1px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: -3px !important;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #e6b442;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
/* ------- 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: #0d0d0d;
    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: #eec159;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #e6b442;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/*
    Config PHP
    // module_asso/cms/src/classes/Core/Controller/MainController.php
    $content = array(
    'section' => array(
    'class' => 'no-padding',
    'bt_more' => 'En savoir plus',
    'id' => 'main-carousel'
    ),
    'article' => array(
    'type' => 'carousel',
    'title_length' => 50,
    'desc_length' => 0,
    'img_size' => 'img_wide',
    ),
    'source' => array(
    'name' => 'Standard::getCarousel',
    'limit' => 5,
    ),
    'geometry' => array('w' => 1),
    'carousel' => array(
    'hauteur' => 500,
    'fa5' => true,
    'dots' => true,
    'disable_arrows' => false,
    'autoplay' => false,
    'responsive' => false,
    'article_img_disable_click' => true,
    'bg_color' => '#000', 
    'bg_opacity' => 0,
    'color' => '#ffffff',
    'display_desc' => true,
    'content_width' => '170px',
    'content_height' => '300px',
    'content_align' => 'center',
    'position' => '', 
    'border_round' => '0',
    'button' => false,
    ),
    'class' => 'no-padding-sides-mobile big-arrows',
    );
    $rows[] = array(
    'contents' => array($content),
    'fullscreen' => false,
    );

    */
/* variable less Carrousel */
#main-carousel .carousel-wrapper .article-carousel .carousel-content {
  display: none;
  padding: 35px 10px 40px 40px;
}
#main-carousel .carousel-wrapper .article-carousel .carousel-content .title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
#main-carousel .carousel-wrapper .article-carousel .carousel-content .readmore-wrapper {
  text-align: left;
}
#main-carousel .article-carousel > .container {
  background: #fff;
}
#main-carousel .model-ratio-image {
  background: transparent;
}
#main-carousel .model-ratio-image .containerImg .click-img .newsImg {
  object-fit: coveer;
}
#main-carousel .section-title {
  display: none;
}
#main-carousel .readMore {
  font-size: 16px;
  border-radius: 3px !important;
  border-width: 1px !important;
  height: 50px;
  line-height: 48px;
  text-transform: none;
  font-weight: 700;
}
#main-carousel ul.slick-dots {
  bottom: 20px;
  top: unset;
  width: 100%;
  left: 0;
  text-align: right;
  padding-right: 28px;
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #e6b442 !important;
}
#main-carousel ul.slick-dots li button:before {
  font-size: 20px;
  color: rgba(200, 200, 200, 0.7) !important;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow {
  color: #999999;
  font-size: 56px;
  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 - 85px);
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: calc((100% - 1170px)/2 - 85px);
}
@media (min-width: 1200px) {
  body.home #row-1 {
    padding-top: 25px;
  }
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
@media (max-width: 1199.98px) {
  #main-carousel ul.slick-dots {
    text-align: right;
  }
  #main-carousel .carousel-wrapper .article-carousel .carousel-content .readmore-wrapper {
    bottom: 55px;
  }
}
@media (max-width: 767.98px) {
  #main-carousel ul.slick-dots {
    text-align: center;
    padding-right: 0;
    margin: 0;
  }
  #main-carousel .carousel-wrapper .article-carousel {
    height: 260px;
  }
  #main-carousel .carousel-wrapper .article-carousel .containerImg {
    display: block;
    height: auto;
  }
  #main-carousel .carousel-wrapper .article-carousel .carousel-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -20px;
  }
  #main-carousel .carousel-wrapper .article-carousel .carousel-content .title {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  #main-carousel .carousel-wrapper .article-carousel .carousel-content {
    padding: 110px 50px 0 !important;
  }
  #main-carousel .carousel-wrapper .article-carousel .carousel-content .title {
    padding: 0 50px;
  }
  #main-carousel .carousel-wrapper .article-carousel .carousel-content .readmore-wrapper {
    bottom: 75px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
#section-apropos .section-title {
  display: none;
  margin: 0;
}
#section-apropos .apropos-cta {
  position: relative;
  margin-top: 30px;
  float: left;
}
#section-apropos .apropos-cta a {
  border-radius: 0;
}
#section-apropos .apropos-desc {
  margin-top: 0;
  font-size: 20px;
  color: #0d0d0d;
  line-height: 30px;
  font-weight: 400;
}
/* ################################# liens liens ####4############################################### */
@media (max-width: 767.98px) {
  .carousel-wrapper .article-carousel .model-image {
    background: #0b2c40;
  }
  #row-liens .model-ratio-image .containerImg .click-img .newsImg {
    max-width: 100% !important;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  #row-liens .home-section {
    padding: 30px 0;
  }
}
#section-liens {
  padding-top: 0;
  padding-bottom: 0;
}
#section-liens .col-article > a.lien .lien-text {
  display: none;
  background-color: #e6b442;
  top: 0;
}
#section-liens .col-article > a.lien .lien-text .lien-title {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  text-align: left;
  top: 90px;
  line-height: 2rem;
  padding: 0 15px 0 20px;
}
#section-liens .col-article > .lien:hover .lien-text {
  display: block;
}
@media (max-width: 1199.98px) {
  #section-liens-left .liens-actions {
    display: flex;
    margin-top: 30px;
    position: relative;
  }
  #section-liens-left {
    padding-bottom: 15px;
  }
  #section-liens {
    padding-top: 0;
  }
  #section-liens .col-article {
    max-width: 100% !important;
    width: 100% !important;
    height: 370px !important;
  }
  .page-presentation .contenu {
    padding: 30px !important;
    line-height: 1.5em;
  }
  .page-presentation .contenu ul {
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  #section-liens .col-article > a.lien .lien-text {
    font-size: 4vw !important;
    margin: 0;
  }
}
#section-liens .col-article {
  margin: 0 auto 30px;
}
#section-liens .col-article {
  color: #fff;
  height: 370px;
  max-width: 370px;
  position: relative;
  padding: 0;
}
#section-liens .col-article > .lien {
  transition: opacity .2s;
  background-position: center center;
  border-radius: 0;
  height: 100%;
  padding-top: 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
#section-liens .col-article > .lien .lien-icon {
  font-size: 30px;
}
#section-liens .col-article > .lien .lien-titre {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
#section-liens .col-article > .lien .lien-desc {
  font-size: 18px;
}
#section-liens .col-article > .lien .lien-text {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 15px ;
  text-align: center;
}
@media (min-width: 1200px) {
  #section-liens .col-article > .lien .lien-text {
    font-size: 20px;
    line-height: 36px;
  }
}
#section-liens .col-article > .lien [class*=" fa-"] {
  font-size: 56px;
  display: block;
  margin-bottom: 45px;
}
#section-liens .col-article > .lien .liens-details {
  font-size: 20px;
  color: #0d0d0d;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 1199.98px) {
  #section-liens .col-article {
    margin: 0;
    border: 10px solid;
  }
}
/* --------------------------------  END liens  --------------------------------------------------*/
#section-partenaires {
  padding-top: 40px;
}
#section-partenaires .article-partenaire {
  padding: 0;
}
.home-section.section-partners .section-more a {
  font-size: 16px;
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  height: 40px;
  line-height: 37px;
}
/* ####################### FOOTER ############################ */
/* variables less */
.subscribe {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  max-width: 280px;
}
.subscribe-field {
  border-radius: 3px;
  width: 100%;
  height: 50px;
  padding: 0 100px 0 20px;
  border: none;
  background: #fff;
  font-weight: 400;
  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;
  font-weight: bold;
  border-left: 1px solid #e6b442 !important;
  border-radius: 0;
  -webkit-appearance: none;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  background: #e6b442 !important;
  color: #555;
}
.subscribe-btn:hover {
  background: #e6b442 !important;
}
#footer-middle {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#footer-middle .subscribe .subscribe-btn {
  font-family: 'transat', sans-serif !important;
  font-weight: bold !important;
}
#footer-middle .email_nl {
  color: #888 !important;
}
#footer-middle * {
  color: #000 !important;
}
#footer-middle .liens-footer {
  margin-top: 15px;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 220px;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle {
    padding: 55px 0  !important;
  }
  #footer-middle .logo-img {
    max-width: 110px;
    margin-top: -10px;
    margin-left: 10px;
  }
  #footer-middle .logos-left img {
    width: 172px !important;
    margin-top: -30px;
    max-width: 172px !important;
  }
  #footer-middle * {
    color: #000;
    font-size: 13px;
    font-weight: bold;
  }
  #footer-middle h4 {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  #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 a {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 700;
  }
  #footer-middle .list-liens a:hover {
    text-decoration: underline !important;
  }
  #footer-middle .subscribe {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
  }
  #footer-middle .subscribe-field {
    border-radius: 6px;
    width: 100%;
    height: 50px;
    padding: 0 100px 0 20px;
    border: none;
    background: #fff;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #footer-middle .subscribe-btn {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    border: none;
    font-weight: bold;
    border-left: 1px solid #d0d0d0;
    border-radius: 0;
    -webkit-appearance: none;
    height: 100%;
    background: #eec159;
    overflow: hidden;
    display: inline-block;
  }
  #footer-middle .subscribe-btn:hover {
    background: #e6b442;
  }
  #footer-middle .footer-row {
    display: flex;
    align-content: center;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 101px !important;
  }
  #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;
  }
  #footer-socials {
    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-rs-div,
  #footer-middle h4.footer-title {
    text-align: center;
    padding-bottom: 15px !important;
    font-weight: bold;
  }
  .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-middle .list-liens {
    margin-bottom: 30px;
  }
  #footer-socials {
    margin-top: 30px;
    text-align: center;
  }
}
/* --------------------- end FOOTER --------------------------- */
