/* ==========================================================================
   Styles généraux
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  /* height: 100%; */
  font-size: 10px;
  scroll-behavior: smooth;
  /* --scroll-offset: 100px; */
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

/* pour le scroll */
:target:before {
  /* content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0; */
}

body {
  width: 100%;
  /* height: 100%; */
  font-family: "Open Sans", sans-serif;
  color: #fff;
  /* min-height: 100vh; */
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

/* ==========================================================================
   Styles de texte
   ========================================================================== */

h1,
h2,
h3,
h4 {
  font-family: "Signika", sans-serif;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 4.5rem;
  text-shadow: 0px 3px 6px #00000064;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 4rem;
}

h3 {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 2.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
h4 {
  /* font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 4.5rem;
  text-shadow: 0px 3px 6px #00000064;
  margin-bottom: 1.5rem; */
}

@media only screen and (min-width: 992px) {
  h1,
  h2,
  h3,
  h4 {
    margin-bottom: 3.5rem;
  }
  h1 {
    font-size: 6rem;
    line-height: 6rem;
  }

  h2 {
    font-size: 5rem;
    line-height: 5rem;
  }

  h3 {
    font-size: 3rem;
    letter-spacing: 0.6px;
    line-height: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 8rem;
    line-height: 8rem;
  }
}

@media only screen and (min-width: 1700px) {
  h1 {
    font-size: 11rem;
    line-height: 11rem;
  }
}

p,
li {
  margin-bottom: 0.75em;
}

p {
  font-size: 1.6rem;
  letter-spacing: 0.32px;
  line-height: 1.875em;
}

ul,
li,
a,
label,
button,
span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

ul,
li {
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  /* color: #C80011; */
  color: #fff;
  text-decoration: none;
}

p > a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  p {
    font-size: 2rem;
    letter-spacing: 0.4px;
    line-height: 1.75em;
  }
}

hr {
  border-bottom: 1px solid #fff;
  margin: 20px 0;
}

.texte ul {
  padding-left: 24px;
}

.texte li {
  position: relative;
}

.texte li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0.6em;
  background-color: #fff;
  width: 5px;
  height: 5px;
}

/* ==========================================================================
   Styles de mise en page
   ========================================================================== */

/* couleurs */
body {
  --bg-accent: #000;
  --bg-primary: #1f1f1f;
}
body.boucherie {
  --bg-accent: #1f1f1f;
  --bg-primary: #000;
}

body {
  background-color: var(--bg-primary);
  padding-top: 80px;
}

img {
  display: block;
  max-width: 100%;
  background-color: transparent;
}

section {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .container-fluid > .row > [class^="col-"] {
    margin-bottom: 50px;
  }

  .container-fluid > .row > [class^="col-"]:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  section {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    padding-top: 100px;
  }

  section {
    margin-bottom: 150px;
  }
}

/* PADDING CUSTOM pour le site */

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 25px;
  padding-left: 25px;
}

