body {
    font-family: Arial, sans-serif;
    background-image: url("background.png");
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 1920px 1080px;
    background-attachment: fixed;
    font-size: 20px;
    overflow-x: hidden;
}

header {
    background-color: #343a40;
    color: #fff;
    padding: 1em;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer {
    background-color: #343a40;
    color: #fff;
    text-align: center;
    width: 100%;
}

nav {
    background-color: #343a40;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.5em 0;
    flex-wrap: wrap;
    border-radius: 5px;
}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin: 0 10px;
    background-color: #343a40;
    border-radius: 5px;
    transition: padding;
}

nav a:hover {
    background-color: #dc3545;
}

.content {
    width: 80%;
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1, h2, h3 {
    color: #dc3545;
}

.hours, .menu, .contact {
    margin-bottom: 2em;
}

.menu-item {
    margin-bottom: 1em;
}

.menu-item h4 {
    margin: 0;
}

.slider {
    position: relative;
    width: 100%;
    max-width: 700px;
    max-height: 700px;
    overflow: hidden;
    margin: auto;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#myImage {
    width: 200px;
    height: 200px;
    transition: height 0.3s ease, width 0.3s ease;
}

#myImage.small {
    width: 75px;
    height: 75px;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
}

.dehors {
    height: 480px;
    object-fit: cover;
    width: auto;
    margin: 0;
    position: relative;
}

.rectangle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #343a40;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    width: 70%;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 10px;
}

.rectangle img {
    flex: 1;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


.terrace-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px 0;
    border-radius: 10px;
}


.text-block {
    flex: 1;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 100%;
}

.salade {
    height: 300px !important; /* Réduit la hauteur */
    width: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

a {
    color: #dc3545;
}

idr {
    color: #dc3545;
}