/* 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 */
/* ####################### maps ############################ */
@media (max-width: 767.98px) {
  #section-gmap .simple_mode_2 .section-body .intro {
    text-align: left;
  }
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  height: 56px;
  line-height: 54px;
  background: #e57200;
  border: 1px solid #e57200;
  border-radius: 6px;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  background: #fff;
  color: #e57200;
}
#section-gmap .simple_mode_2 .section-body .search {
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  #section-gmap .intro {
    text-align: left;
  }
}
#section-gmap:before {
  border: 0 none;
  border-color: #e57200 !important;
}
/* -----------------------  END maps ------------------------------*/
/* ################################# 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: 'Open sans', sans-serif;
  color: #002a3a;
  -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: 'Open sans', sans-serif;
  color: #002a3a;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #e57200 !important;
}
.home-section.section-default .section-title .line {
  width: 88px !important;
  background-color: #e57200 !important;
}
.home-section.section-default .section-title .title {
  font-size: 40px;
  color: #002a3a !important;
  text-align: center;
  line-height: 60px;
  font-weight: 900 !important;
}
@media (max-width: 1199.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 15px;
  }
  .home-section.section-default .section-title .line {
    margin: 10px auto;
  }
  .home-section.section-default .section-title .title {
    text-align: center;
    line-height: 1.7em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  .home-section.section-default .section-title .title span {
    display: inline !important;
  }
}
.apropos .apropos-cta a,
body .home-section.section-default .section-more a {
  height: 48px;
  background: #e57200;
  border-radius: 0;
  padding: 0 30px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
}
.apropos .apropos-cta a:hover,
body .home-section.section-default .section-more a:hover {
  color: #e57200;
  background: transparent;
}
body .home-section.section-default .section-more.btn-reverse a {
  background: #002a3a;
  color: #fff;
}
body .home-section.section-default .section-more.btn-reverse a:hover {
  background: #fff;
  color: #002a3a;
}
/* --------------------------------  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;
  }
}
header .search-toggle-wrapper .fas.fa-search {
  font-size: 18px;
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 16px;
  display: block;
}
@media (min-width: 1200px) {
  body header .bar .NA_connexion .login-small-thumb {
    margin: 5px 15px 0 15px !important;
  }
  header .header-hashtag {
    font-size: 14px;
    color: #002a3a;
    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;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
  }
  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: #002a3a;
  }
  header .bar .socials li.rs-append {
    display: inline-block;
    padding: 0 15px 0 10px  ;
    margin: 0;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
  }
  header .bar .socials li.rs-append:after {
    right: 0;
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 12px;
    background-color: #002a3a;
  }
  header .bar .lang_switcher .switch-slider.round {
    background-color: #e57200;
  }
  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: #002a3a;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #002a3a;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    max-width: 40px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 40px !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: #e57200;
  }
  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: #e57200;
  }
  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: 0 !important;
    flex: unset;
    text-transform: none;
    line-height: 40px !important;
    height: 42px !important;
    width: 185px;
    margin-left: 15px;
    font-size: 16px;
  }
  header .bar .btn-adherer-wrapper {
    border-color: #002a3a;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 0 !important;
    line-height: 40px !important;
    height: 40px !important;
    text-transform: none;
    font-size: 16px;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #ffffff;
  }
  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: #e57200 !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: 0 !important;
    margin-top: 0;
    line-height: 40px !important;
    height: 40px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
    border-color: #002a3a;
  }
  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: #002a3a;
  }
  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: #002a3a;
  }
  header .logo {
    display: inline-block;
    width: 171px;
    height: 72px;
  }
  header .logo a {
    display: inline-block;
    width: 171px;
    height: 72px;
  }
  header .logo a img {
    display: inline-block;
    width: 171px;
    min-height: 72px;
    max-height: 72px;
    margin: 35px 0;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  body.page .header-main,
  body.stiky_nav.stiky_active .header-main {
    border-top: 1px solid #004863;
    background: linear-gradient(to top, #002a3a 0, #003549 100%) !important;
  }
  header .main-navigation-row,
  header .header-main {
    height: 150px;
    background: transparent !important;
  }
  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;
    float: right;
    min-width: 750px;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul > li {
    white-space: nowrap;
    min-width: unset;
    color: #ffffff;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    color: transparent;
    padding: 0 14px;
    font-weight: bold;
    text-align: right;
    color: #ffffff;
    line-height: 57px;
    font-size: 16px;
    font-weight: 700;
  }
  header .header-navigation-side .nav > ul > li.menuli a {
    color: #ffffff !important;
  }
  header .header-navigation-side .nav > ul > li:hover > a {
    position: relative;
  }
  header .header-navigation-side .nav > ul > li:hover > a:after {
    content: '';
    height: 2px;
    background: #e57200;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* media min-lg horizontal */
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .stiky_active .horizontal_nav.adminActive .header-navigation-side {
    padding-top: 0;
  }
  .stiky_active .horizontal_nav.adminActive .header-navigation .nav > ul > li.menuli > .nav-dropdown {
    top: 45px !important;
  }
  .stiky_active .horizontal_nav .header-navigation-side {
    padding-top: 0;
  }
  .stiky_active .horizontal_nav .header-navigation .nav > ul > li.menuli > .nav-dropdown {
    top: 50px !important;
  }
  .horizontal_nav.adminActive .header-navigation .nav > ul > li.menuli > .nav-dropdown {
    top: 53px !important;
  }
  .horizontal_nav .header-navigation-side {
    position: relative;
    height: auto;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul {
    display: block;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli {
    position: unset;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown {
    top: 55px !important;
    left: 0;
    width: 750px;
    min-width: 750px;
    text-align: center;
    background: transparent;
    box-shadow: none;
    position: absolute;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li {
    display: inline-block;
    width: auto;
    float: none;
    border: 0 none;
    background: transparent;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li:hover > a {
    color: #e57200;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li a {
    padding-right: 10px;
    font-weight: bold;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li + li:before {
    content: '';
    width: 1px;
    height: 12px;
    top: 12px;
    position: absolute;
    left: 04px;
    background-color: #ffffff;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
#section-gmap:before {
  display: none;
}
/* ################################# Actus  ############################################ */
h1.mobilite-title:after {
  background: #e57200;
}
#section-actus .home-article .title {
  padding: 0 !important;
}
#section-actus {
  padding-bottom: 0;
}
#section-actus .home-article {
  margin: 0 2px 5px;
  border: 0 none;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  min-height: 460px;
}
#section-actus .home-article .model-content .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 20px;
  text-transform: none;
  position: absolute;
}
#section-actus .home-article .title {
  position: absolute;
  text-align: left;
  margin: 40px 20px ;
  color: #000;
  font-family: 'Open sans', sans-serif;
  font-size: 24px;
  color: #002a3a;
  line-height: 32px;
  font-weight: 400;
}
#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 {
  border-radius: 0;
  font-size: 16px;
  float: left;
  margin-left: 20px;
  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: 20px;
}
#section-actus.home-section.section-default .section-more.top_link {
  margin-top: 57px;
}
@media (max-width: 767.98px) {
  #section-actus.home-section.section-default {
    padding: 30px 0 10px;
  }
  #section-actus.home-section.section-default .section-more.top_link {
    position: relative;
    left: 0;
  }
}
/* --------------------------------  END Actus ------------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs {
  padding-top: 30px;
  padding-bottom: 50px;
}
#section-compteurs .slick-track {
  margin: auto;
}
#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: 72px;
  font-family: 'Arimo', sans-serif;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
  color: #e57200;
}
#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 ------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/*
    Config PHP
    // module_asso/cms/src/classes/Core/Controller/MainController.php
    $content = array(
    'section' => array(
    'class' => 'no-padding',
    'bt_more' => 'En savoir plus',
    'id' => 'main-carousel'
    ),
    'article' => array(
    'type' => 'carousel',
    'title_length' => 65,
    'desc_length' => 0,
    'img_size' => 'img_wide',
    ),
    'source' => array(
    'name' => 'Standard::getCarousel',
    'limit' => 5,
    ),
    'geometry' => array('w' => 1),
    'carousel' => array(
    'hauteur' => 500,
    'fa5' => true,
    'dots' => true,
    'disable_arrows' => false,
    'autoplay' => true,
    'responsive' => false,
    'article_img_disable_click' => true,
    'bg_color' => '#000', 
    'bg_opacity' => 0,
    'color' => '#ffffff',
    'display_desc' => true,
    'content_width' => '170px',
    'content_height' => '300px',
    'content_align' => 'center',
    'position' => '', 
    'border_round' => '0',
    'button' => false,
    ),
    'class' => 'no-padding-sides-mobile big-arrows',
    );
    $rows[] = array(
    'contents' => array($content),
    'fullscreen' => true,
    );
    
    */
