/* 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: 'Lato', sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media (max-width: 1199.98px) {
  body.site_revue .mobilites_container {
    padding-top: 160px;
  }
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-weight: bold;
}
body #section-offres .top_link,
body #section-applis .top_link,
body #section-event .top_link,
body #section-events .top_link,
body #section-portraits .top_link,
body #section-services-left .top_link,
body #section-partenaires .top_link,
body #section-actus .top_link {
  top: 55px;
}
body #section-offres .top_link a,
body #section-applis .top_link a,
body #section-event .top_link a,
body #section-events .top_link a,
body #section-portraits .top_link a,
body #section-services-left .top_link a,
body #section-partenaires .top_link a,
body #section-actus .top_link a {
  color: #c80303;
  text-decoration: underline !important;
  padding: 0;
}
body #section-offres .section-title .title,
body #section-applis .section-title .title,
body #section-event .section-title .title,
body #section-events .section-title .title,
body #section-portraits .section-title .title,
body #section-services-left .section-title .title,
body #section-partenaires .section-title .title,
body #section-actus .section-title .title,
body #section-offres .section-title .line,
body #section-applis .section-title .line,
body #section-event .section-title .line,
body #section-events .section-title .line,
body #section-portraits .section-title .line,
body #section-services-left .section-title .line,
body #section-partenaires .section-title .line,
body #section-actus .section-title .line,
body #section-offres .services-titre,
body #section-applis .services-titre,
body #section-event .services-titre,
body #section-events .services-titre,
body #section-portraits .services-titre,
body #section-services-left .services-titre,
body #section-partenaires .services-titre,
body #section-actus .services-titre {
  display: inline-block;
  clear: both;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  line-height: 60px;
  background: -webkit-linear-gradient(left, #c80303, #ff3f3f);
  background: -o-linear-gradient(right, #c80303, #ff3f3f);
  background: -moz-linear-gradient(right, #c80303, #ff3f3f);
  background: linear-gradient(to right, #c80303, #ff3f3f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    color: #323a45 !important;
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  body .home-section.section-default .section-more.text-right,
  body .home-section.section-default .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/*
Config PHP
// module_asso/cms/src/classes/FrontController.php
public static function getHeaderConfig() {
    $res = parent::getHeaderConfig();
    $res['rs_append'] = '<li  class="rs-append"><a href="https://ebi-edu.com/fr/" target="_blank">Site de l\'EBI</a></li>';
    $res['contact_textMode'] = true;
    $res['boutique_icon'] = 'fas fa-shopping-bag';
    $res['search_icon'] = 'fas fa-search';
    $res['btn_recruteur'] = true;
    $res['rs_nolabel'] = true;
    $res['old_side_nav'] = true;
    return $res;
}
*/
/* ############ topbar ############ */
@media (max-width: 767.98px) {
  .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 30px 0 0;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
  .shopping-cart i:after,
  .search-toggle-wrapper .search-toggle:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
}
@media (max-width: 1200px) {
  .top_link {
    top: 15px !important;
    margin-right: 15px !important;
  }
  .top_link a {
    font-size: 20px !important;
  }
}
.bar {
  font-size: 16px;
}
.bar .header-mibile-bar {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.bar .list-liens li {
  line-height: 40px;
  position: relative;
  padding: 0  17px;
  display: block;
  float: left;
}
.bar .list-liens li a {
  font-size: 12px;
}
.bar .list-liens li:before {
  content: '';
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #333333;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  body .logo .logo-a {
    background-color: #fff;
    height: auto;
    width: auto;
    position: absolute;
    padding: 35px 0 0 ;
  }
  body .logo .logo-a .logo-img {
    width: auto;
    height: auto;
    min-height: auto;
  }
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 160px !important;
  }
  header .NA_connexion .connexion-btn > span {
    font-size: 16px;
  }
  header .NA_connexion .btn-inscription-wrapper a > .fa,
  header .NA_connexion .btn-inscription-wrapper a > .fas,
  header .NA_connexion .connexion-btn > .fa.faicon_user,
  header .NA_connexion .connexion-btn > .fas.faicon_user {
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    font-size: 16px !important;
  }
  header .bar.with-search-field .btn-adherer-wrapper.bar-btn-2,
  header .bar.with-search-field .btn-connexion-wrapper.bar-btn-1 {
    max-width: 170px !important;
  }
  header .btn-recruteur-wrapper,
  header .btn-inscription-wrapper,
  header .btn-adherer-wrapper,
  header .NA_connexion .connexion-np,
  header .NA_connexion .connexion-btn {
    text-transform: none;
  }
  header .connexion-np .login-small-thumb {
    border-radius: 50%;
  }
  header .bar .btn-annuaire-wrapper a span {
    font-weight: bold !important;
    font-size: 16px !important;
  }
  header .bar .btn-annuaire-wrapper {
    font-size: 16px;
    color: #333333;
    text-align: right;
    line-height: 38px;
  }
  header .bar .btn-annuaire-wrapper,
  header .bar .btn-inscription-wrapper {
    max-width: 120px !important;
    padding: 0 30px 0 0;
    position: relative;
    margin-right: 20px;
    color: #333333;
    background-color: transparent !important;
  }
  header .bar .btn-annuaire-wrapper a,
  header .bar .btn-inscription-wrapper a {
    font-weight: 700;
    line-height: 38px;
    padding: 0;
    display: flex !important;
    justify-content: center;
    color: #333333 !important;
  }
  header .bar .btn-annuaire-wrapper a .btn-adherer-label,
  header .bar .btn-inscription-wrapper a .btn-adherer-label {
    font-size: 16px;
  }
  header .bar .btn-annuaire-wrapper a .topbar-btn-icon,
  header .bar .btn-inscription-wrapper a .topbar-btn-icon {
    display: block !important;
  }
  header .bar .btn-annuaire-wrapper a i.icon,
  header .bar .btn-inscription-wrapper a i.icon {
    font-size: 16px !important;
    padding: 10px;
  }
  header .bar .btn-annuaire-wrapper a:hover,
  header .bar .btn-inscription-wrapper a:hover {
    color: #c80303;
  }
  header .bar .btn-annuaire-wrapper:after,
  header .bar .btn-inscription-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
  header .header-navigation-side {
    width: 900px !important;
    margin-top: 37px !important;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  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:first-child > a {
    padding-left: 0;
  }
  header .header-navigation-side .nav > ul > li:last-child > a {
    padding-right: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 12px;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #333333;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    text-align: left;
    font-size: 12px;
    text-transform: none;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown > ul > li:hover > a {
    color: #fff !important;
    background-color: #323a45 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
    margin-top: -1px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: -3px !important;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after,
  header .header-navigation-side .nav > ul > li.menuli.current:after {
    content: '';
    height: 2px;
    background: #c80303;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
  .bar .socials .contact {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding-left: 15px;
  }
  .bar .socials .contact:hover a {
    color: #c80303;
  }
  .bar .socials .contact:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 120px;
    border-bottom: 1px solid #DDD;
  }
  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: 18px;
    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% !important;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown a {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li:hover a {
    color: #c80303;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #c80303;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child {
    margin-left: 8px;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a {
    border-radius: 3px;
    background: #c80303;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #c80303;
    height: 48px;
    padding: 0 28px;
    color: #fff;
    text-transform: uppercase;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #c80303;
    border-color: #c80303;
  }
  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 ------- */
@media (max-width: 1199.98px) {
  header .header-navigation .nav a {
    text-transform: none;
  }
  header .header-navigation .nav ul li.menuli .nav-dropdown li a {
    padding-left: 45px;
  }
  header .header-navigation .nav ul li.menuli .nav-dropdown li ul li a {
    padding-left: 55px;
  }
  header .header-navigation .nav ul li.menuli .nav-dropdown li ul li ul li a {
    padding-left: 65px;
  }
}
@media (max-width: 1199.98px) {
  header .bar .btn-annuaire-wrapper {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    position: relative !important;
    text-transform: none !important;
    position: relative;
  }
  header .bar .btn-annuaire-wrapper .btn {
    font-weight: bold !important;
    font-size: 16px !important;
  }
  header .bar .search-wrapper {
    max-width: 50px !important;
    position: relative;
  }
  header .bar .btn-annuaire-wrapper:after,
  header .bar .search-wrapper > .search-toggle-wrapper:after,
  header .bar .btn-newsletter-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
}
/* --------------------------------  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 {
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  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;
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
#main-carousel ul.slick-dots {
  bottom: 40px;
  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: #c80303 !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 --------------------------------------------------*/
/* ################################# Liens  ################################################### */
#section-liens .liens .lien {
  box-shadow: 2px 3px 3px rgba(64, 64, 64, 0.18);
  border-radius: 8px;
  height: 100px;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  #section-liens .liens .lien {
    margin: 10px 0;
  }
}
#section-liens .liens .lien .lien-url {
  display: block;
  height: 100px;
}
#section-liens .liens .lien .lien-icon {
  display: inline-block;
  background: #c80303;
  height: 100px;
  position: absolute;
  line-height: 100px;
  width: 100px;
  color: #fff;
  font-size: 35px;
  text-align: center;
  border-radius: 8px 0 0 8px;
}
#section-liens .liens .lien .lien-label {
  font-size: 24px;
  color: #646466;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-left: 100px;
  text-transform: none;
  padding: 15px 20px 0 120px;
}
@media (min-width: 1200px) {
  #section-liens .liens .lien .lien-label {
    padding: 15px 80px 0 130px;
  }
}
#section-liens .liens .lien:hover {
  background: #c80303;
}
#section-liens .liens .lien:hover .lien-label {
  color: #fff;
}
/* --------------------------------  END Liens --------------------------------------------------*/
/* ################################# NEWS ################################################### */
#section-offres .model-ratio-image .containerImg .click-img {
  background-color: #fff !important;
}
#section-offres .model-ratio-image .containerImg .click-img .newsImg {
  object-fit: contain !important;
}
/* css news */
#section-offres .section-title,
#section-events .section-title,
#section-actus .section-title {
  position: relative;
}
#section-offres .section-title:after,
#section-events .section-title:after,
#section-actus .section-title:after {
  display: inline-block;
  height: 2px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #c80303, #ff3f3f);
  background: -o-linear-gradient(right, #c80303, #ff3f3f);
  background: -moz-linear-gradient(right, #c80303, #ff3f3f);
  background: linear-gradient(to right, #c80303, #ff3f3f);
}
#section-offres .slick-slider.slick-vertical i.slick-arrow,
#section-events .slick-slider.slick-vertical i.slick-arrow,
#section-actus .slick-slider.slick-vertical i.slick-arrow {
  color: #999999;
}
#section-offres .col-article,
#section-events .col-article,
#section-actus .col-article {
  padding: 0 !important;
}
#section-offres .home-article,
#section-events .home-article,
#section-actus .home-article {
  background: transparent;
  border: 1px solid #eeeeee;
  border-radius: 7px;
  height: 135px;
}
#section-offres .home-article:hover,
#section-events .home-article:hover,
#section-actus .home-article:hover,
#section-offres .home-article:focus,
#section-events .home-article:focus,
#section-actus .home-article:focus {
  border-color: #ff3f3f !important;
}
#section-offres .home-article.listViewReduced:after,
#section-events .home-article.listViewReduced:after,
#section-actus .home-article.listViewReduced:after {
  display: none;
}
#section-offres .home-article .desc,
#section-events .home-article .desc,
#section-actus .home-article .desc,
#section-offres .home-article .date,
#section-events .home-article .date,
#section-actus .home-article .date {
  display: none;
}
#section-offres .home-article .date_after_title,
#section-events .home-article .date_after_title,
#section-actus .home-article .date_after_title {
  font-weight: 400;
  font-size: 12px;
  color: #999;
  line-height: 29px;
  text-align: left;
  position: absolute;
  bottom: 0;
}
#section-offres .home-article .title,
#section-events .home-article .title,
#section-actus .home-article .title {
  padding: 0 !important;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}
