/* 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: 'Barlow', sans-serif;
  color: #6a767b;
  -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: 'Barlow', sans-serif;
  color: #6a767b;
  font-weight: 700;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #e6322a !important;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  line-height: 33px;
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: 700 !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;
  }
}
.topbar-btn-icon {
  display: inline-block !important;
}
/* icone handchacke */
.btn-adherer-label {
  font-size: 16px;
  display: inline-block;
}
.btn-adherer-wrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .btn-adherer-wrapper {
    margin-right: 30px;
  }
  .btn-adherer-wrapper .icon {
    margin-right: 10px;
  }
  .btn-adherer-wrapper .icon:before {
    font-size: 16px;
    display: block;
  }
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.btn-adherer-wrapper:before,
.btn-adherer-wrapper:after {
  position: absolute;
  right: 0;
  top: 12px;
  content: '';
  height: 16px;
  width: 1px;
  background-color: #6a767b;
}
.btn-adherer-wrapper:before {
  left: 0;
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 20px 0 0;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
}
.bar {
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
  color: #1d2769;
}
.bar .rs-append {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
}
.bar .rs-append:hover {
  text-decoration: underline;
}
.bar .rs-append:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 16px;
  width: 1px;
  background-color: #6a767b;
}
.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: #6a767b;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
.NA_connexion .btn-inscription-wrapper a > .fa,
.NA_connexion .btn-inscription-wrapper a > .fas,
.NA_connexion .connexion-btn > .fa.faicon_user,
.NA_connexion .connexion-btn > .fas.faicon_user {
  color: #1d2769;
}
.header-search-mobile {
  border-top: 1px solid #dedede;
  background: #fff !important;
}
@media (min-width: 1200px) {
  body.home .logo .logo-a {
    background-color: #fff;
    height: 73.33333333px;
    width: 124px;
    position: absolute;
  }
  body.home .logo .logo-a .logo-img {
    padding: 0;
    margin-top: 25px;
    width: 124px;
    height: 73.33333333px;
    min-height: 73.33333333px;
  }
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 160px !important;
  }
  .bar .btn-connexion-wrapper span,
  .bar .btn-recruteur-wrapper span,
  .bar .btn-adherer-wrapper span {
    color: #1d2769;
  }
  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 {
    margin-right: 3px;
    color: #1d2769;
    margin-right: 10px;
    position: absolute;
    left: -15px;
    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: #6a767b;
    background-color: transparent !important;
  }
  header .bar .btn-inscription-wrapper a {
    display: flex !important;
    justify-content: center;
    color: #6a767b !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: #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: 700;
    font-size: 16px;
    text-align: right;
    color: #6a767b;
  }
  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: #e6322a !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: #1d2769;
    width: 50px;
    position: absolute;
    bottom: -5px;
    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: #e6322a;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #e6322a;
    height: 48px;
    padding: 0 28px;
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a:hover {
    background: #1d2769;
    border: 2px solid ;
    color: #fff;
    border-color: #fff;
  }
  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;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
