@font-face {
    font-family: 'Arkhip';
    font-display: swap;
    src: url('./fonts/Arkhip_font.woff2') format('woff2')
}
:root {
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #f1f1f1;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #606060;
    --bs-gray-800: #5f5f5f;
    --bs-gray-900: #212529;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: "Arkhip", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 8px;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}
pre {
    text-wrap: balance;
}

*,
:after,
:before {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body,
html {
    min-height: 100%
}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; /* Active l'anticrénelage */
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
    -moz-osx-font-smoothing: grayscale;
    color: var(--bs-body-color);
    direction: ltr
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
    font-family: 'Arkhip';
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: 2.3rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

p {
    margin-top: 0
}

ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-left: 2rem
}

b,
strong {
    font-weight: bolder
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

img,
svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.container {
    max-width: 1320px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.d-md-flex {
    display: flex !important;
}

.img-rounded,
.card,
.card img {
    border: none;
    border-radius: 1.5rem;
}

.col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-md-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-md-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-md-12 {
    flex: 0 0 auto;
    width: 100%
}

.form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 4px;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    width: 100%
}

.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: 8px;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em
}

.offcanvas {
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform .3s ease-in-out;
    visibility: hidden;
    z-index: 1045
}

.offcanvas.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    margin-bottom: calc(var(--bs-offcanvas-padding-y)*-.5);
    margin-right: calc(var(--bs-offcanvas-padding-x)*-.5);
    margin-top: calc(var(--bs-offcanvas-padding-y)*-.5);
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}

.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
}

.offcanvas.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.position-fixed {
    position: fixed !important
}

.top-0 {
    top: 0 !important
}

.end-0 {
    right: 0 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-white {
    --bs-text-opacity: 1;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-400) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-800) !important;
    color: white;
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}



ul {
    list-style: none;
    padding-left: 0
}

a:not(.alert-link) {
    text-decoration: none
}

a:not(.alert-link),
a:not(.alert-link) .material-icons {
    transition: .25s ease-out
}

.inline-items {
    display: flex;
    flex-wrap: nowrap
}

.text-gray {
    color: var(--bs-gray-700)
}

.search-widgets {
    overflow: visible !important;
    position: relative
}

.search-widgets__dropdown {
    background: var(--bs-white);
    border: 1px solid #ced4da;
    border-radius: var(--bs-border-radius-sm);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    max-width: 30rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + 1rem);
    width: 100vw
}

.page-loader {
    --page-loader-background: hsla(0, 0%, 100%, 0.6);
    align-items: center;
    background: var(--page-loader-background);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.toast-container {
    z-index: 1030
}

.header {
    --header-bg: #fff;
    --header-top-bg: #fff;
    --header-color: var(--bs-gray-800);
    --header-top-color: var(--bs-gray-800);
    background-color: var(--header-bg);
    max-width: 100vw;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100
}

.header a:not(.dropdown-item):not(.btn) {
    color: var(--header-color)
}

.language-selector__wrapper select {
    cursor: pointer
}

.header-block {
    position: relative
}

.header-block__action-btn {
    --header-block-spacing-x: 0.25rem;
    --header-block-spacing-y: 0.75rem;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex-wrap: nowrap;
    padding: var(--header-block-spacing-y) var(--header-block-spacing-x)
}

.header-block__action-btn,
.header-block__action-btn:focus,
.header-block__action-btn:hover {
    color: var(--header-top-color)
}

.header-block__action-btn {
    --header-block-spacing-x: 0.75rem;
    --header-block-spacing-y: 0.375rem
}

.header-block__icon {
    margin-right: .2em
}


.header-block__badge {
    background: var(--bs-primary);
    border-radius: 50rem;
    color: var(--bs-white);
    display: inline-block;
    font-size: .6rem;
    font-weight: 600;
    height: 1.8em;
    line-height: 1.8;
    min-width: 1.8em;
    padding: 0 .2em;
    position: absolute;
    right: 0;
    text-align: center;
    top: .4em
}

.email-subscription {
    background-color: var(--bs-gray-100);
    padding: 2.5rem 1rem
}

.footer {
    --footer-background-color: #16181c;
    --footer-text-color: var(--bs-gray-300);
    --footer-hover-color: var(--bs-white);
    --footer-heading-color: var(--bs-white)
}

.footer .copyright,
.footer .copyright a,
.footer .h2,
.footer .h2 a,
.footer .h3,
.footer .h3 a,
.footer .h4,
.footer .h4 a,
.footer h2,
.footer h2 a,
.footer h3,
.footer h3 a {
    color: var(--bs-white)
}

.footer .h2,
.footer .h3,
.footer .h4,
.footer h2,
.footer h3 {
    font-size: 1rem;
    margin-bottom: 1.5rem
}

.footer .h2,
.footer .h2 a,
.footer .h3,
.footer .h3 a,
.footer .h4,
.footer .h4 a,
.footer h2,
.footer h2 a,
.footer h3,
.footer h3 a {
    text-transform: inherit !important
}

#content-wrapper {
    padding-bottom: 4rem
}

