/* 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: #2b467d;
  -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 {
  font-family: 'Montserrat', sans-serif !important;
  color: #2b467d;
  font-weight: bold;
}
body .section-title br {
  display: none;
}
.gradient {
  display: inline-block;
  clear: both;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 60px;
  background: -webkit-linear-gradient(left, #2b467d, #737aa6);
  background: -o-linear-gradient(right, #2b467d, #737aa6);
  background: -moz-linear-gradient(right, #2b467d, #737aa6);
  background: linear-gradient(to right, #2b467d, #737aa6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 0 0;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #e5322b !important;
  line-height: 1rem;
  display: inline-block;
  clear: both;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 60px;
  background: -webkit-linear-gradient(left, #2b467d, #737aa6);
  background: -o-linear-gradient(right, #2b467d, #737aa6);
  background: -moz-linear-gradient(right, #2b467d, #737aa6);
  background: linear-gradient(to right, #2b467d, #737aa6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 0 0;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
  background-color: #e5322b !important;
}
.home-section.section-default .section-title .title {
  line-height: 40px;
  font-size: 32px;
}
#row-partenaires .section-more a {
  background: #737aa6;
  border: 1px solid #737aa6;
  color: #fff;
  padding: 0 30px;
  height: 48px;
  line-height: 46px;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 700;
}
#row-partenaires .section-more a:hover {
  color: #737aa6;
  background: transparent;
}
#row-partenaires .home-section.section-default .section-title.text-center {
  display: block;
}
/* --------------------------------  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) {
  .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  header .inline-div-section-wrapper .inline-div-section.socials-wrapper {
    max-width: 40%;
  }
  .header-search-mobile {
    left: -100px !important;
  }
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 30px 0 0;
    margin-right: -1px;
    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: #fff;
  }
  .socials.rs-nolabels {
    max-width: fit-content;
    margin: 0 0 0 -8px;
  }
  .socials.rs-nolabels i {
    font-size: 16px !important;
  }
  .langs-wrapper a.selected {
    color: #e5322b;
  }
  .langs-wrapper .switch-slider {
    background: #e5322b;
  }
  .langs-wrapper .switch-slider:before {
    background: #fff;
  }
}
.bar {
  font-size: 16px;
}
.bar .btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  display: 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: #2b467d;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  body .logo > a {
    height: auto;
  }
  body .logo .logo-a {
    background-color: #fff;
    height: 92px;
    width: 154px;
    position: absolute;
  }
  body .logo .logo-a .logo-img {
    margin: 12px 0 ;
    width: 154px;
    height: 92px;
    min-height: 92px;
  }
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 160px !important;
  }
  .bar .btn-adherer-wrapper {
    max-width: 180px !important;
  }
  .bar .btn-adherer-wrapper .icon_adherer {
    padding-left: 3px !important;
  }
  header .header-body {
    padding-right: 0;
  }
  header .NA_connexion .connexion-btn > span {
    font-size: 16px;
    margin-left: 30px;
  }
  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: 10px;
    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-adherer-wrapper {
    padding: 0;
    color: #fff;
    position: relative;
    background-color: transparent !important;
  }
  header .bar .btn-adherer-wrapper:hover i.icon:before,
  header .bar .btn-adherer-wrapper:hover a {
    color: #2b467d !important;
  }
  header .bar .btn-adherer-wrapper a {
    display: flex !important;
    justify-content: center;
    color: #2b467d !important;
    color: #fff !important;
  }
  header .bar .btn-adherer-wrapper a .btn-adherer-label {
    font-size: 16px;
  }
  header .bar .btn-adherer-wrapper a .topbar-btn-icon {
    display: block !important;
  }
  header .bar .btn-adherer-wrapper a i.icon {
    font-size: 16px !important;
    padding: 10px;
  }
  header .bar .btn-adherer-wrapper:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #fff;
  }
  header .bar .btn-adherer-wrapper:hover:after {
    right: 0;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
  .bar .socials .header-links {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
  }
  .bar .socials .header-links:before {
    position: relative;
    float: left;
    top: 13px;
    content: '';
    height: 13px;
    width: 1px;
    background-color: #ffffff;
    margin: 0 10px;
  }
  .bar .socials .header-links:after {
    position: relative;
    float: right;
    top: 13px;
    content: '';
    height: 13px;
    width: 1px;
    background-color: #ffffff;
    margin: 0 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 18px;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    color: #2b467d;
    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: #2b467d;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #e5322b;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
#main-carousel .carousel-wrapper .article-carousel .carousel-content {
  padding: 35px 10px 40px 40px;
}
#main-carousel .carousel-wrapper .article-carousel .carousel-content .title {
  font-size: 40px;
}
#main-carousel .carousel-wrapper .article-carousel .carousel-content .readmore-wrapper {
  text-align: left;
}
#main-carousel .carousel-wrapper .article-carousel .model-image {
  background: #000;
}
#main-carousel .carousel-wrapper .article-carousel .model-image img {
  opacity: .8;
}
#main-carousel .readMore {
  background: #fff !important;
  color: #737AA6 !important;
  font-size: 16px;
  border-radius: 0 !important;
  border-width: 1px !important;
  height: 50px;
  line-height: 48px;
  text-transform: none;
}
#main-carousel .readMore:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff;
}
#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: #e5322b !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: #737aa6;
  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 (max-width: 1200px) and (min-width: 992px) {
  #main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
    display: inline-block;
    left: -30px;
    top: 50%;
    transform: translateY(0);
  }
  #main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
    display: inline-block;
    right: -30px;
    top: 50%;
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #main-carousel .carousel-wrapper .article-carousel .carousel-content {
    padding: 40px 0 !important;
  }
  #main-carousel .carousel-wrapper .article-carousel .carousel-content .title {
    max-width:  calc(100% - 50px )  !important;
    padding: 0 30px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #main-carousel .carousel-content {
    padding: 30px;
  }
  #main-carousel ul.slick-dots {
    text-align: center;
    padding: 0;
  }
  #main-carousel .carousel-wrapper .article-carousel .carousel-content .title {
    font-size: 34px;
  }
  #main-carousel .carousel-wrapper .article-carousel .carousel-content .readmore-wrapper {
    bottom: 55px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# liens top ####4############################################### */
