/* COULEURS */
/*
Sont définie en global, parématrables dans l'admin :
- main_color_1
- main_color_2
*/
/* RESPONSIVE */
/* je sete des variale en utilisant celles de bootstrapo */
/* HEADEER */
/* couleur des textes */
/* Les chartes ont souvent 3 couleurs principales et pas 2 */
/* Maintenant on peut, à partir de ces 3 couleurs, définir les couleurs utilisées sur les différences composants */
/* Section annuaire fond formulaire */
/* FOOTER */
/* block dateSide */
/* ################################# DEBUT PROJET ################################################### */
/* ajout une css extern "Google font " */
/*
protected function modifyContext($context2 = array(), $widgetsRight = true)
{
    foreach ($GLOBALS as $key => $val)
    global ${$key};
    
    $context2 = parent::modifyContext($context2);
    $context2['header']['other_css'] = array();
    $context2['header']['other_css'][] = "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap";
    return $context2;
}

*/
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Lato', sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media (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: 'Lato', sans-serif;
  color: #333333;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 40px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  font-size: 24px;
  color: #333333 !important;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.home-section.section-default .section-title .line {
  background: #00a295 !important;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  .services-titre {
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
}
@media (min-width: 1200px) {
  .home-section.section-default .section-more {
    margin-right: 30px;
  }
}
.home-section.section-default .section-more:hover a {
  background: #00a295;
  border-color: #00a295;
  color: #fff;
}
.home-section.section-default .section-more a {
  border-color: #00a295;
  color: #00a295;
  padding: 15px 33px;
  border-radius: 24px;
  text-transform: none;
  font-size: 16px;
}
.home-section.section-default .section-more.liens_all_2:hover a {
  background: #068b81 !important;
  color: #fff !important;
}
.home-section.section-default .section-more.liens_all_2 a {
  border-color: #068b81 !important;
  color: #068b81 !important;
}
.home-section.section-default .section-more.liens_all_3:hover a {
  background: #fff;
  border-color: #fff;
  color: #00a295 !important;
}
.home-section.section-default .section-more.liens_all_3 a {
  border-color: #fff !important;
  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: 767.98px) {
  .search-toggle-wrapper .search-toggle {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
.btn-adherer-wrapper .icon {
  color: #fff;
}
@media (min-width: 1200px) {
  .btn-adherer-wrapper .icon {
    margin-right: 5px;
  }
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  display: block;
}
.btn-inscription-wrapper .icon {
  color: #fff;
  margin-right: 5px;
}
.btn-inscription-wrapper .icon:before {
  content: "\f1ea";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  display: block;
}
.btn-inscription-wrapper:hover .icon {
  color: #968C73;
}
@media (min-width: 1200px) {
  header .bar .NA_connexion > a.btn:hover > span,
  header .bar .NA_connexion > .connexion-np:hover > span,
  header .bar .NA_connexion:hover > span,
  header .bar .NA_connexion > a.btn:focus > span,
  header .bar .NA_connexion > .connexion-np:focus > span,
  header .bar .NA_connexion:focus > span,
  header .bar .NA_connexion > a.btn:active > span,
  header .bar .NA_connexion > .connexion-np:active > span,
  header .bar .NA_connexion:active > span {
    color: #00a295 !important;
  }
  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;
    border: 1px solid;
    width: 94px;
    text-align: center;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
  }
  header .bar .socials li.rs-append a:hover {
    color: #00a295;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .socials li + li {
    margin-left: 5px;
  }
  header .bar .inline-div-section-wrapper {
    display: block;
  }
  header .bar .inline-div-section-wrapper .inline-div-section {
    float: right;
    flex: unset;
  }
  header .bar .inline-div-section-wrapper .inline-div-section.socials-wrapper {
    float: left;
  }
  header .bar .socials.rs-nolabels a:hover,
  header .bar .shopping-cart a:hover,
  header .bar .search-toggle:hover,
  header .bar .socials.rs-nolabels a:active,
  header .bar .shopping-cart a:active,
  header .bar .search-toggle:active,
  header .bar .socials.rs-nolabels a:focus,
  header .bar .shopping-cart a:focus,
  header .bar .search-toggle:focus {
    color: #fff;
  }
  header .bar .socials.rs-nolabels a i,
  header .bar .shopping-cart a i,
  header .bar .search-toggle i {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding-top: 11px;
  }
  header .bar .header-search-mobile {
    left: -324px !important;
  }
  header .bar .search-wrapper,
  header .bar .inline-div-section {
    height: 40px;
  }
  header .bar .btn-inscription-wrapper,
  header .bar .btn-don-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-adherer-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 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 .btn-connexion-wrapper {
    border-color: #00a295 !important;
  }
  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 .login-small-thumb,
  header .bar .NA_connexion > .connexion-np .login-small-thumb,
  header .bar .NA_connexion .login-small-thumb {
    margin: 2px !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #00a295;
  }
  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 .NA_connexion {
    border-color: #00a295;
  }
  header .bar .btn-adherer-wrapper a > .fa,
  header .bar .btn-adherer-wrapper a > .fas,
  header .bar .btn-inscription-wrapper a > .fa,
  header .bar .btn-inscription-wrapper a > .fas,
  header .bar .btn-inscription-wrapper .topbar-btn-icon,
  header .bar .btn-inscription-wrapper .topbar-btn-icon,
  header .bar .connexion-btn > .fa.faicon_user,
  header .bar .connexion-btn > .fas.faicon_user {
    display: inline-block !important;
    font-size: 16px !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: inherit;
  }
  header .bar .btn-adherer-wrapper {
    background: #00a295;
    border-color: #00a295;
  }
  header .bar .btn-adherer-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
  }
  header .bar .btn-adherer-wrapper .topbar-btn-icon {
    display: inline-block !important;
    width: 26px;
  }
  header .bar .btn-adherer-wrapper .icon:before {
    content: "\f2b5";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 16px;
    display: block;
  }
  header .bar .btn-adherer-wrapper a:hover,
  header .bar .btn-adherer-wrapper a:active:hover,
  header .bar .btn-adherer-wrapper a:visited:hover {
    color: #00a295;
  }
  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: #00a295;
  }
  header .bar .btn-inscription-wrapper {
    background: #968C73;
    border-color: #968C73;
  }
  header .bar .btn-inscription-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
  }
  header .bar .btn-inscription-wrapper:hover > .btn {
    color: #968C73 !important;
  }
  header .logo {
    display: inline-block;
    width: 97px;
    height: 107px;
  }
  header .logo a {
    display: inline-block;
    width: 97px;
    height: 107px;
  }
  header .logo a img {
    margin: 5px;
    max-height: 107px;
    margin-left: -12px;
  }
}
/* ------- 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: 18px;
    text-align: right;
    letter-spacing: .6px;
    color: #0b2c40;
    line-height: 57px;
    text-transform: uppercase;
  }
  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%;
    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: #00a295;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #00a295;
    width: 50px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .socials .header-links {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
  }
  header .socials .header-links:before {
    position: relative;
    float: left;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #333333;
    margin: 0 7px;
  }
  header .socials .header-links a:hover {
    color: #000 !important;
    text-decoration: underline !important;
  }
}
/* ------- 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, 0, 0, 0.65);
  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: #00a295 !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;
  }
}
@media (max-width: 767.98px) {
  .carousel-wrapper .article-carousel .model-image {
    background: #0b2c40;
  }
  .model-ratio-image .containerImg .click-img .newsImg {
    max-width: 100% !important;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# Event  ############################################ */
