/* 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: 'Sora', 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: 'Sora', sans-serif;
  color: #0b2c40;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 70px !important;
}
.home-section.section-default .section-title .title {
  color: #0b2c40 !important;
  font-size: 32px;
  line-height: 40px;
}
body .home-section.section-default .section-more a {
  display: inline-block;
  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 #008dd5;
  background: #008dd5;
  color: #fff;
}
body .home-section.section-default .section-more a:hover {
  border: 1px solid #008dd5;
}
@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%;
  }
  body .home-section.section-default .section-more a {
    display: inline-block;
    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 #008dd5;
    background: #008dd5;
    color: #fff;
  }
}
/* --------------------------------  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: 991.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: 0 18px 0 0;
  }
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  display: block;
}
@media (min-width: 1200px) {
  body.page .main-content-wrapper {
    padding-top: 40px;
  }
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
  }
  header .bar .socials li.rs-append a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
  }
  header .bar .socials li.rs-append a:hover {
    color: #00415e;
    border-color: #00415e;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .langs-wrapper {
    position: relative;
    margin-left: 15px !important;
    padding-left: 15px !important;
  }
  header .bar .langs-wrapper:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 12px;
    background-color: #fff;
    left: 0;
  }
  header .bar .langs-wrapper .lang_link.selected {
    color: #008dd5;
  }
  header .bar .langs-wrapper .lang_switcher {
    color: #fff;
  }
  header .bar .langs-wrapper .lang_switcher .switch-slider.round {
    background-color: #008dd5;
  }
  header .bar .langs-wrapper .lang_switcher .switch-slider.round:before {
    background-color: #fff;
  }
  header .bar .bar-btn-2 {
    width: 162px !important;
  }
  header .bar .bar-btn-2 a.btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .bar .bar-btn-2 a.btn-block > .topbar-btn-icon {
    margin: 0;
    top: 12px;
  }
  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: #00415e;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #00415e;
    padding-left: 23px;
    line-height: 30px;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 0;
    max-width: 28px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 28px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  header .bar .NA_connexion .faicon_user {
    position: absolute;
    left: 8px;
    top: 6px;
  }
  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 .search-toggle {
    position: relative;
    padding-right: 15px;
  }
  header .bar .search-toggle:after {
    content: '';
    width: 1px;
    height: 17px;
    top: 12px;
    position: absolute;
    right: 0;
    background: #fff;
  }
  header .bar .search-toggle:hover,
  header .bar .search-toggle:active,
  header .bar .search-toggle:focus {
    color: #008dd5;
  }
  header .bar .search-toggle i {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .bar .search-toggle .fas.fa-search {
    font-size: 16px;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding-top: 11px;
  }
  header .bar .header-search-mobile {
    left: -324px !important;
  }
  header .bar .search-wrapper,
  header .bar .inline-div-section {
    height: 40px;
  }
  header .bar .btn-inscription-wrapper,
  header .bar .btn-don-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-adherer-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 3px !important;
    flex: unset;
    text-transform: none;
    line-height: 28px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 185px;
    margin-left: 15px;
    border: 1px solid ;
    font-size: 16px;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #ffffff;
  }
  header .bar .NA_connexion > a.btn:hover > span,
  header .bar .NA_connexion > .connexion-np:hover > span,
  header .bar .NA_connexion:hover > span {
    color: #fff;
  }
  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: 0 !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #fff !important;
  }
  header .bar .btn-don-wrapper > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-adherer-wrapper > a,
  header .bar .btn-adherer-label {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
    border-color: #fff;
  }
  header .bar .btn-adherer-wrapper {
    border-color: #008dd5;
  }
  header .bar .btn-adherer-wrapper:hover {
    border-color: #fff;
  }
  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 {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    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 {
    background-color: #00415e;
    color: #fff;
  }
  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: #fff;
  }
  header .logo {
    display: inline-block;
    width: 172px;
    height: 120px;
    position: absolute;
  }
  header .logo a {
    display: inline-block;
    width: 172px;
    height: 120px;
  }
  header .logo a img {
    max-height: 120px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 29px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #00415e;
    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: #ffffff;
    background: #00415e;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #008dd5;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/*
Config PHP
// module_asso/cms/src/classes/Core/Controller/MainController.php
$content = array(
'section' => array(
'class' => 'no-padding',
'bt_more' => 'En savoir plus',
'id' => 'main-carousel'
),
'article' => array(
'type' => 'carousel',
'title_length' => 65,
'desc_length' => 0,
'img_size' => 'img_wide',
),
'source' => array(
'name' => 'Standard::getCarousel',
'limit' => 5,
),
'geometry' => array('w' => 1),
'carousel' => array(
'hauteur' => 500,
'fa5' => true,
'dots' => true,
'disable_arrows' => false,
'autoplay' => true,
'responsive' => false,
'article_img_disable_click' => true,
'bg_color' => '#000', 
'bg_opacity' => 0,
'color' => '#ffffff',
'display_desc' => true,
'content_width' => '170px',
'content_height' => '300px',
'content_align' => 'center',
'position' => '', 
'border_round' => '0',
'button' => false,
),
'class' => 'no-padding-sides-mobile big-arrows',
);
$rows[] = array(
'contents' => array($content),
'fullscreen' => true,
);

*/
/* variable less Carrousel */
#main-carousel .carousel-content {
  padding: 0;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  opacity: 1;
}
#main-carousel .carousel-content .link-entire-box {
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(0, 141, 213, 0.6);
  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: 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: #00415e !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 --------------------------------------------------*/
