/* 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*/
/* bouton read more */
/* css projet*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title,
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
body .home-section.section-default .section-more a {
  text-transform: none;
  border-radius: 3px;
  height: 48px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 25px;
  text-align: center;
}
.home-section.section-default .section-title {
  margin-bottom: 45px;
}
.home-section.section-default .section-title .title {
  color: #0d6aa8 !important;
  line-height: 42px;
  font-size: 32px;
  font-weight: 700;
}
.home-section.section-default .section-title .line {
  background: #fdce0a;
  width: 70px !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.2em;
    font-size: 30px !important;
    font-weight: bold;
    margin: 20px 0 0 !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) {
  .search-toggle-wrapper .search-toggle {
    font-size: 22px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 12px;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 13px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar {
    border-bottom: 1px solid #EEEEEE;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding: 12px 30px 0 0;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  header .bar .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
  header .bar .search-toggle-wrapper .search-toggle:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
  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: #fff;
  }
  header .bar .NA_connexion:hover .connexion-np > span {
    color: #fff !important;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    max-width: 30px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 30px !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,
  header .bar .shopping-cart a,
  header .bar .search-toggle {
    font-weight: bold;
  }
  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: #fdce0a;
  }
  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 .shopping-cart a {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    width: auto;
    padding: 11px 0 0 15px;
    position: relative;
    margin-left: 15px;
  }
  header .bar .shopping-cart a:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 13px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  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: 25px !important;
    flex: unset;
    text-transform: none;
    line-height: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 180px;
    margin-left: 15px;
    border: 0 none !important;
    font-size: 16px;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 25px !important;
    margin-top: 0;
    line-height: 30px !important;
    height: 30px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .NA_connexion:hover,
  header .bar .NA_connexion:focus,
  header .bar .NA_connexion:active {
    background-color: #fdce0a !important;
  }
  header .bar .NA_connexion:hover .connexion-btn,
  header .bar .NA_connexion:focus .connexion-btn,
  header .bar .NA_connexion:active .connexion-btn,
  header .bar .NA_connexion:hover .connexion-np,
  header .bar .NA_connexion:focus .connexion-np,
  header .bar .NA_connexion:active .connexion-np {
    background-color: transparent !important;
  }
  header .bar .NA_connexion:hover .connexion-btn > *,
  header .bar .NA_connexion:focus .connexion-btn > *,
  header .bar .NA_connexion:active .connexion-btn > *,
  header .bar .NA_connexion:hover .connexion-np > *,
  header .bar .NA_connexion:focus .connexion-np > *,
  header .bar .NA_connexion:active .connexion-np > * {
    color: #fff !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: 25px !important;
    margin-top: 0;
    line-height: 30px !important;
    height: 30px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .btn-don-wrapper > a:hover,
  header .bar .btn-inscription-wrapper > a:hover,
  header .bar .btn-recruteur-wrapper > a:hover,
  header .bar .btn-adherer-wrapper > a:hover,
  header .bar .btn-adherer-label:hover {
    background-color: #fff !important;
    color: #e4021c !important;
  }
  header .bar .btn-don-wrapper > a:hover > span,
  header .bar .btn-inscription-wrapper > a:hover > span,
  header .bar .btn-recruteur-wrapper > a:hover > span,
  header .bar .btn-adherer-wrapper > a:hover > span,
  header .bar .btn-adherer-label:hover > span {
    color: #e4021c !important;
  }
  header .logo {
    display: inline-block;
    width: 270px;
    height: 130px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
header .header-slogan {
  max-width: 850px;
}
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .header-navigation {
    max-height: 80px;
  }
  header .header-navigation > .nav-wrapper,
  header .header-navigation:before {
    border-top: 1px solid #eee;
  }
  header .logo > a img {
    max-height: 120px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .main-navigation-row .header-slogan,
  header .header-main .header-slogan {
    margin-top: 7px;
    font-size: 22px;
    color: #0d6aa8;
    text-align: right;
    line-height: 24px;
    font-weight: 700;
  }
  header .header-navigation .nav > ul {
    display: block;
    width: 100%;
    text-align: left;
  }
  header .nav.nav-default-mod > ul > .menuli > .nav-dropdown {
    top: 100%;
  }
  header .nav.nav-default-mod > ul > .menuli > .nav-dropdown > ul > li:hover > a {
    color: #0d6aa8;
  }
  header .header-navigation .nav > ul > li.menuli > a {
    font-size: 16px;
    padding: 0 15px;
  }
  header .header-navigation .nav > ul > li.menuli > .nav-dropdown > ul > li:hover > a {
    background: #fdce0a;
  }
  header .header-navigation .nav > ul > li.menuli:hover:after {
    content: '';
    width: 70px;
    height: 3px;
    background: #e4021c;
    position: absolute;
    bottom: 18px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation .nav > ul > li.menuli:last-child {
    position: absolute;
    right: 0;
    padding-top: 15px;
  }
  header .header-navigation .nav > ul > li.menuli:last-child > a {
    border-radius: 3px;
    background: #e4021c;
    box-sizing: border-box;
    max-height: 50px;
    min-height: 50px !important;
    line-height: 46px;
    border: 2px solid #e4021c;
    height: 48px;
    padding: 0 28px;
    color: #fff;
  }
  header .header-navigation .nav > ul > li.menuli:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #fff;
    border-color: #fff;
  }
  header .header-navigation .nav > ul > li.menuli:last-child nav.nav-dropdown {
    right: 16px;
  }
  header .header-navigation .nav > ul > li.menuli:last-child:hover:after {
    display: none !important;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# site_header ################################################### */
