/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
ol {
  counter-reset: revert;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

/* Gutenberg reset */
.reset-block {
  all: unset !important;
}

.wp-block-button__link {
  all: unset;
  box-sizing: border-box;
}

/* To position an element to fill its parent (must be relative) */
/* Pseudo element with dimensions */
/* Pseudo element with stretch */
/* To define basic fonts properties */
/**
    * Function to convert pixels to rems
    * @param {Number} $pxValue - The pixel value to convert
    * @return {Number} - The pixel value converted to rems
*/
/**
    * Same function as above but to convert rems to pixels
*/
h1, .page-title,
h2,
.page-subtitle,
h3,
h4,
h5,
h6,
p,
span,
a {
  text-decoration: none;
  color: #000000;
}

h1, .page-title,
.h1 {
  display: block;
  font-family: "Alice";
  font-size: 48px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h2, .page-subtitle,
.h2 {
  font-family: "Alice";
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

p {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.subparagraph {
  font-family: "Quicksand";
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.p-cursive {
  font-family: "La Belle Aurore", cursive;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

strong {
  font-weight: 500;
}

.page-title {
  color: #110e65;
  text-transform: uppercase;
  text-align: center;
}

.page-subtitle {
  color: #110e65;
  text-align: center;
}

.wp-block-list,
ul:not([class]),
.entry-content ul {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 1.5rem;
}

ul li {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.bloc-hero {
  position: relative;
  height: 330px;
  max-width: 1728px;
  margin: 0 auto;
}
.bloc-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bloc-hero {
    height: 780px;
  }
}
.bloc-hero.__image-background {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
.bloc-hero h1 {
  font-family: "Alice";
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.9;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

.home-presentation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1728px;
  overflow: hidden;
  padding: 88px 110px;
}
@media screen and (max-width: 768px) {
  .home-presentation {
    padding: 24px;
  }
}
.home-presentation h1 {
  margin-top: 0;
  color: #110e65;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .home-presentation h1 {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.home-presentation h1,
.home-presentation p,
.home-presentation .p-cursive {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-presentation p {
    font-size: 1rem;
  }
}
.home-presentation .btn {
  margin-top: 2rem;
}
.home-presentation figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.home-presentation figure img {
  max-width: 100%;
  width: 544px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-maps-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1728px;
  min-height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home-maps-section {
    min-height: 550px;
  }
}
.home-maps-section:hover img {
  filter: brightness(0.2) !important;
}
.home-maps-section .wp-block-cover__inner-container {
  width: 50%;
  padding: 48px;
}
@media screen and (max-width: 768px) {
  .home-maps-section .wp-block-cover__inner-container {
    width: 100%;
    padding: 24px;
  }
}
.home-maps-section img {
  filter: brightness(0.5) !important;
  transition: all 0.3s ease-in-out;
}
.home-maps-section h1,
.home-maps-section p {
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
.home-maps-section h1 {
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .home-maps-section h1 {
    font-size: 24px !important;
    margin: 16px;
  }
}
.home-maps-section .btn {
  margin-top: 16px;
  cursor: pointer;
  z-index: 3;
}

.grid-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1728px;
  overflow: hidden;
}
.grid-links__container {
  display: grid;
  gap: 0;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}
.grid-links__container .grid-links__item {
  position: relative;
  grid-column: span 1;
}
.grid-links__container .grid-links__item .grid-links__title {
  z-index: 99;
  padding: 1rem;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}
.grid-links__container .grid-links__item .grid-links__background {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.3s ease-in-out 0.1s;
}
.grid-links__container .grid-links__item:hover .grid-links__title {
  opacity: 1;
}
.grid-links__container .grid-links__item:hover .grid-links__background {
  filter: brightness(0.5);
}
@media screen and (max-width: 768px) {
  .grid-links__container:has(.grid-links__item:nth-child(3):last-child) .grid-links__item:nth-child(3) {
    grid-column: span 2;
    height: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .grid-links__container:has(.grid-links__item:nth-child(5):last-child) .grid-links__item:nth-child(5) {
    grid-column: span 2;
    height: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .grid-links__container:has(.grid-links__item:nth-child(6):last-child) .grid-links__item {
    grid-column: span 1;
    height: 200px;
  }
}
.grid-links__container:has(.grid-links__item:first-child:last-child) {
  display: flex;
  justify-content: center;
}
.grid-links__container:has(.grid-links__item:first-child:last-child) .grid-links__item {
  width: 100%;
  max-width: 600px;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .grid-links__container:has(.grid-links__item:first-child:last-child) .grid-links__item {
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  .grid-links__container:has(.grid-links__item:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-links__container:has(.grid-links__item:nth-child(5):last-child) {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-links__container:has(.grid-links__item:nth-child(5):last-child) .grid-links__item:nth-child(-n+2) {
    grid-column: span 3;
  }
  .grid-links__container:has(.grid-links__item:nth-child(5):last-child) .grid-links__item:nth-child(n+3) {
    grid-column: span 2;
  }
  .grid-links__container:has(.grid-links__item:nth-child(6):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-links__container:has(.grid-links__item:nth-child(6):last-child) .grid-links__item {
    grid-column: span 1;
    height: 550px;
  }
}
.grid-links__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .grid-links__title {
    opacity: 1;
    align-items: center;
  }
}
.grid-links__title h1 {
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .grid-links__title h1 {
    text-align: center;
    font-size: 24px;
  }
}

.reassurance-banner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 1728px;
  height: auto;
  min-height: 80px;
  padding: 24px 40px;
  background-color: #ffbc42;
}
@media screen and (max-width: 768px) {
  .reassurance-banner {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
}
.reassurance-banner__item p {
  font-size: 20px;
  color: #8f2d56;
  font-weight: 400;
  text-align: center;
}

.reviews-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .reviews-grid {
    flex-direction: column;
  }
}
.reviews-grid .review-card {
  display: flex;
  gap: 1rem;
  width: 580px;
  height: 180px;
  padding: 24px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reviews-grid .review-card {
    max-width: 330px;
  }
}
.reviews-grid .review-card img {
  height: 48px;
}
.reviews-grid .review-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.reviews-grid .review-card__content span {
  font-family: "Quicksand";
  font-size: 14px;
  font-weight: 400;
}
.reviews-grid .bg-Lavande {
  background-color: #d8dcff;
}
.reviews-grid .bg-Lavande span {
  color: #00a9a5;
}
.reviews-grid .bg-Orange {
  background-color: #ea6957;
}
.reviews-grid .bg-Orange span {
  color: #ffbc42;
}
.reviews-grid .bg-Jaune {
  background-color: #ffbc42;
}
.reviews-grid .bg-Jaune span {
  color: #8f2d56;
}

.wp-block-columns {
  margin: 0 auto;
  max-width: 1120px;
  padding: 88px 0 0 0;
  align-items: center !important;
  justify-content: center !important;
}
@media screen and (max-width: 768px) {
  .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.wp-block-columns .wp-block-column {
  justify-self: center;
}
.wp-block-columns h2 {
  color: #110e65;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .wp-block-columns h2,
  .wp-block-columns p {
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  .wp-block-columns {
    padding: 36px 24px;
  }
}
.wp-block-columns .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .wp-block-columns .wp-block-image {
    height: 327px !important;
    width: 327px !important;
  }
}

.wp-block-gallery.is-layout-flex {
  margin: 0 auto;
  max-width: 1440px;
  align-items: center !important;
  justify-content: center;
  gap: 20px !important;
}
.wp-block-gallery.is-layout-flex .wp-block-image {
  flex-grow: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 286px !important;
  height: 466px !important;
}
@media screen and (max-width: 768px) {
  .wp-block-gallery.is-layout-flex .wp-block-image {
    width: 146px !important;
    height: 266px !important;
  }
}
.wp-block-gallery.is-layout-flex .wp-block-image::before {
  content: none !important;
}
.wp-block-gallery.is-layout-flex .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-gallery.is-layout-flex .wp-block-image .wp-element-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand";
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.5px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 50px;
  overflow: hidden;
}

.btn, .product-add-cart form.cart button.single_add_to_cart_button.disabled, .product-add-cart form.cart button.single_add_to_cart_button, .btn-secondary, #payment .place-order .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 50px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  padding: 12px 24px;
  background-color: #ea6957;
  border: solid 1px #ffffff;
  transition: ease-in-out 0.3s;
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.55px;
}
.btn:hover, .product-add-cart form.cart button.single_add_to_cart_button:hover, .btn-secondary:hover, #payment .place-order .button:hover {
  background-color: #8f2d56;
}
.btn.btn-outlined, .product-add-cart form.cart button.btn-outlined.single_add_to_cart_button, .btn-outlined.btn-secondary, #payment .place-order .btn-outlined.button {
  background-color: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.btn.btn-outlined:hover, .product-add-cart form.cart button.btn-outlined.single_add_to_cart_button:hover, .btn-outlined.btn-secondary:hover, #payment .place-order .btn-outlined.button:hover {
  background-color: #8f2d56;
}
.btn.btn-outlined-alt, .product-add-cart form.cart button.btn-outlined-alt.single_add_to_cart_button, .btn-outlined-alt.btn-secondary, #payment .place-order .btn-outlined-alt.button {
  background-color: transparent;
  border: solid 1px #110e65;
  color: #110e65;
}
.btn.btn-outlined-alt:hover, .product-add-cart form.cart button.btn-outlined-alt.single_add_to_cart_button:hover, .btn-outlined-alt.btn-secondary:hover, #payment .place-order .btn-outlined-alt.button:hover {
  background-color: #8f2d56;
  color: #ffffff;
  border: solid 1px #8f2d56;
}

.btn-secondary, #payment .place-order .button {
  background-color: #00a9a5;
}
.btn-secondary:hover, #payment .place-order .button:hover {
  background-color: #00a9a5;
  transform: scale(1.2);
}

.toggle-filter-btn {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.55px;
  text-decoration: underline;
  cursor: pointer;
}

.product-add-cart form.cart button.single_add_to_cart_button.disabled {
  opacity: 0.6;
}
.product-add-cart form.cart button.single_add_to_cart_button.disabled:hover {
  background-color: #ea6957;
}

.swatch-btn {
  height: 50px;
  width: 50px;
  border: solid 1px #000000;
  cursor: pointer;
}

.swatch-btn.is-selected {
  box-shadow: 0px 0px 0px 2px #110e65 inset;
}

.wc-proceed-to-checkout .checkout-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 110px !important;
  max-height: 50px !important;
  border-radius: 50px !important;
  text-align: center !important;
  padding: 12px 24px !important;
  background-color: #00a9a5 !important;
  border: solid 1px #ffffff !important;
  font-family: Quicksand;
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  transition: ease-in-out 0.3s;
}
.wc-proceed-to-checkout .checkout-button:hover {
  transform: scale(1.2);
}

.cart-actions .btn-update-cart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-height: 50px !important;
  border-radius: 50px !important;
  text-align: center !important;
  padding: 12px 24px !important;
  background-color: #ea6957 !important;
  border: solid 1px #ffffff !important;
  font-family: Quicksand;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  transition: ease-in-out 0.3s;
}
.cart-actions .btn-update-cart:hover {
  background-color: #8f2d56 !important;
}

.wc-backward {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-height: 50px !important;
  border-radius: 50px !important;
  text-align: center !important;
  padding: 12px 24px !important;
  background-color: #ea6957 !important;
  border: solid 1px #ffffff !important;
  font-family: Quicksand;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  transition: ease-in-out 0.3s;
}
.wc-backward:hover {
  background-color: #8f2d56 !important;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 300px;
  height: 446px;
  padding: 24px 40px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .product-card {
    max-width: 180px;
    height: 260px;
    padding: 0.5rem;
  }
}
.product-card:hover .product-card__image {
  filter: brightness(0.5);
  transition: ease-in-out 0.3s all;
}
.product-card:hover .product-card__content h2 {
  display: -webkit-box;
}
.product-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: ease-in-out 0.3s all;
}
.product-card__image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.product-card__content h2 {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  display: none;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  color: #ffffff;
  transition: ease-in-out 0.3s all;
}
@media screen and (max-width: 1280px) {
  .product-card__content h2 {
    display: block;
    font-size: 1rem;
  }
}
.product-card__content .price {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.product-card__content .price bdi,
.product-card__content .price span {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.55px;
}
.product-card__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.product-card__actions .btn {
  position: relative;
  width: auto;
}
@media screen and (max-width: 1280px) {
  .product-card__actions .btn::after {
    content: "+";
    font-size: 24px;
    font-weight: 300;
    color: #fff;
  }
}
.product-card__actions .btn span {
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .product-card__actions .btn span {
    display: none;
  }
}

.categories-filters {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 80px;
}
.categories-filters .filter-item {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 1.5rem;
  transition: ease-in-out 0.3s;
}
.categories-filters .filter-item--active .filter-item__label, .categories-filters .filter-item:hover .filter-item__label {
  color: #ea6957;
}
.categories-filters .filter-item--active .filter-item__icon svg path, .categories-filters .filter-item:hover .filter-item__icon svg path {
  fill: #ea6957;
}
.categories-filters .filter-item__icon {
  display: none;
}
@media screen and (max-width: 1280px) {
  .categories-filters .filter-item__icon {
    display: inline-block;
    transition: ease-in-out 0.3s;
  }
  .categories-filters .filter-item__icon svg {
    width: 50px;
    height: 50px;
  }
}
.categories-filters .filter-item__label {
  text-transform: uppercase;
  color: #110e65;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 1280px) {
  .categories-filters .filter-item__label {
    display: none;
  }
}
.categories-filters .filter-item::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .categories-filters .filter-item::after {
    bottom: -16px;
  }
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
  border: 1px solid #8f2d56;
  margin-right: 0.5rem;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background-color: #8f2d56;
}

.checkbox-item {
  display: flex;
  align-items: center;
}
.checkbox-item span {
  font-family: "Quicksand";
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.pagination-block {
  width: 100%;
  padding: 2rem 0;
}
.pagination-block .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .pagination-block .pagination {
    gap: 1rem;
  }
}
.pagination-block .pagination .pagination-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: 1px solid #110e65;
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.55px;
  transition: ease-in-out 0.3s;
}
.pagination-block .pagination .pagination-btn:not(.pagination-btn--disabled):hover {
  background-color: #110e65;
}
.pagination-block .pagination .pagination-btn:not(.pagination-btn--disabled):hover span,
.pagination-block .pagination .pagination-btn:not(.pagination-btn--disabled):hover a {
  color: #d8dcff;
}
.pagination-block .pagination .pagination-btn--disabled {
  background-color: #d8dcff;
}
.pagination-block .pagination .pagination-btn--current {
  background-color: #110e65;
}
.pagination-block .pagination .pagination-btn--current span {
  color: #d8dcff;
}

.cart-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 50%;
  width: 100%;
  height: 172px;
  z-index: 9999;
  background-color: rgba(0, 169, 165, 0.85);
  padding: 36px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 768px) {
  .cart-overlay {
    height: 70px;
    gap: 8px;
  }
}
.cart-overlay.is-active {
  opacity: 1;
  visibility: visible;
  opacity: 1;
}
.cart-overlay__content {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .cart-overlay__content {
    gap: 8px;
  }
}
.cart-overlay__content h2 {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .cart-overlay__content h2 {
    font-family: "Quicksand";
    font-size: 16px;
    font-weight: 400;
  }
}
.cart-overlay__content img {
  height: 100px;
  width: 100px;
}