#section-lienstop {
  padding: 60px 0;
}
#section-lienstop .col-article > a.lien {
  color: #2b467d;
  display: flex;
  height: 125px;
  position: relative;
  background-color: #fff;
  border: 1px solid #ECEEF2;
  border-radius: 63px;
  padding: 20px;
  transition: color .5s ;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  background: rgba(43, 70, 125, 0.1);
  border-radius: 50%;
  padding: 0;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  margin-right: 20px;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 13px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-weight: normal;
  font-size: 16px;
  color: #2b467d;
  text-align: left;
  line-height: 24px;
}
#section-lienstop .col-article > a.lien .lien-title {
  font-size: 22px;
  color: #2b467d;
  text-align: left;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 600;
}
#section-lienstop .col-article > a.lien:hover {
  color: #e5322b !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #e5322b;
}
@media (max-width: 767.98px) {
  #section-lienstop .col-article + .col-article {
    margin-top: 10px;
  }
  #section-lienstop .col-article * {
    font-size: 93% !important;
  }
}
@media (min-width: 768px) {
  #section-lienstop {
    text-align: center;
  }
  #section-lienstop .col-article {
    float: none;
    display: inline-block;
  }
}
/* --------------------------------  END LIENS --------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: linear-gradient(to right, #2b467d 0%, #737aa6 100%);
}
#section-compteurs {
  padding-top: 30px;
  padding-bottom: 50px;
}
#section-compteurs .counter-mode-icon {
  font-size: 20px;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon {
  border: 0 none  ;
  border-radius: 0;
  padding: 0;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  font-size: 40px;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  background: transparent;
  color: #fff;
  padding: 0;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 60px;
  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;
}
@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 ------------------------------------------------*/
/* ################################# bienvenue  ################################################### */
#row-partenaires #section-apropos .apropos .apropos-cta a,
#row-apropos #section-apropos .apropos .apropos-cta a {
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  background: #737aa6;
  border-color: #737aa6;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1.05px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
