body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
   
  }
  
  header {
    height: 100px;
    background-color: #333;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  width: 100%;
  background-color: rgb(51, 51, 51, 0.6);
   
  
  }
  .logo1{
    display: flex;
 text-align: justify;
    margin-bottom: 40px;
  }
  .logo1 img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin: 8px; 
  }

  .navbar{
    display: flex;
    position: absolute;
    top: 75px;
  
  }
  .navbar li{
    margin: 0 6px;
     list-style: none;
  
    }
    .navbar li a{
      text-transform: capitalize;
      font-style: bold;
      font-size: 14px;
     text-decoration: 0;
     color: #999;
     position: relative;
    }
    .navbar li a::before{
     position: absolute;
     top: -5px;
     left: 0;
     content: "";
     width: 0;
    height: 2px;
     border-radius: 6px;
     background-color: #27ae60;
     transition: 0.5s;
    }
    .navbar li a:hover::before{
     width: 100%;
    }
    .navbar li a::after{
    position: absolute;
     bottom: -5px;
     right: 0;
     content: "";
     width: 0;
     height: 2px;
     border-radius: 6px;
     background-color: #27ae60;
     transition: 0.5s;
    }
    .navbar li a:hover::after{
     width: 100%;
    }
    .navbar li a:hover{
     color: black;
    }

  .fond-ecran {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('pol.jpeg');
    background-size: cover;
    background-position: center;
  }

  .accueil{
    height: 140vh;
    background-size: cover;
    background-position: center;
background-image:url(pol.jpeg);
  }

.textwriter {
  text-align: center;
  position: absolute;
  font-weight: bold;
  font-size: 25px;
  font-family: monospace;
  white-space: normal;
  overflow: hidden;
  border-right: 2px solid #000;
  animation: typing 4s steps(30, end), blink-caret 0,75 step-end infinite;
  padding: 2px 5px;
    background: #d3b403;
    margin-top: -10px;
    text-transform: uppercase;
top: 280px;

}


.second-text{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 400px;

  font-family: monospace;
  white-space: normal;
  overflow: hidden;
  border-right: 2px solid #000;
  animation: typing 4s steps(30, end), blink-caret 0,75 step-end infinite;
  padding: 2px 5px;
    background: #f30505;
    margin-top: -10px;
    text-transform: uppercase;
  animation-delay: 5s;
}

.troisieme-text{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 500px;
  padding: 2px 5px;
  background: #2511da;
  margin-top: -10px;
  text-transform: uppercase;
  font-family: monospace;
  white-space: normal;
  overflow: hidden;
  border-right: 2px solid #000;
  animation: typing 4s steps(30, end), blink-caret 0,75 step-end infinite;
  animation-delay: 10s;
}

@keyframes typing{
  from{
    width: 0;
  
  }
  to{
    width: 100%;
   
  }
}

@keyframes blink-caret{
  from, to{
    border-color: transparent;
  }
  50%{
    border-color: #000;
  }
}




.services-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;


  }

  
 
  
  .service {
    background-color: #999;
    width: 30%;
    margin: 5px;
    padding: 5px;
    border: 1cap solid #ddd;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .equipe h1{
    top: 200px;
  }

  .equipe{
    background-color: #999;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }

  
  .service img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius:5px 5px 0 0;
   
  }
  
  .equipe-membre {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    top: 50%;
  }
  
  .equipe-membre img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    top: 5%;
    position: relative;
   
  }
  

  footer {
    background-color: #333;
    color: #fff;
    padding: 1em;
    text-align: center;
    clear: both;
  }
  
/* Responsive design */

@media only screen and (max-width: 768px) {
  .services-container {
    flex-direction: column;
  }
  .service {
    width: 100%;
    margin: 10px 0;
  }
  .video-container {
    height: 500px;
    width: 600px;
  }
}

@media only screen and (max-width: 480px) {
  header {
    padding: 0.5em;
  }
  .fond-ecran {
    height: 50vh;
  }
  #video-container {
    height: 500px;
  }
}
  #reaction{
    text-align: center;
    margin-top: 20px;
  }
  #like-button{
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  #like-button:hover{
    background-color: #444;
  }
  #like-count{
    font-size: 18px;
    margin-left: 10px;
  }

  .manuel {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #999;
    font-size: 20px;
    text-transform: uppercase;
    color: orange;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
  }

  .manuel 

  .contact{
    background-color: #999;
    background-position: 100%;
  }



  .social-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .social-button {
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  
  .instagram-button {
    background-color: #E4405F;
    color: #fff;
  }
  
  .facebook-button {
    background-color: #4267B2;
    color: #fff;
  }
  
  .whatsapp-button {
    background-color: #25D366;
    color: #fff;
  }
  
  .contact-button {
    background-color: #4CAF50;
    color: #fff;
  }
  
  .social-logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .manuel{
    text-align: center;
    color: #E4405F;
  }

  .localisation-container {
    margin: 20px 0;
    text-align: center;
  }
  
  .localisation-container iframe {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  