* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    height: 90px;
    background-color: white;
    margin: 0 auto;
    padding: 0 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header h1 {
    margin-top: 30px;
    float: left;
    font-family: "Times New Roman", Times, serif;
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    color: #05C49F;
}

img {
    height: 90px;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
}

nav {
    float: right;
    margin-top: 35px;
}

ul {
    list-style: none;
}

header nav ul li {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    font-family: "Times New Roman", Times, serif;
}

a {
    text-decoration: none;
    color: #05C49F;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    background-color: white; /* Assurez-vous que le fond est visible */
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #05C49F;
    padding: 12px 16px;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1; /* Ajouter une couleur au survol pour plus de visibilité */
}

.global-container{
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.accueil{
    background-image: url(images/photo2.jpeg);
    background-size: cover; /* L'image couvre toute la taille de l'élément */
    background-position: center; /* Centrer l'image */
    background-repeat: no-repeat; /* Éviter de répéter l'image */
    text-align: center;
    height: 100vh;
    animation: backgroundChange 40s infinite;
}

@keyframes backgroundChange {
    0% {background-image: url(images/image15.jpeg);}
    20% { background-image: url('images/image26.jpeg'); }
    40% { background-image: url('images/image03.jpeg'); }
    60% { background-image: url('images/image04.jpeg'); }
    80% { background-image: url('images/image02.jpeg'); }
    100% {background-image: url(images/image05.jpeg);}
}

.accueil h1 {
    font-family: unset; 
    text-align: left; 
    color: #05C49F; 
    padding-top: 20vh; 
    font-weight: bold; 
    font-size: 80px; 
    letter-spacing: 10px; 
    margin-top: 50px;
    /* Animation */
    position: relative;
    animation: slideDown 2s ease-out forwards;
    opacity: 0;
}

@keyframes slideDown {
    0% {
        transform: translateY(-150px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.environnement{
    text-align: center;
    margin-top: 60px;
    font-size: 25px;
    color: #05C49F;
}

.presentation{
    font-size: 20px;
}

.presentation h2{
    color: #05C49F;
    text-align: center;
    margin-top: 30px;
}

.presentation p{
    margin-top: 20px;
    text-align: justify;
}

.photo1{
    background-image: url(images/photo3.jpeg);
    height: 600px;
    margin-top: 30px;
    background-size: cover; /* L'image couvre toute la taille de l'élément */
    background-position: center; /* Centrer l'image */
    background-repeat: no-repeat; /* Éviter de répéter l'image */
}

.mot{
    font-size: 20px;
    background-size: cover; /* L'image couvre toute la taille de l'élément */
    background-position: center; /* Centrer l'image */
    background-repeat: no-repeat; /* Éviter de répéter l'image */
    text-align: justify;
}

.mot h1{
    text-align: center;
    margin-top: 30px;
    color: #05C49F;
}

.mot p{
    margin-top: 20px;
    text-align: justify;
}

.service{
    font-size: 20px;
}

.service h2{
    margin-top: 35px;
    text-align: center;
    color: #05C49F;
}

.service h3{
    background-color: #05C49F;
    margin-top: 30px;
}

.service, p{
    margin-top: 15px;
}

.formulaire{
    height: 400px;
    margin-top: 30px;
    background-color: white;
}

.contact-container {
    text-align: center;
    margin-top: 0px;
    font-family: unset;
}

.contact-icon {
    font-size: 80px;
    color: #05C49F; /* Vert */
    margin-top: 30px;
}

.contact-text {
    margin-top: 10px;
    font-size: 30px;
    text-align: center;
}

.contact-text .noir {
    color: #000; /* Noir */
}

.contact-text .vert {
    color: #05C49F; /* Vert */    
}

.email-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
}

.email-button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #d44638; /* Couleur Gmail */
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s;
  margin-top: 30px;
}

.email-button:hover {
  background-color: #1E88E5;
}

.fin{
    text-align: center;
    background-color: #05C49F;
    font-size: 20px;
    margin-top: -70px;
}

.carousel {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.carousel-track-container {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  animation: scroll 20s linear infinite;
}

.carousel-item {
  flex: 0 0 auto;
  margin-right: 20px;
}

.carousel-item img {
  width: 100px; /* Ajustez la taille des logos ici */
  height: auto;
}

@keyframes scroll {
    0% {
        transform: translateX(100%); /* Commence au bout de la page à droite */
    }
    100% {
        transform: translateX(-100%); /* Va jusqu'au bout de la page à gauche */
    }
}

footer {
  background-color: #333;
  color: white;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.footer-info{
  width: 45%;
}

.footer-links{
  width: 15%;
}

.footer-contacts {
  width: 30%;
}

.footer-info h2, .footer-links h2, .footer-contacts h2 {
  color: #ffcc00;
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
}

.footer-links ul li {
  margin: 5px 0;
}

.footer-links ul li a {
  text-decoration: none;
  color: white;
}

.footer-links ul li a:hover {
  color: #ffcc00;
}

footer a {
  color: white;
}

footer a:hover {
  color: #ffcc00;
}

.location-icon {
    color: white; /* Change la couleur de l'icône en bleu */
    font-size: 35px; /* Tu peux aussi ajuster la taille de l'icône */
    margin-top: 20px;
}

.location-icons {
    color: white; /* Change la couleur de l'icône en bleu */
    font-size: 35px; /* Tu peux aussi ajuster la taille de l'icône */
    margin-top: 15px;
}

.phone-icon {
    color: white; /* Couleur de l'icône */
    font-size: 35px; /* Taille de l'icône */
    margin-top: 15px;
}

.whatsapp-icon{
    color: white; /* Couleur de l'icône */
    font-size: 35px; /* Taille de l'icône */
    margin-top: 15px;
}

.email-icon {
    color: white; /* Couleur de l'icône */
    font-size: 35px; /* Taille de l'icône */
    margin-top: 15px;
}

#readMoreBtn {
  background-color: #2a8c82;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#readMoreBtn:hover {
  background-color: #20665f;
}

.map-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    color: #05C49F;  /* Même couleur que tes titres principaux */
    font-weight: bold;
}

.footer-map {
    width: 100%;
    margin-top: 20px;
}

.footer-map iframe {
    width: 100%;
    height: 400px;
    border: none;
}