/* COULEURS */
/*
Sont définie en global, parématrables dans l'admin :
- main_color_1
- main_color_2
*/
/* RESPONSIVE */
/* je sete des variale en utilisant celles de bootstrapo */
/* HEADEER */
/* couleur des textes */
/* Les chartes ont souvent 3 couleurs principales et pas 2 */
/* Maintenant on peut, à partir de ces 3 couleurs, définir les couleurs utilisées sur les différences composants */
/* Section annuaire fond formulaire */
/* FOOTER */
/* block dateSide */
/* ################################# DEBUT PROJET ################################################### */
/* 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: 'Source Sans Pro', sans-serif;
  color: #646466;
  -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: 'Source Sans Pro', sans-serif;
  color: #333333;
  font-weight: bold;
}
body .home-section.section-default .section-more,
body .apropos-cta {
  width: auto;
  height: 48px;
  min-width: 215px;
}
@media (min-width: 1200px) {
  body .home-section.section-default .section-more,
  body .apropos-cta {
    margin-right: 30px;
  }
}
body .home-section.section-default .section-more a,
body .apropos-cta a {
  border: 1px solid;
  text-transform: uppercase;
  border-radius: 26px;
  font-size: 16px;
  padding: 13px 30px;
}
body .home-section.section-default .section-more:hover a,
body .apropos-cta:hover a {
  background: #003994;
  border-color: #003994;
  color: #fff !important;
}
body .home-section.section-default .section-more.liens_all_2:hover a,
body .apropos-cta.liens_all_2:hover a {
  background: #00b7af !important;
  color: #fff !important;
}
body .home-section.section-default .section-more.liens_all_2 a,
body .apropos-cta.liens_all_2 a {
  border-color: #00b7af !important;
  color: #00b7af !important;
}
body .home-section.section-default .section-more.liens_all_3:hover a,
body .apropos-cta.liens_all_3:hover a {
  background: #fff;
  border-color: #fff;
  color: #003994 !important;
}
body .home-section.section-default .section-more.liens_all_3 a,
body .apropos-cta.liens_all_3 a {
  border-color: #fff !important;
  color: #fff;
}
body #section-annuaire .section-title .title,
body #section-applis .section-title .title,
body #section-gmap .section-title .title,
body #section-event .section-title .title,
body #section-events .section-title .title,
body #section-services-left .section-title .title,
body #section-actus .section-title .title,
body #section-annuaire .services-titre,
body #section-applis .services-titre,
body #section-gmap .services-titre,
body #section-event .services-titre,
body #section-events .services-titre,
body #section-services-left .services-titre,
body #section-actus .services-titre {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  color: #333333;
}
body #section-annuaire .home-article,
body #section-applis .home-article,
body #section-gmap .home-article,
body #section-event .home-article,
body #section-events .home-article,
body #section-services-left .home-article,
body #section-actus .home-article {
  border-radius: 3px;
  overflow: hidden;
}
body #section-events .home-article,
body #section-events .model-image {
  border-radius: 3px;
  overflow: hidden;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
  background: #18c6f0;
}
.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 {
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  .services-titre {
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
}
/* --------------------------------  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 {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 16px;
  display: block;
}
@media (max-width: 767.98px) {
  .btn-adherer-wrapper .icon:before {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
  }
  header .bar .socials li.rs-append a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    border: 1px solid;
    width: 94px;
    text-align: center;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
  }
  header .bar .socials li.rs-append a:hover {
    color: #003994;
    border-color: #003994;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .socials-wrapper {
    display: none;
  }
  header .bar .NA_connexion .connexion-np {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  header .bar .NA_connexion .connexion-np > span {
    text-align: center;
    width: calc(50%);
    color: #003994;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #003994;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    max-width: 28px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 28px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  header .bar .socials li + li {
    margin-left: 5px;
  }
  header .bar .inline-div-section-wrapper {
    display: block;
  }
  header .bar .inline-div-section-wrapper .inline-div-section {
    float: right;
    flex: unset;
  }
  header .bar .inline-div-section-wrapper .inline-div-section.socials-wrapper {
    float: left;
  }
  header .bar .socials.rs-nolabels a:hover,
  header .bar .shopping-cart a:hover,
  header .bar .search-toggle:hover,
  header .bar .socials.rs-nolabels a:active,
  header .bar .shopping-cart a:active,
  header .bar .search-toggle:active,
  header .bar .socials.rs-nolabels a:focus,
  header .bar .shopping-cart a:focus,
  header .bar .search-toggle:focus {
    color: #00b7af;
  }
  header .bar .socials.rs-nolabels a i,
  header .bar .shopping-cart a i,
  header .bar .search-toggle i {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding-top: 11px;
  }
  header .bar .header-search-mobile {
    left: -324px !important;
  }
  header .bar .search-wrapper,
  header .bar .inline-div-section {
    height: 40px;
  }
  header .bar .btn-inscription-wrapper,
  header .bar .btn-don-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-adherer-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 3px !important;
    flex: unset;
    text-transform: none;
    line-height: 28px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 185px;
    margin-left: 15px;
    border: 1px solid ;
    font-size: 16px;
  }
  header .bar .btn-adherer-wrapper {
    border-color: #18c6f0;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #333333;
  }
  header .bar .NA_connexion > a.btn .fas,
  header .bar .NA_connexion > .connexion-np .fas,
  header .bar .NA_connexion .fas {
    height: 16px;
  }
  header .bar .NA_connexion > a.btn:hover,
  header .bar .NA_connexion > .connexion-np:hover,
  header .bar .NA_connexion:hover,
  header .bar .NA_connexion > a.btn:active,
  header .bar .NA_connexion > .connexion-np:active,
  header .bar .NA_connexion:active,
  header .bar .NA_connexion > a.btn:focus,
  header .bar .NA_connexion > .connexion-np:focus,
  header .bar .NA_connexion:focus,
  header .bar .NA_connexion > a.btn .active-btn span,
  header .bar .NA_connexion > .connexion-np .active-btn span,
  header .bar .NA_connexion .active-btn span,
  header .bar .NA_connexion > a.btn .active-btn i,
  header .bar .NA_connexion > .connexion-np .active-btn i,
  header .bar .NA_connexion .active-btn i {
    background: #003994 !important;
    color: #fff !important;
  }
  header .bar .NA_connexion > a.btn:hover .btn span,
  header .bar .NA_connexion > .connexion-np:hover .btn span,
  header .bar .NA_connexion:hover .btn span,
  header .bar .NA_connexion > a.btn:active .btn span,
  header .bar .NA_connexion > .connexion-np:active .btn span,
  header .bar .NA_connexion:active .btn span,
  header .bar .NA_connexion > a.btn:focus .btn span,
  header .bar .NA_connexion > .connexion-np:focus .btn span,
  header .bar .NA_connexion:focus .btn span,
  header .bar .NA_connexion > a.btn .active-btn span .btn span,
  header .bar .NA_connexion > .connexion-np .active-btn span .btn span,
  header .bar .NA_connexion .active-btn span .btn span,
  header .bar .NA_connexion > a.btn .active-btn i .btn span,
  header .bar .NA_connexion > .connexion-np .active-btn i .btn span,
  header .bar .NA_connexion .active-btn i .btn span,
  header .bar .NA_connexion > a.btn:hover .btn i,
  header .bar .NA_connexion > .connexion-np:hover .btn i,
  header .bar .NA_connexion:hover .btn i,
  header .bar .NA_connexion > a.btn:active .btn i,
  header .bar .NA_connexion > .connexion-np:active .btn i,
  header .bar .NA_connexion:active .btn i,
  header .bar .NA_connexion > a.btn:focus .btn i,
  header .bar .NA_connexion > .connexion-np:focus .btn i,
  header .bar .NA_connexion:focus .btn i,
  header .bar .NA_connexion > a.btn .active-btn span .btn i,
  header .bar .NA_connexion > .connexion-np .active-btn span .btn i,
  header .bar .NA_connexion .active-btn span .btn i,
  header .bar .NA_connexion > a.btn .active-btn i .btn i,
  header .bar .NA_connexion > .connexion-np .active-btn i .btn i,
  header .bar .NA_connexion .active-btn i .btn i {
    color: #fff !important;
  }
  header .bar .NA_connexion:hover > .connexion-np > span {
    color: #fff !important;
  }
  header .bar .btn-adherer-wrapper a > .fa,
  header .bar .btn-adherer-wrapper a > .fas,
  header .bar .connexion-btn > .fa.faicon_user,
  header .bar .connexion-btn > .fas.faicon_user {
    display: inline-block !important;
    font-size: 16px !important;
  }
  header .bar .NA_connexion .connexion-btn:focus,
  header .bar .NA_connexion .connexion-btn:hover,
  header .bar .NA_connexion .connexion-btn:active,
  header .bar .NA_connexion .connexion-btn .active-btn {
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn:focus span,
  header .bar .NA_connexion .connexion-btn:hover span,
  header .bar .NA_connexion .connexion-btn:active span,
  header .bar .NA_connexion .connexion-btn .active-btn span,
  header .bar .NA_connexion .connexion-btn:focus i,
  header .bar .NA_connexion .connexion-btn:hover i,
  header .bar .NA_connexion .connexion-btn:active i,
  header .bar .NA_connexion .connexion-btn .active-btn i {
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn:focus,
  header .bar .NA_connexion .connexion-btn:hover,
  header .bar .NA_connexion .connexion-btn:active,
  header .bar .NA_connexion .connexion-btn .active-btn {
    background-color: transparent !important;
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn:focus span,
  header .bar .NA_connexion .connexion-btn:hover span,
  header .bar .NA_connexion .connexion-btn:active span,
  header .bar .NA_connexion .connexion-btn .active-btn span,
  header .bar .NA_connexion .connexion-btn:focus i,
  header .bar .NA_connexion .connexion-btn:hover i,
  header .bar .NA_connexion .connexion-btn:active i,
  header .bar .NA_connexion .connexion-btn .active-btn i {
    color: #fff !important;
  }
  header .bar .btn-don-wrapper > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-adherer-wrapper > a,
  header .bar .btn-adherer-label {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
    border-color: #003994;
  }
  header .bar .btn-adherer-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
  }
  header .bar .btn-adherer-wrapper .topbar-btn-icon {
    display: inline-block !important;
    width: 26px;
  }
  header .bar .btn-adherer-wrapper .icon:before {
    content: "\f2b5";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 16px;
    display: block;
  }
  header .bar .btn-adherer-wrapper a:hover,
  header .bar .btn-adherer-wrapper a:active:hover,
  header .bar .btn-adherer-wrapper a:visited:hover {
    color: #18c6f0;
  }
  header .bar .btn-adherer-wrapper a:hover .icon:before,
  header .bar .btn-adherer-wrapper a:active:hover .icon:before,
  header .bar .btn-adherer-wrapper a:visited:hover .icon:before {
    color: #18c6f0;
  }
  header .logo {
    display: inline-block;
    width: 199px;
    height: 120px;
  }
  header .logo a {
    display: inline-block;
    width: 199px;
    height: 120px;
    margin-top: -15px;
  }
  header .logo a img {
    display: inline-block;
    margin: 0;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .logo > a img {
    max-height: 120px;
  }
  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: 940px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 14px;
    font-weight: 700;
    font-size: 16px;
    text-align: right;
    color: #333333;
    line-height: 57px;
    text-transform: uppercase;
  }
  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%;
    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: #003994;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #18c6f0;
    width: 50px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a {
    color: #fff;
    background: #003994;
    border-radius: 3px;
    border: 0 none ;
    box-sizing: border-box;
    max-height: 40px;
    min-height: 55px !important;
    line-height: 55px;
    height: 55px;
    margin: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a:hover {
    color: #fff;
    background: #002561;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a:hover:after {
    display: none;
  }
  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 APROPOS ################################################### */
