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

*/
/* ################################# 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: 'Montserrat', sans-serif;
  color: #1f1e1e;
  -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: 'Montserrat', sans-serif;
  color: #1f1e1e;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #004272 !important;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  line-height: 33px;
  font-size: 40px;
  color: #004272 !important;
}
body .home-section.section-default .section-more a {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: 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%;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  body .home-section.section-default .section-more {
    padding: 0 15px;
  }
}
/* --------------------------------  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 (max-width: 767.98px) {
  .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: #1f1e1e;
  }
}
.bar {
  font-size: 16px;
}
.bar .search-toggle-wrapper .fas {
  color: #004272;
}
.bar .rs_append {
  color: #004272 !important;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
}
.bar .rs_append:hover {
  text-decoration: underline !important;
}
.bar .rs_append:before {
  content: '';
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #1f1e1e;
  width: 1px;
  top: 0;
  display: inline-block;
}
.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: #1f1e1e;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  body.home .logo .logo-a {
    background-color: #fff;
    height: 70px;
    width: 222px;
    position: absolute;
  }
  body.home .logo .logo-a .logo-img {
    padding: 0 !important;
    margin: 20px 0 ;
    width: 222px;
    height: 70px;
    min-height: 70px;
  }
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 177px !important;
  }
  header .NA_connexion .connexion-btn > span {
    font-size: 16px;
  }
  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: 16px !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: 170px !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: #1f1e1e;
    background-color: transparent !important;
  }
  header .bar .btn-inscription-wrapper a {
    display: flex !important;
    justify-content: center;
    color: #1f1e1e !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: #333333;
  }
  .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 {
    text-transform: uppercase;
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    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 {
    background: #004272;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li:hover a {
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #c8910f;
    width: 50px;
    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: 3px;
    background: #c8910f;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #c8910f;
    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: #c8910f;
    border-color: #c8910f;
  }
  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 ################################################### */