#row-partenaires #section-apropos .apropos .apropos-cta a:hover,
#row-apropos #section-apropos .apropos .apropos-cta a:hover {
  background: transparent;
  color: #737aa6;
}
#row-partenaires #section-apropos .apropos-desc,
#row-apropos #section-apropos .apropos-desc {
  padding-bottom: 50px;
  font-size: 16px;
  color: #2B467D;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0 !important;
}
@media (max-width: 1199.98px) {
  #row-partenaires .apropos-image-wrapper,
  #row-apropos .apropos-image-wrapper {
    float: none !important;
    width: 100% !important;
  }
  #row-partenaires .apropos-image-wrapper img,
  #row-apropos .apropos-image-wrapper img {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block;
    float: none;
  }
  #row-partenaires .apropos,
  #row-apropos .apropos {
    padding-bottom: 80px;
  }
  #row-partenaires .home-section,
  #row-apropos .home-section {
    padding: 15px 0;
  }
}
/* --------------------------------  END bienvenue --------------------------------------------------*/
/* ################################# ANNUAIRE MAP + LIENS ################################################### */
/* variables less */
#section-liens_simple {
  padding-top: 80px;
  padding-bottom: 80px;
}
#section-liens_simple .col-article + .col-article .lien {
  margin-top: 30px;
}
#section-liens_simple .lien {
  display: block;
  height: 160px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  border: 2px solid transparent;
}
#section-liens_simple .lien .lien-title {
  font-weight: 600;
}
#section-liens_simple .lien .fas {
  margin: 0;
  font-size: 50px;
  height: 105px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-liens_simple .lien:hover {
  background-color: #fff !important;
  color: #2b467d !important;
  border: 2px solid #2b467d !important;
}
/* --------------------------------  END ANNUAIRE MAP + LIENS --------------------------------------------------*/
/* ################################# PORTRAITS ################################################### */
/* variables css */
/* css portraits */
#section-portraits .section-title.side-title .line {
  background: #e5322b !important;
}
#section-portraits .section-title .title {
  padding-left: 0 !important;
  text-align: left;
}
@media (min-width: 1200px) {
  #section-portraits {
    padding: 80px 45px 70px 450px;
  }
  #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;
  }
  #section-portraits.home-section.section-default .section-title {
    background: transparent;
    max-width: 390px;
  }
  #section-portraits.home-section.section-default .section-title:before {
    display: none;
  }
  #section-portraits.home-section.section-default .section-title .title {
    display: inline-block;
    clear: both;
    font-family: 'Montserrat', sans-serif;
    background: -webkit-linear-gradient(left, #2b467d, #737aa6);
    background: -o-linear-gradient(right, #2b467d, #737aa6);
    background: -moz-linear-gradient(right, #2b467d, #737aa6);
    background: linear-gradient(to right, #2b467d, #737aa6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    padding: 10px 0 0;
    margin-top: 80px;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0.2px;
    margin-left: 0;
    padding-left: 0;
    white-space: normal !important;
  }
  #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 {
    top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0px;
    background: transparent;
  }
  #section-portraits .home-article .title-wrapper .title {
    width: 120px;
    height: 120px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 0;
    top: 0;
  }
  #section-portraits .home-article .title-wrapper .title a {
    width: 110px;
    height: 110px !important;
    display: flex;
    text-align: center;
    margin: 4px 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
  }
}
/* --------------------------------  END PORTRAITS --------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap {
  border: 0 none;
}
#section-gmap #map {
  border: 0 none;
}
#section-gmap .section-title {
  margin-bottom: 10px;
  border: 0 none;
  text-align: left;
  margin-bottom: 15px;
  width: 100%;
}
#section-gmap .section-title .title {
  text-align: left;
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  line-height: 36px;
}
#section-gmap .section-title .title span {
  display: block;
  color: #000000;
}
#section-gmap .section-body {
  margin-left: 4px;
  box-shadow: none;
  padding: 30px;
}
#section-gmap .section-body .intro {
  font-size: 16px;
  color: #2b467d;
  font-weight: 400;
  text-align: left;
  display: block !important;
}
#section-gmap .section-body .search {
  position: absolute;
  bottom: 32px;
  width: calc( 100% - 60px);
  border: 1px solid #B4B1D0;
  border-radius: 24px;
  overflow: hidden;
  height: 48px;
}
#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%;
  border-radius: 24px;
  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: #737aa6;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a .fas {
  font-size: 16px;
  margin-top: 13px;
  margin-right: 0;
  color: #B4B1D0;
}
@media (min-width: 992px) {
  #section-gmap.contentSquareFlat .section-body {
    border-radius: 6px;
    width: 338px !important;
    top: 95px;
    left: 70px;
    background: #fff;
    color: #000;
    height: 350px;
    padding-top: 39px;
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  #section-gmap {
    padding: 30px 0;
  }
  #section-gmap .article-google_map .ann_exp_deux,
  #section-gmap .section-body {
    padding: 0 !important;
  }
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #000;
    width: 100%;
    height: auto;
    min-height: 260px;
    padding-top: 25px;
  }
}
@media (max-width: 991.98px) {
  #section-gmap .section-body {
    top: 65px;
  }
  #section-gmap .section-body .intro {
    padding-top: 0px;
    padding-bottom: 75px;
  }
  #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 --------------------------------------------------*/
