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

*/
body .page-block.block-titre_text_cta a,
body .page-block .contenu_static a,
body .page-block .block-contenu p a {
  color: #ee308c !important;
  text-decoration: underline !important;
}
body .page-block.block-titre_text_cta a:hover,
body .page-block .contenu_static a:hover,
body .page-block .block-contenu p a:hover {
  color: #1d3a81 !important;
  text-decoration: none !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*/
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Overpass', sans-serif;
*/
/* css projet*/
@media (min-width: 1200px) {
  body header .bar .langs-list {
    position: relative;
  }
  body header .bar .langs-list:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #3E3E3E;
    margin: 13px -6px 0 10px;
    float: right;
  }
  body header .bar .langs-list li a {
    font-size: 18px !important;
    color: rgba(29, 58, 129, 0.3);
    text-align: right;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    line-height: 40px;
    display: block;
  }
  body header .bar .langs-list li a.selected {
    color: #1d3a81;
  }
  body header .bar .socials.rs-nolabels li {
    position: relative;
  }
  body header .bar .socials.rs-nolabels li.contact a,
  body header .bar .socials.rs-nolabels li a.ecole {
    background: transparent !important;
    text-transform: uppercase;
    font-size: 12px;
    color: #3E3E3E !important;
    letter-spacing: 0;
    font-weight: 400;
    padding-right: 15px;
  }
  body header .bar .socials.rs-nolabels li.contact a:before,
  body header .bar .socials.rs-nolabels li a.ecole:before,
  body header .bar .socials.rs-nolabels li.contact a:after,
  body header .bar .socials.rs-nolabels li a.ecole:after {
    content: '';
    width: 1px;
    height: 12px;
    background: #3E3E3E;
    margin: 0 10px 0 -6px;
    float: left;
  }
  body header .bar .socials.rs-nolabels li.contact a:after,
  body header .bar .socials.rs-nolabels li a.ecole:after {
    float: right;
    margin: 0 0 0 10px;
  }
  body header .bar .socials.rs-nolabels li a.instagram,
  body header .bar .socials.rs-nolabels li a.youtube,
  body header .bar .socials.rs-nolabels li a.twitter,
  body header .bar .socials.rs-nolabels li a.facebook-f,
  body header .bar .socials.rs-nolabels li a.linkedin-in,
  body header .bar .socials.rs-nolabels li a.youtibe,
  body header .bar .socials.rs-nolabels li a.insagram,
  body header .bar .socials.rs-nolabels li a.contact {
    background: #ee308c !important;
  }
  body header .bar .socials.rs-nolabels li a.instagram:hover,
  body header .bar .socials.rs-nolabels li a.youtube:hover,
  body header .bar .socials.rs-nolabels li a.twitter:hover,
  body header .bar .socials.rs-nolabels li a.facebook-f:hover,
  body header .bar .socials.rs-nolabels li a.linkedin-in:hover,
  body header .bar .socials.rs-nolabels li a.youtibe:hover,
  body header .bar .socials.rs-nolabels li a.insagram:hover,
  body header .bar .socials.rs-nolabels li a.contact:hover {
    color: #fff !important;
  }
}
@media (max-width: 1199.98px) {
  body header .bar .langs-list {
    display: none;
  }
}
body {
  font-family: 'Overpass', sans-serif;
  color: #333333;
  -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: 'Bebas Neue', sans-serif;
  color: #333333;
  font-weight: 400;
}
body .bar .btn-don-wrapper .btn-adherer-label,
body .bar .btn-inscription-wrapper .btn-adherer-label,
body .bar .btn-connexion-wrapper .btn-adherer-label,
body .bar .btn-recruteur-wrapper .btn-adherer-label,
body .bar .btn-adherer-wrapper .btn-adherer-label,
body .bar .shopping-cart .btn-adherer-label,
body .NA_connexion .btn-inscription-wrapper a > span,
body .NA_connexion .connexion-btn > span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
}
.home-section.section-default .section-title.side-title .title {
  color: #ee308c !important;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #ee308c !important;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  line-height: 33px;
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    color: #ee308c !important;
    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 ################################################### */
/*
Config PHP
// module_asso/cms/src/classes/FrontController.php
public static function getHeaderConfig() {
    $res = parent::getHeaderConfig();
    $res['rs_append'] = '<li  class="rs-append"><a href="https://ebi-edu.com/fr/" target="_blank">Site de l\'EBI</a></li>';
    $res['contact_textMode'] = true;
    $res['boutique_icon'] = 'fas fa-shopping-bag';
    $res['search_icon'] = 'fas fa-search';
    $res['btn_recruteur'] = true;
    $res['rs_nolabel'] = true;
    $res['old_side_nav'] = true;
    return $res;
}
*/
/* ############ topbar ############ */
@media (min-width: 1200px) {
  body header .bar .socials.rs-nolabels li.contact {
    margin-left: 20px;
  }
  #footer-socials li,
  body header .bar .socials.rs-nolabels li {
    margin-left: 13px;
    padding: 0;
  }
  body footer #footer-socials li a,
  body header .bar .socials.rs-nolabels li a.twitter,
  body header .bar .socials.rs-nolabels li a.facebook-f,
  body header .bar .socials.rs-nolabels li a.linkedin-in,
  body header .bar .socials.rs-nolabels li a.youtube,
  body header .bar .socials.rs-nolabels li a.instagram,
  body header .bar .socials.rs-nolabels li a.contact {
    width: 23px;
    height: 23px;
    padding: 0;
    display: inline-block;
  }
  body footer #footer-socials li a i,
  header .bar .socials.rs-nolabels li a i {
    font-size: 12px !important;
    line-height: 23px;
  }
  header .bar .btn-recruteur-wrapper a {
    background: #fff !important;
    color: #1d3a81;
  }
  header .bar .btn-recruteur-wrapper a .topbar-btn-icon,
  header .bar .btn-recruteur-wrapper a i,
  header .bar .btn-recruteur-wrapper a .btn-adherer-label {
    color: #1d3a81 !important;
  }
  header .bar .btn-recruteur-wrapper a:hover,
  header .bar .btn-recruteur-wrapper a:focus,
  header .bar .btn-recruteur-wrapper a:active {
    background: #1d3a81 !important;
    color: #fff !important;
  }
  header .bar .btn-recruteur-wrapper a:hover .topbar-btn-icon,
  header .bar .btn-recruteur-wrapper a:focus .topbar-btn-icon,
  header .bar .btn-recruteur-wrapper a:active .topbar-btn-icon,
  header .bar .btn-recruteur-wrapper a:hover i,
  header .bar .btn-recruteur-wrapper a:focus i,
  header .bar .btn-recruteur-wrapper a:active i,
  header .bar .btn-recruteur-wrapper a:hover .btn-adherer-label,
  header .bar .btn-recruteur-wrapper a:focus .btn-adherer-label,
  header .bar .btn-recruteur-wrapper a:active .btn-adherer-label {
    color: #fff !important;
  }
  header .bar .socials.rs-nolabels li a {
    background: #ee308c !important;
  }
  header .bar .socials.rs-nolabels li a i {
    font-size: 14px;
  }
  header .logo {
    display: inline-block;
    width: 178px;
    height: 129px;
    position: absolute;
  }
  header .logo a {
    display: inline-block;
    width: 178px;
    height: 129px;
    padding-top: 14px;
  }
  header .logo a img {
    display: inline-block;
    max-height: 129px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 160px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 50px;
    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: uppercase;
    padding: 0 14px;
    font-weight: bold;
    text-align: right;
    line-height: 57px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    color: #1d3a81;
    font-weight: 400;
  }
  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: #1d3a81;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #ee308c;
    width: calc(100% - 30px );
    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' => 65,
'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' => true,
'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' => true,
);

*/
/* variable less Carrousel */
@media (max-width: 1199.98px) {
  #main-carousel-row .carousel-content .title {
    padding-right: 20px !important;
  }
}
#main-carousel-row .carousel-content .title {
  text-transform: none;
  line-height: 1.4em;
  text-align: left;
  margin-top: 30px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal !important;
}
#main-carousel-row .readmore-wrapper {
  position: relative;
}
#main-carousel-row .readmore-wrapper .readMore {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 3px;
}
#main-carousel-row .readmore-wrapper .readMore:hover {
  background: #fff;
  color: #1d3a81;
}
#main-carousel-row .model-ratio-image .containerImg .click-img .newsImg {
  min-height: 100%;
}
#main-carousel-row .article-carousel .carousel-content .readmore-wrapper .readMore {
  border-width: 1px;
}
@media (max-width: 1199.98px) {
  #main-carousel-row .carousel-content .title {
    opacity: 1;
  }
  #main-carousel-row .article-carousel .carousel-content {
    background-color: rgba(29, 58, 129, 0.95) !important;
  }
}
#main-carousel-row ul.slick-dots {
  bottom: 70px;
  top: unset;
  width: 100%;
  left: 0;
  text-align: right;
  padding-right: 40px;
}
#main-carousel-row ul.slick-dots li {
  width: 30px;
}
#main-carousel-row ul.slick-dots li.slick-active button:before {
  color: rgba(255, 255, 255, 0.75) !important;
}
#main-carousel-row ul.slick-dots li button:before {
  font-size: 20px;
  color: #ee308c !important;
}
@media (max-width: 1199.98px) {
  font-size: 28px !important;
  
  #main-carousel-row .main-carousel-imageSide {
    background: #ee308c;
    position: relative;
    overflow: hidden;
    height: auto !important;
  }
  #main-carousel-row .main-carousel-imageSide ul.slick-dots {
    bottom: 70px;
    top: unset;
    width: 100%;
    left: 0;
    text-align: right;
    padding-right: 40px;
  }
  #main-carousel-row .main-carousel-imageSide ul.slick-dots li {
    width: 30px;
  }
  #main-carousel-row .main-carousel-imageSide ul.slick-dots li.slick-active button:before {
    color: rgba(255, 255, 255, 0.75) !important;
  }
  #main-carousel-row .main-carousel-imageSide ul.slick-dots li button:before {
    font-size: 20px;
    color: #ee308c !important;
  }
  #main-carousel-row .main-carousel-imageSide .model-image.model-ratio-image {
    width: 100%;
  }
  #main-carousel-row .main-carousel-imageSide .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #main-carousel-row .main-carousel-imageSide .carousel-content {
    height: unset;
    width: 100% !important;
  }
  #main-carousel-row .main-carousel-imageSide .carousel-content .model-content {
    height: unset;
  }
  #main-carousel-row .main-carousel-imageSide .slick-dots {
    z-index: 9999;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    top: unset;
  }
  #main-carousel-row .main-carousel-imageSide ul.slick-dots {
    bottom: 10px;
    top: unset;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body .socials-fixed {
    top: 20%;
  }
  .carousel-content .title {
    opacity: 1;
  }
  .article-carousel .carousel-content {
    max-width: 260px;
    overflow: hidden;
    padding: 100px 0 20px !important;
    background: transparent !important;
  }
}
@media (min-width: 1200px) {
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    font-size: 56px !important;
    top: 235px;
  }
  #main-carousel-row {
    position: relative;
    background: #fff;
    height: 490px;
  }
  #main-carousel-row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc( 100% - 80px );
    top: 80px;
    background: #1d3a81;
  }
  #main-carousel-row .readmore-wrapper {
    position: absolute;
    bottom: 42px;
  }
  #main-carousel-row .carousel-wrapper .article-carousel .model-image {
    background: transparent;
  }
  #main-carousel-row .slick-slider img {
    min-width: 0;
    min-height: 0;
    width: auto;
    height: auto;
  }
  #main-carousel-row .carousel-content {
    background: rgba(238, 48, 140, 0.8) !important;
    padding: 40px;
    max-height: 90%;
    opacity: 1;
  }
  #main-carousel-row .carousel-content .title {
    font-size: 40px !important;
  }
  #main-carousel-row #main-carousel .article-carousel {
    background-color: transparent !important;
  }
  #main-carousel-row #main-carousel .article-carousel .containerImg {
    opacity: 1;
    height: 430px;
  }
  #main-carousel-row #main-carousel .carousel-wrapper .article-carousel .model-image {
    position: relative;
    float: right;
  }
  #main-carousel-row .carousel-content {
    background: transparent !important;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    top: 247px;
    color: #E0CF41;
    font-size: 52px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-right {
    right: -63px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-left {
    left: -63px;
  }
  #main-carousel-row ul.slick-dots {
    top: unset;
    bottom: 15px;
    right: 60px;
  }
  #main-carousel-row ul.slick-dots li,
  #main-carousel-row ul.slick-dots li button,
  #main-carousel-row ul.slick-dots li button:before {
    font-size: 20px !important;
    width: 28px !important;
    height: 28px !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  #main-carousel-row .carousel-content {
    padding: 118px 50px 5px 0 !important;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
