/* 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: 'Roboto', sans-serif;
  color: #333333;
  -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 {
  font-family: 'Roboto', sans-serif;
  color: #079cd3;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #888788 !important;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  line-height: 33px;
  font-size: 40px;
}
body .home-section.section-default .section-more a {
  height: 16px;
  padding: 0 30px;
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    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: left !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) {
  .search-toggle-wrapper .search-toggle {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  display: block;
}
@media (min-width: 1200px) {
  body.page .main-content-wrapper {
    padding-top: 40px;
  }
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
  }
  header .bar .socials li.rs-append a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
  }
  header .bar .socials li.rs-append a:hover {
    color: #079cd3;
    border-color: #079cd3;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .bar-btn-2 {
    width: 162px !important;
  }
  header .bar .bar-btn-2 a.btn-block > .topbar-btn-icon {
    position: absolute;
    left: 60px;
    margin: 0;
    top: 12px;
  }
  header .bar .bar-btn-2 a.btn-block > .btn-adherer-label {
    padding-left: 32px;
  }
  header .bar .NA_connexion {
    width: 100% !important;
  }
  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: #079cd3;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #079cd3;
    padding-left: 23px;
    line-height: 30px;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    max-width: 28px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 28px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  header .bar .NA_connexion .faicon_user {
    position: absolute;
    left: 8px;
    top: 6px;
  }
  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 .search-toggle {
    position: relative;
    padding-right: 15px;
  }
  header .bar .search-toggle:after {
    content: '';
    width: 1px;
    height: 17px;
    top: 12px;
    position: absolute;
    right: 0;
    background: #fff;
  }
  header .bar .search-toggle:hover,
  header .bar .search-toggle:active,
  header .bar .search-toggle:focus {
    color: #888788;
  }
  header .bar .search-toggle i {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .bar .search-toggle .fas.fa-search {
    font-size: 16px;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding-top: 11px;
  }
  header .bar .header-search-mobile {
    left: -324px !important;
  }
  header .bar .search-wrapper,
  header .bar .inline-div-section {
    height: 40px;
  }
  header .bar .btn-inscription-wrapper,
  header .bar .btn-don-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-adherer-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 3px !important;
    flex: unset;
    text-transform: none;
    line-height: 28px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 185px;
    margin-left: 15px;
    border: 1px solid ;
    font-size: 16px;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #ffffff;
  }
  header .bar .btn-adherer-wrapper a > .fa,
  header .bar .btn-adherer-wrapper a > .fas,
  header .bar .connexion-btn > .fa.faicon_user,
  header .bar .connexion-btn > .fas.faicon_user {
    display: inline-block !important;
    font-size: 16px !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #fff !important;
  }
  header .bar .btn-don-wrapper > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-adherer-wrapper > a,
  header .bar .btn-adherer-label {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
    border-color: #fff;
  }
  header .bar .btn-adherer-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
  }
  header .bar .btn-adherer-wrapper .topbar-btn-icon {
    display: inline-block !important;
    width: 26px;
  }
  header .bar .btn-adherer-wrapper .icon:before {
    color: #079cd3;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    display: block;
  }
  header .bar .btn-adherer-wrapper a:hover,
  header .bar .btn-adherer-wrapper a:active:hover,
  header .bar .btn-adherer-wrapper a:visited:hover {
    background-color: #079cd3;
    color: #fff;
    border: 1px solid #fff !important;
  }
  header .bar .btn-adherer-wrapper a:hover .icon:before,
  header .bar .btn-adherer-wrapper a:active:hover .icon:before,
  header .bar .btn-adherer-wrapper a:visited:hover .icon:before {
    color: #fff;
  }
  header .logo {
    display: inline-block;
    width: 251px;
    height: 59px;
    position: absolute;
    margin-top: 30px;
  }
  header .logo a {
    display: inline-block;
    width: 251px;
    height: 59px;
  }
}
/* ------- 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: 40px;
  }
  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;
    height: 75px !important;
    border: 1px solid transparent;
    border-radius: 1px;
    transition: border .3s;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #888788;
    line-height: 60px;
  }
  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: 58px !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: #fff;
    background: #079cd3 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #079cd3;
    width: calc(100% - 30px );
    position: absolute;
    top: 46px;
    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 .article-carousel .carousel-content .title {
  font-size: 26px;
}
#main-carousel .link-entire-box .type-carousel,
#main-carousel .link-entire-box .date {
  font-weight: normal;
  margin-bottom: 15px;
  display: inline-block;
}
#main-carousel .readMore {
  background: transparent;
  color: #fff !important;
  border-radius: 8px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  letter-spacing: 1px;
  padding: 0 30px;
  width: auto;
}
#main-carousel .readMore:hover {
  background: #fff;
  color: #444 !important;
}
#main-carousel .carousel-content {
  padding-top: 115px;
  top: 40px;
  font-size: 16px;
}
#main-carousel ul.slick-dots {
  text-align: center;
  bottom: unset;
  top: 60px;
  width: 370px;
  left: calc((100% - 1170px)/2 );
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #079cd3 !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 (max-width: 1199.98px) {
  #main-carousel .readmore-wrapper {
    bottom: 30px;
  }
}
@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;
  border: 1px solid rgba(164, 164, 164, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.06);
}
#section-liens .lien .title {
  display: block;
  position: absolute;
  font-size: 20px;
  color: #333333;
  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: 40px;
}
#section-liens .lien .lien-txt .bigger {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  #section-liens .col-article + .col-article {
    margin-top: 15px !important;
  }
}
/* --------------------------------  END LIENS --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
#section-news .listView {
  margin-bottom: 20px !important;
}
#section-news .slick-track,
#section-news .col-article,
#section-news .article-Model.rounded,
#section-news .slick-list {
  overflow: visible;
}
@media (min-width: 1200px) {
  #section-news {
    padding: 40px 0 80px;
  }
  #section-news .home-content {
    padding-left: 0;
  }
}
#section-news .home-article {
  color: #888788;
  background-color: #fff;
  border: 0 none;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
#section-news .home-article .model-content .date {
  text-transform: none;
  font-size: 16px;
  color: #888788;
}
#section-news .home-article .model-content .title {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 5px 0 0;
}
#section-news .home-article .model-content .desc {
  font-size: 20px;
  color: #888788;
}
#section-news .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-news .home-article .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
}
#section-news .home-article .readmore-wrapper a {
  font-size: 16px;
  float: left;
  margin-left: 30px;
  font-weight: bold;
}
#section-news .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-news .home-article .readmore-wrapper a:hover i {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  #section-news .section-more {
    padding: 0 15px;
  }
}
.home-section.section-default .section-title .title {
  font-size: 40px;
  line-height: 64px;
  font-weight: bold;
}
#section-events {
  padding: 40px 0 80px;
}
#section-events .section-more {
  margin-top: 30px;
  padding-left: 15px;
}
#section-events .article-Model.dateImgSquare .model-image {
  margin: 0;
}
#section-events .article-Model.dateImgSquare .model-image .date {
  top: 7px;
  right: 15px;
  left: unset;
  bottom: unset;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100px;
  height: 70px;
  padding-top: 8px;
}
#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: #079cd3;
  font-size: 22px !important;
  line-height: 27px;
  font-weight: bold;
}
#section-events .article-Model.dateImgSquare .model-image .date .dateMonth {
  font-size: 22px !important;
  text-transform: uppercase;
}
#section-events .location {
  background-color: rgba(255, 255, 255, 0.75);
  color: #079cd3;
  border-radius: 30px;
  padding: 0 15px;
  position: relative;
  clear: both;
  display: block !important;
  width: auto !important;
}
#section-events .location:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}
#section-events .home-article {
  background: transparent;
  border: 0 none;
}
#section-events .home-article .model-content .title {
  position: absolute;
  bottom: 0;
  height: auto;
  top: 145px;
  padding: 0 22px !important;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #section-events .home-article .model-content .title {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
#section-events .home-article .desc {
  display: none;
}
@media (min-width: 1200px) {
  #row-events-news {
    position: relative;
  }
  #row-events-news:after {
    content: '';
    height: calc( 60% + 75px);
    width: 100%;
    position: absolute;
    left: calc( 50% + 40px );
    top: 140px;
    background: rgba(0, 151, 255, 0.1);
    margin: 60px 0;
    z-index: 0;
  }
  #row-events-news > .container {
    z-index: 99;
    position: relative;
  }
  #row-events-news .section-title {
    margin-top: 20px;
    margin-bottom: 43px;
  }
  #section-events .col-article + .col-article {
    margin-top: 10px;
  }
}
@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 --------------------------------------------------*/
/* ################################# portraits ################################################### */
#section-portraits.home-section.section-default .section-title.side-title .title {
  color: #079cd3 !important;
}
/* --------------------------------  END portraits --------------------------------------------------*/
/* ################################# Groupes ################################################### */
#section-groupes {
  padding-top: 30px;
}
#section-groupes.bord-top {
  border-width: 1px !important;
  border-color: #079cd3 !important;
}
#section-groupes .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 56px;
  color: #EEEEEE;
  line-height: 64px;
  font-weight: 900;
}
#section-groupes .lien-title {
  font-size: 24px;
  color: #079cd3;
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
}
/* --------------------------------  END Groupes --------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#section-emploi .home-article {
  background-color: transparent;
}
#section-emploi .section-more a {
  border-color: #fff !important;
  color: #fff !important;
}
#section-emploi .section-title .line {
  background: #fff !important;
}
#section-emploi .model-image {
  height: 90px;
  width: 90px;
  border: 10px solid #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  margin-bottom: 0;
  top: -15px;
  z-index: 99;
}
#section-emploi .model-image:hover .click-img .newsImg {
  transform: scale(1);
}
#section-emploi .article-Model {
  border: 0 none  !important;
}
#section-emploi .model-content {
  padding: 30px;
  background: #fff;
  margin: -67px -15px;
  padding-top: 74px;
  position: relative;
  height: 310px;
  z-index: 98;
}
#section-emploi .model-content .date {
  color: #aaa;
}
#section-emploi .model-content .title {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 500;
}
#section-emploi .model-content .entreprise {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  color: #079cd3;
}
#section-emploi .model-content .desc {
  display: none;
}
#section-emploi .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
  left: 0 !important;
}
#section-emploi .readmore-wrapper a {
  background-color: transparent;
  color: #079cd3;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
  font-weight: bold;
  margin: 15px 30px;
  padding: 0;
}
#section-emploi .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-emploi .readmore-wrapper a:hover i {
  margin-left: 20px;
}
#section-emploi .link-entire-box .date {
  display: block;
  position: relative;
  text-align: left;
}
#section-emploi .entreprise {
  color: #079cd3;
  margin: 6px 0;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 600;
}
#section-emploi .model-ratio-image .containerImg .click-img {
  background-color: #fff;
  display: flex;
  align-items: center;
}
#section-emploi .model-ratio-image .containerImg .click-img .newsImg {
  max-height: unset !important;
  height: unset !important;
  bottom: unset;
  position: relative;
  top: unset;
  float: none;
  vertical-align: middle;
  max-width: 100%;
  min-width: 0;
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .footer-bottom-coords .asso_coords + .asso_coords,
  .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  .footer-bottom-coords .asso_coords + .asso_coords > a,
  .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
#section-gmap .simple_mode_2 .section-body .intro {
  color: #888788;
}
@media (max-width: 767.98px) {
  #section-gmap .simple_mode_2 .section-body .intro {
    text-align: left;
  }
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  height: 56px;
}
#section-gmap .simple_mode_2 .section-body .search {
  border-radius: 0;
}
#section-gmap:before {
  border-color: #079cd3 !important;
}
/* ####################### FOOTER ############################ */
.na-footer #footer-middle {
  background: #888788;
  padding: 60px 0;
}
.na-footer #footer-middle .footerlogo,
.na-footer #footer-middle .footerlogo2 {
  margin-top: 30px;
}
.na-footer #footer-middle .footerlogo img {
  max-height: 50px;
}
.na-footer #footer-middle .footerlogo2 img {
  max-height: 70px;
}
.na-footer #footer-middle .footerlogo2 {
  text-align: center;
}
.na-footer #footer-middle * {
  color: #fff;
}
.na-footer #footer-middle h4 {
  margin: 0;
  margin: 0  0 12px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.na-footer #footer-middle .logos-left .logo-img {
  height: 106;
}
.na-footer #footer-middle #footer-socials li {
  margin: 0 15px 0 0;
}
.na-footer #footer-middle #assocmorelinks .list-inline li {
  display: block !important;
  width: 100%;
  margin: 0;
}
.na-footer #footer-middle #assocmorelinks .list-inline li + li {
  margin-top: 15px;
}
.na-footer #footer-middle #assocmorelinks .list-inline a {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: bold;
  font-family: 'Advent Pro', sans-serif;
  text-transform: uppercase;
}
.na-footer #footer-middle #assocmorelinks .list-inline a:before {
  content: '> ';
}
.na-footer #footer-middle #assocmorelinks .list-inline a:hover {
  text-decoration: underline;
}
.na-footer #footer-bottom {
  background: #E3DFE3;
  color: #888788;
  padding: 15px 0;
  text-align: left;
}
.na-footer #footer-bottom * {
  color: #888788;
}
.na-footer #footer-bottom .footer-link-copy {
  display: flex;
  justify-content: center;
}
.na-footer #footer-bottom .footer-link-copy li {
  font-size: 16px;
  letter-spacing: 0px;
  color: #888788;
  font-weight: 400;
  text-align: left;
  margin-left: 0 !important;
}
.na-footer #footer-bottom .footer-link-copy li:before {
  content: '- ';
  margin-left: -5px;
}
.na-footer #footer-bottom .footer-link-copy a {
  text-decoration: underline !important;
}
.na-footer #footer-bottom .footer-link-copy .footer-copy {
  margin-right: 10px;
}
.na-footer #footer-coords {
  line-height: 1.6em;
}
@media (max-width: 767.98px) {
  .na-footer {
    text-align: center;
  }
  .na-footer h4 {
    padding: 15px;
    text-align: left;
    clear: both;
    display: block;
  }
  .na-footer #footer-bottom {
    display: block;
    text-align: center;
    padding: 15px;
  }
  .na-footer .logo-ecole img {
    max-width: 55px !important;
    margin: 15px auto;
    display: block;
  }
  .na-footer #footer-socials {
    padding: 15px;
  }
  .na-footer #footer-logos-left {
    margin-bottom: 20px;
  }
  .na-footer #footer-logos-left + div {
    max-width: 150px;
    margin: 30px auto;
    text-align: left;
  }
  .na-footer #footer-middle .col {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .na-footer #footer-middle .col .logo-img {
    max-width: 150px;
  }
  .na-footer #footer-middle .col h4 {
    text-align: center;
    margin: 0;
  }
  .na-footer #footer-middle .col .list-inline {
    float: none !important;
    margin: 0;
    padding: 0;
  }
  .na-footer #footer-middle .col #footer-coords {
    margin-bottom: 30px;
  }
  .na-footer #footer-middle .col #footer-coords li {
    display: block;
    width: 100%;
  }
  .na-footer #footer-middle #assocmorelinks .list-inline {
    width: 230px;
    display: block;
    margin: auto;
    text-align: left;
    padding-left: 30px;
  }
  .na-footer #footer-bottom {
    font-size: 14px;
    padding: 30px 0px;
  }
  .na-footer #footer-bottom .footer-link-copy {
    display: block;
  }
  .na-footer #footer-bottom .footer-link-copy .footer-copy {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .na-footer #footer-bottom .footer-link-copy .liens-footer li {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .na-footer #footer-bottom .footer-link-copy .liens-footer li:before {
    display: none;
  }
}
/* --------------------- end FOOTER --------------------------- */