.px-mid {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 992px) {
  .px-lg-outer {
    padding-left: 85px;
    padding-right: 85px;
  }
  .py-lg-mid {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .px-lg-mid {
    padding-left: 95px;
    padding-right: 95px;
  }
  .px-lg-inner {
    padding-left: 100px;
    padding-right: 100px;
  }

  .px-lg-outer-half {
    padding-left: 42.5px;
    padding-right: 42.5px;
  }
  .mx-lg-outer-half {
    margin-left: -42.5px;
    margin-right: -42.5px;
  }

  .mt-lg-100 {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .px-xl-col-padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .px-xl-outer {
    padding-left: 85px;
    padding-right: 85px;
  }
  .px-xl-mid {
    padding-left: 95px;
    padding-right: 95px;
  }
  .px-xl-inner {
    padding-left: 100px;
    padding-right: 100px;
  }

  .mt-xl-120 {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 1400px) {
  .px-xxl-outer {
    padding-left: 85px;
    padding-right: 85px;
  }
  .px-xxl-mid {
    padding-left: 95px;
    padding-right: 95px;
  }
  .px-xxl-inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* EXTENSIONS DE STYLES BOOTSTRAP */
@media (min-width: 1400px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

/* ==========================================================================
   Styles de composantes simples
   ========================================================================== */

/* Boutons */

.btn-vide,
.btn-plein,
.btn-plein-gris {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  font-family: "Signika", sans-serif; /* */
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.32px;
  font-weight: 500;
  text-transform: uppercase; /* */

  padding: 15px;
  min-height: 63px;

  overflow: hidden;
  position: relative;
  z-index: 10; /* peut-être reviser cette valeur */
}

.btn-vide .img,
.btn-plein .img,
.btn-plein-gris .img {
  margin-right: 15px;
}

.btn-vide {
  border: 2px solid #fff;
}

.btn-vide:hover {
  color: #c80011;
}

.btn-plein {
  background-color: #c80011;
  border: none !important;
}
.btn-vide:hover,
.btn-plein:hover {
  color: #c80011;
}

.btn-vide::before,
.btn-plein::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;

  background-color: #fff;

  transition: 0.3s;
  z-index: -1;
}
.btn-vide::before {
  width: 14px;
  height: 14px;
}
.btn-plein::before {
  width: 16px;
  height: 16px;
}

.btn-vide:hover::before,
.btn-plein:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}

.btn-plein {
}
.btn-plein-primary {
}
.btn-plein-invert {
}
.btn-plein-gris {
  border: none !important;
  background-color: #717171;
}
.btn-plein-gris:hover {
  background-color: #000;
}

@media only screen and (min-width: 992px) {
  .btn-vide,
  .btn-plein,
  .btn-plein-gris {
    min-height: 80px;

    font-size: 2.2rem;
    line-height: 3.5rem;
    letter-spacing: 0.44px;
  }
}

/* Bouton sans boîte */
.btn-lien {
  font-family: "Signika", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

/* Animation du btn-lien, modification de https://codepen.io/aaroniker/pen/pojaBvb */
.btn-lien {
  --line: #fff;
  --color: #fff;
  text-decoration: none;
  color: var(--color);
  position: relative;
}
.btn-lien span {
  background-image: linear-gradient(0deg, var(--line) 0%, var(--line) 100%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: var(--background-size, 100%) 1px;
  transition: background-size 0.2s linear var(--background-delay, 0.15s);
  font-size: 16px;
  line-height: 30px;
  transform: translateZ(0);
}
.btn-lien svg {
  vertical-align: top;
  display: inline;
  line-height: 1;
  width: 19.5px;
  height: 26px;
  position: relative;
  left: -2px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke: var(--line);
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: var(--stroke-dashoffset, 46);
  transition: stroke-dashoffset var(--stroke-duration, 0.15s)
    var(--stroke-easing, linear) var(--stroke-delay, 0s);
}
.btn-lien:hover {
  --background-size: 0%;
  --background-delay: 0s;
  --stroke-dashoffset: 26;
  --stroke-duration: 0.3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: 0.195s;
}

.btn-lien-primary {
  --line: #c80011;
  --color: #c80011;
}

@media screen and (min-width: 992px) {
  .btn-lien span {
    font-size: 2.2rem;
  }
}

.btn-area {
  margin-top: 50px;
}

/* body {
  min-height: 100vh;
  display: flex;
  font-family: "Inter", Arial;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #F6F8FF;
} */
/* body .underline {
  width: 140px;
  margin: 16px 0;
} */

/* COMPTEUR de la page d'accueil */
.home-info-wrapper {
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.home-info-wrapper:not(:first-child)::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  margin: 0 25px;
  width: calc(100% - 50px);
  height: 0px;
  border-top: 2px solid #434343;
}

.home-info-valeur {
  font-weight: 300;
  font-size: 6rem;
  line-height: 6rem;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
}

.home-info-label {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: "Signika", sans-serif;
  letter-spacing: 0.4px;
}

.home-info-wrapper.certifications {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-info-wrapper.certifications img {
  object-fit: contain;
  object-position: center;
}

.home-info-wrapper.certifications.cert-aaa img {
  height: 158px;
}

.home-info-wrapper.certifications.cert-sterling img {
  height: 223px;
}

@media screen and (min-width: 992px) {
  .home-info-wrapper.certifications.cert-aaa {
    /* justify-content: flex-start; */
  }

  .home-info-wrapper.certifications.cert-sterling {
    /* justify-content: flex-end; */
  }
}

/* @media screen and (min-width: 768px) {
  .home-info-wrapper:not(:first-child)::before {
    margin: 20px 0;
    width: 0px;
    height: calc(100% - 50px);
    border-left: 2px solid #434343;
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .home-info-wrapper:not(:first-child)::before {
    left: 0;
    top: 0;
    margin: 0 25px;
    width: calc(100% - 50px);
    height: 0px;
    border-top: 2px solid #434343;
    border-left: none;
  }
} */

@media screen and (min-width: 992px) {
  .home-info-wrapper:not(:first-child)::before {
    margin: 20px 0;
    width: 0px;
    height: calc(100% - 50px);
    border-left: 2px solid #434343;
    padding: 20px 0 0;
  }
}

/* HORAIRE */

.horaire p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.32px;
}

/* IMAGES */

.img-fill {
  height: 550px;
}

.img-fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vid-fill {
  height: 550px;
}

.vid-fill video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-square {
  position: relative;
  height: 0 !important;
  padding-bottom: 100%;
}

.img-square img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.parallax {
  height: 100%;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* Nous joindre */
.infos-icone {
  display: flex;
  align-items: center;
}

.infos-icone img {
  margin-right: 15px;
}

@media screen and (min-width: 1200px) {
  .infos-icone-wrapper {
    display: flex;
  }

  .infos-icone {
    width: 50%;
  }
}

@media screen and (min-width: 1500px) {
  .infos-icone {
    width: 33.3333%;
  }
}

/* Liste d'offres sur Salon Privé */
.offre-liste-wrapper {
  font-size: 1.8rem;
  letter-spacing: 0.36px;
  line-height: 2.5rem;
}

.offre-liste {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 30px;
}

.liste-titre {
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .offre-liste {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .offre-liste-wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 57px;
    -moz-column-gap: 57px;
    column-gap: 57px;
  }
}

/* Logo de l'entreprise */
.logo a {
  display: block;
  height: 100%;
}

.logo img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* MEDIAS SOCIAUX */
.social {
  display: flex;
  justify-content: center;
  margin: 50px -7px 0;
}

.social a {
  padding: 0 12px;
}

.social img {
  width: 70px;
  height: 70px;
}

.social a:hover img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(59%) saturate(5230%)
    hue-rotate(343deg) brightness(128%) contrast(122%);
}

/* FIL D'ARIANNE */

#bread {
  display: none;
  /* overflow-y: hidden; */
}

@media only screen and (min-width: 992px) {
  #bread {
    display: flex;
    position: absolute;
    top: 150px;
    left: 25px;
    width: calc(100% - 25px); /* Pour éviter l'overflow à droite */
  }

  #bread p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.28px;
    text-transform: uppercase;
  }

  #bread .row {
    position: relative;
    transform: translateX(-100%) translateY(0%) rotate(-90deg);
    transform-origin: top right;
  }

  #bread a:focus,
  #bread a:hover {
    text-decoration: underline;
  }

  #bread .breadcrumb_last {
    font-weight: 700;
  }
}

@media only screen and (min-width: 1200px) {
  #bread {
    top: 170px;
  }
}

/* ==========================================================================
   Styles de composantes complexes
   ========================================================================== */

/* CARTE */

.carte {
  background-color: var(--bg-accent);
  padding: 50px 25px;
}

.carte-lien-wrapper {
}

