/* 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

HEADER
config PHP
variables less
topbar
@min-lg
navigation
@min-lg

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*/
/* bouton read more */
/* css projet*/
body {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title,
h1,
h2,
h3,
h4 {
  font-family: 'Roboto', sans-serif;
  color: #333333;
}
body .home-section.section-default .section-more a {
  text-transform: none;
  border-radius: 3px;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  padding: 0 35px;
  text-align: center;
}
body .home-section.section-default .section-more a:hover {
  background-color: transparent !important;
}
.home-section.section-default .section-title {
  margin-bottom: 53px;
}
.home-section.section-default .section-title .title {
  line-height: 33px;
  color: #333333 !important;
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    color: #333333 !important;
    line-height: 1.2em;
    font-size: 30px !important;
    font-weight: bold;
    margin: 20px 0 !important;
    text-align: center;
    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) {
  .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 13px 0;
  }
}
.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: #333333;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .home-section.section-default {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home-section.section-default .section-title .title {
    line-height: 30px;
  }
  header .bar {
    position: absolute;
  }
  header .bar .search-wrapper {
    position: relative;
    max-width: 100px;
  }
  header .bar .search-wrapper .search-toggle {
    font-size: 16px;
    margin-top: 4px;
    margin-right: 8px;
  }
  header .logo {
    display: inline-block;
    width: 214.28571429px;
    height: 62.14285714px;
    margin-top: 20px;
  }
  .stiky_nav.stiky_active .header-main.header-main-nav-side .logo {
    margin-top: 0;
  }
  .stiky_nav.stiky_active .header-main.header-main-nav-side .header-navigation {
    padding-top: 22px !important;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .logo > a img {
    max-height: 160px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 160px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 72px;
    width: 1000px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 18px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #333333;
    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: #e40521;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #e40521;
    width: 50px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child {
    margin-left: 22px;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a {
    background: #584641;
    border-radius: 3px;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #584641;
    height: 50px;
    padding: 0 39px;
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #584641;
    border-color: #584641;
  }
  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 --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/*
Config PHP
// module_asso/cms/src/classes/Core/Controller/MainController.php
$content = array(
'section' => array(
'class' => 'no-padding',
'bt_more' => 'En savoir plus',
'id' => 'main-carousel'
),
'article' => array(
'type' => 'carousel',
'title_length' => 65,
'desc_length' => 0,
'img_size' => 'img_wide',
),
'source' => array(
'name' => 'Standard::getCarousel',
'limit' => 5,
),
'geometry' => array('w' => 1),
'carousel' => array(
'hauteur' => 500,
'fa5' => true,
'dots' => true,
'disable_arrows' => false,
'autoplay' => true,
'responsive' => false,
'article_img_disable_click' => true,
'bg_color' => '#000', 
'bg_opacity' => 0,
'color' => '#ffffff',
'display_desc' => true,
'content_width' => '170px',
'content_height' => '300px',
'content_align' => 'center',
'position' => '', 
'border_round' => '0',
'button' => false,
),
'class' => 'no-padding-sides-mobile big-arrows',
);
$rows[] = array(
'contents' => array($content),
'fullscreen' => true,
);

*/
/* variable less Carrousel */
#main-carousel .carousel-content {
  padding: 0;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  opacity: 1;
}
#main-carousel .carousel-content .link-entire-box {
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 35px;
  box-sizing: border-box;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-carousel .carousel-content .link-entire-box .desc {
  display: none;
}
#main-carousel .carousel-content .link-entire-box .title {
  padding: 0;
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#main-carousel ul.slick-dots {
  bottom: 70px;
  top: unset;
  width: 100%;
  left: 0;
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #584641 !important;
}
#main-carousel ul.slick-dots li button:before {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75) !important;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow {
  color: #fff;
  font-size: 56px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: calc((100% - 1170px)/2 - 60px);
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: calc((100% - 1170px)/2 - 60px);
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# LIENS ################################################### */
@media (max-width: 1199.98px) {
  .col-article + .col-article .lien {
    margin-top: 30px;
  }
}
#section-liens_simple {
  padding-top: 80px;
  padding-bottom: 55px;
}
#section-liens_simple .lien {
  display: block;
  height: 200px;
  text-align: center;
  color: #584641;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  overflow: hidden;
  border-radius: 3px;
  border: 2px solid transparent;
}
#section-liens_simple .lien .fas {
  margin: 0;
  font-size: 56px;
  height: 117px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* --------------------------------  END ANNUAIRE MAP + LIENS --------------------------------------------------*/
