/* 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: 'Raleway', sans-serif;
  color: #0d2130;
  -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 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  color: #0d2130;
  font-weight: 800;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  color: #0d2130 !important;
  line-height: 40px;
  font-size: 30px;
}
header .header-navigation-side .nav > ul > li.menuli:hover:after,
.section-title .line {
  background: -webkit-linear-gradient(left, #0db0d9, #c13664) !important;
  background: -o-linear-gradient(right, #0db0d9, #c13664) !important;
  background: -moz-linear-gradient(right, #0db0d9, #c13664) !important;
  background: linear-gradient(to right, #0db0d9, #c13664) !important;
}
body .home-section.section-default .section-more a {
  color: #0d2130 !important;
  text-transform: uppercase !important;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  body .home-section.section-default .section-more.text-right,
  body .home-section.section-default .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
#section-apropos .apropos {
  position: relative;
}
#section-apropos .apropos .title {
  padding-right: 100px;
  line-height: 45px;
  display: block;
}
#section-apropos .apropos .apropos-cta {
  display: block;
  position: absolute;
  bottom: 0;
  background: #c13664;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #c13664;
  padding: 12px 20px;
  border-radius: 3px;
}
#section-apropos .apropos .apropos-cta:hover {
  background: transparent;
}
#section-apropos .apropos .apropos-cta:hover a {
  color: #c13664 !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;
}
#section-apropos .apropos .apropos-image-wrapper {
  justify-content: flex-end;
  min-height: 450px;
  overflow: hidden;
  display: flex;
}
#section-apropos .apropos .apropos-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}
/* ################################# DEBUT HEADER ################################################### */
/*
Config PHP
// module_asso/cms/src/classes/FrontController.php
public static function getHeaderConfig() {
    $res = parent::getHeaderConfig();
    $res['rs_append'] = '<li  class="rs-append"><a href="https://ebi-edu.com/fr/" target="_blank">Site de l\'EBI</a></li>';
    $res['contact_textMode'] = true;
    $res['boutique_icon'] = 'fas fa-shopping-bag';
    $res['search_icon'] = 'fas fa-search';
    $res['btn_recruteur'] = true;
    $res['rs_nolabel'] = true;
    $res['old_side_nav'] = true;
    return $res;
}
*/
/* ############ topbar ############ */
@media (max-width: 767.98px) {
  .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 30px 0 0;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
  .shopping-cart i:after,
  .search-toggle-wrapper .search-toggle:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #0d2130;
  }
}
.bar {
  font-size: 16px;
}
.bar .header-mibile-bar {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.bar .list-liens li {
  line-height: 40px;
  position: relative;
  padding: 0  17px;
  display: block;
  float: left;
}
.bar .list-liens li a {
  font-size: 12px;
}
.bar .list-liens li:before {
  content: '';
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #0d2130;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
.bar .socials .contact,
.bar .socials .header-links {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
.bar .socials .contact:before,
.bar .socials .header-links:before {
  position: relative;
  float: left;
  top: 12px;
  content: '';
  height: 16px;
  width: 1px;
  background-color: #333333;
  margin: 0 7px;
}
@media (min-width: 1200px) {
  body .logo .logo-a {
    background-color: #fff;
    height: 93px;
    width: 170px;
    position: absolute;
    margin-top: 15px;
  }
  body .logo .logo-a .logo-img {
    width: 170px;
    height: 93px;
    min-height: 93px;
  }
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 160px !important;
  }
  header .NA_connexion .connexion-btn > span {
    font-size: 16px;
  }
  header .NA_connexion .btn-inscription-wrapper a > .fa,
  header .NA_connexion .btn-inscription-wrapper a > .fas,
  header .NA_connexion .connexion-btn > .fa.faicon_user,
  header .NA_connexion .connexion-btn > .fas.faicon_user {
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    font-size: 16px !important;
  }
  header .bar.with-search-field .btn-adherer-wrapper.bar-btn-2,
  header .bar.with-search-field .btn-connexion-wrapper.bar-btn-1 {
    max-width: 170px !important;
  }
  header .btn-recruteur-wrapper,
  header .btn-inscription-wrapper,
  header .btn-adherer-wrapper,
  header .NA_connexion .connexion-np,
  header .NA_connexion .connexion-btn {
    text-transform: none;
  }
  header .connexion-np .login-small-thumb {
    border-radius: 50%;
  }
  header .bar .btn-inscription-wrapper {
    max-width: 120px !important;
    padding: 0 30px 0 0;
    position: relative;
    margin-right: 20px;
    color: #0d2130;
    background-color: transparent !important;
  }
  header .bar .btn-inscription-wrapper a {
    display: flex !important;
    justify-content: center;
    color: #0d2130 !important;
  }
  header .bar .btn-inscription-wrapper a .btn-adherer-label {
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper a .topbar-btn-icon {
    display: block !important;
  }
  header .bar .btn-inscription-wrapper a i.icon {
    font-size: 16px !important;
    padding: 10px;
  }
  header .bar .btn-inscription-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
  header .header-navigation-side {
    width: 900px !important;
    margin-top: 37px !important;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li:first-child > a {
    padding-left: 0;
  }
  header .header-navigation-side .nav > ul > li:last-child > a {
    padding-right: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 12px;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #0d2130;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    text-align: left;
    font-size: 12px;
    text-transform: none;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown > ul > li:hover > a {
    color: #fff !important;
    background-color: #c13664 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
    margin-top: -1px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: -3px !important;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #0db0d9;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 29px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    text-transform: uppercase;
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #0d2130;
    line-height: 57px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
    top: 100% !important;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown a {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li:hover a {
    color: #0db0d9;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #0db0d9;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child {
    margin-left: 8px;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a {
    border-radius: 3px;
    background: #0db0d9;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #0db0d9;
    height: 48px;
    padding: 0 32px;
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #0db0d9;
    border-color: #0db0d9;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child nav.nav-dropdown {
    right: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child:hover:after {
    display: none !important;
  }
}
/* ------- 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 #c13664;
  background-color: #c13664;
  width: 170px;
}
#section-header .cta-header:hover {
  border: 1px solid #0db0d9;
  background-color: #0db0d9;
}
@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 --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
/*
        $content = array(
            
            'section' => array(
                'type' => 'default',
                'col' => '12',
                'id' => 'section-lienstop',
            ),
            'article' => array(
                'type' => 'liens_simple_2',
            ),
            'source' => array(
                'name' => 'Standard::getCarrouselItems',
                'type' => 'liens',
                'limit' => 3,
            ),
            'geometry' => array('w' => 3),
            'class' => '',
            
            'carousel' => false,
        );
        
        $rows[] = array(
            'contents' => array($content),
            'id' => 'row-liens'
        );
        */
#section-lienstop {
  padding: 0 0 60px ;
}
#section-lienstop .col-article {
  margin-top: -65px;
}
#section-lienstop .col-article > a.lien {
  color: #0d2130;
  height: 215px;
  position: relative;
  border-radius: 8px;
  padding: 40px 0 30px;
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: color .5s ;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto ;
  border-radius: 50%;
  background: #fafafa;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-lienstop .col-article > a.lien .lienstop-img img {
  max-height: 45px;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 2px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  color: #5A7184;
}
#section-lienstop .col-article > a.lien .lien-title {
  margin: 10px 0 6px;
  font-size: 22px;
  text-align: center;
}
#section-lienstop .col-article > a.lien:hover {
  background-color: #eef6f9;
  color: #0db0d9 !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #0db0d9;
}
@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 BAS --------------------------------------------------*/
@media (max-width: 1199.98px) {
  #section-liens {
    padding: 15px 0;
  }
  #section-liens .col-article + .col-article {
    margin-top: 15px;
  }
}
#section-liens .liens {
  margin: 0 5px;
}
#section-liens .liens .lien {
  box-shadow: 2px 3px 3px rgba(64, 64, 64, 0.18);
  height: 100px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
#section-liens .liens .lien .lien-url {
  height: 100px;
  display: flex;
  align-items: center;
}
#section-liens .liens .lien .lien-icon {
  display: inline-block;
  background: #c13664;
  height: 100px;
  position: absolute;
  line-height: 100px;
  width: 100px;
  color: #fff;
  font-size: 35px;
  text-align: center;
  border-radius: 8px 0 0 8px;
}
#section-liens .liens .lien img.lien-icon {
  padding: 10px;
}
#section-liens .liens .lien .lien-label {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-left: 120px;
  font-size: 24px;
  color: #0d2130;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: bold;
}
#section-liens .liens .lien:hover {
  background: #c13664;
  border-radius: 8px;
}
#section-liens .liens .lien:hover .lien-label {
  color: #fff;
}
/* ################################# 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',
                'title_length' => 60,
                'shadow' => false,
                'desc_length' => 0
            ),
            'source' => array(
                'name' => 'Standard::getNews',
                'limit' => 3,
            ),
            
            'geometry' => array('w' => 2),
            'type' => 'liste',
            'list_item_unifom' => true
        );


*/
/* css news */
.listViewHalf {
  margin-bottom: 12px;
  padding-bottom: 0;
  display: block;
  clear: both;
}
.listViewHalf .model-image {
  width: 45%;
}
.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_after_title,
#section-actus .home-article .date_after_title {
  font-weight: bold;
  font-size: 16px;
  color: #5A7184;
  line-height: 1em;
  text-align: left;
  position: absolute;
  bottom: 15px;
}
#section-events .home-article .title,
#section-actus .home-article .title {
  padding: 0 !important;
  font-weight: normal;
  font-size: 24px;
  color: #0d2130;
  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 .col-article:last-child .home-article,
