.div-ouverture-liste-section section:not(.section-newsletter) {
    padding: clamp(50px, 8vw, 90px) 10%;
}

section.informations-page-produit {
    background: #fbf6f0;
    display: flex;
    gap: clamp(20px, 3vw, 50px);
}

section.informations-page-produit .colonne {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 50px);
}

section.informations-page-produit .colonne-1 {
    /* width: 62.83%; */
    width: 100%;
}


section.informations-page-produit .colonne-2 {
    /* width: 37.17%; */
    min-width: 37.17%;
}

section.informations-page-produit .bloc {
    border-radius: 5px;
    border: 1px solid #edc799;
    background: #FFF;
    padding: clamp(20px, 2vw, 40px) clamp(13px, 2vw, 40px);
}


section.informations-page-produit *:not(.nr-icon) {
    font-size: clamp(14px, calc(14px + ((18 - 14) * ((100vw - 400px) / (1500 - 400)))), 18px);
}

section.informations-page-produit li {
    margin-left: 25px;
}

section.informations-page-produit h2 {
    font-size: clamp(25px, calc(25px + ((40 - 25) * ((100vw - 400px) / (1500 - 400)))), 40px) !important;
    color: var(--couleur-1);
    margin-bottom: 25px;
    font-family: var(--police-butler_bold) !important;
}

section.informations-page-produit .lire_la_suite {
    display: none;
    color: #D19166;
    font-size: clamp(14px, calc(14px + ((18 - 14) * ((100vw - 400px) / (1500 - 400)))), 18px) !important;
    margin-top: 20px;
    font-family: var(--police-worksans-bold);
    cursor: pointer;
    text-decoration: underline;
}


section.informations-page-produit #avis_point * {
    color: var(--couleur-1) !important;

}

section.informations-page-produit #skeepers_product_widget .rating__value-numeric * {
    color: var(--skeepers-widget-custom-color) !important;
}

section.informations-page-produit #skeepers_product_widget .review__rating-fact,
section.informations-page-produit #skeepers_modal .review__rating-fact {
    color: var(--skeepers-widget-custom-color) !important;
}



@media screen and (max-width: 1024px) {
    section.informations-page-produit {
        flex-wrap: wrap;
    }

    section.informations-page-produit .colonne {
        width: 100% !important;
    }

    section.informations-page-produit h2 {
        margin-bottom: 20px;
    }

    section.informations-page-produit .lire_la_suite {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .div-ouverture-liste-section section:not(.section-newsletter) {
        padding: clamp(50px, 8vw, 90px) 5%;
    }

    section.informations-page-produit h2 {
        margin-bottom: 15px;
    }
}

/*** bloc-description ***/
section.informations-page-produit .bloc-description a {
    color: var(--couleur-1) !important;
    text-decoration: underline !important;
}

.lire_plus_wordpress {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.texte_lire_plus_wordpress {
    cursor: pointer;
    color: #D19166;
    font-weight: bold;
    display: block;
    margin: 10px 0;
    text-decoration: underline;
}

.lire_plus_wordpress.open {
    max-height: initial;
}



/**** bloc-informations *****/
.bloc-informations .content {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 50px);
    ;
}


.bloc-informations a {
    color: var(--couleur-1);
    text-decoration: underline;
}

.bloc-informations h3 {
    font-family: var(--police-worksans-bold);
    margin-bottom: 25px;
    font-size: clamp(14px, calc(14px + ((18 - 14) * ((100vw - 400px) / (1500 - 400)))), 18px) !important;
}

@media screen and (max-width: 1024px) {
    .bloc-informations .sous-bloc:not(:first-child) {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        display: none;
    }


    .bloc-informations.plus .sous-bloc:not(:first-child) {
        max-height: initial;
        transition: max-height 0.3s ease-out;
        overflow: visible;
        display: initial;
    }
}


@media screen and (max-width: 768px) {
    .bloc-informations h3 {
        margin-bottom: 15px;
    }
}



/******* bloc-tuto ****/
.bloc-tuto .texte {
    margin-bottom: 25px;
}

.bloc-tuto iframe {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
    height: 24.5vw;
    margin-top: 0px;
}

@media screen and (max-width: 1024px) {
    .bloc-tuto iframe {
        height: 41.5vw;
    }
}

@media screen and (max-width: 768px) {
    .bloc-tuto iframe {
        height: 47vw;
    }
}



/***** bloc-avis-client - judgeme *****/
.judgeme-widget-wrapper.maxWidth {
    padding: 0 !important;
}

.judgeme-widget-wrapper * {
    font-size: initial !important;
}

.jdgm-rev-widg__title {
    display: none;
}

.jdgm-star::before {
    color: var(--couleur-11) !important;
}

.jdgm-widget:not(.jdgm-review-widget--small,
    .jdgm-review-widget--medium) .jdgm-row-stars {
    flex-direction: column;
    gap: 25px;
}

.jdgm-widget:not(.jdgm-review-widget--small,
    .jdgm-review-widget--medium) .jdgm-rev-widg__summary {
    width: 100% !important;
}

.jdgm-widget:not(.jdgm-review-widget--small,
    .jdgm-review-widget--medium) :not(.jdgm-histogram-wrapper)>.jdgm-histogram {
    width: 100% !important;
}

.jdgm-widget:not(.jdgm-review-widget--small,
    .jdgm-review-widget--medium) :not(.jdgm-revs-tab__content-header)>.jdgm-widget-actions-wrapper {
    width: 100% !important;
}







/***** bloc-custom ****/
.bloc-custom h3 {
    font-family: var(--police-worksans-bold);
    margin-bottom: 20px;
    font-size: clamp(14px, calc(14px + ((18 - 14) * ((100vw - 400px) / (1500 - 400)))), 18px) !important;
}

.bloc-custom .info-item {
    border-bottom: #d1d1d1 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
}

.bloc-custom .informations .info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bloc-custom .info-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.bloc-custom .gauche {
    display: flex;
    gap: 10px;
    align-items: center;
    width: calc(100% - 7px);
}

.bloc-custom .droite {
    width: calc(100% - 7px);
}

.bloc-custom .gauche img {
    max-width: 30px;
}

.bloc-custom .info-text .titre_gauche {
    font-family: var(--police-worksans-bold);
    font-size: clamp(14px, calc(14px + ((18 - 14) * ((100vw - 600px) / (1800 - 600)))), 18px) !important;

}

.bloc-custom .info-text .titre_droite {
    text-align: right;
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - 400px) / (1500 - 400)))), 16px) !important;
}