/* CUSTOM */
#HOMEPAGE_top .splide__pagination {
    bottom: 1.5em !important;
    position: absolute !important;
}

.splide__pagination {
    margin-top: 20px !important;
    position: relative !important;
}

.link_list li a {
    font-size: 1rem;
    margin-bottom: 0.6rem;
    display: block;
}

.svg-payment {
    height: 60px;
    width: 60px;
    margin: 15px;
    filter: grayscale(1);
}


#desktopMenu {
    margin-top: -5px;
    margin-bottom: 10px;
}

.main-title-menu {
    color: #bbbbbb !important;
    font-weight: 100;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-family: 'Arkhip';
}

.menu-item {
    color: black;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Arkhip';
    padding: 0px 5px;
}

.menu-item-left {
    padding: 12px 0px 21px 8px;
}

.menu-item-right {
    padding: 12px 12px 21px 0px;
}

.submenu {
    display: none;
    position: absolute;
    width: 100%;
    padding: 10px;
    z-index: 10;
    background-color: #fff;
}

.title-submenu {
    font-family: 'Arkhip';
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.submenu .row {
    display: flex;
}

.submenu .col-md-4,
.submenu .col-md-6 {
    padding: 10px;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #333;
}

.obfuscated-link:hover {
    text-decoration: underline;
}

.obfuscated-link {
    cursor: pointer;
}

.svg-payment {

    margin: 15px;
}

#footer h3 {
    font-size: 1.3rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-2 {
    margin-top: 0.5rem;
    /* 8px */
}

.mt-4 {
    margin-top: 1rem;
    /* 16px */
}

.mt-8,
.mt-6 {
    margin-top: 2rem;
    /* 32px */
}

.mb-0 {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: 1rem;
    /* 16px */
}

.mb-8 {
    margin-bottom: 2rem;
    /* 32px */
}

.p-1 {
    padding: 0.25rem;
    /* 4px */
}

.p-4 {
    padding: 1rem;
    /* 16px */
}

.pt-4 {
    padding-top: 1rem;
    /* 16px */
}

.pb-4 {
    padding-bottom: 1rem;
    /* 16px */
}

.pl-4 {
    padding-left: 1rem;
    /* 16px */
}


.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;

}


.order-md-2 .order-2 {
    order: 2 !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

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

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}



.link_list li a {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
}

.svg-reassurance {
    height: 80px;
    width: 80px;
}

.svg-facebook,
.svg-instagram,
.svg-pinterest,
.svg-youtube,
.svg-linkedin,
.svg-tiktok {
    height: 38px;
    width: 38px;
    padding: 5px;
}

.btn-medium {
    font-size: 0.9rem !important;
}

ul.logo-payment {
    margin: 0 auto;
    display: inline-flex;
}


.product-carousel-progress,
.product-accessories-progress {
    background-color: #d3d3d3;
    /* Gris clair pour le fond */
    border-radius: 10px;
    /* Arrondit les bords du conteneur */
    height: 8px;
    /* Ajuste la hauteur de la barre */
    overflow: hidden;
    /* Cache les débordements pour les coins arrondis */
}

.product-carousel-progress-bar,
.product-accessories-progress-bar {
    background-color: #555555;
    /* Gris foncé pour la barre de progression */
    width: 75%;
    /* Largeur initiale de la barre */
    height: 100%;
    /* Prend toute la hauteur du conteneur */
    border-radius: 10px;
    /* Arrondit les bords de la barre de progression */
    transition: width 0.3s ease;
    /* Transition pour un changement progressif de la largeur */
}

.header-block__badge {
    background: var(--bs-gray-100);
    color: inherit;
    font-size: inherit;
    height: 1.6em;
    line-height: 1.6;
    margin-left: -10px;
    min-width: 1.6em;
    position: relative;
    top: -8px;
}

.mw-540 {
    max-width: 540px;
}

