body #columns{
    padding-top: 0px;
}

#entretien_produits_all .shadow,#entretien_produits_all .shadow_bottom {
    width: 100%;
    margin: 45px auto 0;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

#entretien_produits_all .shadow:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgb(0 0 0/9%), rgba(97, 97, 97, 0.0) 60%);
    background: radial-gradient(ellipse at 50% -3%, rgb(0 0 0/10%), rgba(97, 97, 97, 0.0) 60%);
    padding-top: 20px;
    left: 0;
    z-index: 1;
}

#entretien_produits_all .shadow_bottom::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: -webkit-radial-gradient(50% -3%,ellipse cover,rgb(0 0 0/9%),rgba(97,97,97,0.0) 60%);
    background: radial-gradient(ellipse at 50% -3%,rgb(0 0 0/10%),rgba(97,97,97,0.0) 60%);
    padding-top: 20px;
    left: 0;
    z-index: 1;

}

#entretien_produits_all .shadow_bottom{
    padding-bottom: 60px;
}

#entretien_produits_all .content_grid{
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto auto;
    grid-column-gap: 32px;
}

#entretien_produits_all .content_grid img{
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

#entretien_produits_all .content_grid.grid_reverse img{
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}


#entretien_produits_all span.title_list{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
}

#entretien_produits_all li{
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}

#entretien_produits_all .top-img img {
    width: 100%;
    object-fit: cover;
    filter: brightness(65%);
}

#entretien_produits_all .title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 16px ;
    padding-right: 16px ;
    text-align: center;
    top: 275px;
}

#entretien_produits_all .title .clean {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 49px;
    line-height: 64px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

#entretien_produits_all .title .maintenance {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

#entretien_produits_all .buttons {
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
    padding: 40px;
}

#entretien_produits_all .buttons_text {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #232326;
    margin: 0 ;
    text-align: center;
}

#entretien_produits_all .entretien_produits .section_entretien {
    margin-bottom: 40px;
}

#entretien_produits_all .entretien_produits .section_entretien h2 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 35px;
    color: #0C0C0D;
    margin: 0 0 32px 0;
}
#entretien_produits_all .entretien_produits .section_entretien.shadow h2 {
    margin-top: 70px;
}

#entretien_produits_all .entretien_produits .section_entretien h2.marge_shadow{
    margin-top: 65px;
}

#entretien_produits_all .entretien_produits .section_entretien p {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

#entretien_produits_all .entretien_produits .section_entretien .content{
    display: flex;
    gap: 32px;
}

#entretien_produits_all .entretien_produits .section_entretien .content_row{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
}

#entretien_produits_all .entretien_produits .section_entretien .content img{
    width: 404px;
    height: fit-content;
    border-radius: 10px;

}

#entretien_produits_all .entretien_produits .section_entretien .content .text_content{
    display: flex;
    flex-direction: column;
}


#entretien_produits_all .more-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    background: #323235;
    border-radius: 10px;
    margin-bottom: 40px;
}

#entretien_produits_all .info-text {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
}

#entretien_produits_all .more-products .btn-made {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 40px auto;
}

#entretien_produits_all .more-products .btn-black {
    background-color: #0C0C0D;
    padding: 8px 16px;
    color: white;
    font-family: 'Hanken Grotesk', sans-serif;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}



/* ------- RESPONSIVE ------- */

@media (max-width: 1024px) {
    #entretien_produits_all .title .clean{
        margin-left: auto;
        margin-right: auto;
    }

    #entretien_produits_all .content_grid {
        grid-template-columns: 1fr;
        grid-row-gap: 8px;
    }
    #entretien_produits_all .content_grid img , #entretien_produits_all .content_grid.content_grid img{
        margin-right: auto;
        margin-left: auto;
        grid-row-start: 2 !important;
        grid-column-start: auto !important;
        grid-row-end: auto !important;
        grid-column-end: auto !important;
        width: 343px;
    }

}

@media (max-width: 900px) {
    #entretien_produits_all .section_entretien .content{
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 700px) {
    #entretien_produits_all .title .clean{
        font-size: 32px;
        line-height: 40px;
    }

    #entretien_produits_all .title .maintenance{
        margin-left: auto;
        margin-right: auto;
    }
    #entretien_produits_all .buttons{
        padding: 20px;
    }

    #entretien_produits_all .buttons_text{
        font-size: 16px;
    }

    #entretien_produits_all .entretien_produits .section_entretien .content img{
        width: 343px;
    }

}

@media (max-width: 900px) {
    #entretien_produits_all .reverse_mobile{
        gap: 16px !important;
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: center !important;
    }
}

/*----GESTION HEADER POUR CHAQUE PAGE----*/

/*SALLE DE BAIN*/

    #entretien_produits_all.sdb .top-img img {
        height: 1000px;
        margin-top: -616px;
    }

/*MATELAS ET TABLE BOIS MASSIF*/

    #entretien_produits_all.mat .top-img img, #entretien_produits_all.tbm .top-img img{
        height: 384px;
        object-position: 100% 0;
    }
/* SEJOUR */
    #entretien_produits_all.sej .top-img img {
        height: 384px;
    }











