* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: candara;
}

.pdf {
    margin:0 auto;
}

.couleur {
    margin: 0 auto;
}

.topbar {
  position: relative;
  width: 100%;
  height: 145px;
  
  background: #E85F0C;
}

.first_band {
  display: flex;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 50px;
}


.first_band h2 {
  margin: 0 30px;
  font-size: 2.5vmin;
  color: white;
}

.search {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 40px;
}

.search input[type="text"] {
  width: 300px;
  padding: 15px;
  border: none;
  border-radius: 20px;
  font-size: 2vmin;
  
}

.search button[type="submit"] {
  background-color: #31A2A9;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  transition: .9s ease;
  font-size: 2vmin;
}

.search button[type="submit"]:hover {
  transform: scale(1.1);
  color: rgb(255, 255, 255);
  background-color: #03EFFE;
}

.main-menu {
  
  width: 100%;
  height: auto;
  background: rgb(255, 253, 253);
  bottom: 15px;
  border-bottom: 5px solid#E85F0C;
}


.nav-links {
  
  list-style: none;
  font-size: 2vmin;
  color: black;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}


.nav-links .nav-link {
  margin: 0 30px;
  position: relative;
   
}


.nav-links .nav-link a {
  color: black;
  
}


a {
  text-decoration: none;
  font-weight: bold;
}

.drop{
    position: absolute;
    list-style: none;
    padding: 0.5rem 0;
    margin:0.75rem 0rem;
    background: white;
    
    display: none;
    color:black;
    z-index:1;
    border-radius:0 0 0.5rem 0.5rem;
    width:150px;
    
}

.dropp{
    position: absolute;
    list-style: none;
    padding: 0.5rem 0;
    margin:2rem 0rem;
    background: white;
    
    display: none;
    color:black;
    z-index:1;
    width:220px;
    border-bottom: 2px solid #E85F0C;
    
}
.dropp-second{
  display: block;
}

.drop li{
    
    padding: 0.5rem 0.7rem;
    
}

.dropp li{
    
    padding: 0.5rem 0.7rem;
    
}



.nav-links .nav-link a:hover  {
    
  color: #E85F0C; 
  
}

.nav-link.active{
    color:orange;
}




.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
.banner {
  position: relative;
  width: 100vw;
  height: 1000px;
 
  height: 80vh;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}

.banner img {
  width: 100vw;
  height: auto;
}

.banner-content {
  margin-bottom: 70px;
  color: #E85F0C;
  text-align: right;
  
  
}

.banner-text {
  position: absolute;
   width: auto;
  height: auto;
  bottom: 70px;
  right: 50px;
}



.banner-content h2 {
 font-size: 4vmin;
  margin-bottom: 40px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 8px 15px;
  background: rgb(0 0  0 / 50%);
  color: white;
  
}


.cnt {
  padding: 8px 15px;
  background: #E85F0C;
  border-radius: 10px;
  color: white;
  margin-right: 50px;
  font-size: 2.5vmin;
  font-weight: bold;
  transition: font-size 0.5s ease
}

.cnt:hover {
  font-size: 2.7vmin; /* Augmenter la taille du texte au survol */
}
  


body , html {
  overflow-x: hidden;
}










.title {
  margin-top: 30px;
  text-align: center;
  font-size: 2vmin;
}

.line {
  width: 10%;
  height: 2px;
  margin: 10px auto;
  background: #C1C1C1;
  
}