.carte-lien:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
  .carte {
    padding: 80px 60px;
  }

  .carte-lien-wrapper {
    display: flex;
    justify-content: center;
  }

  .carte-lien {
    margin-bottom: 0 !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* CARTE overlap */

.carte-overlap-haut {
}

.carte-overlap-haut,
.carte-overlap-bas {
  position: relative;
}

.carte-overlap-haut .carte-overlap-carte-wrapper,
.carte-overlap-bas .carte-overlap-carte-wrapper {
  position: relative;
  z-index: 1;
}

.carte-overlap-haut .carte-overlap-image,
.carte-overlap-bas .carte-overlap-image {
  margin-top: -200px;
  z-index: 0;
}

@media only screen and (min-width: 992px) {
  .carte-overlap-haut .carte-overlap-carte-wrapper {
    justify-content: center;
  }

  .carte-overlap-bas .carte-overlap-carte-wrapper {
    /* display: flex; */
    justify-content: center;
    order: 1;
  }

  .carte-overlap-haut .carte,
  .carte-overlap-bas .carte {
    box-sizing: content-box;
    width: 50%;
    margin: 0 auto;
  }

  .carte-overlap-haut .carte-overlap-image {
    margin-top: -150px;
    margin-bottom: 0;
  }

  .carte-overlap-bas .carte-overlap-image {
    margin-top: 0;
    margin-bottom: -220px;
    order: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .carte-overlap-haut .carte,
  .carte-overlap-bas .carte {
    box-sizing: content-box;
    width: 33.3333%;
    margin: 0 auto;
  }

  .carte-overlap-haut .img-fill,
  .carte-overlap-bas .img-fill {
    height: 650px;
  }
}

/* CARTE OVERLAP PROMOTION */
.carte-overlap-haut {
}

.carte-overlap-promotion {
  position: relative;
}

.carte-overlap-promotion .carte-overlap-carte-wrapper {
  position: relative;
  z-index: 1;
}

.carte-overlap-promotion .carte-overlap-image {
  margin-top: -100px;
  z-index: 0;
}

@media only screen and (min-width: 992px) {
  .carte-overlap-promotion {
    margin-bottom: 150px;
  }

  .carte-overlap-promotion .carte-overlap-carte-wrapper {
    /* display: flex; */
    justify-content: center;
    order: 1;
  }

  .carte-overlap-promotion .carte {
    /* box-sizing: content-box; */
    /* width: 50%; */
    margin: 0 auto;
  }

  .carte-overlap-promotion .carte-overlap-image {
    margin-top: 0;
    margin-bottom: -150px;
    order: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .carte-overlap-promotion .carte {
  }

  .carte-overlap-promotion .img-fill {
  }
}

/* Groupes d'images */
.images-cote {
  padding: 0;
}
.images-cote img {
  max-height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.images-cote img:not(:last-child) {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .images-cote img:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
}

.images-cote-offset {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .images-cote-offset .images-cote {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1500px) {
  .offres.banniere {
    min-height: auto;
  }

  .offres .banniere-contenu {
    padding-bottom: 0;
  }

  .offres .images-cote-offset .images-cote {
    position: static;
  }
}

/* .row AVEC IMAGE 50% DE LARGE CARRÉE */

@media only screen and (min-width: 992px) {
  .row-img-carre {
    align-items: center;
  }

  .row-img-carre .texte {
  }
}

/* SLIDER dots */
.slick-dots {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.slick-dots li:not(:first-child) {
  margin-left: 15px;
}

.slick-dots li button {
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  font-size: 0;
  border: none;
}

.slick-dots li.slick-active button {
  background-color: #c80011;
}

/* SLIDER avantges sur emplois */
.slick-avantages {
  position: relative;
}
.slick-prev,
.slick-next {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.slick-prev::before,
.slick-prev::after,
.slick-next::before,
.slick-next::after {
  content: "";
  position: absolute;
  /* right: -20px; */
  top: calc(50% - 1px);
  width: 42px;
  border-top: 2px solid #fff;
  transition: 0.15s;
}

.slick-prev::before,
.slick-prev::after {
  left: 0;
}

.slick-prev::before {
  transform-origin: top left;
  transform: rotate(45deg);
}

.slick-prev::after {
  transform-origin: bottom left;
  transform: rotate(-45deg);
}

.slick-next::before,
.slick-next::after {
  right: 0;
}

.slick-next::before {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.slick-next::after {
  transform-origin: top right;
  transform: rotate(-45deg);
}

.avantages {
  font-family: "Signika", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-left: 55px;
  margin-right: 55px;
  padding-top: 70px;
  padding-bottom: 70px;
}

/* ==========================================================================
   Header
   ========================================================================== */

.header {
  position: fixed;
  height: 80px;
  background-color: var(--bg-accent);
  width: 100%;
  color: #fff;
  top: 0;
  z-index: 999;
}

.header .row {
  justify-content: center;
}

.header .logo {
  height: 100%;
  padding: 8px 0;
}

.header .menu-wrapper {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .header {
    height: 100px;
  }

  .header .row {
    justify-content: space-between;
  }

  .header .logo {
    padding: 0;
  }

  .header .logo a {
    margin-left: 40px;
    margin-top: 12px;
    height: 124px;
  }

  .header .menu-wrapper {
    display: flex;
  }
}

@media only screen and (min-width: 1500px) {
  .header .logo a {
    margin-left: 80px;
  }
}

.menu-reservation a {
  background-color: #fff;
  color: #000;
}
.menu-reservation a:hover {
  background-color: #c80011;
  color: #fff;
}

.menu-boucherie a {
  background-color: #717171;
}
.menu-boucherie a:hover {
  background-color: #000;
}

/* ==========================================================================
   Menu Desktop
   ========================================================================== */

@media only screen and (min-width: 1200px) {
  .header {
    --menu-padding: 10px;
    --btn-menu-padding: 20px;
  }

  .header .menu-wrapper {
    display: flex;
  }

  .header .main-menu {
    padding-left: var(--menu-padding);
    padding-right: var(--menu-padding);
    display: flex;
  }

  .header .menu-wrapper ul.menu {
    height: 100%;
    align-items: center;
  }

  .header .menu-wrapper ul.menu,
  .header .menu-wrapper .menu > li {
    margin-bottom: 0;
  }

  .header .menu-wrapper .menu > li {
    position: relative;
  }

  .header .menu-wrapper .menu > li > a {
    display: flex;
    align-items: center;
    padding-left: var(--menu-padding);
    padding-right: var(--menu-padding);
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .header .main-menu .menu > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #fff;
  }

  .header .main-menu .menu > li > a,
  .header .main-menu .menu > li > a:after,
  .header .main-menu .menu > li > a:before {
    transition: all 0.5s;
  }

  .header .main-menu .menu > li > a:hover {
    color: #c80011;
  }

  .header .main-menu .menu > li > a:hover::before {
    left: 0;
    width: 100%;
  }

  /* SOUS-MENUS */
  header .main-menu .sub-menu {
    position: absolute;
    display: none;
    background: #000;
    top: calc(100% - 0rem);
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 4rem;
    text-align: center;
  }

  header .main-menu .sub-menu > li:not(:last-child) {
    margin-bottom: 2rem;
  }

  header .main-menu .sub-menu a {
    white-space: nowrap;
  }

  header .main-menu .menu > li:hover > .sub-menu {
    display: block;
  }

  /*  */
  .header .menu-wrapper .menu {
    display: flex;
    font-size: 1.6rem;
    line-height: 3.5rem;
    font-family: "Signika", sans-serif; /* */
    font-weight: 500;
    text-transform: uppercase; /* */
    letter-spacing: 0.32px;
  }

  .header .button-menu {
    display: flex;
  }

  .header .button-menu ul.menu {
    align-items: stretch;
  }

  .header .button-menu .menu > li > a {
    padding-left: var(--btn-menu-padding);
    padding-right: var(--btn-menu-padding);
    height: 100%;
  }
}

@media only screen and (min-width: 1320px) {
  .header {
    --menu-padding: 15px;
    --btn-menu-padding: 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .header {
    --menu-padding: 20px;
    --btn-menu-padding: 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .header {
    --menu-padding: 25px;
    --btn-menu-padding: 50px;
  }
}

/* ==========================================================================
   Menu Mobile
   ========================================================================== */

/* Bouton hamburger */

.hamburger-btn-wrapper {
  position: fixed;
  width: 40px;
  height: 40px;
  /* background-color: #C80011; */
  top: 0;
  right: 0;
  margin: 20px 25px;
  z-index: 1000;
}

/* Modifié à partir du bouton de https://codepen.io/aaroniker/pen/GLyzaG */
.hamburger-btn {
  --front: #c80011;
  --back: #c80011;
  --icon: white;
  perspective: 600px;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.hamburger-btn input {
  display: none;
}
.hamburger-btn input + div span {
  --rotateY: 0deg;
  --background: var(--front);
  transform: rotateY(var(--rotateY));
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
  background: var(--background);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.2, 0.64, 0.48, 1.24);
}
.hamburger-btn input + div span:before,
.hamburger-btn input + div span:after {
  --rotate: 0deg;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  /* border-radius: 1px; */
  top: 50%;
  left: 50%;
  background: var(--icon);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(-50%, -50%) rotate(var(--rotate)) translateZ(6px);
}
.hamburger-btn input + div span:first-child {
  --background: var(--back);
}
.hamburger-btn input + div span:first-child:before {
  --rotate: -45deg;
}
.hamburger-btn input + div span:first-child:after {
  --rotate: 45deg;
}
.hamburger-btn input + div span:last-child {
  --rotateY: 180deg;
}
.hamburger-btn input + div span:last-child:before {
  box-shadow: 0 -9px 0 var(--icon), 0 9px 0 var(--icon);
}
.hamburger-btn input + div span:last-child:after {
  display: none;
}
.hamburger-btn input:checked + div span:first-child {
  --rotateY: -180deg;
}
.hamburger-btn input:checked + div span:last-child {
  --rotateY: 0deg;
}

/* Menu mobile */

#menu-mobile {
  position: fixed;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center;
  z-index: 1000;
  top: 80px;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
}

#menu-mobile.open {
  transition: 0.2s;
  background-color: #fff;
  pointer-events: auto;
  opacity: 1;
  height: calc(100% - 80px);
}

.menu-mobile {
  width: 100%;
  position: relative;
  top: -100%;
  transition: 0.2s;
  overflow-y: auto;
  padding: 50px 0;
}

.menu-mobile.open {
  top: 0;
}

.menu-mobile .menu {
  width: 100%;
  text-align: center;
  font-family: "Signika", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.5rem;
  letter-spacing: 0.32px;
  color: #fff;
  text-transform: uppercase;
}

.menu-mobile .menu li {
  /* margin-bottom: 25px; */
}

.menu-mobile .sub-menu {
  display: none;
}

.menu-mobile .menu > li > a {
}

.menu-mobile .button-menu .menu > li {
  margin-bottom: 30px;
}

.menu-mobile .button-menu .menu > li > a {
  width: 220px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   Styles de sections
   ========================================================================== */

/* LOADER */

#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: var(--bg-accent);
  z-index: 1001;
  transition-duration: 1000ms;
  transition-delay: 2000ms;
  overflow: hidden;
}

.loading #loader-wrapper {
  bottom: 0;
}

#loader-wrapper {
  bottom: -100%;
}

#loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* #loader .logo {
  opacity: 0;
} */

#loader .logo {
  /* width: 100%;
    height: 100%; */
  animation: fadeInOut ease 2s;
  -webkit-animation: fadeInOut ease 2s;
  -moz-animation: fadeInOut ease 2s;
  -o-animation: fadeInOut ease 2s;
  -ms-animation: fadeInOut ease 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* BANNIÈRE */
.banniere {
  margin-top: 25px;
}

.banniere-bg {
  height: 300px;
  /* padding-left: 0 !important; */
  padding-right: 0 !important;
}

.banniere-accueil .banniere-bg {
  margin-bottom: -70px !important;
}

.banniere-soustitre {
  font-family: "Signika", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-shadow: 0px 3px 6px #00000064;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.banniere-texte p {
  font-size: 2rem;
  letter-spacing: 0.4px;
  line-height: 1.75em;
}

@media screen and (min-width: 576px) {
  .banniere-bg {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .banniere {
    margin-bottom: 125px !important;
  }
}

@media screen and (min-width: 992px) {
  .banniere {
    min-height: 840px;
    margin-top: 70px;
  }

  .banniere-bg {
    position: absolute;
    height: 840px;
    padding-right: 25px;
  }

  .banniere-contenu {
    padding-left: 25px !important;
    padding-right: 0 !important;
  }

  .banniere-soustitre {
    font-size: 4rem;
    letter-spacing: 0.8px;
    margin-bottom: 50px;
  }

  .banniere-texte p {
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    line-height: 1.8em;
  }

  .banniere-accueil > div,
  .banniere-accueil > div > div.row {
    min-height: 840px;
  }
}

.banniere .images-cote {
  margin-bottom: -250px;
}

/* BANNIERE PROMOTIONS */

.promotions > .container-fluid > .row {
  position: relative;
}

.banniere-promotions {
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 30px;
}

.promotions {
  margin-top: 25px;
}

@media screen and (min-width: 992px) {
  .promotions {
    margin-top: 70px;
  }

  .banniere-promotions {
    padding-top: 130px;
    padding-bottom: 180px;
  }
}

/* SECTION AVEC FOND NOIR */

.bg-accent {
  background-color: var(--bg-accent);
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .bg-accent {
    background-color: var(--bg-accent);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .bg-accent {
    background-color: var(--bg-accent);
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* FACEBOOK EMBED */

.fb-page {
  display: block !important;
  margin: 0 auto;
  max-width: 500px;
}

/* FORMULAIRE D'ACHAT  */

#formulaireAchat .form-title {
  text-align: center;
  border-bottom: 2px solid #434343;
  padding-bottom: 60px;
  margin-bottom: 0;
}

#formulaireAchat .label {
  text-transform: uppercase;
}

#formulaireAchat .section {
  padding: 50px 0;
  border-bottom: 2px solid #434343;
}

@media screen and (min-width: 992px) {
  #formulaireAchat .section .cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}

#formulaireAchat .section h3,
#formulaireAchat .order-summary h3 {
  font-size: 25px;
  color: #c80011;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/* Styles for radio buttons in formulaire achat */
#formulaireAchat .wpcf7-radio {
  display: grid;
  gap: 0;
  grid-auto-flow: column;
}

#formulaireAchat .wpcf7-list-item {
  margin: 0;
}

#formulaireAchat .wpcf7-list-item label {
  align-items: center;
  cursor: pointer;
  position: relative;
}

#formulaireAchat .wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

#formulaireAchat .wpcf7-list-item input[type="radio"] + span {
  display: block;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 20px;
  transition: all 0.3s ease;
  font-family: "Signika", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
}

#formulaireAchat .wpcf7-list-item input[type="radio"]:checked + span {
  background-color: #c80111;
  border-color: #fff;
}

#formulaireAchat .wpcf7-list-item input[type="radio"] + span:hover {
  background-color: #c80111;
}

#formulaireAchat #custom-amount {
  display: none;
}

#formulaireAchat .wpcf7-form label {
  text-transform: none;
  font-weight: 400;
}

#formulaireAchat .order-summary {
  width: fit-content;
  padding: 50px;
  border: 2px solid #c80011;
  margin-top: 50px;
  justify-self: self-end;
}

@media screen and (min-width: 992px) {
  #formulaireAchat .order-summary {
    width: 500px;
  }
}

#formulaireAchat .order-summary .summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 30px;
}

#formulaireAchat .submit {
  display: flex;
  justify-content: flex-end;
}

#formulaireAchat .submit .wpcf7-submit {
  color: #fff;
  transition: all 0.3s ease;
}
#formulaireAchat .submit .wpcf7-submit:hover {
  background-color: #fff;
  color: #c80111;
}
#formulaireAchat .submit .wpcf7-spinner {
  display: none;
}

/* FORMULAIRE D'ACHAT SNIPCART */

body.snip-open {
  position: relative;
}

@media screen and (min-width: 1500px) {
  #formulaireAchatCC > .corps {
    max-width: 1400px;
  }
}

#formulaireAchatCC .corps #detailsCarte {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans";
  font-size: 2rem;
  line-height: 3.5rem;
  letter-spacing: 0.4px;
}

#formulaireAchatCC .corps #detailsCarte .carte-cadeau {
  width: 100%;
  border-top: 2px solid #434343;
  padding: 20px 0;
}