.woocommerce-notices-wrapper ul,
.woocommerce-NoticeGroup ul {
  border: none;
  color: #ffffff;
}
.woocommerce-notices-wrapper ul li,
.woocommerce-NoticeGroup ul li {
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-notices-wrapper ul li a,
.woocommerce-NoticeGroup ul li a {
  color: #ffffff;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error {
  background-color: #8f2d56;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-info {
  border: none;
  background-color: #00a9a5;
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.custom-checkout .woocommerce-message {
  border: none;
  background-color: #00a9a5;
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.product-details .accordeon-item__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1rem 0;
  cursor: pointer;
}
.product-details .accordeon-item__trigger .icon {
  position: relative;
  width: 12px;
  height: 12px;
  color: #110e65;
}
.product-details .accordeon-item__trigger .icon::before, .product-details .accordeon-item__trigger .icon::after {
  content: "";
  position: absolute;
  background: #110e65;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.product-details .accordeon-item__trigger .icon::before {
  width: 100%;
  height: 1.2px;
}
.product-details .accordeon-item__trigger .icon::after {
  width: 1.2px;
  height: 100%;
}
.product-details .accordeon-item__trigger p {
  margin-left: 1rem;
  font-weight: 400;
  color: #110e65;
}
.product-details .accordeon-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in-out 0.1s;
}
.product-details .accordeon-item__content .inner {
  margin-bottom: 25px;
}
.product-details .accordeon-item.is-active .accordeon-item__trigger .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.product-details .accordeon-item.is-active .accordeon-item__content {
  height: auto;
  max-height: 500px;
}

.wp-block-details {
  padding: 42px;
}
.wp-block-details summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative;
  list-style: none;
  padding-bottom: 1rem;
  font-family: "Alice";
  font-size: 30px;
  font-weight: 500;
  color: #110e65;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .wp-block-details summary {
    font-size: 18px;
  }
}
.wp-block-details summary::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  flex-shrink: 0;
  background: linear-gradient(#110e65, #110e65) no-repeat center/100% 2px, linear-gradient(#110e65, #110e65) no-repeat center/2px 100%;
  transition: transform 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .wp-block-details summary::after {
    width: 10px;
    height: 10px;
  }
}
.wp-block-details summary[open] summary::after {
  background: linear-gradient(#110e65, #110e65) no-repeat center/100% 2px;
}
@media screen and (max-width: 768px) {
  .wp-block-details p {
    font-size: 16px;
  }
}
.wp-block-details[open] summary::after {
  background: linear-gradient(#110e65, #110e65) no-repeat center/100% 2px;
}

input {
  border: none;
  background-color: #d9d9d9;
  height: 60px;
}
input:focus {
  border: 1px solid #ea6957;
}

.woocommerce-input-wrapper input,
select {
  display: flex;
  align-items: center;
  border: none !important;
  border-radius: 20px !important;
  background-color: #d9d9d9 !important;
  height: 60px !important;
  transition: ease-in-out 0.3s;
}
.woocommerce-input-wrapper input:focus,
select:focus {
  border: 2px solid #ea6957 !important;
}

.custom-checkout-form {
  max-width: 1000px;
  margin: 0 auto;
}
.custom-checkout-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .custom-checkout-form .form-row {
    grid-template-columns: 1fr;
  }
}
.custom-checkout-form .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.custom-checkout-form .form-group label {
  margin-bottom: 4px !important;
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}
.custom-checkout-form .form-group label span {
  margin-left: 4px;
  color: #b22222;
}
.custom-checkout-form .form-group.full-width-center {
  align-items: center;
  width: 100%;
  margin: 30px 0;
}
.custom-checkout-form .form-group.full-width-center label {
  text-align: left;
  width: auto;
}
.custom-checkout-form .form-group.full-width-center select {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .custom-checkout-form .form-group.full-width-center select {
    width: 100%;
  }
}
.custom-checkout-form .form-group input,
.custom-checkout-form .form-group select {
  width: 100%;
  height: 60px;
  border-radius: 20px;
  border: none;
  background-color: #d9d9d9;
  padding: 0 25px !important;
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  outline: none;
  transition: ease-in-out 0.3s;
}
.custom-checkout-form .form-group input:focus,
.custom-checkout-form .form-group select:focus {
  border: 2px solid #ea6957 !important;
}
.custom-checkout-form .form-group textarea {
  width: 100%;
  border-radius: 20px;
  border: none;
  background-color: #d9d9d9;
  padding: 25px !important;
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  outline: none;
  transition: ease-in-out 0.3s;
}
.custom-checkout-form .form-group textarea:focus {
  border: 2px solid #ea6957 !important;
}
.custom-checkout-form .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.custom-checkout-form .form-submit {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.custom-checkout-form .form-submit input[type=submit] {
  background-color: #00a9a5;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 18px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.custom-checkout-form .form-submit input[type=submit]:hover {
  opacity: 0.8;
}
.custom-checkout-form .form-submit input[type=submit]:disabled {
  background-color: #d9d9d9 !important;
  cursor: not-allowed;
  opacity: 0.5;
  transform: none !important;
}

.wpcf7 p {
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7 br {
  display: none !important;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.wpcf7-form p:has(.is-hidden) {
  display: none !important;
}

.wpcf7-response-output {
  background-color: #00a9a5;
  border: none;
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding: 16px;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

.custom-checkout .place-order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-checkout .place-order .validate-required label {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  font-family: "Quicksand";
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.custom-checkout .place-order .validate-required input[type=checkbox] {
  display: block;
  background-color: #ffffff;
}
.custom-checkout .place-order .validate-required input[type=checkbox]:checked {
  background-color: #8f2d56;
}

.header {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #d8dcff;
  position: relative;
}
.header .nav-main {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .header .nav-main {
    height: 85px;
  }
}
.header .nav-main .navbar-menu-logo,
.header .nav-main .navbar-logo {
  height: 45px;
}
@media screen and (max-width: 1280px) {
  .header .nav-main .navbar-menu-logo,
  .header .nav-main .navbar-logo {
    height: 50px;
  }
}
.header .nav-main .cart-btn a {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.55px;
}
.header .nav-main .cart-btn a:hover {
  color: #d9d9d9;
}
.header .desktop-nav-layout {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .header .desktop-nav-layout {
    display: none;
  }
}
.header .mobile-nav-layout {
  display: none;
}
@media screen and (max-width: 1280px) {
  .header .mobile-nav-layout {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
  }
}
.header .mobile-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .navbar {
  list-style: none;
  display: flex;
  align-items: center;
}
.header .navbar.navbar-desktop {
  justify-content: center;
  gap: 36px;
  width: 100%;
}
.header .navbar.navbar-mobile {
  flex-direction: column;
  gap: 24px;
  padding: 36px 24px;
}
.header .navbar.navbar-mobile li {
  width: 100%;
  text-align: right;
}
.header .navbar li a {
  font-family: "Alice";
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: 0.3s;
}
.header .navbar li a:hover {
  color: #110e65;
}
.header .mobile-menu-wrapper {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  border: solid 1px #d8dcff;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.nav-main.is-active .mobile-menu-wrapper {
  visibility: visible;
  opacity: 1;
}
.nav-main.is-active .nav-bar-hamburger-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-main.is-active .nav-bar-hamburger-bar:nth-child(2) {
  opacity: 0;
}
.nav-main.is-active .nav-bar-hamburger-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
}
.nav-toggle .nav-bar-hamburger-bar {
  width: 25px;
  height: 2px;
  background: #000000;
  transition: 0.3s;
}

#footer {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 450px;
  padding: 88px 80px 88px 44px;
  background-color: #110e65;
  max-width: 1728px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #footer {
    padding: 36px 24px;
  }
}
#footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-direction: row;
}
@media screen and (max-width: 1280px) {
  #footer .footer-container {
    flex-direction: column;
    gap: 54px;
  }
}
#footer .footer-container .footer-logo-container {
  flex: 1;
}
@media screen and (max-width: 1280px) {
  #footer .footer-container .footer-logo-container {
    width: 290px;
  }
}
#footer .footer-container .footer-links-container {
  display: flex;
  gap: 54px;
  flex-wrap: wrap;
  flex: 2;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer .footer-container .footer-links-container {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}
