* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.top_bar{
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    background:rgb(54 95 72);

}

.top_bar p{
    margin-bottom: 0px;
}


.header{
    position: absolute;
    z-index: 999;
    top: 26px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: aliceblue;
    -webkit-box-shadow: 1px 3px 17px 2px rgba(0,0,0,0.34); 
    box-shadow: 1px 3px 17px 2px rgba(0,0,0,0.34);
}
.logo_header{
    width: 200px;
}

.wrapper{
    padding-left: 10px;
    padding-right: 10px;
}
body {
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

.hero h1{
    font-size: 23px;
    font-weight: 900;
    color: rgb(54 95 72);
    margin-bottom: 30px;
}

.hero p{
    font-size: 15px;
    color: #333333;
}

h1, h2, h3, h4, h5, h6, .prix{
    font-family:'Roboto', serif;
}

a:hover{
    color: rgb(54 95 72); 
}

.prix{
    color:#333333;
}

p{
    font-family:'Roboto', serif; 
}

button, .cta{
    font-family:'Roboto', serif;
}

.hero{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    top: 100px;
    padding-bottom: 50px;
}

.hero h1{
    font-size: 25px;
}

.hero p{
    line-height: 1.5em;
}

a {
    color: rgb(54 95 72);
    font-family: 'Roboto';
    font-weight: 700;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}






.product_section{
    background:aliceblue;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 50px;
}

.fiche_produit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin-bottom: 10px;
}

h2.titre_produit {
    font-size: 25px;
    color: rgb(54 95 72);
    font-weight: 700;
}


.desc_produit p{
    color: #333333;
}

img.image_produit {
    max-width: 80%;
    margin: auto;
}


.P_A{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px;
}

.prix{
    font-size: 24px;
    font-weight: 700;
}

.review .yellow{
    color: rgb(255, 205, 0);
}

.review .grey{
    color: #c4c4c4;
}

.add_to_cart{
    background-color: rgb(54 95 72);
    padding: 10px 45px;
    font-size: 17px !important;
    border-radius: 4px;
    border: none;
    color: white;
    text-transform: uppercase;
}

.divider{
    width: 80%;
    background: #333333;
    height: 1px;
    opacity: 0.4;
    margin: auto;
}

.divider_final{
    width: 80%;
    background: rgb(54 95 72);;
    height: 4px;
    opacity: 1;
    margin: auto;
}

.img_wrapper {
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
}


.ex_img{
    width: 100%;
    border-radius: 8px;
}

.special_title{
    color: rgb(54 95 72);
    font-size: 29px;
    text-align: center !important;
    font-weight: 900;
    line-height: 1em;
    padding-bottom: 10px !important;
}


.content{
    padding-top: 30px;
    padding-left:10px;
    padding-right: 10px;
    padding-bottom: 30px;
}


.examples{
    background-color:rgb(54 95 72);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
    padding-top: 30px;
    overflow-x: hidden;
}

.examples h2{
    color:white;
    font-weight: 900;
    text-align: center;
}

.examples p{
    font-size: 15px;
    color: white;
    line-height: 1.5em;
    text-align: center;
    margin-top: 20px;
}

.pint_img{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.img_left{
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    left: -100px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.37); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.37);
}

.img_right{
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    right: -100px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.37); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.37);
}



.CTA_images{
    border: 1px solid white;
    border-radius: 10px;
    color: white;
    background-color: transparent;
    padding: 14px 20px;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 17px;
    font-weight: 700;
    transition: ease 0.4s;
}

.CTA_images:hover{
    color:rgb(54 95 72);
    background-color: white;
    border:1px solid white;
    
}

.block{
    padding-top: 20px;
    padding-bottom: 30px;
}

.block h2 {
    font-size: 22px;
    font-weight: 700;
    color:#333333;
}

.block h3 {
    font-size: 17px;
    font-weight: 700;
    color:#333333;
    margin-top: 20px;
}

.block p{
    font-size : 15px;
    line-height: 1.5em;
}

.responsive-iframe {
    position: relative;
    width: 100%; /* Conteneur pleine largeur */
    padding-bottom: 56.25%; /* Hauteur proportionnelle pour un ratio 16:9 */
    height: 0; /* Nécessaire pour maintenir le ratio */
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* L’iframe prend toute la largeur du conteneur */
    height: 100%; /* L’iframe prend toute la hauteur calculée */
}

.iframe-style {
    border: none; /* Supprime la bordure */
}

.notice{
    font-size: 12px !important;
    line-height: 1.8em !important;
}

.link{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background: rgb(54 95 72);
    border: 1px solid rgb(54 95 72);
    color: white;
    border-radius: 3px;
}

.link a{
    color: white;
    font-weight: 500;
}

.faq_content{
    background-color: aliceblue;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}


.faq{
    padding-top: 30px;
}


