@charset "UTF-8";
/*
Theme Name: atelier-hephaistos
Theme URI: 
Author: Pixelea - Matthieu
Author URI: https://pixelea.fr/
Description:
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ng1-2025
Text Domain: atelier-hephaistos
Tags:
*/
.choix-couleur-pastilles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5em;
}
.choix-couleur-pastilles .pastille-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.3rem;
}
.choix-couleur-pastilles .pastille-label input[type=radio] {
  display: none;
}
.choix-couleur-pastilles .pastille-label input[type=radio]:checked + .pastille {
  border: 2px solid var(--wp--preset--color--contrast-2);
  transform: scale(1.15);
}
.choix-couleur-pastilles .pastille-label .pastille {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: inline-block;
  transition: transform 0.2s, border 0.2s;
}

.couleur-selectionnee {
  margin-bottom: 0.5em;
  font-size: 0.875rem;
}
.couleur-selectionnee span {
  color: var(--wp--preset--color--contrast-2);
}

form.wpcf7-form p {
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
}
form.wpcf7-form br {
  display: none;
}
form.wpcf7-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
form.wpcf7-form .form-row label {
  margin-bottom: 0;
}
form.wpcf7-form .form-row.triple {
  grid-template-columns: repeat(3, 1fr) !important;
}
form.wpcf7-form .form-row::after, form.wpcf7-form .form-row::before {
  content: none !important;
  display: none !important;
}
form.wpcf7-form .form-row.full {
  grid-template-columns: 1fr;
}
form.wpcf7-form .form-row.center {
  justify-content: center;
}
form.wpcf7-form .form-row.center p {
  text-align: center;
}
form.wpcf7-form .form-row.center .form-group {
  display: flex;
  justify-content: center;
}
form.wpcf7-form .form-row.dimensions {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  form.wpcf7-form .form-row.dimensions {
    grid-template-columns: 1fr !important;
  }
}
form.wpcf7-form .form-row.dimensions input {
  border: 1px solid var(--wp--preset--color--contrast-2) !important;
}
form.wpcf7-form .form-row.dimensions.verriere {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  form.wpcf7-form .form-row {
    grid-template-columns: 1fr;
  }
  form.wpcf7-form .form-row.dimensions {
    grid-template-columns: 1fr;
  }
}
form.wpcf7-form .form-group {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 0;
}
form.wpcf7-form .form-group .wpcf7-list-item {
  margin: 0;
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  padding: 0.5em 1em;
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #aaa;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: 0px 5px 3px 5px;
  transition: border-color 0.2s ease;
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0.15em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: var(--wp--preset--color--contrast);
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 14, 16, 0.3);
  border-color: var(--wp--preset--color--contrast);
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  font-weight: 600;
  color: var(--wp--preset--color--contrast);
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.5em;
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0em;
  font-weight: 400;
}
form.wpcf7-form .form-group .question-upload {
  font-weight: bold;
  color: #3c3b52;
  margin-bottom: 0.5em;
}
form.wpcf7-form .form-group .upload-wrapper {
  display: inline-block;
}
form.wpcf7-form .form-group .upload-label {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
form.wpcf7-form .form-group .upload-label .upload-text {
  padding: 0.75em 1em;
  background-color: #f2f0ed;
  font-size: 0.95em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
form.wpcf7-form .form-group .upload-label .upload-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  padding: 0.75em;
  height: 100%;
}
form.wpcf7-form .form-group .upload-label .upload-icon svg {
  display: block;
  fill: white;
}
form.wpcf7-form .form-group .upload-label input[type=file] {
  display: none;
}
form.wpcf7-form .form-group input[type=text],
form.wpcf7-form .form-group input[type=email],
form.wpcf7-form .form-group input[type=tel],
form.wpcf7-form .form-group textarea,
form.wpcf7-form .form-group select {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: none;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--wp--preset--color--contrast-2) !important;
  background: transparent;
  border-radius: 0 !important;
  transition: all 0.5s ease;
}
form.wpcf7-form .form-group input[type=text]:focus,
form.wpcf7-form .form-group input[type=email]:focus,
form.wpcf7-form .form-group input[type=tel]:focus,
form.wpcf7-form .form-group textarea:focus,
form.wpcf7-form .form-group select:focus {
  background-color: var(--wp--preset--color--base-2);
  outline: none;
}
form.wpcf7-form .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  padding: 0.5em 1em;
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.5em;
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #aaa;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  margin: 0px 5px 3px 5px;
  transition: border-color 0.2s ease;
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 0em;
  left: 0.2em;
  width: 0.3em;
  height: 0.6em;
  border: solid var(--wp--preset--color--contrast);
  border-width: 0 0.2em 0.2em 0;
  transform: rotate(45deg);
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 14, 16, 0.3);
  border-color: var(--wp--preset--color--contrast);
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label {
  font-weight: bold;
}
form.wpcf7-form .form-group .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
}
form.wpcf7-form .wpcf7-submit {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--contrast) !important;
  border: 1px solid var(--wp--preset--color--contrast) !important;
  font-family: var(--wp--preset--font-family--classico-urw);
  font-size: 0.875rem;
  font-style: normal;
  padding: 0.5rem 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-top: 0 !important;
}
form.wpcf7-form .wpcf7-submit:disabled {
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  opacity: 0.5;
}
form.wpcf7-form .wpcf7-submit:hover {
  text-decoration: none !important;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
}

.fancybox__content {
  background-color: var(--wp--preset--color--base) !important;
}

.fancybox__content > .carousel__button.is-close {
  top: -14px !important;
  right: 10px;
}
.fancybox__content > .carousel__button.is-close svg {
  stroke: var(--wp--preset--color--contrast) !important;
}

.form-verriere-inline {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex-direction: column;
}
.form-verriere-inline label {
  margin-right: 0.25rem;
  font-weight: 500;
  white-space: nowrap;
}
.form-verriere-inline input {
  min-width: 150px;
  border-radius: 0 !important;
  background-color: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--wp--preset--color--contrast-2) !important;
}
.form-verriere-inline input:focus {
  background-color: var(--wp--preset--color--base-2) !important;
  outline: none;
}
.form-verriere-inline button {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--contrast) !important;
  border: 1px solid var(--wp--preset--color--contrast) !important;
  font-family: var(--wp--preset--font-family--classico-urw);
  font-size: 0.875rem;
  font-style: normal;
  padding: 0.5rem 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.form-verriere-inline button:disabled {
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  opacity: 0.5;
}
.form-verriere-inline button:hover {
  text-decoration: none !important;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
}
@media (max-width: 780px) {
  .form-verriere-inline {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-verriere-inline input,
  .form-verriere-inline button {
    width: 100%;
  }
}

.estimation-result, .estimation-result-2 {
  display: none;
  margin: 1.5rem auto 0 auto;
  background-color: #f6f6f6;
  padding: 0.75rem 1.25rem;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 1rem;
  color: #222;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
}
.estimation-result.visible, .estimation-result-2.visible {
  display: block;
}
.estimation-result p, .estimation-result-2 p {
  margin: 0;
}
.estimation-result p strong, .estimation-result-2 p strong {
  font-size: 1.25rem;
  color: #000;
  white-space: nowrap;
}

.estimation-result-2 {
  display: block;
}

.wp-block-button.sur-mesure-button {
  margin: auto;
}

.mot-createur-block {
  margin-top: var(--wp--preset--spacing--8);
}
@media (min-width: 782px) {
  .mot-createur-block {
    padding-left: var(--wp--preset--spacing--8);
  }
}
.mot-createur-block .wp-block-heading {
  font-family: var(--wp--preset--font-family--classico-urw);
}
.mot-createur-block .mot-createur-image img {
  max-width: 100%;
  height: auto;
}

#produits-tabs .onglets {
  max-width: var(--wp-style-global--max-width);
  width: calc(100% - 60px);
  margin-right: auto !important;
  margin-left: 0 !important;
}
@media (max-width: 430px) {
  #produits-tabs .onglets .onglet {
    font-size: 0.9rem !important;
    padding: 0.5rem 0.5rem !important;
  }
}
#produits-tabs .onglets .onglet {
  transition: all 0.2s ease;
  border: none;
  background: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  color: var(--wp--preset--color--contrast);
  font-size: 1.1rem;
}
#produits-tabs .onglets .onglet:first-child {
  border-right: 3px solid var(--wp--preset--color--accent);
}
#produits-tabs .onglets .onglet.actif {
  font-weight: 600;
}

