/* ==================================================
========== Surcharge Styles DS Footer ==========
================================================== */
.rf-container {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

#footer {
  padding-top: 0;
  border-top: 2px solid var(--bf500);
}

#rf-footer__top {
  background-color: var(--beige);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2.75rem;
}

#rf-footer__top .rf-footer__top-list  { text-align: left; }

#rf-footer__top .rf-footer__top-list .rf-footer__top-cat,
#rf-footer__top .rf-footer__top-list .rf-footer__top-cat a  {
  font-weight: 700;
  color: var( --g700);
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: left;
}

#rf-footer__top .rf-footer__top-list ul li:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.social_gov--list li a { text-decoration: none; }

.social_gov--list li a span:before { font-size: 1.5rem; }

.social_gov .rf-footer__top-cat { margin-bottom: 1rem; }

.rf-footer__bottom-list { margin: 0 0 0 -1rem; position: relative; }

.rf-footer__bottom { margin: 2.5rem 1rem 0 1rem; }

.logo-footer-sites-publics { max-width: 100%; }

.logo-footer-sites-publics .rf-footer__content-links > li {
  margin-right: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.logo-footer-sites-publics .rf-footer__content-links > li.last {
  margin-right: 0;
}

.logo-footer-sites-publics .rf-footer__content-links a {
  color: var(--g700);
  font-family: "Marianne-Bold", arial, sans-serif;
  font-weight: normal;
}

.rf-footer__brand {
  margin-bottom: 2rem;
}

.rf-footer__brand .rf-logo__title {
  font-family: "Marianne-Regular", arial, sans-serif;
}

.rf-footer__content-links {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-bottom: -1rem;
}

.logo-footer-sites-public .rf-footer__content-links li { margin-bottom: 0.5rem }

.rf-header .rf-search-bar input { border: none; }

/* =================# DEBUT RESPONSIVE #================== */
@media screen and (max-width: 48rem) {

  .rf-footer__bottom { display: block; }

  .rf-footer__bottom-copy {
    width: 100%;
    display: block;
    border-top: 1px solid var(--g400);
    margin-top: 0.5rem;
    padding-top: 1rem;
  }

}

/* ====================== 768 + ========================= */
@media screen and (min-width: 48rem) {

  #rf-footer__top .rf-container .rf-grid-row--gutters {
    width: 100%;
  }

  .logo-footer-sites-publics {
    max-width: 1136px;
    justify-content: space-between;
  }

  .footer_bottom_container {
    width: 1136px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rf-footer__content-links {
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-bottom: 2rem;
  }

  .rf-footer__bottom-list { margin: 0 0 0 -2rem; }

  .rf-footer__bottom-copy { padding-left: 0; }

  .rf-footer__bottom { margin: 0; }

}
/*==========# FIN RESPONSIVE #================ */
