/* COULEURS */
/*
Sont définie en global, parématrables dans l'admin :
- main_color_1
- main_color_2
*/
/* RESPONSIVE */
/* je sete des variale en utilisant celles de bootstrapo */
/* HEADEER */
/* couleur des textes */
/* Les chartes ont souvent 3 couleurs principales et pas 2 */
/* Maintenant on peut, à partir de ces 3 couleurs, définir les couleurs utilisées sur les différences composants */
/* Section annuaire fond formulaire */
/* FOOTER */
/* block dateSide */
/* ################################# DEBUT PROJET ################################################### */
/* ajout une css extern "Google font " */
/*
protected function modifyContext($context2 = array(), $widgetsRight = true)
{
    foreach ($GLOBALS as $key => $val)
    global ${$key};
    
    $context2 = parent::modifyContext($context2);
    $context2['header']['other_css'] = array();
    $context2['header']['other_css'][] = "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap";
    return $context2;
}

*/
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #646466;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body .annonce-info-line a {
  color: #009ec8 !important;
}
@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: 'Montserrat', sans-serif;
  color: #646466;
  font-weight: 600;
}
.home-section.section-default .section-title.side-title .title {
  color: #009ec8 !important;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
  background: #f76e0c !important;
}
.home-section.section-default .section-title .title {
  color: #00457c !important;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.header-main .slogan {
  position: absolute;
  top: 40px;
  left: 120px;
  font-size: 18px;
  color: #00457c;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-main .slogan .color3 {
  color: #f76e0c;
}
.bgcolor2 {
  background: #009ec8 !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: 600 !important;
    margin: 20px 0 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%;
  }
  .header-main .slogan {
    position: absolute;
    top: 10px;
    left: 60px;
    font-size: 13px;
    line-height: 1.1rem;
  }
}
body .home-section.section-default .section-more a {
  display: inline-block;
  border-radius: 25px;
  padding: 0 30px;
  line-height: 48px;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/*
Config PHP
// module_asso/cms/src/classes/FrontController.php
public static function getHeaderConfig() {
    $res = parent::getHeaderConfig();
    $res['rs_append'] = '<li  class="rs-append"><a href="https://ebi-edu.com/fr/" target="_blank">Site de l\'EBI</a></li>';
    $res['contact_textMode'] = true;
    $res['boutique_icon'] = 'fas fa-shopping-bag';
    $res['search_icon'] = 'fas fa-search';
    $res['btn_recruteur'] = true;
    $res['rs_nolabel'] = true;
    $res['old_side_nav'] = true;
    return $res;
}
*/
/* ############ topbar ############ */
@media (max-width: 767.98px) {
  .search-toggle-wrapper .search-toggle {
    font-size: 22px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 12px;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 13px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .socials .contact {
    position: relative;
    padding-left: 10px;
  }
  header .bar .socials .contact:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 11px;
    position: absolute;
    left: 0;
    background: #f76e0c;
  }
  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: #00457c;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #00457c;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    max-width: 30px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 30px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  header .bar .socials li + li {
    margin-left: 5px;
  }
  header .bar .inline-div-section-wrapper {
    display: block;
  }
  header .bar .inline-div-section-wrapper .inline-div-section {
    float: right;
    flex: unset;
  }
  header .bar .inline-div-section-wrapper .inline-div-section.socials-wrapper {
    float: left;
  }
  header .bar .socials.rs-nolabels a: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: #009ec8;
  }
  header .bar .socials.rs-nolabels a i,
  header .bar .shopping-cart a i,
  header .bar .search-toggle i {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .bar .shopping-cart a {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    width: auto;
    padding: 11px 0 0 15px;
    position: relative;
    margin-left: 15px;
  }
  header .bar .shopping-cart a:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 13px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding-top: 11px;
  }
  header .bar .header-search-mobile {
    left: -324px !important;
  }
  header .bar .search-wrapper,
  header .bar .inline-div-section {
    height: 40px;
  }
  header .bar .btn-inscription-wrapper,
  header .bar .btn-don-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-adherer-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 3px !important;
    flex: unset;
    text-transform: none;
    line-height: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 180px;
    margin-left: 15px;
    border: 0 none !important;
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper {
    background: #009ec8;
  }
  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: 30px !important;
    height: 30px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .NA_connexion:hover,
  header .bar .NA_connexion:focus,
  header .bar .NA_connexion:active {
    background-color: #009ec8 !important;
  }
  header .bar .NA_connexion:hover .connexion-btn,
  header .bar .NA_connexion:focus .connexion-btn,
  header .bar .NA_connexion:active .connexion-btn,
  header .bar .NA_connexion:hover .connexion-np,
  header .bar .NA_connexion:focus .connexion-np,
  header .bar .NA_connexion:active .connexion-np {
    background-color: transparent !important;
  }
  header .bar .NA_connexion:hover .connexion-btn > *,
  header .bar .NA_connexion:focus .connexion-btn > *,
  header .bar .NA_connexion:active .connexion-btn > *,
  header .bar .NA_connexion:hover .connexion-np > *,
  header .bar .NA_connexion:focus .connexion-np > *,
  header .bar .NA_connexion:active .connexion-np > * {
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #fff !important;
  }
  header .bar .btn-don-wrapper > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-adherer-wrapper > a,
  header .bar .btn-adherer-label {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 30px !important;
    height: 30px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .btn-don-wrapper > a:hover,
  header .bar .btn-inscription-wrapper > a:hover,
  header .bar .btn-recruteur-wrapper > a:hover,
  header .bar .btn-adherer-wrapper > a:hover,
  header .bar .btn-adherer-label:hover {
    background-color: #fff !important;
    color: #00457c !important;
  }
  header .bar .btn-don-wrapper > a:hover > span,
  header .bar .btn-inscription-wrapper > a:hover > span,
  header .bar .btn-recruteur-wrapper > a:hover > span,
  header .bar .btn-adherer-wrapper > a:hover > span,
  header .bar .btn-adherer-label:hover > span {
    color: #00457c !important;
  }
  header .logo {
    display: inline-block;
    width: 91px;
    height: 130px;
  }
  header .logo > a {
    width: 91px;
    height: 130px;
  }
  header .logo img {
    max-height: 130px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 130px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 29px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 14px;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    color: #646466;
    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;
    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: #00457c;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #f76e0c;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- 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 {
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 100%;
  background: linear-gradient(to left, rgba(0, 69, 124, 0.8) 0%, rgba(0, 158, 200, 0.8) 100%);
  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: 600;
  text-align: center;
}
#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: #00457c !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 --------------------------------------------------*/
#section-apropos .apropos-cta a {
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  #section-apropos .apropos {
    display: block !important;
    padding: 15px !important;
  }
  #section-apropos .apropos .apropos-image-wrapper {
    display: block !important;
  }
  #section-apropos .apropos .apropos-cta {
    display: block;
    position: relative;
    margin: 15px 0;
  }
}
/* ################################# MAIN LISTS ################################################### */
#row-lists .home-section.section-default .section-more a {
  display: inline-block;
  border-radius: 0;
  background: transparent !important;
  padding: 0;
  border: 0 none;
}
@media (max-width: 1199.98px) {
  #row-lists .home-section.section-default .section-more a {
    line-height: 40px;
  }
}
#section-offres .model-ratio-image .containerImg .click-img {
  background-color: #fff !important;
}
#section-offres .model-ratio-image .containerImg .click-img .newsImg {
  object-fit: contain !important;
}
/* css news */
@media (min-width: 1200px) {
  #section-offres,
  #section-carnet,
  #section-actus {
    padding: 72px 0 44px;
  }
  #section-offres .top_link,
  #section-carnet .top_link,
  #section-actus .top_link {
    top: 80px;
    margin: 0;
  }
  #section-offres .top_link a,
  #section-carnet .top_link a,
  #section-actus .top_link a {
    padding: 0;
  }
}
#section-offres .listViewReduced .model-image .containerImg,
#section-carnet .listViewReduced .model-image .containerImg,
#section-actus .listViewReduced .model-image .containerImg {
  background: #fff;
}
#section-offres .listViewReduced .model-image .containerImg .newsImg,
#section-carnet .listViewReduced .model-image .containerImg .newsImg,
#section-actus .listViewReduced .model-image .containerImg .newsImg {
  background: #fff;
}
#section-offres .section-more a,
#section-carnet .section-more a,
#section-actus .section-more a {
  padding-right: 0;
  color: #646466;
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
}
#section-offres .slick-slider.slick-vertical i.slick-arrow,
#section-carnet .slick-slider.slick-vertical i.slick-arrow,
#section-actus .slick-slider.slick-vertical i.slick-arrow {
  color: #646466;
}
#section-offres.home-section.section-default .section-title,
#section-carnet.home-section.section-default .section-title,
#section-actus.home-section.section-default .section-title {
  border-bottom: 2px solid #f76e0c;
  margin: 0 15px 15px;
  font-size: 13px;
  padding-bottom: 8px;
}
#section-offres .home-article,
#section-carnet .home-article,
#section-actus .home-article {
  border: 1px solid #eeeeee;
  background: #fff;
  border-radius: 7px;
  height: 135px;
}
#section-offres .home-article:hover,
#section-carnet .home-article:hover,
#section-actus .home-article:hover,
#section-offres .home-article:focus,
#section-carnet .home-article:focus,
#section-actus .home-article:focus {
  border-color: #00457c !important;
}
#section-offres .home-article.listViewReduced:after,
#section-carnet .home-article.listViewReduced:after,
#section-actus .home-article.listViewReduced:after {
  display: none;
}
#section-offres .home-article .desc,
#section-carnet .home-article .desc,
#section-actus .home-article .desc,
#section-offres .home-article .date,
#section-carnet .home-article .date,
#section-actus .home-article .date {
  display: none;
}
#section-offres .home-article .date_after_title,
#section-carnet .home-article .date_after_title,
#section-actus .home-article .date_after_title {
  font-weight: 400;
  font-size: 12px;
  color: #646466;
  line-height: 1rem;
  text-align: left;
  position: absolute;
  bottom: 0;
}
#section-offres .home-article .title,
#section-carnet .home-article .title,
#section-actus .home-article .title {
  padding: 0 !important;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #section-offres .home-article .title,
  #section-carnet .home-article .title,
  #section-actus .home-article .title {
    font-size: 13px;
    line-height: 1.5rem;
  }
}
#section-offres .home-article .model-image .click-img,
#section-carnet .home-article .model-image .click-img,
#section-actus .home-article .model-image .click-img {
  background: #eee;
}
#section-offres .home-article .model-image .click-img img,
#section-carnet .home-article .model-image .click-img img,
#section-actus .home-article .model-image .click-img img {
  min-width: 100%;
  min-height: 100%;
}
#section-offres .clearfix,
#section-carnet .clearfix,
#section-actus .clearfix {
  height: 0;
  line-height: 0;
}
@media (max-width: 767.98px) {
  #section-offres .col-article + .col-article,
  #section-carnet .col-article + .col-article,
  #section-actus .col-article + .col-article {
    padding-top: 15px;
  }
  #section-offres .home-article .title,
  #section-carnet .home-article .title,
  #section-actus .home-article .title {
    font-size: 13px;
    line-height: 1.2rem;
  }
}
#section-offres .entreprise {
  position: absolute;
  bottom: 30%;
  font-size: 13px;
  color: #f76e0c !important;
  white-space: nowrap;
  max-width: 225px;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* --------------------------------  END LISTS --------------------------------------------------*/