.mw-355 {
    max-width: 355px;
}



.store-title {
    font-size: 1.4rem;
}

.diaporama-slide-content {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 8rem;
    font-size: 0.9rem;
}

.text-small {
    font-size: 0.8rem;
}

.testimonial-block {
    max-width: 300px;
    margin: auto;
}

.testimonial-carousel .is-next div {

    background-color: white;
    border-radius: 50px;

}

.testimonial-carousel .is-next div svg {
    fill: #5f5f5f;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: normal;
}

.testimonial-carousel .splide__slide:not(.is-next) div svg {
    fill: white;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: normal;
}

.testimonial-carousel .splide__slide div {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;


}

.splide__pagination.diaporama-pagination {
    left: 15%;
    right: auto;
    bottom: 2em;

}

.photos-carousel {
    margin: 0 auto;

}




.title {
    font-family: 'Arkhip';
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.splide__pagination__page {
    background-color: #d3d3d3 !important;
    /* Gris clair */
    border-radius: 50% !important;
    /* Rond */
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
}

.splide__pagination__page.is-active {
    background-color: #555555 !important;
    /* Gris foncé */
}

.photos-carousel .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}



.photos-carousel .splide__slide.is-active img {
    width: 100%;

}

.rounded-2 {
    border-radius: 2rem;
}

.text-right {
    text-align: right;
}

.bg-gray-medium {
    background-color: #f1f1f1;
    overflow: hidden;

}

#reassurance {
    padding: 2rem;
    border-radius: 2.5rem;
    background-color: #dadada;
}

.form-select {
    border: 1px solid #ced4da;
    border-radius: 1.5rem;
    width: auto;
}

#reassurance h4 {
    font-size: 1rem;
    color: #3e3e3e;
    text-transform: uppercase;
}

.btn,
.btn:focus,
.btn-menu,
.btn-menu:active,
.btn-menu:focus,
.btn-menu:active:focus,
.btn-menu:active:hover {
    border: none;
    border-color: transparent;
    background: transparent;
}

#footer .social-logo {
    margin: 0 auto;
    width: fit-content;
    margin-top: 40px;
    filter: grayscale(1);
}

#footer h3 {
    margin-bottom: .5rem;
    text-transform: uppercase !important;
    font-family: 'Arkhip';
    font-weight: 100;
    color: black;
}

.header-block__badge {
    top: unset !important;
    bottom: 0.4em !important;
}

a {
    color: rgb(12, 12, 12);
}

.language-selector__wrapper {
    border-radius: 18px;
    border: 1px solid #b4b4b4;
    padding: 5px;
}

#language-selector {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.user-info .header-block a span {
    border-bottom: 1px solid grey;
}

#footer .email-subscription {
    background-color: transparent;
}

.header {
    position: relative;
}

.btn {
    padding: 12px 40px 10px 40px;
}

#language-selector.form-select {
    border: none !important;
    border-radius: 0 !important;
    width: auto;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

svg.search {
    position: absolute;
    right: 15px;
    top: 7px;
}

.border-search {
    position: absolute;
    right: 45px;
    border-right: solid #e9e9e9 !important;
    border-width: 1px !important;
    height: 15px;
    display: block;
    top: 10px;
}

.search-widgets__results {
    margin: 0;
    max-height: 20rem;
    overflow-y: scroll;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}

.search-result {
    margin: 0.5rem 0;
}

.search-result__link {
    align-items: center;
    border-radius: 8px;
    display: flex;
    padding: 0.25rem 0.5rem;
}

.search-result__image {
    border-radius: 8px;
    height: auto;
    max-width: 4rem;
}

.search-result__name {
    color: var(--bs-gray-800);
    font-size: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.quantity-button button {
    border: 1px solid #ced4da;
    padding: 0;
    width: 2.375rem;
}

.input-group>.form-control,
.input-group>.form-select,
.modal.product-comment-modal .input-group>.form-control,
.modal.product-comment-modal .input-group>textarea {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%;
}

.cart-summary__line {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.form-control,
.modal.product-comment-modal .form-control,
.modal.product-comment-modal textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #343a40;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

#language-selector.form-select:focus-visible {
    outline: none;
}
#reassurance {
    padding: 2rem;
    border-radius: 2.5rem;
}
.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
.rich-text table, .table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0,0,0,.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0,0,0,.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0,0,0,.075);
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}
#shopListTable td {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 20px;
}
.order-md-2 {
    order: 2;
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}