.subtitle {
    color: var(--red);
    font-family: var(--font-tertiary);
    margin-left: -1rem;
    transform: rotate(-2deg);
    margin-bottom: 0.5rem;
}



.border-radius {
    border-radius: 0.5rem;
}

.banner {
    margin-top: -212px;
    padding: 0;
    background-image: url(https://ozzypizzeria.fr/wp-content/uploads/2026/02/banniere-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner .min-height {
    min-height: calc(60vh - 278px);
    margin-top: 240px;
    padding-bottom: 2rem;

}

.banner h1 {
    color: var(--background);
    font-size: 4.5rem;
}

.banner .underline-svg {
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    z-index: 0;
    /* espace pour la courbe */
}

.banner .underline-svg::after {
    content: "";
    position: absolute;
    left: initial;
    right: -1rem;
    bottom: 0rem;
    /* ajuste la hauteur sous le texte */
    height: 31px;
    width: 115px;
    /* hauteur du SVG */
    background-image: url('https://ozzypizzeria.fr/wp-content/uploads/2026/02/underline-pizza.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* s’adapte à la largeur du mot */
    pointer-events: none;
    z-index: -1;
    /* derrière le texte */
}


.cuisine {
    background-color: var(--background-3);
    position: relative;
}



.lieu .text-lead p {
    font-family: var(--font-tertiary);
    font-size: 1.25rem;
    color: var(--blue);
}

.lieu::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    background-image: url(https://ozzypizzeria.fr/wp-content/uploads/2026/02/divider-lieu.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    width: 100%;
}


.plats {
    overflow: hidden;
    padding: 5rem 0;
    margin-top: 5rem;
    background: url(https://ozzypizzeria.fr/wp-content/uploads/2026/02/line.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.plats .container-plat {
    margin-right: -8rem;
    margin-left: -8rem;
}

.plats img {
    scale: 1.3;
}

.plats .plat {
    color: var(--red);
    font-size: 1.125rem;
    font-family: var(--font-tertiary);
    transform: rotate(-2deg);
    font-weight: 700;
}

.plats .tartufa {
    bottom: 0;
    right: 0;
}

.plats .linguine-napletana {
    top: -4rem;
    right: 0;
}

.plats .bella-napoli {
    bottom: 0;
    left: -2rem;
}

.plats .parmigiana {
    top: -4rem;
    left: 0;
}



.volonte .pates {
    object-fit: cover;
    aspect-ratio: 16/9;
    height: 100%;
    object-position: top;
}

.volonte .offre {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem;
    overflow: hidden;
}

/* .volonte .offre:after {
    content: '';
    position: absolute;
    top: 2rem;
    right: 1rem;
    height: 52px;
    width: 37px;
    background-image: url(https://ozzypizzeria.fr/wp-content/uploads/2026/02/illu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

} */

.volonte .offre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(https://ozzypizzeria.fr/wp-content/uploads/2026/01/pattern-parmesan.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
}

.volonte .offre span {
    position: relative;
    z-index: 1;
    font-family: var(--font-tertiary);
    color: var(--red);
    font-size: 1.5rem;
    transform: rotate(-2deg);
    line-height: 1.2;
}

.volonte .arrow-table {
    bottom: 4rem;
    right: 2rem;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.volonte .arrow-table p {
    font-size: 2.5rem;
    color: var(--background);
    font-family: var(--font-tertiary);
    line-height: 1.1;
    margin: 0;
    transform: rotate(-2deg);
}

.volonte .offre span.text-lead {
    font-size: 3.5rem;
}

.volonte .offre span.price {
    font-size: 3rem;
}

.volonte .arrow-tablette {
    bottom: 2rem;
    right: 2rem;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.volonte .arrow-tablette p {
    font-size: 1.5rem;
    color: var(--background);
    font-family: var(--font-tertiary);
    line-height: 1.1;
    margin: 0;
    transform: rotate(-2deg);
}

.livraison {
    position: relative;

}



.livraison>* {
    position: relative;
    z-index: 1;
}

.salle {
    position: relative;
}


.salle .right-img {
    max-width: 250px;
    height: auto;
    top: 2rem;
    right: -3rem;
    border-radius: 0.5rem;
    overflow: hidden;
}


.salle .left-img {
    max-width: 312px;
    height: auto;
    bottom: 2rem;
    left: -3rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.cta,
footer {
    background-color: var(--background-3);
}

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


    .banner {
        margin-top: 0;
        padding: 0;
        background-image: url(https://ozzypizzeria.fr/wp-content/uploads/2026/02/concept.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        min-height: 320px;
    }

    .banner::after {
        content: '';
        background: #060B0E;
        background: -webkit-linear-gradient(0deg, rgba(6, 11, 14, 0.50) 0%, rgba(6, 11, 14, 0) 80%);
        background: -moz-linear-gradient(0deg, rgba(6, 11, 14, 0.50) 0%, rgba(6, 11, 14, 0) 80%);
        background: linear-gradient(0deg, rgba(6, 11, 14, 0.50) 0%, rgba(6, 11, 14, 0) 80%);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .banner>* {
        z-index: 1;
        position: relative;
    }

    .banner h1 {
        color: var(--background);
        font-size: 2rem;

    }

    .plats {
        background: initial;
    }


    .plats img {
        scale: 1.3;
    }

    .galerie-mobile {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .plats .plat {
        color: var(--red);
        font-size: 1.5rem;
        font-family: var(--font-tertiary);
        transform: rotate(-2deg);
        font-weight: 700;
        width: 100%;
    }

    .plats .tartufa {
        bottom: -3rem;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .plats .linguine-napletana {
        top: initial;
        bottom: -3rem;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .plats .bella-napoli {
        top: initial;
        bottom: -3rem;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .plats .parmigiana {
        top: initial;
        bottom: -3rem;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .volonte .offre {
        padding: 5rem 0;
    }

    .left-img,
    .right-img {
        display: none;
    }

    h2 {
        font-size: 2rem;
    }

    .plats {
        margin-top: 0;
    }

}