body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 100%;
    color: white;
    background-image: url(images/boisson\ fond.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;
    margin-left: 10px;
    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/boissson\ 1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 679px;
    background-repeat:no-repeat;
}

.subtitle {
    font-size: 20px;
    margin-top: 15px;
}

.eye {
    font-size: 50px;
}

.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;
    }
}


.wine-container {
    max-width: 800px;
    margin-top: 70px;
    margin-left:270px;
    position: relative;
    padding: 20px;
    background-image: url(images/boissonboutteille.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wine-title {
    color: #14427a;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 5px;
}

.wine-subtitle {
    color: #14427a;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.wine-list {
    list-style-type: none;
    padding: 0;
}

.wine-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #d4c9b6;
}

.wine-icon {
    color: #8b0000;
    font-size: 1.2rem;
    margin-right: 10px;
}

.wine-name {
    flex-grow: 1;
    font-size: 1.1rem;
}

.wine-region {
    color: #14427a;
    font-weight: bold;
}

.wine-details {
    color: #666;
}

.wine-price {
    color: #14427a;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: right;
    min-width: 80px;
}

.wine-bottle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: 200px;
    opacity: 0.8;
}

.wine-container1 {
    max-width: 800px;
    margin-top: 70px;
    margin-left:270px;
    position: relative;
    padding: 20px;
    background-image: url(images/cocktails.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wine-container2 {
    max-width: 800px;
    margin-top: 70px;
    margin-left:270px;
    margin-bottom: 70px;
    position: relative;
    padding: 20px;
    background-image: url(images/softs.png);
    background-repeat: no-repeat;
    background-size: cover;
}