/* 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: 'Arial', 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-more > a {
    font-size: 15px !important;
    color: #FFFFFF;
    letter-spacing: 1.12px;
    text-align: center;
    font-weight: 700;
    padding: 15px 30px !important;
  }
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Arial', sans-serif;
  color: #000000;
  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: #000000 !important;
  line-height: 33px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@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;
}
/* icone handchacke */
.btn-adherer-label {
  display: inline-block;
  font-size: 16px;
}
.btn-adherer-wrapper {
  position: relative;
}
@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 .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.btn-adherer-wrapper:before,
.btn-adherer-wrapper:after {
  position: absolute;
  right: 0;
  top: 12px;
  content: '';
  height: 16px;
  width: 1px;
  background-color: #333333;
}
.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: 'Arial', sans-serif;
  color: #333333;
}
.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: #333333;
}
.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: #333333;
}
.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;
}
.NA_connexion .btn-inscription-wrapper a > .fa,
.NA_connexion .btn-inscription-wrapper a > .fas,
.NA_connexion .connexion-btn > .fa.faicon_user,
.NA_connexion .connexion-btn > .fas.faicon_user {
  color: #333333;
}
.NA_connexion:hover,
.NA_connexion:focus,
.NA_connexion:active {
  color: #00bbd7 !important;
}
.NA_connexion:hover .connexion-btn,
.NA_connexion:focus .connexion-btn,
.NA_connexion:active .connexion-btn,
.NA_connexion:hover .connexion-np,
.NA_connexion:focus .connexion-np,
.NA_connexion:active .connexion-np {
  background-color: transparent !important;
}
.NA_connexion:hover .connexion-btn > *,
.NA_connexion:focus .connexion-btn > *,
.NA_connexion:active .connexion-btn > *,
.NA_connexion:hover .connexion-np > *,
.NA_connexion:focus .connexion-np > *,
.NA_connexion:active .connexion-np > * {
  color: #00bbd7 !important;
}
.btn-adherer-wrapper a:hover,
.btn-adherer-wrapper a:active:hover,
.btn-adherer-wrapper a:visited:hover {
  color: #00bbd7;
}
.btn-adherer-wrapper a:hover .btn-adherer-label,
.btn-adherer-wrapper a:active:hover .btn-adherer-label,
.btn-adherer-wrapper a:visited:hover .btn-adherer-label,
.btn-adherer-wrapper a:hover .icon:before,
.btn-adherer-wrapper a:active:hover .icon:before,
.btn-adherer-wrapper a:visited:hover .icon:before {
  color: #00bbd7;
}
.header-search-mobile {
  border-top: 1px solid #dedede;
  background: #fff !important;
}
.stiky_nav.stiky_active .header-main .logo .logo-a .logo-img {
  width: auto !important;
}
@media (min-width: 1200px) {
  body .logo {
    height: 120px;
  }
  body .logo .logo-a {
    height: 100%;
    width: 100%;
  }
  body .logo .logo-a .logo-img {
    padding: 0;
    margin-top: 3px;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 160px !important;
  }
  .bar .btn-connexion-wrapper span,
  .bar .btn-recruteur-wrapper span,
  .bar .btn-adherer-wrapper span {
    color: #333333;
  }
  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 {
    margin-right: 3px;
    color: #333333;
    margin-right: 10px;
    position: absolute;
    left: -15px;
    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: #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;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
header .header-slogan {
  max-width: 850px;
}
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .header-navigation {
    max-height: 80px;
  }
  header .header-navigation > .nav-wrapper,
  header .header-navigation:before {
    border-top: 1px solid #eee;
  }
  header .logo > a img {
    max-height: 120px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  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: center;
  }
  header .header-navigation .nav > ul a {
    color: #5a7184;
  }
  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: #00bbd7;
  }
  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 ------- */
/* ################################# site_header ################################################### */
#section-header {
  min-height: 300px;
}
#section-header .header-phrase {
  display: block;
  text-align: center;
  width: 100%;
  background: transparent;
  padding: 0;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 700 !important;
  text-align: center;
  text-transform: uppercase;
}
#section-header .site_header-actions {
  margin-top: 50px;
}
#section-header .cta-header {
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  white-space: nowrap;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 211px;
  margin-bottom: 15px;
}
#section-header .cta-header.fill {
  border: 1px solid #00bbd7;
  background-color: #00bbd7;
  width: 170px;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding-top: 161px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 515px;
    background: transparent;
    padding: 50px 10px 70px;
    box-sizing: border-box;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section-header .cta-header.empty {
    margin-right: 25px;
    margin-bottom: 0;
  }
  #section-header .text {
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
    font-weight: 700;
  }
}
/* --------------------------------  END HEADER --------------------------------------------------*/
#section-annuaireexpress {
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  #section-annuaireexpress {
    padding: 0 0 20px;
  }
  #section-annuaireexpress .col-md-5,
  #section-annuaireexpress .col-md-2 {
    padding: 0;
  }
  #section-annuaireexpress .col-md-5 {
    margin-bottom: 10px;
  }
}
#section-annuaireexpress .home-article {
  padding: 0;
}
#section-annuaireexpress .section-title {
  margin-bottom: 0;
}
#section-annuaireexpress .section-title .title {
  font-size: 30px;
  color: #000000;
  line-height: 48px;
  min-height: 48px;
  font-weight: 700;
}
#section-annuaireexpress .submit-search-btn {
  border-color: 1px solid;
  background: #333;
}
#section-annuaireexpress .submit-search-btn:hover {
  background: transparent;
  border-color: #013588;
  color: #013588;
}
/* ################################# News ################################################### */
#section-portraits-sudparis .home-article .model-content > *,
#section-portraits-institut .home-article .model-content > * {
  margin: 0 20px ;
}
#section-portraits-sudparis .home-article .model-content .date_after_title,
#section-portraits-institut .home-article .model-content .date_after_title {
  padding-left: 20px;
}
#section-portraits-sudparis .home-article,
#section-portraits-institut .home-article,
#section-actus-reseau .home-article,
#section-actus-ecole .home-article,
#section-actus .home-article {
  border: 0 none;
  background: #FFFFFF;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 5px;
}
#section-portraits-sudparis .home-article .desc,
#section-portraits-institut .home-article .desc,
#section-actus-reseau .home-article .desc,
#section-actus-ecole .home-article .desc,
#section-actus .home-article .desc {
  padding: 0 !important;
  text-align: left;
  font-size: 16px;
  color: #5A7184;
  line-height: 24px;
  font-weight: 400;
}
#section-portraits-sudparis .home-article .date_after_title,
#section-portraits-institut .home-article .date_after_title,
#section-actus-reseau .home-article .date_after_title,
#section-actus-ecole .home-article .date_after_title,
#section-actus .home-article .date_after_title {
  text-align: left;
  margin: 0 0 15px;
  font-size: 16px;
  color: #5A7184;
  line-height: 24px;
  font-weight: 400;
}
#section-portraits-sudparis .home-article .title,
#section-portraits-institut .home-article .title,
#section-actus-reseau .home-article .title,
#section-actus-ecole .home-article .title,
#section-actus .home-article .title {
  padding: 0 !important;
  text-align: left;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