@media (min-width: 1200px) {
  #section-communaute {
    padding-bottom: 150px;
    background: #ffffff url('/ressources/css/images/ligne-footer.png') no-repeat calc( (100vw - 1170px)/2 ) bottom;
  }
}
#section-communaute .damier .damier-link {
  background: #fff;
}
#section-communaute .damier .damier-link .damier-label {
  color: #1d3a81;
  font-family: 'Bebas Neue', sans-serif;
}
#section-communaute .damier .damier-content .damier-icon img {
  max-width: 84px !important;
}
/* ################################# services ################################################### */
@media (min-width: 1200px) {
  #row-etiquettes {
    padding-bottom: 0;
    background: #ffffff url('/ressources/css/images/ligne-bottom-carousel.png') no-repeat calc( (100% - 80px ) - (100vw - 1170px)/2  ) bottom;
  }
}
#row-services #section-services-left .services-article .services-details,
#row-services #section-services-left .services-article .services-titre.section-title .title {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
}
#row-services #section-services-left .services-article .services-titre.section-title {
  padding-top: 60px;
}
#row-services #section-services-left .services-article .services-titre.section-title .title {
  max-width: 300px;
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
  font-family: 'Bebas Neue', sans-serif;
}
@media (max-width: 1199.98px) {
  #row-services #section-services-left {
    padding: 0;
  }
  #row-services #section-services-left .services-details {
    height: auto !important;
    min-height: 0 !important;
  }
  #row-services #section-services-left .services-article .services-titre.section-title {
    padding-top: 0;
  }
  #row-services #section-services-left .services-article .services-titre.section-title .title {
    max-width: unset;
    font-size: 36px;
  }
}
#section-lienstop {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #section-lienstop .home-content > .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #section-lienstop .home-content > .row .col-article {
    min-width: 45%;
  }
}
#section-lienstop .col-article {
  background: transparent !important;
  border-radius: 0 !important;
  border: 5px solid #E0CF41 !important;
  position: relative;
  z-index: 99;
}
#section-lienstop .col-article a.lien {
  margin: 0;
  padding: 0;
}
#section-lienstop .col-article .lien-title {
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 22px;
}
#section-lienstop .col-article:after {
  content: '';
  z-index: 100;
  height: 9px;
  width: 100px;
  background: #1d3a81;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -7px;
}
#section-lienstop .col-article:hover:after {
  height: 5px;
  margin-bottom: -5px;
  background-color: #E0CF41 !important;
}
#section-lienstop .col-article .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  background: #E5F2FE;
  border-radius: 50%;
  padding: 16px;
}
/* --------------------------------  END services --------------------------------------------------*/
/* ################################# etiquette ################################################### */
.color2.huge {
  font-size: 4vw;
  color: #ee308c;
  text-align: center;
  font-weight: 400;
  font-family: 'Bebas Neue', sans-serif;
  padding: 5vw 0 3vw;
  margin-top: 0;
  white-space: nowrap;
  background: #ffffff url('/ressources/css/images/ligne-bottom-carousel.png') no-repeat calc( (100% - 80px ) - (100vw - 1170px)/2  ) -4vw;
}
@media (max-width: 1199.98px) {
  .color2.huge {
    font-size: 40px !important;
  }
}
.tab-content .read-more {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  background-color: #ee308c;
}
.tab-content .read-more:hover {
  background-color: #1d3a81;
  border-color: #1d3a81;
}
#section-actions .section-title .title {
  color: #00a1e9 !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #section-actions {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #section-actions {
    padding: 30px 0 !important;
  }
  #section-actions .etiquette-article .read-more {
    font-family: 'Changa', sans-serif;
    width: 100%;
    margin: 20px 0;
  }
}
.liens-etiquettes > ul > .tab-link-wrapper a {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 7px;
  font-weight: 400;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  color: #1d3a81;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.liens-etiquettes > ul > .tab-link-wrapper a i {
  color: #E0CF41;
}
.liens-etiquettes > ul > .tab-link-wrapper:hover a,
.liens-etiquettes > ul > .tab-link-wrapper.active a {
  background: #00a1e9 !important;
  border-color: #00a1e9 !important;
  color: #fff !important;
}
.liens-etiquettes > ul > .tab-link-wrapper:hover a i,
.liens-etiquettes > ul > .tab-link-wrapper.active a i {
  color: #fff !important;
}
/* --------------------------------  END etiquette ------------------------------------------------*/
/* ################################# counters  ############################################ */
@media (min-width: 1200px) {
  #row-compteurs {
    padding-bottom: 150px;
    background: #ffffff url('/ressources/css/images/ligne-footer.png') no-repeat calc( (100vw - 1170px)/2 ) bottom;
  }
}
#section-compteurs .counter-mode-icon {
  width: auto;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  color: #ee308c;
  margin: 0;
  font-size: 72px;
  line-height: 1em;
  margin: 0 15px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  color: #1d3a81;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
  display: block;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
}
@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 ############################ */
/*
    Config PHP
    // module_asso/cms/src/classes/FrontController.php
    public static function getFooterConfig() { 
        $res = parent::getFooterConfig();
        
        $res['show_logo'] = true;
        $res['mode'] = 'simple-one';
        $res['tel_prefix'] = '';
        $res['logo_footer'] = 'logo-footer.png';
        
        $res['footer_links'] = array();
        foreach (array('admin', 'mentions_legales', 'credits', 'faq', 'sitemap' ) as $key)
        $res['footer_links'][] = $res['footer_links_available'][$key];
        
        return $res;
    }
    */