/*
$content = array(
'section' => array(
'type' => 'default',
'col' => '12',
'id' => 'section-header'
),
'article' => array(
'type' => 'site_header',
),

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

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

*/
#row-header {
  background-position: top center;
}
#section-header {
  min-height: 300px;
}
#section-header .header-phrase {
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  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: bold;
  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 #fdce0a;
  background-color: #fdce0a;
  width: 170px;
}
#section-header .cta-header:hover {
  border: 1px solid #e4021c;
  background-color: #e4021c;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding-top: 161px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 515px;
    background: rgba(0, 0, 0, 0.65);
    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 --------------------------------------------------*/
#section-header .header-phrase {
  background: rgba(13, 106, 168, 0.75);
}
.contenu_static a {
  color: #337ab7;
}
.contenu_static a:hover {
  color: #337ab7 !important;
  text-decoration: underline !important;
}
/* ################################# MAIN LIENSTOP ################################################### */
#section-lienstop {
  padding: 0 0 60px ;
}
#section-lienstop .col-article {
  margin-top: -65px;
}
#section-lienstop .col-article > a.lien {
  color: #333333;
  height: 190px;
  position: relative;
  border-radius: 8px;
  padding: 30px 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: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
#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 {
  font-size: 20px;
  color: #0d6aa8;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  margin-top: 15px;
}
#section-lienstop .col-article > a.lien:hover {
  background-color: #eef6f9;
  color: #e4021c !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #e4021c;
}
@media (max-width: 767.98px) {
  #section-lienstop {
    padding-top: 60px !important;
  }
  #section-lienstop .col-article {
    margin-top: 0;
  }
  #section-lienstop .col-article * {
    font-size: 93% !important;
  }
  #section-lienstop .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END Lines top --------------------------------------------------*/
/* ################################# 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;
}
#section-apropos .apropos .apropos-cta a {
  display: block;
  position: relative;
  text-align: center;
  bottom: 0;
  font-size: 14px;
  background: #e4021c;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #e4021c;
  border-radius: 3px;
}
#section-apropos .apropos .apropos-cta a:hover {
  color: #e4021c !important;
  background: #fff !important;
}
#section-apropos .apropos .apropos-cta a:hover a {
  background: #fff !important;
  border: 0 none !important;
  color: #e4021c !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: #e4021c;
    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 .apropos-cta {
    position: absolute !important;
  }
}
/* --------------------------------  END Apropos ------------------------------------------------*/
/* ################################# MAIN LISTS ################################################### */
#section-actus,
#section-docs {
  padding-bottom: 0;
}
#section-actus .section-more a,
#section-docs .section-more a {
  background: #e4021c;
  border: 2px solid #e4021c;
  height: 48px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#section-actus .section-more a:hover,
