/* COULEURS */
/*
Sont définie en global, parématrables dans l'admin :
- main_color_1
- main_color_2
*/
/* RESPONSIVE */
/* je sete des variale en utilisant celles de bootstrapo */
/* HEADEER */
/* couleur des textes */
/* Les chartes ont souvent 3 couleurs principales et pas 2 */
/* Maintenant on peut, à partir de ces 3 couleurs, définir les couleurs utilisées sur les différences composants */
/* Section annuaire fond formulaire */
/* FOOTER */
/* block dateSide */
/*
INDEX :

PROJET
variables less
fonts
boutons read more
css projet

MAIN CAROUSEL
config PHP
variables less
main-carousel
@min-lg

Liens
variable less
CSS

NEWS 
config PHP
css

PORTRAITS
config PHP
css



CHIFFRES
config PHP
css

FOOTER
config PHP
variables less
css footer

*/
/* ################################# DEBUT PROJET ################################################### */
/* ajout une css extern "Google font " */
/*
protected function modifyContext($context2 = array(), $widgetsRight = true)
{
    foreach ($GLOBALS as $key => $val)
    global ${$key};
    
    $context2 = parent::modifyContext($context2);
    $context2['header']['other_css'] = array();
    $context2['header']['other_css'][] = "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap";
    return $context2;
}

*/
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  -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: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: bold;
}
.home-section.section-default .section-title.side-title .title {
  color: #e2007a !important;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #000 !important;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  color: #000000 !important;
  line-height: 33px;
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .home-section.section-default .section-title .title {
    padding-left: 15px;
  }
}
#section-actus.home-section.section-default .section-title .title,
#section-portraits.home-section.section-default .section-title .title,
#section-services-left.home-section.section-default .section-title .title {
  padding-left: 0 !important;
}
body .home-section.section-default .section-more a {
  border-radius: 4px;
  padding: 0 25px;
  height: 48px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 48px;
}
body .home-section.section-default .section-more.btn-reverse a {
  background: #e2007a;
  color: #fff;
}
body .home-section.section-default .section-more.btn-reverse a:hover {
  background: #fff;
  color: #e2007a;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    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: #000000;
  }
}
.bar .btn-don-wrapper .btn-adherer-label,
.bar .btn-inscription-wrapper .btn-adherer-label,
.bar .btn-connexion-wrapper .btn-adherer-label,
.bar .btn-recruteur-wrapper .btn-adherer-label,
.bar .btn-adherer-wrapper .btn-adherer-label,
.NA_connexion > a.btn,
.NA_connexion > .connexion-np,
.bar .shopping-cart .btn-adherer-label {
  font-weight: 500 !important;
}
.bar {
  font-size: 16px;
}
.bar .btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 16px;
  display: block;
}
.bar .header-mibile-bar {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.bar .list-liens li {
  line-height: 40px;
  position: relative;
  padding: 0  17px;
  display: block;
  float: left;
}
.bar .list-liens li a {
  font-size: 12px;
}
.bar .list-liens li:before {
  content: '';
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #000000;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
.btn-adherer-wrapper .btn-adherer-label {
  display: inline-block;
  width: auto;
  font-weight: 500 !important;
  letter-spacing: -0.2px;
}
.btn-adherer-wrapper .topbar-btn-icon {
  display: inline-block !important;
  width: 26px;
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  display: block;
  color: #000 !important;
}
.btn-adherer-wrapper:hover a,
.btn-adherer-wrapper:active:hover a,
.btn-adherer-wrapper:visited:hover a {
  color: #7ab51d;
  color: #fff;
}
.btn-adherer-wrapper:hover a .icon:before,
.btn-adherer-wrapper:active:hover a .icon:before,
.btn-adherer-wrapper:visited:hover a .icon:before {
  color: #7ab51d;
}
@media (min-width: 1200px) {
  body .logo .logo-a {
    height: 90px;
    width: 152px;
    position: absolute;
    padding: 15px 0;
  }
  body .logo .logo-a .logo-img {
    width: 152px;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
  }
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 220px !important;
  }
  header .list-lien {
    position: relative;
    padding-left: 15px !important;
    margin-left: 15px !important;
    font-size: 13px;
  }
  header .list-lien.newsletter {
    margin-right: 5px;
  }
  header .list-lien.newsletter a {
    border: 1px solid #7ab51d;
    color: #7ab51d;
    padding: 3px 15px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  header .list-lien.newsletter a:hover {
    background: #7ab51d;
    color: #fff;
  }
  header .list-lien:before {
    content: '';
    height: 15px;
    position: absolute;
    left: 0;
    background-color: #000000;
    width: 1px;
    top: 0;
    display: inline-block;
    margin-top: 12px;
  }
  header .NA_connexion .connexion-btn > span {
    font-size: 16px;
  }
  header .btn-adherer-wrapper.bar-btn-2 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }
  header .btn-adherer-wrapper.bar-btn-2:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #000000;
  }
  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-inscription-wrapper {
    max-width: 120px !important;
    padding: 0 30px 0 0;
    position: relative;
    margin-right: 20px;
    color: #000000;
    background-color: transparent !important;
  }
  header .bar .btn-inscription-wrapper a {
    display: flex !important;
    justify-content: center;
    color: #000000 !important;
  }
  header .bar .btn-inscription-wrapper a .btn-adherer-label {
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper a .topbar-btn-icon {
    display: block !important;
  }
  header .bar .btn-inscription-wrapper a i.icon {
    font-size: 16px !important;
    padding: 10px;
  }
  header .bar .btn-inscription-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #0000003;
  }
  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: #000000;
  }
  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: #e2007a !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 {
    content: '';
    height: 2px;
    background: #7ab51d;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header .NA_connexion .connexion-btn > span {
    margin-left: 20px !important;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .logo > a img {
    max-height: 120px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 120px !important;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 15px;
    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: #000000;
    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: #7ab51d;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #7ab51d;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# site_header ################################################### */
/*
$content = array(
'section' => array(
'type' => 'default',
'col' => '12',
'id' => 'section-header'
),
'article' => array(
'type' => 'site_header',
),

'source' => array(
'name' => 'Standard::getLocalPage',
'article' => 'site_header'
),
'geometry' => array('w' => 1),
'carousel' => false,
'class' => 'no-padding-sides'

);
$rows[] = array(
'contents' => array($content),
'id' => 'row-header',
'background' => array(
'img' => "/ressources/css/images/header". \NAConst::get('ECOLE_SITE') .".jpg"
)
);

*/
#row-header {
  background-position: top center;
}
#section-header {
  min-height: 300px;
}
#section-header .header-phrase {
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-align: center;
  text-transform: none;
}
#section-header .site_header-actions {
  margin-top: 50px;
}
#section-header .cta-header {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  font-weight: bold;
  white-space: nowrap;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 211px;
  margin-bottom: 15px;
}
#section-header .cta-header.fill {
  border: 1px solid #e2007a;
  background-color: #e2007a;
  width: 170px;
}
#section-header .cta-header:hover {
  border: 1px solid #7ab51d;
  background-color: #7ab51d;
}
@media (min-width: 1200px) {
  #section-header {
    height: 750px;
    padding-top: 90px;
  }
}
#section-header .header-text .title {
  text-align: left;
  top: 155px;
  position: absolute;
  left: 30px;
}
#section-header .header-text .title > div > span {
  color: #fff !important;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  text-align: left;
  display: block;
  float: left;
  clear: both;
  padding: 1px 25px;
}
#section-header .header-text .title .color1 span {
  background-color: #7ab51d !important;
  font-size: 42px;
  line-height: 72px;
  font-weight: 800;
}
#section-header .header-text .title .color2 span {
  background-color: #e2007a !important;
  font-size: 24px;
  line-height: 32px;
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 25px;
}
@media (max-width: 1199.98px) {
  #section-header .header-text .title {
    height: 375px !important;
    top: 30px;
  }
  #section-header .header-text .title .color1 span {
    font-size: 27px;
    line-height: 1.6em;
    padding: 2px 10px;
  }
  #section-header .header-text .title .color2 span {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 5px;
    padding: 10px;
  }
}
@media (max-width: 1199.98px) {
  #section-header {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  #section-header {
    height: 375px !important;
    padding-top: 60px;
  }
  #section-header .color1 span {
    font-size: 22px !important;
  }
}
/* --------------------------------  END SITE HEADER --------------------------------------------------*/
/* ################################# liens top ####4############################################### */
#section-lienstop {
  padding: 60px 0;
}
#section-lienstop .col-article > a.lien {
  color: #5a7184;
  display: flex;
  height: 125px;
  position: relative;
  background-color: #fff;
  border: 1px solid #ECEEF2;
  border-radius: 63px;
  padding: 20px;
  transition: color .5s ;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  margin-right: 20px;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 13px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 24px;
}
#section-lienstop .col-article > a.lien .lien-title {
  font-size: 22px;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 4px;
}
#section-lienstop .col-article > a.lien:hover {
  color: #e2007a !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #e2007a;
}
@media (max-width: 767.98px) {
  #section-lienstop .col-article + .col-article {
    margin-top: 10px;
  }
  #section-lienstop .col-article * {
    font-size: 93% !important;
  }
}
@media (min-width: 768px) {
  #section-lienstop {
    text-align: center;
  }
  #section-lienstop .col-article {
    float: none;
    display: inline-block;
  }
}
/* --------------------------------  END LIENS --------------------------------------------------*/
/* ################################# liens services ####4############################################### */
@media (max-width: 767.98px) {
  .carousel-wrapper .article-carousel .model-image {
    background: #0b2c40;
  }
  #row-services .model-ratio-image .containerImg .click-img .newsImg {
    max-width: 100% !important;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  #row-services .home-section {
    padding-bottom: 30px;
  }
  #section-services-left .services-titre {
    margin-top: -15px;
  }
  #section-services-left .services-details {
    padding: 10px 100px 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #section-services-left {
    padding-top: 0;
  }
}
#section-services-left .section-title .title {
  font-size: 40px;
  color: #000000;
  line-height: 60px;
  font-weight: 700;
}
#section-services-left .services-details {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  text-align: left;
}
#section-services-left .col-article {
  position: relative;
  min-height: 485px;
}
#section-services-left .services-actions {
  position: absolute;
  bottom: 7px;
  margin-bottom: 0;
  left: 0;
  width: auto;
}
@media (min-width: 1200px) {
  #section-services-left .services-actions {
    padding-left: 15px;
  }
}
#section-services-left .services-actions .cta-1,
#section-services-left .services-actions .cta-2 {
  display: inline-block;
}
#section-services-left .services-actions .cta-1 a,
#section-services-left .services-actions .cta-2 a {
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
  border-radius: 8px !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #e2007a;
}
#section-services-left .services-actions .cta-1 a {
  background-color: transparent !important;
  color: #e2007a !important;
}
#section-services-left .services-actions .cta-1 a:hover {
  border-color: #e2007a;
  background: #e2007a !important;
  color: #fff !important;
}
#section-services-left .services-actions .cta-2 a {
  background-color: #e2007a;
  color: #fff !important;
}
#section-services-left .services-actions .cta-2 a:hover {
  border-color: #e2007a;
  color: #e2007a !important;
  background-color: transparent;
}
#section-services-right .col-article > a.lien .lien-text {
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
}
#section-services-right .col-article > a.lien .lien-text .lien-title {
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 10px;
}
@media (max-width: 1199.98px) {
  #section-services-left .services-actions {
    display: flex;
    margin-top: 30px;
    position: relative;
  }
  #section-services-left {
    padding-bottom: 15px;
  }
  #section-services-right {
    padding-top: 0;
  }
  #section-services-right .col-article {
    height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 224px !important;
  }
  .page-presentation .contenu {
    padding: 30px !important;
    line-height: 1.5em;
  }
  .page-presentation .contenu ul {
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  #section-services-right .col-article > a.lien .lien-text {
    font-size: 4vw !important;
    margin: 0;
  }
}
#section-services-right .col-article {
  margin: 0 auto 30px;
}
#section-services-right .col-article {
  color: #fff;
  height: 224px;
  max-width: 270px;
  position: relative;
  padding: 0;
}
#section-services-right .col-article > a.lien {
  transition: opacity .2s;
  background-position: center center;
  border-radius: 8px;
  height: 100%;
  padding-top: 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