@media screen and (min-width: 992px) {
  #formulaireAchatCC .corps #detailsCarte .carte-cadeau {
    display: flex;
    align-items: center;
    height: 110px;
    padding: 0;
  }
}

#formulaireAchatCC .corps #detailsCarte .carte-cadeau:last-child {
  border-bottom: 2px solid #434343;
}

#formulaireAchatCC .corps #detailsCarte .carte-cadeau div {
  width: 25%;
  margin: 0 5px;
  margin-left: 20px;
}

#formulaireAchatCC .corps #detailsCarte .carte-cadeau div.radio-btn {
  position: relative;
  /* justify-content: flex-end; */
  margin: 20px 5px;
}

#formulaireAchatCC
  .corps
  #detailsCarte
  .carte-cadeau
  div.radio-btn
  input[type="radio"] {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

#formulaireAchatCC
  .corps
  #detailsCarte
  .carte-cadeau
  div.radio-btn
  input[type="radio"]
  + label {
  margin-left: 50px;
  white-space: nowrap;
}

#formulaireAchatCC
  .corps
  #detailsCarte
  .carte-cadeau
  div.radio-btn
  input[type="radio"]
  + label:before {
  content: "";
  background: #fff;
  /* border-radius: 50%; */
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

#formulaireAchatCC
  .corps
  #detailsCarte
  .carte-cadeau
  div.radio-btn
  input[type="radio"]:checked
  + label:before {
  content: "\2713";
  color: #000;
  /* background: #b99134; */
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

#formulaireAchatCC .corps #detailsCarte .carte-cadeau > div:first-child {
  width: 100%;
  text-align: right;
  padding-right: 0.625vw;
  font-family: "Open Sans";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-left: 0;
}

@media screen and (min-width: 992px) {
  #formulaireAchatCC .corps #detailsCarte .carte-cadeau > div:first-child {
    max-width: 100%;
    flex-grow: 1;
  }
}

#formulaireAchatCC .corps #detailsCarte .carte-cadeau div.delete-wrapper {
  display: flex;
  /* justify-content: flex-end; */
  width: 100%;
  margin: 10px;
}

