.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 *****/
.bloc-avis-client #netreviews_reviews_tab {
    background-color: transparent;
}


#avis * {
    font-family: var(--police-worksans-regular);
}

#avis h2 {
    font-family: var(--police-balthazar-regular);
}

#avis .netreviews_customer_review {
    font-family: var(--police-worksans-bold) !important;
}

#avis .netreviews_rating_header {
    gap: 25px;
    align-items: center;
}

#avis .netreviews_tpl_v1 .netreviews_rating_header img {
    width: 50%;
    height: auto !important;
    min-height: auto !important;
}

#avis .netreviews_tpl_v1 .netreviews_rating_header div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
}

#avis .netreviews_certification {
    font-family: var(--police-worksans-bold);
    color: var(--couleur-1);
    font-weight: initial;
    text-decoration: underline;
    font-size: clamp(14px, calc(14px + ((18 - 14) * ((100vw - 400px) / (1500 - 400)))), 18px) !important;
    position: initial;
}

#avis #netreviews_informations_label {
    position: initial;
    font-size: clamp(14px, calc(14px + ((18 - 14) * ((100vw - 400px) / (1500 - 400)))), 18px) !important;
    display: flex;
    gap: 15px;
}

#avis .netreviews_tpl_v1 .netreviews_rating_header .nr-icon.nr-info {
    width: initial !important;
}

#avis .nr-icon.nr-exit {
    width: 14px !important;
}

.netreviews_tpl_v1 #netreviews_informations ul li a {
    font-size: 13px;
}

#avis .netreviews_tpl_v1 #netreviews_rating_section {
    background: transparent !important;
    border-bottom: none;
}

#avis .netreviews_tpl_v1 .netreviews_review_part {
    background-color: var(--couleur-17);
    margin: 25px 0;
    padding: clamp(20px, 5vw, 50px);
    width: 100%;
    border-radius: 5px;
}

#avis .netreviews_rating_content {
    border-radius: 10px;
    background: #F5F5F5;
    height: 200px;
    min-height: 200px;
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-top: 25px;
    border-top: 20px solid #F5F5F5;
}

#avis .netreviews_tpl_v1 .netreviews_customer_name {
    justify-content: space-between;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

#avis .netreviews_review_rate_and_stars {
    margin: 15px 0;
}

#avis .netreviews_tpl_v1 .netreviews_reviews_rate {
    position: relative;
    margin-left: 10px;
}

#avis span {
    color: unset;
}

#avis #av_load_next_page {
    max-width: 100%;
    background-color: #fff6e0;
    width: 150px;
}

#avis #av_load_next_page span {
    color: var(--couleur-1);
    font-family: var(--police-worksans-bold);
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - 400px) / (1500 - 400)))), 16px) !important;
}

#avis .netreviews_tpl_v1 .netreviews_customer_name span {
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - 400px) / (1500 - 400)))), 16px) !important;
    font-family: var(--police-opensans-regular) !important;
}

#avis #netreviews_reviews_filter {
    background-color: white;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: var(--police-worksans-bold) !important;
    margin: 15px;
}

#avis .nr-icon.nr-star.gold {
    color: #D6A222 !important;
}

#avis .nr-icon.nr-info {
    margin: 0 !important;
}

#avis .netreviews_rates_list .nr-star::before {
    content: "\e903";
    font-size: 11px;
    margin-bottom: 10px;
    top: -3px;
    position: relative;
}

#avis .netreviews_bg_stars_big {
    justify-content: center;
    display: flex;
}

#avis .netreviews_bg_stars_big span::before {
    font-size: 21px;
    margin: 3px;
}

#avis .netreviews_subtitle {
    color: #A7AAA9 !important;
    font-size: clamp(14px, calc(14px + ((16 - 14) * ((100vw - 400px) / (1500 - 400)))), 16px) !important;
}

#avis .netreviews_rate_total {
    color: #A7AAA9 !important;
}

#avis .netreviews_note_generale {
    font-family: var(--police-balthazar-regular) !important;
    font-size: clamp(35px, calc(35px + ((70 - 35) * ((100vw - 400px) / (1500 - 400)))), 70px) !important;
}

#avis .netreviews_note_generale span {
    font-family: var(--police-balthazar-regular) !important;
    font-size: clamp(20px, calc(20px + ((40 - 20) * ((100vw - 400px) / (1500 - 400)))), 40px) !important;
}

#avis .voir_avis_clients,
#avis .fermer_avis_clients {
    cursor: pointer;
    color: #D6A222;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-decoration: underline;
}


@media screen and (max-width: 1024px) {
    #avis .netreviews_tpl_v1 .netreviews_review_part {
        padding: 25px;
    }
}



@media screen and (max-width: 600px) {
    #avis .netreviews_tpl_v1 .netreviews_rating_header img {
        max-width: 100%;
        width: 100%;
    }

    #avis .netreviews_tpl_v1 .netreviews_rating_header div {
        width: 100%;
    }

    #avis #netreviews_informations_label {
        justify-content: flex-start;
    }

    #avis .netreviews_tpl_v1 #netreviews_rating_section {
        padding: 30px 5px;
    }

    #avis .netreviews_certification {
        margin: 0px !important;
        text-align: left !important;
    }

    #avis .netreviews_tpl_v1 .netreviews_global_rating_details {
        display: initial !important;
        position: relative;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    #avis .netreviews_tpl_v1 .netreviews_global_rating_details::before {
        content: "";
        display: block;
        width: 80%;
        height: 1px;
        background-color: #E5E5E5;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #avis .netreviews_rating_content {
        flex-direction: column;
        height: 375px !important;
        min-height: 375px !important;
        margin-top: 0px;
    }

    #avis .netreviews_rating_header {
        display: flex !important;
        flex-direction: column !important;
        align-items: baseline;
        margin-bottom: 25px;
    }
}

/***** 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;
    }
}