body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Hero Section */
.hero {
    /*background: url('hero-image.jpg') no-repeat center center/cover;*/
    background-color: teal;
    color: white;
    text-align: center;
    padding: 70px 20px 0px 20px;
}

.hero h1 {
    font-size: 3.5rem;
    letter-spacing: -1.9px;
    margin: 0;
    margin-left: 20%;
    margin-right: 20%;
    line-height: 1.1em;
}

@media screen and (max-width:767px){
    .hero h1 {
        font-size: 2.1rem;
        line-height: 1.1em;
        margin: 0;
    }

   
}

.sommaire_mobile {
    position: fixed;
    z-index: 999999;
    bottom: 0px;
    width: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(34,34,38,0.43323266806722693) 35%, rgba(8,8,8,1) 100%);
    padding-top: 50px;
    padding-bottom: 30px;
}

.mobile-select {
    appearance: none; /* Supprime le style natif */
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none; /* Firefox */
    background-color: #f5f5f5; /* Couleur de fond */
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

/* Ajout d'une flèche personnalisée */
.sommaire_mobile::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 14px;
    color: teal;
    pointer-events: none;
}

/* Effet au survol */
.mobile-select:hover {
    background-color: #eaeaea;
}

/* Effet au focus */
.mobile-select:focus {
    outline: none;
    border-color: teal;
    background-color: #fff;
}

/* Wrapper */
.guide_achat_peinture_wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    gap: 30px;
}

/*temps de lecture*/
.temps_de_lecture{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
    position: relative;
    top: 60px;
    font-size: 11px;
   
}

@media screen and (max-width:767px){
    .temps_de_lecture img{
        max-width: 360px;
    }
}

.temps_de_lecteur_data{
    display: flex;
    align-items: center;
    gap: 10px;
}

.temps_de_lecture p{
    font-size: 11px;
}

.temps_de_lecture svg{
    fill: white;
}

.sommaire_wrapper{
    display: none;
}

@media screen and (max-width:767px){

    .sommaire_wrapper{
        display: flex;
    }
    .temps_de_lecture{
        flex-direction: column;
        gap: 0;
        position: relative;
        top: 50px;
        align-content: center;
        font-size: 11px;
        font-weight: 200;
        margin: 0;
    }

    .temps_de_lecture p{
        font-weight: 200;
        font-size: 11px;
        margin: 0;
        

    }
}


.sommaire_desktop{
    font-weight: 900;
    margin-bottom: 20px;
}
.text_color{
    color: teal;
}

#mobile-sommaire{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sommaire_wrapper{
   
    justify-content: center;

}

/* Sommaire (Desktop) */

.sticky-sidebar {
    position: sticky;
    top: 20px;
    max-width: 250px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    height: fit-content;
    border-radius: 5px;
}

.sticky-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

/* Timeline */
.sticky-sidebar ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 2px;
    height: 100%;
    background: #ddd;
}

.sticky-sidebar ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px 0;
    padding-left: 20px;
}

/* Timeline Dot */
.sticky-sidebar ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ddd;
    border: 2px solid white;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Active Dot */
.sticky-sidebar ul li.active::before {
    background: teal;
    transform: scale(1.2);
}

.sticky-sidebar ul li a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    display: block;
    transition: color 0.3s ease;
}

.sticky-sidebar ul li.active a {
    color: teal;
    font-weight: bold;
    font-size: 120%;
    line-height: 1.3em;
}

/* Contenu principal */
.content {
    flex: 1;
}

.section {
    margin-top: 120px;
    margin-bottom: 120px;
}

.section h2, h2 {
    margin-top: 0;
    line-height: 1.1em;
    text-align: center;
}

#section1 .text_media{
    display: flex;
    gap:30px
}

@media screen and (max-width:767px){
    #section1 .text_media{
        flex-direction: column;
        gap:30px
    }

    .half_content{
        max-width: 100% !important;
    }

    .half_content img{
        width: 100%;
        border-radius: 4px;
    }

}



.half_content{
    max-width: 50%;
}


.half_content img{
    max-width: 400px;
    border-radius: 4px;
}



@media screen and (min-width:768px){
    

    .section h2{
        font-size: 2.5em !important;
        letter-spacing: -1.9px !important;
    }
}


    

    .section h2{
        font-size: 33px;
        letter-spacing: -1.9px;
    }



/* Sommaire (Mobile) */
.mobile-select {
    display: none;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wrapper {
        flex-direction: column;
    }

    .sticky-sidebar {
        display: none;
    }

    .mobile-select {
        display: block;
    }
}



.featured_sections_guide_wrapper{
    display: flex;
    gap:20px;
    margin-top: 30px;
}

@media screen and (max-width:767px){
    .featured_sections_guide_wrapper{
        flex-direction: column;
    }
}