#section-actus .col-article:last-child .home-article {
  margin-bottom: 0;
}
#section-events .article-Model.dateImgSquare .with-image .location {
  color: #5A7184;
  font-weight: bold;
}
#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(13, 176, 217, 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: 50px !important;
  line-height: 30px;
  font-weight: bold;
}
#section-events .article-Model.dateImgSquare .model-image .date .dateMonth {
  font-size: 24px !important;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  #section-events .article-Model.dateImgSquare .model-image .date {
    transform: scale(0.6);
    transform-origin: left top;
  }
}
/* --------------------------------  END NEWS --------------------------------------------------*/
/* ################################# 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;
  color: #0db0d9;
}
@media (max-width: 767.98px) {
  #section-liens_simple .lien {
    margin: 15px;
  }
}
/* --------------------------------  END LIENS --------------------------------------------------*/
/* ################################# PORTRAITS ################################################### */
/* 
// conf php 


*/
/* variables css */
/* css portraits */
#section-portraits .section-title.side-title .line {
  background: -webkit-linear-gradient(left, #0db0d9, #c13664) !important;
  background: -o-linear-gradient(right, #0db0d9, #c13664) !important;
  background: -moz-linear-gradient(right, #0db0d9, #c13664) !important;
  background: linear-gradient(to right, #0db0d9, #c13664) !important;
}
#section-portraits .section-title .title {
  padding-left: 0 !important;
  color: #0d2130 !important;
  text-align: left;
}
@media (min-width: 1200px) {
  #section-portraits {
    padding: 40px 45px 40px 450px;
  }
  #section-portraits .home-content {
    min-height: 130px !important;
    padding: 0 !important;
  }
  #section-portraits .home-content i.slick-arrow {
    top: 50% !important;
    height: 35px;
    margin-top: -23px;
    font-weight: bold;
  }
  #section-portraits.home-section.section-default .section-title {
    background: transparent;
  }
  #section-portraits.home-section.section-default .section-title:before {
    display: none;
  }
  #section-portraits.home-section.section-default .section-title .title {
    margin-top: 50px;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 0.2px;
    line-height: 40px;
  }
  #section-portraits .home-article {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px !important ;
  }
  #section-portraits .home-article .title-wrapper {
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 4px;
    width: 110px;
    height: 110px;
  }
  #section-portraits .home-article .title-wrapper .title {
    width: 110px;
    height: 110px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 30px 10px;
  }
  #section-portraits .home-article .title-wrapper .title a {
    text-align: center;
    height: 105px;
  }
}
/* --------------------------------  END PORTRAITS --------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: linear-gradient(to right, #0db0d9, #007db4, #97326c 95%, #c13664);
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
}
#row-compteurs #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 ------------------------------------------------*/
#section-gmap .simple_mode_2 .section-body .intro {
  color: #5a7184;
}
@media (max-width: 767.98px) {
  #section-gmap .simple_mode_2 .section-body .intro {
    text-align: left;
  }
}
#section-gmap .simple_mode_2 .section-body .search {
  height: 80px;
  padding: 12px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  #section-gmap .simple_mode_2 .section-body .search {
    height: 140px;
  }
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  height: 56px;
  background: #c13664;
  border: 2px solid #c13664;
  line-height: 56px;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  background: transparent !important;
  color: #c13664;
}
/* ####################### 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: 15px !important;
  padding-bottom: 15px !important;
}
#footer-bottom #footer-socials li {
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #fff;
}
#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 {
  line-height: 50px;
}
#footer-middle {
  background: #0d2130;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#footer-middle .logos-left {
  width: 169px;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 647px;
    text-align: justify;
    display: flex;
    font-weight: 600 !important;
    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;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    margin: auto;
    float: none;
    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;
  }
}
/* --------------------- end FOOTER --------------------------- */