.press-list-item-fields {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

h1 {
  font-family: var(--wp--preset--font-family--classico-urw) !important;
}

.decal {
  position: relative;
  margin-right: -50px;
}

.zindexup {
  z-index: 2;
  position: relative;
}

.to-left {
  position: relative;
  left: -120px;
}
@media (max-width: 1080px) {
  .to-left {
    left: 0;
  }
}

.to-bottom {
  position: relative;
  bottom: -120px;
}

.block-cote {
  position: relative;
}
.block-cote > .wp-block-group:first-child {
  width: 35%;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1080px) {
  .block-cote > .wp-block-group:first-child {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .block-cote > .wp-block-group:first-child {
    width: 100%;
    position: relative;
    top: initial;
    transform: initial;
  }
}
.block-cote > .wp-block-group:first-child .has-base-2-background-color {
  padding-top: var(--wp--preset--spacing--4) !important;
  padding-right: var(--wp--preset--spacing--4) !important;
  padding-bottom: var(--wp--preset--spacing--4) !important;
  padding-left: var(--wp--preset--spacing--4) !important;
  width: initial;
  position: relative;
  left: initial;
  right: initial;
  margin-left: initial;
  margin-right: initial;
}
mark.has-evidence-color {
  font-family: var(--wp--preset--font-family--nave);
  font-style: italic;
  font-weight: 300;
  color: var(--wp--preset--color--accent-1) !important;
  background-color: transparent;
}

h1 {
  text-transform: uppercase;
}

h2 mark {
  color: var(--wp--preset--color--accent) !important;
}
h2.is-style-title-x {
  font-size: var(--wp--preset--font-size--3-75);
}
h2.is-style-title-x mark {
  font-family: var(--wp--preset--font-family--nave);
  font-style: italic;
  font-size: var(--wp--preset--font-size--3-75);
  font-weight: 300;
}
h2.is-style-title-l mark {
  font-family: var(--wp--preset--font-family--nave);
  font-style: italic;
  font-weight: 300;
}

/*
     --wp--preset--font-size--small: 13px; 
    --wp--preset--font-size--medium: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.682), 20px);
    --wp--preset--font-size--large: clamp(22.041px, 1.378rem + ((1vw - 3.2px) * 1.586), 36px);
    --wp--preset--font-size--x-large: clamp(25.014px, 1.563rem + ((1vw - 3.2px) * 1.93), 42px);
    --wp--preset--font-size--xxs: 0.75rem;
    --wp--preset--font-size--xs: 0.813rem;
    --wp--preset--font-size--s: 0.875rem;
    --wp--preset--font-size--m: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.227), 1rem);
    --wp--preset--font-size--ml: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.455), 1.125rem);
    --wp--preset--font-size--l: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.682), 1.25rem);
    --wp--preset--font-size--xl: clamp(1rem, 3.23vw, 62px);
    --wp--preset--font-size--xxl: clamp(2rem, 13.02vw, 250px);
    --wp--preset--font-size--h-one: clamp(2.5rem, 2.5rem + ((1vw - 0.2rem) * 3.636), 4.5rem);
    --wp--preset--font-size--h-two: clamp(2.25rem, 2.25rem + ((1vw - 0.2rem) * 2.273), 3.5rem);
    --wp--preset--font-size--h-three: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 0.682), 2.125rem);
    --wp--preset--font-size--h-four: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.455), 1.75rem);
    --wp--preset--font-size--h-five: clamp(0.88rem, 0.88rem + ((1vw - 0.2rem) * 0.787), 1.313rem);
    --wp--preset--font-size--4-375: 4.375rem;
    --wp--preset--font-size--3-75: clamp(3.75rem, 3.75rem + ((1vw - 0.2rem) * 1.364), 4.5rem);
    --wp--preset--font-size--5-3: clamp(5.3rem, 5.3rem + ((1vw - 0.2rem) * 1.273), 6rem);
    */
.home h1 {
  line-height: 5rem;
  font-size: var(--wp--preset--font-size--5-3) !important;
  text-transform: none;
}
.home h1 mark {
  font-family: var(--wp--preset--font-family--nave);
  font-style: italic;
  font-weight: 300;
  line-height: 1rem;
}

body.page-id-18225 h1 {
  color: var(--wp--preset--color--base-2) !important;
}
body.page-id-18225 h1, body.page-id-18225 h2 {
  line-height: 3rem;
  font-size: 3rem !important;
  text-transform: none;
}
body.page-id-18225 h1 mark, body.page-id-18225 h2 mark {
  font-family: var(--wp--preset--font-family--nave);
  font-style: italic;
  font-weight: 300;
  line-height: 1rem;
}

.display-mobile {
  display: none;
}
@media (max-width: 1080px) {
  .display-mobile {
    display: block;
  }
}

.display-desktop {
  display: block;
}
@media (max-width: 1080px) {
  .display-desktop {
    display: none;
  }
}

.hidden {
  display: none;
}

.is-style-outline.wp-block-button a {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--contrast) !important;
  border: 1px solid var(--wp--preset--color--contrast) !important;
  font-family: var(--wp--preset--font-family--classico-urw);
  font-size: 0.875rem;
  font-style: normal;
  padding: 0.5rem 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.is-style-outline.wp-block-button a:disabled {
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  opacity: 0.5;
}
.is-style-outline.wp-block-button a:hover {
  text-decoration: none !important;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
}

p.is-style-pa-back {
  margin-top: 0;
  max-width: var(--wp--style--global--wide-size);
}
p.is-style-pa-back a {
  margin-left: 2rem;
  position: relative;
  display: inline-block;
}
p.is-style-pa-back a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  right: 100%;
  margin-left: 0.25rem;
  width: 24px;
  height: 24px;
  background-image: url(assets/images/icon-fleche-lien.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: margin-right 0.3s ease, background-image 0.3s ease;
}
p.is-style-pa-back a:hover {
  text-decoration: none;
}
p.is-style-pa-back a:hover::before {
  background-image: url(assets/images/icon-fleche-lien-over.svg);
  margin-right: 0.5rem;
}

p.is-style-pa-default-bold a {
  position: relative;
  display: inline-block;
}
p.is-style-pa-default-bold a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 0.25rem;
  width: 24px;
  height: 24px;
  background-image: url(assets/images/icon-fleche-lien.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: margin-left 0.3s ease, background-image 0.3s ease;
}
p.is-style-pa-default-bold a:hover {
  text-decoration: none;
}
p.is-style-pa-default-bold a:hover::after {
  background-image: url(assets/images/icon-fleche-lien-over.svg);
  margin-left: 0.5rem;
}

.wp-block-spacer {
  margin-top: 0;
}

.full-w {
  max-width: var(--wp--style--global--wide-size);
}

a.wp-block-button__link.has-white-color {
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--white) !important;
}
a.wp-block-button__link.has-white-color:hover {
  border-color: var(--wp--preset--color--accent) !important;
}

.wp-block-cover {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

footer.wp-block-template-part {
  position: relative;
}
footer.wp-block-template-part a {
  text-decoration: none;
}
footer.wp-block-template-part a:hover {
  text-decoration: underline;
}
footer.wp-block-template-part .wp-block-buttons a:hover {
  text-decoration: none;
}
footer.wp-block-template-part hr {
  opacity: 0.2;
}
footer.wp-block-template-part ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  footer.wp-block-template-part .bottom-bar > * {
    text-align: center;
    width: 100%;
  }
}

.top {
  cursor: pointer;
  width: 130px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}
.top img {
  width: 1.5rem;
}
.top p {
  font-size: 0.6rem;
  margin-block-start: 10px;
}
body.scrolled .top {
  opacity: 1;
  display: block;
}
body.footer-visible .top {
  position: absolute !important;
  bottom: calc(var(--footer-height) + 20px) !important;
}

html.with-fancybox header.wp-block-template-part {
  display: none;
}

header.wp-block-template-part {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
header.wp-block-template-part + * {
  margin-top: var(--header-height) !important;
}

/* 
******************

*/
/*  ****** ordre header ********  

header.wp-block-template-part {
    .bann-promo  :: petite banniere - fond noir - avec promo
    .bann-logo-centre    =::: logo seul au centre de la banniere - se réduit au scroll
    .bann-menu        : menu principal
    #menu-pro      ::::::    mega-menu - liste catégories
    #menu-produit  :::::     mega-menu - liste catégories produits


 ****** **********   ********  */
header.wp-block-template-part > .wp-block-group:last-of-type:after {
  display: none;
}

header.wp-block-template-part {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
header.wp-block-template-part a.lien-banniere-promo {
  pointer-events: auto;
}
header.wp-block-template-part #promo {
  z-index: 11;
  width: 100%;
}
header.wp-block-template-part #promo p {
  max-width: 100%;
  padding: 3px 0;
  margin: 0;
}
header.wp-block-template-part #promo p a {
  color: var(--wp--preset--color--base-2);
  text-decoration: none;
}
header.wp-block-template-part #promo p a:hover {
  text-decoration: underline;
}
header.wp-block-template-part > .wp-block-template-part {
  pointer-events: auto;
}
header.wp-block-template-part > .wp-block-template-part.bann-menu {
  transition: transform 0.3s ease;
  position: relative;
  z-index: 10;
  background: var(--wp--preset--color--base);
  transform: none;
}
header.wp-block-template-part > .wp-block-template-part.bann-menu ul.wp-block-navigation__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
  gap: 20px;
  flex-wrap: wrap;
}
header.wp-block-template-part > .wp-block-template-part.bann-menu ul.wp-block-navigation__container .logo-bis {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.5s ease;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  flex-shrink: 0;
}

body.page-id-18428:not(.scrolled) #promo {
  top: 0;
  position: fixed;
}
body.page-id-18428.scrolled header.wp-block-template-part {
  position: fixed;
}
body.page-id-18428 header.wp-block-template-part {
  position: relative;
}

