/* COULEURS */
/*
Sont définie en global, parématrables dans l'admin :
- main_color_1
- main_color_2
*/
/* RESPONSIVE */
/* je sete des variale en utilisant celles de bootstrapo */
/* HEADEER */
/* couleur des textes */
/* Les chartes ont souvent 3 couleurs principales et pas 2 */
/* Maintenant on peut, à partir de ces 3 couleurs, définir les couleurs utilisées sur les différences composants */
/* Section annuaire fond formulaire */
/* FOOTER */
/* block dateSide */
/*
INDEX :

PROJET
variables less
fonts
boutons read more
css projet

MAIN CAROUSEL
config PHP
variables less
main-carousel
@min-lg

Liens
variable less
CSS

NEWS 
config PHP
css

PORTRAITS
config PHP
css



CHIFFRES
config PHP
css

FOOTER
config PHP
variables less
css footer

*/
/* ################################# DEBUT PROJET ################################################### */
/* ajout une css extern "Google font " */
/*
protected function modifyContext($context2 = array(), $widgetsRight = true)
{
    foreach ($GLOBALS as $key => $val)
    global ${$key};
    
    $context2 = parent::modifyContext($context2);
    $context2['header']['other_css'] = array();
    $context2['header']['other_css'][] = "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap";
    return $context2;
}

*/
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #232321;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body.home .desc,
body.home p,
body.home .article-details {
  font-size: 20px;
  line-height: 30px;
  color: #606060;
}
@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: 'Open Sans', sans-serif;
  color: #232321;
  font-weight: bold;
}
body .home-section.section-default .section-more a {
  border-radius: 3px !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 70px !important;
  background-color: #e10717 !important;
}
.home-section.section-default .section-title .title {
  line-height: 33px;
  font-size: 40px;
  line-height: 60px;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 20px;
  }
  .home-section.section-default .section-title .title {
    padding-bottom: 0;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 10px 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 --------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#section-annonces .top_link,
#section-emploi .top_link {
  top: 65px;
}
#section-annonces .section-title .title,
#section-emploi .section-title .title {
  color: #232321;
}
#section-annonces .date,
#section-emploi .date {
  bottom: 80px;
  left: 50px;
}
#section-annonces .article-Model .readmore-wrapper,
#section-emploi .article-Model .readmore-wrapper {
  left: 50px;
  bottom: 10px;
}
#section-annonces .model-image,
#section-emploi .model-image {
  display: none;
}
#section-annonces .home-article,
#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-annonces .home-article:hover,
#section-emploi .home-article:hover {
  background: rgba(255, 255, 255, 0.7);
}
#section-annonces .home-article .title,
#section-emploi .home-article .title {
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
  color: #232321;
  line-height: 30px;
  position: relative;
}
#section-annonces .home-article .title .entreprise,
#section-emploi .home-article .title .entreprise {
  position: absolute;
  bottom: -100%;
  font-size: 16px;
}
#section-annonces .home-article .date,
#section-emploi .home-article .date {
  text-transform: none;
  font-size: 16px;
  color: #606060;
  line-height: 18px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 15px;
}
#section-annonces .entreprise,
#section-emploi .entreprise {
  color: #606060;
}
#section-annonces .readmore-wrapper,
#section-emploi .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
  left: 0 !important;
}
#section-annonces .readmore-wrapper a,
#section-emploi .readmore-wrapper a {
  background-color: transparent;
  color: #e10717;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
  font-weight: bold;
  margin: 15px 30px;
  padding: 0;
}
#section-annonces .readmore-wrapper a i,
#section-emploi .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-annonces .readmore-wrapper a:hover i,
#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-annonces .top_link,
  #section-emploi .top_link {
    top: 0;
  }
  #footer-bottom .liens-footer-ecole > li {
    padding: 0 !important;
    margin: 20px 0 0 !important;
    border: 0 none!important;
  }
  .na-footer #footer-middle *,
  #footer-middle .liens-footer li a {
    color: #232321;
  }
}
#section-annonces .section-more a,
#section-annonces .section-title .title {
  color: #fff;
  border-color: #fff;
}
#section-annonces .type {
  font-size: 16px;
  color: #606060;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  bottom: 100px;
}
#section-annonces .depot-annonces {
  background-color: #e10717 !important;
  right: 0;
}
#section-annonces .depot-annonces a {
  border-color: #e10717 !important;
  border-radius: 3px;
}
#section-annonces .depot-annonces a:hover {
  border-color: #fff !important;
}
@media (min-width: 1200px) {
  #section-annonces .toutes-annonces {
    right: 285px;
  }
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ################################# MAIN REVUE ################################################### */
#section-revue-left {
  min-height: 530px;
}
#section-revue-left .section-more {
  position: absolute;
  bottom: 0;
}
#section-revue-right .desc {
  margin: 0;
  top: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#section-revue-right .date {
  display: none;
}
#section-revue-right .bgImg .click-img {
  z-index: 9999;
  background: black;
}
#section-revue-right .bgImg .click-img img {
  opacity: .8;
}
#section-revue-right .bgImg .click-img:hover img {
  opacity: 1;
}
/* --------------------------------  END REVUE --------------------------------------------------*/
/* ################################# 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 (min-width: 1200px) {
  body.page .main-content-wrapper {
    padding-top: 40px;
  }
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
  }
  header .bar .socials li.rs-append a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
  }
  header .bar .socials li.rs-append a:hover {
    color: #e10717;
    border-color: #e10717;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  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: #e10717;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #e10717;
  }
  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: #232321;
  }
  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-adherer-wrapper {
    border-color: #232321;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #ffffff;
  }
  header .bar .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 .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: #232321;
  }
  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: #232321;
  }
  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: #232321;
  }
  header .logo {
    display: inline-block;
    width: 306px;
    height: 150px;
    position: absolute;
  }
  header .logo a {
    display: inline-block;
    width: 306px;
    height: 150px;
    padding-left: 13px;
  }
  header .logo a:before {
    content: '';
    background: #e10717;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 4px;
    bottom: -4px;
    border-radius: 50%;
    z-index: -1;
  }
  header .logo a img {
    display: inline-block;
    margin: 14px 0;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  .stiky_nav.stiky_active .header-main.header-main-nav-side {
    max-height: 60px !important;
  }
  .stiky_nav.stiky_active .header-main.header-main-nav-side .header-navigation {
    padding: 0;
    margin: 0;
    top: 0;
  }
  .stiky_nav.stiky_active .header-main.header-main-nav-side .logo a img {
    margin: 6px 0 0 !important;
  }
  .stiky_nav.stiky_active .header-main.header-main-nav-side .logo a:before {
    content: '';
    rackground: #e10717;
    width: 80px !important;
    left: -11px !important;
    bottom: -11px !important;
  }
  .stiky_nav.stiky_active .header-main.header-main-nav-side .header-nav,
  .stiky_nav.stiky_active .adminActive .header-main {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  header .header-main-nav-side {
    background: #e10717 !important;
  }
  header .logo > a img {
    max-height: 150px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    background: #e10717;
    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%;
    color: #fff !important;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #5a7184;
    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%;
    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:hover > a {
    color: #e10717;
  }
  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: #fff;
    width: 50px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- 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: 50px;
}
#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;
  padding: 0 15px;
  text-transform: uppercase;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  margin-bottom: 15px;
}
#section-header .cta-header.fill {
  border: 1px solid #e10717;
  background-color: #e10717;
  width: 170px;
}
#section-header .cta-header.fill:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #232321;
}
#section-header .cta-header:hover {
  border: 1px solid #e10717;
  background-color: #e10717;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding-top: 161px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 540px;
    background: rgba(0, 0, 0, 0.75);
    padding: 50px 10px 70px;
    box-sizing: border-box;
    position: absolute;
    top: 90px;
    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 --------------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  width: 100%;
  margin: 0;
  font-size: 72px;
  line-height: 1em;
  font-weight: bold;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .footer-bottom-coords .asso_coords + .asso_coords,
  .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  .footer-bottom-coords .asso_coords + .asso_coords > a,
  .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ################################# NEWS ################################################### */
