.section-home {
    width: 95%;
    max-width: 800px;

}

.bloc-comment {
    margin-bottom: 50px;
}

.intro {


    margin: 50px auto 0 auto;

}

.intro h1 {
    font-family: var(--font-secondary);
    font-size: 3rem;
    margin-bottom: 15px;
}

.intro h2 {
    font-family: var(--font-primary);
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 200;
}

.intro p {
    font-family: var(--font-primary);
    font-size: 1.1rem;
    margin-bottom: 12px;
    font-weight: 300;
}



.content-intro {
    width: 90%;
    max-width: 600px;
    margin: auto;
}

.intro-buttons {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 685px) {

    .intro-buttons {
        justify-content: center;
    }

    .intro-buttons button {
        margin-bottom: 15px;
        width: 280px;
    }

}

.carrousel {
    margin: 25px auto 0 auto;
}



.bloc-options {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.bloc-option {

    width: 30%;
    max-width: 300px;
    border: 1px solid white;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
    min-width: 170px;
}

@media (max-width: 420px) {

    .bloc-option {
        min-width: auto;
        width: 90%;

    }

}

.option-personnalisation h2 {
    font-family: var(--font-primary);
    font-weight: 300;
    margin-top: 15px;

}

.bloc-option p {

    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 20px;
}

.bloc-option h3 {

    font-size: 1.6rem;
    font-weight: 300;
}

.bloc-option h3, .bloc-option p {
    text-align: center;
    color: var(--color-secondary);
    font-family: var(--font-primary);
}

.support-ex h2 {
    font-family: var(--font-secondary);
    font-size: 3rem;
    font-weight: 300;
    color: var(--color-secondary);
}

.support-ex p  {
    margin-top: 25px;
    font-family: var(--font-primary);
    font-weight: 300;
    color: var(--color-secondary);
}

.support-txt1 {
    font-size: 1.2rem ;
}

.support-txt2 {
    font-size: 1rem ;
}

.support-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 25px auto 0 auto;
}

.support-img img {
    width: 30%;
    max-width: 200px;
    height: auto;
    border-radius: 15px;
    margin-bottom: 12px;
    border: 1px solid var(--color-primary-hard);
}

.zohra {
    background-color: var(--color-primary-light);
    border-radius: 15px;
    padding: 10px;
    color: var(--color-secondary);
    margin-top: 80px ;
    width: 90%;
    max-width: 700px;
}



.header-zohra {
    display: flex;
}

.title-zohra h2 {
    font-family: var(--font-arabic);
    font-size: 3.5rem;
    color: var(--color-secondary-light);

}

.zohra p {
    font-family: var(--font-primary);
    font-size: 1.1rem;
    font-weight: 300;
    position: relative;
    top: -36px;
}

.title-zohra h3 {
    font-family: var(--font-primary);
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--color-secondary-light);
}

.picture-zohra {
    width: 220px;
    position: relative;
    left: -50px;
    top: -50px;
}

.picture-zohra img {
    width: 100%;
}

.title-zohra {
    position: relative;
    left: -28px;
    top: -64px;
}

@media (max-width: 1080px) {

    .picture-zohra {
        left: -22px;
    }

    .title-zohra {

        left: -5px;
    }

}




/* COMMENT */

.bloc-comment h2 {
    font-family: var(--font-secondary);
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--color-secondary);
}

.intro-comment {
    font-family: var(--font-primary);
    font-size: 1.2em;
    font-weight: 300;
    color: var(--color-secondary);
    width: 95%;
    margin-left: auto;
    margin-bottom: 30px;
}

.header-comment {
    display: flex;
}

.pict-product {
    width: 50px;
    margin-right: 20px;
}

.pict-product img {
    width: 100%;
    border-radius: 15px;
}

.title-comment {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 300;
    color: var(--color-secondary);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95%;
}

.rank {
    display: flex;
    justify-content: space-between;
}

.body-comment {
    margin-top: 5px;
    font-family: var(--font-primary);
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--color-secondary);
    white-space: pre-wrap
}

.date-comment {
    font-size: 0.8rem;
}

.carrousel-comment {
    width: 85%;
    margin: auto;
}

.info-comment {
    font-size: 11px;
    margin-top: 20px;
}

.data-commande {
    font-size: 12px;
    margin-top: 6px;
    color: var(--color-primary-hard);
}

.pictures-comment {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.pictures-comment img {
    width: 80px;
    border-radius: 12px;
    margin-right: 8px;
}

/* Bouton pause/play pour le carrousel de commentaires */
.swiper-pause-play-comment {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.swiper-pause-play-comment:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) scale(1.1);
}

.swiper-pause-play-comment svg {
    color: var(--color-primary);
}

@media (max-width: 768px) {
    .swiper-pause-play-comment {
        width: 36px;
        height: 36px;
    }

    .swiper-pause-play-comment svg {
        width: 20px;
        height: 20px;
    }
}