.promo-descri {
    color: var(--couleur-1);
    font-weight: 800;
    margin-top: 5px;
}

#rank-math-analytics-stats-wrapper {
	overflow-x: hidden;
}

body main {
    overflow-x: hidden;
}


#wpadminbar,
#json_prods,
.filter_aviss{
    display: none !important;
}

html .grecaptcha-badge {
    visibility: hidden;
    z-index: -9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
#breadcrumbs span span:nth-child(1) a {
    font-size: 0 !important;
}
.section_bg_pap {
    background-image: url(../../../../uploads/2023/10/fond-papier-peint.jpg) !important;
    background-size: cover !important;
}

body {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: unset;
    text-transform: none !important;
}

.maxWidth {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}

textarea {
    resize: none;
}

/* Breadcrumbs - Ariane */
#breadcrumbs {
    z-index: 3;
    position: absolute;
    top: clamp(20px, 4vw, 50px);
}

#breadcrumbs * {
    font-size: 16px;
}

#breadcrumbs .breadcrumb_last,
#breadcrumbs .breadcrumb_last * {
    font-family: var(--police-worksans-bold) !important;
}

.breadcrumbsSection {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 2rem;
    z-index: 3;
}

.breadcrumbsSection #breadcrumbs {
    position: unset;
}

@media screen and (max-width: 1024px) {
    #breadcrumbs * {
        font-size: 12px;
    }
}

@media screen and (max-width: 720px) {
    .breadcrumbsSection {
        top: 1rem;
    }
}

@media screen and (max-width: 400px) {
    #breadcrumbs * {
        font-size: 11px;
    }

    #breadcrumbs img {
        width: 13px;
    }
}

/* Breadcrumbs - Ariane */

/* classes a utiliser en vetu en voila */
.blackHR {
    width: 100%;
    height: 2px;
    background-color: var(--couleur-9);
    outline: none;
    border: none;
    border-radius: 30px;
}

.bold {
    font-family: var(--police-worksans-bold);
    font-size: inherit;
    color: inherit;
}

.light_gris {
    font-family: var(--police-worksans-regular);
    font-size: .9rem;
    color: var(--couleur-8);
}

.fitContent {
    min-width: fit-content;
}

.ws_bold {
    font-family: var(--police-worksans-bold);
}

.ws_regular {
    font-family: var(--police-worksans-regular);
}

.ba_regular {
    font-family: var(--police-balthazar-regular);
}

.marron {
    color: var(--couleur-1) !important;
}

.red {
    color: red !important;
}

/* classes a utiliser en vetu en voila */

/* bouton blanc */
.btn_BJ_fleche {
    background-color: var(--couleur-10);
    color: var(--couleur-9);
    font-family: var(--police-worksans-bold);
    border: 1px solid var(--couleur-4);
    display: flex;
    align-items: center;
    gap: .5rem;
    border-radius: 5px;
    width: fit-content;
    transition: all .2s !important;
    padding: 0.8rem 1.5rem;
}

.btn_BJ_fleche:hover {
    background-color: var(--couleur-23);
    color: var(--couleur-25);
}

.btn_BJ_fleche:active {
    background-color: var(--couleur-21);
    color: var(--couleur-4);
}

.btn_BJ_fleche img {
    height: 0.8rem;
    margin-top: 0.1rem;
    transition: transform .2s;
}

.btn_BJ_fleche:hover img {
    transform: translateX(7px);
}

@media screen and (max-width: 800px) {
    .btn_BJ_fleche {
        font-size: .8rem;
        letter-spacing: unset;
        padding: 0.8rem 1.5rem !important;
        gap: 0.5rem;
    }

    .btn_BJ_fleche img {
        height: 0.7rem;
    }

    .btn_BJ_fleche:hover img {
        transform: translateX(4px);
    }
}

@media screen and (max-width: 400px) {
    .btn_BJ_fleche {
        font-size: .7rem;
        padding: 0.8rem 1.2rem !important;
    }
}

/* bouton blanc */

/* bouton marron */
.btn_Marron {
    background-color: var(--couleur-1);
    color: var(--couleur-10);
    font-weight: bold;
    font-family: var(--police-worksans-regular);
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 5px;
    width: fit-content;
    transition: all .2s !important;
    padding: 0.8rem 1.5rem;
    letter-spacing: 1px;
    cursor: pointer;
}

.btn_Marron:hover {
    background-color: var(--couleur-26);
}

.btn_Marron:active {
    background-color: var(--couleur-11);
}