/*
// PHP

        $content_left = array(
            
            'section' => array(
                'type' => 'default',
                'id' => 'section-actus',
                'col' => '6',
                'title' => array(
                    'txt' => NA_FA_HTML('Actualités'),
                    'class' => 'text-left underline'
                ),
                'more' => array(
                    'txt' => NA_FA("Toutes les actualités"),
                    'url' => \NA\Router::urlWC('News.main', 'all'),
                    'class' => 'text-left'
                ),
            ),
            'article' => array(
                'type' => 'Model',
                'class' => 'listView listViewHalf ',
                'title_length' => 120,
                'shadow' => false,
                'date_after_title' => true,
                'desc_length' => 0
            ),
            'source' => array(
                'name' => 'Standard::getNews',
                'limit' => 3,
            ),
            
            'geometry' => array('w' => 2),
            'type' => 'liste',
            'list_item_unifom' => true
        );
        
        $content_right = array(
            'section' => array(
                'type' => 'default',
                'col' => '6',
                'class' => '',
                'id' => 'section-events',
                'title' => array(
                    'txt' => NA_FA_HTML('Événements'),
                    'class' => 'text-left underline'
                ),
                'more' => array(
                    'txt' => NA_FA("Tous les événements"),
                    'url' => \NA\Router::urlWC('Event.main', 'all'),
                    'class' => 'text-left'
                ),
            ),
            'article' => array(
                'type' => 'Model',
                'class' => 'listView listViewHalf dateImgSquare locationBottom',
                'date_format' => 'd M Y',
                'title_length' => 120,
                'desc_length' => 0,
                'show_type' => false,
                'shadow' => false,
                'location' => true
            ),
            'source' => array(
                'name' => 'Standard::getEvents',
                'limit' => 3,
                //'une' => 1,
            ),
            'geometry' => array('w' => 1),
            'class' => 'no-padding-sides',
            'carousel' => false
        );
        
        $rows[] = array(
            'contents' => array($content_left, $content_right),
            'background' => array('color' => "#eef0f2" , "url" => "/ressources/css/images/lines.png" ),
            'class' => 'row-bg-lines'
        );


*/
/* css news */
.listViewHalf {
  margin-bottom: 12px;
  padding-bottom: 0;
  display: block;
  clear: both;
}
.listViewHalf .model-image {
  width: 45%;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
}
.listViewHalf .model-content {
  width: 50%;
  height: auto;
  padding: 0 0 0 4%;
}
.listViewHalf .model-image,
.listViewHalf .click-img {
  border-radius: 3px;
}
.listViewHalf .date {
  border-radius: 7px;
}
#section-events .model-content .date,
#section-actus .model-content .date {
  display: none;
}
#section-events .home-article,
#section-actus .home-article {
  background: transparent;
  border: 0 none;
}
#section-events .home-article .date,
#section-actus .home-article .date {
  background: rgba(35, 35, 33, 0.75) !important;
}
#section-events .home-article .date_after_title,
#section-actus .home-article .date_after_title {
  font-size: 16px;
  color: #606060;
  line-height: 24px;
  font-weight: normal;
  line-height: 36px;
  text-align: left;
  position: absolute;
  bottom: 15px;
}
#section-events .home-article .title,
#section-actus .home-article .title {
  padding: 0 !important;
  font-weight: bold;
  font-size: 24px;
  color: #232321;
  line-height: 36px;
  text-align: left;
}
#section-events .home-article .desc,
#section-actus .home-article .desc {
  display: none;
}
@media (max-width: 991.98px) {
  #section-events .home-article .title,
  #section-actus .home-article .title {
    font-size: 16px;
    line-height: 24px;
  }
  #section-events .home-article .date_after_title,
  #section-actus .home-article .date_after_title {
    bottom: 0;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  #section-events .home-article .title,
  #section-actus .home-article .title {
    font-size: 13px;
    line-height: 1.4em;
  }
}
#section-events .home-article .location,
#section-actus .home-article .location {
  color: #11110F;
  font-size: 16px;
}
#section-events .col-article:last-child .home-article,
#section-actus .col-article:last-child .home-article {
  margin-bottom: 0;
}
#section-events .article-Model.dateImgSquare .model-image {
  margin: 0;
}
#section-events .article-Model.dateImgSquare .model-image .date {
  top: 8%;
  left: 8%;
  right: unset;
  bottom: unset;
  background-color: rgba(225, 7, 23, 0.75);
  width: 90px;
  height: 90px;
  padding-top: 15px;
}
#section-events .article-Model.dateImgSquare .model-image .date .dateYear {
  display: none;
}
#section-events .article-Model.dateImgSquare .model-image .date .dateMonth,
#section-events .article-Model.dateImgSquare .model-image .date .dateDay {
  display: block;
  color: #fff;
  font-size: 36px !important;
  line-height: 32px;
  font-weight: bold;
}
#section-events .article-Model.dateImgSquare .model-image .date .dateMonth {
  font-size: 24px !important;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #section-events .article-Model.dateImgSquare .model-image .date {
    transform: scale(0.6);
    transform-origin: left top;
  }
}
/* --------------------------------  END NEWS --------------------------------------------------*/
#section-apropos .section-title {
  margin-bottom: 60px;
}
/* ################################# gmap  ############################################ */
#section-gmap {
  padding: 10px 0 0 ;
}
#section-gmap:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  border-top: 1px solid #E5EAF4;
  width: 1213px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
