/* ==================================================
========== Surcharge Styles DS HEADER ==========
================================================== */

.rf-header {
  box-shadow: inset 0 -1px 0 0 var(--g300)!important;
}

.rf-header .rf-nav__list .rf-nav__item .rf-btn {
  padding: 1.25rem 1.5rem;
}

.rf-header .rf-header__brand .rf-logo__title {
  color: rgb(56, 56, 56)!important;
}

.rf-header .rf-nav__list li.rf-menu__item--lang {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0.25rem 0 0.25rem 1rem;
  border-left: 1px solid var(--g300);
}

.rf-header .rf-nav__list li.rf-menu__item--lang a {
  color: var(--bf500);
}

.rf-header .rf-search-bar input {
  border: none;
  padding: 0.5rem 1rem;
}

/*===================# Menu Header Mobile #=================*/
/* === Popin  menu mobile === */
.rf-header__popin { padding: 0; }

.rf-header .rf-header__popin .rf-nav__list li.rf-menu__item--lang {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.rf-header .rf-header__popin .rf-menu__list {
  padding-bottom: 0.25rem!important;
  padding-top: 0.5rem!important;
}

.rf-header .rf-header__popin .rf-nav__list li.rf-menu__item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.rf-header .rf-header__popin .rf-nav__list li.rf-menu__item--lang a {
  display: block;
  padding: 0.3125rem 0 0.3125rem 1rem;
  border-left: 1px solid var(--g300);
  margin: 0;
}

.rf-header .rf-header__popin .rf-nav__list .rf-nav__item .rf-btn {
  padding-left: 1rem;
  font-family: "Marianne-Bold", arial, sans-serif;
  font-weight: normal;
}

.rf-header .rf-header__popin .rf-menu__list .rf-link  {
  padding-left: 2rem;
}

/* === Popin recherche mobile === */
.rf-header .rf-header__popin #search-block-form {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

/*=========================# DEBUT RESPONSIVE #========================= */
/* =========================== 576px + ================================*/
@media screen and (min-width: 36rem) {

  .rf-header {
    box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1), 0 0.5rem 1rem -1rem rgba(0, 0, 0, 0.32) !important;
  }

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

/* =========================== 992px + ================================ */
@media screen and (min-width: 62rem) {

  .rf-header .rf-search-bar { width: 18rem !important; }

  .rf-header .rf-search-bar input { padding: 0.4375rem 0.9375rem; }
}

/* =========================== max 992px ================================ */

@media screen and (max-width: 62rem) {
  .rf-header__body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin: 0 -0.75rem;
    padding: 0.75rem 0;
  }

  .rf-header__navbar {
    width: auto;
    padding-top: 0;
    margin-top: -0.5rem;
  }

  .rf-header__navbar:after { height: 0; }

  .rf-header__navbar .rf-btn:before { color:var(--g700); }
}
/*====================================================================
# FIN RESPONSIVE =====================================================
====================================================================== */