#menu-produit {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  left: 0;
  width: 100vw;
  top: var(--header-height);
}
.scrolled #menu-produit {
  top: calc(var(--header-height) - var(--header-offset) - var(--promo-height));
}
@media (max-width: 1080px) {
  .scrolled #menu-produit {
    top: 0;
  }
}
#menu-produit > div > div {
  max-width: var(--wp--style--global--wide-size);
}
#menu-produit figure.client-gal-menu {
  grid-template-columns: repeat(7, 1fr);
  max-width: var(--wp--style--global--wide-size);
  display: grid !important;
  gap: 8px;
}
#menu-produit figure.client-gal-menu figure {
  margin: 0;
  display: flex;
  flex-direction: column;
}
#menu-produit figure.client-gal-menu figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#menu-produit figure.client-gal-menu figure figcaption {
  position: static !important;
  background: none !important;
  padding: 0.5em 0 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: var(--wp--preset--color--contrast);
  display: block !important;
  opacity: 1 !important;
}
#menu-produit figure.client-gal-menu figure.wp-block-image:hover figcaption {
  text-decoration: underline;
  color: var(--wp--preset--color--contrast-2);
}
#menu-produit ul.menu-produit-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
  margin: 1rem 0;
  padding: 0;
  justify-content: space-around;
  list-style: none;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
}
#menu-produit ul.menu-produit-wrapper a {
  text-decoration: none;
  text-align: left;
}
#menu-produit ul.menu-produit-wrapper a:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--contrast-2);
}
#menu-produit ul.menu-produit-wrapper li.menu-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
  justify-content: center;
  text-align: center;
}
body.menu-cat-open #menu-produit {
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 1080px) {
  #wrapper-bann-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 0.5rem;
    padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--1-rem-16);
  }
  #wrapper-bann-menu > .wp-block-navigation {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #wrapper-bann-menu > .logo-mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  #wrapper-bann-menu > .logo-mobile a {
    display: flex;
  }
  #wrapper-bann-menu > .logo-mobile img {
    display: block;
    height: auto;
    max-height: 60px;
  }
  #wrapper-bann-menu > .actions-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
  }
  #wrapper-bann-menu > .actions-right .wp-block-woocommerce-customer-account,
  #wrapper-bann-menu > .actions-right .wp-block-woocommerce-mini-cart,
  #wrapper-bann-menu > .actions-right .dgwt-wcas-search-wrapp {
    display: flex;
    align-items: center;
  }
  #menu-produit {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background: white;
    overflow-y: auto;
    transform: translateX(-100%) !important;
    transition: transform 0.4s ease;
    z-index: 999 !important;
  }
  #menu-produit #close-menu-produit {
    position: absolute;
    top: -1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: black;
    cursor: pointer;
    z-index: 10000;
    line-height: 1;
    padding: 0.5rem;
  }
  #menu-produit #close-menu-produit:hover {
    color: #888;
  }
  #menu-produit.active {
    transform: translateX(0%) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  #menu-produit .menu-produit-title {
    text-align: center;
    margin-top: 4rem;
  }
  #menu-produit ul.menu-produit-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
    padding: 2rem 2rem 2rem 2rem !important;
  }
  #menu-produit ul.menu-produit-wrapper li.menu-item {
    gap: 1rem;
    margin: 1rem 0;
  }
  #menu-produit .menu-item {
    text-align: center;
  }
  #menu-produit .menu-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #menu-pro {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background: white;
    overflow-y: auto;
    transform: translateX(-100%) !important;
    transition: transform 0.4s ease;
    z-index: 999 !important;
  }
  #menu-pro.active {
    transform: translateX(0%) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  #menu-pro #close-menu-pro {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: black;
    cursor: pointer;
    z-index: 10000;
    line-height: 1;
    padding: 0.5rem;
  }
  #menu-pro #close-menu-pro:hover {
    color: #888;
  }
  #menu-pro .menu-pro-title {
    text-align: center;
    margin-top: 4rem;
  }
  #menu-pro .client-gal-menu {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
    padding: 2rem !important;
  }
  #menu-pro .client-gal-menu > figure {
    margin: 1rem 0 !important;
  }
  #menu-pro .wp-block-image {
    text-align: center;
  }
  #menu-pro .wp-block-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#menu-pro {
  min-height: 200px;
  background-color: var(--wp--preset--color--base) !important;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  left: 0;
  width: 100vw;
  top: var(--header-height);
}
.scrolled #menu-pro {
  top: calc(var(--header-height) - var(--header-offset) - var(--promo-height));
}
@media (max-width: 1080px) {
  .scrolled #menu-pro {
    top: 0;
  }
}
#menu-pro > div > div {
  max-width: var(--wp--style--global--wide-size);
}
#menu-pro figure.client-gal-menu {
  grid-template-columns: repeat(7, 1fr);
  max-width: var(--wp--style--global--wide-size);
  display: grid !important;
  gap: 8px;
}
#menu-pro figure.client-gal-menu figure {
  margin: 0;
  display: flex;
  flex-direction: column;
}
#menu-pro figure.client-gal-menu figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#menu-pro figure.client-gal-menu figure figcaption {
  position: static !important;
  background: none !important;
  padding: 0.5em 0 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: var(--wp--preset--color--contrast);
  display: block !important;
  opacity: 1 !important;
}
#menu-pro figure.client-gal-menu figure.wp-block-image:hover figcaption {
  text-decoration: underline;
  color: var(--wp--preset--color--contrast-2);
}
#menu-pro ul.menu-produit-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
  margin: 1rem 0;
  padding: 0;
  justify-content: space-around;
  list-style: none;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
}
#menu-pro ul.menu-produit-wrapper a {
  text-decoration: none;
  text-align: left;
}
#menu-pro ul.menu-produit-wrapper a:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--contrast-2);
}
#menu-pro ul.menu-produit-wrapper li.menu-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
  justify-content: center;
  text-align: center;
}
body.menu-pro-open #menu-pro {
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.scrolled.menu-cat-open header.wp-block-template-part #menu-produit,
body.scrolled.menu-cat-open header.wp-block-template-part #menu-pro,
body.scrolled.menu-pro-open header.wp-block-template-part #menu-produit,
body.scrolled.menu-pro-open header.wp-block-template-part #menu-pro {
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1);
}
body.scrolled.menu-cat-open header.wp-block-template-part > .wp-block-template-part.bann-menu,
body.scrolled.menu-pro-open header.wp-block-template-part > .wp-block-template-part.bann-menu {
  box-shadow: none;
}

body.scrolled header.wp-block-template-part > .wp-block-template-part.bann-menu {
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1080px) {
  body.menu-not-on-top.scrolled-2 header.wp-block-template-part > .wp-block-template-part.bann-menu {
    transform: translateY(-500%) !important;
    pointer-events: none;
  }
  body.scrolled header.wp-block-template-part > .wp-block-template-part.bann-logo-centre {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
  }
  body.scrolled header.wp-block-template-part > .wp-block-template-part.bann-menu {
    transition: transform 0.3s ease;
    transform: translateY(calc(var(--header-offset) * -1));
  }
  body.scrolled header.wp-block-template-part > .wp-block-template-part.bann-menu > .wp-block-group > .wp-block-group {
    padding-top: var(--wp--preset--spacing--1) !important;
    padding-bottom: var(--wp--preset--spacing--1) !important;
  }
  body.scrolled header.wp-block-template-part > .wp-block-template-part.bann-menu .logo-bis {
    opacity: 1;
    transform: translateX(0);
    width: 150px;
    visibility: visible;
  }
}
/* 
******************

*/
body.dgwt-wcas-focused header.wp-block-template-part > .wp-block-template-part.bann-menu::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* noir à 50% d’opacité */
  pointer-events: none; /* pour que ça n'empêche pas les clics */
  z-index: 1;
}

body.scrolled.scrolled-2.dgwt-wcas-focused header.wp-block-template-part > .wp-block-template-part.bann-menu {
  transform: translateY(calc(var(--header-offset) * -1)) !important;
  pointer-events: none;
}

.wp-block-navigation__responsive-container-content {
  width: 100%;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
}
.wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
  width: calc(100% - 50px);
}
.wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li {
  text-transform: uppercase;
}
.wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.current-menu-item a {
  text-decoration: underline;
}
.wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li:last-child {
  display: none;
}
.wp-block-navigation__responsive-container-content .dgwt-wcas-search-wrapp {
  margin: 0;
  order: 2;
}

.dgwt-wcas-search-wrapp {
  z-index: 999999;
  position: relative;
  padding: 0.5em;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-search-form {
  position: fixed !important;
  left: 50% !important;
  top: 170px !important;
  max-width: 500px;
  transform: translateX(-50%) !important;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
  background: transparent !important;
}

body.dgwt-wcas-focused::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* noir à 50% d’opacité */
  pointer-events: none; /* pour que ça n'empêche pas les clics */
  z-index: 1;
}

nav {
  width: 100%;
}

.wp-block-navigation__responsive-container-close {
  top: 20px;
  right: 20px;
}
.wp-block-navigation__responsive-container-close svg {
  width: 30px;
  height: 30px;
}

.burger-icon {
  width: 55px;
  height: 30px;
  display: flex;
  flex-direction: column;
}
.burger-icon span {
  background-color: var(--wp--preset--color--contrast);
  height: 2px;
  width: 100%;
  display: inline-block;
  margin-top: 6px;
}
.burger-icon span:nth-child(2) {
  width: 80%;
}