/* ################################# SERVICES ################################################### */
#section-services-left .section-title .line {
  display: block !important;
  position: absolute;
  width: 100px !important;
  height: 2px;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  #section-services-left .section-title .title {
    margin: 0 !important;
  }
  #section-services-left .section-title .line {
    margin-top: 8px;
  }
}
#section-services-left .lien i {
  color: #00415e !important;
}
#section-services-left .services-actions {
  display: flex;
}
#section-services-left .cta-1,
#section-services-left .cta-2 {
  display: inline-block;
}
#section-services-left .cta-1 a,
#section-services-left .cta-2 a {
  white-space: nowrap;
  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 #008dd5;
}
#section-services-left .cta-1 a {
  background-color: transparent !important;
  color: #008dd5 !important;
}
#section-services-left .cta-1 a:hover {
  border-color: #008dd5;
  background: #008dd5 !important;
  color: #fff !important;
}
#section-services-left .cta-2 a {
  background-color: #008dd5;
  color: #fff !important;
}
#section-services-left .cta-2 a:hover {
  border-color: #008dd5;
  color: #008dd5 !important;
  background-color: transparent;
}
@media (min-width: 1200px) {
  #section-services-left .services-details {
    padding: 30px 50px 0 0;
  }
}
#row-services #section-services-left {
  line-height: 24px;
}
#row-services #section-services-left .services-titre {
  font-size: 32px;
  line-height: 56px;
  color: #00415e;
  font-weight: bold;
}
#row-services #section-services-left .services-titre .title {
  font-size: 32px;
}
#row-services #section-services-left .services-details {
  min-height: 270px;
}
#row-services #section-services-left .services-actions {
  margin-top: 33px;
  width: auto;
}
#row-services #section-services-left .services-actions .cta-1,
#row-services #section-services-left .services-actions .cta-2 {
  display: inline-block;
  font-weight: 600;
}
#row-services #section-services-left .services-actions .cta-1 a,
#row-services #section-services-left .services-actions .cta-2 a {
  display: inline-block;
  margin-right: 15px;
  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 #008dd5;
  background: #008dd5;
  color: #fff;
}
#row-services #section-services-left .services-actions .cta-1 a:hover,
#row-services #section-services-left .services-actions .cta-2 a:hover {
  background-color: transparent;
  color: #008dd5;
}
@media (max-width: 767.98px) {
  #row-services #section-services-left .services-titre {
    color: #002f42 !important;
    line-height: 1.2em;
    font-size: 30px !important;
    font-weight: 600;
    margin: 20px 0 !important;
    text-align: left;
    width: 100%;
  }
}
#row-services #section-lienstop .col-article {
  margin: 0 auto 30px;
}
#row-services #section-lienstop .col-article {
  color: #fff;
  height: 224px;
  position: relative;
  padding: 0;
  max-width: 270px;
}
#row-services #section-lienstop .col-article > a.lien {
  padding: 0 !important;
  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;
}
#row-services #section-lienstop .col-article > a.lien .lien-text {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 20px ;
  text-align: center;
}
#row-services #section-lienstop .col-article > a.lien .lien-icon {
  font-size: 30px;
}
#row-services #section-lienstop .col-article > a.lien .lien-desc {
  font-size: 18px;
}
#row-services #section-lienstop .col-article > a.lien .model-ratio-image {
  background: #00415e;
}
#row-services #section-lienstop .col-article > a.lien .model-ratio-image .newsImg {
  opacity: .7;
}
@media (min-width: 1200px) {
  #row-services #section-lienstop .col-article > a.lien .lien-text {
    font-size: 24px;
  }
}
#row-services #section-lienstop .col-article > a.lien [class*=" fa-"] {
  font-size: 56px;
  display: block;
  margin-bottom: 45px;
}
#row-services #section-lienstop .col-article > a.lien .services-details {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  text-align: left;
}
#row-services #section-lienstop .col-article:hover .lien {
  color: #fff;
  opacity: .9;
  background-size: 102% !important;
}
@media (max-width: 767.98px) {
  #row-services #section-lienstop .col-article {
    margin: 0;
    border: 10px solid;
  }
}
@media (max-width: 1199.98px) {
  .col-article + .col-article .lien {
    margin-top: 30px;
  }
}
#section-liens_simple .lien {
  display: block;
  height: 200px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #fff;
  margin: 0 15px;
}
#section-liens_simple .lien .fas {
  margin: 0;
  font-size: 56px;
  height: 117px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-liens_simple .lien i {
  display: block;
  width: 100%;
  height: 106px;
}
/* --------------------------------  END SERVICES --------------------------------------------------*/
/* ################################# 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-left: 0 !important;
    color: #0b2c40 !important;
    margin-top: 105px;
    font-size: 32px;
    font-weight: 700;
    margin-left: 15px;
    letter-spacing: 0;
  }
  #section-portraits.home-section.section-default .section-title .line {
    background-color: #008dd5 !important;
  }
  #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 --------------------------------------------------*/
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  background: #008dd5 !important;
  border: 1px solid #008dd5 !important;
  border-radius: 4px;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  background: transparent !important;
  color: #008dd5 !important;
}
/* ################################# Actus  ############################################ */
#section-actus .slick-track {
  overflow: visible;
  padding-top: 5px;
  padding-bottom: 15px;
}
#section-actus .home-article {
  margin: 0 2px 5px;
  border: 0 none;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
