body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-image: url('fond.jpg');
background-repeat: repeat;
background-size: cover;
color: #333;
}
.bandeau {
text-align: center;
color: #333;
padding: 20px;
background-size: cover;
background-position: center;
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-content h1 {
margin: 0;
}
.encarts {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 15px 0;
}.encart {
flex: 1 1 200px;
margin: 10px;
padding: 10px;
box-sizing: border-box;
text-align: center;
color: #fff;
}
.encart img {
max-width: 100%;
height: auto;
}
.encart button {
background-color: #d29a5d;
color: #333;
border: none;
padding: 10px 20px;
cursor: pointer;
margin-top: 10px;
}
.encart button:hover {
background-color: #ddd;
}
.button {
display: inline-block;
margin-top: 1em;
padding: 0.5em 1em;
background-color: #72452a;
color: white;
text-decoration: none;
border-radius: 5px;
}.button:hover {
background-color: #444;
}
footer {
text-align: center;
padding: 20px;
background-size: cover;
background-position: center;
}
.iframe-container {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 1000;
}
#close-iframe {
position: absolute;
top: 20px;
right: 20px;
font-size: 24px;
color: #ff7800;cursor: pointer;
}
#responsive-iframe {
width: 90%;
height: 90%;
border-radius: 10px;
}