#section-docs .section-more a:hover {
  background: transparent;
  color: #fff;
  color: #e4021c;
  border-color: #e4021c;
}
#section-docs-1,
#section-docs-2,
#section-docs-3 {
  padding: 10px 0 44px;
}
#section-docs-1 .section-title .title,
#section-docs-2 .section-title .title,
#section-docs-3 .section-title .title {
  font-size: 24px;
}
#section-docs-1 .listViewReduced .model-image .containerImg,
#section-docs-2 .listViewReduced .model-image .containerImg,
#section-docs-3 .listViewReduced .model-image .containerImg {
  background: #fafafa;
}
#section-docs-1 .listViewReduced .model-image .containerImg .newsImg,
#section-docs-2 .listViewReduced .model-image .containerImg .newsImg,
#section-docs-3 .listViewReduced .model-image .containerImg .newsImg {
  background: #fafafa;
}
#section-docs-1 .top_link,
#section-docs-2 .top_link,
#section-docs-3 .top_link {
  top: 10px;
  margin: 11px 15px;
}
#section-docs-1 .top_link a,
#section-docs-2 .top_link a,
#section-docs-3 .top_link a {
  padding: 0;
  text-align: right !important;
}
#section-docs-1 .section-more a,
#section-docs-2 .section-more a,
#section-docs-3 .section-more a {
  padding-right: 0;
  color: #999;
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
}
#section-docs-1 .slick-slider.slick-vertical i.slick-arrow,
#section-docs-2 .slick-slider.slick-vertical i.slick-arrow,
#section-docs-3 .slick-slider.slick-vertical i.slick-arrow {
  color: #999999;
}
#section-docs-1.home-section.section-default .section-title,
#section-docs-2.home-section.section-default .section-title,
#section-docs-3.home-section.section-default .section-title {
  border-bottom: 2px solid #fdce0a;
  margin: 0 15px 15px;
  font-size: 13px;
  padding-bottom: 8px;
}
#section-docs-1 .home-article,
#section-docs-2 .home-article,
#section-docs-3 .home-article {
  background: transparent;
  border: 1px solid #eeeeee;
  border-radius: 7px;
  height: 135px;
  padding-left: 120px;
  background: transparent url(/ressources/css/images/docs.png) no-repeat 30px 30px;
  background-size: 64px;
}
#section-docs-1 .home-article:hover,
#section-docs-2 .home-article:hover,
#section-docs-3 .home-article:hover,
#section-docs-1 .home-article:focus,
#section-docs-2 .home-article:focus,
#section-docs-3 .home-article:focus {
  border-color: #e4021c !important;
}
#section-docs-1 .home-article.listViewReduced:after,
#section-docs-2 .home-article.listViewReduced:after,
#section-docs-3 .home-article.listViewReduced:after {
  display: none;
}
#section-docs-1 .home-article .desc,
#section-docs-2 .home-article .desc,
#section-docs-3 .home-article .desc,
#section-docs-1 .home-article .date,
#section-docs-2 .home-article .date,
#section-docs-3 .home-article .date {
  display: none;
}
#section-docs-1 .home-article .date_after_title,
#section-docs-2 .home-article .date_after_title,
#section-docs-3 .home-article .date_after_title {
  font-weight: 400;
  font-size: 12px;
  color: #999;
  line-height: 29px;
  text-align: left;
}
#section-docs-1 .home-article .title,
#section-docs-2 .home-article .title,
#section-docs-3 .home-article .title {
  padding: 0 !important;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}
#section-docs-1 .home-article .model-image .click-img,
#section-docs-2 .home-article .model-image .click-img,
#section-docs-3 .home-article .model-image .click-img {
  background: #eee;
}
#section-docs-1 .home-article .model-image .click-img img,
#section-docs-2 .home-article .model-image .click-img img,
#section-docs-3 .home-article .model-image .click-img img {
  min-width: 100%;
  min-height: 100%;
}
/* --------------------------------  END LISTS --------------------------------------------------*/
/* ################################# Actus  ############################################ */
@media (max-width: 767.98px) {
  #section-docs .section-more,
  #section-actus .section-more {
    width: 100%;
    text-align: center;
  }
  #section-docs .section-more.top_link,
  #section-actus .section-more.top_link {
    position: relative !important;
    left: 0;
    right: unset;
  }
}
@media (min-width: 1200px) {
  #section-actus {
    padding-bottom: 0;
  }
}
#section-actus .section-title {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  #row-actus-title .home-section.section-default .section-more.top_link {
    margin-top: 0 !important;
  }
}
#row-actus {
  padding-bottom: 80px;
}
#row-actus .ection-actus {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 30px;
}
#row-actus .ection-actus:after,
#row-actus .ection-actus:before {
  height: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #row-actus .ection-actus .home-content {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  #row-actus .ection-actus .section-more > a {
    margin-left: 5px !important;
  }
  #row-actus .ection-actus .article-Model {
    height: auto !important;
    min-height: 400px;
  }
  #row-actus .ection-actus .article-Model .date,
  #row-actus .ection-actus .article-Model .title {
    padding: 0 !important;
    margin: 10px !important;
    position: relative !important;
  }
}
#row-actus .ection-actus .model-content {
  position: relative;
}
#row-actus .ection-actus .home-article {
  background: #FFFFFF;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  min-height: 430px;
}
#row-actus .ection-actus .home-article .desc {
  display: none;
}
#row-actus .ection-actus .home-article .type {
  background: #0d6aa8;
  padding: 10px;
  position: absolute;
  top: 0;
  margin: -60px auto 0;
  transform: translateX(-50%);
  margin-left: 50%;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 230px;
}
#row-actus .ection-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: #808080;
}
#row-actus .ection-actus .home-article .title {
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 40px 20px;
  color: #000;
  font-weight: 400;
}
#row-actus .ection-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 40px;
}
#row-actus .ection-actus .home-content {
  max-width: 400px;
  min-height: 400px;
  margin: auto;
  position: relative;
}
#row-actus .ection-actus .section-more {
  text-transform: uppercase;
  position: absolute;
  font-size: 20px;
  bottom: 0;
  padding: 0;
}
#row-actus .ection-actus .section-more a {
  padding: 0;
  font-size: 16px;
  float: left;
  margin-left: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e4021c;
}
#row-actus .ection-actus .section-more a:after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 10px;
  transition: margin .3s;
}
#row-actus .ection-actus .section-more a:hover {
  color: #e4021c;
}
#row-actus .ection-actus .section-more a:hover:after {
  margin-left: 20px;
}
/* --------------------------------  END Actus ------------------------------------------------*/
/* ####################### 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-middle {
  padding-top: 25px !important;
  padding-bottom: 35px !important;
}
#footer-bottom {
  border-top: 1px solid #526A7D;
  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_rs {
  line-height: 44px;
}
#footer-middle .logos-left {
  text-align: center;
}
#footer-middle .logos-left img {
  max-width: 101px !important;
}
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 15px;
    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-logos-left {
    margin-left: -15px;
  }
  #footer-bottom .footer-bottom-coords {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 400;
    float: left;
  }
}
@media (max-width: 767.98px) {
  #footer-socials {
    margin: 15px auto;
    float: none !important;
  }
  #footer-bottom .footer-row-inner {
    text-align: center;
  }
  #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  #footer-bottom .footer-row-inner .pull-left,
  #footer-bottom .footer-row-inner .pull-right {
    display: block;
    clear: both;
    text-align: center !important;
    float: none !important;
  }
  #footer-middle .liens-footer {
    margin-top: 15px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