/* ################################# event  ############################################ */
@media (max-width: 1199.98px) {
  #section-event {
    padding: 0 15px;
  }
  #section-event .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
}
#section-event .section-more {
  margin-top: 35px;
}
#section-event .article-details {
  padding: 0 70px 0 0;
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  color: #646466;
}
#section-revue .home-article,
#section-events .home-article {
  background: transparent;
  border: 0 none;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 7px;
}
#section-revue .home-article .model-image .click-img,
#section-events .home-article .model-image .click-img {
  border-radius: 7px 7px 0 0;
}
#section-revue .home-article .desc,
#section-events .home-article .desc {
  padding: 0 !important;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
#section-revue .home-article .date,
#section-events .home-article .date {
  width: 200px;
  height: 44px;
  background-color: #f76e0c;
  left: 50%;
  text-transform: uppercase;
  transform: translateX(-50%);
  border-radius: 8px;
  bottom: -22px;
  font-weight: normal;
}
#section-revue .home-article .date span,
#section-events .home-article .date span {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  font-size: 18px !important;
  line-height: 44px;
}
#section-revue .home-article .title,
#section-events .home-article .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
#section-revue .home-article .model-image,
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 8px;
}
#section-revue .home-article.locationBottom .location,
#section-events .home-article.locationBottom .location {
  color: #f76e0c;
  text-transform: none;
  font-weight: 600;
}
#section-actus .desc,
#section-events .desc {
  display: none !important;
}
/* --------------------------------  END event ------------------------------------------------*/
#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,
#section-gmap .simple_mode_2 .section-body .input-group .form-control,
#section-gmap .simple_mode_2 .section-body .search .icon-left {
  color: #646466;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  border-radius: 30px;
  background-color: #00457c;
  height: 50px;
  line-height: 50px;
  margin: 4px;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  border: 2px solid #00457c;
  color: #00457c;
  background-color: #fff;
}
#section-gmap .search {
  height: 62px;
  border-radius: 30px;
  text-transform: none !important;
}
@media (max-width: 767.98px) {
  #section-gmap .simple_mode_2 .section-body .intro {
    text-align: left !important;
  }
  #section-gmap .section-body .intro {
    padding: 20px;
  }
  #section-gmap .section-body .title {
    padding: 0 10px;
  }
}
/* --------------------------------  END gmap ------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: linear-gradient(to left, #00457c 0%, #009ec8 100%);
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  line-height: 80px;
  margin: 0 15px;
  font-weight: 600;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media (max-width: 1199.98px) {
  #section-compteurs .counter-mode-icon .counter-txt .counter-digit {
    font-size: 52px;
  }
}
@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 ------------------------------------------------*/
#row-temoignage {
  background: #F9FBFE;
}
#row-temoignage blockquote {
  padding-bottom: 0;
}
@media (max-width: 1199.98px) {
  #row-temoignage blockquote {
    padding: 0;
  }
}
#row-temoignage .section-title .title,
#row-temoignage blockquote,
#row-temoignage .auteur-wrapper a {
  color: #00457c !important;
}
#row-temoignage blockquote:before,
#row-temoignage blockquote:after {
  transform: none;
  font-family: 'Montserrat', sans-serif;
  color: #f76e0c !important;
}
#row-temoignage .auteur-wrapper {
  padding: 0 0 10px 15px;
}
#row-temoignage .auteur-wrapper .auteur:before,
#row-temoignage .section-title .line {
  background-color: #f76e0c !important;
}
#row-temoignage #section-temoignage ul.slick-dots li button:before {
  color: #dedede !important;
}
#row-temoignage #section-temoignage ul.slick-dots li.slick-active button:before {
  color: #00457c !important;
}
/* ################################# groupes ################################################### */
#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(0, 69, 124, 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 {
  width: 100%;
  margin-top: 22px;
  font-size: 24px;
  font-weight: 600;
  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: 600;
  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 ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/*
Config PHP
// module_asso/cms/src/classes/FrontController.php
public static function getFooterConfig() { 
    $res = parent::getFooterConfig();
    
    $res['show_logo'] = true;
    $res['mode'] = 'simple-one';
    $res['tel_prefix'] = '';
    $res['logo_footer'] = 'logo-footer.png';
    
    $res['footer_links'] = array();
    foreach (array('admin', 'mentions_legales', 'credits', 'faq', 'sitemap' ) as $key)
    $res['footer_links'][] = $res['footer_links_available'][$key];
    
    return $res;
}
*/
/* variables less */
#footer-bottom {
  border-top: 1px solid #526A7D;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