/* variables less */
#footer-middle .footer-nav ul {
  display: block;
}
#footer-middle .footer-nav ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
#footer-middle .footer-nav ul li .list-head {
  border: 0 none;
  margin: 0;
}
#footer-middle .footer-nav ul li .list-head:hover a {
  text-decoration: underline !important;
}
#footer-middle .footer-nav a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 400;
}
@media (min-width: 768px) {
  #footer-middle {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  #footer-middle .footer-nav {
    float: right;
    margin-right: -30px;
  }
  #footer-middle .footer-nav ul {
    display: flex;
  }
  #footer-middle .footer-nav ul li {
    padding: 0 15px;
    min-width: 0;
    width: auto;
  }
  #footer-middle .footer-nav ul li:last-child {
    padding-right: 0;
  }
  #footer-middle .footer-nav a {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
  }
}
#footer-middle #footer-right {
  margin-top: 40px;
}
#footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 4px;
  background: #ffffff;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .footer_rs {
  line-height: 44px;
}
#footer-middle .logos-left {
  text-align: center;
}
#footer-middle .logos-left img {
  max-width: 80px !important;
}
@media (min-width: 768px) {
  #footer-middle .logos-left {
    text-align: left;
  }
  #footer-middle .logos-left img {
    max-width: 100px !important;
  }
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: justify;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    width: 550px;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-logos-left {
    margin-left: -15px;
  }
  #footer-bottom .footer-bottom-coords {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 300;
    float: left;
  }
  .footer_rs {
    margin: 6px 0 0;
    padding: 0 !important;
  }
  .footer_rs #footer-socials {
    margin: 0;
  }
  .footer_rs #footer-socials li {
    margin: 0;
  }
  .footer_rs #footer-socials li + li {
    margin-left: 6px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  #footer-middle .footer-nav a {
    font-size: 18px;
    white-space: nowrap;
  }
  #footer-middle #footer-right {
    margin-top: 10px;
  }
  #footer-bottom .footer-row-inner > div {
    display: block !important;
    text-align: center !important;
    margin: 10px 0  !important;
    width: 100%;
    position: relative !important;
  }
  #footer-bottom .footer-row-inner > div #footer-socials {
    float: none;
    width: 100%;
    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 {
    position: relative;
    margin-top: 15px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    padding: 5px;
    display: block;
  }
}
.rs-circle > ul li a i {
  color: #1d3a81 !important;
}
.annoncesContainer .col-sm-6.text-left .bt-link.color2 {
  border-color: #00a1e9;
  background-color: #00a1e9;
}
.annoncesContainer .col-sm-6.text-left .bt-link.color2:hover {
  background: transparent;
  color: #00a1e9 !important;
}
/* --------------------- end FOOTER --------------------------- */
.block-annonce .block-titre {
  padding: 15px;
  background: #1e3981;
  margin: -15px;
}
.block-image_cta {
  background-color: #aaa;
}
.block-image_cta .block-bouton a {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.block-image_cta .block-bouton a:hover {
  background-color: #fff !important;
  color: #1d3a81 !important;
}
