/* 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: 'Marianne', sans-serif;
  color: #1e1e1e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Marianne', sans-serif;
  color: #1e1e1e;
  font-weight: 700;
}
.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: #1e1e1e !important;
  line-height: 33px;
  font-size: 32px;
  font-weight: 700;
}
body .home-section.section-default .section-more a {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  border: 0 none;
  border-radius: 0;
  background: #000091;
  text-transform: none;
}
body .home-section.section-default .section-more a:hover {
  background: #1414B1;
  color: #fff;
}
@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: 700 !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 --------------------------------------------------*/
/* ################################# 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) {
  header .lang-toggle-wrapper .lang_link {
    line-height: 40px;
  }
  header .logo-smaller img {
    margin-left: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
.topbar-btn-icon {
  display: inline-block !important;
  text-align: center;
}
/* icone handchacke */
.btn-adherer-label {
  display: inline-block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .btn-adherer-wrapper {
    margin-right: 30px;
  }
  .btn-adherer-wrapper .icon {
    margin-right: 10px;
  }
  .btn-adherer-wrapper .icon:before {
    font-size: 16px;
    display: block;
  }
}
.btn-adherer-wrapper:before {
  position: absolute;
  right: 0;
  top: 12px;
  content: '';
  height: 16px;
  width: 1px;
  background-color: #1e1e1e;
}
.btn-adherer-wrapper:before {
  left: 0;
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 20px 0 0;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
}
.bar {
  font-size: 16px;
  font-family: 'Marianne', sans-serif;
  color: #000091;
}
.bar ul.socials {
  width: fit-content;
}
.bar ul.socials li.langs-wrapper {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.bar ul.socials li.langs-wrapper a.selected {
  color: #CBD7E8;
}
.bar ul.socials li.langs-wrapper .switch-slider {
  background: #CBD7E8;
}
.bar ul.socials li.langs-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 16px;
  width: 1px;
  background-color: #000091;
}
.bar .rs-append {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
}
.bar .rs-append:hover {
  text-decoration: underline;
}
.bar .rs-append:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 16px;
  width: 1px;
  background-color: #000091;
}
.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: #1e1e1e;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .bar .shopping-cart i,
  .bar .search-toggle-wrapper .search-toggle {
    margin-right: 0;
  }
  .bar .btn-recruteur-wrapper,
  .bar .btn-inscription-wrapper,
  .bar .btn-adherer-wrapper,
  .bar .NA_connexion .connexion-np,
  .bar .NA_connexion .connexion-btn {
    margin: 0 !important;
    max-width: 150px !important;
    text-transform: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    background-color: transparent !important;
    color: #000091 !important;
    position: relative;
  }
  .bar .btn-recruteur-wrapper > span,
  .bar .btn-inscription-wrapper > span,
  .bar .btn-adherer-wrapper > span,
  .bar .NA_connexion .connexion-np > span,
  .bar .NA_connexion .connexion-btn > span,
  .bar .btn-recruteur-wrapper > a,
  .bar .btn-inscription-wrapper > a,
  .bar .btn-adherer-wrapper > a,
  .bar .NA_connexion .connexion-np > a,
  .bar .NA_connexion .connexion-btn > a {
    color: #000091 !important;
    font-size: 16px;
  }
  .bar .btn-recruteur-wrapper .topbar-btn-icon,
  .bar .btn-inscription-wrapper .topbar-btn-icon,
  .bar .btn-adherer-wrapper .topbar-btn-icon,
  .bar .NA_connexion .connexion-np .topbar-btn-icon,
  .bar .NA_connexion .connexion-btn .topbar-btn-icon,
  .bar .btn-recruteur-wrapper i.fas:not(.fa-chevron-down),
  .bar .btn-inscription-wrapper i.fas:not(.fa-chevron-down),
  .bar .btn-adherer-wrapper i.fas:not(.fa-chevron-down),
  .bar .NA_connexion .connexion-np i.fas:not(.fa-chevron-down),
  .bar .NA_connexion .connexion-btn i.fas:not(.fa-chevron-down) {
    font-size: 16px !important;
    max-width: unset;
    min-width: unset;
    width: unset;
    height: unset;
    top: unset;
    left: unset;
    right: unset;
    line-height: unset;
    padding: 0 !important;
    margin: 0;
    display: inline-block !important;
    color: #000091 !important;
  }
  .bar .btn-recruteur-wrapper:after,
  .bar .btn-inscription-wrapper:after,
  .bar .btn-adherer-wrapper:after,
  .bar .NA_connexion .connexion-np:after,
  .bar .NA_connexion .connexion-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
  .bar .NA_connexion .connexion-np:after,
  .bar .NA_connexion .connexion-btn:after {
    display: none;
  }
  .bar .btn-inscription-wrapper > a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
  }
  .bar .connexion-np .login-small-thumb {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.header-search-mobile {
  border-top: 1px solid #dedede;
  background: #fff !important;
}
@media (max-width: 1200px) {
  .bar .btn-adherer-wrapper {
    background: transparent;
    color: #000091;
    padding-top: 12px !important;
  }
  .bar .btn-adherer-wrapper span,
  .bar .btn-adherer-wrapper a {
    color: #000091;
  }
}
@media (min-width: 1200px) {
  body .logo {
    height: 80px;
  }
  body .logo .logo-a {
    height: 71px;
    width: 87px;
  }
  body .logo .logo-a .logo-img {
    margin-top: 10px;
    width: 87px;
    height: 71px;
    min-height: 71px;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
header div.main-navigation-row .header-slogan {
  max-width: 850px;
  text-align: left;
  font-size: 14px !important;
  color: #1E1E1E;
  letter-spacing: 0;
  font-weight: 400;
  left: 110px;
  top: 38%;
}
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .header-navigation {
    max-height: 80px;
  }
  header .logo > a img {
    max-height: 80px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 80px;
  }
  header .main-navigation-row .header-slogan,
  header .header-main .header-slogan {
    font-size: 20px;
    color: #000000;
    text-align: right;
    line-height: 24px;
    font-weight: 400;
  }
  header .header-navigation .nav > ul {
    display: block;
    width: 100%;
    text-align: left;
  }
  header .header-navigation .nav > ul a {
    color: #5a7184;
    font-size: 14px;
    font-weight: 400;
  }
  header .nav.nav-default-mod > ul > .menuli > .nav-dropdown {
    top: 100%;
  }
  header .nav.nav-default-mod > ul > .menuli > .nav-dropdown > ul > li:hover > a {
    color: #ffffff;
  }
  header .header-navigation .nav > ul > li.menuli > a {
    font-size: 16px;
    padding: 0 20px;
    text-transform: none !important;
  }
  header .header-navigation .nav > ul > li.menuli > .nav-dropdown > ul > li:hover > a {
    background: #9a9aff;
  }
  header .header-navigation .nav > ul > li.menuli:hover:after {
    content: '';
    width: calc( 100% - 30px );
    height: 4px;
    background: #000;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* ################################# DEBUT CARROUSEL ################################################### */
/* 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: 0;
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(154, 154, 255, 0.75);
  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 {
  font-family: 'Marianne', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 40px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
}
#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: #000091 !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 --------------------------------------------------*/
/* ################################# MAIN LIENS ################################################### */
#section-liens .lien {
  position: relative;
  height: 127px;
  padding: 0;
  box-shadow: none;
  background: #F9F8F6;
}
#section-liens .lien:hover {
  background: #f5f3f0;
}
#section-liens .lien .title {
  display: block;
  position: absolute;
  font-size: 20px;
  color: #1e1e1e;
  letter-spacing: 0;
  line-height: 30px;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc( 100% - 80px);
}
#section-liens .lien .title .lien-img {
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#section-liens .lien .lien-txt {
  padding-left: 0;
}
#section-liens .lien .lien-txt .bigger {
  font-size: 16px;
  color: #383838;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  #section-liens .col-article + .col-article {
    margin-top: 15px !important;
  }
}
@media (min-width: 1199.98px) {
  #section-liens .row {
    text-align: center;
  }
  #section-liens .row .col-md-4 {
    float: none !important;
    display: inline-block !important;
  }
}
/* --------------------------------  END LIENS --------------------------------------------------*/
/* ################################# annuaire ################################################### */
/* php :

        $content = array(
            'section' => array(
                'type' => 'default',
                'col' => '12',
                'background' => 'transparent',
                'class' => 'annuaire-express-simple',
                'title' => array(
                    'txt' => NA_FA("Rechercher un diplômé"),
                    'delegate' => true
                ),
                'id' => 'section-annuaireexpress'
            ),
            'article' => array(
                   'type' => 'annuaire_express_simple',
                   'class' => 'text-right'
            ),
            'source' => array(
                    'name' => 'Standard::getMembers',
            ),
            'geometry' => array('w' => 1),
            'class' => 'non-responsive',
            'class' => 'unslickit',
        );
        $rows[] = array(
            'contents' => array($content),
            'background' => array('color' => \NAConst::get('MAIN_COLOR1') )
        );

*/
/* css */
#section-annuaireexpress {
  padding: 70px 0 80px;
}
#section-annuaireexpress.home-section.section-default .section-title .title {
  color: #fff !important;
  line-height: 48px;
}
#section-annuaireexpress.home-section.section-default .section-title {
  margin: 0;
}
#section-annuaireexpress.home-section.section-default .section-title .title {
  margin: 0;
  padding: 0;
}
#section-annuaireexpress .article-annuaire_express_simple input[type="search"] {
  border-radius: 0;
  border: 0 none;
}
#section-annuaireexpress .article-annuaire_express_simple .submit-search-btn {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  border: 0 none;
  border-radius: 0;
  background: #9a9aff;
  text-transform: none;
}
#section-annuaireexpress .article-annuaire_express_simple .submit-search-btn:hover {
  background: #1414B1;
  color: #fff;
}
@media (max-width: 767.98px) {
  #section-annuaireexpress .article-annuaire_express_simple .submit-search-btn {
    margin-top: 15px;
    padding: 0 35px;
  }
}
/* --------------------------------  END annuaire ------------------------------------------------*/
/* ################################# bienvenue  ################################################### */
#row-partenaires #section-apropos,
#row-apropos #section-apropos {
  padding-bottom: 40px;
}
#row-partenaires #section-apropos .apropos .apropos-cta,
#row-apropos #section-apropos .apropos .apropos-cta {
  display: none !important;
}
#row-partenaires #section-apropos .apropos-desc,
#row-apropos #section-apropos .apropos-desc {
  font-size: 20px;
  color: #383838;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  #row-partenaires .apropos-image-wrapper,
  #row-apropos .apropos-image-wrapper {
    float: none !important;
    width: 100% !important;
  }
  #row-partenaires .apropos-image-wrapper img,
  #row-apropos .apropos-image-wrapper img {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block;
    float: none;
  }
  #row-partenaires .home-section,
  #row-apropos .home-section {
    padding: 15px 0;
  }
}
/* --------------------------------  END bienvenue --------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#section-emploi {
  padding-bottom: 60px;
}
#section-emploi .model-image {
  display: none;
}
#section-emploi.home-section.section-default .section-title {
  z-index: 999;
  position: relative;
  color: #fff;
  line-height: 50px !important;
}
#section-emploi.home-section.section-default .section-title .title {
  line-height: 50px;
  color: #fff;
}
#section-emploi .date {
  bottom: 80px;
  left: 50px;
}
#section-emploi .article-Model .readmore-wrapper {
  left: 50px;
  bottom: 10px;
}
#section-emploi .home-article {
  padding: 30px;
  border: 0 none;
  background: #f9f9f9;
  transition: background .3s;
  border-radius: 0;
}
#section-emploi .home-article:hover {
  background: #f2f2f2;
}
#section-emploi .home-article .title {
  font-weight: 700;
  text-transform: none;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 30px;
  position: relative;
}
#section-emploi .home-article .title .entreprise {
  display: none;
}
#section-emploi .home-article .date {
  text-transform: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 15px;
  text-transform: capitalize;
  font-size: 12px;
  color: #6A6A6A;
  line-height: 18px;
  font-weight: 400;
}
#section-emploi .readmore-wrapper {
  bottom: 30px;
  left: 0 !important;
}
#section-emploi .readmore-wrapper a {
  background-color: transparent;
  float: left;
  margin: 15px 30px;
  padding: 0;
  font-size: 16px;
  color: #000091;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
#section-emploi .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-emploi .readmore-wrapper a:hover i {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  #section-emploi .date {
    bottom: 45px;
  }
  #section-emploi .article-Model .readmore-wrapper {
    bottom: 10px;
  }
  #section-emploi .section-more {
    position: relative;
  }
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
@media (min-width: 1200px) {
  #section-actus .home-content {
    padding-left: 0;
  }
}
#section-actus .home-article {
  background-color: #f9f9f9;
  border: 0 none;
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  #section-actus .home-article {
    height: auto !important;
    min-height: 490px;
  }
}
#section-actus .home-article .model-content .date {
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 30px;
  text-transform: none;
  font-size: 12px;
  color: #6A6A6A;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
#section-actus .home-article .title {
  font-weight: 400;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 0 30px;
  font-weight: bold;
}
#section-actus .home-article .desc {
  font-size: 16px;
  color: #1e1e1e;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  margin: 0 30px;
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  bottom: 30px;
  left: 0 !important;
}
#section-actus .home-article .readmore-wrapper a {
  background-color: transparent;
  float: left;
  margin: 15px 30px 0;
  padding: 0;
  font-size: 16px;
  color: #000091;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
#section-actus .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-actus .home-article .readmore-wrapper a:hover i {
  margin-left: 20px;
}
.home-section.section-default .section-title .title {
  font-size: 40px;
  line-height: 64px;
  font-weight: bold;
}
#section-events .col-article + .col-article {
  margin-top: 30px !important;
}
#section-events .col-article {
  margin: 0 !important;
}
@media (min-width: 1200px) {
  #section-events.section-default .section-more a {
    color: #fff !important;
  }
}
@media (max-width: 767.98px) {
  #section-events {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #section-events .home-article.article-Model {
    background-color: transparent !important;
  }
  #section-events .containerImg {
    padding-bottom: 66%;
  }
  #section-events .model-image.model-ratio-image {
    margin: 0;
  }
}
/* --------------------------------  END ROW-EVENTS-NEWS --------------------------------------------------*/
#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 div.row ul.slick-dots li.slick-active button:before {
  color: #000091 !important;
}
#section-temoignage div.row ul.slick-dots li button:before {
  font-size: 20px;
  color: #AEAEAE !important;
}
#section-temoignage blockquote {
  border: 0 none;
}
#section-temoignage blockquote:before {
  content: '';
  width: 84px;
  height: 80px;
  left: -100px;
  position: absolute;
  top: 0;
  background: url(/ressources/css/images/quotes.png) no-repeat left top;
  display: block;
  background-size: contain;
}
#section-temoignage blockquote:after {
  display: none;
}
@media (max-width: 767.98px) {
  #section-temoignage blockquote:before {
    left: -20px !important;
    top: -20px !important;
  }
}
#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-nom {
  font-size: 20px;
  color: #383838;
  line-height: 32px;
  font-weight: 700;
}
#section-temoignage .auteur-wrapper .auteur .auteur-info {
  font-size: 12px;
  color: #6A6A6A;
  line-height: 24px;
  font-weight: 400;
}
/* ################################# RS  ############################################ */
#section-linkedin .date-rs > i {
  background: #0966C3;
}
#section-linkedin .titre-rs {
  color: #0966C3;
}
#section-twitter .date-rs > i {
  background: #50ABF1;
}
#section-twitter .titre-rs {
  color: #50ABF1;
}
#section-insta .date-rs > i {
  background-image: linear-gradient(0deg, #ffd600 0%, #ff0095 52%, #f2069c 58%, #cf14b0 68%, #962ccf 81%, #494dfa 97%, #3f51ff 100%);
}
#section-insta .titre-rs {
  color: #FF0095;
}
#section-twitter .home-article,
#section-linkedin .home-article,
#section-insta .home-article {
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
/* --------------------------------  END RS ------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs {
  padding-top: 60px;
  padding-bottom: 60px;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  margin: 0 15px;
  text-align: center;
  line-height: 108px;
  font-weight: 700;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: 700;
  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 ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
#footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  font-size: 14px;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 4px;
  background: #e7e7e7;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .footer_apps {
  text-align: center;
}
#footer-bottom .footer_apps a {
  display: block;
}
#footer-bottom .footer_apps a + a {
  margin-top: 15px;
}
/* css footer */
#footer-middle {
  padding-top: 38px !important;
  padding-bottom: 9px !important;
}
#footer-middle .footer-logos-wrapper #footer-logo-1 .logo-img {
  max-width: 270px;
  max-height: 130px;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 .logo-img {
  max-width: 228px;
  max-height: 62px;
}
#footer-middle a:hover {
  text-decoration: underline !important;
}
#footer-middle .bold * {
  font-weight: 700 !important;
  font-size: 14px !important;
}
#footer-middle * {
  line-height: 1.8em;
}
#footer-middle * {
  font-size: 14px;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 220px;
  }
  #footer-middle .row {
    display: flex;
    align-items: center;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle .footer-logos-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #footer-middle .footer-logos-wrapper .footer-logo {
    width: 50%;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-1 {
    padding-top: 15px;
    margin-right: 40px;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-2 {
    padding-top: 40px;
  }
  #footer-middle #footer-center .list-inline li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-inline a {
    font-size: 12px;
    color: #E7E7E7;
    font-weight: 400;
  }
  #footer-middle .list-inline a:hover {
    text-decoration: underline !important;
  }
  #footer-middle #footer-socials {
    display: block;
    padding: 20px 0;
  }
  #footer-right div {
    font-size: 14px;
    color: #F0F0F0;
    line-height: 26px;
    font-weight: 400;
  }
  #footer-logos {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 101px !important;
  }
  #footer-logos {
    margin: 15px 0;
    text-align: center;
  }
  #footer-logos .logo-img {
    max-width: 80% !important;
  }
  #footer-logos .footer-logo {
    max-width: 40%;
    margin: auto;
    display: inline-block;
  }
  #footer-right {
    text-align: center;
    margin-top: 30px;
    line-height: 1.2em;
  }
}
@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 --------------------------- */