/* ------- 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: 700;
    font-size: 16px;
    text-align: right;
    color: #1d2769;
    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:hover:after {
    content: '';
    height: 2px;
    background: #e6322a;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- 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;
  }
}
/* --------------------------------  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(29, 39, 105, 0.65);
  padding: 30px;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 700 !important;
  text-align: center;
  text-transform: none;
}
#section-header .site_header-actions {
  margin-top: 30px;
}
#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: 700;
  white-space: nowrap;
  text-transform: uppercase;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 211px;
  margin-bottom: 15px;
}
#section-header .cta-header.fill {
  border: 1px solid #e6322a;
  background-color: #e6322a;
  width: 170px;
}
#section-header .cta-header:hover {
  border: 1px solid #1d2769;
  background-color: #1d2769;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding-top: 161px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 515px;
    border-radius: 8px;
    padding: 50px 10px 70px;
    box-sizing: border-box;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section-header .cta-header.empty {
    margin-right: 25px;
    margin-bottom: 0;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
/*
$content = array(

'section' => array(
'type' => 'default',
'col' => '12',
'id' => 'section-lienstop',
),
'article' => array(
'type' => 'liens_simple_2',
),
'source' => array(
'name' => 'Standard::getCarrouselItems',
'type' => 'liens',
'limit' => 3,
),
'geometry' => array('w' => 3),
'class' => '',

'carousel' => false,
);

$rows[] = array(
'contents' => array($content),
'id' => 'row-liens'
);
*/
#section-lienstop {
  padding: 0 0 60px ;
}
#section-lienstop .col-article {
  margin-top: -65px;
}
#section-lienstop .col-article > a.lien {
  color: #6a767b;
  height: 215px;
  position: relative;
  border-radius: 8px;
  padding: 40px 0 30px;
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: color .5s ;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto ;
  border-radius: 50%;
  background: #e6322a;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-lienstop .col-article > a.lien .lienstop-img img {
  max-height: 45px;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 2px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  color: #5A7184;
}
#section-lienstop .col-article > a.lien .lien-title {
  margin: 10px 0 6px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  color: #1d2769;
  line-height: 32px;
  font-weight: 700;
}
#section-lienstop .col-article > a.lien:hover {
  background-color: #eef6f9;
  color: #1d2769 !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #1d2769;
}
@media (max-width: 767.98px) {
  #section-lienstop {
    padding-top: 60px !important;
  }
  #section-lienstop .col-article {
    margin-top: 0;
  }
  #section-lienstop .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END Lines --------------------------------------------------*/
/* ################################# Debut Apropos  ############################################ */
#section-apropos .apropos-image-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
}
#section-apropos .apropos {
  position: relative;
}
#section-apropos .apropos .title {
  padding-right: 100px;
  line-height: 45px;
  display: block;
}
#section-apropos .apropos .apropos-cta {
  display: block;
  position: relative;
  text-align: center;
  bottom: 0;
  background: #1d2769;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #1d2769;
  padding: 12px 20px;
  border-radius: 3px;
}
#section-apropos .apropos .apropos-cta:hover {
  background: #fff !important;
}
#section-apropos .apropos .apropos-cta:hover a {
  background: #fff !important;
  border: 0 none !important;
  color: #1d2769 !important;
}
#section-apropos .apropos .apropos-desc {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #5a5a5a;
  font-weight: 400;
  text-align: left;
  padding-right: 50px;
}
#section-apropos .apropos .apropos-desc p {
  text-align: left;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  #section-apropos:before {
    content: '';
    width: 100%;
    height: 450px;
    border-radius: 2px;
    background-color: #e6322a;
    position: absolute;
    right: -50%;
    top: 40px;
    z-index: 0;
  }
  #section-apropos .apropos .apropos-image-wrapper {
    width: 50%;
    text-align: right;
    justify-content: flex-end;
    min-height: 450px;
    overflow: hidden;
    display: flex;
  }
  #section-apropos .apropos-image {
    object-fit: cover;
    width: 80%;
  }
  #section-apropos .apropos .apropos-cta {
    position: absolute !important;
  }
}
/* --------------------------------  END Apropos ------------------------------------------------*/
.section-title .title {
  color: #1d2769 !important;
}
.home-section.section-default .section-more a,
.home-section.section-default .apropos-cta a {
  letter-spacing: 1px;
  font-size: 14px;
  padding: 12px 20px;
  padding-bottom: 12px;
  background: #1d2769;
  border-radius: 3px;
  border: 2px solid #1d2769 !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: #6a767b;
  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: #1d2769;
  font-weight: 700;
}
#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: #e6322a;
  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 .section-more {
    float: left;
  }
}
/* --------------------------------  END Actus ------------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs {
  padding-top: 60px;
  padding-bottom: 60px;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  margin: 0 15px;
  text-align: center;
  line-height: 108px;
  font-weight: 700;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .footer-bottom-coords .asso_coords + .asso_coords,
  .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  .footer-bottom-coords .asso_coords + .asso_coords > a,
  .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#section-emploi {
  padding-bottom: 60px;
}
#section-emploi .slick-track {
  overflow: visible;
  padding-top: 5px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  #section-emploi .section-more.top_link {
    margin: 0;
    top: 80px;
    right: 0;
    z-index: 999;
  }
}
#section-emploi .model-image {
  display: none;
}
#section-emploi.home-section.section-default .section-title {
  z-index: 999;
  position: relative;
  color: #fff;
  line-height: 50px !important;
}
#section-emploi.home-section.section-default .section-title .title {
  line-height: 50px;
  color: #fff;
}
#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: 700;
  text-transform: none;
  font-size: 20px;
  color: #1d2769;
  line-height: 30px;
  position: relative;
}
#section-emploi .home-article .title .entreprise {
  position: absolute;
  top: 72px;
  font-size: 16px;
  color: #6a767b;
}
#section-emploi .home-article .date {
  text-transform: none;
  font-size: 16px;
  color: #6a767b;
  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: #e6322a;
  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;
}
@media (max-width: 767.98px) {
  #section-emploi .date {
    bottom: 45px;
  }
  #section-emploi .article-Model .readmore-wrapper {
    bottom: 10px;
  }
  #section-emploi .section-more {
    position: relative;
  }
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ################################# PORTRAITS ################################################### */
/* 
// conf php 


*/
/* variables css */
/* css portraits */
@media (min-width: 1200px) {
  #portraits-row {
    background: linear-gradient(to right, #1d2769 0%, rgba(230, 50, 42, 0.7) 100%);
  }
  #section-portraits {
    padding: 80px 45px 70px 450px;
  }
  #section-portraits .section-title .line {
    background: #fff !important;
  }
  #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: 700;
  }
  #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 {
    color: #fff !important;
    margin-top: 80px;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    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 --------------------------------------------------*/