/* ################################# NEWS ################################################### */
/*
Config PHP
// module_asso/cms/src/classes/Core/Controller/MainController.php
$content = array(
'section' => array(
'type' => 'default',
'col' => '12',
'title' => array(
'txt' => NA_FA_HTML('Actualités'),
'class' => 'text-center',
),
'more' => array(
'txt' => NA_FA_HTML('Toutes les actualités'),
'url' => \NA\Router::urlWC('News.main', 'all'),
'class' => 'text-center '
),
'bt_more' => false,
'id' => 'section-actus'
),
'article' => array(
'type' => 'Model',
'class' => 'imgFullWidth',
'title_length' => 50,
'desc_length' => 130,
'card_height' => '450px',
'date_format' => 'dMY',
'shadow' => false,
'date_after_title' => true

),
'carousel' => array('disable_arrows' => true,'autoplay' => false ),
'source' => array(
'name' => 'Standard::getNews',
'limit' => 3,
),
'geometry' => array('w' => 3),
'class' => 'no-padding-sides',
);

$rows[] = array(
'contents' => array($content),
'background' => array('color' => "#FAFAFA"),
);
*/
/* css news */
#section-actus .home-article {
  background: transparent;
  border: 0 none;
}
#section-actus .home-article .model-image .click-img {
  border-radius: 8px;
}
#section-actus .home-article .desc {
  padding: 0 !important;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
