.editor-styles-wrapper {
    font-family:'HelveticaNeueLTStd',sans-serif;
    font-size:1.125rem;
    line-height: 1.6;
    --wp--style--block-gap: 2em;
}
.editor-styles-wrapper {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color);

    background-color: #F1F1F1;
}

.editor-styles-wrapper::after {
    height: 28px !important;
}

.is-root-container {
    margin-top: 28px;
}

.editor-styles-wrapper .wp-block {
    /* margin-top: 0;
    margin-bottom: 0; */
    left: 0;
}

/* .editor-styles-wrapper h2 {
    color: #25292F;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.625rem;
} */

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}


/****** PAGE PRODUIT *********/

/*** Introduction produit ****/
.introduction-produit {
    background-color: #fff;
    padding-top: 5vh;
    padding-bottom: 5vh;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    line-height: 1.8;
    color: #4F4F4E;
}

@media screen and (min-width: 991px) {
    .introduction-produit {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    .introduction-produit .container {
        column-gap: 100px;
    }
}
/*** Texte + image produit ****/
.texte-image {
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.texte-image p {
    font-size: 1.25rem;
}
@media screen and (min-width: 991px) {
    .texte-image p {
        font-size: 1.65rem;
        line-height: 1.6;
    }
}

/**** Bloc principal contenu produit ****/
.contenu-produit {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 3px 15px 5px rgba(0,0,0,0.16);
    padding: 5%;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.contenu-produit h2 {
    font-family: "Poppins";
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    margin-top: 5vh;
    margin-bottom: 3vh;
}
.contenu-produit h2:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    border-radius: 25px;
    background-color: var(--wp--preset--color--color-1);
    bottom: -8px;
    left: 0;
}
.contenu-produit h3 {
    font-size: 1.125rem;
    font-weight: 700;
}
.contenu-produit .titre {
    text-transform: uppercase;
    font-family: "Poppins";
    font-size: 1.125rem;
    font-weight: 700;
}

@media screen and (min-width: 991px) {
    .contenu-produit {
        margin-top: 8vh;
    }
    .contenu-produit h2 {
        width: 100%;
        overflow-x: clip;
    }
    .contenu-produit h2:after {
        position: absolute;
        content: "";
        width: 100%;
        bottom: 0;
        margin: auto;
        height: 2px;
        background-color: #000;
    }
}


/**** Ligne tableau ****/
.contenu-produit .ligne-tableau:not(:last-child) {
    margin-bottom: 5vh;
    padding-bottom: 5vh;
    border-bottom: 1px solid rgba(181,186,188,0.4);
}
.contenu-produit .ligne-tableau table tr:nth-child(odd){
    background-color: #F1F1F1;
}
.contenu-produit .ligne-tableau table tr td {
    border: 1px solid #F1F1F1;
    padding: 10px;
    font-weight: 300;
    vertical-align: baseline;
}
.contenu-produit .ligne-tableau table tr td:first-child {
    text-align: right;
}

@media screen and (min-width: 991px){
    .contenu-produit .ligne-tableau {
        padding-left: 30px;
    }
}



/***** Galerie produit *****/
.composition-galerie-produit {
    background-color: var(--wp--preset--color--color-3);
    color: #fff;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-top: 5vh;
    padding-bottom: 5vh;
}


.composition-galerie-produit h2:before {
    background-color: #fff;
}
@media screen and (min-width: 991px){
    .composition-galerie-produit {
        padding-top: 8vh;
        padding-bottom: 8vh;
    }
}