body {
  margin: 0;
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #f5f5f5;
}

section {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
  text-align: justify;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
}

h1, h2, h3 {
  text-align: center;
  color: #005a9c;
}

footer {
  background-color: #222;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 16px;
}


.container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

h1, h2, h3 {
  font-weight: 600;
  color: #003366;
  margin-bottom: 10px;
}

h2 {
  font-size: 28px;
}

p {
  margin-bottom: 15px;
  text-align: justify; 
}


header {
  background-color: #0077c8;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  background: #e6f0fa;
  padding: 40px;
  text-align: center;
}

section {
  padding: 40px;
}

footer {
  background-color: #222;
  color: white;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.welcome-text {
  opacity: 0;
  transform: translateY(-30px);
  animation: fadeInSlide 2s ease-out forwards;
  text-align: center;
  font-size: 2.5em;
  color: #0d47a1; 
  font-weight: bold;
  margin-top: 30px;
}

@keyframes fadeInSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }

  nav ul {
    flex-direction: column;
    gap: 10px;
  }

  nav ul li a {
    font-size: 18px;
  }

  section {
    padding: 20px 10px;
    max-width: 100%;
  }
}
html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}
main {
  background-color: #e6f0ff; /* Bleu pâle très doux */
  padding: 40px 20px;
  text-align: justify;
}
.animated-text {
  font-size: 32px;
  font-weight: bold;
  color: white;
  text-align: center;
  animation: slideIn 2s ease-out forwards;
  margin-bottom: 20px;
}

@keyframes slideIn {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.highlight-name {
  color: #003366; /* bleu foncé */
}
#reseaux-sociaux {
  text-align: center; /* Centre le titre */
  padding: 40px 20px;
  background-color: #f0f8ff;
}

.social-icons {
  display: flex;
  justify-content: center;  /* Centre horizontalement */
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.icon-social {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}

.icon-social:hover {
  transform: scale(1.1); /* Effet zoom au survol */
}
.btn-retour {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  font-size: 28px;
  background-color: #003366;
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: none;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.btn-retour:hover {
  background-color: #005fa3;
  transform: scale(1.1);
}
.contact-section {
  padding: 40px;
  background-color: #f0f8ff; 
  border-radius: 15px;
  width: 90%;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.contact-section h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #003366;
}

.contact-section label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.contact-section input,
.contact-section textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 5px;
}

.contact-section button {
  margin-top: 20px;
  padding: 10px 25px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact-section button:hover {
  background-color: #0056b3;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.temoignages-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 20px;
}

.temoignage {
  background-color: #f1f1f1;
  border-left: 4px solid #0077cc;
  padding: 15px;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.galerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.galerie img {
  width: 300px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.galerie img:hover {
  .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* Ratio 16:9 */
  height: 0;
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  transform: scale(1.05);
}
#galerie {
  padding: 40px;
  background-color: #e6f2ff;
  text-align: center;
}

.galerie-section {
  margin-bottom: 40px;
}

.galerie-section h3 {
  color: #003366;
  margin-bottom: 15px;
}

.galerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.galerie img {
  width: 250px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.galerie img:hover {
  transform: scale(1.05);
}