/* variable less Carrousel */
@media (min-width: 1200px) {
  #main-carousel .slick-dots {
    display: none !important;
  }
}
#main-carousel .containerImg {
  background: #000;
}
#main-carousel .containerImg img {
  opacity: .4;
}
#main-carousel .carousel-content {
  padding: 0;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  opacity: 1;
}
#main-carousel .carousel-content .article-Model .title {
  padding: 0;
}
#main-carousel .carousel-content .link-entire-box {
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 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 {
  padding: 0 !important;
  margin: 0;
  font-size: 40px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  font-weight: 900;
}
#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: #002a3a !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;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
/*
    $content = array(
    
    'section' => array(
    'type' => 'default',
    'col' => '12',
    'id' => 'section-lienstop',
    ),
    'article' => array(
    'type' => 'liens_simple_2',
    ),
    'source' => array(
    'name' => 'Standard::getCarrouselItems',
    'type' => 'liens',
    'limit' => 3,
    ),
    'geometry' => array('w' => 3),
    'class' => '',
    
    'carousel' => false,
    );
    
    $rows[] = array(
    'contents' => array($content),
    'id' => 'row-liens'
    );
    */
#section-lienstop {
  padding: 60px 0;
}
@media (min-width: 1200px) {
  #section-lienstop {
    padding: 0;
    margin-top: -108px;
  }
}
#section-lienstop .col-article > a.lien {
  background: #FFFFFF;
  box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  height: 216px;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: color .5s ;
}
#section-lienstop .col-article > a.lien .lienstop-img,
#section-lienstop .col-article > a.lien i {
  width: 85px;
  min-width: 85px;
  display: block;
  margin: 10px auto 15px;
  font-size: 32px;
  position: relative;
  color: #e57200;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 2px;
  font-size: 20px;
  color: #002a3a;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
}
#section-lienstop .col-article > a.lien .lien-text-sub {
  color: #002a3a;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  padding: 0 30px;
  margin-top: 15px;
  line-height: 1.5em;
}
#section-lienstop .col-article > a.lien .lien-title {
  font-size: 20px;
  color: #002a3a;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}