#section-offres .home-article .model-image .click-img,
#section-events .home-article .model-image .click-img,
#section-actus .home-article .model-image .click-img {
  background: #eee;
}
#section-offres .home-article .model-image .click-img img,
#section-events .home-article .model-image .click-img img,
#section-actus .home-article .model-image .click-img img {
  min-width: 100%;
  min-height: 100%;
}
#section-events .date_after_title {
  position: relative !important;
}
#section-events .date_after_title span {
  color: #c80303 !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
#section-events .locationBottom .location {
  font-weight: normal;
  bottom: 0px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  line-height: 29px;
  text-align: left;
  position: absolute;
  bottom: 0;
}
#section-offres .date_after_title {
  position: absolute;
  bottom: 0;
}
#section-offres .entreprise {
  position: absolute;
  bottom: 30%;
  font-size: 13px;
  color: #c80303 !important;
  white-space: nowrap;
  max-width: 225px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#section-offres .title {
  line-height: 26px;
}
/* --------------------------------  END NEWS --------------------------------------------------*/
/* ################################# PORTRAITS ################################################### */
/*
// conf php


*/
/* variables css */
/* css portraits */
@media (min-width: 1200px) {
  #section-portraits {
    padding: 80px 45px 70px 450px;
  }
  #section-portraits .home-content {
    min-height: 130px !important;
    padding: 0 !important;
  }
  #section-portraits .home-content i.slick-arrow {
    top: 50% !important;
    height: 35px;
    margin-top: -23px;
    font-weight: bold;
  }
  #section-portraits.home-section.section-default .section-title {
    background: transparent;
  }
  #section-portraits.home-section.section-default .section-title:before {
    display: none;
  }
  #section-portraits.home-section.section-default .section-title .title {
    margin-top: 80px;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 15px;
    letter-spacing: 0;
  }
  #section-portraits .home-article {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px !important ;
  }
  #section-portraits .home-article .title-wrapper {
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 4px;
    width: 110px;
    height: 110px;
  }
  #section-portraits .home-article .title-wrapper .title {
    width: 110px;
    height: 110px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 30px 10px;
  }
  #section-portraits .home-article .title-wrapper .title a {
    text-align: center;
    height: 105px;
  }
}
/* --------------------------------  END PORTRAITS --------------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  font-family: 'Lato', sans-serif;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
@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 ------------------------------------------------*/
/* ################################# 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;
  text-transform: uppercase;
  color: #333 !important;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
}
#section-gmap .section-title .title span {
  color: #c80303 !important;
  display: block;
  display: inline-block;
  clear: both;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  line-height: 60px;
  background: -webkit-linear-gradient(left, #c80303, #ff3f3f);
  background: -o-linear-gradient(right, #c80303, #ff3f3f);
  background: -moz-linear-gradient(right, #c80303, #ff3f3f);
  background: linear-gradient(to right, #c80303, #ff3f3f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
}
#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;
}
#section-gmap .section-body .search {
  position: absolute;
  bottom: 32px;
  width: calc( 100% - 60px);
  border: 1px solid #999;
  border-radius: 30px;
  overflow: hidden;
  height: 48px;
}
#section-gmap .recherche_avancee {
  display: none;
}
#section-gmap #recherche_annuaire_express {
  border: 0 none;
}
#section-gmap #recherche_annuaire_express > .input-group {
  border: 0 none;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  height: 48px;
}
#section-gmap #recherche_annuaire_express > .input-group > .form-control {
  border: 0 none;
  margin: 0 !important;
  height: 48px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 16px;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon {
  background: transparent;
  width: 40px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: 0;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a {
  color: #999;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a .fas {
  font-size: 16px;
  margin-top: 9px;
  margin-right: -5px;
}
#section-gmap .section-title .title > span {
  color: #c80303 !important;
}
@media (min-width: 992px) {
  #section-gmap.contentSquareFlat .section-body {
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 338px !important;
    top: 80px;
    background: #fff;
    color: #000;
    height: 350px;
    padding-top: 39px;
    border-radius: 40px;
  }
}
@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;
  }
}
@media (max-width: 767.98px) {
  #section-gmap .section-body {
    top: 65px;
  }
  #section-gmap .section-body .intro {
    padding-top: 0;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    line-height: 1.7em;
    letter-spacing: 0.7px;
  }
  #section-gmap .section-body .search {
    position: absolute;
    bottom: 32px;
    width: calc( 100% - 58px);
  }
  #section-gmap .section-body .search [type="submit"] {
    font-size: 19px;
    font-weight: 900;
    line-height: 40px;
    font-family: 'magallanes_condextrabold', sans-serif;
  }
  #section-gmap .section-body .search [type="submit"] .fas {
    display: none;
  }
}
/* --------------------------------  END MAP --------------------------------------------------*/
/* ################################# MAIN REVUE ################################################### */
#section-revue-left {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 530px;
}
#section-revue-left .section-title .title {
  color: #fff !important;
}
#section-revue-left .section-more {
  position: absolute;
  bottom: 20px;
}
#section-revue-left .section-more a {
  color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
}
#section-revue-left .section-more a:hover {
  background: #c80303;
}
#section-revue-left .article-details {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  #section-revue-left .article-details {
    padding-right: 75px;
  }
}
#section-revue-left .section-title .title {
  text-transform: uppercase;
}
#section-revue .home-article {
  background: transparent;
  border: 0 none;
}
#section-revue .home-article .model-image .click-img {
  border-radius: 8px;
}
#section-revue .home-article .desc {
  padding: 0 !important;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: left;
}
#section-revue .home-article .date_after_title {
  font-weight: 400;
  font-size: 16px;
  color: #ff3f3f;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
  color: #fff;
}
#section-revue .home-article .title {
  padding: 0 !important;
  font-weight: bold;
  font-size: 24px;
  color: #FFF;
  line-height: 36px;
  text-align: left;
  height: 167px;
}
#section-revue .home-article .title:hover {
  text-decoration: underline !important;
}
#section-revue .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}
#section-revue .desc {
  display: none !important;
}
@media (max-width: 991.98px) {
  #section-revue,
  #section-revue-left {
    padding-top: 0;
    height: auto;
    min-height: 0;
  }
  #section-revue .model-content .title,
  #section-revue-left .model-content .title {
    height: auto;
  }
  #section-revue .article-Model,
  #section-revue-left .article-Model {
    height: auto !important;
  }
  #section-revue .section-more,
  #section-revue-left .section-more {
    position: relative;
  }
  #section-revue-left {
    padding-bottom: 15px;
  }
}
/* ####################### 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: #999999;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom #footer-socials * {
  color: #323a45;
}
/* css footer */
.footer-title {
  font-size: 12px;
  margin: 15px 0 20px;
  text-transform: uppercase;
}
.subscribe {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  max-width: 245px;
}
.subscribe-field {
  border-radius: 3px;
  width: 100%;
  height: 50px;
  padding: 0 100px 0 20px;
  border: none;
  background: #fff;
  color: #969a9b !important;
  border-radius: 0;
  -webkit-appearance: none;
}
.subscribe-btn {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  border: none;
  color: #ffffff !important;
  font-weight: bold;
  border-left: 1px solid #d0d0d0;
  border-radius: 0;
  -webkit-appearance: none;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  background: #c80303;
}
.subscribe-btn:hover {
  background: #323a45;
}
#footer-middle {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#footer-middle .subscribe .subscribe-btn {
  font-weight: bold !important;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 220px;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle {
    padding: 55px 0  !important;
  }
  #footer-middle .logos-left img {
    width: 235px !important;
    margin-top: 30px;
    max-width: 235px !important;
  }
  #footer-middle * {
    color: #fff;
    font-size: 13px;
  }
  #footer-middle h4 {
    display: block;
    margin: 0  0 12px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px !important;
  }
  #footer-middle #footer-socials {
    display: block;
  }
  #footer-middle #footer-socials li {
    margin: 0 3px 0 0;
  }
  #footer-middle #footer-socials li i {
    font-size: 16px;
  }
  #footer-middle .list-liens li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-liens a {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
  }
  #footer-middle .list-liens a:before {
    content: '> ';
  }
  #footer-middle .list-liens a:hover {
    text-decoration: underline !important;
  }
  #footer-middle .subscribe {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
  }
  #footer-middle .subscribe-field {
    border-radius: 6px;
    width: 100%;
    height: 50px;
    padding: 0 100px 0 20px;
    border: none;
    background: #fff;
    color: #969a9b !important;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #footer-middle .subscribe-btn {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    border: none;
    color: #ffffff !important;
    font-weight: bold;
    border-left: 1px solid #d0d0d0;
    border-radius: 0;
    -webkit-appearance: none;
    height: 100%;
    background: #c80303;
    overflow: hidden;
    display: inline-block;
  }
  #footer-middle .subscribe-btn:hover {
    border: 2px solid #c80303;
    color: #c80303 !important;
    background: #fff;
  }
  #footer-middle .liens-footer {
    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-rs-div,
  #footer-middle h4.footer-title {
    text-align: center;
    padding-bottom: 15px !important;
  }
  .footer-title,
  .subscribe {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #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 --------------------------- */
.menu-open .header-navigation .nav-wrapper {
  background: #323a45;
  z-index: 99;
}