/*
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 */
#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;
}
#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: #c8910f !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: 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 - 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;
  }
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# PORTRAITS ################################################### */
/* 
// conf php 


*/
/* variables css */
/* css portraits */
@media (min-width: 1200px) {
  #section-portraits {
    padding: 80px 45px 70px 450px;
  }
  #section-portraits .click-img img {
    padding: 10px;
    background: #fff;
  }
  #section-portraits .home-content {
    min-height: 130px !important;
    padding: 0 !important;
  }
  #section-portraits .home-content i.slick-arrow {
    top: 50% !important;
    height: 35px;
    margin-top: -23px;
    font-weight: bold;
    color: #fff;
  }
  #section-portraits .home-content i.slick-arrow .fa-chevron-left {
    margin-right: 15px;
  }
  #section-portraits .home-content i.slick-arrow .fa-chevron-right {
    margin-left: 15px;
  }
  #section-portraits.home-section.section-default .section-title {
    background: transparent;
  }
  #section-portraits.home-section.section-default .section-title:before {
    display: none;
  }
  #section-portraits.home-section.section-default .section-title .title {
    margin-top: 95px;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 15px;
    letter-spacing: 0;
  }
  #section-portraits .home-article {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px !important ;
  }
  #section-portraits .home-article .title-wrapper {
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 4px;
    width: 110px;
    height: 110px;
  }
  #section-portraits .home-article .title-wrapper .title {
    width: 110px;
    height: 110px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 30px 10px;
  }
  #section-portraits .home-article .title-wrapper .title a {
    text-align: center;
    height: 105px;
  }
}
/* --------------------------------  END PORTRAITS --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
@media (min-width: 1200px) {
  #section-actus .home-content {
    padding-left: 0;
  }
}
#section-actus .home-article {
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.07000000000000001);
  border: 0 none;
}
@media (max-width: 1199.98px) {
  #section-actus .home-article {
    height: auto !important;
    min-height: 490px;
  }
}
#section-actus .home-article .model-content .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 30px;
  text-transform: none;
}
#section-actus .home-article .title {
  font-weight: 400;
  font-size: 20px;
  color: #004272;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 0 30px;
  font-weight: bold;
}
#section-actus .home-article .desc {
  font-size: 16px;
  color: #1f1e1e;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  margin: 0 30px;
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 30px;
}
#section-actus .home-article .readmore-wrapper a {
  color: #004272;
  font-size: 16px;
  float: left;
  margin-left: 30px;
  font-weight: bold;
}
#section-actus .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-actus .home-article .readmore-wrapper a:hover i {
  margin-left: 30px;
}
.home-section.section-default .section-title .title {
  font-size: 40px;
  line-height: 64px;
  font-weight: bold;
}
#section-events .section-more {
  margin-top: 30px;
  padding-left: 15px;
}
#section-events .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-events .home-article {
  background: transparent;
  border: 0 none;
}
#section-events .home-article .model-content .title {
  position: absolute;
  bottom: 0;
  padding: 0 22px !important;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #section-events .home-article .model-content .title {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
#section-events .home-article .desc {
  display: none;
}
#section-events .date {
  font-size: 40px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
}
#section-events .article-Model {
  background-color: transparent;
}
#section-events .article-Model.dateImgRectangular .model-image .date {
  background: transparent;
  color: white;
  z-index: 9;
  font-size: 39px;
  text-align: left;
  padding: 0 20px;
  font-weight: bold;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#section-events .readMore {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#section-events .col-article + .col-article {
  margin-top: 30px !important;
}
#section-events .col-article {
  margin: 0 !important;
}
@media (min-width: 1200px) {
  #section-events.section-default .section-more a {
    color: #fff !important;
  }
}
@media (max-width: 767.98px) {
  #section-events {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #section-events .home-article.article-Model {
    background-color: transparent !important;
  }
  #section-events .containerImg {
    padding-bottom: 66%;
  }
  #section-events .model-image.model-ratio-image {
    margin: 0;
  }
}
/* --------------------------------  END ROW-EVENTS-NEWS --------------------------------------------------*/
/* ################################# groupes ################################################### */
/*

            $content = array(
                'section' => array(
                    'type' => 'default',
                    'col' => '12',
                    'id' => 'section-communaute',
                ), 
                'article' => array(
                    'type' => 'damier',
                ),
                
                'source' => array(
                    'name' => 'Standard::getCarrouselItems',
                    'limit' => 4,
                    'type' => 'groupes',
                ), 
                
                'geometry' => array('w' => 4),
                'carousel' => true,
                'class' => 'no-gutters no-paddings'
            );
            $rows[] = array(
                'contents' => array($content),
                'class' => ' no-gutters no-paddings',
                'fullscreen' => true
            );
*/
#section-communaute {
  padding: 0;
}
#section-communaute .damier {
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
#section-communaute .damier .bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: width .3s, height .3s, top .3s, left .3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#section-communaute .damier:hover .bg-image {
  top: -15px;
  left: -15px;
  width: calc( 100% + 30px);
  height: calc( 100% + 30px);
}
#section-communaute .damier .damier-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
#section-communaute .damier .damier-content {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin: 80px 60px;
  font-weight: normal;
}
#section-communaute .damier .damier-content .damier-label {
  margin-top: 22px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  max-width: 210px;
}
#section-communaute .damier .damier-content .damier-icon img {
  min-width: 0;
  margin: auto;
}
#section-communaute .damier-label {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%);
}
#section-communaute .home-content .slick-initialized .slick-slide img {
  max-width: 90px !important;
  max-height: 115px;
  min-width: 0;
}
/* --------------------------------  END groupes ------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap {
  padding: 0;
  border: 0 none;
}
#section-gmap #map {
  border: 0 none;
}
#section-gmap .section-title {
  margin-bottom: 30px;
  border: 0 none;
}
#section-gmap .section-title .title {
  border: 0 none;
  font-size: 28px;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 45px;
  text-align: left;
}
#section-gmap .section-title .title span {
  color: #c8910f !important;
}
#section-gmap .section-body {
  margin-left: 4px;
}
#section-gmap .section-body .intro {
  font-size: 16px;
  color: #1f1e1e;
  line-height: 24px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 15px;
}
#section-gmap .section-body .search {
  position: absolute;
  bottom: 32px;
  width: calc( 100% - 60px);
  border: 1px solid #eee;
  overflow: hidden;
  height: 48px;
}
#section-gmap .section-body .search:hover,
#section-gmap .section-body .search:focus {
  border-color: #c8910f !important;
}
#section-gmap .section-body .search:hover i,
#section-gmap .section-body .search:focus i {
  color: #c8910f !important;
}
#section-gmap .recherche_avancee {
  display: none;
}
#section-gmap #recherche_annuaire_express {
  border: 0 none;
}
#section-gmap #recherche_annuaire_express > .input-group {
  border: 0 none;
  width: 100%;
  overflow: hidden;
  height: 48px;
}
#section-gmap #recherche_annuaire_express > .input-group > .form-control {
  border: 0 none;
  margin: 0 !important;
  height: 48px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 16px;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon {
  background: transparent;
  width: 40px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: 0;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a {
  color: #999;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a .fas {
  font-size: 16px;
  margin-top: 9px;
  margin-right: -5px;
}
#section-gmap .section-title .title > span {
  color: #c8910f;
}
@media (min-width: 992px) {
  #section-gmap.contentSquareFlat .section-body {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 300px !important;
    top: 135px;
    background: #fff;
    color: #000;
    height: 245px;
    padding-top: 25px;
  }
}
@media (max-width: 991.98px) {
  #section-gmap .section-title {
    margin: 0 !important;
  }
  #section-gmap .section-title .title {
    margin: 0 !important;
    padding: 0;
    line-height: 1.5em;
  }
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #000;
    width: 469px;
    height: auto;
    min-height: 160px;
    padding-top: 25px;
  }
}
@media (max-width: 767.98px) {
  #section-gmap .section-body {
    top: 65px;
  }
  #section-gmap .section-body .title {
    font-size: 22px !important;
  }
  #section-gmap .section-body .intro {
    padding-top: 0;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    line-height: 1.7em;
    letter-spacing: 0.7px;
  }
  #section-gmap .section-body .search {
    position: absolute;
    bottom: 32px;
    width: calc( 100% - 58px);
  }
  #section-gmap .section-body .search [type="submit"] {
    font-size: 19px;
    font-weight: 900;
    line-height: 40px;
  }
  #section-gmap .section-body .search [type="submit"] .fas {
    display: none;
  }
}
/* --------------------------------  END MAP --------------------------------------------------*/
#row-services #section-services-left .services-actions .cta-1 a,
#row-services #section-services-left .services-actions .cta-2 a {
  background: #fff;
  color: #004272;
  border-color: #004272;
  border-radius: 0 !important;
}
#row-services #section-services-left .services-actions .cta-1 a:hover,
#row-services #section-services-left .services-actions .cta-2 a:hover {
  background: #004272;
  color: #fff;
}
/* ################################# counters  ############################################ */
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  font-family: 'Lato', sans-serif;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .footer-bottom-coords .asso_coords + .asso_coords,
  .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  .footer-bottom-coords .asso_coords + .asso_coords > a,
  .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