/* ################################# MAIN LISTS ################################################### */
#row-lists {
  background: #fafafa;
}
#section-offres .model-ratio-image .containerImg .click-img {
  background-color: #fff !important;
}
#section-offres .model-ratio-image .containerImg .click-img .newsImg {
  object-fit: contain !important;
}
/* css news */
#section-offres,
#section-events,
#section-actus {
  padding: 72px 0 44px;
}
@media (max-width: 767.98px) {
  #section-offres,
  #section-events,
  #section-actus {
    padding: 20px 0;
  }
}
#section-offres .listViewReduced .model-image .containerImg,
#section-events .listViewReduced .model-image .containerImg,
#section-actus .listViewReduced .model-image .containerImg {
  background: #fff;
}
#section-offres .listViewReduced .model-image .containerImg .newsImg,
#section-events .listViewReduced .model-image .containerImg .newsImg,
#section-actus .listViewReduced .model-image .containerImg .newsImg {
  background: #fff;
}
#section-offres .top_link,
#section-events .top_link,
#section-actus .top_link {
  top: 90px;
  margin: 0;
  right: 20px;
  position: absolute !important;
}
#section-offres .top_link a,
#section-events .top_link a,
#section-actus .top_link a {
  padding: 0;
  color: #737aa6;
}
#section-offres .section-more a,
#section-events .section-more a,
#section-actus .section-more a {
  padding-right: 0;
  color: #737aa6;
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
}
#section-offres .slick-slider.slick-vertical i.slick-arrow,
#section-events .slick-slider.slick-vertical i.slick-arrow,
#section-actus .slick-slider.slick-vertical i.slick-arrow {
  color: #737aa6;
}
#section-offres.home-section.section-default .section-title,
#section-events.home-section.section-default .section-title,
#section-actus.home-section.section-default .section-title {
  border-bottom: 2px solid #e5322b;
  margin: 0 15px 15px;
  font-size: 13px;
  padding-bottom: 8px;
  display: block;
}
#section-offres .home-article,
#section-events .home-article,
#section-actus .home-article {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 7px;
  height: 135px;
}
#section-offres .home-article:hover,
#section-events .home-article:hover,
#section-actus .home-article:hover,
#section-offres .home-article:focus,
#section-events .home-article:focus,
#section-actus .home-article:focus {
  border-color: #2b467d !important;
}
#section-offres .home-article.listViewReduced:after,
#section-events .home-article.listViewReduced:after,
#section-actus .home-article.listViewReduced:after {
  display: none;
}
#section-offres .home-article .desc,
#section-events .home-article .desc,
#section-actus .home-article .desc,
#section-offres .home-article .date,
#section-events .home-article .date,
#section-actus .home-article .date {
  display: none;
}
#section-offres .home-article .date_after_title,
#section-events .home-article .date_after_title,
#section-actus .home-article .date_after_title {
  font-weight: 400;
  font-size: 12px;
  color: #737aa6;
  line-height: 29px;
  text-align: left;
}
#section-offres .home-article .title,
#section-events .home-article .title,
#section-actus .home-article .title {
  padding: 0 !important;
  font-weight: bold;
  font-size: 16px;
  color: #2b467d;
  line-height: 24px;
  text-align: left;
}
#section-offres .home-article .model-image .click-img,
#section-events .home-article .model-image .click-img,
#section-actus .home-article .model-image .click-img {
  background: #eee;
}
#section-offres .home-article .model-image .click-img img,
#section-events .home-article .model-image .click-img img,
#section-actus .home-article .model-image .click-img img {
  min-width: 100%;
  min-height: 100%;
}
#section-events .date_after_title {
  color: #737aa6 !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