#section-services-right .col-article > a.lien .lien-icon {
  font-size: 30px;
}
#section-services-right .col-article > a.lien .lien-titre {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
#section-services-right .col-article > a.lien .lien-desc {
  font-size: 18px;
}
#section-services-right .col-article > a.lien .lien-text {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 15px ;
  text-align: center;
}
@media (min-width: 1200px) {
  #section-services-right .col-article > a.lien .lien-text {
    font-size: 20px;
    line-height: 36px;
  }
}
#section-services-right .col-article > a.lien [class*=" fa-"] {
  font-size: 56px;
  display: block;
  margin-bottom: 45px;
}
#section-services-right .col-article > a.lien .services-details {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  text-align: left;
}
#section-services-right .col-article:hover .lien {
  color: #fff;
  opacity: .9;
  background-size: 102% !important;
}
@media (max-width: 1199.98px) {
  #section-services-right .col-article {
    margin: 0;
    border: 10px solid;
  }
}
/* --------------------------------  END services  --------------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs {
  padding-top: 30px;
  padding-bottom: 50px;
}
#section-compteurs .counter-mode-icon {
  font-size: 20px;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon {
  border: 0 none  ;
  border-radius: 0;
  padding: 0;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  font-size: 40px;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  background: transparent;
  color: #fff;
  padding: 0;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 60px;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .footer-bottom-coords .asso_coords + .asso_coords,
  .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  .footer-bottom-coords .asso_coords + .asso_coords > a,
  .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
.bggradient2_opa {
  background: linear-gradient(to right, rgba(122, 181, 29, 0.8), rgba(226, 0, 122, 0.8));
}
@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: #000000;
  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;
}
#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 {
  margin-left: 30px;
  color: #e2007a;
  font-size: 16px;
  float: left;
  font-weight: bold;
}
#section-actus .home-article .readmore-wrapper a.readMore i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-actus .home-article .readmore-wrapper a.readMore:hover i {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  #section-actus .home-article .date,
  #section-actus .home-article .readMore {
    margin-left: 15px;
  }
  #section-actus .home-article .section-actus {
    padding: 0;
  }
}
#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 {
  padding-bottom: 30px;
}
#section-events .col-article {
  padding: 0;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#section-events .model-image {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  margin: 0;
  padding: 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: #7ab51d;
  border-radius: 18px;
  padding: 0 15px;
  display: inline-block;
  height: 35px;
  position: absolute;
  top: 107px;
  left: 30px;
  font-weight: normal;
}
#section-events .home-article .model-content .location {
  top: -50px;
  bottom: unset;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#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;
  background: #e2007a;
  font-weight: bold;
}
#section-events .home-article .model-content .date .dateYear {
  display: none;
}
@media (max-width: 767.98px) {
  #section-events .home-article {
    padding: 0 15px 30px;
    margin: 0;
  }
  #section-events .home-article .model-content .date {
    right: 30px;
  }
}
#section-events .section-more {
  padding-left: 15px;
}
#section-events .section-more a {
  color: #e2007a !important;
  border-color: #e2007a;
}
#section-events .section-more:hover a {
  background: #e2007a;
  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;
  max-width: 400px;
  margin: auto !important;
}
@media (min-width: 1200px) {
  #section-events .section-title .title {
    padding-left: 15px;
  }
  #section-events .col-article {
    float: right;
    min-width: 400px;
  }
  #section-events.section-default .section-more a {
    color: #fff;
  }
  #section-events .section-more {
    margin-top: 40px;
    margin-left: -15px;
  }
  #section-events .home-content {
    margin-left: 15px;
    margin-right: 15px;
  }
  #section-events .home-article.article-Model {
    background-color: transparent !important;
  }
  #section-events .containerImg {
    padding-bottom: 66%;
  }
  #section-events .model-image.model-ratio-image {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  #section-events {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
/* --------------------------------  END ROW-EVENTS-NEWS --------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap {
  padding: 0;
  border: 0 none;
}
#section-gmap .recherche_avancee {
  display: block !important;
  position: absolute;
  z-index: 999;
  left: 0;
  top: -30px;
}
#section-gmap .recherche_avancee a {
  color: #7ab51d;
  font-size: 13px;
  letter-spacing: 0;
}
#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: #000000 !important;
  font-size: 28px;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 64px;
  text-align: left;
}
#section-gmap .section-title .title span {
  color: #e2007a !important;
}
@media (min-width: 1199.98px) {
  #section-gmap .section-title .title {
    max-width: 280px;
  }
}
#section-gmap .section-body {
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  #section-gmap .section-body {
    width: 100% !important;
    margin-top: 30px;
  }
}
#section-gmap .section-body .intro {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 15px;
  color: #888888;
}
#section-gmap .section-body .search {
  position: relative;
}
#section-gmap .section-body .search > form {
  text-align: left;
  height: 70px;
  margin-top: 15px;
}
#section-gmap .section-body .search > form > .input-group {
  width: 100% !important;
  position: absolute;
  bottom: 15px;
  overflow: hidden;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #888888  !important;
  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%;
  /*> span { display: block; color: @main_color_1 !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: 100%;
    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;
    max-width: calc(100% - 60px);
    padding-bottom: 150px;
  }
  #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 --------------------------------------------------*/
/* ################################# PORTRAITS ################################################### */
/* variables css */
/* css portraits */
@media (min-width: 1200px) {
  #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 {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    etter-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 --------------------------------------------------*/
#row-temoignage #section-temoignage * {
  color: #000 !important;
}
#row-temoignage #section-temoignage *::before,
#row-temoignage #section-temoignage *::after {
  color: #e2007a !important;
}
/* ####################### 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: #ffffff;
  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 */
#footer-middle {
  padding-top: 38px !important;
  padding-bottom: 9px !important;
}
#footer-middle .footer-logos-wrapper #footer-logo-1 .logo-img {
  max-width: 270px;
  max-height: 120px;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 .logo-img {
  max-width: 315px;
  max-height: 126px;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 220px;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle .footer-logos-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #footer-middle .footer-logos-wrapper .footer-logo {
    width: 50%;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-1 {
    padding-top: 30px;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-2 {
    padding-top: 15px;
  }
  #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-middle .list-inline li:first-child a {
    font-weight: 800;
  }
  #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 --------------------------- */