.bloc-custom .content {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.bloc-custom .content h3 {
    text-transform: uppercase !important;
}


@media screen and (max-width: 1500px) {
    .bloc-custom .gauche img {
        max-width: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .bloc-custom .gauche img {
        max-width: 25px;
    }
}

@media screen and (max-width: 768px) {
    .bloc-custom .gauche img {
        max-width: 20px;
    }
}

@media screen and (max-width: 500px) {
    .bloc-custom .gauche img {
        max-width: 15px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1024px) {
    .bloc-custom .info-text .titre_gauche {
        font-size: 13px !important;
    }

    .bloc-custom .info-text .titre_droite {
        font-size: 11px !important;
    }
}



/***** bloc-informations-complementaire *****/
.bloc-informations-complementaire h3 {
    font-family: var(--police-worksans-bold);
    margin-bottom: 25px;
    font-size: clamp(14px, calc(14px + ((18 - 14) * ((100vw - 400px) / (1500 - 400)))), 18px) !important;
}

.bloc-informations-complementaire .content {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 50px);
}

.bloc-informations-complementaire .content a {
    text-decoration: underline;
    color: #dc9674;
}

.bloc-informations-complementaire iframe {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
    height: 12.5vw;
    margin-top: 25px;
}

@media screen and (max-width: 1024px) {
    .bloc-informations-complementaire iframe {
        height: 41.5vw;
    }
}

@media screen and (max-width: 768px) {
    .bloc-informations-complementaire iframe {
        height: 46vw;
    }
}




/*** bloc-fiches-techniques ****/
.bloc-fiches-techniques .description {
    margin-bottom: 15px;
}

.bloc-fiches-techniques .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bloc-fiches-techniques .sous_bloc_telechargement a {
    border-radius: 100px;
    background: #F5F5F5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    gap: 10px;
}

.bloc-fiches-techniques .sous_bloc_telechargement a svg {
    min-width: 26px;
}

.bloc-fiches-techniques .sous_bloc_telechargement * {
    font-size: clamp(10px, calc(10px + ((15 - 10) * ((100vw - 400px) / (1500 - 400)))), 15px) !important;
    text-decoration: underline;
    font-family: var(--police-worksans-bold);
}




@media screen and (max-width: 1024px) {
    section.informations-page-produit .bloc-fiches-techniques .lire_la_suite {
        color: #D6A222;
        text-decoration: underline;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .bloc-fiches-techniques .sous_bloc_telechargement:nth-child(n+6) {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        display: none;
    }


    .bloc-fiches-techniques.plus .sous_bloc_telechargement:nth-child(n+6) {
        max-height: initial;
        transition: max-height 0.3s ease-out;
        overflow: visible;
        display: initial;
    }

}

@media screen and (max-width: 768px) {
    .bloc-fiches-techniques .sous_bloc_telechargement a svg {
        min-width: 20px;
        width: 20px;
    }
}

@media screen and (max-width: 450px) {
    .bloc-fiches-techniques .sous_bloc_telechargement a svg {
        min-width: 15px;
        width: 15px;
    }
}