#section-events .locationBottom .location {
  font-weight: normal;
  bottom: 0px;
  color: #B4B1D0;
}
#section-offres .date_after_title {
  position: absolute;
  bottom: 0;
}
#section-offres .entreprise {
  position: absolute;
  bottom: 30%;
  font-size: 13px;
  color: #2b467d !important;
  white-space: nowrap;
  max-width: 225px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #section-offres .home-article {
    height: auto;
    min-height: 185px;
  }
}
/* --------------------------------  END LISTS --------------------------------------------------*/
@media (min-width: 1199.98px) {
  #section-applis {
    padding: 0;
  }
}
#row-newsletter {
  background: linear-gradient(to right, #2b467d 0%, #737aa6 100%);
}
#row-newsletter #section-newsletter {
  padding: 45px 0;
}
#row-newsletter .section-title .title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
#row-newsletter .button-ok {
  background: #737aa6;
}
#row-newsletter .button-ok:hover {
  background: transparent;
  border: 1px solid #737aa6;
  color: #737aa6;
}
#row-newsletter .button-ok,
#row-newsletter .email_nl-wrapper {
  border-radius: 0;
}
/* ####################### 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-bottom {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
#footer-bottom #footer-socials li {
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #2b467d;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #737aa6;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-middle {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#footer-middle .footer-logos-wrapper {
  margin: aut;
  max-width: 450px;
  display: flex;
  justify-content: space-between;
}
#footer-middle .footer-logos-wrapper > div {
  display: inline-block;
}
#footer-middle .footer-logos-wrapper #footer-logo-1 {
  max-width: 160px;
  position: relative;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 {
  max-width: 200px;
  position: relative;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 38px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 580px;
    text-align: justify;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-middle .logos-left img {
    max-width: 209px !important;
  }
  #footer-logos-left {
    margin-left: -15px;
  }
}
@media (max-width: 991.98px) {
  .footer-logos-wrapper {
    text-align: center;
  }
  .footer-logos-wrapper .footer-logo {
    margin: auto;
  }
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 209px !important;
  }
}
@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 --------------------------- */
