/* 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*/
/* bouton read more */
/* css projet*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #5a7184;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
@media (min-width: 768px) {
  body .home-section.section-default {
    padding: 80px 0;
  }
  body .home-section.section-default .section-more {
    top: 40px !important;
  }
}
body .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Montserrat', sans-serif;
  color: #5a7184;
  font-weight: 600 !important;
}
body .home-section.section-default .section-more a {
  border-radius: 8px !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .title {
  line-height: 60px;
  color: #002f42 !important;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    color: #002f42 !important;
    line-height: 1.2em;
    font-size: 30px !important;
    font-weight: 600;
    margin: 20px 0 !important;
    text-align: left;
    width: 100%;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# Actus  ############################################ */
#section-actus .home-article {
  margin: 0 2px 5px;
  border: 0 none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#section-actus .home-article .model-content .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 20px;
  text-transform: none;
  position: absolute;
  color: #5a7184;
}
#section-actus .home-article .title {
  position: absolute;
  font-weight: 600;
  font-size: 20px;
  color: #002f42;
  line-height: 32px;
  text-align: left;
  padding: 0;
  margin: 40px 20px ;
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 30px;
}
#section-actus .home-article .readmore-wrapper a {
  color: #009bda;
  font-size: 16px;
  float: left;
  margin-left: 20px;
  font-weight: 600;
}
#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;
}
#section-actus.home-section.section-default .section-more.top_link {
  margin-top: 50px;
  right: 4px;
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  #section-actus .section-more {
    float: left;
  }
}
/* --------------------------------  END Actus ------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/*
Config PHP
// module_asso/cms/src/classes/FrontController.php
public static function getHeaderConfig() {
    $res = parent::getHeaderConfig();
    $res['rs_append'] = '<li  class="rs-append"><a href="https://ebi-edu.com/fr/" target="_blank">Site de l\'EBI</a></li>';
    $res['contact_textMode'] = true;
    $res['boutique_icon'] = 'fas fa-shopping-bag';
    $res['search_icon'] = 'fas fa-search';
    $res['btn_recruteur'] = true;
    $res['rs_nolabel'] = true;
    $res['old_side_nav'] = true;
    return $res;
}
*/
/* ############ topbar ############ */
@media (max-width: 767.98px) {
  .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .stiky_nav.stiky_active .header-main.header-main-nav-side .logo-a .logo-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 12px;
  }
  .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 13px;
    position: absolute;
    left: 0;
    background: #5a7184;
  }
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 20px 0 0;
    margin-right: 13px;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
  .shopping-cart i:after,
  .search-toggle-wrapper .search-toggle:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #002f42;
  }
}
.bar {
  font-size: 16px;
}
.bar header .fa-chevron-down {
  top: 100px;
}
.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: #5a7184;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  body .logo .logo-a {
    background-color: #fff;
    height: 27px;
    width: 373px;
    position: absolute;
    padding: 47px 0 0 3px;
  }
  body .logo .logo-a .logo-img {
    width: 373px;
  }
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 168px !important;
  }
  header .NA_connexion .connexion-btn > span {
    font-size: 16px;
  }
  header .NA_connexion .btn-inscription-wrapper a > .fa,
  header .NA_connexion .btn-inscription-wrapper a > .fas,
  header .NA_connexion .connexion-btn > .fa.faicon_user,
  header .NA_connexion .connexion-btn > .fas.faicon_user {
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    font-size: 16px !important;
  }
  header .bar.with-search-field .btn-adherer-wrapper.bar-btn-2,
  header .bar.with-search-field .btn-connexion-wrapper.bar-btn-1 {
    max-width: 170px !important;
  }
  header .btn-recruteur-wrapper,
  header .btn-inscription-wrapper,
  header .btn-adherer-wrapper,
  header .NA_connexion .connexion-np,
  header .NA_connexion .connexion-btn {
    text-transform: none;
  }
  header .connexion-np .login-small-thumb {
    border-radius: 50%;
  }
  header .bar .btn-inscription-wrapper {
    max-width: 120px !important;
    padding: 0 30px 0 0;
    position: relative;
    margin-right: 20px;
    color: #002f42;
    background-color: transparent !important;
  }
  header .bar .btn-inscription-wrapper a {
    display: flex !important;
    justify-content: center;
    color: #002f42 !important;
  }
  header .bar .btn-inscription-wrapper a .btn-adherer-label {
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper a .topbar-btn-icon {
    display: block !important;
  }
  header .bar .btn-inscription-wrapper a i.icon {
    font-size: 16px !important;
    padding: 10px;
  }
  header .bar .btn-inscription-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #002f42;
  }
  header .header-navigation-side {
    width: 600px !important;
    margin-top: 37px !important;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li:first-child > a {
    padding-left: 0;
  }
  header .header-navigation-side .nav > ul > li:last-child > a {
    padding-right: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 12px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    color: #002f42;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    text-align: left;
    font-size: 12px;
    text-transform: none;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown > ul > li:hover > a {
    color: #fff !important;
    background-color: #ffba00 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
    margin-top: -1px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: -3px !important;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #009bda;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 0;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 29px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 12px;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    color: #002f42;
    line-height: 57px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
    top: 100% !important;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown a {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li:hover a {
    color: #009bda;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #009bda;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child {
    margin-left: 8px;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a {
    border-radius: 3px;
    background: #ffba00;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #ffba00;
    height: 48px;
    padding: 0 28px;
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #ffba00;
    border-color: #ffba00;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child nav.nav-dropdown {
    right: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli:last-child:hover:after {
    display: none !important;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# HEADER ################################################### */
#row-header {
  background-position: top center;
}
#section-header .header-phrase {
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 71px;
}
#section-header .site_header-logo {
  margin-bottom: 35px;
}
#section-header .site_header-logo img {
  max-height: 430px;
  width: 100%;
}
#section-header .text {
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
}
#section-header .cta-header {
  color: #009bda;
  border-radius: 3px;
  display: inline-block;
  height: 50px;
  width: 173px;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  margin-top: 55px;
}
#section-header .cta-header .cta-header-label {
  color: #009bda;
  background: #fff;
  display: inline-block;
}
#section-header .cta-header:active,
#section-header .cta-header:hover,
#section-header .cta-header:focus {
  background: #009bda;
  color: #fff;
}
#section-header .cta-header:active a,
#section-header .cta-header:hover a,
#section-header .cta-header:focus a {
  color: #fff;
}
#section-header .site_header-form {
  text-align: center;
  margin-top: 25px;
}
#section-header .site_header-form form {
  max-width: 395px;
  margin: auto;
  position: relative;
}
#section-header .site_header-form form .input-group {
  border-radius: 3px !important;
  overflow: hidden;
  width: 100%;
}
#section-header .site_header-form form .input-group .input-lg {
  border-radius: 3px !important;
  padding: 10px !important;
}
#section-header .site_header-form form .input-group .input-group-append {
  border-radius: 3px !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
