body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #fdfaf6;
}

@media (max-width: 768px) {
header {
    font-family :'Overlock', sans-serif;    
    background-position: center top;
    background-repeat: no-repeat;
    padding :0vh 0vh;
}
header h1 {
    margin-top:20px;
    padding: 0;
}
header h2 {
    margin-bottom:20;
    padding: 0;
}

}
header {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
                url('Images/20260808_075522.jpg');
    font-family :'Overlock', sans-serif;
    background-size: cover;
    background-position: center 2%;
    background-repeat: no-repeat;
    color: rgb(255,255,255);
    text-align: center;
    padding: 0vh 0vh;
}
header h1 {
    font-size: clamp(1rem, 5vw, 9rem);
    padding: 0;
    margin:0;
}
header h2 {
    font-size: clamp(0.9rem, 2vw, 1.8rem);
    color:rgb(255,255,255);
    margin:0;
    padding-bottom: 0px;
}
.menu {
    position:sticky;
    background-color: #d9b99b;
    text-align: center;
    padding: 15px;
}
 
.menu a {
    display: inline-block;
    position:sticky;
    background-color: white;
    color: #b07c52;
    padding: 12px 20px;
    margin: 5px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}
 
.menu a:hover {
        background-color: #b07c52;
        color: white;
}

nav {
    background-color: #d9b99b;
    text-align: center;
    padding: 15px;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}

.photo-lieu {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 10px;
}

section {
    max-width: 1000px;
    margin:auto;
    padding: 20px 20px;
}

h2 {
    color: #b07c52;
}

.card {
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin:auto;
    margin-top: 20px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    margin: auto;
}

input,
select,
textarea,
button {
    width: 100%;
    box-sizing: border-box;
}

input, select, textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 0px;
}

button {
    background-color: #b07c52;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #966744;
}

@media (max-width: 768px) {
footer {
background-position: center bottom;
background-repeat: no-repeat;
max-height: 8vh;
min-height: 1vh;
padding:1px;
}
}

footer {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    url('Images/20260808_075522.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    font-family :'Overlock', sans-serif;       
    text-align: center;
    font-size: clamp(0.9rem, 4vw, 1.8rem);
    margin-top : 50px;
    background-position: 0% 60%;
    color: rgb(255,255,255);
    background-color: #d9b99b;
    padding: 15vh 1vh;
}
