#banner-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 40px 60px;
  border-radius: 8px;
}

.title-white {
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  opacity: 1;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

.title-gray {
  color: lightgray;
  font-size: 1em;
  font-weight: normal;
  display: block;
  opacity: 1;
  text-align: center;
  margin-top: 0;
  line-height: 1;
}


#accueil {
  background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
  padding: 60px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-top: 30px;
}



html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}


.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}

.gallery-img {
  width: 220px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.05);
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}




.container > * {
  margin-left: auto;
  margin-right: auto;
}

.container h1,
.container h2,
.container p,
.container img {
  text-align: center;
  display: block;
}


.accueil-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.accueil-logo {
  max-width: 300px;
  height: auto;
  flex-shrink: 0;
}

.accueil-texte {
  max-width: 600px;
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  text-align: center;
  line-height: 1.8;
  font-size: 1.1em;
}


section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3em 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

section > .container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}


.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}

.contact-coordonnees {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  flex: 1 1 300px;
}

.contact-wrapper iframe {
  flex: 1 1 600px;
  border-radius: 8px;
  border: none;
}


.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}

.contact-coordonnees {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  flex: 1 1 300px;
}

.contact-wrapper iframe {
  flex: 1 1 600px;
  border-radius: 8px;
  border: none;
}