#formulaireAchatCC .corps #detailsCarte .carte-cadeau div .deleteCard {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  color: transparent;
  position: relative;
  width: 25px;
  height: 25px;
}

#formulaireAchatCC .corps #detailsCarte .carte-cadeau div .deleteCard::before,
#formulaireAchatCC .corps #detailsCarte .carte-cadeau div .deleteCard::after {
  content: "";
  position: absolute;
  width: 35.255px;
  height: 0;
  border-top: 2px solid #c80011;
  left: 0;
  top: calc(50% - 1px);
  transform-origin: center;
}

#formulaireAchatCC .corps #detailsCarte .carte-cadeau div .deleteCard::before {
  transform: rotate(45deg);
}
#formulaireAchatCC .corps #detailsCarte .carte-cadeau div .deleteCard::after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 992px) {
  #formulaireAchatCC .corps #detailsCarte .carte-cadeau div.delete-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 25%;
  }
}

#formulaireAchatCC .corps #detailsCarte form {
  width: 100%;
}

#formulaireAchatCC .corps #detailsCarte form ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

#formulaireAchatCC .corps #detailsCarte form ul li {
  display: flex;
  min-width: 30%;
  margin: 0.625vw 0;
}

#formulaireAchatCC .corps #detailsCarte form ul li input {
  margin-left: 0.625vw;
  font-family: "osReg";
  background: #f7f7f9;
  width: 100%;
  height: 2.8125vw;
  border: 0.0625vw solid #e5e5e5;
  font-size: 1vw;
  font-family: "osLight";
  letter-spacing: 0.01em;
  color: #aeaeae;
  line-height: 100%;
  padding: 0 1.0625vw;
}

#formulaireAchatCC .corps #detailsCarte form ul li span {
  cursor: pointer;
}

#formulaireAchatCC .corps #detailsCarte form ul li span.supprimer {
  color: #c80011;
}

#formulaireAchatCC .paiement {
  /* max-width: 100%;
    width: 100%;
    box-sizing: border-box; */
  /* background-image: linear-gradient(#eaeaea, rgba(234, 234, 234, 0.6)) */
}

/* body #formulaireAchatCC .paiement.top {
    margin-top: 1.875vw
} */

#formulaireAchatCC .paiement .corps {
  /* padding: 1.25vw; */
  text-align: center;
}

#formulaireAchatCC .paiement .corps .addCard span {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  font-size: 0;
  color: transparent;
  margin-right: 1rem;
}

#formulaireAchatCC .paiement .corps .addCard span::before,
#formulaireAchatCC .paiement .corps .addCard span::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 0;
  border-top: 2px solid #fff;
  left: 0;
  top: calc(50% - 1px);
  transform-origin: center;
}

#formulaireAchatCC .paiement .corps .addCard span::before {
  transform: rotate(90deg);
}

#formulaireAchatCC .paiement .corps .addCard,
#formulaireAchatCC .paiement .corps .pay {
  margin-top: 42px;
  width: 275px;
  cursor: pointer;
}

#formulaireAchatCC .paiement .corps .pay::before {
  content: none;
}

#formulaireAchatCC .paiement .corps .pay:hover {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  #formulaireAchatCC .paiement .corps {
    text-align: right;
  }
}

#formulaireAchatCC .snip-layout {
  position: relative;
  background: transparent;
  z-index: 1;
  max-width: 72.8125vw;
  margin: 0 auto;
  padding: 0;
}

#formulaireAchatCC .snip-layout input,
#formulaireAchatCC .snip-layout select {
  background: #f2f2f2;
  border: none;
  line-height: 1.125vw;
  padding: 0.571em 0.429em;
}

#formulaireAchatCC .snip-layout .snip-layout__close {
  color: #000;
}

#formulaireAchatCC .snip-layout #snipcart-steps {
  display: block !important;
}

#formulaireAchatCC .snip-layout .snip-step__item .snip-step__label {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
}

#formulaireAchatCC .snip-layout .snip-step__item i {
  display: none;
}

#formulaireAchatCC .snip-layout .snip-form__label {
  font-weight: 700;
}

#formulaireAchatCC .snip-layout .snip-layout__main-container {
  max-width: 100%;
}

#formulaireAchatCC .snip-layout .snip-layout__main-container .snip-header {
  background: #eaeaea;
  padding: 3.125vw;
  text-align: center;
  margin: 3.125vw 0 0;
  width: 100%;
  box-sizing: border-box;
  color: #7c7c7c;
  height: auto;
}

#formulaireAchatCC
  .snip-layout
  .snip-layout__main-container
  .snip-header
  h2.snip-header__title {
  display: none;
}

#formulaireAchatCC
  .snip-layout
  .snip-layout__main-container
  .snip-header
  .snip-header__total {
  margin-top: 0;
  height: auto;
  line-height: normal;
  background: 0;
  font-size: 1.875vw;
  color: #7c7c7c;
  font-family: "osReg";
  font-weight: normal;
}

#formulaireAchatCC
  .snip-layout
  .snip-layout__main-container
  .snip-header
  .snip-header__total
  .snip-header__total-label {
  color: #7c7c7c;
}

#formulaireAchatCC .snip-layout .snip-product--selectable-item {
  position: relative;
  background: none;
  padding-left: 3.5em;
}

#formulaireAchatCC .snip-layout .snip-product--selectable-item:before {
  content: "";
  background: #f2f2f2;
  border-radius: 50%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.375vw;
  height: 2.375vw;
}

#formulaireAchatCC
  .snip-layout
  .snip-product--selectable-item.js-selected:before {
  content: "\2713";
  color: #fff;
  background: #c80011;
  font-size: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.375vw;
  height: 2.375vw;
}