/* ####################### 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: #6a767b;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom #footer-socials * {
  color: #6a767b;
}
/* 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: #1d2769;
}
.subscribe-btn:hover {
  background: #e6322a;
}
.footer-rs-div {
  margin: 30px 0 0 0;
}
.footer-rs-div h4 {
  display: left;
  margin-right: 15px;
  float: left;
}
#footer-middle {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#footer-middle .footer-logos-wrapper {
  display: flex;
}
#footer-middle .footer-logos-wrapper > div {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
#footer-middle .footer-logos-wrapper #footer-logo-1 .logo-img {
  max-width: 100px;
  max-height: 100px;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 .logo-img {
  max-width: 100px;
  max-height: 100px;
}
#footer-middle .footer-logos-wrapper #footer-logo-3 .logo-img {
  max-width: 154px;
  max-height: 62px;
}
#footer-middle .subscribe .subscribe-btn {
  font-family: 'transat', sans-serif !important;
  font-weight: bold !important;
}
#footer-middle .liens-footer {
  margin-top: 15px;
}
@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 .list-inline li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-inline a {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
  }
  #footer-middle .list-inline a:before {
    content: '> ';
  }
  #footer-middle .list-inline a:hover {
    text-decoration: underline !important;
  }
  #footer-bottom .footer_apps {
    float: right;
    text-align: right;
  }
  #footer-bottom .footer_apps a {
    display: inline-block;
  }
  #footer-bottom .footer_apps a + a {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 101px !important;
  }
  #footer-logos {
    margin: 15px 0;
    text-align: center;
  }
  #footer-logos .logo-img {
    max-width: 80% !important;
  }
  #footer-logos .footer-logo {
    max-width: 40%;
    margin: auto;
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  #footer-socials {
    margin: 15px auto;
    float: none !important;
  }
  #footer-bottom .footer-row-inner {
    text-align: center;
  }
  #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  #footer-bottom .footer-row-inner .pull-left,
  #footer-bottom .footer-row-inner .pull-right {
    display: block;
    clear: both;
    text-align: center !important;
    float: none !important;
  }
  .footer-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 --------------------------- */