.groupe-axes {
  position: relative;
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.introd-axes {
  
  width: 600px;
  height: auto;
  text-align: justify;
  margin-bottom: 10px; 
   
}

.introd-axes p {
  font-size: 2.5vmin;
}

.grid {
 
  flex-direction: column;
  display: flex;
  align-items: center;
  margin: 20px auto;
  
}

.sup .image-axes a {
  color: white;
}

.inf .image-axes a {
  color: white;
}

.grid .sup{
display: flex;
  
}

.grid .inf{
  display: flex;
    
  }

.image-axes {
  position: relative;
  overflow: hidden; /* Pour cacher le texte en dehors de l'image */
  transition: transform 0.3s; /* Animation de la taille */
  margin: 9px;
}

.image-axes:hover {
  cursor: pointer;
  transform: scale(1.05); /* Augmentation de la taille au survol */
}

.texte-axe {
  position: absolute;
  width: 300px;
  height: 50px;
  bottom: 3px;
  left: 0;
  background: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
  color: white;
  transition: height 0.3s; /* Animation de la hauteur */
  overflow: hidden; /* Pour cacher le texte en dehors du conteneur */
}

.image-axes:hover .texte-axe {
  height: 100px; /* Hauteur plus grande au survol */
}

.texte-axe h3 {
  padding: 5px 10px;
  margin: 0; /* Supprimer les marges par défaut */
}





.bloc-activite {
  width: 80%;
  height: 850px;
  
  margin: 0 auto;
  overflow: hidden;
}

.bloc-design {
  width: 80%;
  height: 750px;
  background: #EFEDED;
  margin: 0 auto;
  
 
}



.card {
  position: relative;
  width: 300px;
  height: 500px;
  background: white;
  border-radius: 0 0 5px 5px;
  margin: 10px 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Ajout de l'ombre légère */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}




.card .activite-titre {
 width: 250px;
 margin: 0 auto;
 

}




.activite-titre a {
  color: black;
}




.activité-titre a {
  
  color: #E85F0C;
  margin: 10px;
}

.card .lire {
  position: absolute;
  margin: 10px;
  bottom: 10px;
  
}

.lire a {
  color: #E85F0C;
}

.card .date {
  margin: 10px;
  color: #E85F0C;
}

.container {
  display: flex;
  justify-content: left;
  
  
  
  
}

.bloc_title {
  margin: 50px 0;
}



  
  
  
  /* Pour les écrans de petite taille */
  
  @media only screen and (max-width:1800px){
    
  
   .bloc-design {
  width: 90%;
  height: 700px;
  background: #EFEDED;
  
  
 
}
    }
    
    
    
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


footer {
  position: relative;
  background-color: #E85F0C;
  width: 100%;
  padding: 50px 0; /* Ajout de rembourrage pour plus d'espace */
}

.piedpage {
  display: flex;
  flex-wrap: wrap; /* Permet aux éléments de s'aligner sur plusieurs lignes lorsque l'espace est insuffisant */
  justify-content: center; /* Centrer les éléments horizontalement */
  align-items: flex-start; /* Aligner les éléments en haut */
  gap: 90px; /* Espacement entre les éléments */
}

.piedpage p {
  color: white;
  font-weight: lighter;
  font-size: 1.5vmin;
}

.desciption {
  width: 100%; /* Prend toute la largeur */
  max-width: 400px; /* Limite la largeur maximale */
  text-align: center; /* Centrer le texte */
  margin-bottom: 20px; /* Ajouter un espace en bas */
}

.location,
.mail,
.phone {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* Espacement entre les éléments */
  
}

.location a,
.mail a,
.phone a {
  color: white;
  margin: 0 10px; /* Espacement entre l'icône et le texte */
  font-size: 1.5vmin;
  font-weight: lighter;
}

.bloc-sociaux {
  width: 100%; /* Prend toute la largeur */
  max-width: 400px; /* Limite la largeur maximale */
  text-align: center; /* Centrer le contenu */
  margin-top: 5px; /* Ajouter un espace en haut */
  position: relative;
  right: auto;
}




.sociaux {
  margin-bottom: 10px; /* Espacement entre les icônes */
}

.sociaux img {
  width: 30px; /* Réduire la taille des icônes */
  height: 30px;
}

.info-contact {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* Espacement entre les éléments */
}

.info-contact a p {
  color: white;
  margin: 0 10px; /* Espacement entre les liens */
  font-size: 1vmin;
  font-weight: lighter;
}

.info-contact {
   
  margin: 20px 120px; /* Espacement entre les liens */
  
}



.tiret {
  width: 2px;
  height: 10px;
  background: white;
  margin: 0 10px; /* Espacement entre le tiret et les liens */
}

.bloc-sociaux p {
  color: white;
  font-size: 1.5vmin;
  font-weight: lighter;
  margin-left: 20px;
}

.menu-btn {
  position: absolute;
  top: 90px;
  right: 20px;
  width: 50px;
  cursor: pointer;
  display: none;
  
  
}





@media only screen and (max-width:600px){

  .dropp{
    text-align: center;
    left: -50px;
}
  .menu-btn {
   display: block;
    
  }

  .first_band{
    position: absolute;
    top: 30px;
    left: 0;
    
  }
  


  .first_band h2{
   
    font-size: 2vmin;
    
  }

  


  .main-menu {
   
    top: 150px;
  }
  
  .nav-links{
    flex-direction: column;
    width: 100%;
    height: 100vh;
    justify-content: center;
    top: 0;
    background: #ffffff;
    margin-top: -103vh;
    transition: all 0.5s ease;
    
  }

  .mobile-menu {
    margin-top: 0px;
  }

  .nav-links .nav-link {
    margin: 30px auto;
    font-size: 15px;
  }
  

  .first_band h2 {
    margin-top: 45px;
    margin-left: 20px;
    
  }

  .sup {
    flex-direction: column;
  }

  .inf {
    flex-direction: column;
  }

  .introd-axes {
    width: 300px;
  }

  .banner-text {
    
    right: 0px;
  }
    

  .bloc-activite {
    width: 70%;
  }

  .bloc-design {
    
    width: 100%;
    height: 700px;
    
  }

  .contact {
    display: flex;
    
  }

  .info-contact a p {
   
    margin: 0 10px; /* Espacement entre les liens */
    
  }
  .info-contact {
   
    margin: 20px 120px; /* Espacement entre les liens */
    
  }

  .piedpage {
   
    gap: 0px; /* Espacement entre les éléments */
  }

  .piedpage .desciption {
    width: 50%;
    font-size: 1.5vmin;
  }

.image-logo img {
    height: 50px;
  }

  .image-logo {
    margin: 0 2px;
  }

  .logos{
    width: 90%;
    
  }
}
  


  
  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-360%);
    }
  }

  
  
  .search input[type="text"] {
    width:200px;
    
    
  }

 
 
  
  
}

  
 






.bodi {
   
    
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: #f0f0f0;
    
  }


  
  .carousell {
    position: relative;
    width: 90%;
    overflow: hidden;
    padding:30px 0;
    margin: 0 auto;
  }
  
  .carousell-track {
    display: flex;
    transition: transform 0.5s ease; /* Animation de transition pour le défilement */
    background-color: white;
    
    
  }
  
  .carousell img {
    height: 100px; /* Hauteur fixe des images */
    width: auto; /* Largeur automatique pour maintenir les proportions */
    margin-right: 20px; /* Espacement entre les images */
  }
  
  .carousell-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    padding: 10px;
  }
  
  .carousell-button.prev {
    left: 10px;
  }
  
  .carousell-button.next {
    right: 10px;
  }
  