#formulaireAchatCC .snip-layout .snip-btn {
  background: #c80011 !important;
  color: #fff;
  border-radius: 0 !important;
}

#formulaireAchatCC .snip-layout #snipcart-footer {
  display: none;
}

#cartAddingLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1041;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 3.125vw;
  font-weight: bold;
}

.swal-button {
  border-radius: 0;
}

.swal-button--danger {
  background-color: #c80011;
}

/* FORMULAIRE DE CONTACT */

.wpcf7-form .row {
  margin: 0 -8px;
}

fieldset {
  margin-bottom: 2rem;
}

.wpcf7-radio {
  width: 100%;
}

.wpcf7-radio .wpcf7-list-item:first-child {
  margin: 0;
}

.wpcf7-form-control-wrap input[type="radio"] + span {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px;
}

.wpcf7-form .col-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.wpcf7-form label,
.wpcf7-form legend {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px;
  /* color: #043477; */
  text-transform: uppercase;
}
.wpcf7 label {
  width: 100%;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="file"],
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 2px solid #fff;
  padding: 0.5em;
  background: #fff;
  color: #000;
}

.wpcf7-form-control-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em;
  padding-right: 2.5em;
}

.wpcf7 .select-selected {
  border-top-width: 0;
  padding-top: 9px;
  width: 100%;
  position: relative;
  padding-right: 2.5em;
}

.wpcf7 .select-selected::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #333;
  pointer-events: none;
}

.wpcf7 .select-items {
  top: initial;
  margin-left: 12px;
  margin-right: 12px;
}

.wpcf7-form-control-wrap input[type="file"] {
  border: none;
  padding-left: 0;
}

div.wpcf7-response-output {
  font-size: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2.5rem;
}

/* MENU RESTAURANT */

.menu-page-wrapper .menu-banniere {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.menu-page-wrapper .menu-banniere-bg {
  height: 260px;
  margin-bottom: 35px !important;
}

.menu-page-wrapper p {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.28px;
}

.menu-page-wrapper li > a:hover {
  text-decoration: underline;
}

.menu-menu-des-menus-restaurant-container {
  display: none;
}

.table-matieres {
  display: flex;
  background-color: var(--bg-accent);
  flex-wrap: wrap;
  padding-top: 25px;
}

ul.table-matieres,
.table-matieres li {
  margin-bottom: 0;
}

.table-matieres li {
  text-align: center;
  min-width: 33.3333%;

  font-family: "Signika", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  /* line-height: 3.5rem; */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.table-matieres.fixed {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 999;
}

.menu-infos {
  background-color: var(--bg-accent);
  padding: 0 25px 25px;
}

.menu-infos p:not(:last-child) {
  margin-bottom: 25px;
}

.menu-sections-mobile .menu-icone-legende {
  display: flex;
}

.menu-sections-mobile .menu-icone {
  width: 16px;
  flex-shrink: 0;
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  .menu-page-wrapper p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.32px;
  }

  .menu-sections-desktop {
    --menu-sections-width: 300px;
    display: block;
    margin-top: -80px;
    z-index: 999;
    position: relative;
    padding-right: var(--menu-sections-width);
  }

  .menu-sections-fixed-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--menu-sections-width);
    height: 100vh;
    background-color: var(--bg-accent);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .menu-sections-desktop .logo {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-grow: 0;
  }

  ul.table-matieres {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    /* flex-basis: 100%; */
    /* height: 100%; */
    flex-grow: 1;
    flex-shrink: 1;
    overflow-y: auto;
  }

  .table-matieres li {
    width: 100%;
  }

  .menu-sections-desktop .menu-infos {
    /* position: absolute; */
    /* bottom: 0; */
    flex-grow: 0;
    padding: 25px;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.32px;
  }

  .menu-sections-desktop .menu-icone-legende {
    position: relative;
  }

  .menu-sections-desktop .menu-icone {
    position: absolute;
    left: -30px;
  }

  .menu-page-wrapper .menu-banniere {
    margin-top: 80px !important;
    margin-bottom: 100px !important;
  }

  .menu-page-wrapper .menu-banniere-bg {
    height: 630px;
    padding: 0 !important;
    margin: 0 !important;
  }

  .menu-banniere-bg {
    align-self: stretch;
    height: 100%;
  }

  .menu-banniere-contenu {
    transform: translateX(-50px);
  }

  .menu-menu-des-menus-restaurant-container {
    display: flex;
    align-items: flex-end;
    display: block;
    flex-wrap: nowrap;

    text-align: right;
    font-family: "Signika", sans-serif;
    font-size: 2.2rem;
    line-height: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.44px;
    text-transform: uppercase;
  }

  .menu-menu-des-menus-restaurant-container .menu {
    flex-basis: 0;
  }

  .menu-menu-des-menus-restaurant-container .menu-item {
    margin-bottom: 40px;
  }

  .menu-menu-des-menus-restaurant-container .current-menu-item {
    color: #c80011;
    pointer-events: none;
  }
}

@media screen and (min-width: 1200px) {
  .menu-sections-desktop {
    margin-top: -100px;
    --menu-sections-width: 400px;
  }

  ul.table-matieres {
    /* margin-bottom: 150px; */
  }

  .menu-page-wrapper .menu-banniere {
    margin-bottom: 170px !important;
  }

  .menu-page-wrapper .menu-banniere-bg {
    height: 830px;
  }
}

.menu-cat {
  margin-bottom: 60px;
}

.cat-entete h2,
.cat-entete p {
  text-align: center;
}

.cat-entete h2,
.cat-entete p,
.sous-cat-entete,
.sous-cat-plats,
.plat,
.menu-images {
  margin-bottom: 30px;
}

.cat-entete h2 {
  line-height: 1em;
}

