.elementor-76 .elementor-element.elementor-element-2b3b0c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ac0f454 *//* ==========================
   INTERRUPTEUR CACHÉ
========================== */

.bs-toggle {
  display: none;
}


/* ==========================
   HEADER DESKTOP
========================== */

.bs-header {
  background: #F7F5F2;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 50px 50px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

/* Burger */
.bs-burger {
  background: none;
  border: none;
  font-size: 45px;
  color: #111;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 1;
  user-select: none;
}

/* Bloc logo */
.bs-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;

  text-decoration: none;
}

/* Logo */
.bs-logo {
  width: 60px;
  height: auto;
}

/* Titre */
.bs-title {
  text-align: center;
}

.bs-top {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 6px;
  color: #111;
}

.bs-bottom {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #D64536;
  margin-top: 4px;
}


/* ==========================
   RÉSEAUX SOCIAUX
========================== */

.bs-social {
  position: absolute;
  right: 280px;
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.bs-social a {
  color: #111;
  font-size: 20px;
  text-decoration: none;
  transition: .3s;
}

.bs-social a:hover {
  color: #D64536;
}


/* ==========================
   PANIER + CONTACT
========================== */

.bs-actions {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

/* Icône panier */
.bs-cart {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  color: #111;
  background: transparent;
  border: none;
  border-radius: 0;

  font-size: 21px;
  text-decoration: none;

  transition:
    color .3s ease,
    transform .3s ease;
}

.bs-cart i {
  color: inherit;
  font-size: inherit;
}

.bs-cart:hover {
  color: #D64536;
  transform: scale(1.08);
}

/* Bouton contact */
.bs-btn {
  border: 1px solid #D64536;
  color: #D64536;
  background: transparent;

  text-decoration: none;
  padding: 12px 28px;

  font-family: Inter, sans-serif;
  font-size: 14px;

  transition: .3s;
}

.bs-btn:hover {
  background: #D64536;
  color: #fff;
}


/* ==========================
   MENU LATÉRAL
========================== */

.bs-overlay {
  position: fixed;
  inset: 0;

  background: rgba(20, 10, 10, .45);

  opacity: 0;
  visibility: hidden;

  transition:
    opacity .35s ease,
    visibility .35s ease;

  z-index: 998;
  cursor: pointer;
}

.bs-menu {
  position: fixed;
  top: 0;
  left: 0;

  height: 100%;
  width: 360px;
  max-width: 85%;

  background: #F7F5F2;

  transform: translateX(-100%);
  transition: transform .4s cubic-bezier(.16, 1, .3, 1);

  z-index: 999;
  box-shadow: 4px 0 30px rgba(0, 0, 0, .12);

  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

/* Ouverture du menu */
.bs-toggle:checked ~ .bs-overlay {
  opacity: 1;
  visibility: visible;
}

.bs-toggle:checked ~ .bs-menu {
  transform: translateX(0);
}

/* Croix de fermeture */
.bs-menu-close {
  align-self: flex-end;

  background: none;
  border: none;

  font-size: 34px;
  line-height: 1;
  color: #111;

  cursor: pointer;
  padding: 25px 30px 10px;

  transition: color .3s;
  user-select: none;
}

.bs-menu-close:hover {
  color: #D64536;
}

.bs-menu-inner {
  display: flex;
  flex-direction: column;
  padding: 10px 40px 40px;
}

/* Liens */
.bs-link {
  position: relative;

  color: #111;
  text-decoration: none;

  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;

  padding: 14px 0;
  width: fit-content;

  transition:
    color .3s ease,
    padding-left .3s ease;
}

/* Trait rouge au survol */
.bs-link::before {
  content: "";

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 0;
  height: 1.5px;

  background: #D64536;

  transition: width .3s ease;
}

.bs-link:hover {
  color: #D64536;
  padding-left: 28px;
}

.bs-link:hover::before {
  width: 18px;
}

/* Sous-éléments */
.bs-sub {
  font-size: 15px;
  font-weight: 400;
  padding: 11px 0 11px 18px;
  color: #3a3a3a;
}

.bs-sub:hover {
  padding-left: 42px;
}

/* Intitulé de section */
.bs-menu-label {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #D64536;
  margin: 22px 0 6px;
}

/* Séparateur */
.bs-menu-divider {
  height: 1px;
  background: rgba(0, 0, 0, .08);
  margin: 22px 0;
}



/* ==========================
   MOBILE
========================== */

@media (max-width: 700px) {

  .bs-header {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    grid-template-areas: "burger logo actions";
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
  }

  .bs-burger {
    grid-area: burger;
    justify-self: start;
    font-size: 34px;
  }

  .bs-center {
    grid-area: logo;
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0;
    gap: 6px;
  }

  .bs-logo {
    width: 54px;
  }

  .bs-top {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .bs-bottom {
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 2px;
  }

  .bs-actions {
    grid-area: actions;
    position: static;
    right: auto;
    top: auto;
    transform: none;
    justify-self: end;
    gap: 0;
  }

  .bs-cart {
    width: 42px;
    height: 42px;
    font-size: 21px;
  }

  /* Masquer le bouton contact sur mobile */
  .bs-btn {
    display: none;
  }

  .bs-social {
    display: none;
  }
}

/* ==========================
   TABLETTE UNIQUEMENT
========================== */

@media screen and (min-width: 701px) and (max-width: 1024px) {

  .bs-header {
    display: grid;

    grid-template-columns: 1fr auto;
    grid-template-areas:
      "burger actions"
      "logo logo";

    gap: 20px;
    padding: 25px 40px;
  }

  .bs-burger {
    grid-area: burger;
    justify-self: start;
    font-size: 40px;
  }

  .bs-actions {
    grid-area: actions;

    position: static;
    right: auto;
    top: auto;
    transform: none;

    justify-self: end;
  }

  .bs-center {
    grid-area: logo;

    position: static;
    left: auto;
    top: auto;
    transform: none;

    margin: 0;
  }

  .bs-social {
    display: none;
  }
}/* End custom CSS */