#section-apropos {
  padding-bottom: 0px;
}
#section-apropos .apropos {
  position: relative;
}
#section-apropos .apropos .apropos-cta {
  position: absolute;
  bottom: 0;
}
#section-apropos .apropos .apropos-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 30px 0 60px !important;
}
#section-apropos .apropos .apropos-desc p {
  text-align: left;
}
#section-apropos .apropos .apropos-image-wrapper {
  width: 487px;
  height: 504px;
  overflow: hidden;
}
#section-apropos .apropos .apropos-image {
  min-width: 100%;
  min-height: 100%;
  max-width: unset;
  max-height: unset;
}
#section-apropos .apropos .apropos-cta a {
  font-size: 16px;
  color: #003994;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  #section-apropos .section-title {
    z-index: 0;
    position: relative;
  }
  #section-apropos .section-title .title {
    color: #fff;
  }
  #section-apropos .section-title .line {
    background-color: #fff;
  }
  #section-apropos .section-title::before {
    content: '';
    height: 170%;
    width: 366%;
    position: absolute;
    left: -200%;
    top: -23px;
    background: #00b7af;
    margin: 0;
    z-index: -1;
    border-radius: 3px;
  }
}
/* --------------------------------  END APROPOS --------------------------------------------------*/
/* ################################# 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-row {
  background: #00b7af;
}
#main-carousel-row .carousel-wrapper .article-carousel .model-image {
  background: transparent;
}
#main-carousel-row .slick-slider img {
  min-width: 0;
  min-height: 100%;
  width: auto;
  height: auto;
}
#main-carousel-row .carousel-content {
  background: rgba(0, 183, 175, 0.8) !important;
  padding: 40px;
  max-height: 90%;
  opacity: 1;
}
#main-carousel-row .carousel-content .title {
  text-transform: none;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
  margin-top: 23px;
}
@media (max-width: 767.98px) {
  #main-carousel-row .carousel-content .title {
    font-size: 32px !important;
  }
}
#main-carousel-row .carousel-content .readMore:hover {
  background: #fff;
  color: #003994;
}
@media (min-width: 1200px) {
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    font-size: 80px !important;
    top: 235px;
  }
  #main-carousel-row {
    height: 490px;
    background: linear-gradient(#ffffff 12%, #00b7af 12%) !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;
    padding: 118px 50px 5px 0 !important;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    top: 247px;
    color: #fff;
    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;
  }
  #main-carousel-row ul.slick-dots li button:before {
    color: #fff !important;
    opacity: 0.75;
  }
  #main-carousel-row ul.slick-dots li.slick-active button:before {
    color: #18c6f0 !important;
    opacity: 1;
  }
  #main-carousel-row .carousel-wrapper .article-carousel .carousel-content .readmore-wrapper {
    bottom: 40px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
#row-events-news {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  #section-actus .home-content {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  #section-actus .section-more,
  #section-actus .section-more a {
    max-height: 100%;
    overflow: hidden;
    height: auto;
  }
  #section-actus .col-article {
    padding-left: 0;
    padding-right: 0;
  }
}
#section-actus .col-article {
  max-width: 397px;
}
#section-actus .home-article {
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
  border: 0 none;
}
#section-actus .home-article .model-content .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0;
  display: block;
  margin-left: 30px;
  text-transform: none;
  position: relative;
}
#section-actus .home-article .title {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  color: #646466;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 15px 30px;
  font-weight: bold;
}
#section-actus .home-article .desc {
  padding: 30px;
  position: relative;
  bottom: 30px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #section-actus .home-article {
    height: auto;
  }
  #section-actus .home-article .desc,
  #section-actus .home-article .title {
    margin: 0;
    padding: 30px 15px;
  }
}
#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 {
  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 .col-article {
  padding: 0;
}
#section-events .section-title {
  margin-left: -15px;
}
#section-events .section-title .line {
  background: #fff;
}
@media (max-width: 767.98px) {
  #section-events {
    background: #003994;
  }
  #section-events .section-title {
    padding-left: 15px;
  }
  #section-events .section-more,
  #section-events .section-more a {
    max-height: 100%;
    overflow: hidden;
    height: auto;
  }
}
#section-events .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0;
}
#section-events .home-article {
  background: transparent;
  border: 0 none;
}
#section-events .home-article .containerImg {
  min-height: 240px;
}
#section-events .home-article .model-content .title {
  position: absolute;
  top: 150px;
  padding: 0 30px !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 .model-content .desc {
  display: none;
}
#section-events .home-article .model-content .date {
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  text-align: left;
  background: #18c6f0;
  border-radius: 18px;
  padding: 0 15px;
  display: inline-block;
  height: 35px;
  position: absolute;
  top: 107px;
  left: 30px;
  font-weight: bold;
}
#section-events .section-title .title {
  color: #fff !important;
}
#section-events .article-Model {
  background-color: transparent;
}
#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: 32px !important;
}
#section-events .col-article {
  margin: 0 !important;
}
@media (min-width: 1200px) {
  #section-events.section-default .section-more a {
    color: #fff;
  }
  #section-events .section-more {
    margin-top: 32px;
    margin-left: -15px;
  }
  #row-events-news {
    position: relative;
  }
  #row-events-news:after {
    content: '';
    height: calc( 100% - 70px );
    width: 100%;
    position: absolute;
    left: calc( 50% + 114px );
    top: -22px;
    background: #00b7af;
    margin: 60px 0;
    z-index: 0;
    border-radius: 3px;
  }
  #row-events-news > .container {
    z-index: 99;
    position: relative;
  }
  #row-events-news .section-title {
    margin-top: 20px;
    margin-bottom: 43px;
  }
}
@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-annuaireexpress .section-title {
  margin-bottom: 0;
}
#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.3);
}
#section-communaute .damier .damier-content {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin: 115px 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: 180px;
}
#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: 75px !important;
  max-height: 75px;
  min-width: 0;
}
/* --------------------------------  END groupes ------------------------------------------------*/
/* ####################### partenaire  ############################ */
#section-partenaires .section-title .title {
  font-size: 40px;
  color: #333333 !important;
}
/* --------------------------------  END Partenaires --------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: #00b7af;
}
#section-compteurs {
  padding: 50px 0;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  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 ------------------------------------------------*/
/* ####################### 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: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom #footer-socials li {
  padding: 0 0 0 15px !important;
}
#footer-bottom #footer-socials a * {
  color: #ffffff;
}
#footer-bottom .footer-liens {
  text-transform: uppercase;
}
#footer-bottom .footer-liens a:hover {
  text-decoration: underline !important;
}
/* css footer */
@media (min-width: 768px) {
  #footer-bottom .footer-liens ul li {
    line-height: 24px;
    font-size: 16px;
    margin: 0 !important;
    padding: 0 !important;
  }
  #footer-bottom .footer-liens li + li:before {
    content: '';
    position: relative;
    width: 1px;
    height: 15px;
    background-color: #fff;
    display: inline-block;
    margin: 6px 8px;
    float: left;
  }
}
@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-bottom .liens-footer {
    margin-top: 15px;
  }
  #footer-bottom .liens-footer li {
    display: block;
  }
  #footer-bottom .liens-footer li a {
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
