.main-resto {
    margin-top: 8rem;
}

.bars,
.voir {
    color: #838383;
}

.nav-color {
    color: #838383;
}

#Thieyp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.img-1 {
    display: flex;
    justify-content: center;
    gap: 80px;

    width: 100%;

}

.img-resto {
    border-radius: 20%;
    max-width: 100%;
    height: auto;
    box-shadow: 0 8px 20px rgba(49, 9, 9, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-resto:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 10rem;
    font-style: normal;
    color: #06A086
}

#Thieyp,
h2 {
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    align-self: flex-start;
    padding-left: 20px;
}

.ambionce {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #292929;
}

/* NUOVA SEZZIONE informazioni */


.container-ref {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 50px;
}

.contenitore-1 {
    width: 50%;
    margin-top: 20px;
}

.container-ref,
.contacter {
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    color: #06A086;
    align-self: flex-start;
    padding-left: 10px;
}

.ambiance {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    font-style: normal;
    color: #292929;

}

.Adresse {
    font-family: "Rakkas", serif;
    font-weight: 400;
    font-style: normal;
    color: #292929;
    font-size: 1.5rem;
}

.stars {
    color: rgb(255, 255, 0);
    font-size: 1.5rem;
}

.comment-cont {
    display: flex;
    flex-direction: row;

}

.commen-box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 600px;
    margin: auto;
    padding: 2rem;
}

.contenitore-2 {
    margin-left: 0;
    margin-top: 20px;
    padding: 1rem;
}

.comment-stras {
    font-family: "Rakkas", serif;
    font-weight: 400;
    font-style: normal;
    color: #292929;
    font-size: 1.5rem;
    gap: 1rem;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 780px) {
    .main-resto {
        display: flex;
        flex-direction: column;
    }

    h1 {
        font-size: 5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .container-ref {
        display: flex;
        flex-direction: column;

    }

    .comment {
        display: none;
    }

    .comment:nth-child(1),
    .comment:nth-child(2) {
        display: flex;
        /* Mostra solo i primi due */
    }

    .img-1 {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-direction: column;
        width: 100%;
        margin-left: 125px;
        padding: 1rem;
    }


    .contacter {
        font-size: 1.5rem;
    }

    .Adresse {
        font-size: 1rem;
    }

    .ambionce {
        font-size: 1.5rem;
        width: 265px;
    }

    .comment-respo {
        height: 80px;
        width: 80px;
    }

    #Thieyp {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .img-resto {
        height: 250px;
        width: 250px;
        display: flex;
        justify-content: center;
        margin-right: 53px;
    }

    .main-resto {
        margin-top: 4rem;
    }
}