#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;
  color: #00415e;
  text-transform: capitalize;
}
#section-actus .home-article .title {
  position: absolute;
  font-weight: 600;
  font-size: 20px;
  color: #5a7184;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 40px 20px ;
  color: #000000;
  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 {
  color: #008dd5;
  font-size: 16px;
  float: left;
  margin-left: 20px;
  font-weight: 700;
}
#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: 50px;
  right: 4px;
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  #section-actus.home-section.section-default .section-more.top_link {
    position: relative;
  }
  #section-actus .section-more {
    float: left;
  }
}
/* --------------------------------  END Actus ------------------------------------------------*/
/* ################################# groupes ################################################### */
/*
    
    $content = array(
    'section' => array(
    'type' => 'default',
    'col' => '12',
    'id' => 'section-communaute',
    ), 
    'article' => array(
    'type' => 'damier',
    ),
    
    'source' => array(
    'name' => 'Standard::getCarrouselItems',
    'limit' => 4,
    'type' => 'groupes',
    ), 
    
    'geometry' => array('w' => 4),
    'carousel' => true,
    'class' => 'no-gutters no-paddings'
    );
    $rows[] = array(
    'contents' => array($content),
    'class' => ' no-gutters no-paddings',
    'fullscreen' => true
    );
    */
#section-communaute {
  padding: 0;
}
#section-communaute .damier {
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
#section-communaute .damier .bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: width .3s, height .3s, top .3s, left .3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#section-communaute .damier:hover .bg-image {
  top: -15px;
  left: -15px;
  width: calc( 100% + 30px);
  height: calc( 100% + 30px);
}
#section-communaute .damier .damier-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
#section-communaute .damier .damier-content {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin: 80px 60px;
  font-weight: normal;
}
#section-communaute .damier .damier-content .damier-label {
  margin-top: 22px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  max-width: 210px;
}
#section-communaute .damier .damier-content .damier-icon img {
  min-width: 0;
  margin: auto;
}
#section-communaute .damier-label {
  font-family: 'Changa', sans-serif;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%);
}
#section-communaute .home-content .slick-initialized .slick-slide img {
  max-width: 125px !important;
  max-height: 115px;
  min-width: 0;
}
/* --------------------------------  END groupes ------------------------------------------------*/
/* ################################# 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 ------------------------------------------------*/
.simple_mode_2 .section-body .input-group-addon a {
  height: 56px;
  line-height: 55px;
  border: 2px solid #00415e;
}
.simple_mode_2 .section-body .input-group-addon a:hover {
  border-color: #00415e;
  color: #00415e;
  background: #fff !important;
}
/* ################################# MAIN EMPLOI ################################################### */
#section-emploi {
  padding-bottom: 20px;
}
#section-emploi .slick-track {
  overflow: visible;
  padding-top: 5px;
  padding-bottom: 15px;
}
#section-emploi.home-section.section-default .section-title .line {
  background-color: #fff !important;
}
#section-emploi.home-section.section-default .section-title .title {
  color: #fff !important;
}
@media (min-width: 1200px) {
  #section-emploi {
    padding-bottom: 60px;
  }
  #section-emploi .section-more.top_link {
    margin: 0;
    top: 80px;
    right: 0;
    z-index: 999;
  }
}
#section-emploi .model-image {
  display: none;
}
#section-emploi .date {
  bottom: 80px;
  left: 50px;
}
#section-emploi .article-Model .readmore-wrapper {
  left: 50px;
  bottom: 10px;
}
#section-emploi .home-article {
  padding: 30px;
  border: 0 none;
  background: #FFFFFF;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  transition: background .3s;
  border-radius: 7px;
}
#section-emploi .home-article:hover {
  background: rgba(255, 255, 255, 0.7);
}
#section-emploi .home-article .title {
  font-weight: 400;
  text-transform: none;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  color: #000000 !important;
}
#section-emploi .home-article .title .entreprise {
  position: absolute;
  top: 72px;
  font-size: 16px;
  color: #00415e !important;
}
#section-emploi .home-article .date {
  text-transform: none;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 15px;
  text-transform: capitalize;
}
#section-emploi .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
  left: 0 !important;
}
#section-emploi .readmore-wrapper a {
  background-color: transparent;
  color: #008dd5;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
  font-weight: 700;
  margin: 15px 30px;
  padding: 0;
}
#section-emploi .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-emploi .readmore-wrapper a:hover i {
  margin-left: 20px;
}
#section-emploi .section-more a {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
#section-emploi .section-more a:hover {
  background: #fff;
  color: #008dd5;
}
@media (max-width: 767.98px) {
  #section-emploi .date {
    bottom: 45px;
  }
  #section-emploi .article-Model .readmore-wrapper {
    bottom: 10px;
  }
  #section-emploi .section-more {
    position: relative;
  }
}
#section-emploi .home-article:hover {
  background: #fff !important;
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ####################### 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-rasso {
  display: none;
}
#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-socials * {
  color: #008dd5;
}
/* 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: #00415e;
}
.subscribe-btn:hover {
  background: #008dd5;
}
#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: 150px !important;
    margin-top: 30px;
    max-width: 172px !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: #00415e;
    overflow: hidden;
    display: inline-block;
  }
  #footer-middle .subscribe-btn:hover {
    border: 2px solid #00415e;
    color: #00415e !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 --------------------------- */