header.wp-block-template-part {
  position: fixed;
  width: 100vw;
  z-index: 11;
}
header.wp-block-template-part nav.wp-block-navigation {
  max-width: 1280px;
}
header.wp-block-template-part nav.wp-block-navigation li {
  text-align: center;
}
header.wp-block-template-part nav.wp-block-navigation li a:hover {
  text-decoration: underline;
}
header.wp-block-template-part nav.wp-block-navigation li.current-menu-item a {
  text-decoration: underline;
}

/* pagination presse  */
body.wp-singular.page-id-569 li.wp-block-post figure.wp-block-post-featured-image {
  position: relative;
  margin: 0;
  aspect-ratio: 3/4;
  overflow: hidden;
}
body.wp-singular.page-id-569 li.wp-block-post figure.wp-block-post-featured-image:hover .wp-block-post-content {
  opacity: 1;
}
body.wp-singular.page-id-569 li.wp-block-post figure.wp-block-post-featured-image:hover::after {
  opacity: 0.65;
}
body.wp-singular.page-id-569 li.wp-block-post figure.wp-block-post-featured-image .wp-block-post-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 20px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  color: #fff;
  z-index: 10;
  box-sizing: border-box;
  max-height: 100%;
}
body.wp-singular.page-id-569 li.wp-block-post figure.wp-block-post-featured-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  background-color: var(--wp--preset--color--contrast);
}
body.wp-singular.page-id-569 .wp-block-query-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
body.wp-singular.page-id-569 .wp-block-query-pagination .wp-block-query-pagination-previous,
body.wp-singular.page-id-569 .wp-block-query-pagination .wp-block-query-pagination-next {
  min-width: 120px; /* pour réserver l'espace même s'il n'existe pas */
  text-align: left;
}
body.wp-singular.page-id-569 .wp-block-query-pagination .wp-block-query-pagination-next {
  text-align: right;
}
body.wp-singular.page-id-569 .wp-block-query-pagination .wp-block-query-pagination-numbers {
  flex-grow: 1;
  text-align: center;
}

@media (max-width: 1080px) {
  html:not(.has-modal-open) body.wp-singular.page-id-18428.menu-not-on-top.scrolled-2 header.wp-block-template-part > .wp-block-template-part.bann-menu,
  html:not(.has-modal-open) body.wp-singular.page-id-18428 .wp-block-template-part.bann-menu {
    position: absolute;
  }
  html:not(.has-modal-open) body.wp-singular.page-id-18428.no-wlogo header.wp-block-template-part > .wp-block-template-part.bann-menu,
  html:not(.has-modal-open) body.wp-singular.page-id-18428.no-wlogo .wp-block-template-part.bann-menu {
    position: fixed;
    top: 0;
  }
}
body.wp-singular.page-id-18428 #logo-video {
  position: fixed;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
body.wp-singular.page-id-18428 main {
  margin-top: 0 !important;
}
body.wp-singular.page-id-18428 #durabilite .wp-block-group p {
  max-width: var(--wp--style--global--wide-size);
}
body.wp-singular.page-id-18428.no-wlogo #logo-video {
  opacity: 0;
}
body.wp-singular.page-id-18428.scrolled main {
  margin-top: calc(var(--header-height)) !important;
}

body.page-id-571 .leaflet-popup-content h5 {
  margin: 0.2rem 0;
  text-transform: uppercase;
  font-size: large;
}

body.home .wp-block-cover .wp-block-cover__inner-container,
body.page-id-18225 .wp-block-cover .wp-block-cover__inner-container {
  top: -100px;
}
body.home .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a,
body.page-id-18225 .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a {
  background-color: transparent !important;
  color: var(--wp--preset--color--base-2) !important;
  border-color: var(--wp--preset--color--base-2) !important;
  font-size: 0.875rem;
}
body.home .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a:hover,
body.page-id-18225 .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a:hover {
  background-color: var(--wp--preset--color--base-2) !important;
  color: var(--wp--preset--color--contrast) !important;
}
body.home .wp-block-cover .wp-block-cover__background,
body.page-id-18225 .wp-block-cover .wp-block-cover__background {
  opacity: 1 !important;
  background: linear-gradient(180deg, var(--wp--preset--color--contrast) 0%, rgba(14, 14, 16, 0.3) 50%, rgba(14, 14, 16, 0) 100%) no-repeat;
  background-color: transparent !important;
}

.prod-gal.slick-slider-call .slick-arrow {
  position: absolute;
  top: -43px;
}
.prod-gal.slick-slider-call .slick-arrow:before {
  display: none;
}
.prod-gal.slick-slider-call .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}
.prod-gal.slick-slider-call .slick-arrow.slick-prev {
  left: auto;
  right: 60px;
}
.prod-gal.slick-slider-call .slick-arrow.slick-disabled svg path {
  fill: var(--wp--preset--color--accent);
}

.slider-client-wrapper {
  position: relative !important;
  overflow: hidden !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
}
.slider-client-wrapper .slick-slider-call.client-ref {
  position: relative;
  overflow: visible;
}
.slider-client-wrapper .slick-slider-call.client-ref .slick-arrow.slick-prev {
  display: none !important;
}
@media (max-width: 1080px) {
  .slider-client-wrapper .slick-slider-call.client-ref .slick-arrow.slick-next {
    margin: 0;
    right: 0;
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
  }
}
@media (max-width: 650px) {
  .slider-client-wrapper .slick-slider-call.client-ref .slick-arrow.slick-prev {
    margin: 0;
    display: flex !important;
    left: 0;
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
  }
}
.slider-client-wrapper .slick-slider-call.client-ref .slick-list {
  overflow: visible !important;
  margin-left: -300px;
  padding-left: 300px;
}
.slider-client-wrapper .slick-slider-call.client-ref .slick-list .slick-track {
  display: flex;
}
.slider-client-wrapper .slick-slider-call.client-ref .slick-list .slick-track .slick-slide {
  box-sizing: border-box;
  position: relative;
  opacity: 0;
}
.slider-client-wrapper .slick-slider-call.client-ref .slick-list .slick-track .slick-slide.slick-current.slick-active {
  opacity: 1;
  transform: scale(1.05);
}
.slider-client-wrapper .slick-slider-call.client-ref .slick-list .slick-track .slick-slide .wp-block-group .wp-block-group:last-child .wp-block-image {
  max-width: var(--wp--style--global--wide-size);
}

.slick-slider-call.client-ref .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.slick-slider-call.client-ref .slick-arrow:before {
  display: none;
}
.slick-slider-call.client-ref .slick-arrow:hover {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
}

.prod-gal.slick-slider-call .slick-list {
  margin: 0 -10px;
}
.prod-gal.slick-slider-call .slick-list .slick-track .slick-slide > .wp-block-group {
  padding: 0 10px;
  box-sizing: border-box;
}

.client-gal.slick-slider-call .slick-list {
  margin: 0 -10px;
}
.client-gal.slick-slider-call .slick-list .slick-track .slick-slide.wp-block-image {
  padding: 0 10px;
  box-sizing: border-box;
}
.client-gal.slick-slider-call .slick-list .slick-track .slick-slide.wp-block-image a[href$=".pdf"] {
  position: relative;
  display: inline-block;
}
.client-gal.slick-slider-call .slick-list .slick-track .slick-slide.wp-block-image a[href$=".pdf"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.client-gal.slick-slider-call .slick-list .slick-track .slick-slide.wp-block-image a[href$=".pdf"]::after {
  content: "Télécharger la plaquette";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  background-image: url(assets/images/plus.svg);
  background-size: 160px 160px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 146px;
  color: #fff;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
  width: 200px;
}
.client-gal.slick-slider-call .slick-list .slick-track .slick-slide.wp-block-image a[href$=".pdf"]:hover::before, .client-gal.slick-slider-call .slick-list .slick-track .slick-slide.wp-block-image a[href$=".pdf"]:hover::after {
  opacity: 1;
}
.client-gal.slick-slider-call .slick-list .slick-track .slick-slide.wp-block-image a[href$=".pdf"] img {
  display: block;
}
.client-gal.slick-slider-call .slick-list .slick-track .slick-slide.wp-block-image figcaption {
  color: var(--wp--preset--color--contrast);
  font-size: 14px;
  font-weight: 400;
}
.client-gal.slick-slider-call .slick-arrow {
  position: absolute;
  top: -30px;
}
.client-gal.slick-slider-call .slick-arrow:before {
  display: none;
}
.client-gal.slick-slider-call .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.client-gal.slick-slider-call .slick-arrow.slick-prev {
  left: auto;
  right: 30px;
}
.client-gal.slick-slider-call .slick-arrow.slick-disabled svg path {
  fill: var(--wp--preset--color--accent);
}
.client-gal.slick-slider-call .slick-arrow:before {
  display: none;
}

.liste-categories-produits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0.5rem;
  list-style: none;
}
@media (max-width: 1080px) {
  .liste-categories-produits {
    justify-content: center;
  }
}
.liste-categories-produits li.cat-item {
  padding: 0 0 1rem 0;
}
.liste-categories-produits li.cat-item a {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--contrast) !important;
  border: 1px solid var(--wp--preset--color--contrast) !important;
  font-family: var(--wp--preset--font-family--classico-urw);
  font-size: 0.875rem;
  font-style: normal;
  padding: 0.5rem 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.liste-categories-produits li.cat-item a:disabled {
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  opacity: 0.5;
}
.liste-categories-produits li.cat-item a:hover {
  text-decoration: none !important;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
}