.faq i{
    font-size: 15px;
}

.faq_title{
    color:rgb(54 95 72);
    font-size: 29px;
    text-align: center !important;
    font-weight: 900;
    line-height: 1em;
    padding-top: 20px;
    padding-bottom: 30px !important;
}

.faq h2{
    font-size: 19px;
    font-weight: 700;
    color: #333333;
}

.faq p{
    color:#333333;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 20px;
}


.reassurance{
    background:rgb(54 95 72);
    color: white;
    padding: 5px;
}


.reassurance-item img{
    width: 75px;
    margin-left: 55px;
    margin-bottom: 20px;
}

.reassurance-item p{
    line-height: 1.5em;
    text-align: center;
}


.reassurance h2{
    font-weight: 900;
    padding-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.reassurance-block {
    display: flex;
    flex-wrap: wrap; /* Permet de passer à la ligne si nécessaire */
    gap: 20px; /* Espacement entre les colonnes */
    justify-content: center;
}

.reassurance-item {
    flex: 0 1 calc(50% - 20px); /* 2 colonnes sur mobiles (50% de largeur) */
    box-sizing: border-box; /* Inclut les marges et paddings dans les calculs */
}

/* Sur les écrans desktop (min-width: 768px), 4 colonnes */
@media (min-width: 768px) {
    .reassurance-item {
        flex: 0 1 calc(25% - 20px); /* 4 colonnes sur desktop (25% de largeur) */
    }
}

.reassurance h3{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

.special_link{
    color:rgb(54 95 72);
    font-weight: 700;
}


.internal_links{
    padding: 30px;
    background: rgb(54 95 72);
    display: flex;
    flex-direction: column;
}

.internal_links h3{
    color:white;
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 30px;
}

.internal_links a{
    color: white;
    font-weight: 500;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 15px;
}


.copyright_section{
   
}


.outro{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}


.outro h2{
    color:rgb(54 95 72);
    font-size: 29px;
    text-align: center !important;
    font-weight: 900;
    line-height: 1em;
    padding-top: 40px;
    padding-bottom: 30px !important;
}

.outro p{
    color:#333333;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 30px;
}


.product_ins{
    max-width: 100%;
    margin: auto;
    position: relative;
    top: -20px;
}


.kit_reno_canap_wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


.kit_reno_canap{
    color:rgb(54 95 72);
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none;
    font-size: 17px;
    text-align: center;
}

.last{
    color:rgb(54 95 72);
    font-weight: 700;
    text-decoration: underline !important;
    text-align: center;
}

.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.call{
    font-size:19px;
    color:rgb(54 95 72);
    font-weight: 700;
    text-decoration: none;
    font-family: 'Roboto';
}
.call:hover{
    color:rgb(54 95 72);}
.call:focus{
    color:rgb(54 95 72); 
}

p.adress {
    margin-bottom: 0px;
}

.logo_footer{
    max-width: 180px;
}



@media only screen and (min-width : 1224px){
    .hero{
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .product_section{
        flex-direction: row; /* Change la disposition en ligne */
        flex-wrap: wrap; /* Permet d'utiliser plusieurs lignes */
        justify-content: space-between; /* Espacement des colonnes */
        padding-left: 10%;
        padding-right: 10%;
    }

    .fiche_produit{
        flex: 0 0 48%; /* 48% pour deux colonnes avec un espace entre */
        box-sizing: border-box; /* Inclut le padding et la bordure dans la largeur */
    }



    .fiche_produit img{
        max-width: 300px;
    }

    .ex_img {
        width: 80%;
        border-radius: 8px;
        padding-top: 70px;
    }

    .img_wrapper{
        display: flex;
        justify-content: center;
    }

    .content {
        padding-top: 90px;
        padding-left: 10%;
        padding-right:10%
    }

    .link {
        width: 500px;
    }

    .examples{
        padding-left: 10%;
        padding-right: 10%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
        padding-top: 90px;
    }

    .pint_img{
        flex-direction: row;
        gap: 30px;
    }

    .pint_img img{
        max-width: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img_left{
        left: 0;
    }

    .img_right{
        right:0
    }

    .CTA_images{
        margin-top: 0;
    }

    .faq_content{
        padding-left: 10%;
        padding-right: 10%;
    }

    .reassurance{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .reassurance-item{
        flex: 0 1 calc(25% - 20px);
        flex-direction: column;
        display: flex;
        align-items: center;
        padding: 30px;
    }

    .reassurance-item img{
        margin-left: 0;
    }

    .outro{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 10%;
        padding-right: 10%;
    }

    .product_ins {
        max-width: 600px;
        margin-top: 50px;
    }

    .internal_links{
        padding-left: 10%;
        padding-right: 10%;
        display: flex;
        background: rgb(54 95 72);
        
    }

    .internal_links h3{
        text-align: center;
    }
}