#section-portraits-sudparis .home-article .model-image,
#section-portraits-institut .home-article .model-image,
#section-actus-reseau .home-article .model-image,
#section-actus-ecole .home-article .model-image,
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0;
}
#section-actus-reseau .home-article,
#section-actus-ecole .home-article,
#section-actus .home-article {
  box-shadow: none;
}
/* --------------------------------  END news --------------------------------------------------*/
/* ################################# event  ############################################ */
@media (max-width: 1199.98px) {
  #section-event .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .model-content {
    padding-bottom: 50px;
  }
}
#section-event .section-more {
  margin-top: 35px;
}
#section-event .article-details {
  padding: 0 70px 0 0;
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  color: #333333;
}
#section-events2,
#section-events {
  padding: 60px 0;
}
#section-events2 .home-article,
#section-events .home-article {
  background: transparent;
  border: 0 none;
}
#section-events2 .home-article .model-image .click-img,
#section-events .home-article .model-image .click-img {
  border-radius: 0;
}
#section-events2 .home-article .desc,
#section-events .home-article .desc {
  padding: 0 !important;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
#section-events2 .home-article .date,
#section-events .home-article .date {
  width: 200px;
  height: 44px;
  background-color: #BDCEE4;
  left: 50%;
  text-transform: uppercase;
  transform: translateX(-50%);
  border-radius: 0;
  bottom: -22px;
  font-weight: normal;
}
#section-events2 .home-article .date span,
#section-events .home-article .date span {
  color: #333;
  font-weight: normal;
  display: inline-block;
  font-size: 16px !important;
  line-height: 44px;
}
#section-events2 .home-article .title,
#section-events .home-article .title {
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  font-weight: 400;
}
#section-events2 .home-article .model-image,
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 0;
}
#section-events2 .home-article.locationBottom .location,
#section-events .home-article.locationBottom .location {
  color: #00bbd7;
  text-transform: none;
  font-weight: bold;
}
#section-events2 .desc,
#section-events .desc {
  display: none !important;
}
/* --------------------------------  END event ------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#section-emploi {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  #section-emploi .section-more.top_link {
    margin: 0;
    top: 80px;
    right: 0;
    z-index: 999;
  }
}
#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 .desc {
  display: none !important;
}
#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: #FFFFFF;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  transition: background .3s;
  border-radius: 0px;
}
#section-emploi .home-article:hover {
  background: rgba(255, 255, 255, 0.7);
}
#section-emploi .home-article .title {
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  position: relative;
}
#section-emploi .home-article .title .entreprise {
  position: absolute;
  top: 72px;
  font-size: 16px;
}
#section-emploi .home-article .date {
  text-transform: none;
  font-size: 16px;
  color: #999;
  line-height: 18px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 15px;
}
#section-emploi .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
  left: 0 !important;
}
#section-emploi .readmore-wrapper a {
  background-color: transparent;
  color: #013588;
  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;
}
@media (max-width: 767.98px) {
  #section-emploi .date {
    bottom: 45px;
  }
  #section-emploi .article-Model .readmore-wrapper {
    bottom: 10px;
  }
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* 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: #000000;
  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: 350px;
  max-height: 200px;
  margin-top: -50px;
}
#footer-middle a:hover {
  text-decoration: underline !important;
}
@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: 35px;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-2 {
    padding-top: 30px;
    padding-left: 50px;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-3 {
    padding-top: 35px;
  }
  #footer-middle #footer-center {
    padding-left: 50px;
  }
  #footer-middle #footer-center .list-inline li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-inline a {
    font-size: 16px;
    line-height: 26px;
  }
  #footer-middle .list-inline a:hover {
    text-decoration: underline !important;
  }
  #footer-middle #footer-socials {
    display: block;
    padding: 20px 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;
  }
  #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 --------------------------- */