ul.products li.product,
ul.wc-block-product-template li.wc-block-product {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
ul.products li.product img.attachment-woocommerce_thumbnail,
ul.wc-block-product-template li.wc-block-product img.attachment-woocommerce_thumbnail {
  aspect-ratio: 0.8078;
  background-color: #fff;
}
ul.products li.product .wc-block-components-product-image,
ul.wc-block-product-template li.wc-block-product .wc-block-components-product-image {
  margin: 0;
  background-color: #fff;
}
ul.products li.product > .wp-block-group,
ul.wc-block-product-template li.wc-block-product > .wp-block-group {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
ul.products li.product > .wp-block-group .liste-couleurs,
ul.wc-block-product-template li.wc-block-product > .wp-block-group .liste-couleurs {
  display: flex;
  justify-content: center;
  gap: 4px;
}
ul.products li.product > .wp-block-group h3,
ul.wc-block-product-template li.wc-block-product > .wp-block-group h3 {
  text-align: center;
}
ul.products li.product > .wp-block-group h3 a,
ul.wc-block-product-template li.wc-block-product > .wp-block-group h3 a {
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: var(--wp--preset--font-size--xs);
  font-style: normal;
  font-weight: 600;
}
ul.products li.product > .wp-block-group .wp-block-woocommerce-product-price,
ul.wc-block-product-template li.wc-block-product > .wp-block-group .wp-block-woocommerce-product-price {
  text-align: center;
}

a:not(.wp-element-button) {
  color: var(--wp--preset--color--contrast);
}
a:not(.wp-element-button):hover {
  text-decoration: underline;
  color: var(--wp--preset--color--contrast-2);
}

body.single-product .cat-principale {
  font-family: var(--wp--preset--font-family--classico-urw) !important;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.5rem;
}
body.single-product .cat-principale-link {
  margin-top: 2.5rem;
}
body.single-product h1 {
  font-family: var(--wp--preset--font-family--poppins) !important;
  font-size: 2rem;
  font-weight: 600;
  text-transform: none;
}
body.single-product .fil-ariane-prod {
  text-align: center;
}
body.single-product .reset_variations {
  white-space: nowrap;
}
body.single-product .cfvsw-selected-swatch {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  outline-offset: 2px;
}
body.single-product .cfvsw-swatches-container[swatches-attr=attribute_pa_couleurs] .cfvsw-swatches-option {
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1/1;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  --swatch-color: #ccc;
}
body.single-product .cfvsw-swatches-container[swatches-attr=attribute_pa_couleurs] .cfvsw-swatches-option .cfvsw-swatch-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--swatch-color);
}
body.single-product .cfvsw-swatches-container[swatches-attr=attribute_pa_couleurs] .cfvsw-swatches-option:hover {
  border: 3px solid var(--wp--preset--color--contrast) !important;
}
body.single-product .cfvsw-swatches-container[swatches-attr=attribute_pa_couleurs] .cfvsw-selected-swatch {
  background-color: transparent;
  outline-offset: 2px;
  border-radius: 50% !important;
  border: 3px solid var(--wp--preset--color--contrast) !important;
}
body.single-product .woocommerce .quantity {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--wp--preset--color--contrast) !important;
  border-radius: 0;
  overflow: hidden;
  background: transparent !important;
  width: 6.5rem;
  margin: 0 !important;
}
body.single-product .woocommerce .quantity input.qty {
  flex-direction: column;
  width: 2rem !important;
  height: 100% !important;
  text-align: center;
  border: none;
  background: transparent;
  color: var(--wp--preset--color--contrast) !important;
  font-size: 1rem;
  padding: 0;
  -webkit-appearance: textfield !important;
     -moz-appearance: textfield !important;
          appearance: textfield !important;
}
body.single-product .woocommerce .quantity input.qty::-webkit-outer-spin-button, body.single-product .woocommerce .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.single-product .woocommerce .quantity::before, body.single-product .woocommerce .quantity::after {
  content: "";
  position: absolute;
  width: 2rem !important;
  height: 100% !important;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: transparent !important;
  color: var(--wp--preset--color--contrast) !important;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
}
body.single-product .woocommerce .quantity::before {
  content: "−";
  left: 0;
}
body.single-product .woocommerce .quantity::after {
  content: "+";
  right: 0;
}
body.single-product .single_add_to_cart_button.button.wp-element-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--contrast) !important;
  border: 1px solid var(--wp--preset--color--contrast) !important;
  font-family: var(--wp--preset--font-family--classico-urw);
  font-size: 0.875rem;
  font-style: normal;
  padding: 0.5rem 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  text-transform: uppercase;
}
body.single-product .single_add_to_cart_button.button.wp-element-button:disabled {
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  opacity: 0.5;
}
body.single-product .single_add_to_cart_button.button.wp-element-button:hover {
  text-decoration: none !important;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
}
body.single-product .single_add_to_cart_button.button.wp-element-button:disabled {
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  opacity: 0.5;
}
body.single-product .single_add_to_cart_button.button.wp-element-button:hover {
  text-decoration: none !important;
  background-color: var(--wp--preset--color--base) !important;
  color: var(--wp--preset--color--contrast) !important;
}
body.single-product .woocommerce-variation-price {
  font-weight: 600;
  font-size: 1.25rem;
}
body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem !important;
  flex-wrap: wrap;
}
body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  margin: 0;
}
body.single-product .custom-installation-options {
  display: flex;
  gap: 1.5em;
  margin-bottom: 1em;
}
body.single-product .custom-installation-options label {
  display: flex;
  align-items: center;
  color: var(--Johannes-100, #414B5A);
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
}
body.single-product .custom-installation-options label input[type=checkbox] {
  margin-right: 0.5em;
}
@media (max-width: 480px) {
  body.single-product .custom-installation-options {
    flex-direction: column;
    gap: 0.5em;
  }
}
body.single-product .ecoparticipation-info {
  font-size: 0.8rem;
  color: var(--wp--preset--color--accent);
  font-weight: 400;
  margin-left: 1em;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
body.single-product .eco-tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  line-height: 1;
}
body.single-product .eco-tooltip .eco-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}
body.single-product .eco-tooltip .eco-tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  white-space: nowrap;
  z-index: 9999;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
body.single-product .eco-tooltip .eco-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
body.single-product .eco-tooltip:hover .eco-tooltip-text {
  visibility: visible;
  opacity: 1;
}
body.single-product ul.tabs.wc-tabs {
  border-bottom-color: inherit;
  border-bottom-width: 0;
  overflow: visible;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid var(--wp--preset--color--contrast) !important;
}
body.single-product ul.tabs.wc-tabs li {
  background: transparent !important;
  border-radius: 0 !important;
  color: inherit;
  display: inline-block;
  float: none;
  font-weight: 700;
  margin: 0 !important;
  opacity: 1;
  padding: 0;
  border: 0 !important;
}
body.single-product ul.tabs.wc-tabs li:hover, body.single-product ul.tabs.wc-tabs li.active, body.single-product ul.tabs.wc-tabs li:focus-within {
  background: inherit;
  border-color: inherit;
  color: inherit;
  opacity: 1;
  background-color: var(--wp--preset--color--contrast) !important;
  border: 1px solid var(--wp--preset--color--contrast) !important;
}
body.single-product ul.tabs.wc-tabs li:hover a, body.single-product ul.tabs.wc-tabs li.active a, body.single-product ul.tabs.wc-tabs li:focus-within a {
  color: var(--wp--preset--color--base) !important;
  color: inherit;
  text-decoration: none;
}
body.single-product ul.tabs.wc-tabs li a {
  border: none;
  color: inherit;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  text-shadow: none;
}
body.single-product ul.tabs.wc-tabs li a:focus:not(:focus-visible) {
  outline: none;
}
body.single-product ul.tabs.wc-tabs li::before, body.single-product ul.tabs.wc-tabs li::after {
  display: none;
}
body.single-product ul.tabs.wc-tabs li:first-child {
  margin-left: 0;
}
body.single-product .pisol-ppscw-alert {
  font-weight: 600;
  font-size: 1.225rem;
  font-family: var(--wp--preset--font-family--classico-urw);
  padding: 1rem 1rem 0 1rem;
}
body.single-product ul.pisol-ppscw-methods {
  font-size: 0.875rem;
  list-style: none;
}
body.single-product ul.pisol-ppscw-methods li {
  margin: 0 -1rem !important;
  padding: 1rem;
}
body.single-product ul.pisol-ppscw-methods li .woocommerce-Price-amount.amount {
  font-weight: 400;
}
body.single-product ul.pisol-ppscw-methods li:nth-child(odd) {
  background-color: var(--wp--preset--color--base-3);
}
body.single-product ul.pisol-ppscw-methods li:nth-child(even) {
  background-color: var(--wp--preset--color--base-2);
}
body.single-product section.rvpw-recently-view.products h2 {
  text-align: center;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: 2rem;
  font-weight: 600;
  text-transform: none;
}