#footer .footer-container h2 {
  font-family: "Alice";
  font-size: 30px;
  font-weight: 400;
  color: #d8dcff;
  line-height: 1.5;
  letter-spacing: 0.55px;
  margin-bottom: 1rem;
}
#footer .footer-container li,
#footer .footer-container a {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #d8dcff;
  line-height: 1.5;
  letter-spacing: 0.55px;
}
#footer .footer-container a {
  transition: ease-in-out 0.3s;
}
#footer .footer-container a:hover {
  text-decoration: underline;
}

.facets-filters .toggle-filter-btn {
  display: block;
  margin: 1rem;
}
.facets-filters .toggle-filter-btn.active {
  display: none;
}
.facets-filters .facets-filter-wrapper {
  display: none;
}
.facets-filters .facets-filter-wrapper.visible {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 2.5rem;
}
.facets-filters .facets-filter-wrapper .filters-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .facets-filters .facets-filter-wrapper .filters-grid {
    flex-direction: column;
  }
}
.facets-filters .facets-filter-wrapper .filters-grid .filter-col {
  display: flex;
  flex-direction: column;
}
.facets-filters .facets-filter-wrapper .filters-grid .filter-col p {
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 1280px) {
  .facets-filters .facets-filter-wrapper .filters-grid .filter-col p {
    text-align: left;
  }
}
.facets-filters .facets-filter-wrapper .filters-actions {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .facets-filters {
    justify-content: flex-start;
    padding: 24px;
  }
}

