/*
Theme Name: EKLOR
Theme URI: https://proserv.fr/
Author: ProServ
Author URI: https://proserv.fr
Description: .
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 8.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eklor
Tags: 
*/



/*********************
*                    *
*     TYPOGRAPHIE    *
*                    *
*********************/

/* OpenSans */
@font-face {
    font-family: OpenSans;
    font-weight: 300 800;
    font-display: swap;
    src: url("./fonts/OpenSans-Variable.ttf");
}



/*********************
*                    *
*   TARTE AU CITRON  *
*                    *
*********************/

#tarteaucitronRoot {
    .tarteaucitronAllow {
        background-color: var(--color-success);
    }
    .tarteaucitronDeny {
        background-color: var(--color-error);
    }
    .tarteaucitronSelfLink {
        display: none;
    }
}



/*********************
*                    *
*       GENERAL      *
*                    *
*********************/

* {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    line-height: 1;
}
body {
    min-height: 100vh;
    scroll-padding-top: 14rem;
    scroll-behavior: smooth;
    background-color: white;
    background-repeat: no-repeat;
    font-family: var(--family);
    font-size: 1rem;
    color: var(--color-black);
    margin: 0;
    overflow-x: hidden;
}
*:disabled {
    cursor: not-allowed !important;
}

p, h1, h2, h3, h4, h5, h6 { 
    font-size: unset;
    margin: unset;
    overflow-wrap: break-word;
}
h1 {
    font-weight: 600;
}
a {
    text-decoration: unset;
}
p {
    line-height: 1.5;
}

/* List */
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    li {
        list-style-type: none;
    }
}