.cfvsw-shop-variations tbody {
  display: flex;
  justify-content: center;
}
.cfvsw-shop-variations tbody .cfvsw-swatches-container[swatches-attr=attribute_pa_couleurs] {
  display: flex;
}

.cfvsw-disabled-swatch {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: auto;
  position: relative;
}
.cfvsw-disabled-swatch::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  margin-bottom: 6px;
  z-index: 10;
}
.cfvsw-disabled-swatch:hover::after {
  opacity: 1;
}

.liste-couleurs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-top: 0;
}
.liste-couleurs .lien-pastille-supplementaire, .liste-couleurs .lien-pastille {
  text-decoration: none;
  display: inline-block;
}
.liste-couleurs .pastille-couleur {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ccc;
}
.liste-couleurs .pastille-supplementaire {
  margin-left: 6px;
  text-decoration: none;
}

form.variations_form button.single_add_to_cart_button:disabled,
form.variations_form button.single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sur-mesure-button a {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--contrast) !important;
  border: 1px solid var(--wp--preset--color--contrast) !important;
  font-family: var(--wp--preset--font-family--classico-urw);
  font-size: 0.875rem;
  font-style: normal;
  padding: 0.5rem 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.sur-mesure-button a:disabled {
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  opacity: 0.5;
}
.sur-mesure-button a:hover {
  text-decoration: none !important;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
}

.woocommerce {
  margin: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 9 !important;
}

form.woocommerce-form,
form.woocommerce-checkout {
  padding: 0.5em 1em;
}
form.woocommerce-form input[type=radio],
form.woocommerce-checkout input[type=radio] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #aaa;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: 0px 5px 3px 5px;
  transition: border-color 0.2s ease;
}
form.woocommerce-form input[type=radio]:checked::before,
form.woocommerce-checkout input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0.15em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: var(--wp--preset--color--contrast);
}
form.woocommerce-form input[type=radio]:focus,
form.woocommerce-checkout input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 14, 16, 0.3);
  border-color: var(--wp--preset--color--contrast);
}
form.woocommerce-form input[type=radio]:checked + .wpcf7-list-item-label,
form.woocommerce-checkout input[type=radio]:checked + .wpcf7-list-item-label {
  font-weight: 600;
  color: var(--wp--preset--color--contrast);
}
form.woocommerce-form label,
form.woocommerce-checkout label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.5em;
}
form.woocommerce-form label .wpcf7-list-item-label,
form.woocommerce-checkout label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0em;
  font-weight: 400;
}
form.woocommerce-form input[type=text],
form.woocommerce-form input[type=email],
form.woocommerce-form input[type=tel],
form.woocommerce-form input[type=password],
form.woocommerce-form textarea,
form.woocommerce-form select,
form.woocommerce-checkout input[type=text],
form.woocommerce-checkout input[type=email],
form.woocommerce-checkout input[type=tel],
form.woocommerce-checkout input[type=password],
form.woocommerce-checkout textarea,
form.woocommerce-checkout select {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid var(--wp--preset--color--contrast-2) !important;
  background: transparent;
  border-radius: 0 !important;
  transition: all 0.5s ease;
}
form.woocommerce-form input[type=text]:focus,
form.woocommerce-form input[type=email]:focus,
form.woocommerce-form input[type=tel]:focus,
form.woocommerce-form input[type=password]:focus,
form.woocommerce-form textarea:focus,
form.woocommerce-form select:focus,
form.woocommerce-checkout input[type=text]:focus,
form.woocommerce-checkout input[type=email]:focus,
form.woocommerce-checkout input[type=tel]:focus,
form.woocommerce-checkout input[type=password]:focus,
form.woocommerce-checkout textarea:focus,
form.woocommerce-checkout select:focus {
  background-color: var(--wp--preset--color--base-2) !important;
  outline: none;
}
form.woocommerce-form textarea,
form.woocommerce-checkout textarea {
  min-height: 120px;
  resize: vertical;
}
form.woocommerce-form .woocommerce-form-login__submit,
form.woocommerce-form .woocommerce-button,
form.woocommerce-checkout .woocommerce-form-login__submit,
form.woocommerce-checkout .woocommerce-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--contrast) !important;
  border: 1px solid var(--wp--preset--color--contrast) !important;
  font-family: var(--wp--preset--font-family--classico-urw);
  font-size: 0.875rem;
  font-style: normal;
  padding: 0.5rem 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
form.woocommerce-form .woocommerce-form-login__submit:disabled,
form.woocommerce-form .woocommerce-button:disabled,
form.woocommerce-checkout .woocommerce-form-login__submit:disabled,
form.woocommerce-checkout .woocommerce-button:disabled {
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  opacity: 0.5;
}
form.woocommerce-form .woocommerce-form-login__submit:hover,
form.woocommerce-form .woocommerce-button:hover,
form.woocommerce-checkout .woocommerce-form-login__submit:hover,
form.woocommerce-checkout .woocommerce-button:hover {
  text-decoration: none !important;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
}

.woocommerce .woocommerce-Price-amount,
.woocommerce .woocommerce-Price-amount bdi,
.woocommerce .amount,
.woocommerce bdi,
.woocommerce-page .woocommerce-Price-amount,
.woocommerce-page .woocommerce-Price-amount bdi,
.woocommerce-page .amount,
.woocommerce-page bdi {
  white-space: nowrap;
}

body.woocommerce-page form {
  /* Pour les sélections simples */
  /* Pour les sélections multiples (avec tags) */
  /* Pour le menu déroulant */
  /* Pour les éléments dans le dropdown */
}
body.woocommerce-page form button[type=submit] {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--contrast) !important;
  border: 1px solid var(--wp--preset--color--contrast) !important;
  font-family: var(--wp--preset--font-family--classico-urw);
  font-size: 0.875rem;
  font-style: normal;
  padding: 0.5rem 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
body.woocommerce-page form button[type=submit]:disabled {
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  opacity: 0.5;
}
body.woocommerce-page form button[type=submit]:hover {
  text-decoration: none !important;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
}
body.woocommerce-page form input[type=text],
body.woocommerce-page form input[type=email],
body.woocommerce-page form input[type=tel],
body.woocommerce-page form input[type=password],
body.woocommerce-page form textarea,
body.woocommerce-page form select {
  border-radius: 0 !important;
  background-color: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--wp--preset--color--contrast-2) !important;
}
body.woocommerce-page form input[type=text]:focus,
body.woocommerce-page form input[type=email]:focus,
body.woocommerce-page form input[type=tel]:focus,
body.woocommerce-page form input[type=password]:focus,
body.woocommerce-page form textarea:focus,
body.woocommerce-page form select:focus {
  background-color: var(--wp--preset--color--base-2) !important;
  outline: none;
}
body.woocommerce-page form .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}
body.woocommerce-page form .select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
}
body.woocommerce-page form .select2-container--default .select2-dropdown {
  border-radius: 0 !important;
}
body.woocommerce-page form .select2-container--default .select2-results__option {
  border-radius: 0 !important;
}
body.woocommerce-page form .woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--base-3);
  border-radius: 8px;
  overflow: hidden;
  font-family: "Arial", sans-serif;
  color: var(--wp--preset--color--contrast);
}
body.woocommerce-page form .woocommerce-checkout-review-order-table thead th {
  background-color: var(--wp--preset--color--base-2);
  color: var(--wp--preset--color--contrast);
  padding: 12px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid var(--wp--preset--color--base-3);
}
body.woocommerce-page form .woocommerce-checkout-review-order-table tbody td {
  padding: 12px;
  border-bottom: 1px solid var(--wp--preset--color--base-3);
  vertical-align: top;
}
body.woocommerce-page form .woocommerce-checkout-review-order-table tbody td .product-quantity {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: bold;
}
body.woocommerce-page form .woocommerce-checkout-review-order-table tfoot th,
body.woocommerce-page form .woocommerce-checkout-review-order-table tfoot td {
  background-color: var(--wp--preset--color--base-2);
  padding: 12px;
  border-top: 1px solid var(--wp--preset--color--base-3);
  vertical-align: top;
}
body.woocommerce-page form .woocommerce-checkout-review-order-table tfoot td strong {
  font-size: 1.2em;
  color: var(--wp--preset--color--contrast-2);
}
body.woocommerce-page form .woocommerce-checkout-review-order-table tfoot td .includes_tax {
  display: block;
  margin-top: 0.3em;
  font-size: 0.85em;
  color: var(--wp--preset--color--accent);
}
body.woocommerce-page form .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  font-weight: bold;
  color: var(--wp--preset--color--contrast);
  white-space: nowrap;
}
body.woocommerce-page form .woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-page form .woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods label {
  display: inline-block;
  margin-left: 0.5em;
  color: var(--wp--preset--color--contrast);
}

form.woocommerce-form.woocommerce-form-login, form.woocommerce-form.woocommerce-form-register {
  border: 0 !important;
  padding: 20px 0 !important;
}