#section-header .site_header-form form .input-group .btn {
  border-radius: 3px !important;
  background: transparent;
  border: 0 none;
}
@media (max-width: 767.98px) {
  #section-header {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  #section-header {
    height: 770px;
    padding-top: 161px;
  }
  #section-header .header-phrase {
    font-size: 56px;
    line-height: 64px;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# SERVICES ################################################### */
@media (min-width: 1200px) {
  #section-services-left .services-details {
    padding: 30px 50px 0 0;
  }
}
#row-services #section-services-left {
  line-height: 24px;
}
#row-services #section-services-left .services-titre {
  font-size: 40px;
  line-height: 60px;
  color: #002f42;
}
#row-services #section-services-left .services-details {
  min-height: 250px;
}
#row-services #section-services-left .services-actions {
  margin-top: 33px;
  width: auto;
}
#row-services #section-services-left .services-actions .cta-1,
#row-services #section-services-left .services-actions .cta-2 {
  display: inline-block;
  font-weight: 600;
}
#row-services #section-services-left .services-actions .cta-1 a,
#row-services #section-services-left .services-actions .cta-2 a {
  display: inline-block;
  margin-right: 15px;
  border-radius: 8px !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #ffba00;
  background: #ffba00;
  color: #fff;
}
#row-services #section-services-left .services-actions .cta-1 a:hover,
#row-services #section-services-left .services-actions .cta-2 a:hover {
  background-color: transparent;
  color: #ffba00;
}
@media (max-width: 767.98px) {
  #row-services #section-services-left .services-titre {
    color: #002f42 !important;
    line-height: 1.2em;
    font-size: 30px !important;
    font-weight: 600;
    margin: 20px 0 !important;
    text-align: left;
    width: 100%;
  }
}
#row-services #section-lienstop .col-article {
  margin: 0 auto 30px;
}
#row-services #section-lienstop .col-article {
  background: #fff;
  height: 224px;
  position: relative;
  border: 1px solid #EEEEEE;
  padding: 0;
  max-width: 270px;
  border-radius: 8px;
  transition: all .3s;
}
#row-services #section-lienstop .col-article > a.lien {
  padding-top: 15px;
  display: inline-block;
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
#row-services #section-lienstop .col-article > a.lien .lien-icon {
  font-size: 30px;
}
#row-services #section-lienstop .col-article > a.lien .lien-titre {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}
#row-services #section-lienstop .col-article > a.lien .lien-text {
  color: #002f42;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  #row-services #section-lienstop .col-article > a.lien .lien-text {
    font-size: 20px;
  }
}
#row-services #section-lienstop .col-article > a.lien:hover {
  color: #002f42;
}
#row-services #section-lienstop .col-article > a.lien [class*=" fa-"] {
  font-size: 56px;
  display: block;
  margin-bottom: 45px;
  color: #009bda;
}
#row-services #section-lienstop .col-article:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  #row-services #section-lienstop .slick-slide {
    width: 100% !important;
    clear: both !important;
  }
  #row-services #section-lienstop .slick-slide > div > div {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .col-article + .col-article .lien {
    margin-top: 30px;
  }
}
#section-liens_simple .lien {
  display: block;
  height: 200px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #fff;
  margin: 0 15px;
}
#section-liens_simple .lien .fas {
  margin: 0;
  font-size: 56px;
  height: 117px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-liens_simple .lien i {
  display: block;
  width: 100%;
  height: 106px;
}
/* --------------------------------  END SERVICES --------------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs {
  padding-top: 49px;
  padding-bottom: 64px;
}
#section-compteurs .home-article .counter-mode-icon {
  width: auto;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  line-height: 1em;
  margin: 0 15px;
  font-weight: 600;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
}
@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 ------------------------------------------------*/
/* ################################# applis  ############################################ */
#section-applis {
  padding: 0 !important;
}
#section-applis .applis-inner {
  display: flex;
}
#section-applis .applis-inner > a + a {
  margin-left: 15px;
}
#section-applis .bloc-applis .article-details {
  font-size: 16px;
  line-height: 24px;
}
/* --------------------------------  END applis ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/*
public static function getFooterConfig() {
    $res = parent::getFooterConfig();
    
    $res['show_logo'] = true;
    $res['rs'] = false;
    $res['app'] = true;
    $res['mode'] = 'simple-logos';
    $res['tel_prefix'] = '';
    $res['logo_footer'] = 'logo-footer.png';
    $res['footer_links'] = array();
    $res['logos'] = array(
    array('src' => $res['logo_footer'] ),
    array('url' => 'https://www.isae-supaero.fr/' , 'src' => '/images/logos/logo-ecole.png' , 'target' => '_blank'),
    array('url' => 'https://www.fondation-isae-supaero.org/' , 'src' => '/images/logos/logo-fondation.png' , 'target' => '_blank'),
    
    );
    
    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: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 4px;
  background: #ffffff;
  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: 330px;
  max-height: 80px;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 .logo-img {
  max-width: 338px;
  max-height: 80px;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 220px;
  }
  .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: 54px;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-2 {
    padding-top: 52px;
  }
  #footer-middle .list-inline li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-inline a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
  }
  #footer-middle .list-inline a:before {
    content: '> ';
  }
  #footer-middle .list-inline a:hover {
    text-decoration: underline !important;
  }
  #footer-bottom .footer_apps {
    float: right;
    text-align: right;
  }
  #footer-bottom .footer_apps a {
    display: inline-block;
  }
  #footer-bottom .footer_apps a + a {
    margin-left: 15px;
    margin-top: 0;
  }
}
@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;
  }
}
@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 --------------------------- */