@media screen and (max-width: 800px) {
    .btn_Marron {
        font-size: .8rem;
        letter-spacing: unset;
        padding: 0.8rem 1.5rem !important;
    }
}

@media screen and (max-width: 400px) {
    .btn_Marron {
        font-size: .7rem;
        padding: 0.8rem 1.2rem !important;
    }
}

/* bouton marron */


/* bouton blanc-marron */
.btn_Blanc_marron {
    background-color: var(--couleur-10);
    color: var(--couleur-25);
    font-family: var(--police-worksans-bold);
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 5px;
    width: fit-content;
    transition: all .2s !important;
    padding: 0.8rem 1.5rem;
    box-shadow: 0px 3px 6px #00000029;
    letter-spacing: 0.5px;
}

.btn_Blanc_marron:hover {
    background-color: var(--couleur-26);
    color: var(--couleur-10) !important;
}

.btn_Blanc_marron:active {
    background-color: var(--couleur-11);
    color: var(--couleur-10) !important;
}

@media screen and (max-width: 800px) {
    .btn_Blanc_marron {
        font-size: .8rem;
        letter-spacing: unset;
        padding: 0.8rem 1.5rem !important;
    }
}

@media screen and (max-width: 400px) {
    .btn_Blanc_marron {
        font-size: .7rem;
        padding: 0.8rem 1.2rem !important;
    }
}

/* bouton blanc-marron */

/* bouton blanc-marron-bordure */
.btn_Blanc_marron_bordure {
    background-color: var(--couleur-10);
    color: var(--couleur-1);
    border: 2px solid var(--couleur-1);
    font-family: var(--police-worksans-bold);
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 5px;
    width: fit-content;
    transition: all .2s !important;
    padding: 0.8rem 1.5rem;
    letter-spacing: 1px;
    box-shadow: 0px 3px 6px #00000029;
}

.btn_Blanc_marron_bordure:hover {
    background-color: var(--couleur-1);
    color: var(--couleur-10);
}

.btn_Blanc_marron_bordure:active {
    background-color: #e3a57c;
}

@media screen and (max-width: 800px) {
    .btn_Blanc_marron_bordure {
        font-size: .8rem;
        letter-spacing: unset;
        padding: 0.8rem 1.5rem !important;
    }
}

@media screen and (max-width: 400px) {
    .btn_Blanc_marron_bordure {
        font-size: .7rem;
        padding: 0.8rem 1.2rem !important;
    }
}

/* bouton blanc-marron-bordure */

/* bouton bleu clair */
.btn_Bleu_clair {
    border-radius: 5px;
    background-color: var(--couleur-7);
    font-family: var(--police-worksans-bold);
    padding: 1rem 2rem;
    border: none;
    outline: none;
    color: var(--couleur-10);
    transition: all .2s;
    cursor: pointer;
}

.btn_Bleu_clair:hover {
    background-color: var(--couleur-27);
}

.btn_Bleu_clair:active {
    background-color: var(--couleur-28);
}

@media screen and (max-width: 800px) {
    .btn_Bleu_clair {
        font-size: .8rem;
        letter-spacing: unset;
        padding: 0.8rem 1.5rem !important;
    }
}

@media screen and (max-width: 400px) {
    .btn_Bleu_clair {
        font-size: .7rem;
        padding: 0.8rem 1.2rem !important;
    }
}

/* bouton bleu clair */



/* sections en une */
.sectionsHome1 {
    position: relative;
}

.sectionsHome1_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sectionsHome1 section {
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
}

.sectionsHome1 section:nth-child(3) {
    padding: 6rem 5% !important;
}

/* --------------*/

.sectionsHome2 {
    position: relative;
}

.sectionsHome2_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sectionsHome2 .content {
    display: flex;
    flex-direction: column;
}

.sectionsHome2 section {
    z-index: 1;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.sectionsHome2 section:nth-child(1) {
    padding-top: 6rem !important;
}

.sectionsHome2 section:nth-child(3) {
    padding-bottom: 6rem !important;
}

@media screen and (max-width: 500px) {
    .sectionsHome2 section:nth-child(1) {
        padding-top: 3rem !important;
    }

    .sectionsHome2 section:nth-child(3) {
        padding-bottom: 5rem !important;
    }
}

/* --------------*/

.sectionsHome3 {
    position: relative;
}

.sectionsHome3_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sectionsHome3 .content {
    display: flex;
    flex-direction: column;
}

.sectionsHome3 section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    z-index: 1;
}