.shop-container .shop-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1728px;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .shop-container .shop-header {
    padding: 36px;
  }
}
.shop-container .shop-header .shop-intro {
  text-align: center;
}
.shop-container .shop-header .shop-intro h1 {
  color: #110e65;
  text-transform: uppercase;
  margin: 16px 0;
}
.shop-container .products-section {
  margin: 0 auto;
  max-width: 1728px;
  padding: 2rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 2rem;
  padding: 40px 0;
}
@media screen and (max-width: 1280px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.single-product article {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1120px;
}
.single-product article .product-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  align-items: flex-start;
  padding: 88px 0;
}
@media screen and (max-width: 768px) {
  .single-product article .product-content {
    padding: 36px 24px;
  }
}
.single-product article .product-content .product-description h1 {
  color: #110e65;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .single-product article .product-content .product-description h1 {
    font-size: 24px;
    text-align: center;
  }
}
.single-product article .product-content .product-description .price span {
  font-family: "Alice";
  font-size: 30px;
  font-weight: 400;
  color: #110e65;
  line-height: 1.5;
  letter-spacing: 0.55px;
}
@media screen and (max-width: 768px) {
  .single-product article .product-content .product-description .price span {
    font-size: 18px;
  }
}
.single-product article .product-content .product-description .product-presentation {
  margin: 1rem 0;
}
.single-product article .product-content .product-description .product-presentation p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .single-product article .product-content .product-description .product-presentation p {
    font-size: 1rem;
  }
}
.single-product article .product-gallery {
  flex: 1;
  max-width: 50%;
  width: 100%;
}
.single-product article .product-gallery .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
}
.single-product article .product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product article .product-gallery .woocommerce-product-gallery__wrapper {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.single-product article .product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  margin-bottom: 30px;
}
.single-product article .product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
  height: 554px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .single-product article .product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
    height: 272px;
    width: 272px;
  }
}
.single-product article .product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
  width: 112px;
}
@media screen and (max-width: 768px) {
  .single-product article .product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
    height: 56px;
    width: 56px;
  }
}
.single-product article .product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product article .product-description {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .single-product article .product-description {
    flex: initial;
    width: 100%;
  }
}
.single-product article .product-description .product-add-cart .in-stock {
  display: none;
}
.single-product article .product-description .variations {
  display: none !important;
}
.single-product article .product-description .swatches-grid {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.single-product article .product-description .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
.single-product article .product-description form .quantity {
  display: none;
}
@media screen and (max-width: 768px) {
  .single-product article .product-description form {
    display: flex;
    justify-content: center;
  }
}
.single-product article .product-description .talisman-link p {
  margin-bottom: 1rem;
}
.single-product .related-products {
  margin: 0 auto;
  max-width: 1728px;
  padding: 64px 80px;
}
.single-product .related-products h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-product .product-content {
    flex-direction: column;
    padding: 50px 20px;
  }
  .single-product .product-content .product-gallery {
    max-width: 100%;
  }
}