#section-gmap.home-section.section-default .section-body {
  top: 40px;
  background: transparent;
  padding-bottom: 10px;
}
#section-gmap .simple_mode_2 .section-body .intro {
  color: #606060 !important;
}
#section-gmap .simple_mode_2 .section-body .intro,
#section-gmap .simple_mode_2 .section-body .input-group .form-control,
#section-gmap .simple_mode_2 .section-body .search .icon-left {
  color: #232321;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  height: 56px;
  background: #e10717;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  background-color: #232321;
}
@media (max-width: 767.98px) {
  #section-gmap .simple_mode_2 .section-body .intro {
    text-align: left !important;
  }
}
/* --------------------------------  END gmap ------------------------------------------------*/
/* ################################# groupes ################################################### */
/*

            $content = array(
                'section' => array(
                    'type' => 'default',
                    'col' => '12',
                    'id' => 'section-communaute',
                ), 
                'article' => array(
                    'type' => 'damier',
                ),
                
                'source' => array(
                    'name' => 'Standard::getCarrouselItems',
                    'limit' => 4,
                    'type' => 'groupes',
                ), 
                
                'geometry' => array('w' => 4),
                'carousel' => true,
                'class' => 'no-gutters no-paddings'
            );
            $rows[] = array(
                'contents' => array($content),
                'class' => ' no-gutters no-paddings',
                'fullscreen' => true
            );
*/
#section-communaute {
  padding: 0;
}
#section-communaute .damier {
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
#section-communaute .damier .bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: width .3s, height .3s, top .3s, left .3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#section-communaute .damier:hover .bg-image {
  top: -15px;
  left: -15px;
  width: calc( 100% + 30px);
  height: calc( 100% + 30px);
}
#section-communaute .damier .damier-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
#section-communaute .damier .damier-content {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin: 80px 60px;
  font-weight: normal;
}
#section-communaute .damier .damier-content .damier-label {
  margin-top: 22px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  max-width: 210px;
}
#section-communaute .damier .damier-content .damier-icon img {
  min-width: 0;
  margin: auto;
}
#section-communaute .damier-label {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%);
}
#section-communaute .home-content .slick-initialized .slick-slide img {
  max-width: 125px !important;
  max-height: 115px;
  min-width: 0;
}
/* --------------------------------  END groupes ------------------------------------------------*/
/* --------------------------------  END CHIFFRES --------------------------------------------------*/
/* ####################### 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-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #232321;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #999999;
  height: 1px;
  margin: 0 4px 5px 6px;
}
#footer-middle {
  padding-top: 25px !important;
  padding-bottom: 15px !important;
}
#footer-middle .logo-img {
  max-width: 305px;
  padding-top: 7px;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 55px;
    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-middle .list-inline.liens-footer * {
    color: #232321;
  }
  #footer-bottom {
    border: 1px solid #D3D3D3;
  }
  #footer-logos-left {
    margin-left: -15px;
  }
}
@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;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0;
    top: 55px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    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-middle .list-inline.liens-footer * {
    color: #232321;
  }
}
/* --------------------- end FOOTER --------------------------- */
/* Annuaire */
.annuaire-icon-mort {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.annuaire-icon-mort .annuaire-icon-croix {
  font-size: 20px;
  vertical-align: middle;
}
.annuaire-icon-mort .annuaire-mpf-icon {
  font-size: 12px;
  vertical-align: middle;
}
.menu-open .header-navigation .nav-dropdown,
.menu-open .header-navigation .nav-dropdown li {
  background: rgba(0, 0, 0, 0.2);
}
