/* 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*/
.main_headers_font_family {
  font-family: 'Jura', sans-serif;
}
.main_font_family {
  font-family: 'Open Sans', sans-serif;
}
/* css projet*/
body {
  font-family: 'Open Sans', 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,
body .title {
  font-family: 'Jura', sans-serif;
  color: #00668c;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #00668c !important;
}
.home-section.section-default .section-title .line {
  width: 70px !important;
  background-color: #009fe3;
  border-color: #009fe3;
}
.home-section.section-default .section-title .title {
  line-height: 48px;
  font-size: 40px;
  color: #00668c !important;
  letter-spacing: 0;
  font-weight: 700;
}
body .home-section.section-default .section-more a {
  text-transform: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
  border: 1px solid #009fe3;
  color: #009fe3;
  border-radius: 3px;
  font-weight: 600;
}
body .home-section.section-default .section-more a:hover {
  color: #fff;
  background: #009fe3;
}
@media (max-width: 767.98px) {
  body .home-section.section-default .section-more {
    left: 0;
  }
  body .home-section.section-default .section-more a {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title .title {
    text-align: left;
    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: 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) {
  .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 30px 0 0;
    margin-right: 20px;
    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: #333333;
  }
}
.bar {
  font-size: 16px;
}
.bar .header-mibile-bar {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.bar .list-liens li {
  line-height: 40px;
  position: relative;
  padding: 0  17px;
  display: block;
  float: left;
}
.bar .list-liens li a {
  font-size: 12px;
}
.bar .list-liens li:before {
  content: '';
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #333333;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
.bar .socials .contact,
.bar .socials .rs-append {
  font-size: 12px;
  color: #004A75;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  background: transparent;
}
.bar .socials .contact::before,
.bar .socials .rs-append::before {
  content: '';
  width: 1px;
  height: 15px;
  top: 13px;
  position: absolute;
  left: 0;
  background: #00668c;
  z-index: 9;
}
.bar .socials .contact:hover,
.bar .socials .rs-append:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  body .logo .logo-a {
    background-color: #fff;
    height: 96px;
    width: 280px;
    position: absolute;
  }
  body .logo .logo-a .logo-img {
    margin: 10px 0 0;
    width: 280px;
    height: 96px;
    min-height: 96px;
  }
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 160px !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: -12px;
    top: 11px;
    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: #333333;
    background-color: transparent !important;
  }
  header .bar .btn-inscription-wrapper a {
    display: flex !important;
    justify-content: center;
    color: #333333 !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: #333333;
  }
  header .header-navigation-side {
    width: 900px !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: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: bold;
    font-size: 16px;
    text-align: right;
    color: #333333;
  }
  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: #009fe3 !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: #00668c;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
/* ------- 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: 20px;
    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;
    color: #00668c;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 16px;
    color: #00668c;
    text-align: right;
    font-weight: 600;
  }
  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: 70px !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;
    color: #009fe3 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #009fe3;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li:hover a {
    font-weight: bold !important;
    font-size: 14px;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover > a:after {
    content: '';
    height: 2px;
    background: #009fe3;
    width: 50px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# site_header ################################################### */
#section-header .header-phrase {
  min-width: 570px;
  min-height: 284px;
  padding-bottom: 15px;
  background: rgba(0, 102, 140, 0.8);
}
#section-header .header-phrase .title {
  font-family: 'Jura', sans-serif;
  color: #FFFFFF;
  text-align: center;
  line-height: 45px;
  font-weight: 700;
  font-size: 32px;
}
#section-header .cta-header {
  height: 55px;
  line-height: 55px;
  padding: 0;
  letter-spacing: 0;
  border-radius: 3px !important;
  font-size: 16px !important;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
}
#section-header .cta-header:hover {
  background: transparent;
}
@media (max-width: 1199.98px) {
  #section-header .header-phrase {
    min-width: 0;
    max-width: 100%;
  }
  #section-header .header-phrase .cta-header {
    max-width: 100%;
  }
}
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
#section-lienstop {
  padding: 0 0 60px ;
}
#section-lienstop .col-article {
  margin-top: -65px;
}
#section-lienstop .col-article > a.lien {
  color: #333333;
  height: 215px;
  position: relative;
  border-radius: 8px;
  padding: 0 0 30px;
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: color .5s ;
  border: 1px solid #fff;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 205px;
  min-width: 205px;
  height: 148px;
  display: block;
  margin: 0 auto ;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-lienstop .col-article > a.lien .lienstop-img img {
  max-height: 148px;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: -20px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #009fe3;
  line-height: 1.34rem;
  font-family: 'Jura', sans-serif;
}
#section-lienstop .col-article > a.lien .lien-title {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px !important;
  font-family: 'Playfair Display', serif;
  margin: 0 auto 5px;
  text-align: center;
  font-weight: 400;
  color: #009fe3;
}
#section-lienstop .col-article > a.lien:hover {
  font-weight: 700;
  color: #009fe3 !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #009fe3;
}
#section-lienstop .col-article > a.lien:hover {
  border: 1px solid #009fe3;
  box-shadow: 0 0 15px 0 rgba(0, 159, 227, 0.4);
}
#section-lienstop .col-article > a.lien:hover .lien-text {
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  #section-lienstop {
    padding-top: 60px !important;
  }
}
@media (max-width: 767.98px) {
  #section-lienstop {
    padding-top: 60px !important;
  }
  #section-lienstop .col-article {
    margin-top: 0;
  }
  #section-lienstop .col-article * {
    font-size: 93% !important;
  }
  #section-lienstop .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END Lines TOP --------------------------------------------------*/