.custom-cart {
  margin: 0 auto;
  max-width: 1120px;
  padding: 88px 0;
}
@media screen and (max-width: 1280px) {
  .custom-cart {
    padding: 0;
  }
}
.custom-cart h1 {
  text-align: center;
  text-transform: uppercase;
  color: #110e65;
}
.custom-cart .custom-cart-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .custom-cart .custom-cart-container {
    flex-direction: column;
    align-items: center;
  }
}
.custom-cart .custom-cart-container .woocommerce-cart-form {
  flex: 2;
  min-width: 0;
}
@media screen and (max-width: 1280px) {
  .custom-cart .custom-cart-container .woocommerce-cart-form {
    padding: 24px;
  }
}
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table {
  margin-bottom: 40px;
  border: none;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table thead {
  height: 72px;
  background-color: #ea6957;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table thead th {
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table .cart_item {
  height: 105px;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table .cart_item .product-thumbnail img {
  height: 105px;
  width: 105px;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table .cart_item td {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table .cart_item input {
  background-color: transparent;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table .cart_item .product-remove a.remove {
  background-color: transparent;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table table,
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table tbody,
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table td,
.custom-cart .custom-cart-container .woocommerce-cart-form .shop_table th {
  border: none;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .cart-discount-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 100%;
  background-color: #00a9a5;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .cart-discount-banner span {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.custom-cart .custom-cart-container .woocommerce-cart-form .cart-actions {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.custom-cart .custom-cart-container .cart-collaterals {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  gap: 24px;
  padding: 0 24px;
  background-color: #d8dcff;
}
.custom-cart .custom-cart-container .cart-collaterals p,
.custom-cart .custom-cart-container .cart-collaterals th,
.custom-cart .custom-cart-container .cart-collaterals td {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.custom-cart .custom-cart-container .cart-collaterals td {
  text-align: right;
}
.custom-cart .custom-cart-container .cart-collaterals tr.order-total th,
.custom-cart .custom-cart-container .cart-collaterals tr.order-total td {
  font-family: "Alice";
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
.custom-cart .custom-cart-container .cart-collaterals .cart-coupon-wrapper p {
  margin-bottom: 0.5rem;
}
.custom-cart .custom-cart-container .cart-collaterals .cart-coupon-wrapper .coupon-form-custom input {
  height: 28px;
  width: 220px;
  background-color: #d9d9d9;
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.custom-cart .custom-cart-container .cart-collaterals .cart-coupon-wrapper .coupon-form-custom input::-moz-placeholder {
  color: transparent;
}
.custom-cart .custom-cart-container .cart-collaterals .cart-coupon-wrapper .coupon-form-custom input::placeholder {
  color: transparent;
}
.custom-cart .custom-cart-container .cart-collaterals .cart-coupon-wrapper .coupon-form-custom button {
  background: none;
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.custom-cart .custom-cart-container .cart-collaterals .cart_totals {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .custom-cart .custom-cart-container .cart-collaterals .cart_totals {
    width: 100%;
  }
}
.custom-cart .custom-cart-container .cart-collaterals .cart_totals table,
.custom-cart .custom-cart-container .cart-collaterals .cart_totals tbody,
.custom-cart .custom-cart-container .cart-collaterals .cart_totals td,
.custom-cart .custom-cart-container .cart-collaterals .cart_totals th {
  border: none;
}
.custom-cart .custom-cart-container .cart-collaterals .wc-proceed-to-checkout {
  display: flex;
  justify-content: center;
  padding: 0;
}

.cart-empty {
  margin: 0 auto;
  max-width: 1120px;
  padding: 88px 0;
}
.cart-empty .cart-empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.cart-empty .cart-empty-content .cart-empty-description {
  text-align: center;
}

.custom-checkout {
  margin: 0 auto;
  max-width: 1120px;
  padding: 88px 0;
}
@media screen and (max-width: 1280px) {
  .custom-checkout {
    padding: 88px 24px;
  }
}
.custom-checkout .checkout-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
}
@media screen and (max-width: 1280px) {
  .custom-checkout .checkout-layout {
    flex-direction: column;
    align-items: center;
  }
}
.custom-checkout .checkout-layout .checkout-fields {
  flex: 1;
  min-width: 0;
  width: 100%;
}
.custom-checkout .checkout-layout .checkout-fields .checkout-notice {
  margin-bottom: 40px;
  text-align: center;
}
.custom-checkout .checkout-layout .checkout-fields .checkout-notice h1 {
  color: #110e65;
}
@media screen and (max-width: 1280px) {
  .custom-checkout .checkout-layout .checkout-fields .checkout-notice p {
    display: none;
  }
}
.custom-checkout .checkout-layout .checkout-fields h3 {
  display: none;
}
.custom-checkout .checkout-layout .checkout-fields #payment {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.custom-checkout .checkout-layout .checkout-review {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  min-width: 0;
  gap: 24px;
}
.custom-checkout .checkout-layout .checkout-review h1 {
  display: none;
}
@media screen and (max-width: 1280px) {
  .custom-checkout .checkout-layout .checkout-review h1 {
    display: block;
    text-align: center;
    color: #110e65;
  }
}
.custom-checkout .checkout-layout .checkout-review .shop_table {
  margin-bottom: 40px;
  border: none;
}
.custom-checkout .checkout-layout .checkout-review .shop_table thead {
  height: 72px;
  background-color: #ea6957;
}
.custom-checkout .checkout-layout .checkout-review .shop_table thead th {
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  vertical-align: middle;
}
.custom-checkout .checkout-layout .checkout-review .shop_table .cart_item {
  height: auto;
  min-height: 105px;
}
.custom-checkout .checkout-layout .checkout-review .shop_table .cart_item .product-thumbnail {
  width: 105px;
  height: 105px;
}
.custom-checkout .checkout-layout .checkout-review .shop_table .cart_item td,
.custom-checkout .checkout-layout .checkout-review .shop_table .cart_item span {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .custom-checkout .checkout-layout .checkout-review .shop_table .cart_item td,
  .custom-checkout .checkout-layout .checkout-review .shop_table .cart_item span {
    font-size: 16px;
  }
}
.custom-checkout .checkout-layout .checkout-review .shop_table .cart-subtotal th,
.custom-checkout .checkout-layout .checkout-review .shop_table .cart-subtotal td,
.custom-checkout .checkout-layout .checkout-review .shop_table .cart-discount th,
.custom-checkout .checkout-layout .checkout-review .shop_table .cart-discount td {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.custom-checkout .checkout-layout .checkout-review .shop_table .order-total th,
.custom-checkout .checkout-layout .checkout-review .shop_table .order-total td,
.custom-checkout .checkout-layout .checkout-review .shop_table .order-total bdi,
.custom-checkout .checkout-layout .checkout-review .shop_table .order-total span {
  font-family: "Alice";
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
}
.custom-checkout .checkout-layout .checkout-review .shop_table tfoot {
  background-color: #ea6957;
  color: #ffffff;
}
.custom-checkout .checkout-layout .checkout-review .shop_table table,
.custom-checkout .checkout-layout .checkout-review .shop_table tbody,
.custom-checkout .checkout-layout .checkout-review .shop_table td,
.custom-checkout .checkout-layout .checkout-review .shop_table th {
  border: none;
}
.custom-checkout .checkout-layout .checkout-review .shop_table td span {
  color: #ffffff;
}
.custom-checkout .checkout-layout .checkout-review .shop_table .woocommerce-remove-coupon {
  color: #ffffff;
}

.checkout-success {
  margin: 0 auto;
  max-width: 1120px;
  padding: 88px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .checkout-success {
    padding: 88px 24px;
  }
}
.checkout-success h1 {
  text-align: center;
  color: #00a9a5;
}
.checkout-success p {
  text-align: center;
  margin-bottom: 24px;
}

.woocommerce-checkout-payment .payment_box,
.woocommerce-privacy-policy-text,
.wc_payment_methods {
  display: none !important;
}

.talismans-page {
  display: flex;
  flex-direction: column;
}
.talismans-page__gutenberg-blocks .bloc-group {
  margin: 0 auto;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .talismans-page__gutenberg-blocks .bloc-group {
    padding: 0 24px;
  }
}
.talismans-page__gutenberg-blocks .bloc-group h1 {
  margin-bottom: 24px;
}
.talismans-page__gutenberg-blocks .bloc-group p {
  margin: 24px 0 24px 0;
}
@media screen and (max-width: 768px) {
  .talismans-page__gutenberg-blocks .bloc-group p {
    font-size: 1rem;
  }
}
.talismans-page__gutenberg-blocks .wp-block-columns {
  margin: 0 auto;
  max-width: 1120px;
  margin-top: 88px;
  gap: 0;
  width: 100%;
  flex-wrap: wrap !important;
}
.talismans-page__gutenberg-blocks .wp-block-columns > .wp-block-column figure {
  height: 480px;
}
.talismans-page__gutenberg-blocks .wp-block-columns > .wp-block-column figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .talismans-page__gutenberg-blocks .wp-block-columns > .wp-block-column {
    flex-basis: calc(50% - 0px) !important;
    flex-grow: 1;
  }
  .talismans-page__gutenberg-blocks .wp-block-columns > .wp-block-column:nth-child(3) {
    width: 100%;
  }
  .talismans-page__gutenberg-blocks .wp-block-columns > .wp-block-column figure {
    height: 180px;
  }
  .talismans-page__gutenberg-blocks .wp-block-columns > .wp-block-column figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.talismans-page__configurator {
  margin: 0 auto;
  max-width: 1120px;
}
.talismans-page__configurator .config-step .step-description {
  padding: 88px 24px;
  text-align: center;
}
.talismans-page__configurator .config-step .talisman-selector {
  display: grid;
  gap: 0;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .talismans-page__configurator .config-step .talisman-selector {
    grid-template-columns: repeat(2, 1fr);
  }
}
.talismans-page__configurator .config-step .talisman-selector .talisman-card {
  position: relative;
  display: flex;
  height: 360px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .talismans-page__configurator .config-step .talisman-selector .talisman-card {
    height: 188px;
  }
}
.talismans-page__configurator .config-step .talisman-selector .talisman-card .talisman-card__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  z-index: 99;
  padding: 1rem;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .talismans-page__configurator .config-step .talisman-selector .talisman-card .talisman-card__content {
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
.talismans-page__configurator .config-step .talisman-selector .talisman-card .talisman-card__content h2,
.talismans-page__configurator .config-step .talisman-selector .talisman-card .talisman-card__content p {
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .talismans-page__configurator .config-step .talisman-selector .talisman-card .talisman-card__content .title {
    font-size: 24px;
    opacity: 1;
  }
  .talismans-page__configurator .config-step .talisman-selector .talisman-card .talisman-card__content .price {
    opacity: 0;
  }
  .talismans-page__configurator .config-step .talisman-selector .talisman-card .talisman-card__content p {
    font-size: 12px;
    opacity: 0;
  }
}
.talismans-page__configurator .config-step .talisman-selector .talisman-card .talisman-card__background {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.3s ease-in-out 0.1s;
}
.talismans-page__configurator .config-step .talisman-selector .talisman-card:hover, .talismans-page__configurator .config-step .talisman-selector .talisman-card.is-selected {
  cursor: pointer;
}
.talismans-page__configurator .config-step .talisman-selector .talisman-card:hover .talisman-card__content h2,
.talismans-page__configurator .config-step .talisman-selector .talisman-card:hover .talisman-card__content p, .talismans-page__configurator .config-step .talisman-selector .talisman-card.is-selected .talisman-card__content h2,
.talismans-page__configurator .config-step .talisman-selector .talisman-card.is-selected .talisman-card__content p {
  opacity: 1;
  display: block;
}
.talismans-page__configurator .config-step .talisman-selector .talisman-card:hover .talisman-card__background, .talismans-page__configurator .config-step .talisman-selector .talisman-card.is-selected .talisman-card__background {
  filter: brightness(0.5);
}
.talismans-page__configurator .form-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 88px;
  background-color: #d8dcff;
}
@media screen and (max-width: 768px) {
  .talismans-page__configurator .form-step {
    padding: 16px;
  }
}
.talismans-page__configurator .form-step p,
.talismans-page__configurator .form-step h2 {
  text-align: center;
}
.talismans-page__configurator .form-step .total-price {
  margin: 24px 0;
  color: #110e65;
}
.talismans-page__configurator .form-step .total-price span {
  margin-left: 36px;
  font-weight: 200;
}
.talismans-page h1,
.talismans-page .h1 {
  color: #110e65;
  text-align: center;
}

.archive-expositions-wrapper .galerie-presensation {
  margin: 0 auto;
  max-width: 1120px;
  padding: 88px 0;
}
@media screen and (max-width: 1280px) {
  .archive-expositions-wrapper .galerie-presensation {
    padding: 36px 24px;
  }
}
.archive-expositions-wrapper .galerie-presensation h1 {
  color: #110e65;
}
@media screen and (max-width: 1280px) {
  .archive-expositions-wrapper .galerie-presensation h1 {
    font-size: 24px;
  }
}
.archive-expositions-wrapper .galerie-presensation .wp-block-group {
  margin-top: 40px;
}
.archive-expositions-wrapper .galerie-presensation .wp-block-group .btn {
  margin-top: 16px;
}

.single-exposition .post-navigation-link-next {
  margin: 0 auto;
  max-width: 1120px;
  padding: 32px 0;
}
@media screen and (max-width: 1280px) {
  .single-exposition .post-navigation-link-next {
    padding: 24px 24px;
  }
}
.single-exposition .post-navigation-link-next span,
.single-exposition .post-navigation-link-next a {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1280px) {
  .single-exposition .post-navigation-link-next span,
  .single-exposition .post-navigation-link-next a {
    font-size: 12px;
  }
}
.single-exposition .post-navigation-link-next a:hover {
  color: #ea6957;
}

.surmesure-page {
  display: flex;
  flex-direction: column;
}
.surmesure-page__gutenberg-blocks .wp-block-group {
  margin: 0 auto;
  max-width: 1120px;
  padding: 88px 0;
}
@media screen and (max-width: 768px) {
  .surmesure-page__gutenberg-blocks .wp-block-group {
    padding: 24px;
  }
}
.surmesure-page__gutenberg-blocks .wp-block-group h2 {
  color: #110e65;
  margin-bottom: 42px;
}
.surmesure-page__gutenberg-blocks .wp-block-image {
  margin: 0 auto;
  max-width: 1120px;
  height: 480px;
}
@media screen and (max-width: 768px) {
  .surmesure-page__gutenberg-blocks .wp-block-image {
    height: 240px;
  }
}
.surmesure-page__gutenberg-blocks .wp-block-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.surmesure-page__gutenberg-blocks .wp-block-details {
  margin: 0 auto;
  max-width: 1120px;
}
.surmesure-page .devis-form {
  margin: 0 auto;
  max-width: 1120px;
  padding: 88px 0;
}
@media screen and (max-width: 768px) {
  .surmesure-page .devis-form {
    padding: 24px;
  }
}
.surmesure-page .devis-form h1 {
  text-align: center;
  color: #110e65;
}
@media screen and (max-width: 768px) {
  .surmesure-page .devis-form h1 {
    font-size: 30px;
  }
}
.surmesure-page .devis-form__other {
  margin: 0 auto;
  max-width: 1120px;
  text-align: center;
  padding: 0 88px;
}
@media screen and (max-width: 768px) {
  .surmesure-page .devis-form__other {
    padding: 24px;
  }
}

.atelier-page {
  display: flex;
  flex-direction: column;
}
.atelier-page__gutenberg-blocks .wp-block-group {
  margin: 0 auto;
  max-width: 1120px;
  padding: 88px 0;
}
@media screen and (max-width: 768px) {
  .atelier-page__gutenberg-blocks .wp-block-group {
    padding: 24px;
  }
}
.atelier-page__gutenberg-blocks .wp-block-group h2 {
  color: #110e65;
  margin-bottom: 42px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .atelier-page__gutenberg-blocks .wp-block-group h2 {
    font-size: 24px;
  }
}
.atelier-page__gutenberg-blocks .wp-block-group .has-small-font-size {
  margin: 1rem 0;
}
.atelier-page__gutenberg-blocks .wp-block-image {
  margin: 0 auto;
  max-width: 1120px;
  height: 480px;
}
@media screen and (max-width: 768px) {
  .atelier-page__gutenberg-blocks .wp-block-image {
    height: 240px;
  }
}
.atelier-page__gutenberg-blocks .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.atelier-page .devis-form {
  margin: 0 auto;
  max-width: 1120px;
  padding: 88px 0;
}
.atelier-page .devis-form__other {
  margin: 0 auto;
  max-width: 1120px;
  text-align: center;
  padding: 0 88px;
}
@media screen and (max-width: 768px) {
  .atelier-page .devis-form__other {
    padding: 24px;
  }
}
.atelier-page .devis-form__other h1 {
  color: #110e65;
}
@media screen and (max-width: 768px) {
  .atelier-page .devis-form__other h1 {
    font-size: 24px;
  }
}

.about-page {
  display: flex;
  flex-direction: column;
}
.about-page__gutenberg-blocks .wp-block-group {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  padding: 88px 24px;
}
@media screen and (max-width: 768px) {
  .about-page__gutenberg-blocks .wp-block-group {
    padding: 24px;
  }
}
.about-page__gutenberg-blocks .wp-block-group .wp-block-image {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 725px;
  width: 100%;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .about-page__gutenberg-blocks .wp-block-group .wp-block-image {
    height: 327px;
    width: 327px;
  }
}
.about-page__gutenberg-blocks .wp-block-group .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page__gutenberg-blocks .wp-block-group .p-curvise {
  margin-bottom: 24px;
}
.about-page__gutenberg-blocks .wp-block-group h2 {
  color: #110e65;
  margin-bottom: 42px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about-page__gutenberg-blocks .wp-block-group h2 {
    font-size: 24px;
  }
}
.about-page__gutenberg-blocks .wp-block-cover {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .about-page__gutenberg-blocks .wp-block-cover {
    height: 240px;
    width: 100%;
  }
}
.about-page__gutenberg-blocks p {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  text-align: center;
  padding: 24px;
}
.about-page__gutenberg-blocks .wp-block-list {
  margin: 0 auto;
  max-width: 1120px;
  padding: 24px;
}
/*# sourceMappingURL=main.css.map */