#section-actus .home-article .date_after_title {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
}
#section-actus .home-article .title {
  padding: 0 !important;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  text-align: left;
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}
/* --------------------------------  END NEWS --------------------------------------------------*/
/* ################################# local  ################################################### */
/* newsletter */
#section-newsletter {
  padding-top: 53px;
  padding-bottom: 40px;
}
#section-newsletter .section-title {
  margin-bottom: 10px !important;
}
#section-newsletter .section-title .title {
  color: #fff !important;
  font-size: 32px;
}
#section-newsletter .section-more a {
  background: #fff;
  color: #584641;
  font-weight: 900;
  border-color: #fff;
  padding: 0 50px;
}
#section-newsletter .section-more a:hover {
  background-color: transparent !important;
  color: #fff;
  border-color: #fff;
}
/* temoignage */
@media (max-width: 767.98px) {
  #section-temoignage blockquote:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  #section-temoignage {
    padding-bottom: 105px;
  }
  #section-temoignage .home-content.big-arrows .slick-slider i.slick-arrow {
    font-size: 56px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
  }
  #section-temoignage .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
    left: calc((100% - 1170px)/2 - 60px);
  }
  #section-temoignage .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
    right: calc((100% - 1170px)/2 - 60px);
  }
}
#section-temoignage ul.slick-dots {
  display: block !important;
  bottom: -35px;
  top: unset;
  width: 100%;
  left: 0;
}
#section-temoignage ul.slick-dots li {
  width: 30px;
}
#section-temoignage ul.slick-dots li.slick-active button:before {
  color: #e40521 !important;
}
#section-temoignage ul.slick-dots li button:before {
  font-size: 20px;
  color: #AEAEAE !important;
}
#section-temoignage blockquote {
  max-width: 790px;
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
#section-temoignage blockquote:before {
  content: '"';
  font-size: 172px;
  color: #e40521;
  line-height: 120px;
  left: -93px;
  position: absolute;
  font-weight: 900;
  top: 15px;
}
#section-temoignage .auteur-wrapper {
  max-width: 790px;
  font-size: 20px;
  line-height: 30px;
  margin: 55px auto;
  position: relative;
  padding: 0;
}
#section-temoignage .auteur-wrapper .auteur {
  position: relative;
  max-width: 300px;
}
#section-temoignage .auteur-wrapper .auteur .auteur-photo {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
#section-temoignage .auteur-wrapper .auteur .auteur-photo img {
  min-height: 100%;
  min-width: 100%;
}
#section-temoignage .auteur-wrapper .auteur .auteur-text {
  padding-top: 7px;
  line-height: 1.7em;
}
#section-temoignage .auteur-wrapper .auteur .auteur-nom {
  font-weight: 900;
  font-size: 24px;
}
#section-temoignage .auteur-wrapper .auteur .auteur-info {
  color: #999;
  font-size: 16px;
}
/* --------------------------------  local  --------------------------------------------------*/
/* ################################# Donateurs ################################################### */
/* 
// conf php 


*/
/* variables css */
/* css portraits */
#section-portraits .home-article {
  width: 170px !important;
  height: 170px !important;
  border-radius: 50%;
  overflow: hidden;
}
#section-portraits .home-article .title-wrapper {
  background: #e40521;
  top: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  width: 170px;
  height: 170px;
}
#section-portraits .home-article .title-wrapper .title {
  line-height: 32px;
  margin-top: 6px;
  width: 170px;
  color: #fff;
  font-size: 20px;
  height: auto !important;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-height: 0;
  max-width: 170px;
  text-align: center;
}
#section-portraits .home-article .title-wrapper .title a {
  text-align: center;
  height: 140px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #section-portraits .home-article .title-wrapper {
    background: rgba(228, 5, 33, 0.6);
  }
}
@media (min-width: 1200px) {
  #section-portraits {
    padding: 80px 0;
  }
  #section-portraits .home-article {
    margin: 0 15px !important ;
  }
  #section-portraits .home-content {
    padding: 0 !important;
  }
  #section-portraits .home-content i.slick-arrow {
    top: 50% !important;
    height: 35px;
    margin-top: -23px;
    font-weight: bold;
  }
}
/* --------------------------------  END Donateurs --------------------------------------------------*/
/* ################################# CHIFFRES ################################################### */
/* css counters */
@media (max-width: 767.98px) {
  #section-compteurs .counter-digit {
    font-size: 32px !important;
  }
  #section-compteurs .counter-digit:after {
    font-size: 32px !important;
  }
}
#section-compteurs .counter-mode-icon {
  width: unset !important;
}
#section-compteurs .section-title .title {
  color: #fff !important;
}
#section-compteurs .counter-txt .counter-label {
  font-weight: bold;
  font-size: 24px;
}
#section-compteurs .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  display: block;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 50px;
}
#section-compteurs .counter-txt .counter-digit:after {
  content: 'euros';
  font-size: 72px;
}
/* --------------------------------  END CHIFFRES --------------------------------------------------*/
/* ################################# gouvernance ################################################### */
/* css portraits */
#section-portraits-3 .home-article,
#section-portraits-2 .home-article {
  width: 100% !important;
  min-height: 170px !important;
  border-radius: 0;
  margin: 0 auto !important ;
  height: auto;
  text-align: center;
}
#section-portraits-3 .article-portraits,
#section-portraits-2 .article-portraits {
  background: transparent;
  border: 0 none;
}
#section-portraits-3 .photo,
#section-portraits-2 .photo {
  width: 170px !important;
  height: 170px !important;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}