.woocommerce-cart-form__contents {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--base-3);
  border-radius: 8px;
  overflow: hidden;
  font-family: "Arial", sans-serif;
  color: var(--wp--preset--color--contrast);
}
.woocommerce-cart-form__contents th {
  background-color: var(--wp--preset--color--base-2);
  padding: 12px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid var(--wp--preset--color--base-3);
}
.woocommerce-cart-form__contents td {
  padding: 12px;
  border-bottom: 1px solid var(--wp--preset--color--base-3);
  vertical-align: middle;
}
.woocommerce-cart-form__contents td.product-name dl.variation {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: var(--wp--preset--color--accent);
}
.woocommerce-cart-form__contents td.product-name dl.variation dt {
  font-weight: bold;
}
.woocommerce-cart-form__contents td.product-name dl.variation dd {
  margin-bottom: 0.3em;
}
.woocommerce-cart-form__contents td .woocommerce-Price-amount {
  font-weight: bold;
  color: var(--wp--preset--color--contrast);
}
.woocommerce-cart-form__contents td .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce-cart-form__contents td .quantity input.qty {
  width: 60px;
  height: 40px;
  padding: 0 28px;
  text-align: center;
  font-size: 1em;
  color: var(--wp--preset--color--contrast);
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 4px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.woocommerce-cart-form__contents td .quantity input.qty::-webkit-outer-spin-button, .woocommerce-cart-form__contents td .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart-form__contents td .quantity input.qty:focus {
  outline: none;
  border-color: var(--wp--preset--color--accent);
}
.woocommerce-cart-form__contents td .quantity::before, .woocommerce-cart-form__contents td .quantity::after {
  position: absolute;
  top: 0;
  width: 28px;
  height: 38px;
  display: flex;
  border-radius: 0 !important;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  border: 1px solid var(--wp--preset--color--contrast) !important;
  z-index: 1;
}
.woocommerce-cart-form__contents td .quantity::before {
  content: "–";
  left: 0;
}
.woocommerce-cart-form__contents td .quantity::after {
  content: "+";
  right: 0;
}
.woocommerce-cart-form__contents td .quantity:hover::before, .woocommerce-cart-form__contents td .quantity:hover::after {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}
.woocommerce-cart-form__contents td .remove {
  color: red;
  font-weight: bold;
  font-size: 1.2em;
}
.woocommerce-cart-form__contents .coupon input[type=text] {
  padding: 6px;
  border: 1px solid var(--wp--preset--color--base-3);
  border-radius: 4px;
  margin-right: 10px;
}
.woocommerce-cart-form__contents .coupon .button {
  background-color: var(--wp--preset--color--contrast-2);
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.woocommerce-cart-form__contents .coupon .button:hover {
  filter: brightness(90%);
}
.woocommerce-cart-form__contents .actions {
  padding-top: 20px;
  text-align: right;
}
.woocommerce-cart-form__contents .actions .button[name=update_cart] {
  background-color: var(--wp--preset--color--accent);
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.woocommerce-cart-form__contents .actions .button[name=update_cart]:hover {
  filter: brightness(90%);
}
.woocommerce-cart-form__contents .actions .button[name=update_cart]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.woocommerce-cart-form__contents td.product-name dl.variation {
  margin-top: 0.5em;
  font-size: 0.875rem;
  color: var(--wp--preset--color--accent);
}
.woocommerce-cart-form__contents td.product-name dl.variation dt,
.woocommerce-cart-form__contents td.product-name dl.variation dd {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.woocommerce-cart-form__contents td.product-name dl.variation dt {
  font-weight: 600;
}
.woocommerce-cart-form__contents td.product-name dl.variation dd {
  margin-left: 0;
}
.woocommerce-cart-form__contents td.product-name dl.variation dd p {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cart_totals {
  background-color: var(--wp--preset--color--base);
  border: 0 !important;
  padding: 20px;
  margin-top: 2rem;
}
.cart_totals h2 {
  color: var(--wp--preset--color--contrast-2);
  margin-bottom: 1rem;
}
.cart_totals table.shop_table {
  width: 100%;
  border-collapse: collapse;
}
.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
  padding: 12px;
  border-top: 1px solid var(--wp--preset--color--base-3);
}
.cart_totals table.shop_table th {
  background-color: var(--wp--preset--color--base-2);
  text-align: left;
}
.cart_totals table.shop_table td strong {
  font-size: 1.2em;
  color: var(--wp--preset--color--contrast-2);
}
.cart_totals table.shop_table .woocommerce-shipping-methods {
  margin-bottom: 1em;
}
.cart_totals table.shop_table .woocommerce-shipping-methods li {
  padding: 1em;
  margin-bottom: 0.5em;
  transition: background 0.3s ease;
}
.cart_totals table.shop_table .woocommerce-shipping-methods li:nth-child(odd) {
  background-color: var(--wp--preset--color--base-3);
}
.cart_totals table.shop_table .woocommerce-shipping-methods li:nth-child(even) {
  background-color: var(--wp--preset--color--base-2);
}
.cart_totals table.shop_table .woocommerce-shipping-methods li label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  margin-left: 0.5em;
}
.cart_totals table.shop_table .woocommerce-shipping-methods li .lpc_shipping_icon {
  margin-right: 0.5em;
  max-height: 30px;
  vertical-align: middle;
}
.cart_totals table.shop_table .includes_tax {
  font-size: 0.85em;
  color: var(--wp--preset--color--accent);
  display: block;
  margin-top: 0.3em;
}
.cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
  text-align: right;
}
.cart_totals .wc-proceed-to-checkout .checkout-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--contrast) !important;
  border: 1px solid var(--wp--preset--color--contrast) !important;
  font-family: var(--wp--preset--font-family--classico-urw);
  font-size: 0.875rem;
  font-style: normal;
  padding: 0.5rem 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.cart_totals .wc-proceed-to-checkout .checkout-button:disabled {
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
  opacity: 0.5;
}
.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  text-decoration: none !important;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--contrast) !important;
}

main .entry-content > .woocommerce {
  max-width: 1000px;
  margin: 0 auto;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  overflow: hidden;
}
main .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
  background-color: var(--wp--preset--color--base-2);
  border-right: 1px solid var(--wp--preset--color--base-3);
  padding: 0;
  margin-bottom: 2rem;
}
main .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 0;
}
main .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--base-2);
  transition: background-color 0.2s ease, color 0.2s ease;
}
main .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--wp--preset--color--base-3);
  color: var(--wp--preset--color--accent);
}
main .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--wp--preset--color--base-3);
  color: var(--wp--preset--color--contrast-2);
  font-weight: bold;
}
main .entry-content > .woocommerce .woocommerce-MyAccount-content {
  background-color: var(--wp--preset--color--base);
}
main .entry-content > .woocommerce .woocommerce-MyAccount-content > * {
  padding: 2rem;
}
main .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  padding: 0;
}
main .entry-content > .woocommerce .woocommerce-MyAccount-content p {
  margin-bottom: 1.5rem;
}
main .entry-content > .woocommerce .woocommerce-MyAccount-content p a {
  color: var(--wp--preset--color--accent);
  text-decoration: underline;
}
main .entry-content > .woocommerce .woocommerce-MyAccount-content p a:hover {
  color: var(--wp--preset--color--contrast-2);
}

.wc-block-mini-cart__drawer {
  font-family: var(--wp--preset--font-family--classico-urw);
  color: var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--base);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--wp--preset--color--contrast);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title .wp-block-woocommerce-mini-cart-title-items-counter-block {
  color: var(--wp--preset--color--accent);
  font-weight: 400;
  margin-left: 0.5rem;
}

.wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.wc-block-cart-items thead th {
  text-align: left;
  padding: 0.5rem;
  color: var(--wp--preset--color--contrast);
  border-bottom: 1px solid var(--wp--preset--color--base-3);
}
.wc-block-cart-items tbody tr {
  border-bottom: 1px solid var(--wp--preset--color--base-3);
  padding: 0.75rem 0;
}
.wc-block-cart-items tbody td {
  vertical-align: top;
  padding: 0.75rem 0.5rem;
}
.wc-block-cart-items tbody .wc-block-components-product-details__name {
  font-weight: bold;
  color: var(--wp--preset--color--accent);
}
.wc-block-cart-items tbody .wc-block-cart-item__product a {
  color: var(--wp--preset--color--contrast);
  text-decoration: none;
  font-weight: 600;
}
.wc-block-cart-items tbody .wc-block-cart-item__product .wc-block-components-product-details {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}
.wc-block-cart-items tbody .wc-block-cart-item__product .wc-block-components-product-details li {
  margin-bottom: 0.25rem;
}
.wc-block-cart-items tbody .wc-block-cart-item__product .wc-block-components-product-details li span {
  display: inline-block;
}
.wc-block-cart-items tbody .wc-block-cart-item__product .wc-block-components-product-details li span.wc-block-components-product-details__name {
  font-weight: bold;
  color: var(--wp--preset--color--accent);
  margin-right: 0.25rem;
}

.wc-block-components-quantity-selector {
  display: flex;
  align-items: stretch;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--base);
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  background-color: #fff !important;
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 1rem;
  color: var(--wp--preset--color--contrast);
  border-radius: 0 !important;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  border: 1px solid var(--wp--preset--color--contrast) !important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  outline: none;
  border-color: var(--wp--preset--color--accent);
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  width: 36px;
  height: 40px;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  border: 1px solid var(--wp--preset--color--contrast) !important;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 0 !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}