.sectionsHome3 section:nth-child(1) {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.sectionsHome3 section:nth-child(2) {
    padding-bottom: 6rem !important;
}

/* sections en une */


@media screen and (max-width: 500px) {
    .blackHR {
        height: 1px;
        ;
    }
}

@media screen and (max-width: 400px) {
    section {
        padding: clamp(50px, 10vw, 125px) 1.2rem;
    }
}




.pop_up_produit_fond {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #00000050;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.pop_up_produit_fond.active {
    display: flex;
}

.pop_up_produit_fond.load {
    display: flex;
}

.pop_up_produit_fond .pop_up_produit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    background-color: var(--couleur-10);
    border-radius: 5px;
    padding: 5rem 6rem;
}

.pop_up_produit_fond #pop_up_produit_logo_haut {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}

.pop_up_produit_fond #img_haute_chargement {
    display: none;
}

.pop_up_produit_fond .pop_up_produit h2 {
    font-size: 2rem;
    text-align: center;
}

.pop_up_produit_fond .pop_up_produit .produit {
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    border: 1px solid var(--couleur-24);
    border-radius: 5px;
    width: 100%;
}

.pop_up_produit_fond .pop_up_produit .produit img {
    height: 7rem;
}

.pop_up_produit_fond .pop_up_produit .produit .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pop_up_produit_fond .pop_up_produit .produit .right h2 {
    max-width: 15rem;
    font-size: 1.1rem;
    text-align: left;
}

.pop_up_produit_fond .pop_up_produit .produit .right p {
    color: var(--couleur-8);
}

.pop_up_produit_fond .pop_up_produit .liens {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.pop_up_produit_fond .pop_up_produit #pop_up_produit_croix {
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 1rem;
    width: 1.5rem;
    object-fit: contain;
    cursor: pointer;
}

/* clignotements popup, chargement */
.pop_up_produit_fond.load #pop_up_produit_logo_haut {
    display: none !important;
}

.pop_up_produit_fond.load #img_haute_chargement {
    display: block;
    width: 4rem;
    height: 4rem;
    position: relative;
    font-size: 1px !important;
    color: #fff;
    overflow: hidden;
}

.pop_up_produit_fond.load #img_haute_chargement::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(217 215 215);
    position: absolute;
    top: 0;
    left: 0;
    animation: clignotementChargement 1s infinite;
}

/* -- */
.pop_up_produit_fond.load #pop_up_produit_texte_haut {
    width: 400px;
    height: 30px;
    position: relative;
    font-size: 1px !important;
    color: #fff;
    overflow: hidden;
}

.pop_up_produit_fond.load #pop_up_produit_texte_haut::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(217 215 215);
    position: absolute;
    top: 0;
    left: 0;
    animation: clignotementChargement 1s infinite;
}

/* -- */
.pop_up_produit_fond.load .pop_up_produit .produit {
    border: 1px solid;
    border-color: rgb(189 186 186);
}

/* -- */
.pop_up_produit_fond.load #pop_up_produit_image_produit {
    display: none;
}

.pop_up_produit_fond.load #img_produit_chargement {
    width: 7rem;
    height: 7rem;
    position: relative;
    font-size: 1px !important;
    color: #fff;
    overflow: hidden;
}

.pop_up_produit_fond.load #img_produit_chargement::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(217 215 215);
    position: absolute;
    top: 0;
    left: 0;
    animation: clignotementChargement 1s infinite;
}

/* -- */
.pop_up_produit_fond.load #pop_up_produit_titre_produit {
    width: 200px;
    height: 25px;
    position: relative;
    font-size: 1px !important;
    color: #fff;
    overflow: hidden;
}

.pop_up_produit_fond.load #pop_up_produit_titre_produit::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(217 215 215);
    position: absolute;
    top: 0;
    left: 0;
    animation: clignotementChargement 1s infinite;
}

.pop_up_produit_fond #pop_up_produit_titre_produit span {
    font-family: var(--police-worksans-bold);
    font-size: 1.5rem;
    display: block;
}

/* -- */
.pop_up_produit_fond.load #pop_up_produit_prix_produit {
    width: 50px;
    height: 15px;
    position: relative;
    font-size: 1px !important;
    color: #fff;
    overflow: hidden;
}

.pop_up_produit_fond.load #pop_up_produit_prix_produit::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(217 215 215);
    position: absolute;
    top: 0;
    left: 0;
    animation: clignotementChargement 1s infinite;
}