#section-events .model-image .date {
  background-color: #00a295;
  height: 102px;
  width: 102px;
}
#section-events .model-image .date .dateDay {
  font-size: 36px;
  display: block;
  line-height: 42px;
}
#section-events .model-image .date .dateMonth {
  font-size: 25px;
  display: block;
  line-height: 22px;
}
#section-events .model-image .date .dateYear {
  display: none;
}
#section-events .home-article {
  border: 0 none;
}
#section-events .home-article .location {
  bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: #00a295;
  position: absolute;
}
#section-events .home-article .title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  text-align: left;
  padding: 0;
  margin: 60px 30px 40px;
}
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-events .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 20px;
}
#section-events .home-article .readmore-wrapper a {
  font-size: 16px;
  float: left;
  margin-left: 20px;
  font-weight: bold;
}
#section-events .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-events .home-article .readmore-wrapper a:hover i {
  margin-left: 20px;
}
/* --------------------------------  END Event ------------------------------------------------*/
/* ################################# LIES  ############################################ */
#section-liens_simple .lien {
  display: block;
  height: 200px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #fff;
  margin: 0 15px;
}
#section-liens_simple .lien .fas {
  padding-top: 30px;
  margin: 0;
  font-size: 60px;
  height: 120px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-liens_simple .lien i {
  display: block;
  width: 100%;
  height: 106px;
}
#section-liens_simple .lien:hover {
  background: #fff;
  border-color: #068b81;
  color: #00a295;
}
@media (max-width: 767.98px) {
  #section-liens_simple .lien {
    margin: 15px;
  }
}
/* --------------------------------  END LIENS --------------------------------------------------*/
/* ################################# Actus  ############################################ */
#section-nominations .section-title .line,
#section-actus .section-title .line {
  background: #fff !important;
}
#section-nominations .section-title .title,
#section-actus .section-title .title {
  color: #fff !important;
}
#section-nominations .home-article,
#section-actus .home-article {
  border: 0 none;
}
#section-nominations .home-article .model-content .date,
#section-actus .home-article .model-content .date {
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 20px;
  text-transform: none;
  position: absolute;
  font-size: 16px;
  color: #646464;
  line-height: 20px;
}
#section-nominations .home-article .title,
#section-actus .home-article .title {
  position: absolute;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  text-align: left;
  padding: 0;
  margin: 40px 20px ;
}
#section-nominations .home-article .model-image,
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-nominations .home-article .readmore-wrapper,
#section-actus .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 20px;
}
#section-nominations .home-article .readmore-wrapper a,
#section-actus .home-article .readmore-wrapper a {
  font-size: 16px;
  float: left;
  margin-left: 20px;
  font-weight: bold;
}
#section-nominations .home-article .readmore-wrapper a i,
#section-actus .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-nominations .home-article .readmore-wrapper a:hover i,
#section-actus .home-article .readmore-wrapper a:hover i {
  margin-left: 20px;
}
#section-nominations .section-more a,
#section-actus .section-more a {
  background-color: #fff;
  color: #00a295;
  border-color: #fff;
}
#section-nominations .section-more a:hover,
#section-actus .section-more a:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
@media (min-width: 1200px) {
  #section-nominations .col-article {
    padding: 0 30px 0 0 !important;
  }
}
/* --------------------------------  END Actus ------------------------------------------------*/
/* ################################# ANNUAIRE  ############################################ */
#annuaire-express-wrapper {
  background: #968c73;
}
#section-gmap .recherche_avancee {
  display: none !important;
}
#section-gmap .section-title {
  color: #fff;
}
#section-gmap .section-title .title {
  color: #fff !important;
}
#section-gmap .section-title .line {
  background-color: #fff !important;
}
#section-gmap #recherche_annuaire_express > .input-group {
  width: 100%;
  border: 1px solid #adadad;
  border-radius: 30px;
  overflow: hidden;
  height: 60px;
}
#section-gmap #recherche_annuaire_express > .input-group > .form-control {
  margin: 0 !important;
  height: 60px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 85px;
  padding-left: 20px;
  font-size: 15px;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon {
  padding: 0;
  background: #00a295;
  position: absolute;
  width: 145px;
  height: 50px;
  right: 5px;
  top: 5px;
  margin: 0;
  z-index: 999;
  border-radius: 30px;
  border: 0 none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon:hover {
  background: #068b81;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a {
  display: block;
  width: 145px;
  font-size: 16px;
  line-height: 50px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a .fas {
  display: none !important;
}
#section-gmap .section-title .title {
  font-size: 24px;
  text-align: left;
  line-height: 2.5em;
  margin: 0 !important;
}
#section-gmap .section-title .line {
  float: left;
  width: 70px;
}
#section-gmap .section-body {
  padding: 0;
  background: transparent;
  width: 100%;
  max-width: 100%;
}
#section-gmap .section-body .intro {
  display: none;
}
#section-gmap .section-body .section-title {
  float: left;
  width: 100%;
}
#section-gmap .section-body .search {
  float: right;
  width: 100%;
}
#section-gmap .gmap-form-container {
  padding: 30px 0;
}
@media (min-width: 1200px) {
  #section-gmap .gmap-form-container {
    height: 200px;
    padding: 0;
  }
  #section-gmap .section-body {
    top: 70px;
    padding: 0;
    background: transparent;
    width: 100%;
    max-width: 100%;
  }
  #section-gmap .section-body .section-title {
    float: left;
    width: 33.33%;
  }
  #section-gmap .section-body .search {
    float: right;
    width: 66.66%;
  }
}
/* --------------------------------  END ANNUAIRE --------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#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.03);
  transition: background .3s;
  border-radius: 8px;
}
#section-emploi .home-article:hover {
  background: rgba(0, 162, 149, 0.1);
  border: 1px solid #00a295;
}
#section-emploi .home-article .title {
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  position: relative;
}
#section-emploi .home-article .title .entreprise {
  position: absolute;
  top: 107px;
  font-size: 16px;
  color: #968c73;
}
#section-emploi .home-article .date {
  text-transform: none;
  font-size: 16px;
  color: #5A7184;
  line-height: 18px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 15px;
}
#section-emploi .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
  left: 0 !important;
}
#section-emploi .readmore-wrapper a {
  background-color: transparent;
  color: #00a295;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
  font-weight: bold;
  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;
  }
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/*
Config PHP
// module_asso/cms/src/classes/FrontController.php
public static function getFooterConfig() {
    $res = parent::getFooterConfig();

    $res['show_logo'] = true;
    $res['mode'] = 'simple-one';
    $res['tel_prefix'] = '';
    $res['logo_footer'] = 'logo-footer.png';

    $res['footer_links'] = array();
    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 #footer-socials li {
  padding: 0 0 0 15px !important;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #fff;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-middle {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle {
    height: 180px;
    border-bottom: 1px solid #968C73;
  }
  #footer-middle .list-inline.liens-footer {
    margin: 0;
    top: 51px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 580px;
    text-align: justify;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-logos-left {
    margin-left: 0;
    padding: 0;
  }
  #footer-logos-left .logos-left {
    max-width: 93px;
    padding: 15px 0;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 101px !important;
  }
}
@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;
  }
}
.liens-footer-ecole {
  text-transform: uppercase;
  margin: 30px 15px 0 0 !important;
}
.liens-footer-ecole > li {
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.liens-footer-ecole > li a:hover {
  text-decoration: underline !important;
}
@media (min-width: 992px) {
  .liens-footer-ecole {
    margin: 4px 15px 0 0 !important;
  }
  .liens-footer-ecole > li {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .liens-footer-ecole li:after {
    position: absolute;
    right: -5px;
    top: 0;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #999;
  }
}
/* --------------------- end FOOTER --------------------------- */
