@import "/ressources/css/fonts.css";
/* 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: 'Helvetica', sans-serif;
  color: #002f42;
  -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: 'Helvetica', sans-serif;
  color: #002f42;
  font-weight: bold;
}
body .home-section.section-default .section-more,
body .apropos-cta {
  width: auto;
  height: 52px;
  min-width: 215px;
}
@media (min-width: 1200px) {
  body .home-section.section-default .section-more,
  body .apropos-cta {
    margin-right: 30px;
  }
}
body .home-section.section-default .section-more a,
body .apropos-cta a {
  background: #c2a75f;
  border: 1px solid;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  padding: 17px 30px 13px;
}
body .home-section.section-default .section-more:hover a,
body .apropos-cta:hover a {
  background: #fff !important;
  border-color: #c2a75f;
  color: #c2a75f !important;
}
body .home-section.section-default .section-more.liens_all_2:hover a,
body .apropos-cta.liens_all_2:hover a {
  background: #5a7184 !important;
  color: #fff !important;
}
body .home-section.section-default .section-more.liens_all_2 a,
body .apropos-cta.liens_all_2 a {
  border-color: #5a7184 !important;
  color: #5a7184 !important;
}
body .home-section.section-default .section-more.liens_all_3:hover a,
body .apropos-cta.liens_all_3:hover a {
  background: #fff;
  border-color: #fff;
  color: #2d1a7f !important;
}
body .home-section.section-default .section-more.liens_all_3 a,
body .apropos-cta.liens_all_3 a {
  border-color: #fff !important;
  color: #fff;
}
body #section-revue-left .section-title .title,
body #section-articlesrevue .section-title .title,
body #section-annuaire .section-title .title,
body #section-applis .section-title .title,
body #section-gmap .section-title .title,
body #section-event .section-title .title,
body #section-events .section-title .title,
body #section-services-left .section-title .title,
body #section-actus .section-title .title,
body #section-revue-left .services-titre,
body #section-articlesrevue .services-titre,
body #section-annuaire .services-titre,
body #section-applis .services-titre,
body #section-gmap .services-titre,
body #section-event .services-titre,
body #section-events .services-titre,
body #section-services-left .services-titre,
body #section-actus .services-titre {
  font-family: 'Helvetica', sans-serif;
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  white-space: nowrap;
  color: #002f42;
}
body #section-revue-left .home-article,
body #section-articlesrevue .home-article,
body #section-annuaire .home-article,
body #section-applis .home-article,
body #section-gmap .home-article,
body #section-event .home-article,
body #section-events .home-article,
body #section-services-left .home-article,
body #section-actus .home-article {
  border-radius: 3px;
  overflow: hidden;
}
body #section-events .home-article,
body #section-events .model-image {
  border-radius: 3px;
  overflow: hidden;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 90px !important;
  background: #c2a75f;
}
.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 {
    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;
  }
}
/* --------------------------------  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:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 16px;
  display: block;
}
@media (max-width: 767.98px) {
  .btn-adherer-wrapper .icon:before {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  header .bar .socials li {
    line-height: 40px;
    color: #002f42;
    font-size: 19px;
  }
  header .bar .NA_connexion .connexion-np {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  header .bar .NA_connexion .connexion-np > span {
    font-weight: normal;
    text-align: center;
    width: calc(50%);
    color: #2d1a7f;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #2d1a7f;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    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 .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: #5a7184;
  }
  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: 26px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 185px;
    margin-left: 15px;
    border: 1px solid ;
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper .icon,
  header .bar .btn-don-wrapper .icon,
  header .bar .btn-recruteur-wrapper .icon,
  header .bar .btn-adherer-wrapper .icon,
  header .bar .btn-connexion-wrapper .icon {
    vertical-align: middle;
    margin-top: -1px;
  }
  header .bar .NA_connexion .connexion-btn > i {
    vertical-align: middle;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -1px !important;
  }
  header .bar .btn-adherer-wrapper {
    border-color: #002f42;
  }
  header .bar .btn-connexion-wrapper {
    border-color: #c2a75f;
  }
  header .bar div.NA_connexion .connexion-np:hover > span,
  header .bar div.NA_connexion .connexion-np:active > span,
  header .bar div.NA_connexion .connexion-np:focus > span,
  header .bar div.NA_connexion .connexion-np .active-btn span > span,
  header .bar div.NA_connexion .connexion-np .active-btn i > span {
    color: #fff !important;
    text-decoration: underline;
  }
  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: 26px !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;
    font-weight: normal;
    display: inline-block;
    line-height: 28px !important;
    height: 28px !important;
  }
  header .bar .NA_connexion > a.btn:hover,
  header .bar .NA_connexion > .connexion-np:hover,
  header .bar .NA_connexion:hover {
    color: #c2a75f;
    background: transparent !important;
  }
  header .bar .NA_connexion > a.btn:hover > span,
  header .bar .NA_connexion > .connexion-np:hover > span,
  header .bar .NA_connexion:hover > span {
    color: #c2a75f !important;
  }
  header .bar .NA_connexion > a.btn:hover > i,
  header .bar .NA_connexion > .connexion-np:hover > i,
  header .bar .NA_connexion:hover > i,
  header .bar .NA_connexion > a.btn:hover > a > span,
  header .bar .NA_connexion > .connexion-np:hover > a > span,
  header .bar .NA_connexion:hover > a > span {
    color: #c2a75f !important;
    background: transparent !important;
  }
  header .bar .NA_connexion > a.btn .fas,
  header .bar .NA_connexion > .connexion-np .fas,
  header .bar .NA_connexion .fas {
    height: 16px;
  }
  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 .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: #2d1a7f;
  }
  header .bar .btn-adherer-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
    font-weight: normal !important;
    padding-top: 1px;
  }
  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: #002f42;
  }
  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: #002f42;
  }
  header .logo {
    display: inline-block;
    width: 199px;
    height: 120px;
  }
  header .logo a {
    display: inline-block;
    width: 199px;
    height: 120px;
  }
  header .logo a img {
    display: inline-block;
    margin: 0;
    margin-top: 24px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .logo > a img {
    max-height: 120px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  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: #002f42;
    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: #2d1a7f;
  }
  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: #c2a75f;
    width: 50px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap {
  padding: 0;
  border: 0 none;
}
#section-gmap #map {
  border: 0 none;
}
#section-gmap .section-title {
  margin-bottom: 20px;
  border: 0 none;
}
#section-gmap .section-title .title {
  border: 0 none;
  color: #333 !important;
  font-size: 28px;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 64px;
  text-align: left;
}
#section-gmap .section-title .title span {
  color: #c2a75f !important;
}
#section-gmap .section-body {
  margin-left: 4px;
}
#section-gmap .section-body .intro {
  font-size: 16px;
  color: #002f42;
  line-height: 24px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 15px;
}
#section-gmap .section-body .search {
  position: absolute;
  bottom: 32px;
  width: calc( 100% - 60px);
  border: 1px solid #999;
  border-radius: 25px;
  overflow: hidden;
  height: 48px;
}
#section-gmap .recherche_avancee {
  display: none;
}
#section-gmap #recherche_annuaire_express {
  border: 0 none;
}
#section-gmap #recherche_annuaire_express > .input-group {
  border: 0 none;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  height: 48px;
}
#section-gmap #recherche_annuaire_express > .input-group > .form-control {
  border: 0 none;
  margin: 0 !important;
  height: 48px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 16px;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon {
  background: transparent;
  width: 40px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: 0;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a {
  color: #999;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a .fas {
  font-size: 16px;
  margin-top: 9px;
  margin-right: -5px;
}
#section-gmap .section-title .title > span {
  color: #2d1a7f !important;
}
@media (min-width: 992px) {
  #section-gmap.contentSquareFlat .section-body {
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 338px !important;
    top: 80px;
    background: #fff;
    color: #000;
    height: 350px;
    padding-top: 39px;
    border-radius: 40px;
  }
  #section-gmap.contentSquareFlat .section-body .title {
    font-size: 32px;
    letter-spacing: 0.2px;
    line-height: 42px;
    font-weight: 700;
  }
}
@media (max-width: 991.98px) {
  #section-gmap .section-title {
    margin: 0 !important;
  }
  #section-gmap .section-title .title {
    margin: 0 !important;
    padding: 0;
    line-height: 54px;
  }
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #000;
    width: 469px;
    height: auto;
    min-height: 260px;
    padding-top: 25px;
  }
}
@media (max-width: 767.98px) {
  #section-gmap .section-body {
    top: 65px;
  }
  #section-gmap .section-body .intro {
    padding-top: 0;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    line-height: 1.7em;
    letter-spacing: 0.7px;
    margin-top: 15px;
  }
  #section-gmap .section-body .search {
    position: absolute;
    bottom: 32px;
    width: calc( 100% - 58px);
  }
  #section-gmap .section-body .search [type="submit"] {
    font-size: 19px;
    font-weight: 900;
    line-height: 40px;
    font-family: 'magallanes_condextrabold', sans-serif;
  }
  #section-gmap .section-body .search [type="submit"] .fas {
    display: none;
  }
}
/* --------------------------------  END MAP --------------------------------------------------*/
/* ################################# ROW-NEWS  ################################################### */
#row-events-news {
  margin-top: 0;
}
#section-actus.home-section.section-default .section-more a {
  background: #002f42;
}
#section-actus.home-section.section-default .section-more a:hover {
  color: #002f42 !important;
  border-color: #002f42;
}
#section-articlesrevue,
#section-actus {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  #section-articlesrevue .home-content,
  #section-actus .home-content {
    padding-left: 0;
  }
}
#section-articlesrevue .col-article,
#section-actus .col-article {
  max-width: 397px;
}
#section-articlesrevue .home-article,
#section-actus .home-article {
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
  border: 0 none;
}
#section-articlesrevue .home-article .model-content .date,
#section-actus .home-article .model-content .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0;
  display: block;
  margin-left: 30px;
  text-transform: none;
  position: relative;
  color: #A4A4A4;
}
@media (max-width: 767.98px) {
  #section-articlesrevue .home-article .model-content .date,
  #section-actus .home-article .model-content .date {
    margin-left: 15px;
  }
}
#section-articlesrevue .home-article .title,
#section-actus .home-article .title {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  color: #002f42;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 15px 30px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #section-articlesrevue .home-article .title,
  #section-actus .home-article .title {
    font-size: 18px;
    line-height: 26px;
    margin-left: 15px;
  }
}
#section-articlesrevue .home-article .desc,
#section-actus .home-article .desc {
  padding: 30px;
  position: relative;
  bottom: 30px;
  text-align: left;
  color: #002f42;
}
@media (max-width: 767.98px) {
  #section-articlesrevue .home-article,
  #section-actus .home-article {
    height: auto;
  }
  #section-articlesrevue .home-article .desc,
  #section-actus .home-article .desc,
  #section-articlesrevue .home-article .title,
  #section-actus .home-article .title {
    margin: 0;
    padding: 30px 15px;
  }
}
#section-articlesrevue .home-article .model-image,
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-articlesrevue .home-article .readmore-wrapper,
#section-actus .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 30px;
}
#section-articlesrevue .home-article .readmore-wrapper a.readMore,
#section-actus .home-article .readmore-wrapper a.readMore {
  color: #002f42;
  font-size: 16px;
  float: left;
  margin-left: 30px;
  font-weight: bold;
}
#section-articlesrevue .home-article .readmore-wrapper a.readMore i,
#section-actus .home-article .readmore-wrapper a.readMore i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-articlesrevue .home-article .readmore-wrapper a.readMore:hover i,
#section-actus .home-article .readmore-wrapper a.readMore:hover i {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  #section-articlesrevue .home-article .readmore-wrapper a.readMore,
  #section-actus .home-article .readmore-wrapper a.readMore {
    margin-left: 15px;
  }
}
#section-articlesrevue .section-more,
#section-actus .section-more {
  float: right;
}
#section-articlesrevue .readmore-wrapper a.readMore {
  color: #c2a75f !important;
}
#section-revue-left .article-details {
  font-size: 20px;
  color: #002f42;
  line-height: 30px;
  font-weight: 400;
  max-width: 320px;
}
#section-revue-right .col-article {
  max-width: 403px;
}
#section-revue-right .bgShadow {
  display: none;
}
#section-revue-left,
#section-actus,
#section-articlesrevue {
  padding: 60px 0;
}
/* --------------------------------  END NEWS --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
#main-carousel-row {
  background: #5a7184;
}
#main-carousel-row .carousel-wrapper .article-carousel .model-image {
  background: transparent;
}
#main-carousel-row .slick-slider img {
  min-width: 0;
  min-height: 100%;
  width: auto;
  height: auto;
}
#main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 70px !important;
}
#main-carousel-row .carousel-content {
  background: rgba(90, 113, 132, 0.8) !important;
  padding: 40px;
  max-height: 90%;
  opacity: 1;
}
#main-carousel-row .carousel-content .title {
  text-transform: none;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
  margin-top: 23px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #main-carousel-row .carousel-content .title {
    font-size: 32px !important;
  }
}
#main-carousel-row .carousel-content .readMore {
  border-width: 1px;
  line-height: 50px;
  height: 50px;
}
#main-carousel-row .carousel-content .readMore:hover {
  background: #fff;
  color: #2d1a7f;
}
@media (min-width: 1200px) {
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    font-size: 56px !important;
    top: 235px;
  }
  #main-carousel-row {
    height: 490px;
    background: url("/ressources/css/images/bgmaincarousel.png");
    background-repeat: no-repeat;
    background-position: left 55px;
    background-size: 100% 100%;
  }
  #main-carousel-row #main-carousel .article-carousel {
    background-color: transparent !important;
  }
  #main-carousel-row #main-carousel .article-carousel .containerImg {
    opacity: 1;
    height: 430px;
  }
  #main-carousel-row #main-carousel .carousel-wrapper .article-carousel .model-image {
    position: relative;
    float: right;
  }
  #main-carousel-row .carousel-content {
    background: transparent !important;
    padding: 118px 50px 5px 0 !important;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    top: 247px;
    color: #fff;
    font-size: 52px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-right {
    right: -63px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-left {
    left: -63px;
  }
  #main-carousel-row ul.slick-dots {
    top: unset;
    bottom: 15px;
    right: 60px;
  }
  #main-carousel-row ul.slick-dots li,
  #main-carousel-row ul.slick-dots li button,
  #main-carousel-row ul.slick-dots li button:before {
    font-size: 20px !important;
    width: 28px !important;
    height: 28px !important;
  }
  #main-carousel-row ul.slick-dots li button:before {
    color: #fff !important;
    opacity: 0.75;
  }
  #main-carousel-row ul.slick-dots li.slick-active button:before {
    color: #c2a75f !important;
    opacity: 1;
  }
  #main-carousel-row .carousel-wrapper .article-carousel .carousel-content .readmore-wrapper {
    bottom: 0;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ####################### 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 {
  border-top: 1px solid #526A7D;
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
#footer-bottom #footer-socials li {
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #002f42;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #999999;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .footer-bottom-coords * {
  color: #999;
}
#footer-middle .logos-left {
  text-align: center;
}
#footer-middle .logos-left img {
  max-width: 100px !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle {
    height: 180px;
    padding-top: 25px !important;
    padding-bottom: 35px !important;
  }
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 58px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 647px;
    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-socials li + li {
    margin-left: 5px !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;
  }
}
#footer-bottom {
  display: none;
}
/* --------------------- end FOOTER --------------------------- */