/* ################################# ROW-Actus  ################################################### */
@media (min-width: 1200px) {
  #section-actus .home-content {
    padding-left: 0;
  }
}
#section-actus .home-article {
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.07000000000000001);
  border: 0 none;
}
@media (max-width: 1199.98px) {
  #section-actus .home-article {
    height: auto !important;
    min-height: 490px;
  }
}
#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: 30px;
  text-transform: none;
}
#section-actus .home-article .title {
  font-weight: 400;
  font-size: 20px;
  color: #00668c;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 0 30px;
  font-weight: bold;
}
#section-actus .home-article .desc {
  font-size: 16px;
  color: #00668c;
  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 {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 30px;
}
#section-actus .home-article .readmore-wrapper a {
  color: #009fe3;
  font-size: 16px;
  float: left;
  margin-left: 30px;
  font-weight: bold;
}
#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: 30px;
}
/* --------------------------------  END ROW-Actus --------------------------------------------------*/
/* ################################# ROW-Event  ################################################### */
#section-events .home-article {
  border: 0 none;
  background: #fafafa;
}
#section-events .home-article .model-content .title {
  font-weight: 400;
}
#section-events .home-article .model-image .click-img {
  border-radius: 0;
}
#section-events .home-article .desc {
  padding: 0 !important;
  font-size: 16px;
  color: #00668c;
  line-height: 24px;
  text-align: left;
  font-weight: 400;
}
#section-events .home-article .date_after_title {
  font-weight: 400;
  font-size: 16px;
  color: #6A767B;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
}
#section-events .home-article .title {
  padding: 0 !important;
  line-height: 30px;
  text-align: left;
  font-size: 20px;
  color: #00668c;
  font-weight: 700;
}
#section-events .home-article .model-image {
  margin-bottom: 20px;
  border-radius: 0;
}
/* --------------------------------  END ROW-EVENTS --------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#section-emploi .home-article {
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #section-emploi .home-article {
    min-height: 400px;
    height: auto;
  }
}
#section-emploi .section-more a {
  border-color: #fff !important;
  color: #fff !important;
}
#section-emploi .section-title .title {
  color: #fff !important;
}
#section-emploi .section-title .line {
  background: #fff !important;
}
#section-emploi .model-image {
  height: 116px;
  width: 116px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  top: -15px;
  z-index: 99;
  border-radius: 8px;
}
#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: -90px -15px;
  padding-top: 95px;
  position: relative;
  height: 310px;
  z-index: 98;
  text-align: center;
}
#section-emploi .model-content .date {
  font-size: 16px;
  color: #6A767B;
  letter-spacing: 0;
  text-align: center;
  line-height: 12px;
  font-weight: 400;
  margin-bottom: 30px;
}
#section-emploi .model-content .title {
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
  color: #00668c;
}
#section-emploi .model-content .entreprise {
  font-family: 'Open Sans', sans-serif;
  color: #009fe3;
  letter-spacing: 0;
  text-align: center;
  line-height: 12px;
  font-weight: 400;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  padding: 0 15px;
  line-height: 1.3;
  font-weight: 500;
  font-size: 16px;
}
#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: #00668c;
  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: center;
}
#section-emploi .entreprise {
  color: #00668c;
  margin: 6px 0;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: unset;
}
#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 --------------------------------------------------*/
/* ####################### maps ############################ */
#section-gmap .simple_mode_2 .section-body .intro {
  color: #00668c;
}
@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;
  line-height: 54px;
  background: #009fe3;
  border: 1px solid #009fe3;
  border-radius: 3px;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  background: #fff;
  color: #009fe3;
}
#section-gmap .simple_mode_2 .section-body .search {
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  #section-gmap .intro {
    text-align: left;
  }
}
#section-gmap:before {
  border: 0 none;
  border-color: #009fe3 !important;
}
/* -----------------------  END maps ------------------------------*/
#row-applis {
  background-color: rgba(0, 159, 227, 0.2);
}
#row-applis #section-applis {
  padding: 0;
}
#row-newsletter #section-newsletter {
  padding: 45px 0;
}
#row-newsletter .section-title .title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
#row-newsletter .section-title .line {
  background: #fff !important;
}
#row-newsletter .button-ok {
  background: #009fe3;
}
#row-newsletter .button-ok:hover {
  background: transparent;
  border: 1px solid #009fe3;
  color: #009fe3;
}
#row-newsletter .button-ok,
#row-newsletter .email_nl-wrapper {
  border-radius: 0;
  margin: -2px -2px 2px 0;
  font-size: 16px;
}
#section-applis .image-thumbnail {
  max-width: 320px;
  padding: 0;
  margin: 45px 0;
  float: right;
}
#section-applis .bloc-applis .article-details {
  padding-bottom: 35px;
  font-size: 16px;
  color: #00668c;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}
/* ####################### FOOTER ############################ */
/* variables less */
#footer-bottom {
  border-top: 1px solid #A9A9A9 ;
  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: 25px !important;
  padding-bottom: 9px !important;
}
#footer-middle * {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: 400;
}
#footer-middle .footer-logos-wrapper #footer-logo-1 .logo-img {
  max-width: 170px;
  max-height: 212.5px;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 .logo-img {
  max-width: 338px;
  max-height: 80px;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 240px;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle h4 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: 700;
  }
  #footer-middle .footer-logos-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #footer-middle .footer-logos-wrapper .footer-logo {
    width: 50%;
  }
  #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;
  }
  #footer-middle .logos-left {
    text-align: left;
  }
  #footer-middle .logos-left img {
    max-width: 212.5px !important;
    margin-top: 45px;
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .spaced {
    margin-bottom: 24px;
  }
  #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-socials {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #footer-middle .col {
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #footer-middle * {
    text-align: center;
  }
  #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 --------------------------- */