#section-gmap .simple_mode_2 .section-body .intro {
  color: #5a7184;
}
@media (max-width: 767.98px) {
  #section-gmap .simple_mode_2 .section-body .intro {
    text-align: left;
  }
}
/* ####################### FOOTER ############################ */
/*
    public static function getFooterConfig() {
        $res = parent::getFooterConfig();

        $res['show_logo'] = true;
        $res['rs'] = false;
        $res['app'] = true;
        $res['mode'] = 'simple-logos';
        $res['tel_prefix'] = '';
        $res['logo_footer'] = 'logo-footer.png';
        $res['footer_links'] = array();
        $res['logos'] = array(
            array('src' => $res['logo_footer'] ),
            array('url' => 'https://www.isae-supaero.fr/' , 'src' => '/images/logos/logo-ecole.png' , 'target' => '_blank'),
            array('url' => 'https://www.fondation-isae-supaero.org/' , 'src' => '/images/logos/logo-fondation.png' , 'target' => '_blank'),

        );

        foreach (array('admin', 'mentions_legales','credits', 'faq', 'sitemap' ) as $key)
        $res['footer_links'][] = $res['footer_links_available'][$key];

        return $res;
    }
    */
/* variables less */
#footer-bottom {
  border-top: 1px solid #526A7D;
  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_apps {
  text-align: center;
}
#footer-bottom .footer_apps a {
  display: block;
}
#footer-bottom .footer_apps a + a {
  margin-top: 15px;
}
#footer-middle {
  padding-top: 38px !important;
  padding-bottom: 9px !important;
}
#footer-middle .footer-logos-wrapper #footer-logo-1 .logo-img {
  max-width: 270px;
  max-height: 92px;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 .logo-img {
  max-width: 315px;
  max-height: 126px;
}
#footer-middle a {
  font-weight: 700;
}
#footer-middle * {
  color: #004272 !important;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 220px;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle .footer-logos-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #footer-middle .footer-logos-wrapper .footer-logo {
    width: 50%;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-1 {
    padding-top: 30px;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-2 {
    padding-top: 15px;
  }
  #footer-middle .list-inline li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-inline a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
  }
  #footer-middle .list-inline a:before {
    content: '> ';
  }
  #footer-middle .list-inline a:hover {
    text-decoration: underline !important;
  }
  #footer-bottom .footer_apps {
    float: right;
    text-align: right;
  }
  #footer-bottom .footer_apps a {
    display: inline-block;
  }
  #footer-bottom .footer_apps a + a {
    margin-left: 15px;
    margin-top: 0;
  }
}
@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;
  }
}
@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 {
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