/* Button */
button {
    font-family: unset;
    font-size: unset;
    padding: unset;
    border: 0;
    background-color: unset;
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer;
}
.pointer-events-none {
    pointer-events: none
}
.disabled {
    opacity: .4;
    pointer-events: none;
}
.ButtonOld {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1;
    border: 1px solid;
    border-radius: 96rem;
    cursor: pointer;
    transition: all .15s cubic-bezier(.6,.15,.25,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.ButtonOld--size-sm {
    padding: 8px 12px;
}
.ButtonOld--size-md {
    padding: 20px;
}
.ButtonOld--variant-filled--color-primary {
    color: white;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.ButtonOld--variant-filled--color-black {
    color: white;
    background-color: var(--color-black);
    border-color: var(--color-black);
}
.ButtonOld--variant-filled--color-white {
    color: var(--color-black);
    background-color: white;
    border-color: white;
}
.ButtonOld--variant-ghost--color-black {
    padding: 0;
    color: var(--color-black);
    background-color: transparent;
    border-color: transparent;
}
.ButtonOld--variant-outline--color-white {
    color: white;
    background-color: transparent;
    border-color: white;
}
.ButtonOld--variant-ghost--color-none {
    padding: 0;
    background-color: transparent;
    border-color: transparent;
}
.ButtonOld--text-uppercase {
    text-transform: uppercase;
}
.ButtonOld-content {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.ButtonOld .ButtonOld-label {
    position: relative;
}
.ButtonOld-label {
    flex-shrink: 0;
    text-align: center;
}
.ButtonOld .ButtonOld-label {
    position: relative;
}
.ButtonOld-iconWrapper {
    flex-shrink: 0;
}
.ButtonOld--hoverEffect-iconTranslate .ButtonOld-icon {
    transition: all .3s cubic-bezier(.6,.15,.25,1);
}
.ButtonOld-icon:not(.fill-none) {
    color: currentcolor;
    fill: currentcolor;
}
.ButtonOld-icon {
    width: 16px;
    height: 16px;
    color: currentcolor;
}
.ButtonOld--hoverEffect-underline .ButtonOld-label::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
    transform: scaleX(0);
    transition: all .2s cubic-bezier(.6,.15,.25,1);
}
@media (hover: hover) {
    .ButtonOld--variant-filled--color-black:hover {
        color: white;
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }
    .ButtonOld--variant-filled--color-primary:hover,
    .ButtonOld--variant-filled--color-white:hover {
        color: white;
        background-color: var(--color-black);
        border-color: var(--color-black);
    }
    .ButtonOld--variant-outline--color-white:hover,
    .ButtonOld--variant-outline--color-black:hover {
        color: var(--color-primary);
        border-color: var(--color-primary);
    }
    .ButtonOld--hoverEffect-iconTranslate.ButtonOld--iconPosition-left:hover .ButtonOld-icon {
        transform: translate(-5px);
    }
    .ButtonOld--hoverEffect-underline:hover .ButtonOld-label::after {
        transform: scaleX(1);
    }
}



/*********************
*                    *
*        TEXT        *
*                    *
*********************/

.text-family {
    font-family: var(--family);
}
.italic {
    font-style: italic;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.lowercase {
    text-transform: lowercase;
}
.underline {
    text-decoration-line: underline;
}
@media (min-width: 640px) {
    .sm\:uppercase {
        text-transform: uppercase;
    }
}

/* Size */
.text-\[11px\] {
    font-size: 11px;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-2xs {
    font-size: .6875rem;
}
.text-xs {
    font-size: .75rem;
}
.text-sm {
    font-size: .875rem;
}
.\!text-sm {
    font-size: .875rem !important;
}
.text-md {
    font-size: .9375rem;
}
.text-base {
    font-size: 1rem;
}
.text-\[1\.125rem\] {
    font-size: 1.125rem;
}
.text-lg {
    font-size: 1.25rem;
}
.text-xl {
    font-size: 1.375rem;
}
.text-2xl {
    font-size: 1.75rem;
}
.text-3xl {
    font-size: 2.125rem;
}
.text-4xl {
    font-size: 2.625rem;
}
@media (min-width: 640px) {
    .sm\:text-sm {
        font-size: .875rem;
    }
    .sm\:text-base {
        font-size: 1rem;
    }
    .sm\:text-lg {
        font-size: 1.25rem;
    }
    .sm\:text-xl {
        font-size: 1.375rem;
    }
    .sm\:text-2xl {
        font-size: 1.75rem;
    }
}
@media (min-width: 768px) {
    .md\:text-xl {
        font-size: 1.375rem;
    }
    .md\:text-2xl {
        font-size: 1.75rem;
    }
    .md\:text-3xl {
        font-size: 2.125rem;
    }
}
@media (min-width: 1024px) {
    .lg\:text-2xl {
        font-size: 1.75rem;
    }
    .lg\:text-3xl {
        font-size: 2.125rem;
    }
    .lg\:text-4xl {
        font-size: 2.625rem;
    }
}
@media (min-width: 1280px) {
    .xl\:text-xl {
        font-size: 1.375rem;
    }
    .xl\:text-2xl {
        font-size: 1.75rem;
    }
}

/* Color */
.text-primary,
.fill-primary {
    color: var(--color-primary);
}
.text-primary-600 {
    color: #c57600;
}
.text-grey-100,
.text-grey-500 {
    color: var(--color-grey);
}
.text-grey-300 {
    color: #b0b0b0;
}
.text-grey-900,
.text-grey-900 a {
    color: var(--color-black);
}
.text-grey-950 {
    color: var(--color-grey-950);
}
.text-grey-800 {
    color: #454545;
}
.text-grey-700 {
    color: #4f4f4f;
}
.text-grey-600 {
    color: #565656;
}
.text-grey-400 {
    color: #888;
}
.text-white,
.text-white a {
    color: white;
}
.text-danger-600,
.text-danger-600 a {
    color: var(--color-error);
}
.text-warning-600 {
    color: var(--color-warning);
}
.text-warning-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-red-700 {
    color: #b91c1c;
}
@media (hover: hover) and (pointer: fine) {
    .hover-text-primary:hover {
        color: var(--color-primary);
    }
    .hover-text-white:hover {
        color: white;
    }
    .hover\:\!text-black:hover {
        color: var(--color-black) !important;
    }
    .hover\:text-danger-600:hover {
        color: var(--color-error);
    }
}

/* Weight */
strong {
    font-weight: bold;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-semibold,
.font-semibold[data-title="Total"] > strong {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}

/* Align */
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

/* Line height */
.leading-0 {
    line-height: 0;
}
.leading-normal {
    line-height: 1.5;
}
.leading-6 {
    line-height: 1.5rem;
}

/* Letter spacing */
.tracking-wide {
    letter-spacing: .025em;
}

/* Whitespace */
.whitespace-nowrap {
    white-space: nowrap;
}



/*********************
*                    *
*       DISPLAY      *
*                    *
*********************/

.flex {
    display: flex;
}
.\!flex {
    display: flex !important;
}
.inline-flex {
    display: inline-flex;
}
.block {
    display: block;
}
.\!block {
    display: block !important;
}
.inline-block {
    display: inline-block;
}
.grid,
.grid > .wp-block-group__inner-container {
    display: grid;
}
.\!grid {
    display: grid !important;
}
.hidden {
    display: none;
}
.\!hidden {
    display: none !important;
}
@media (min-width: 640px) {
    .sm\:flex {
        display: flex;
    }
}
@media (min-width: 768px) {
    .md\:\!flex {
        display: flex !important;
    }
    .md\:hidden {
        display: none;
    }
}
@media (min-width: 1024px) {
    .lg\:flex,
    .lg\:flex > .wp-block-group__inner-container {
        display: flex;
    }
    .lg\:block,
    .lg-block {
        display: block;
    }
    .lg\:hidden,
    .lg-hidden {
        display: none;
    }
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}

@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .lg\:flex-row {
        flex-direction: row;
    }
}
@media (min-width: 1280px) {
    .xl\:flex-row {
        flex-direction: row;
    }
}

.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-span-7 {
    grid-column: span 7 / span 7;
}
.col-span-8 {
    grid-column: span 8 / span 8;
}
.col-span-11 {
    grid-column: span 11 / span 11;
}
.col-span-12 {
    grid-column: span 12 / span 12;
}
.row-span-2 {
    grid-row: span 2 / span 2;
}
@media (min-width: 768px) {
    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }
}
@media (min-width: 1024px) {
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }
}
@media (min-width: 1280px) {
    .xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .xl\:row-span-2 {
        grid-row: span 2 / span 2;
    }
}

.wrap,
.flex-wrap {
    flex-wrap: wrap;
}

.basis-1\/3 {
    flex-basis: 33.333333%;
}
.basis-1\/2 {
    flex-basis: 50%;
}
.basis-2\/3 {
    flex-basis: 66.666667%;
}
.basis-80,
.basis-80 > .wp-block-group__inner-container {
    flex-basis: 20rem;
}
@media (min-width: 640px) {
    .sm\:basis-\[350px\] {
        flex-basis: 350px;
    }
    .sm\:basis-\[380px\] {
        flex-basis: 380px;
    }
}

.grow-0 {
    flex-grow: 0;
}
.grow,
.grow > .wp-block-group__inner-container {
    flex-grow: 1;
}

.grid-cols-1:not(.wp-block-group),
.grid-cols-1 > .wp-block-group__inner-container {
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.grid-cols-2:not(.wp-block-group),
.grid-cols-2 > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (min-width: 640px) {
    .sm\:grid-cols-2:not(.wp-block-group),
    .sm\:grid-cols-2 > .wp-block-group__inner-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3:not(.wp-block-group),
    .sm\:grid-cols-3 > .wp-block-group__inner-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-4:not(.wp-block-group),
    .md\:grid-cols-4 > .wp-block-group__inner-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .lg\:grid-cols-3:not(.wp-block-group),
    .lg\:grid-cols-3 > .wp-block-group__inner-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-5:not(.wp-block-group),
    .lg\:grid-cols-5 > .wp-block-group__inner-container {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
@media (min-width: 1024px) {
    .lg\:order-none {
        order: 0;
    }
}
@media (min-width: 1280px) {
    .xl\:order-1 {
        order: 1;
    }
    .xl\:order-2 {
        order: 2;
    }
    .xl\:order-3 {
        order: 3;
    }
    .xl\:order-4 {
        order: 4;
    }
    .xl\:order-5 {
        order: 5;
    }
    .xl\:order-6 {
        order: 6;
    }
    .xl\:order-7 {
        order: 7;
    }
    .xl\:order-8 {
        order: 8;
    }
    .xl\:order-9 {
        order: 9;
    }
}



/*********************
*                    *
*        STYLE       *
*                    *
*********************/

/* Overflow */
.overflow-visible {
    overflow: visible;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-hidden,
.overflow-hidden > .wp-block-group__inner-container {
    overflow: hidden;
}
.overflow-x-auto {
    overflow-x: auto;
}

/* Position */
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
@media (min-width: 640px) {
    .sm\:relative {
        position: relative;
    }
}
@media not all and (min-width: 768px) {
    .max-md\:\!absolute {
        position: absolute !important;
    }
}
@media (min-width: 1280px) {
    .xl\:sticky {
        position: sticky;
    }
}

.origin-top-right {
    transform-origin: top right;
}

.top-0 {
    top: 0;
}
.top-full {
    top: 100%;
}
.bottom-full {
    bottom: 100%
}
.left-1\/2 {
    left: 50%;
}
.left-1 {
    left: .25rem;
}
.right-0 {
    right: 0;
}
.right-1 {
    right: .25rem;
}
@media (min-width: 640px) {
    .sm\:left-auto {
        left: auto;
    }
    .sm\:right-0 {
        right: 0;
    }
}
@media not all and (min-width: 768px) {
    .max-md\:top-full {
        top: 100%;
    }
    .max-md\:left-0 {
        left: 0;
    }
}
@media (min-width: 1280px) {
    .xl\:top-48 {
        top: 12rem;
    }
}

.inset-0 {
    inset: 0;
}

.shrink-0 {
    flex-shrink: 0;
}

.items-start,
.self-start {
    align-items: flex-start;
}
.items-center,
.items-center > .wp-block-group__inner-container {
    align-items: center;
}
.items-end {
    align-items: flex-end;
}
.items-stretch {
    align-items: stretch;
}
@media (min-width: 640px) {
    .sm\:items-start {
        align-items: flex-start;
    }
    .sm\:items-end {
        align-items: flex-end;
    }
}
@media (min-width: 768px) {
    .md\:items-center {
        align-items: center;
    }
}
@media (min-width: 1280px) {
    .xl\:items-start {
        align-items: flex-start;
    }
}

.justify-around {
    justify-content: space-around;
}
.justify-between {
    justify-content: space-between;
}
.justify-start {
    justify-content: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
@media (min-width: 640px) {
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:justify-end {
        justify-content: flex-end;
    }
}
@media (min-width: 768px) {
    .md\:justify-start {
        justify-content: flex-start;
    }
}
@media (min-width: 1024px) {
    .lg\:justify-around {
        justify-content: space-around;
    }
}

.gap-0 {
    gap: 0;
}
.gap-\[8px\] {
    gap: 8px;
}
.gap-\[15px\] {
    gap: 15px;
}
.gap-1 {
    gap: .25rem;
}
.gap-1\.5 {
    gap: .375rem;
}
.gap-2 {
    gap: .5rem;
}
.gap-3 {
    gap: .75rem;
}
.gap-4,
.gap-4 > .wp-block-group__inner-container {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-6,
.gap-6:not(form) > :not(.ButtonOld, .gap-4),
.gap-6 > .wp-block-group__inner-container {
    gap: 1.5rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-16 {
    gap: 4rem;
}

.gap-y-3 {
    row-gap: .75rem;
}
.gap-y-4 {
    row-gap: 1rem;
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}

@media (min-width: 640px) {
    .sm\:gap-4 {
        gap: 1rem;
    }
}
@media (min-width: 768px) {
    .md\:gap-4 {
        gap: 1rem;
    }
    .md\:gap-16 {
        gap: 4rem;
    }
}
@media (min-width: 640px) {
    .sm\:gap-8 {
        gap: 2rem;
    }
}
@media (min-width: 768px) {
    .md\:gap-y-4 {
        row-gap: 1rem;
    }
    .md\:gap-x-8 {
        column-gap: 2rem;
    }
}
@media (min-width: 1024px) {
    .lg\:gap-10 > :not([wp-block-group__inner-container]),
    .lg\:gap-10 > .wp-block-group__inner-container {
        gap: 2.5rem;
        row-gap: 2.5rem;
        column-gap: 2.5rem;
    }
}
@media (min-width: 1280px) {
    .xl\:gap-8 {
        gap: 2rem;
    }
}

/* Z-index */
.z-0 {
    z-index: 0;
}
.z-1 {
    z-index: 1;
}
.z-10 {
    z-index: 10;
}
.z-40 {
    z-index: 40;
}
.z-1000 {
    z-index: 1000;
}

/* Background */
.bg-primary {
    background-color: var(--color-primary);
}
.bg-primary-50 {
    background-color: #fff0da;
}
.bg-grey-50 {
    background-color: #f6f6f6;
}
.bg-grey-200 {
    background-color: var(--color-grey-light);
}
.bg-white {
    background-color: white;
}
.bg-none {
    background-color: transparent;
}
.bg-warning-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-red-200 {
    background-color: #fecaca;
}
.bg-danger-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 201 204 / var(--tw-bg-opacity));
}
@media (hover: hover) and (pointer: fine) {
    .hover\:bg-primary-50:hover {
        background-color: var(--color-primary-50);
    }
    .hover\:bg-primary-400:hover {
        background-color: var(--color-primary-400);
    }
    .hover\:bg-grey-50:hover {
        background-color: #f6f6f6;
    }
    .hover\:\!bg-white:hover {
        background-color: white !important;
    }
}

.bg-opacity-20 {
    --tw-bg-opacity: .2;
}

/* Border */
.rounded,
.rounded-card {
    border-radius: 1rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-\[8px\] {
    border-radius: 8px;
}
.rounded-md {
    border-radius: .375rem
}
.rounded-3xl,
.rounded-3xl > img {
    border-radius: 1.5rem;
}

.first\:rounded-l-md:first-child {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}
.last\:rounded-r-md:last-child {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.border {
    border-width: 1px;
    border-style: solid;
}
.border-2 {
    border-width: 2px;
    border-style: solid;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px* var(--divide-x-reverse));
    border-left-width: calc(1px* calc(1 - var(--divide-x-reverse)));
}
.divide-grey-100 {
    border-color: #e7e7e7;
}
.divide-y {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px* calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px* var(--tw-divide-y-reverse));
}

.border-l {
    border-left-width: 1px;
    border-style: solid;
}
.border-b {
    border-bottom-width: 1px;
    border-style: solid;
}
.last\:border-b:last-child {
    border-bottom-width: 1px;
    border-style: solid;
}
.border-t {
    border-top-width: 1px;
    border-style: solid;
}
.first\:border-t:first-child {
    border-top-width: 0;
}
@media not all and (min-width: 768px) {
    .max-md\:border-y {
        border-top-width: 1px;
        border-bottom-width: 1px;
    }
}

.border-primary {
    border-color: var(--color-primary);
}
.border-warning-500 {
    border-color: #eab308;
}
.divide-grey-200 > :not([hidden]) ~ :not([hidden]),
.border-grey-200 {
    border-color: var(--color-grey-light);
}
.border-grey-50 {
    border-color: #f6f6f6;
}
.border-grey-100 {
    border-color: #e7e7e7;
}
.border-grey-300 {
    border-color: #b0b0b0;
}
@media not all and (min-width: 768px) {
    .max-md\:border-grey-100 {
        border-color: #e7e7e7;
    }
}

.border-separate {
    border-collapse: separate;
}

.border-spacing-x-0 {
    --tw-border-spacing-x: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2 {
    --tw-border-spacing-y: .5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

*:focus-visible {
    outline: unset !important;
}

/* Opacity */
.opacity-50 {
    opacity: .5
}

/* Shadow */
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05)
}
.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
@media (hover: hover) {
    .hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

/* Filter */
.brightness-50 {
    filter: brightness(.5);
}

/* Width */
.w-auto {
    width: auto;
}
.w-full,
figure.w-full img {
    width: 100%;
}
.w-screen {
    width: 100vw;
}
.w-fit {
    width: fit-content;
}
.w-max {
    width: -moz-max-content;
    width: max-content;
}
.w-\[15px\] {
    width: 15px;
}
.w-\[28px\] {
    width: 28px;
}
.w-\[56px\] {
    width: 56px;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-8 {
    width: 2rem;
}
.w-14 {
    width: 3.5rem;
}
.w-48 {
    width: 12rem
}
.w-56 {
    width: 14rem;
}
.w-72 {
    width: 18rem;
}
@media (min-width: 640px) {
    .sm\:w-\[380px\] {
        width: 380px;
    }
    .sm\:w-8 {
        width: 2rem;
    }
    .sm\:w-20 {
        width: 5rem;
    }
}
@media (min-width: 768px) {
    .md\:w-24 {
        width: 6rem;
    }
}
@media (min-width: 1024px) {
    .lg\:w-1\/2 {
        width: 50%;
    }
}

.min-w-\[95px\] {
    min-width: 95px;
}
.min-w-\[120px\] {
    min-width: 120px;
}
.min-w-\[280px\] {
    min-width: 280px;
}
.min-w-\[320px\] {
    min-width: 320px;
}
.min-w-\[1\.25rem\] {
    min-width: 1.25rem;
}
.min-w-56 {
    min-width: 14rem;
}
.min-w-72 {
    min-width: 18rem;
}
@media (min-width: 1280px) {
    .xl\:min-w-\[320px\] {
        min-width: 320px;
    }
}

.max-w-full {
    max-width: 100%;
}
.max-w-\[100px\] {
    max-width: 100px;
}
.max-w-\[320px\] {
    max-width: 320px;
}
.max-w-\[480px\] {
    max-width: 480px;
}
.max-w-\[720px\] {
    max-width: 720px;
}
.max-w-\[1432px\] {
    max-width: 1432px;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-6xl {
    max-width: 72rem;
}
@media (min-width: 640px) {
    .max-w-\[380px\] {
        max-width: 380px;
    }
}
@media (min-width: 768px) {
    .md\:max-w-sm {
        max-width: 24rem;
    }
}

/* Height */
.min-h-\[1\.25rem\] {
    min-height: 1.25rem;
}
.min-h-screen {
    min-height: 100vh;
}

.h-full {
    height: 100%;
}
.h-fit {
    height: fit-content;
}
.h-auto {
    height: auto;
}
.h-\[15px\] {
    height: 15px;
}
.h-\[28px\] {
    height: 28px;
}
.h-\[56px\] {
    height: 56px;
}
.h-0\.5 {
    height: .125rem;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-6 {
    height: 1.5rem;
}
.h-7 {
    height: 1.75rem;
}
.h-8 {
    height: 2rem;
}
.h-10 {
    height: 2.5rem;
}
.h-12 {
    height: 3rem;
}
.h-14 {
    height: 3.5rem;
}
.h-28,
.woocommerce .h-28 {
    height: 7rem;
}
.h-36 {
    height: 9rem;
}
.h-52,
figure.h-52 > img {
    height: 13rem;
}
.h-96 {
    height: 24rem;
}
@media (min-width: 640px) {
    .sm\:h-8 {
        height: 2rem;
    }
    .sm\:h-10 {
        height: 2.5rem;
    }
    .sm\:h-20 {
        height: 5rem;
    }
}
@media (min-width: 768px) {
    .md\:h-12 {
        height: 3rem;
    }
    .md\:h-24 {
        height: 6rem;
    }
}
@media (min-width: 1024px) {
    .lg\:h-14 {
        height: 3.5rem;
    }
}
@media not all and (min-width: 1024px) {
    .max-lg\:h-auto {
        height: auto;
    }
}

/* Margin */
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 640px) {
    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

.ml-auto {
    margin-left: auto;
}
.ml-2 {
    margin-left: .5rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
@media (min-width: 640px) {
    .sm\:ml-auto {
        margin-left: auto;
    }
}
@media (min-width: 1280px) {
    .xl\:ml-auto {
        margin-left: auto;
    }
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.mb-0 {
    margin-bottom: 0;
}
.\!mb-0 {
    margin-bottom: 0 !important;
}
.mb-\[25px\] {
    margin-bottom: 25px;
}
.mb-1 {
    margin-bottom: .25rem
}
.mb-1\.5 {
    margin-bottom: .375rem;
}
.mb-2 {
    margin-bottom: .5rem;
}
.mb-3 {
    margin-bottom: .75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.\!mb-4 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
@media (min-width: 1024px) {
    .lg\:mb-48 {
        margin-bottom: 48px;
    }
}

.mt-1 {
    margin-top: .25rem;
}
.mt-2 {
    margin-top: .5rem;
}
.mt-3 {
    margin-top: .75rem;
}
.mt-4 {
    margin-top: 1rem; 
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-16 {
    margin-top: 4rem;
}
.mt-20 {
    margin-top: 5rem;
}
@media (min-width: 640px) {
    .sm\:mt-6 {
        margin-top: 1.5rem;
    }
    .sm\:mt-10 {
        margin-top: 2.5rem;
    }
}
@media (min-width: 768px) {
    .md\:mt-4 {
        margin-top: 1rem;
    }
}
@media (min-width: 1024px) {
    .lg\:mt-0 {
        margin-top: 0;
    }
    .lg\:mt-2 {
        margin-top: .5rem;
    }
}
@media (min-width: 1280px) {
    .xl\:mt-0 {
        margin-top: 0;
    }
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

/* Padding */
.p-0 {
    padding: 0;
}
.p-1 {
    padding: .25rem;
}
.p-2 {
    padding: .5rem;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-8 {
    padding: 2rem;
}
.p-12 {
    padding: 3rem;
}
@media (min-width: 640px) {
    .sm\:p-12 {
        padding: 3rem;
    }
}
@media not all and (min-width: 768px) {
    .max-md\:p-4 {
        padding: 1rem;
    }
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem;
}
.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem;
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media (min-width: 640px) {
    .sm\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media not all and (min-width: 1024px) {
    .max-lg\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem;
}
.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}
.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem;
}
.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

@media (min-width: 640px) {
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (min-width: 768px) {
    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
@media (min-width: 1024px) {
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media not all and (min-width: 1024px) {
    .max-lg\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

.pt-2 {
    padding-top: .5rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
@media (min-width: 640px) {
    .sm\:pt-8 {
        padding-top: 2rem;
    }
}

.pb-0 {
    padding-bottom: 0;
}
.pb-2 {
    padding-bottom: .5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pb-12 {
    padding-bottom: 3rem;
}
@media (min-width: 640px) {
    .sm\:pb-10 {
        padding-bottom: 2.5rem;
    }
}

.pl-0 {
    padding-left: 0;
}
@media (min-width: 1024px) {
    .lg\:pl-6 {
        padding-left: 1.5rem;
    }
}

.pr-8 {
    padding-right: 2rem;
}

/* Image */
figure {
    margin: unset;
}
img.object-cover,
figure.object-cover img {
    -o-object-fit: cover;
    object-fit: cover;
}
img.object-contain,
figure.object-contain img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-center-40 {
    -o-object-position: 50% 40%;
    object-position: 50% 40%;
}
.aspect-\[16\/7\] {
    aspect-ratio: 16 / 7;
}
.icon-rotate > svg {
    transform: rotate(180deg);
}
.svgIcon * {
    fill: inherit;
    stroke: inherit;
}
.fill-primary.svgIcon * {
    fill: var(--color-primary);
    stroke: var(--color-primary);
}



/*********************
*                    *
*     FORMULAIRE     *
*                    *
*********************/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    &::before {
        content: '';
        background-image: url(./img/eye-grey.svg);
        background-size: cover;
        /* width: 24px; */
        /* height: 24px; */
        /* display: inline-block; */
        /* vertical-align: middle; */
        /* position: relative; */
    }
}

.Input {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
}
.Input-label {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px;
    font-weight: 500;
    font-size: .6875rem;
    text-transform: uppercase;
}
.Input-container {
    position: relative;
    flex: 1;
    width: 100%;
}
.Input-field {
    display: block !important;
    width: 100% !important;
    padding: 1.125rem 3rem 1.125rem 1.125rem !important;
    font-size: .875rem !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 96rem !important;
}
.Input-field--textarea {
    padding: 8px 16px !important;
    border-radius: 1rem !important;
    resize: none;
}
.Input-infoMessage {
    display: inline-block;
    margin-top: 8px;
    margin-left: 20px;
    color: #4f4f4f;
    font-size: .75rem;
}
.Input-errorMessage {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    color: var(--color-error);
    font-size: .75rem;
    font-style: italic;
}
.Checkbox-container,
.InputRadio-container {
    display: flex !important;
    gap: 8px;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.Checkbox-box,
.InputRadio-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
input[type="checkbox"] {
    position: relative;
    margin: 0;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    transition: all .15s cubic-bezier(.6,.15,.25,1);
    &:checked {
        accent-color: var(--color-black);
    }
    &::after {
        content: '';
        background-image: url("./img/check-white.svg");
        background-size: contain;
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .2s ease;
    }
}
input[type="radio"] {
    position: relative;
    margin: 0 !important;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #b0b0b0;
    border-radius: 999px;
    transition: all .15s cubic-bezier(.6,.15,.25,1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    &:checked {
        background-color: var(--color-black);
    }
    &::after {
        content: '';
        background-image: url("./img/check-white.svg");
        background-size: contain;
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .2s ease;
    }
}
textarea {
    font-family: var(--family);
}
.Checkbox-label {
    color: #565656;
    font-size: .875rem;
}
.InputRadio-label {
    color: #565656;
    font-size: .75rem;
}



/*********************
*                    *
*      TRANSFORM     *
*                    *
*********************/

.translate-x-0\.5 {
    transform: translate(.125rem);
}
.-translate-x-1\/2 {
    transform: translate(-50%);
}
.-translate-y-0\.5 {
    transform: translate(-.125rem);
}
.rotate-270 {
    transform: rotate(270deg);
}



/*********************
*                    *
*     TRANSITION     *
*                    *
*********************/

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.duration-500 {
    transition-duration: .5s;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}



/*********************
*                    *
*       HEADER       *
*                    *
*********************/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
@media (min-width: 1024px) {
    .lg\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
}


body {
    @media (max-width: 767px) {
        &:not(.ywcas-disable-overflow) #searchbar {
            display: none;
        }
        &.ywcas-disable-overflow {
            overflow: hidden scroll !important;
        }
        header:not(.woocommerce-products-header) {
            position: fixed !important;
            width: 100%;
        }
    }
    header {
        transition: all .3s ease;
        &::before {
            content: "";
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(40, 40, 39, .25);
            z-index: 1;
            opacity: 0;
            visibility: hidden;
        }
        &.header-is-open::before {
            opacity: 1;
            visibility: visible;
        }
        #searchbar {
            .ywcas-input-field-wrapper {
                border: 0 !important;
                .ywcas-input-field {
                    width: 24rem;
                    flex: 1 1 0%;
                    border-radius: 9999px;
                    border-width: 1px;
                    border-style: solid;
                    overflow: hidden;
                    border-color: #e7e7e7;
                    background-color: white;
                    margin: 6px;
                    &.lapilliUI--focused {
                        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
                        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
                        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
                        --tw-ring-opacity: 1;
                        --tw-ring-color: rgb(243 146 0 / var(--tw-ring-opacity));
                        --tw-ring-offset-width: 4px;
                        --tw-ring-offset-color: rgb(255 255 255 / .8);
                        --tw-ring-inset: ;
                        input:focus-visible {
                            box-shadow: none !important;
                        }
                    }
                    input.lapilliUI-Input__field {
                        font-size: .875rem !important;
                        padding: 0.85rem 3rem 0.85rem 1.125rem !important;
                        border: 0 !important;
                        &:focus-visible {
                            border-bottom: 0 !important;
                        }
                    }
                    .lapilliUI-Input__endAdornment {
                        position: absolute;
                        top: 50%;
                        right: 20px;
                        transform: translateY(-50%);
                        .ywcas-submit-wrapper {
                            margin-right: 0;
                        }
                    }
                }
            }
        }
        & ~ .ywcas-popover-results {
            width: 24rem;
            min-width: 0 !important;
            margin-top: 0;
            .popover-content {
                padding: 0;
                box-shadow: unset;
                &::-webkit-scrollbar {
                    display: none;
                }
                .wp-block-yith-empty-block {
                    gap: 10px;
                    .ywcas-history-searches-wrapper {
                        .ywcas-history-header {
                            padding: 10px;
                            margin-bottom: 0;
                            border: 0;
                            .ywcas-history-searches__title {
                                font-size: .75rem;
                                font-weight: 500;
                                text-transform: uppercase;
                                padding: 0;
                            }
                            .ywcas-delete-all-history {
                                &:hover {
                                    color: var(--color-error);
                                }
                            }
                        }
                        .ywcas-history-searches-items {
                            flex-wrap: wrap;
                            flex-direction: unset;
                            margin: 0 10px 10px;
                            .ywcas-history-search-item {
                                .ywcas-history-search-item--icon {
                                    display: none;
                                }
                                .ywcas-history-search-item--item {
                                    color: black;
                                    font-size: .75rem;
                                    font-weight: normal;
                                    text-transform: capitalize;
                                    text-decoration: unset !important;
                                    padding: 5px 15px;
                                    margin: 0;
                                    border: 1px solid #d8d8d8;
                                    border-radius: 22px;
                                    transition: unset;
                                    &:hover {
                                        color: white !important;
                                        background-color: var(--color-primary);
                                        border-color: var(--color-primary);
                                    }
                                }
                            }
                        }
                    }
                    .ywcas-popular-searches-wrapper {
                        .ywcas-popular-searches__title {
                            font-size: .75rem;
                            font-weight: 500;
                            text-transform: uppercase;
                            padding: 10px;
                            margin-bottom: 0;
                            border: 0;
                        }
                        .ywcas-popular-searches-items {
                            margin: 0 10px 10px;
                            .ywcas-popular-searches-item {
                                font-size: .75rem;
                                padding: 5px 15px;
                                margin: 0;
                                &:hover {
                                    color: white !important;
                                    background-color: var(--color-primary);
                                    border-color: var(--color-primary);
                                    transition: 0s;
                                }
                            }
                        }
                    }
                }
            }
        }
        /* Mobile */
        @media (max-width: 767px) {
            #search-button svg {
                stroke: var(--color-primary);
            }
            &#header + * {
                margin-top: 64px;
            }
            & ~ .ywcas-search-mobile {
                top: 64px;
                bottom: auto;
                padding: 0;
                border-radius: 0 0 1rem 1rem;
                .ywcas-block-components-search-field {
                    padding: 1rem;
                    border-top: 1px solid #e7e7e7;
                    border-bottom: 1px solid #e7e7e7;
                    .mobile-search-close {
                        position: absolute;
                        top: 2px;
                        right: 0;
                        margin: 0;
                        svg {
                            stroke: var(--color-primary);
                            stroke-width: 2px;
                            width: 1.5rem;
                            height: 1.5rem;
                        }
                    }
                    input.lapilliUI-Input__field {
                        font-size: .875rem !important;
                        padding: 0.85rem 3rem 0.85rem 1.125rem !important;
                        border: 0 !important;
                        &:focus-visible {
                            border-bottom: 0 !important;
                        }
                    }
                    .lapilliUI-Input__endAdornment {
                        position: absolute;
                        top: 50%;
                        right: 20px;
                        transform: translateY(-50%);
                        .ywcas-submit-wrapper {
                            margin-right: 0;
                        }
                    }
                }
                .mobile-search-content {
                    height: auto;
                    padding: 0;
                    margin-top: 0;
                    box-shadow: 0 35px 30px #0c0c0c45;
                    .wp-block-yith-empty-block {
                        gap: 10px;
                        .wp-block-yith-history-block {
                            .ywcas-history-header {
                                padding: 10px;
                                margin-bottom: 0;
                                border: 0;
                                .ywcas-history-searches__title {
                                    font-size: .75rem;
                                    font-weight: 500;
                                    text-transform: uppercase;
                                    padding: 0;
                                }
                                .ywcas-delete-all-history {
                                    &:hover {
                                        color: var(--color-error);
                                    }
                                }
                            }
                            .ywcas-history-searches-items {
                                flex-wrap: wrap;
                                flex-direction: unset;
                                margin: 0 10px 10px;
                                .ywcas-history-search-item {
                                    .ywcas-history-search-item--icon {
                                        display: none;
                                    }
                                    .ywcas-history-search-item--item {
                                        color: black;
                                        font-size: .75rem;
                                        font-weight: normal;
                                        text-transform: capitalize;
                                        text-decoration: unset !important;
                                        padding: 5px 15px;
                                        margin: 0;
                                        border: 1px solid #d8d8d8;
                                        border-radius: 22px;
                                        transition: unset;
                                        &:hover {
                                            color: white !important;
                                            background-color: var(--color-primary);
                                            border-color: var(--color-primary);
                                        }
                                    }
                                }
                            }
                        }
                        .wp-block-yith-popular-block {
                            .ywcas-popular-searches__title {
                                font-size: .75rem;
                                font-weight: 500;
                                text-transform: uppercase;
                                padding: 10px;
                                margin-bottom: 0;
                                border: 0;
                            }
                            .ywcas-popular-searches-items {
                                margin: 0 10px 10px;
                                .ywcas-popular-searches-item {
                                    font-size: .75rem;
                                    padding: 5px 15px;
                                    margin: 0;
                                    &:hover {
                                        color: white !important;
                                        background-color: var(--color-primary);
                                        border-color: var(--color-primary);
                                        transition: 0s;
                                    }
                                }
                            }
                        }
                        .wp-block-yith-filled-block {
                            border-bottom: 1px solid #e7e7e7;
                            border-radius: 0 0 1rem 1rem;
                            .ywcas-total-results {
                                border-radius: 0 0 1rem 1rem;
                            }
                        }
                    }
                }
            }
            #account-button {
                margin-right: 5px;
            }
        }
        #account-button {
            & + .popup {
                display: none;
                img {
                    height: 28px;
                    width: 28px;
                }
                i {
                    font-size: 28px;
                }
                i:not(.fa-sign-out) {
                    color: var(--color-primary);
                }
            }
            &.open + .popup {
                display: block;
            }
        }
        ul#menu-header {
            @media (min-width: 1024px) {
                & {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1432px;
                    width: 100%;
                    padding-left: 1.5rem;
                    padding-right: 1.5rem;
                    li {
                        &:not(.no-padding) > a {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            gap: .5rem;
                            text-align: center;
                            letter-spacing: .025em;
                            background-color: white;
                            padding: 1rem;
                            i {
                                transform: rotate(90deg);
                            }
                        }
                    }
                }
            }
            li {
                &.no-padding > a {
                    padding: 0;
                }
                &.current-menu-item > a,
                &.current-menu-ancestor > a {
                    color: var(--color-primary);
                }
                @media (hover: hover) and (pointer: fine) {
                    &.current-menu-item > a:hover,
                    &.current-menu-ancestor > a:hover {
                        color: var(--color-primary);
                    }
                }
                &.menu-item-has-children {
                    position: relative;
                    cursor: pointer;
                    & > a {
                        display: flex;
                        gap: .5rem;
                        & > img.no-hover {
                            display: block;
                        }
                        & > img.hover {
                            display: none;
                        }
                    }
                    @media (hover: hover) and (pointer: fine) {
                        &:hover {
                            & > a {
                                & > img.no-hover {
                                    display: none;
                                }
                                & > img.hover {
                                    display: block;
                                }
                            }
                            & > ul.sub-menu {
                                display: block;
                            }
                        }
                    }
                    @media (min-width: 1024px) {
                        & > ul.sub-menu {
                            position: absolute;
                            border: 1px solid var(--color-grey-light);
                            border-top-width: 0;
                            background-color: white;
                            top: 100%;
                            right: 0;
                            display: none;
                            a {
                                width: max-content;
                                margin: auto;
                            }
                        }
                    }
                }
            }
        }
        & > div,
        .logo > svg,
        .grow > nav button,
        .grow > nav > a {
            transition: all .3s ease;
        }
        @media (min-width: 1024px) {
            &.reduce {
                & > div {
                    padding-bottom: 0;
                }
                .logo > svg {
                    height: 3rem;
                }
                .grow > nav button,
                .grow > nav > a {
                    height: 2.75rem;
                }
            }
        }
        /* Mobile */
        @media (max-width: 1023px) {
            nav#nav_header {
                #menu-header {
                    display: flex;
                    flex-direction: column;
                    position: fixed;
                    top: 0;
                    right: -100%;
                    min-width: 280px;
                    height: 100%;
                    background-color: white;
                    padding-bottom: 3rem;
                    padding-left: 1.5rem;
                    padding-right: 1.5rem;
                    overflow-x: scroll;
                    z-index: 1000;
                    transition: all .3s ease;
                    li.header-to-close > a {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        height: 40px;
                        width: 40px;
                        font-size: 30px;
                        padding: .5rem;
                        margin: -.5rem;
                    }
                    li.title > a {
                        font-size: 1.25rem;
                        font-weight: 600;
                    }
                    li:not(.header-to-close, .title) { 
                        margin-top: .25rem;
                        & > a {
                            line-height: 1.5rem;
                            font-weight: 500;
                            font-size: .875rem;
                            padding: .5rem;
                            -moz-column-gap: .75rem;
                            column-gap: .75rem;
                            display: flex;
                        }
                    }
                    li.menu-item-has-children{
                        & > a {
                            span {
                                line-height: 1.5rem;
                            }
                            i {
                                line-height: 1.5rem;
                                margin-left: auto;
                                transition-property: transform;
                                transition-timing-function: cubic-bezier(.4,0,.2,1);
                                transition-duration: .15s;
                            }
                            &.open > i {
                                transform: rotate(90deg);
                            }
                        }
                        ul.sub-menu {
                            margin-top: .25rem;
                            padding-left: 1rem;
                        }
                    }
                    li.break-mobile {
                        margin-top: 1rem;
                        padding-top: 1rem;
                        border-top: 1px solid var(--color-grey-light);
                    }
                    li.no-mobile {
                        & > a {
                            display: none;
                        }
                        ul.sub-menu {
                            display: block !important;
                            margin-top: 0;
                            padding-left: 0;
                        }
                    }
                }
                &.open #menu-header {
                    right: 0;
                }
            }
        }
    }

    /* Résultats de rechercher */
    .wp-block-yith-filled-block {
        hr.wp-block-separator {
            display: none;
        }
        .ywcas-search-results {
            margin: 0 !important;
            .lapilliUI-Typography__root {
                padding: 12px;
            }
            .ywcas-search-results-grid {
                gap: 0 !important;
                width: 100%;
                max-height: 400px;
                overflow: hidden scroll;
                /* scrollbar-width: thin; */
                scrollbar-color: #8b8b8b #fcfcfc;
                .search-result-item {
                    /* display: flex; */
                    /* gap: 16px; */
                    /* align-items: center; */
                    width: 100%;
                    padding: 12px !important;
                    border-bottom: 1px solid #e7e7e7;
                    transition: all .15s cubic-bezier(.6,.15,.25,1) !important;
                    .search-result-item__content {
                        .search-result-item__thumbnail img {
                            width: 52px;
                            height: 52px;
                            -o-object-fit: contain;
                            object-fit: contain;
                            overflow: hidden;
                            background-color: white;
                            border: 2px solid white;
                            border-radius: 8px;
                        }
                        .search-result-item_name {
                            .search-result-item__name {
                                color: #4f4f4f;
                                font-size: .9375rem;
                                font-weight: 500;
                                line-height: 1.5;
                                padding: 0;
                            }
                            .search-result-item__sku {
                                color: #565656;
                                font-size: .875rem;
                                line-height: 1.5;
                                padding: 0;
                                strong {
                                    display: block;
                                    overflow: hidden;
                                    width: 0;
                                    height: 0;
                                }
                            }
                        }
                        button.search-result-add-to-cart {
                            color: transparent;
                            font-size: 0;
                            padding: 12px;
                            background-color: var(--color-primary);
                            &::before {
                                content: '';
                                display: block;
                                width: 20px;
                                height: 20px;
                                background: url("./img/cart-white.svg") no-repeat;
                                background-size: contain;
                            }
                        }
                    }
                    .search-result-item__summary {
                        color: #565656;
                        font-size: .875rem;
                        line-height: 1.5;
                        width: 100%;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        padding: 0;
                        margin-top: 0 !important;
                    }
                }
            }
            .ywcas-total-results {
                display: flex !important;
                align-items: center !important;
                justify-content: center;
                gap: 10px;
                width: 100%;
                padding: 24px;
                margin: 0 !important;
                color: white;
                font-weight: 500;
                font-size: .875rem !important;
                text-align: center;
                background-color: #282827;
                transition: all .15s cubic-bezier(.6,.15,.25,1);
                a {
                    color: white;
                }
            }
            @media (hover: hover) {
                .ywcas-total-results:hover {
                    background-color: #4f4f4f;
                }
            }
        }
    }
}



/*********************
*                    *
*       FOOTER       *
*                    *
*********************/

.before\:bg-grey-700::before {
    content: "";
    background-color: #4f4f4f;
}
.before\:z-0::before {
    content: "";
    z-index: 0;
}
.before\:top-0::before {
    content: "";
    top: 0;
}
.before\:bottom-0::before {
    content: "";
    bottom: 0;
}
.before\:-right-96::before {
    content: "";
    right: -24rem;
}
.before\:-left-96::before {
    content: "";
    left: -24rem;
}
.before\:absolute::before {
    content: "";
    position: absolute;
}
@media (min-width: 1024px) {
    .lg\:before\:right-0::before {
        content: "";
        right: 0;
    }
}

footer .eklor-rs svg {
    height: 1.75rem;
    width: 1.75rem;
}
footer nav[aria-label="Navigation de bas de page"] ul.menu > li > a > i {
    display: flex;
    align-items: center;
    height: 1.25rem;
}
address {
    font-style: normal;
}



/*********************
*                    *
*     BREADCRUMB     *
*                    *
*********************/

.woocommerce-breadcrumb .delimiter {
    transform: rotate(-90deg);
}



/*********************
*                    *
*        MODAL       *
*                    *
*********************/

.jquery-modal.blocker {
    z-index: 10000;
    background-color: #28282740;
    .modal {
        position: relative;
        /* margin: auto 2rem; */
        width: 100%;
        max-width: 28rem;
        border-radius: 1rem;
        padding: 2rem;
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .close-modal {
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
    }
}



/*******************************
*                              *
*      MESSAGE WOOCOMMERCE     *
*                              *
*******************************/

@media (hover: hover) {
    .theme-eklor .woocommerce-notices-wrapper .woocommerce-message .button:hover {
        color: white;
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }
}

.theme-eklor {
    .woocommerce-notices-wrapper > .woocommerce-notices-wrapper {
        display: none;
    }
    .woocommerce-notices-wrapper, .yith-wcwl-feedback-messages-container, .woocommerce-NoticeGroup {
        position: fixed;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
        color: #757575;
        text-align: center;
        background-color: transparent;
        margin-bottom: 1rem;
        z-index: 100;
        .woocommerce-error, .woocommerce-info, .woocommerce-message {
            margin: 0;
            padding-right: 40px;
            background-color: white;
            border-radius: 6px;
            /* border-top: 2px solid; */
            box-shadow: 0 4px 20px #0000001a;
            overflow: hidden;
            margin-bottom: 0;
            opacity: 1;
            transition: opacity 0.8s ease-in-out;
            &.fade-out {
                opacity: 0;
            }
            &:not(:first-child) {
                margin-top: 1rem;
            }
            .woocommerce-notice_close-notice {
                position: absolute;
                right: 7px;
                top: 7px;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                cursor: pointer;
                color: #757575;
                &:hover {
                    color: white;
                    background-color: #757575;
                }
            }
        }
        .woocommerce-error {
            border-top-color: red;
            &::before {
                color: var(--color-error);
            }
            a {
                color: var(--color-error);
            }
        }
        .woocommerce-info {
            border-top-color: var(--color-primary);
            &::before {
                color: var(--color-primary);
            }
            a {
                color: var(--color-primary);
            }
        }
        .woocommerce-message {
            border: none;
            &::before {
                color: var(--color-success);
            }
            a {
                color: var(--color-success);
            }
            .button {
                float: unset;
                position: relative;
                display: flex;
                gap: 16px;
                align-items: center;
                justify-content: center;
                font-size: .75rem;
                font-weight: 500;
                line-height: 1;
                text-transform: uppercase;
                color: white;
                background-color: #282827;
                border-color: #282827;
                padding: 20px;
                border: 1px solid #282827;
                border-radius: 96rem;
                width: fit-content;
                margin: 15px auto 0;
                transition: all .15s cubic-bezier(.6,.15,.25,1);
            }
        }
        .woocommerce-notice_progress-bar {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 5px;
            width: 100%;
            background-color: #B2E9CA;
            .woocommerce-notice_progress-bar__bar {
                position: relative;
                width: 0%;
                height: 100%;
                animation: 7s linear WCNoticePrograssBar;
                background-color: #1c9d55;
            }
        }
    }
    .woocommerce, .woocommerce-MyAccount-content {
        & > .woocommerce-error, & > .woocommerce-info, & > .woocommerce-message {
            position: fixed;
            bottom: 1rem;
            left: 50%;
            transform: translateX(-50%);
            color: #757575;
            text-align: center;
            margin-bottom: 1rem;
            padding-right: 40px;
            background-color: white;
            border-radius: 6px;
            border-top: 3px solid;
            box-shadow: 0 4px 20px #0000001a;
            overflow: hidden;
            margin-bottom: 0;
            opacity: 1;
            transition: opacity 0.8s ease-in-out;
            z-index: 100;
        }
        .woocommerce-error {
            border-top-color: red;
            &::before {
                color: var(--color-error);
            }
            a {
                color: var(--color-error);
            }
        }
        .woocommerce-info {
            border-top-color: var(--color-primary);
            &::before {
                color: var(--color-primary);
            }
            a {
                color: var(--color-primary);
            }
        }
        .woocommerce-message {
            border-top-color: var(--color-success);
            &::before {
                color: var(--color-success);
            }
            a {
                color: var(--color-success);
            }
        }
    }
    .yith-wcwl-feedback-messages-container {
        display: unset;
        top: unset;
        width: unset;
        height: unset;
        max-width: unset;
        .yith-wcwl-add-to-wishlist__feedback {
            position: relative;
            width: auto;
            color: #515151;
            font-size: 1rem;
            line-height: 1;
            padding: 1em 2em 1em 3.5em;
            border-radius: 0 0 6px 6px;
            border-top: 3px solid var(--color-success);
            list-style: none outside;
            word-wrap: break-word;
            text-wrap: unset;
            &::before {
                content: "\e015";
                font-family: WooCommerce;
                color: var(--color-success);
                display: inline-block;
                position: absolute;
                top: 1em;
                left: 1.5em;
            }
        }
    }
}
@media (max-width: 480px) {
    .theme-eklor {
        .woocommerce-notices-wrapper {
            width: calc(100vw - 4rem);
        }
    }
}
@keyframes WCNoticePrograssBar {
    from    { width: 100% }
    to      { width: 0% }
}


/*
*
*  Correction images code WooCommerce
*
*/
.woocommerce img, .woocommerce-page img {
    max-height: 100%;
    object-fit: contain;
}
