@charset "UTF-8";
/*!
Theme Name: Thème Cyclone
Author: Atelier du Design
Author URI: https://atelier-du-design.com/
Version: 2025
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* manrope-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/manrope-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/manrope-v20-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/manrope-v20-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  color: #312B00;
}

body * {
  line-height: normal;
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll main {
  opacity: .8;
}

body.logged-in.admin-bar header {
  top: 32px;
}

body :target {
  scroll-margin-top: 120px;
}

main {
  margin-top: 182px;
}

main p + p {
  margin-top: 8px;
}

h1, h2 {
  font-family: "Manrope", sans-serif;
}

h1 {
  font-size: 37px;
  line-height: 110%;
}

h1 + * {
  margin-top: 16px;
}

h1 + p {
  font-size: 24px;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 32px;
  }
  h1 + p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 580px) {
  h1 {
    font-size: 28px;
  }
  h1 + p {
    font-size: 18px;
  }
}

* + h2 {
  margin-top: 32px;
}

h2 {
  font-size: 32px;
}

h2 + * {
  margin-top: 16px;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 580px) {
  h2 {
    font-size: 22px;
  }
}

* + h3 {
  margin-top: 16px;
}

h3 {
  font-size: 28px;
}

h3 + * {
  margin-top: 8px;
}

@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 580px) {
  h3 {
    font-size: 24px;
  }
}

a:not(.wp-block-button__link) {
  transition: all 0.3s ease;
  color: #312B00;
}

a:not(.wp-block-button__link):hover {
  opacity: .8;
}

p strong, li strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.wp-block-group {
  width: 100%;
}

.wp-block-group .wp-block-group__inner-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px;
  box-sizing: border-box;
}

.wp-block-group .wp-block-group__inner-container * + .wp-block-columns {
  margin-top: 32px;
}

main > .wp-block-cover {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

main > .wp-block-cover > .wp-block-cover__inner-container {
  padding: 80px;
}

.wp-block-group .wp-block-columns {
  gap: 48px;
}

.wp-block-group .wp-block-columns + * {
  margin-top: 32px;
}

.wp-block-group .wp-block-columns .wp-block-column:not(:first-child) {
  margin: 0 !important;
}

.wp-block-group .wp-block-columns .wp-block-column .wp-block-image:not(.is-style-logo):not(.not-resized) img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.wp-block-group .wp-block-columns:has(.wp-block-column > .wp-block-image:not(.is-style-logo):only-child) .wp-block-column:not(:has(.wp-block-image)) {
  padding: 48px 0;
}

.wp-block-group .wp-block-columns:has(.wp-block-column > .wp-block-image:not(.is-style-logo):only-child) .wp-block-column:has(.wp-block-image:not(.is-style-logo):only-child) {
  display: flex;
  flex: 1;
  box-sizing: border-box;
  position: relative;
}

.wp-block-group .wp-block-columns:has(.wp-block-column > .wp-block-image:not(.is-style-logo):only-child) .wp-block-column:has(.wp-block-image:not(.is-style-logo):only-child) .wp-block-image:not(.is-style-logo):not(.not-resized):only-child {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.wp-block-group .wp-block-columns:has(.wp-block-column > .wp-block-image:not(.is-style-logo):only-child) .wp-block-column:has(.wp-block-image:not(.is-style-logo):only-child) .wp-block-image:not(.is-style-logo):not(.not-resized):only-child img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.wp-block-group:not([class*='bg']):not(.header):not(#header):not(#single-header):not(:has([class*='bg'])) + .wp-block-group:not([class*='bg']):not(footer):not(:has([class*='bg'])) > .wp-block-group__inner-container {
  padding-top: 0;
}

main ul {
  padding-left: 20px;
}

main ul li {
  list-style: disc;
  padding-bottom: 6px;
}

main ul li:last-of-type {
  padding-bottom: 0px;
}

main ul li ul {
  padding-top: 8px;
}

main ul li ul li:not(:last-of-type) {
  padding-bottom: 3px;
}

main ul + p, main ul + figure {
  margin-top: 32px;
}

p + ul {
  margin-top: 12px;
}

*:not(.wp-block-gallery) + ul.wp-block-list[class="wp-block-list"] {
  margin-top: 12px;
}

hr {
  margin: 16px auto;
  border-bottom: none !important;
  border-color: #312B00 !important;
  border-width: 1px !important;
}

div hr:first-child {
  margin-top: 0;
}

div hr:last-child {
  margin-bottom: 0;
}

* + .wp-block-table {
  margin-top: 24px !important;
}

.wp-block-table + * {
  margin-top: 24px;
}

.wp-block-table table {
  border-collapse: separate !important;
  border: 1px solid #d3d3d3;
  overflow: hidden;
}

.wp-block-table table tr:first-child td {
  font-weight: 700;
  background-color: whitesmoke;
}

.wp-block-table table tr:not(:first-child) td {
  border-top: solid #d3d3d3 1px;
}

.wp-block-table table tr td {
  border: none;
}

.wp-block-table table tr td:not(:first-child) {
  border-left: solid #d3d3d3 1px;
}

.error404 #page-404 .wp-block-group__inner-container {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error404 #page-404 .wp-block-group__inner-container .quote {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

.bandeau {
  background-color: #312B00;
  text-align: center;
  padding: 10px;
}

.bandeau *, .bandeau a {
  color: #F0F6FF;
}

.bg-primary-light {
  background-color: #FEFCE4;
}

.bg-primary-medium {
  background-color: #F5E200;
}

.bg-primary-medium.inner-card {
  background-color: transparent;
}

.bg-primary-medium.inner-card > .wp-block-group__inner-container {
  background-color: #F5E200;
}

.wp-block-group:has([class*='bg']) > .wp-block-group__inner-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#home-header .wp-block-columns {
  gap: 0;
}

#home-header .wp-block-columns .wp-block-column:first-child {
  padding: 96px 48px;
}

.wp-block-group:has(+ .over-top) {
  padding-bottom: 80px;
}

.over-top {
  margin-top: -80px;
}

.over-top .wp-block-group__inner-container {
  padding-top: 0 !important;
}

.over-top .wp-block-columns {
  background-color: white;
  padding: 48px;
}

.wp-block-group:has(.overflow-top) {
  margin-top: 170px;
}

.overflow-top {
  margin-top: -250px;
}

#bloc-faq .wp-block-group__inner-container > * {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#bloc-faq h2 + ul {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}

#bloc-faq h2 + ul > li {
  font-size: 24px;
  background-color: #FEFCE4;
  padding: 32px;
}

@media only screen and (max-width: 1024px) {
  #bloc-faq h2 + ul > li {
    font-size: 20px;
  }
}

@media only screen and (max-width: 580px) {
  #bloc-faq h2 + ul > li {
    font-size: 18px;
  }
}

#bloc-faq h2 + ul li {
  list-style-type: none;
}

#bloc-faq h2 + ul li ul {
  padding-left: 0;
}

#bloc-faq h2 + ul li ul li {
  font-size: 16px;
}

.wp-block-buttons {
  gap: 20px;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #312B00;
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 18px;
  border: 1px solid #312B00;
  transition: all .3s ease;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: black;
  border-color: black;
  transform: translateY(-3px);
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #312B00;
  border: 1px solid #312B00;
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: black;
  border-color: black;
  color: white;
}

* + .wp-block-buttons {
  margin-top: 32px;
}

.wp-block-buttons + * {
  margin-top: 16px;
}

* + .wp-block-gallery, .wp-block-gallery + * {
  margin-top: 30px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  aspect-ratio: 4 / 3;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  content: none !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: #F5E200 !important;
  max-width: 100%;
  width: max-content !important;
  padding: 5px 10px !important;
  bottom: 8px !important;
  left: 8px !important;
  text-shadow: none !important;
}

* + .wp-block-image {
  margin-top: 32px;
}

.wp-block-image {
  margin-bottom: 0px !important;
  display: block;
}

.wp-block-image:not(.is-style-logo) img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.wp-block-image.is-style-rounded img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.wp-block-image.aligncenter img {
  margin: 0 auto;
}

.wp-block-image + * {
  margin-top: 32px;
}

* + .wp-block-embed.is-type-video, .wp-block-embed.is-type-video + * {
  margin-top: 30px;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.wp-block-video {
  margin: 0 0 0 !important;
}

p.is-style-subtitle {
  font-size: 18px;
}

figure.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plus-list p {
  display: grid;
  grid-template-columns: auto 1fr;
}

.plus-list p:before {
  content: '+';
  margin-right: 16px;
  grid-row: 1 / 3;
  align-self: center;
  font-size: 32px;
}

figure.wp-block-gallery {
  justify-content: center !important;
  gap: 32px !important;
}

figure.wp-block-gallery figure.wp-block-image {
  width: auto !important;
  max-width: 130px !important;
  max-height: 70px !important;
  aspect-ratio: auto !important;
}

figure.wp-block-gallery figure.wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  object-position: center;
  object-fit: contain !important;
}

figure.wp-block-image.img-4-3 {
  aspect-ratio: 4 / 3;
}

body > header:not(.woocommerce-products-header) {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

body > header:not(.woocommerce-products-header) * {
  transition: all .3s ease;
}

body > header:not(.woocommerce-products-header) nav {
  width: 100%;
  position: relative;
  background: white;
}

body > header:not(.woocommerce-products-header) nav .nav-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 50px;
  width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  box-sizing: border-box;
  padding-top: 16px !important;
}

body > header:not(.woocommerce-products-header) nav #navbar-mobile {
  display: none;
}

body > header:not(.woocommerce-products-header) nav #navbar-brand a, body > header:not(.woocommerce-products-header) nav #navbar-brand img {
  display: block;
  height: 60px;
}

body > header:not(.woocommerce-products-header) nav #navbar-menu {
  flex-basis: 100%;
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #676A49;
}

body > header:not(.woocommerce-products-header) nav #navbar-menu > div {
  flex: 1;
}

body > header:not(.woocommerce-products-header) nav #navbar-menu > div > div {
  height: 100%;
}

body > header:not(.woocommerce-products-header) nav #navbar-menu > div > div > ul {
  height: 100%;
}

body > header:not(.woocommerce-products-header) nav #navbar-search {
  flex-grow: 1;
}

body > header:not(.woocommerce-products-header) nav #ecommerce-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
  gap: 20px;
}

body > header:not(.woocommerce-products-header) nav #ecommerce-menu #menu-item-244 a, body > header:not(.woocommerce-products-header) nav #ecommerce-menu #menu-item-728 a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body > header:not(.woocommerce-products-header) nav #ecommerce-menu #menu-item-244 a:before, body > header:not(.woocommerce-products-header) nav #ecommerce-menu #menu-item-728 a:before {
  content: '';
  display: block;
  background-color: #312B00;
  mask-image: url("img/icon-panier.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  height: 28px;
  width: 28px;
  transition: all .3s ease;
}

body > header:not(.woocommerce-products-header) nav #ecommerce-menu #menu-item-244 a:hover, body > header:not(.woocommerce-products-header) nav #ecommerce-menu #menu-item-728 a:hover {
  text-decoration: underline;
}

body > header:not(.woocommerce-products-header) nav #ecommerce-menu #menu-item-244 {
  position: relative;
}

body > header:not(.woocommerce-products-header) nav #ecommerce-menu #menu-item-244 .cart-nb {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  background-color: #F5E200;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #312B00;
}

body > header:not(.woocommerce-products-header) nav #ecommerce-menu #menu-item-728 a:before {
  mask-image: url("img/icon-compte.svg");
}

body > header:not(.woocommerce-products-header) nav #primary-menu {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  line-height: 20px;
  padding: 0;
  border-bottom: 1px solid #676A49;
}

body > header:not(.woocommerce-products-header) nav #primary-menu li.current-menu-parent > a, body > header:not(.woocommerce-products-header) nav #primary-menu li.current_page_item > a, body > header:not(.woocommerce-products-header) nav #primary-menu li.current-menu-item > a {
  font-weight: 700;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li a {
  text-decoration: none;
  font-size: 16px;
  color: #312B00;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li > a:hover {
  text-decoration: underline;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li.menu-item-has-children {
  position: relative;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li.menu-item-has-children:after {
  content: ' ';
  border: solid #312B00;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  transform: translateY(-25%) rotate(45deg);
  -webkit-transform: translateY(-25%) rotate(45deg);
  transform-origin: center;
  transition: all 0.3s ease;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li.menu-item-has-children > ul.sub-menu {
  display: none;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: -8px;
  bottom: 0;
  transform: translateY(100%);
  background: white;
  width: 250px;
  margin: 0 auto;
  border-bottom: 1px solid #676A49;
  border-top: 1px solid #676A49;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li.menu-item-has-children > ul.sub-menu > li {
  display: flex;
  flex-direction: column;
  text-align: left;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li.menu-item-has-children > ul.sub-menu > li a {
  padding: 8px;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li.menu-item-has-children > ul.sub-menu > li a:hover {
  background-color: #FEFCE4;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li.menu-hover > a {
  color: #676A49;
  text-decoration: underline;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li.menu-hover.menu-item-has-children:after {
  transform: translateY(25%) rotate(225deg);
  border-color: #676A49;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li.menu-hover.menu-item-has-children > ul.sub-menu {
  display: flex;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li#menu-item-107 a, body > header:not(.woocommerce-products-header) nav #primary-menu > li#menu-item-147 a {
  background-color: #F5E200;
  color: white;
  padding: 8px 16px;
  border-radius: 99px;
  display: block;
}

body > header:not(.woocommerce-products-header) nav #primary-menu > li#menu-item-107 a:hover, body > header:not(.woocommerce-products-header) nav #primary-menu > li#menu-item-147 a:hover {
  background-color: #c2b300;
}

body > header:not(.woocommerce-products-header) nav #secondary-menu {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
}

body > header:not(.woocommerce-products-header) nav #secondary-menu li {
  padding: 10px 0px;
}

body > header:not(.woocommerce-products-header) nav #secondary-menu li a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

body > header:not(.woocommerce-products-header) nav #secondary-menu li#menu-item-106 a {
  padding: 8px 16px;
  border: 1px solid black;
  border-radius: 99px;
  display: block;
}

body > header:not(.woocommerce-products-header) nav #secondary-menu li#menu-item-106 a:hover {
  background-color: black;
  color: white;
}

body > header:not(.woocommerce-products-header) #navbar-burger {
  display: none;
  position: relative;
  z-index: 100;
}

body > header:not(.woocommerce-products-header) nav:not(.onTop) #navbar-brand a, body > header:not(.woocommerce-products-header) nav:not(.onTop) #navbar-brand img {
  height: 50px;
}

footer.wp-block-group img {
  max-width: 200px;
}

.theme-theme-cyclone.woocommerce a.button, .theme-theme-cyclone.woocommerce-page a.button {
  background-color: #312B00;
  color: white;
  font-family: "Manrope", sans-serif;
  border-radius: 0;
}

.theme-theme-cyclone.woocommerce a.button:hover, .theme-theme-cyclone.woocommerce-page a.button:hover {
  background-color: black;
  color: white;
  opacity: 1;
}

.theme-theme-cyclone.woocommerce .woocommerce-error, .theme-theme-cyclone.woocommerce .woocommerce-info, .theme-theme-cyclone.woocommerce .woocommerce-message, .theme-theme-cyclone.woocommerce-page .woocommerce-error, .theme-theme-cyclone.woocommerce-page .woocommerce-info, .theme-theme-cyclone.woocommerce-page .woocommerce-message {
  border-width: 2px;
  border-style: solid;
  display: flex;
  align-items: center;
  flex-direction: row !important;
  gap: 16px;
}

.theme-theme-cyclone.woocommerce .woocommerce-error a.button, .theme-theme-cyclone.woocommerce .woocommerce-info a.button, .theme-theme-cyclone.woocommerce .woocommerce-message a.button, .theme-theme-cyclone.woocommerce-page .woocommerce-error a.button, .theme-theme-cyclone.woocommerce-page .woocommerce-info a.button, .theme-theme-cyclone.woocommerce-page .woocommerce-message a.button {
  margin-left: auto;
  flex-shrink: 0;
  order: 1;
}

.theme-theme-cyclone.woocommerce .woocommerce-error:focus-visible, .theme-theme-cyclone.woocommerce .woocommerce-info:focus-visible, .theme-theme-cyclone.woocommerce .woocommerce-message:focus-visible, .theme-theme-cyclone.woocommerce-page .woocommerce-error:focus-visible, .theme-theme-cyclone.woocommerce-page .woocommerce-info:focus-visible, .theme-theme-cyclone.woocommerce-page .woocommerce-message:focus-visible {
  outline: 2px solid #F5E200;
}

@media only screen and (max-width: 580px) {
  .theme-theme-cyclone.woocommerce .woocommerce-error, .theme-theme-cyclone.woocommerce .woocommerce-info, .theme-theme-cyclone.woocommerce .woocommerce-message, .theme-theme-cyclone.woocommerce-page .woocommerce-error, .theme-theme-cyclone.woocommerce-page .woocommerce-info, .theme-theme-cyclone.woocommerce-page .woocommerce-message {
    flex-direction: column !important;
    gap: 0;
  }
  .theme-theme-cyclone.woocommerce .woocommerce-error a.button, .theme-theme-cyclone.woocommerce .woocommerce-info a.button, .theme-theme-cyclone.woocommerce .woocommerce-message a.button, .theme-theme-cyclone.woocommerce-page .woocommerce-error a.button, .theme-theme-cyclone.woocommerce-page .woocommerce-info a.button, .theme-theme-cyclone.woocommerce-page .woocommerce-message a.button {
    margin-right: auto !important;
    margin-top: 16px;
  }
}

.theme-theme-cyclone.woocommerce .woocommerce-message, .theme-theme-cyclone.woocommerce-page .woocommerce-message {
  border-color: #8fae1b;
}

.theme-theme-cyclone.woocommerce .woocommerce-error, .theme-theme-cyclone.woocommerce-page .woocommerce-error {
  border-color: #b81c23;
}

.theme-theme-cyclone.woocommerce .woocommerce-error ul, .theme-theme-cyclone.woocommerce-page .woocommerce-error ul {
  padding: 0;
}

.theme-theme-cyclone.woocommerce .woocommerce-info, .theme-theme-cyclone.woocommerce-page .woocommerce-info {
  border-color: #312B00;
}

.theme-theme-cyclone.woocommerce .woocommerce-info:before, .theme-theme-cyclone.woocommerce-page .woocommerce-info:before {
  color: #312B00;
  content: "\e028"/"";
}

.theme-theme-cyclone.woocommerce .woocommerce-error::before, .theme-theme-cyclone.woocommerce .woocommerce-info::before, .theme-theme-cyclone.woocommerce .woocommerce-message::before, .theme-theme-cyclone.woocommerce-page .woocommerce-error::before, .theme-theme-cyclone.woocommerce-page .woocommerce-info::before, .theme-theme-cyclone.woocommerce-page .woocommerce-message::before {
  top: 19px;
}

.filter-categories .categories {
  display: flex;
  gap: 20px;
}

.post-type-archive-product .categories, .tax-product_cat .categories {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}

.post-type-archive-product .categories p, .tax-product_cat .categories p {
  text-align: center;
  padding-bottom: 0 !important;
}

.post-type-archive-product .categories p a, .tax-product_cat .categories p a {
  position: relative;
  display: block;
}

.post-type-archive-product .categories p a:before, .tax-product_cat .categories p a:before {
  content: "";
  height: 50px;
  width: 100px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.post-type-archive-product .categories p a:after, .tax-product_cat .categories p a:after {
  content: "";
  background-color: black;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.post-type-archive-product .categories p a:hover:after, .tax-product_cat .categories p a:hover:after {
  transform: scaleX(1);
}

.post-type-archive-product .categories p:nth-of-type(1) a:before, .tax-product_cat .categories p:nth-of-type(1) a:before {
  background-image: url("img/archetype-icon_assises.svg");
}

.post-type-archive-product .categories p:nth-of-type(2) a:before, .tax-product_cat .categories p:nth-of-type(2) a:before {
  background-image: url("img/archetype-icon_tables.svg");
}

.post-type-archive-product .categories p:nth-of-type(3) a:before, .tax-product_cat .categories p:nth-of-type(3) a:before {
  background-image: url("img/archetype-icon_rangements.svg");
}

.post-type-archive-product .categories p:nth-of-type(4) a:before, .tax-product_cat .categories p:nth-of-type(4) a:before {
  background-image: url("img/archetype-icon_bureaux.svg");
}

.post-type-archive-product .products-filters, .tax-product_cat .products-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.post-type-archive-product .products-filters .woocommerce-ordering, .tax-product_cat .products-filters .woocommerce-ordering {
  float: none;
  margin-bottom: 0 !important;
}

.post-type-archive-product .products-filters .woocommerce-ordering select, .tax-product_cat .products-filters .woocommerce-ordering select {
  border: none;
  padding: 6px 48px 6px 22px;
  height: 40px;
}

.post-type-archive-product .products-filters .facets, .tax-product_cat .products-filters .facets {
  display: flex;
  gap: 10px;
}

.post-type-archive-product .products-filters .facets .wpgb-facet > fieldset:last-child, .tax-product_cat .products-filters .facets .wpgb-facet > fieldset:last-child {
  margin-bottom: 0px;
}

.post-type-archive-product .products-filters .facets .wpgb-facet select.wpgb-select:not([multiple]), .tax-product_cat .products-filters .facets .wpgb-facet select.wpgb-select:not([multiple]) {
  padding: 6px 48px 6px 22px;
}

.post-type-archive-product .products-filters .facets .wpgb-facet select.wpgb-select, .tax-product_cat .products-filters .facets .wpgb-facet select.wpgb-select {
  background-color: black;
  font-family: "Manrope", sans-serif;
  border-radius: 50px;
  border: none;
  color: white;
}

.post-type-archive-product .products-filters .facets .wpgb-facet select.wpgb-select + .wpgb-select-controls .wpgb-select-separator, .tax-product_cat .products-filters .facets .wpgb-facet select.wpgb-select + .wpgb-select-controls .wpgb-select-separator {
  display: none;
}

.post-type-archive-product .grid .wp-grid-builder .wpgb-card .wpgb-card-inner, .tax-product_cat .grid .wp-grid-builder .wpgb-card .wpgb-card-inner {
  gap: 20px;
}

.post-type-archive-product .grid .wp-grid-builder .wpgb-card .wpgb-card-media-thumbnail, .tax-product_cat .grid .wp-grid-builder .wpgb-card .wpgb-card-media-thumbnail {
  border: black 1px solid;
}

.post-type-archive-product .grid .wp-grid-builder .wpgb-card .wpgb-card-content, .tax-product_cat .grid .wp-grid-builder .wpgb-card .wpgb-card-content {
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
}

.post-type-archive-product .grid .wp-grid-builder .wpgb-card .wpgb-card-content .wpgb-card-body, .tax-product_cat .grid .wp-grid-builder .wpgb-card .wpgb-card-content .wpgb-card-body {
  flex-basis: 60%;
  flex-grow: 0;
}

.post-type-archive-product .grid .wp-grid-builder .wpgb-card .wpgb-card-content .wpgb-card-body h3, .tax-product_cat .grid .wp-grid-builder .wpgb-card .wpgb-card-content .wpgb-card-body h3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.post-type-archive-product .grid .wp-grid-builder .wpgb-card .wpgb-card-content .wpgb-card-footer div, .tax-product_cat .grid .wp-grid-builder .wpgb-card .wpgb-card-content .wpgb-card-footer div {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

[class*="-ttc"] {
  font-weight: 700 !important;
  font-size: 24px !important;
}

[class*="-ttc"] .vat-amount {
  font-size: 16px !important;
}

[class*="-ht"] {
  font-size: 16px !important;
  color: #676A49 !important;
}

[class*="-ht"] .vat-amount {
  font-size: 14px !important;
}

.price-new-ttc, .price-new-ht {
  color: #FF6262 !important;
}

[class*="-old-"] {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.qib-button-wrapper {
  margin: 0 !important;
  float: none !important;
  border-radius: 0;
  border: 1px solid #312B00;
}

.qib-button-wrapper .qib-button {
  padding: 4px !important;
  width: 23px !important;
  min-width: unset !important;
  border: none !important;
  background-color: transparent !important;
}

.qib-button-wrapper .quantity input {
  box-sizing: border-box !important;
  width: 30px !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: normal !important;
  font-family: "Manrope", sans-serif !important;
  border: none !important;
}

.badges {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 10;
}

.badges .badge {
  position: static;
  padding: 3px 8px !important;
  font-family: "Manrope", sans-serif;
  font-size: 12px !important;
  line-height: normal !important;
  box-sizing: border-box;
}

.badges .badge.promo {
  background-color: #FF6262 !important;
  color: white !important;
}

.badges .badge.incontournable {
  background-color: #F5E200 !important;
  color: #312B00 !important;
}

.badges .badge.new {
  background-color: #312B00 !important;
  color: #F5E200 !important;
}

@media only screen and (max-width: 1950px) {
  main > .wp-block-group .wp-block-group__inner-container, main > .wp-block-cover .wp-block-group__inner-container, .product > .wp-block-group .wp-block-group__inner-container {
    padding: 80px;
  }
  main > .wp-block-group > .wp-block-group__inner-container, main > .wp-block-cover > .wp-block-group__inner-container, .product > .wp-block-group > .wp-block-group__inner-container {
    width: 1440px;
  }
  body > header:not(.woocommerce-products-header) nav .nav-contain {
    width: 1440px;
    padding: 0 80px;
  }
  #home-header .wp-block-columns .wp-block-column:first-child {
    padding: 80px;
  }
}

@media only screen and (max-width: 1440px) {
  main > .wp-block-group .wp-block-group__inner-container, main > .wp-block-cover .wp-block-group__inner-container, .product > .wp-block-group .wp-block-group__inner-container {
    padding: 80px;
  }
  main > .wp-block-group > .wp-block-group__inner-container, main > .wp-block-cover > .wp-block-group__inner-container, .product > .wp-block-group > .wp-block-group__inner-container {
    width: 100%;
  }
  body > header:not(.woocommerce-products-header) nav .nav-contain {
    width: 100%;
    padding: 0 80px;
  }
  #home-header .wp-block-columns .wp-block-column:first-child {
    padding: 80px;
  }
}

@media only screen and (max-width: 1230px) {
  body {
    font-size: 16px;
  }
  main > .wp-block-group .wp-block-group__inner-container, main > .wp-block-cover .wp-block-group__inner-container, .product > .wp-block-group .wp-block-group__inner-container {
    padding: 56px 32px;
  }
  main > .wp-block-group > .wp-block-group__inner-container, main > .wp-block-cover > .wp-block-group__inner-container, .product > .wp-block-group > .wp-block-group__inner-container {
    width: 100%;
  }
  body > header:not(.woocommerce-products-header) nav .nav-contain {
    width: 100%;
    padding: 0 32px;
  }
  #home-header .wp-block-columns .wp-block-column:first-child {
    padding: 56px 32px;
  }
  .over-top .wp-block-columns {
    padding: 56px 32px;
  }
  .overflow-top {
    margin-top: -226px;
  }
  body > header:not(.woocommerce-products-header) nav #primary-menu > li a {
    font-size: 14px;
  }
  .bandeau {
    font-size: 14px;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-brand a, body > header:not(.woocommerce-products-header) nav #navbar-brand img {
    height: 50px !important;
  }
  body > header:not(.woocommerce-products-header) nav:not(.onTop) #navbar-brand a, body > header:not(.woocommerce-products-header) nav:not(.onTop) #navbar-brand img {
    height: 40px !important;
  }
  main {
    margin-top: 166px;
  }
}

@media only screen and (max-width: 1024px) {
  .bandeau {
    display: none;
  }
  main {
    margin-top: 138px;
  }
  body > header:not(.woocommerce-products-header) {
    position: relative;
    position: fixed;
  }
  body > header:not(.woocommerce-products-header) nav {
    width: 100%;
    position: fixed;
    box-sizing: border-box;
  }
  body > header:not(.woocommerce-products-header) nav .nav-contain {
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    padding: 16px 24px !important;
    background-color: white;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger {
    display: block;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger {
    padding: 0;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger:hover {
    opacity: 0.7;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger.is-active:hover {
    opacity: 0.7;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger.is-active .hamburger-inner,
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger.is-active .hamburger-inner::before,
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger.is-active .hamburger-inner::after {
    background-color: black;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger--slider .hamburger-inner {
    top: 2px;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger--slider .hamburger-inner::after {
    top: 20px;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger-box {
    width: 25px;
    height: 22px;
    display: inline-block;
    position: relative;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger-inner, body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger-inner::before, body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: black;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger-inner::before, body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger-inner::after {
    content: "";
    display: block;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger-inner::before {
    top: -10px;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-burger .hamburger-inner::after {
    bottom: -10px;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-brand {
    position: relative;
    z-index: 1000;
    flex-basis: auto;
    order: 1;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-brand a {
    padding: 0;
    box-sizing: border-box;
    max-height: none;
    height: auto;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-brand a, body > header:not(.woocommerce-products-header) nav #navbar-brand img {
    height: 45px !important;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-ecommerce {
    order: 2;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-ecommerce .menu-item a {
    font-size: 0;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-search {
    order: 3;
    flex-basis: 100%;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-menu, body > header:not(.woocommerce-products-header) nav #navbar-boutique {
    display: none;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile {
    position: absolute;
    top: 0;
    padding-top: 140px;
    padding-bottom: 24px;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: white;
    z-index: -1;
    box-sizing: border-box;
    overflow: auto;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile.active {
    display: block;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div {
    z-index: 100;
    position: relative;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu {
    display: flex;
    justify-content: center !important;
    flex-direction: column;
    padding: 20px 0;
    z-index: 100;
    gap: 0;
    position: relative;
    border: 0;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li {
    display: block;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    width: 80%;
    text-align: left;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li a {
    width: auto;
    font-style: normal;
    font-size: 16px;
    color: #312B00;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li.menu-item-has-children {
    padding-right: 0;
    position: relative;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li.menu-item-has-children:after {
    position: absolute;
    top: 22px;
    right: 0;
    border-color: #312B00;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li.menu-item-has-children a {
    position: relative;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li.menu-item-has-children > .sub-menu {
    display: block;
    background-color: transparent;
    position: static;
    transform: scaleY(0);
    transition: all .3s ease;
    border: 0;
    height: 0;
    transform-origin: top;
    padding: 0;
    width: auto;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li.menu-item-has-children > .sub-menu > li {
    text-align: left;
    width: 100%;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li.menu-item-has-children > .sub-menu > li:first-of-type {
    padding-top: 16px;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li.menu-item-has-children > .sub-menu > li a {
    display: block;
    padding: 10px 20px;
    color: #312B00;
    transition: all .3s ease;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li.menu-item-has-children.is-active {
    border-bottom: #312B00 1px solid;
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li.menu-item-has-children.is-active.menu-item-has-children:after {
    transform: translateY(25%) rotate(225deg);
  }
  body > header:not(.woocommerce-products-header) nav #navbar-mobile > div #primary-menu li.menu-item-has-children.is-active > .sub-menu {
    transform: scaleY(1);
    height: 100%;
  }
}

@media only screen and (max-width: 781px) {
  main > .wp-block-group:not(footer) > .wp-block-group__inner-container .wp-block-columns {
    flex-direction: column;
  }
  .nav-contain {
    width: 100%;
  }
  .wp-block-group .wp-block-columns:has(.wp-block-column > .wp-block-image:not(.is-style-logo):only-child) .wp-block-column:has(.wp-block-image:not(.is-style-logo):only-child) .wp-block-image:not(.is-style-logo):not(.not-resized):only-child {
    position: static;
    height: 50vh;
    max-height: 350px;
  }
  .wp-block-group .wp-block-columns:has(.wp-block-column > .wp-block-image:not(.is-style-logo):only-child) .wp-block-column:has(.wp-block-image:not(.is-style-logo):only-child) .wp-block-image:not(.is-style-logo):not(.not-resized):only-child img {
    object-position: center;
  }
  footer.wp-block-group .wp-block-columns {
    gap: 32px;
  }
  footer.wp-block-group .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
  }
}

@media only screen and (max-width: 580px) {
  main > .wp-block-group .wp-block-group__inner-container, main > .wp-block-cover .wp-block-group__inner-container, .product > .wp-block-group .wp-block-group__inner-container {
    padding: 32px 24px;
  }
  main > .wp-block-group > .wp-block-group__inner-container, main > .wp-block-cover > .wp-block-group__inner-container, .product > .wp-block-group > .wp-block-group__inner-container {
    width: 100%;
  }
  #home-header .wp-block-columns .wp-block-column:first-child {
    padding: 32px 24px;
  }
  .over-top .wp-block-columns {
    padding: 32px 24px;
  }
  .wp-block-group .wp-block-columns:has(.wp-block-column > .wp-block-image:not(.is-style-logo):only-child) .wp-block-column:has(.wp-block-image:not(.is-style-logo):only-child) .wp-block-image:not(.is-style-logo):not(.not-resized):only-child {
    display: none;
  }
  .overflow-top {
    margin-top: -202px;
  }
  #bloc-faq h2 + ul {
    margin-top: 16px;
  }
  #bloc-faq .wp-block-group__inner-container > * {
    max-width: 90%;
  }
  #bloc-faq h2 + ul > li {
    padding: 16px;
  }
  .wp-block-buttons {
    gap: 12px;
  }
}

@media only screen and (max-width: 480px) {
  body > header:not(.woocommerce-products-header) nav #navbar-brand a, body > header:not(.woocommerce-products-header) nav #navbar-brand img {
    height: 40px !important;
  }
  footer.wp-block-group .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */