body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 100%;
    color: white;
    background-image: url(images/background\ menu.png);
}

.nav img{
    position:fixed;
    height:680px;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.phone, .location {
    width: 20px;
}

.top-bar {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    padding: 10px 100px;
    background: rgba(0, 0, 50, 0.6);
    position:fixed;
    gap: 110px;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.logo {
    height: 60px;
}

.contact-info {
    display:block;
    justify-content: center;
    margin-left: 200px;
    font-size: 14px;
}

.logo2{
    padding-top: 200px;
    width: 600px;
}

nav {
    display: flex;
    gap:30px;
}

.nav-button {
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 10px;
    border-radius: 20px;
    cursor: pointer;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    text-align: center;
}

.back{
    position:relative;
    background-image: url('images/capture\ menu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 679px;
    background-repeat:no-repeat;
}

.eye {
    font-size: 50px;
}
.subtitle {
    font-size: 20px;
    margin-top: 15px;
}

.horaires-table {
    display: flex;
    justify-content: center;
    gap: 120px;
    padding: 15px;
    max-width: 1200px;
    margin: auto;
    margin-top: 95px;
}
.day {
    font-weight: bold;
}

footer {
    background-color: black;
    color: white;
    padding: 10px 0;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.social-media img{
    width: 40px;
}

.legal-links {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.legal-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin: 5px 0;
    transition: 0.3s;
}

.legal-links a:hover {
    color: grey;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .legal-links {
        text-align: center;
    }
}


.container{
    background-image: url(images/backcontainer.png);
    background-repeat: no-repeat;
    background-size: cover; /* Ajuste l'image pour couvrir toute la div */
    background-position: center;
    margin: 100px;
    margin-left: 125px;
    padding-top: 20px; /* Ajuste l'espace en haut */
    padding-bottom: 20px; /* Ajuste l'espace en bas */
}

.container h1{
    color:#5894CC;
    font-size: 30px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 0px;
}

.container h2{
    color:#5894CC;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.container p{
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

.container .mardi{
    display: flex;
    justify-content: center;
}

.container .dimanche{
    display: flex;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.container .prix{
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
    font-size: 30px;
    color: #5894CC;
}

.container1 {
    max-width: 1000px;
    margin: 0 auto;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

.brunch-title {
    color: #5894CC;
    font-size: 36px;
    margin-bottom: 0;
}

.dimanche {
    color: #5894CC;
    font-size: 18px;
    text-align: center;
}

.menu-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.menu-section {
    width: 45%;
}

.section-title {
    color: #5894CC;
    font-size: 28px;
    margin-bottom: 30px;
}

.menu-item {
    margin-bottom: 20px;
}

.price {
    color: #5894CC;
    font-size: 32px;
    text-align: right;
    margin-top: 40px;
    padding-right: 5px;
}


.container .chef{
    display: flex;
    justify-content: center;
    font-family:'Courier New', Courier, monospace;
    font-size: 20px;    
}