#section-lienstop .col-article > a.lien:hover {
  background-color: #eef6f9;
  color: #002a3a !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #002a3a;
}
@media (max-width: 767.98px) {
  #section-lienstop .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END LIENSTOP --------------------------------------------------*/
/* ####################### PROPOS ############################ */
#section-apropos .apropos > .col-md-6 > br {
  display: none;
}
#section-apropos .section-title,
#section-apropos .apropos-desc {
  margin: 0;
}
/* --------------------------------  END PROPOS --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/*
public static function getFooterConfig() {
    $res = parent::getFooterConfig();
    
    $res['show_logo'] = true;
    $res['rs'] = false;
    $res['app'] = true;
    $res['mode'] = 'simple-logos';
    $res['tel_prefix'] = '';
    $res['logo_footer'] = 'logo-footer.png';
    $res['footer_links'] = array();
    $res['logos'] = array(
    array('src' => $res['logo_footer'] ),
    array('url' => 'https://www.isae-supaero.fr/' , 'src' => '/images/logos/logo-ecole.png' , 'target' => '_blank'),
    array('url' => 'https://www.fondation-isae-supaero.org/' , 'src' => '/images/logos/logo-fondation.png' , 'target' => '_blank'),
    
    );
    
    foreach (array('admin', 'mentions_legales','credits', 'faq', 'sitemap' ) as $key)
    $res['footer_links'][] = $res['footer_links_available'][$key];
    
    return $res;
}
*/
/* variables less */
#footer-bottom {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 4px;
  background: #002a3a;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .footer_apps {
  text-align: center;
}
#footer-bottom .footer_apps a {
  display: block;
}
#footer-bottom .footer_apps a + a {
  margin-top: 15px;
}
/* css footer */
header .bar .NA_connexion .fa-toggle-sub-menu {
  height: 40px;
  line-height: 40px;
  top: 0;
}
#footer-middle {
  padding: 38px 0 !important;
}
#footer-middle .footer-logos-wrapper #footer-logo-1 .logo-img {
  max-width: 171px;
  max-height: 72px;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 .logo-img {
  max-width: 210px;
  max-height: 88px;
}
@media (min-width: 992px) {
  #footer-middle {
    padding: 30px 0 !important;
  }
  #footer-middle .footer-logos-wrapper {
    padding-top: 38px !important;
    padding-bottom: 9px !important;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-1 {
    margin-top: 10px;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-2 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #footer-middle {
    height: 220px;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle .footer-logos-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer-middle .footer-logos-wrapper .footer-logo {
    width: 50%;
  }
  #footer-middle .list-inline li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-inline a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
  }
  #footer-middle .list-inline a:before {
    content: '> ';
  }
  #footer-middle .list-inline a:hover {
    text-decoration: underline !important;
  }
  #footer-bottom .footer_apps {
    float: right;
    text-align: right;
  }
  #footer-bottom .footer_apps a {
    display: inline-block;
  }
  #footer-bottom .footer_apps a + a {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 101px !important;
  }
  #footer-logos {
    margin: 15px 0;
    text-align: center;
  }
  #footer-logos .logo-img {
    max-width: 80% !important;
  }
  #footer-logos .footer-logo {
    max-width: 40%;
    margin: auto;
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  #footer-socials {
    margin: 15px auto;
    float: none !important;
  }
  #footer-bottom .footer-row-inner {
    text-align: center;
  }
  #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  #footer-bottom .footer-row-inner .pull-left,
  #footer-bottom .footer-row-inner .pull-right {
    display: block;
    clear: both;
    text-align: center !important;
    float: none !important;
  }
  #footer-middle .liens-footer {
    margin-top: 15px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