.featured_sections_guide{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #333333;
    padding: 20px;
    border-radius: 10px;
    transition: ease 0.4s;
}

.featured_sections_guide:hover{
    background: #333333;
}

.featured_sections_guide:hover h3{
    color: white;
}

.featured_sections_guide:hover p{
    color:white
}

.featured_sections_guide h3{
    margin: 0;
    letter-spacing: -0.9px;
    line-height: 1em;
    text-align: center;
}

.featured_sections_guide p{
    text-align: center;
}


.featured_sections_guide__link{
    text-decoration: underline;
    color: teal;
    font-size: 12px;
}



/* Carousel Container */

section#section11 {
    background: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}


.carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
    padding: 20px;
}

/* Carousel Track */
.carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
    height: 700px;
}

/* Individual Product Card */
.product-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 20%; /* Each product takes 25% width */
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 4px;
    background-color: white;
}

.product-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.product-card h3 {
    font-size: 1.3rem;
    line-height: 1.3em;
    margin: 10px 0 5px;
}

.product-card .price {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
}

.product-card .from_guide{
    font-size: 12px;
    color:grey;
}

.product-card .from_price .price{
    margin: 0;
}

.product-card .rating {
    color:teal;
    margin: 5px 0;
    font-weight: 700;
}

.product-card a{
    text-decoration: none;
}

.product-card h3{
    color: #333;
    letter-spacing: -1.5px;
}
.guide_add_to_cart{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border: 2px solid #222;
    padding: 4px 30px;
    text-decoration: none;
    color: #333333;
    margin: auto 15px;
    font-weight: 700;
    transition: color 0.6s ease; /* Transition fluide */
}


.guide_add_to_cart:hover{
    background: teal;
    border-color: teal;
    color: white;
}




.guide_add_to_cart svg{
    width: 1.5em;
    height: 1.5em;
}



/* Carousel Buttons */
.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}

.carousel-button.prev {
    left: 10px;
}

.carousel-button.next {
    right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-card {
        flex: 0 0 80%; /* Show 2 products per row */
    }
}

@media (max-width: 480px) {
    .product-card {
        flex: 0 0 80%; /* Show 1 product per row */
    }
}

/*Bon à savoir*/

.bon_a_savoir{
    border: solid 2px teal;
    padding:10px 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.Basv{
    position: relative;
    top: -23px;
    left: 10px;
    background-color: white;
    color: teal;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.bon_a_savoir p {
    margin-top: 0;
}


/*Focus*/
.guide_focus{
    border-radius: 4px;
    background: rgb(233, 233, 233);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

.image_focus{
    background-image: url('nuancier.jpg');
    background-size: cover;
    background-position: center center;
    height: 215px;
    width: 40%;
    border-top-left-radius:4px;
    border-bottom-left-radius: 4px;
}

@media screen and (max-width:767px){
    .image_focus{
        display: none;
    }

    .content_focus{
        padding: 10px;
    }
}

.content_focus{
    padding-left: 30px;
}

.link_focus{
    font-weight: 700;
    color: teal;
}

.tooltip_focus{
    display: flex;
    align-items: center;
    gap: 10px;
}
.tooltip_focus span {
    color: teal;
}
.tooltip_focus span{
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -1.8px;
}

.tooltip_focus svg{
    width: 1.5em;
    height: 1.5em;
    fill: teal;
}


#section5 .yt {
    color: teal;
    font-weight: 800;
}

#section5 li{
    list-style: none;
    margin-bottom: 25px;
}


#section5 .rea_pro{
    padding: 10px;
    border: 2px solid teal;
    margin-top: 60px;
    margin-bottom: 60px;
}


#section8 li{
    list-style: none;
    margin-bottom: 25px;
}


.cta_cat{
    margin-top: 30px;
    background-color: teal;
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    align-items: center;
    padding: 6px 30px;
    width: fit-content;
    text-decoration: none;
    transition: ease 0.4s;
    font-weight: 700;
}

.cta_cat:hover{
    background-color: rgb(2, 102, 102);
}



/*Section carousel*/

section#section7 {
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 70px;
}

#section7 h2{
    text-align: center;
}

span.underline {
    text-decoration: underline;
    color: teal;
}

#section7 p{
    text-align: center;
}

#section7 .image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}



#section7 .image-box {
    width: calc(50% - 10px); /* 4 images alignées sur desktop */
    height: 280px;
    background-size: cover;
    background-position: center;
    
}

@media (max-width: 768px) {
    #section7 .image-box {
        width: 100% ; /* 2 colonnes sur mobile */
    }
}

#section1{
    margin-top: 20px !important;
}

section#section1, section#section2 ,section#section3, section#section4, section#section5, section#section6, section#section8 {
    padding-left: 10px;
    padding-right: 10px;
}