/* -- */
.pop_up_produit_fond.load #pop_up_produit_continuer_mes_achats {
    position: relative;
    overflow: hidden;
}

.pop_up_produit_fond.load #pop_up_produit_continuer_mes_achats::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(217 215 215);
    position: absolute;
    top: 0;
    left: 0;
    animation: clignotementChargement 1s infinite;
}

/* -- */
.pop_up_produit_fond.load #pop_up_produit_lien_flexible {
    position: relative;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.pop_up_produit_fond.load #pop_up_produit_lien_flexible::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(217 215 215);
    position: absolute;
    top: 0;
    left: 0;
    animation: clignotementChargement 1s infinite;
}

/* ---- */
@keyframes clignotementChargement {
    0% {
        transition: background-color .2s;
        border-radius: 2px;
    }

    80% {
        background-color: rgb(189 186 186);
        transition: background-color .2s;
        border-radius: 2px;
    }

    100% {
        background-color: rgb(217 215 215);
        transition: background-color .2s;
        border-radius: 2px;
    }
}


@media screen and (max-width: 720px) {
    .pop_up_produit_fond {
        padding: 0 5%;
    }

    .pop_up_produit_fond .pop_up_produit {
        width: 100%;
        padding: 2rem 5%;
    }

    .pop_up_produit_fond .pop_up_produit h2 {
        font-size: 1.5rem;
    }

    .pop_up_produit_fond.load #pop_up_produit_titre_produit {
        font-size: 1rem;
    }

    .pop_up_produit_fond.load #pop_up_produit_logo_haut,
    .pop_up_produit_fond.load #img_haute_chargement {
        width: 3.5rem;
        height: 3.5rem;
    }

    .pop_up_produit_fond.load #pop_up_produit_image_produit,
    .pop_up_produit_fond.load #img_produit_chargement {
        height: 5rem;
        width: 5rem;
    }
}

@media screen and (max-width: 500px) {
    .pop_up_produit_fond .pop_up_produit .liens {
        flex-direction: column;
    }

    .pop_up_produit_fond .pop_up_produit h2 {
        font-size: 1.2rem;
    }

    .pop_up_produit_fond.load #pop_up_produit_texte_haut {
        width: 100%;
        height: 25px;
    }

    .pop_up_produit_fond.load #pop_up_produit_titre_produit {
        font-size: .9rem;
    }

    .pop_up_produit_fond.load #pop_up_produit_logo_haut,
    .pop_up_produit_fond.load #img_haute_chargement {
        width: 3.5rem;
        height: 3.5rem;
    }

    .pop_up_produit_fond.load #pop_up_produit_image_produit,
    .pop_up_produit_fond.load #img_produit_chargement {
        height: 5rem;
        width: 5rem;
    }
}

@media screen and (max-width: 430px) {
    .pop_up_produit_fond.load .pop_up_produit .produit {
        padding: .5rem;
    }
}

@media screen and (max-width: 390px) {

    .pop_up_produit_fond .pop_up_produit .produit img,
    .pop_up_produit_fond.load #img_produit_chargement {
        width: 4rem;
        height: 4rem;
        min-width: 4rem;
        min-height: 4rem;
    }
}

/* clignotements popup, chargement */


/* Images coté */

main {
    position: relative;
}

main .cote-images-cote {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    z-index: 88;
    pointer-events: none;
    overflow: hidden;
}

main .cote-images-cote img {
    /* width: clamp(75px, 10vw, 150px); */
    width: clamp(50px, 7vw, 150px);
    pointer-events: none;
}

main .droite-images-cote {
    right: 0px;
}

main .gauche-images-cote {
    left: 0px;
}

main .droite-images-cote img {
    transform: translate(+25%, -50%);
}

main .gauche-images-cote img {
    transform: translate(-25%, -50%);
}

@media screen and (max-width: 768px) {
    main .cote-images-cote {
        display: none;
    }
}

/* --- FIN DES STYLES EXISTANTS --- */

/* Styles pour le message promo fidélité (Panier + Checkout + Produit) */
.fid-promo-active-message {
    color: var(--couleur-1);
    font-weight: 800;
    margin-top: 15px; /* Espacement au dessus */
    text-align: center; /* Centrer le texte */
    width: 100%; /* Prendre toute la largeur */
    background-color: #fff6e0; /* Léger fond pour le distinguer */
    padding: 10px;
    border-radius: 5px;
    font-size: 0.95em;
    border: 1px dashed var(--couleur-1);
}