body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
}

/* NAVBAR */
nav {
    background: #fafafa;
    color: black;
    padding: 20px 0;
    position: relative;
    box-shadow: -1px 4px 7px 0px #838383;
}

nav ul {
    list-style: none;   
    display: flex;
    justify-content: right;
    padding: 0 100px;
}

nav ul li {
    margin: 0 50px;
}

nav ul li a {
    color: black;
    text-decoration: none;
    white-space: nowrap;
}

/* HEROBANNER */
#hero { 
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/decors-fond.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10vh 0vw;
    color: black;
    font-weight: bold;
}

#hero h1  {
    margin-bottom: -10px;
    transform: scale(1.1);
}

#hero .logo-creme {
    margin-top: 40px;
    width: 300px;
    height: auto;
}

#hero button {
    border: none;
    border-radius: 25px;
    background-color: #C6A989;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 25px;
    margin-top: 40px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#hero button svg {
    fill: white;
    align-items: center;
}

#hero button:hover {
    background-color: #b1977b;
}
/* PRESENTATION EQUIPE */
#equipe {
    display: flex;
    flex-direction: row-reverse;
    background-image: url(../img/fondbleu.jpg);
    background-position: 100% 90%;
    background-repeat: no-repeat;
    background-size: 100% 272px;
}

.content-equipe h2 {
    margin-top: 50px;
    padding: 0 80px;
}

.content-equipe p {
    padding: 5px 80px;
    margin-right: 60px;
    text-align: justify;
}

.chef-container {
    margin-top: 50px;
    margin-right: 30px;
}

/* PRESENTATION RESTAURANT */
#restaurant {
    display: flex;
    flex-direction: row; 
    width: 100%;  
    margin-top: 100px;
}
.resto-container {
    max-height: 449px;
    max-width: 781px;
}
.resto-container img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.content-restaurant {
    width: 45%;
    padding: 20px;
}

.content-restaurant p {
    text-align: left;  
}

/* GALLERY */
.gallery {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
   margin-top: 100px;
}

.gallery-item {
    flex: 1 1 calc(33.33%); 
    box-sizing: border-box; 
}

.gallery-item img {
    width: 100%;
    height: 100%; 
    display: block;
    object-fit: cover; 
}


.section_la_carte {
    margin-top: 58px;
}

.section_la_carte h2 {
    margin-left: 83px;
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.container_flex_la_carte {
    margin-top: 32px;
    display: flex;
    gap: 47px;
}

.container_carte_1 {
    margin-left: 53px;
}

.container_carte_2 {
    margin-right: 35px;
}

.section_contact_reservation {
    margin-top: 45px;
    padding-bottom: 150px;
    background-image: url(../img/brush-bleu-gauche.png);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: clamp(20%);
}

.section_contact_reservation h2 {
    margin-left: 83px;
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.grand_container_contact_reservation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container_horaires_ou_nous_sommes {
    margin-left: 136px;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.container_horaires h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.container_horaires p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 7px;
}

.container_ou_nous_sommes h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.container_ou_nous_sommes p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px;
}

.container_reservez {
    border-radius: 15px;
    border: 3px solid #b5b5b5;
    margin-right: 98px;
    padding: 19px 48px;
}

.section_contact_reservation h2 {
    margin-left: 83px;
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.container_couverts_date {
    display: flex;
    flex-direction: column;
    margin-top: 33px;
}

.container_couverts {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.container_couverts_date label {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.container_couverts_date input {
    border-radius: 4px;
    border: 2px solid #c6a989;
    background: #eee;
    width: 236px;
    height: 42px;
    transition: 0.2s;
}

.container_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.container_couverts_date label {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.container_couverts_date input {
    border-radius: 4px;
    border: 2px solid #c6a989;
    background: #eee;
    width: 236px;
    height: 42px;
    transition: 0.2s;
}

.ligne_separation_reservez {
    background-color: #c6a989;
    width: 100%;
    height: 1px;
    margin-top: 28px;
}

.container_service_midi_soir p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
}

.container_service_midi_soir span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.container_service_midi div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #c6a989;
    width: 83px;
    height: 46px;
    cursor: pointer;
    transition: transform 0.3s;
}

.container_service_midi {
    display: flex;
    gap: 28px;
    margin-top: 10px;
}

.container_service_soir div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #c6a989;
    width: 83px;
    height: 46px;
    cursor: pointer;
    transition: transform 0.3s;
}

.container_service_soir {
    display: flex;
    gap: 28px;
    margin-top: 10px;
}

.ligne_separation_reservez {
    background-color: #c6a989;
    width: 100%;
    height: 1px;
    margin-top: 28px;
}

.container_mail {
    margin-top: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container_mail label {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.container_mail input {
    border-radius: 4px;
    border: 2px solid #c6a989;
    background: #eee;
    width: 236px;
    height: 42px;
    transition: 0.2s;
}

.container_button {
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_reservez button {
    border-radius: 5px;
    background: #c6a989;
    width: 224px;
    height: 42px;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    transition: transform 0.3s;
}

footer {
    display: flex;
    align-items: flex-end;
    background: #c6a989;
    height: 94px;
}

footer p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 25px 21px;
}