.divider_thick{
    background: teal;
    height: 5px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 30px;
}


#section6 h3{
    letter-spacing: -0.8px;
    font-size: 150%;
    line-height: 1em;
}

#section6 a {
    text-decoration: none;
    font-weight: 900;
    color: teal;
}


#section6 .product_focus{
    display: flex;
    align-items: center;
}

@media screen and (max-width:767px){
    #section6 .product_focus{
        flex-direction: column;
    }
}

.product_focus__text{
    padding-right: 40px;
}

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

.product_focus__product__link {
    position: relative;
    top: -10px;
    display: flex;
    justify-content: center;
}

.product_focus__product__link a{
    text-decoration: none;
    color: teal;
    padding: 6px 30px;
    border: 1px solid teal;
    transition: ease 0.4s;
    font-weight: 900;
    border-radius: 4px;
}

.product_focus__product__link a:hover{
    background: teal;
    color: white !important;
}

#section6 .divider{
    width: 80%;
    height: 1px;
    background: teal;
    margin-right: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#section6 p{
    margin-bottom: 30px;
}

.adv{
    background: teal;
    color: white;
    font-weight: 900;
    border-radius: 20px 0px;
    padding: 10px 10px;
}



/*Tableau Comparatif*/

.comparatif{
    
}

/* Style général pour le tableau */
.responsive-table-container {
    width: 100%;
    overflow-x: auto; /* Ajoute un défilement horizontal si nécessaire */
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.responsive-table th, .responsive-table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

/* Style des images dans les en-têtes */
.responsive-table th {
    background-color: #f9f9f9;
    position: relative;
}

.responsive-table th img {
    width: 100%; /* L'image remplit la cellule */
    height: auto;
    display: block;
    max-width: 250px;
    margin: auto;
}

.responsive-table th h3 {
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
}

/* Ajustements pour petits écrans */
@media (max-width: 768px) {
    .responsive-table th, .responsive-table td {
        font-size: 0.9rem; /* Réduit légèrement le texte */
        padding: 8px;
    }

    .responsive-table th h3 {
        font-size: 1.15rem;
        line-height: 1.1em;
    }
}


.spec{
    background: teal;
    color: white;
    padding:0px !important;
    font-weight: 700;

}








#section3 a{
    text-decoration: none;
    font-weight: 900;
    color: teal;
}
















#section9 h3{
    line-height: 1.3em;
    margin-top: 60px;
    margin-bottom: 20px;
}


#section9 .accordion {
    width: 100%;
    
}

#section9 .accordion-item {
    border-bottom: 1px solid teal;
    margin-bottom: 30px;
    
}


#section9 .accordion-title {
    cursor: pointer;
    padding: 15px;
    font-size: 0.9em;
    font-weight: bold;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#section9 .accordion-title::after {
    content: "▼";
    font-size: 0.8rem;
    transition: transform 0.3s ease-in-out;
}

#section9 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background: #fff;
    padding: 0 15px;
}

#section9 .accordion-content p, .accordion-content ul {
    padding: 15px 0;
    margin: 0;
}

#section9 .accordion-item.active .accordion-content {
    max-height: 500px;
}

#section9 .accordion-item.active .accordion-title::after {
    transform: rotate(180deg);
}








#section10{
    border: 2px solid teal;
    padding-bottom: 10px;
    margin-top: 170px;
    margin-bottom: 0px;
}


#section10 h2{
    background: white;
    position: relative;
    top: -38px;
    left: 56px !important;
    width: fit-content;
    padding: 10px 30px;
    text-align: center;
    color: teal;
    font-size: 40px;
    width: 60%;
    margin-bottom: 0;
    line-height: 1.1em;
}


@media screen and (min-width:768px){
    #section10 h2{
        left: 40px;
    }
}

@media screen and (max-width:767px){
    #section10 h2{
        font-size: 30px;
        padding: 10px 9px;
        margin-bottom: 0;
        width: fit-content;
        top: -75px;
        color: teal;
        font-weight: 900;
        text-align: center;
        left: 25px !important;
        width: 80%;
        line-height: 1.2em;
    }
}

.rea_guide{
    display: flex;
    flex-direction: row;
    
    gap: 10px; /* Espacement entre les éléments */
    justify-content: center;
}

.box_guide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333333;
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
    flex: 1 1 calc(25% - 10px); /* 4 divs en desktop */
}

.box_guide svg{
    width:3.2em;
    height:3.2em;
    margin-bottom: 30px;
}

.box_guide span{
    font-size: 14px;
}

.box_guide h3{
    font-size: 19px;
    color: teal;
    font-weight: 900;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .rea_guide{
        flex-direction: column;
    }

    .box_guide svg{
        margin-bottom: 0;
    }
}

