/* 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

*/
.bggradient2 {
  background: -webkit-linear-gradient(left, #742d8e, #b354a0);
  background: -o-linear-gradient(right, #742d8e, #b354a0);
  background: -moz-linear-gradient(right, #742d8e, #b354a0);
  background: linear-gradient(to right, #742d8e, #b354a0);
}
.bggradient1 {
  background: -webkit-linear-gradient(left, #1f409b, #71cbf4);
  background: -o-linear-gradient(right, #1f409b, #71cbf4);
  background: -moz-linear-gradient(right, #1f409b, #71cbf4);
  background: linear-gradient(to right, #1f409b, #71cbf4);
}
.bggradient2_opa {
  background: -webkit-linear-gradient(left, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
  background: -o-linear-gradient(right, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
  background: -moz-linear-gradient(right, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
  background: linear-gradient(to right, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
}
.txtgradient_generic {
  width: auto;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
}
.txtgradient1 {
  background: -webkit-linear-gradient(left, #1f409b, #71cbf4);
  background: -o-linear-gradient(right, #1f409b, #71cbf4);
  background: -moz-linear-gradient(right, #1f409b, #71cbf4);
  background: linear-gradient(to right, #1f409b, #71cbf4);
  width: auto;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
}
.txtgradient2 {
  background: -webkit-linear-gradient(left, #742d8e, #b354a0);
  background: -o-linear-gradient(right, #742d8e, #b354a0);
  background: -moz-linear-gradient(right, #742d8e, #b354a0);
  background: linear-gradient(to right, #742d8e, #b354a0);
  width: auto;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
}
/* ################################# 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*/
/*html, body { overflow: unset !important; }*/
/* css projet*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-weight: bold;
}
body #section-annuaire .section-title,
body #section-applis .section-title,
body #section-gmap .section-title,
body #section-services-left .section-title,
body #section-actus .section-title {
  display: inline-block;
}
body #section-annuaire .section-title .title,
body #section-applis .section-title .title,
body #section-gmap .section-title .title,
body #section-services-left .section-title .title,
body #section-actus .section-title .title,
body #section-annuaire .section-title .services-titre,
body #section-applis .section-title .services-titre,
body #section-gmap .section-title .services-titre,
body #section-services-left .section-title .services-titre,
body #section-actus .section-title .services-titre {
  clear: both;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 60px;
  background: -webkit-linear-gradient(left, #1f409b, #71cbf4);
  background: -o-linear-gradient(right, #1f409b, #71cbf4);
  background: -moz-linear-gradient(right, #1f409b, #71cbf4);
  background: linear-gradient(to right, #1f409b, #71cbf4);
  width: auto;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
}
body #section-events .model-image.model-ratio-image,
body #section-event .model-image.model-ratio-image {
  border-radius: 8px;
  margin: 0;
}
body #section-events .section-title,
body #section-event .section-title {
  display: inline-block;
}
body #section-events .section-title .title,
body #section-event .section-title .title,
body #section-events .section-title .services-titre,
body #section-event .section-title .services-titre {
  clear: both;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 60px;
  background: -webkit-linear-gradient(left, #742d8e, #b354a0);
  background: -o-linear-gradient(right, #742d8e, #b354a0);
  background: -moz-linear-gradient(right, #742d8e, #b354a0);
  background: linear-gradient(to right, #742d8e, #b354a0);
  width: auto;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
}
body #section-events .section-title .line,
body #section-event .section-title .line {
  background: #742d8e;
}
body .home-section.section-default .section-more a {
  border-radius: 8px !important;
  font-size: 16px;
  text-transform: unset;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  body .home-section.section-default .section-more {
    padding: 0 15px;
  }
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  line-height: 33px;
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    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 (min-width: 1200px) {
  header .header-hashtag {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 700;
    width: 151px;
    text-align: center;
    margin: 10px 0 0;
  }
  header .bar .socials li.contact {
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 0 3px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
  }
  header .bar .socials li.contact:before {
    left: 0;
  }
  header .bar .socials li.contact:after {
    right: 0;
  }
  header .bar .socials li.contact:before,
  header .bar .socials li.contact:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 12px;
    background-color: #333333;
  }
  header .bar .lang_switcher .switch-slider.round {
    background-color: #1f409b;
  }
  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: #1f409b;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #1f409b;
  }
  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 .NA_connexion:focus,
  header .bar .NA_connexion:active,
  header .bar .NA_connexion:hover .connexion-np {
    background: #1f409b !important;
  }
  header .bar .NA_connexion:focus > i,
  header .bar .NA_connexion:active > i,
  header .bar .NA_connexion:hover .connexion-np > i,
  header .bar .NA_connexion:focus > span,
  header .bar .NA_connexion:active > span,
  header .bar .NA_connexion:hover .connexion-np > span {
    color: #ffffff !important;
  }
  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: #b354a0;
  }
  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: #b354a0;
  }
  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:focus,
  header .bar .NA_connexion > .connexion-np:focus,
  header .bar .NA_connexion:focus,
  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:hover,
  header .bar .NA_connexion > .connexion-np:hover,
  header .bar .NA_connexion:hover {
    background: #1f409b !important;
  }
  header .bar .NA_connexion > a.btn:focus > i,
  header .bar .NA_connexion > .connexion-np:focus > i,
  header .bar .NA_connexion:focus > i,
  header .bar .NA_connexion > a.btn:active > i,
  header .bar .NA_connexion > .connexion-np:active > i,
  header .bar .NA_connexion:active > i,
  header .bar .NA_connexion > a.btn:hover > i,
  header .bar .NA_connexion > .connexion-np:hover > i,
  header .bar .NA_connexion:hover > i,
  header .bar .NA_connexion > a.btn:focus > span,
  header .bar .NA_connexion > .connexion-np:focus > span,
  header .bar .NA_connexion:focus > span,
  header .bar .NA_connexion > a.btn:active > span,
  header .bar .NA_connexion > .connexion-np:active > span,
  header .bar .NA_connexion:active > span,
  header .bar .NA_connexion > a.btn:hover > span,
  header .bar .NA_connexion > .connexion-np:hover > span,
  header .bar .NA_connexion:hover > span {
    color: #ffffff !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 .connexion-btn > .fa.faicon_user,
  header .bar .connexion-btn > .fas.faicon_user {
    margin-top: 3px !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    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: #b354a0;
  }
  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: #b354a0;
  }
  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: #b354a0;
  }
  header .logo {
    display: inline-block;
    width: 152px;
    height: 81px;
  }
  header .logo a {
    display: inline-block;
    width: 152px;
    height: 81px;
  }
  header .logo a img {
    display: inline-block;
    margin: 14px 0;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  body.stiky_active header .header-hashtag {
    margin-top: -3px;
    font-size: 12px;
    max-width: 125px;
  }
  body.stiky_active header .logo .logo-a {
    max-width: 125px;
  }
  header .logo > a img {
    max-height: 120px;
    margin-top: 10px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 29px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #333333;
    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%;
    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: #1f409b !important;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li:hover > a {
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover > a {
    color: #1f409b;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #1f409b;
    width: 50px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation-side .nav > ul > li.menuli.X:last-child {
    margin-left: 8px;
  }
  header .header-navigation-side .nav > ul > li.menuli.X:last-child > a {
    border-radius: 3px;
    background: #b354a0;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #b354a0;
    height: 48px;
    padding: 0 28px;
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli.X:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #b354a0;
    border-color: #b354a0;
  }
  header .header-navigation-side .nav > ul > li.menuli.X:last-child nav.nav-dropdown {
    right: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli.X:last-child:hover:after {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .nav-dropdown ul {
    background: #4858D9 !important;
  }
  .nav-dropdown ul > a {
    text-transform: none;
    background: #4858D9 !important;
    font-weight: normal;
    font-size: 16px;
  }
  .nav-dropdown ul li {
    background: #4858D9 !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 .carousel-content {
  padding: 0;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  opacity: 1;
}
#main-carousel .carousel-content .link-entire-box {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 9px;
  background: linear-gradient(90deg, rgba(31, 64, 155, 0.8) 0%, rgba(113, 203, 244, 0.8) 100%);
  padding: 35px;
  box-sizing: border-box;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-carousel .carousel-content .link-entire-box .desc {
  display: none;
}
#main-carousel .carousel-content .link-entire-box .title {
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 0;
}
#main-carousel .carousel-event .carousel-content .link-entire-box {
  background: -webkit-linear-gradient(left, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
  background: -o-linear-gradient(right, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
  background: -moz-linear-gradient(right, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
  background: linear-gradient(to right, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
}
#main-carousel ul.slick-dots {
  bottom: 70px;
  top: unset;
  width: 100%;
  left: 0;
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #1f409b !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 (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
@media (max-width: 1200px) {
  #main-carousel {
    display: none;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
@media (max-width: 768px) {
  #section-actus {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  #section-actus .home-content {
    padding-left: 0;
  }
  #section-actus #section-gmap .section-title,
  #section-actus #section-events .section-title {
    margin-left: -15px;
  }
}
#section-actus .home-article {
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 36px;
  border: 0 none;
  border-radius: 8px;
  overflow: hidden;
}
#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: #333333;
  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 .desc,
  #section-actus .home-article .title {
    margin: 0;
    padding: 30px 15px;
  }
  #section-actus .home-article .section-actus {
    padding: 0;
  }
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 16px;
  bottom: 30px;
}
#section-actus .home-article .readmore-wrapper a.readMore {
  color: #1f409b;
}
#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;
}
#section-actus .section-more {
  margin-top: 10px;
}
.home-section.section-default .section-title .title {
  font-size: 40px;
  line-height: 64px;
  font-weight: bold;
}
#section-events .col-article {
  padding: 0;
}
#section-events .col-article {
  background: #555;
  border-radius: 8px;
}
#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;
  bottom: 10px;
  padding: 0 30px !important;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  font-weight: 700;
}
@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,
#section-events .home-article .model-content .location {
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  text-align: left;
  background: #b354a0;
  border-radius: 18px;
  padding: 0 15px;
  display: inline-block;
  height: 35px;
  position: absolute;
  top: 107px;
  left: 30px;
  font-weight: bold;
  background: -webkit-linear-gradient(left, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
  background: -o-linear-gradient(right, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
  background: -moz-linear-gradient(right, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
  background: linear-gradient(to right, rgba(116, 45, 142, 0.8), rgba(179, 84, 160, 0.8));
}
#section-events .home-article .model-content .location {
  top: -50px;
  bottom: unset;
  text-transform: uppercase;
}
#section-events .home-article .model-content .date {
  right: 15px;
  top: 15px;
  border-radius: 2px;
  width: 100px;
  height: 70px;
  left: unset;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  line-height: 27px;
  font-weight: 700;
  padding: 7px;
}
#section-events .home-article .model-content .date .dateYear {
  display: none;
}
@media (max-width: 767.98px) {
  #section-events .home-article {
    padding: 0 15px;
    margin: 0;
  }
  #section-events .home-article .model-content .date {
    right: 30px;
  }
}
#section-events .section-more {
  padding-left: 15px;
}
#section-events .section-more a {
  color: #b354a0 !important;
  border-color: #b354a0;
}
#section-events .section-more:hover a {
  background: #b354a0;
  color: #fff !important;
}
#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: 30px !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: 40px;
    margin-left: -15px;
  }
}
@media (max-width: 767.98px) {
  #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 --------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap {
  padding: 0;
  border: 0 none;
}
#section-gmap #map {
  border: 0 none;
}
#section-gmap .section-title {
  margin-bottom: 10px;
  border: 0 none;
}
#section-gmap .section-title .title {
  border: 0 none;
  color: #333 !important;
  font-size: 28px;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 64px;
  text-align: left;
}
#section-gmap .section-title .title span {
  color: #b354a0 !important;
}
#section-gmap .section-body {
  margin-left: 4px;
}
#section-gmap .section-body .intro {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 15px;
  color: #888888;
}
#section-gmap .section-body .intro a {
  display: block;
  margin: 15px 0 0;
  color: #000;
}
#section-gmap .section-body .intro a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  margin: 1px 10px 0 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  float: left;
}
#section-gmap .section-body .search {
  position: absolute;
  bottom: 32px;
  width: calc( 100% - 60px);
  overflow: hidden;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #888888;
  border-radius: 24px;
}
#section-gmap .section-body .search .text {
  border-radius: 25px;
}
#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 {
  margin-bottom: 10px;
  line-height: 51px !important;
  width: 100%;
}
#section-gmap .section-title .title > span {
  display: block;
  color: #1f409b !important;
}
@media (min-width: 992px) {
  #section-gmap .section-title {
    width: 100% !important;
  }
  #section-gmap.contentSquareFlat .section-body {
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 370px !important;
    top: 65px;
    background: #fff;
    color: #000;
    height: 380px;
    padding-top: 20px;
    border-radius: 8px;
  }
}
@media (max-width: 991.98px) {
  #section-gmap .section-title {
    margin: 0 !important;
  }
  #section-gmap .section-title .title {
    margin: 0 !important;
    padding: 0;
    line-height: 54px;
  }
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #000;
    width: 469px;
    height: auto;
    min-height: 260px;
    padding-top: 25px;
  }
  .ann_exp_deux {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  #section-gmap .section-body {
    top: 65px;
  }
  #section-gmap .section-body .intro {
    margin: 20px 0 0;
    padding-bottom: 50px;
  }
  #section-gmap .section-body .search {
    border-radius: 25px;
    position: absolute;
    bottom: 32px;
    width: calc( 100% - 58px);
  }
  #section-gmap .section-body .search [type="submit"] {
    font-size: 19px;
    font-weight: 900;
    line-height: 40px;
    font-family: 'magallanes_condextrabold', sans-serif;
  }
  #section-gmap .section-body .search [type="submit"] .fas {
    display: none;
  }
  #section-gmap .article-google_map .ann_exp_deux {
    padding: 0;
  }
}
/* --------------------------------  END MAP --------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#section-annonces .top_link,
#section-emploi .top_link {
  top: 65px;
}
#section-annonces .top_link a,
#section-emploi .top_link a {
  border-color: #b354a0;
  color: #b354a0;
}
#section-annonces .top_link a:hover,
#section-emploi .top_link a:hover {
  background: #b354a0 !important;
  color: #fff !important;
}
#section-annonces .section-title .title,
#section-emploi .section-title .title {
  background: -webkit-linear-gradient(left, #742d8e, #b354a0);
  background: -o-linear-gradient(right, #742d8e, #b354a0);
  background: -moz-linear-gradient(right, #742d8e, #b354a0);
  background: linear-gradient(to right, #742d8e, #b354a0);
  width: auto;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
}
#section-annonces .date,
#section-emploi .date {
  bottom: 80px;
  left: 50px;
}
#section-annonces .article-Model .readmore-wrapper,
#section-emploi .article-Model .readmore-wrapper {
  left: 50px;
  bottom: 10px;
}
#section-annonces .model-image,
#section-emploi .model-image {
  display: none;
}
#section-annonces .home-article,
#section-emploi .home-article {
  padding: 30px;
  border: 0 none;
  background: #FFFFFF;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08);
  transition: background .3s;
  border-radius: 8px;
}
#section-annonces .home-article:hover,
#section-emploi .home-article:hover {
  background: rgba(255, 255, 255, 0.7);
}
#section-annonces .home-article .title,
#section-emploi .home-article .title {
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  position: relative;
}
#section-annonces .home-article .title .entreprise,
#section-emploi .home-article .title .entreprise {
  position: absolute;
  bottom: -100%;
  font-size: 16px;
}
#section-annonces .home-article .date,
#section-emploi .home-article .date {
  text-transform: none;
  font-size: 16px;
  color: #606060;
  line-height: 18px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 15px;
}
#section-annonces .entreprise,
#section-emploi .entreprise {
  color: #606060;
}
#section-annonces .readmore-wrapper,
#section-emploi .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
  left: 0 !important;
}
#section-annonces .readmore-wrapper a,
#section-emploi .readmore-wrapper a {
  background-color: transparent;
  color: #b354a0;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
  font-weight: bold;
  margin: 15px 30px;
  padding: 0;
}
#section-annonces .readmore-wrapper a i,
#section-emploi .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-annonces .readmore-wrapper a:hover i,
#section-emploi .readmore-wrapper a:hover i {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  #section-emploi .date {
    bottom: 45px;
  }
  #section-emploi .article-Model .readmore-wrapper {
    bottom: 10px;
    text-align: left;
  }
  #section-annonces .top_link,
  #section-emploi .top_link {
    top: 0;
  }
  #footer-bottom .liens-footer-ecole > li {
    padding: 0 !important;
    margin: 20px 0 0 !important;
    border: 0 none!important;
  }
}
#section-annonces .section-more a,
#section-annonces .section-title .title {
  color: #fff;
  border-color: #fff;
}
#section-annonces .type {
  font-size: 16px;
  color: #606060;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  bottom: 100px;
}
#section-annonces .depot-annonces {
  background-color: #1f409b !important;
  right: 0;
}
#section-annonces .depot-annonces a {
  border-color: #1f409b !important;
  border-radius: 3px;
}
#section-annonces .depot-annonces a:hover {
  border-color: #fff !important;
}
@media (min-width: 1200px) {
  #section-annonces .toutes-annonces {
    right: 285px;
  }
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ################################# RS  ############################################ */
#section-linkedin .date-rs > i {
  background: #0966C3;
}
#section-linkedin .titre-rs {
  color: #0966C3;
}
#section-twitter .date-rs > i {
  background: #50ABF1;
}
#section-twitter .titre-rs {
  color: #50ABF1;
}
#section-insta .date-rs > i {
  background-image: linear-gradient(0deg, #ffd600 0%, #ff0095 52%, #f2069c 58%, #cf14b0 68%, #962ccf 81%, #494dfa 97%, #3f51ff 100%);
}
#section-insta .titre-rs {
  color: #FF0095;
}
#section-twitter .home-article,
#section-linkedin .home-article,
#section-insta .home-article {
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
/* --------------------------------  END RS ------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 60px;
  line-height: 1em;
  margin: 0 15px;
  background: -webkit-linear-gradient(left, #1f409b, #71cbf4);
  background: -o-linear-gradient(right, #1f409b, #71cbf4);
  background: -moz-linear-gradient(right, #1f409b, #71cbf4);
  background: linear-gradient(to right, #1f409b, #71cbf4);
  width: auto;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  color: #1f409b;
}
@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 ------------------------------------------------*/
/* ####################### LIENS ############################ */
#section-liens .lien {
  color: #b354a0;
  border-radius: 8px;
}
#section-liens .lien i,
#section-liens .lien * {
  color: #b354a0;
}
#section-liens .lien .title {
  display: block;
  position: relative;
}
#section-liens .lien .title .lien-img {
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 767.98px) {
  #section-liens .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END LIENS --------------------------------------------------*/
/* ####################### 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 {
  border-top: 1px solid #526A7D;
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
#footer-bottom #footer-socials li {
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #333333;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #999999;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .footer-bottom-coords * {
  color: #999;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle {
    height: 227px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 58px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 800px;
    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-socials li + li {
    margin-left: 5px !important;
  }
  #footer-middle .logos-left {
    text-align: left;
  }
  #footer-middle .logos-left img {
    max-width: 129px !important;
    margin-left: -30px;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 101px !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 --------------------------- */