#section-portraits-3 .infos,
#section-portraits-2 .infos {
  font-size: 24px;
  position: relative;
  text-align: center;
  font-weight: 900;
}
#section-portraits-3 .infos .diplome,
#section-portraits-2 .infos .diplome {
  margin: 15px 0 ;
  display: block;
  font-size: 16px;
  color: #e40521;
}
#section-portraits-3 .infos .fas,
#section-portraits-2 .infos .fas {
  font-size: 16px;
}
@media (min-width: 1200px) {
  #section-portraits-3,
  #section-portraits-2 {
    padding: 80px 0;
  }
  #section-portraits-3 .home-content,
  #section-portraits-2 .home-content {
    padding: 0 !important;
  }
  #section-portraits-3 .home-content i.slick-arrow,
  #section-portraits-2 .home-content i.slick-arrow {
    top: 50% !important;
    height: 35px;
    margin-top: -23px;
    font-weight: bold;
  }
  #section-portraits-3 .home-content.big-arrows .slick-slider i.slick-arrow,
  #section-portraits-2 .home-content.big-arrows .slick-slider i.slick-arrow {
    font-size: 56px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
  }
  #section-portraits-3 .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left,
  #section-portraits-2 .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
    left: calc((100% - 1170px)/2 - 60px);
  }
  #section-portraits-3 .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right,
  #section-portraits-2 .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
    right: calc((100% - 1170px)/2 - 60px);
  }
}
/* --------------------------------  END Donateurs --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/*
Config PHP
// module_asso/cms/src/classes/FrontController.php
public static function getFooterConfig() { 
    $res = parent::getFooterConfig();
    
    $res['show_logo'] = true;
    $res['mode'] = 'simple-one';
    $res['tel_prefix'] = '';
    $res['logo_footer'] = 'logo-footer.png';
    
    $res['footer_links'] = array();
    foreach (array('admin', 'mentions_legales', 'credits', 'faq', 'sitemap' ) as $key)
    $res['footer_links'][] = $res['footer_links_available'][$key];
    
    return $res;
}
*/
/* variables less */
#footer-bottom {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom #footer-socials li {
  padding: 0 0 0 15px !important;
}
#footer-bottom #footer-socials a * {
  color: #333333;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #999999;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-middle {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 51px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 778px;
    text-align: justify;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-logos-left {
    margin-left: 0;
    padding: 0;
  }
  #footer-logos-left .logos-left {
    max-width: 200px;
    margin: 40px 0 20px;
  }
}
@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;
  }
}
/* --------------------- end FOOTER --------------------------- */
/* ############################### contact form ##############################*/
/* conf php */
/* 
$content = array(
    'section' => array(
        'type' => 'default',
        'col' => '12',
        'id' => 'section-contact',
     'title' => array(
        'txt' => NA_FA_HTML('Nous contacter'),
        'color' => \NAConst::get('MAIN_COLOR1'),
        'class' => 'text-center',
        'delegate' => true,
     ),
    ),
    'article' => array(
        'type' => 'contact',
    ),

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

);
$rows[] = array(
    'contents' => array($content),
    'id' => 'row-contact',
    'background' => array('color' => "#FAFAFA" )
);     
*/
/* css */
#section-contact .sub-title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  text-align: left;
}
#section-contact .sub-section {
  line-height: 1.8em;
  margin-bottom: 48px;
}
#section-contact .sub-content {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}
#section-contact input,
#section-contact textarea {
  padding: 15px 20px;
  font-size: 14px;
  width: 100%;
  height: 46px;
  margin: 10px 0 5px !important;
  border-color: #EAEAEA;
}
#section-contact textarea {
  height: 142px;
  margin-bottom: 10px !important;
}
#section-contact .color_main_color_2 {
  color: #333333 !important;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
#section-contact .contact-btn-submit {
  font-weight: 900;
  padding: 0;
  text-align: center !important;
  height: 48px;
  line-height: 48px;
  background: #584641;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  border: 2px solid #584641;
}
#section-contact .contact-btn-submit:hover {
  font-weight: 900;
  border-color: #584641;
  color: #584641;
  background: transparent;
}
#section-contact #form_contact .row:first-of-type input {
  margin-top: 0 !important;
}
#section-contact #recaptchaContainer {
  padding-top: 7px;
}
/* Page des donateurs */
.team-member-meta-div {
  display: none;
}
.groupe_organisation.vignette .team-member-content {
  text-align: center;
}
.groupe_organisation.vignette .team-member-content h4 {
  height: auto;
}
.groupe_organisation.vignette .team-member-content ul {
  display: flex;
  justify-content: center;
}
.groupe_organisation.vignette .team-member-content ul li {
  float: none !important;
}