.sous-cat-entete h3 {
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .menu-page-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }

  .menu-resto-wrapper,
  .menu-boucherie-wrapper {
    padding-left: 75px !important;
    padding-right: 100px !important;
  }

  .menu-contenu {
    flex-grow: 1;
  }

  .cat-entete,
  .cat-entete p,
  .sous-cat-entete,
  .sous-cat-plats,
  .plat,
  .menu-images {
    margin-bottom: 50px;
  }

  .cat-entete h2 {
    margin-bottom: 25px;
  }

  .sous-cat-plats {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 75px;
    -moz-column-gap: 75px;
    column-gap: 75px;
  }

  .plat-entete {
    font-size: 1.8rem;
    letter-spacing: 0.36px;
  }

  .plat {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

@media screen and (min-width: 1500px) {
  .menu-resto-wrapper,
  .menu-boucherie-wrapper {
    padding-left: 125px !important;
    padding-right: 150px !important;
  }
  .sous-cat-plats {
    -webkit-column-gap: 125px;
    -moz-column-gap: 125px;
    column-gap: 125px;
  }
}

.plat-entete {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: "Signika", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2em;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.plat-titre {
  flex-grow: 1;
}

.plat-prix {
  flex-grow: 0;
}

.plat-gluten {
  height: 16px;
}

.plat-gluten img {
  height: 100%;
  object-fit: contain;
}

/* images à la fin de chaque section du menu */
.menu-images {
  height: 130px;
}

.grande-image,
.petite-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-cat:nth-child(even) .petite-image {
  order: 1;
}

@media screen and (min-width: 576px) {
  .menu-images {
    height: 200px;
  }
}

@media screen and (min-width: 768px) {
  .menu-images {
    height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .plat-entete {
    font-size: 1.8rem;
    /* line-height: 2.2em; */
    letter-spacing: 0.36px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-images {
    height: 400px;
  }
}

@media screen and (min-width: 1500px) {
  .menu-images {
    height: 500px;
  }
}

/* MENU PRODUITS (boucherie) */
.entete-menu-boucherie h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.produit {
  padding: 0px 12px;
  margin-bottom: 30px;
}

.produit .produit-image {
  height: 0;
  padding-bottom: 84.7457%;
  position: relative;
  /* overflow: hidden; */
  margin-bottom: 12px;
}

.produit .produit-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.produit .produit-titre {
  font-family: "Signika", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.produit .quantite-zone {
  display: flex;
  justify-content: center;
}

.produit .quant-prix {
  padding: 0 6px;
}

.produit .quantite {
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.32px;
  /* padding-bottom: 4px; */
  border-bottom: 1px solid #434343;
  margin-bottom: 5px;
}

.produit .prix {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: 0.24px;
}

@media screen and (min-width: 992px) {
  .entete-menu-boucherie h1 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .produit {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .produit {
    padding: 0px 9px;
    margin-bottom: 70px;
  }

  .produit .produit-image {
    margin-bottom: 24px;
  }

  .produit .produit-titre {
    margin-bottom: 10px;
  }

  .produit .quant-prix {
    padding: 0 10px;
  }
}

/* FENÊTRE MODALE */
/* The Modal (background) */
.my-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.my-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  /* padding: 20px; */
  /* border: 1px solid #888; */
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 900px;
  color: #000;
  position: relative;
}

.my-modal-image {
  height: 210px;
}

/* The Close Button */
.my-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
}

.my-modal-close:hover,
.my-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.my-modal-text {
  padding: 30px;
}

.my-modal .btn-plein {
  color: #fff;
}

.my-modal .btn-plein::before {
  background-color: #000;
}

@media screen and (min-width: 992px) {
  .my-modal-text {
    padding: 50px 50px 65px;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
  background-position: center;
  background-size: cover;
  color: #fff;
}

footer p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.32px;
}

footer a:hover {
  text-decoration: underline;
}

footer .mb-40 {
  margin-bottom: 40px;
}

footer.container-fluid {
  padding: 0 1rem;
}

footer .logo {
  height: 154px;
  margin-bottom: 70px;
}

footer .logo a {
  display: flex;
  justify-content: center;
}

footer .autre-site {
  margin-bottom: 50px;
}

footer .btn-lien {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.32px;
}

footer .menu {
  font-family: "Signika", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  /* line-height: 3.5rem; */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

footer .adresse-endroit {
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
  margin-bottom: 1.5rem;
}

footer .adresse-endroit img {
  display: inline;
  padding-right: 5px;
}

footer .adresse-endroit span {
  font-family: "Signika", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

footer .social {
  display: flex;
  justify-content: center;
  margin: 50px -7px 0;
}

footer .social a {
  padding: 0 7px;
}

footer .social img {
  width: 45px;
  height: 45px;
}

.footer-main {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 992px) {
  footer .logo a {
    display: block;
  }

  .footer-main {
    padding-top: 100px;
  }

  footer .social {
    justify-content: flex-start;
  }

  footer .btn-lien span {
    font-size: 16px;
  }
}

/* Copyright */
#copyright {
  color: #fff;
  height: 90px;
}

#copyright .row {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  height: 100%;
  /* justify-content: space-between; */
  /* flex-flow: column; */
}

#copyright .col-12 {
  text-align: center;
  height: content-fit;
}

/* to fix border width??? */
/* #copyright .copy-wrapper {
} */

#copyright small {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0.26px;
}

#copyright .agences {
  display: flex;
  justify-content: center;
  align-items: center;
}

#copyright .agences > span {
  display: block;
  width: 0;
  height: 15px;
  border-right: 1px solid #fff;
  margin: 0 16px;
}

#copyright .agences img {
  width: 82px;
}

@media only screen and (min-width: 1200px) {
  footer .logo {
    margin-bottom: 50px;
  }
  #copyright {
    height: 50px;
  }
  #copyright .row {
    padding: 0;
  }

  #copyright .col-12 {
    text-align: left;
    height: auto;
  }

  #copyright .agences {
    justify-content: flex-end;
  }

  #copyright .agences img {
    width: 120px;
  }

  #copyright .agences > span {
    height: 20px;
    margin: 0 25px;
  }
}

@media screen and (min-width: 1500px) {
  footer .container {
    max-width: 1600px;
  }
}