#footer-bottom #footer-socials li {
  padding-top: 12px;
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #00457c;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #646466;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .footer-bottom-coords {
  line-height: 50px;
}
#footer-middle {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
/* css footer */
#footer-middle .logos-left img {
  max-width: 91px !important;
}
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 55px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    text-align: justify;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
    font-size: 14px;
  }
  #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 {
    text-align: center;
  }
}
@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 --------------------------- */
.contenu_static h1,
.contenu_static h2,
.contenu_static h3,
.contenu_static h4,
.contenu_static h5,
.contenu_static h6 {
  color: #00457c;
}
.contenu_static h2 {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
}
.contenu_static h3 {
  font-size: 15px;
}
.contenu_static a.contenu_static ol li h3 {
  font-size: 15px;
  color: #009ec8;
  margin-bottom: 20px;
}
.contenu_static ol li h3:before {
  content: '';
  background-image: url(/ressources/css/images/sprite4.png);
  background-position: -682px -105px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -1px;
}
.contenu_static ol {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
}
.contenu_static ol > li {
  font-size: 14px;
  counter-increment: title-counter;
}
.contenu_static ol > li:before {
  content: counter(step-counter);
  margin-left: 0px;
  margin-right: 5px;
  font-size: 80%;
  background-color: #fe9b1b;
  color: white;
  font-weight: bold;
  padding: 0px 5px;
}
.contenu_static ol > li {
  font-size: 14px;
  counter-increment: step-counter;
}
.contenu_static ul.list-bullets li:before {
  content: '';
  background-image: url(/ressources/css/images/sprite4.png);
  background-position: -733px -105px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  position: absolute;
  left: 15px;
}
.contenu_static .article-row {
  margin-bottom: 25px;
}
.contenu_static a.link-more {
  display: inline-block;
  margin: 20px 0px;
}
.contenu_static a.link-more:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #f76e0c url(/ressources/css/images/ico-arrow-right.png) no-repeat center center;
  position: relative;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
}
.contenu_static .table-item th,
.contenu_static .table-item td:first-child {
  font-weight: bold;
}
.contenu_static blockquote {
  position: relative;
  background: #ecf7fd;
  padding: 20px 10px 20px 50px;
  border-left: 2px solid #069;
  margin: 30px 0px 30px 30px;
}
.contenu_static blockquote:before {
  content: '';
  background-image: url(/ressources/css/images/sprite4.png);
  background-position: -111px -140px;
  width: 56px;
  height: 36px;
  position: absolute;
  left: -29px;
  top: calc(32%);
}
.contenu_static blockquote ul.list-bullets li {
  padding-left: 15px;
}
.contenu_static blockquote ul.list-bullets li:before {
  left: -2px;
}
.contenu_static blockquote a {
  color: #f76e0c;
  font-weight: bold;
}
.contenu_static h1 {
  font-size: 26px !important;
  color: #09699a !important;
  font-family: 'robotobold', sans-serif !important;
  font-weight: 400 !important;
}
.table-item {
  margin-bottom: 32px;
  margin-top: -4px;
}
.table-item table {
  border-collapse: separate;
  border-spacing: 4px 4px;
  text-align: center;
}
.table-item th {
  background: #dcdcdc;
  padding: 8px 20px 9px;
  color: #000;
  font-weight: 400;
}
.table-item th:first-child {
  background: none;
}
.table-item td {
  padding: 8px 20px;
  background: #f5f5f5;
  color: #6a6a6a;
  font-size: 14px;
}
.table-item td:first-child {
  background: #dcdcdc;
  text-align: right;
  color: #000;
  width: 182px;
}
.nav-inner-bis .img-sub-div {
  text-align: center;
  background: #d9d9d9;
  width: 170px;
  height: 120px;
  margin: auto;
  position: relative;
}
.nav-inner-bis .img-sub {
  max-width: 170px;
  max-height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nav-inner-bis .ico-arrow-right {
  width: 14px;
  height: 14px;
  background: #f76e0c url(/css/images/ico-arrow-right.png) no-repeat center center;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.nav-inner-bis .link-more {
  position: absolute;
  top: 255px;
  font-weight: 600;
}
.last-nav-inner-bis {
  /* margin-right:0 ; */
  clear: right;
}
.nav-inner {
  background: #f5f5f5;
  padding: 12px 10px 2px;
}
.nav-inner h3 {
  background: #fff;
  color: #09699a;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 12px 2px;
}
.nav-inner ul {
  padding: 0 13px;
  margin-bottom: 14px;
}
.nav-inner li ~ li {
  margin-top: 6px;
  *margin-top: 4px;
}
.nav-inner a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  display: block;
}
.nav-inner a i {
  position: relative;
  top: -3px;
  *top: 0;
  margin-right: 1px;
  *margin-right: 3px;
}
.nav-inner .disabled a {
  color: #8f8f8f;
}
.nav-inner-bis {
  float: left;
  width: 204px;
  height: 265px;
  margin-right: 30px;
  margin-bottom: 40px;
  padding: 10px 5px;
}
.nav-inner-bis li {
  list-style: none;
  position: relative;
}
.nav-inner-bis h3 {
  background: none;
  padding: 0;
  margin: 7px 0 13px;
  font-weight: bold;
}
.list_articles.vignette .article .container .date {
  font-size: 12px;
  color: #646466;
}
.list_articles.vignette .article .container .readMore {
  color: #00457c;
}
#fancybox-content > div {
  max-width: 100%;
  max-height: 100%;
}