.wc-block-mini-cart__footer {
  background-color: var(--wp--preset--color--base-2);
  padding: 1.5rem 1rem;
  border-top: 1px solid var(--wp--preset--color--base-3);
}
.wc-block-mini-cart__footer .wc-block-components-totals-item {
  margin-bottom: 1.5rem;
}
.wc-block-mini-cart__footer .wc-block-components-totals-item__label {
  font-weight: 600;
  font-size: 1rem;
}
.wc-block-mini-cart__footer .wc-block-components-totals-item__value {
  font-weight: 700;
  font-size: 1.1rem;
}
.wc-block-mini-cart__footer .wc-block-components-totals-item__description {
  font-size: 0.875rem;
  margin-top: 0.3rem;
}

.wc-block-mini-cart__footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1rem;
}
.wc-block-mini-cart__footer-actions .wc-block-components-button {
  flex: 1 1 100%;
  text-align: center;
  padding: 0.75rem;
  border: 1px solid var(--wp--preset--color--contrast);
  font-weight: 600;
  font-family: var(--wp--preset--font-family--classico-urw);
  font-size: 0.875rem;
  background-color: transparent;
  color: var(--wp--preset--color--contrast);
  border-radius: 0;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.wc-block-mini-cart__footer-actions .wc-block-components-button:hover {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}
.wc-block-mini-cart__footer-actions .wc-block-components-button.contained {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}
.wc-block-mini-cart__footer-actions .wc-block-components-button.contained:hover {
  background-color: transparent;
  color: var(--wp--preset--color--contrast);
}

main {
  padding: 0 1.5rem !important;
}
main .wp-block-group.has-base-2-background-color {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
main .wp-block-group.has-base-2-background-color > div {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

@media (max-width: 1080px) {
  .bann-logo-centre {
    display: none;
  }
  .wp-block-navigation__responsive-container:not(.is-menu-open) {
    background-color: var(--wp--preset--color--base-2) !important;
    color: inherit !important;
  }
  .wp-block-navigation__responsive-container {
    transform: translateX(-100%);
    opacity: 1;
    transition: transform 0.4s ease;
    display: flex !important;
    background-color: inherit;
    flex-direction: column !important;
    overflow: auto;
    padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20rem);
    z-index: 100000;
    bottom: 0px !important;
    left: 0px !important;
    top: 0px !important;
    right: 0px !important;
    height: 100vh;
    margin: 0px !important;
    padding: 0px !important;
    -moz-column-gap: 24px;
         column-gap: 24px;
    opacity: 1;
    pointer-events: auto;
    position: fixed !important;
    row-gap: 24px;
    transition-behavior: normal, normal;
    unicode-bidi: isolate;
    will-change: transform, opacity;
    z-index: 9999999 !important;
    background-color: var(--wp--preset--color--base-2) !important;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close {
    z-index: 12;
    top: 40px;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
    display: flex;
    padding-top: 80px !important;
    flex-direction: column !important;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
    width: 100%;
    order: 2;
    flex-direction: column;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container > li:first-child {
    width: 100%;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container > li:first-child .logo-bis {
    margin: auto;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    transform: translateX(0) !important;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container > li:first-child .logo-bis img {
    width: 200px !important;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li:last-child {
    display: inline;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.shop-open:after,
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.pro-open:after {
    content: ">";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--wp--preset--color--contrast);
  }
  /*
  .wp-block-navigation__responsive-container {
      bottom: 0;
      display: none;
      left: 0;
      position: fixed;
      right: 0;
      top: 0
  }*/
  footer.wp-block-template-part > footer.wp-block-group #gr-footer-logo {
    width: 100%;
  }
  footer.wp-block-template-part > footer.wp-block-group #gr-footer-logo figure {
    display: flex;
    justify-content: center;
  }
  footer.wp-block-template-part > footer.wp-block-group #gr-footer-3-col {
    width: 100%;
    justify-content: center;
  }
  html.has-modal-open .dgwt-wcas-search-wrapp, html.has-modal-open .wc-block-customer-account__account-icon, html.has-modal-open .wc-block-mini-cart {
    display: none !important;
  }
  html.has-modal-open #promo {
    display: none;
  }
  html:not(.has-modal-open) body.scrolled header.wp-block-template-part > .wp-block-template-part.bann-menu > .wp-block-group > .wp-block-group {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  html:not(.has-modal-open) body.menu-not-on-top.scrolled-2 header.wp-block-template-part > .wp-block-template-part.bann-menu,
  html:not(.has-modal-open) .wp-block-template-part.bann-menu {
    transform: translateY(var(--promo-height)) !important;
    position: fixed;
    width: 100%;
  }
  html:not(.has-modal-open) body.menu-not-on-top.scrolled-2 header.wp-block-template-part > .wp-block-template-part.bann-menu > .wp-block-group > .wp-block-group,
  html:not(.has-modal-open) .wp-block-template-part.bann-menu > .wp-block-group > .wp-block-group {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  html:not(.has-modal-open) .bann-logo-centre {
    /*
        position: fixed;
        z-index: 11;
        width: 202px;
        opacity: 1 !important;
        height: 46px;
        overflow: hidden;
        top: 5px;
        left: 50% !important;
        transform: translateX( -50%) !important;
        .wp-block-group {
          background-color: transparent !important;
          .wp-block-group {
            padding: 0 !important;
            figure{
              height: 55px;
            }
        }
        }
        */
  }
  html:not(.has-modal-open) body.scrolled .bann-logo-centre {
    top: 5px;
  }
}
.wp-block-woocommerce-customer-account {
  z-index: 999999 !important;
}

.wp-block-woocommerce-mini-cart {
  z-index: 999999 !important;
}

nav.wp-block-navigation .wp-block-navigation__responsive-container.has-modal-open.is-menu-open {
  transform: translateX(0) !important;
  animation: none !important;
}

body.home .creation h2 {
  max-width: 50%;
}
@media (max-width: 782px) {
  body.home #exception {
    padding-top: var(--wp--preset--spacing--5) !important;
    padding-right: var(--wp--preset--spacing--4) !important;
    padding-bottom: var(--wp--preset--spacing--5) !important;
    padding-left: var(--wp--preset--spacing--4) !important;
  }
}
body.home #nos-articles-4col .wp-block-column {
  margin-bottom: 0 !important;
}

.entry-content .wp-block-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem !important;
}
.entry-content .wp-block-column .wp-block-group {
  flex: 1;
}

@media (max-width: 782px) {
  :root {
    /*
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--spacing--1: 0.5rem;
    --wp--preset--spacing--075: 0.75rem;
    --wp--preset--spacing--2: 1rem;
    --wp--preset--spacing--3: 1.5rem;
    --wp--preset--spacing--4: 2rem;
    --wp--preset--spacing--5: 2.5rem;
    --wp--preset--spacing--6: 3rem;
    --wp--preset--spacing--7: 4.5rem;
    --wp--preset--spacing--8: 7.5rem;
    --wp--preset--spacing--9: 10rem;
    --wp--preset--spacing--10: 12.5rem;
    */
    --wp--preset--spacing--7: 3rem;
    --wp--preset--spacing--8: 4rem;
    --wp--preset--spacing--9: 5rem;
    --wp--preset--spacing--10: 6rem;
  }
  .entry-content .wp-block-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem !important;
  }
  .entry-content .wp-block-column .wp-block-group {
    flex: 1;
  }
  img {
    width: 100%;
  }
  .pad-120 {
    padding-left: 120px;
  }
  body.page-id-18428 #equipe, body.page-id-18428 #savoir-faire, body.page-id-18428 #materiaux, body.page-id-18428 #durabilite {
    padding-top: var(--wp--preset--spacing--8);
  }
  body.page-id-18428 #equipe .wp-block-group, body.page-id-18428 #savoir-faire .wp-block-group, body.page-id-18428 #materiaux .wp-block-group, body.page-id-18428 #durabilite .wp-block-group {
    margin-top: var(--wp--preset--spacing--2) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.page-id-18428 #equipe .wp-block-column, body.page-id-18428 #savoir-faire .wp-block-column, body.page-id-18428 #materiaux .wp-block-column, body.page-id-18428 #durabilite .wp-block-column {
    margin-bottom: 0 !important;
  }
  body.home .creation {
    margin-top: 0 !important;
  }
  body.home .creation h2 {
    margin-block-start: 24px;
    max-width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1080px) {
  .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }
}
@media (max-width: 810px) {
  footer.wp-block-template-part #gr-footer-3-col > .wp-block-group {
    width: 100%;
    justify-content: center;
  }
  .wp-block-video {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
  }
  .wp-block-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: auto;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.reverse .wp-block-column:first-child {
    order: 2;
  }
  .wp-block-columns.reverse .wp-block-column:last-child {
    order: 1;
  }
}
body {
  background-color: var(--wp--preset--color--base);
}

body.block-editor-iframe__body .menu-pro-admin,
body.block-editor-iframe__body .menu-produit-admin {
  display: none !important;
}
body.block-editor-iframe__body[data-custom-menu-block=true] .menu-pro-admin,
body.block-editor-iframe__body[data-custom-menu-block=true] .menu-produit-admin {
  height: auto !important;
  display: block !important;
  max-height: -moz-min-content !important;
  max-height: min-content !important;
  margin-bottom: 50px;
  display: block !important;
  position: relative !important;
}