body {
    font-family: "Lexend", sans-serif ;
  }
  .site-navigation a{
    width: 120px; /* Ajustez la taille souhaitée */
    height: auto;
  }
  #menua a {
    font-size: 1rem;
    font-family: "Lexend", sans-serif ;
    position: relative;
    display: inline-block;
    padding-bottom: 5px; /* Pour créer un espace pour le soulignement */
    text-decoration: none; /* Pour enlever la décoration de texte par défaut */
    color: #fff; /* Couleur du texte */
    transition: color 0.3s; /* Transition pour la couleur du texte */

  }
  .site-menu li a:hover {
    color: #fff; /* Couleur du texte sur le survol */
}

.site-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px; /* Hauteur du soulignement */
    background-color: #fff; /* Couleur du soulignement */
    transition: width 0.3s; /* Transition pour l'animation du soulignement */
}

.site-menu li a:hover::after {
    width: 70%; /* Étendre le soulignement sur toute la largeur de l'élément */
}
  .site-navigation li{
    width: 120px; /* Ajustez la taille souhaitée */
    height: auto;
  }
  .logo {
    width: 120px; /* Ajustez la taille souhaitée */
    height: auto; /* Maintient les proportions de l'image */
    margin: 20px; /* Ajoute un espace autour du logo */
    border: 2px solid #007bff; /* Bordure bleue */
    border-radius: 15px; /* Coins arrondis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre subtile */
    padding: 5px; /* Espace intérieur entre l'image et la bordure */
    background-color: #fff; /* Fond blanc pour le logo */
    transition: transform 0.3s ease; /* Animation pour l'effet de survol */
   
}

.apropos {
  background-color: #ececec; /* Couleur de fond de la section */
  color: #0a0a0a; /* Couleur du texte */
  padding: 60px 0;
}
.services h2, p, li {
  color: #000;
}
.services i {
  color: #000;
} 
.services h4 {
  color: #000;
}
.imgs-fluid {
  height: 500px;
}

.imglogo  {
  height: 55px;
  width: 60px; /* Ajustez la taille souhaitée */
    margin: -1px; /* Ajoute un espace autour du logo */
    border: 2px solid#102027;/* Bordure bleue */
    border-radius: 15px; /* Coins arrondis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre subtile */
    padding: 5px; /* Espace intérieur entre l'image et la bordure */
    background-color: #fff; /* Fond blanc pour le logo */
    cursor: pointer;

}

  #hero {
    background-image: url('Images/couver.PNG');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: left;
    overflow: hidden;
    
}
#about {
  
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: left;
    overflow: hidden;
}
#about h1 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  margin: 0 0 10px;
  margin-left: -13cm;
  height: 200px;
  font-size: 3rem;
  
}
 #about h1 , p {
  color: white;
 }
#about p {
  font-size: 1.2em;
  margin: 0 0 20px;
  margin-left: -13cm;
  font-size: 1.3rem;
  height: 150px;
  
}
#about .btn {
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
}

#about .btn-primary {
  background-color: #ff9900; /* Couleur orange */
  color: white;
  border: 2px solid  #ff9900;
  margin-left: -13cm;
  
  font-size: 1.4rem;
}

#about .btn-primary:hover {
  background-color: #e68a00; /* Orange plus foncé */
  transform: scale(1.04);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

#about .btn-secondary {
  background-color: transparent; /* Fond transparent */
  color: #102027; /* Texte bleu */
  border: 2px solid  #102027; /* Bordure bleue */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Ombre plus prononcée */
  transform: translateY(-2px); 

  font-size: 1.4rem;

}
.coouverturesus {
  /* Pour un léger fond noir transparent */
  padding: 10px;
  border-radius: 5px;
  margin-left: 7cm;
  width: -20px;
  font-size: 2rem; /* Diminution de la taille de police du titre */
  
  
}
.coouverturesus p {
  text-align: left;

  font-family: "Lexend", sans-serif ;
}
.coouverturesus h1 {
  
  color: #102027;
  font-family: "Lexend", sans-serif ;
}
#about .btn-secondary:hover {
  transform: scale(1.04);
  border-color: #102027;/* Bordure bleue plus foncée */
  color: #102027;/* Texte bleu plus foncé */
}
.coouvertures {
    /* Pour un léger fond noir transparent */
    padding: 10px;
    border-radius: 5px;
    margin-left: 5cm;
    width: -20px;
    font-size: 2rem; /* Diminution de la taille de police du titre */
    
}
.coouvertures h1 {
  /* Pour un léger fond noir transparent */
  padding: 5px;
  border-radius: 2px;
  margin-left: 2cm;
  height: 2px;
  font-size: 2rem; /* Diminution de la taille de police du titre */

}
.coouvertures p {
  /* Pour un léger fond noir transparent */
  padding: 5px;
  border-radius: 2px;
  margin-left: 2cm;
  font-size: 2rem;
  color:#1D4040; 
  text-align: left;
   /* Diminution de la taille de police du titre */
}


#hero h1 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  margin: 0 0 10px;
  color: #102027;
  margin-left: -13cm;
  height: 200px;
  font-size: 3.4rem;
  
}
#hero p {
  font-size: 1.2em;
  margin: 0 0 20px;
  margin-left: -13cm;
  font-size: 1.3rem;
  height: 150px;
  
}
#hero .btn {
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
}

#hero .btn-primary {
  background-color: #ff9900; /* Couleur orange */
  color: white;
  border: 2px solid  #ff9900;
  margin-left: -13cm;
  
  font-size: 1.4rem;
}

#hero .btn-primary:hover {
  background-color: #e68a00; /* Orange plus foncé */
  transform: scale(1.04);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

#hero .btn-secondary {
  background-color: transparent; /* Fond transparent */
  color: #102027; /* Texte bleu */
  border: 2px solid  #102027; /* Bordure bleue */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Ombre plus prononcée */
  transform: translateY(-2px); 

  font-size: 1.4rem;

}
#btnhero {
  font-size: 1em;
  margin-left: 0.5cm;
  padding: 8px 16px; /* Ajuste l'espace à l'intérieur du bouton (hauteur et largeur) */
    font-size: 14px;   /* Ajuste la taille du texte */
    border-radius: 5px; /* Facultatif : ajuster les coins arrondis */
    width: 5cm;       /* Permet d'ajuster la largeur */
    height: 1.5cm;      /* Permet d'ajuster la hauteur */
    
}

#hero .btn-secondary:hover {
  transform: scale(1.04);
  border-color: #102027;/* Bordure bleue plus foncée */
  color: #102027;/* Texte bleu plus foncé */
}
#products-list a {
font-size: 1ch;
}


.accueil {
  padding: 10px;
  background: linear-gradient(#1D4040, #294e4e, #e0f7fa);
  color: #ffffff;
  padding-bottom: 1010px;
}

.accueil.products-padding {
  padding-bottom: 1010px;
}

.accueil.brands-padding {
  padding-bottom: 1625px;
}

.navigation .left-column h2 {
  cursor: pointer;
}

.navigation .left-column h2.active {
  font-weight: bold;
  text-decoration: underline;
    text-decoration: none;
}

.accueil p {
  text-align: left;
}
#deux .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  
}

#deux h1 {
  font-size: 3em;
  font-weight: 600;
}
#deux h2 {
  color: white ;
}

#deux p {
  font-size: 1.2em;
  margin-bottom: 50px;
  color: white;
}

#deux .navigation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#deux .left-column {
  flex: 1;
  position: relative;
}

#deux .left-column h2 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

#deux .left-column h2::before {
  content: '';
  display: block;
  width: 3px;
  height: 80px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

#deux .left-column h2.active::before {
  background-color: #ff6f3d;
  height: calc(100% + 20px);
}

#deux .right-column {
  flex: 3;
}

#deux .right-column h3 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 10px;
}

#deux .right-column hr {
  border: none;
  border-top: 2px solid #ffffff;
  margin-bottom: 20px;
}

#deux .right-column ul {
  list-style: none;
  padding: 0;
}

#deux .right-column ul li {
  margin-bottom: 15px;
}

#deux .right-column ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5em;
  transition: color 0.3s;
}

#deux .right-column ul li a:hover {
  color: #ff6f3d;
}

#deux .hidden {
  display: none;
}

#deux .brand {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 25px;
}

#deux .brand img {
  max-width: 100%;
  max-height: 250px;
    object-fit: contain;
    border: 2px solid transparent; /* Bordure initiale transparente */
    border-radius: 10px; /* Coins arrondis */
    transition: border 0.3s ease; /* Transition douce pour le changement de bordure */
}

#deux .brand img:hover {
    border-color: orange; /* Couleur de bordure au survol */
}
.slider-home {
  margin-top: -133px;
}
#ban1 {
  text-align: left;
  margin-left: -3.3cm;
  margin-top: 60px;

}
#ban1 .btn-transparent {
  border: 2px solid  #102027;
}
#ban1 .btn-transparent:hover {
  border: 2px solid  orange;
}
#ban1 a {
  color: #102027;
}
#ban2 .btn-transparent {
  border: 2px solid  #f2f4f5;
}
#ban2 .btn-transparent:hover {
  border: 2px solid  orange;
}
#ban2 a {
  color: #ffffff;
}
#ban1 h1{
color: #102027;
font-size: 3em;
font-family: "Lexend", sans-serif ;
}
#ban1 p {
  font-family: "Lexend", sans-serif ;
  color:  #102027;
}
#ban2 {
  text-align: left;
  margin-left: -3.3cm;
  margin-top: 60px;
}
#ban2 h2 {
  color: red;
  font-size: 2.5em;
  font-family: "Mate SC", serif;
  font-weight: 400;
  font-style: normal;
 
}
#ban2 h1{
  font-family: "Lexend", sans-serif ; }
#ban2  p {
  font-family: "Lexend", sans-serif ;
  color: white;
}
#ban3 {
 
    text-align: left;
    margin-left: -3.3cm;
    margin-top: 60px;
}
#ban3 h1{
  color: #102027;
  font-size: 3em;
  font-family: "Lexend", sans-serif ;
  }
#ban3 p{
  font-family: "Lexend", sans-serif ;
  color: #102027;
}
#ban3 .btn-transparent {
  border: 2px solid  #102027;
}
#ban3 .btn-transparent:hover {
  border: 2px solid  orange;
}
#ban3 a {
  color: #102027;
}
#banlog {
  max-width: 90px;
  max-height: 100px;
    object-fit: contain;
    border: 2px solid transparent; /* Bordure initiale transparente */
    border-radius: 10px; /* Coins arrondis */
    transition: border 0.3s ease; /* Transition douce pour le changement de bordure */
    margin-top: -60px;
    font-size: 1em;
}
#btn-transparent {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ff9800; /* Couleur de la bordure */
  border-radius: 10px; /* Pour arrondir les coins */
  background-color: transparent; /* Fond transparent */
  color: #ff9800; /* Couleur du texte */
  text-decoration: none; /* Enlever la décoration par défaut */
  font-size: 1.3em; /* Taille de la police */
  font-weight: bold; /* Texte en gras */
  transition: all 0.3s ease; /* Transition pour les effets */
}

#btn-transparent:hover {
  background-color: #ff9800; /* Couleur de fond au survol */
  color: #ffffff; /* Couleur du texte au survol */
}

#btn-transparent span {
  display: inline-block;
  margin-left: 10px;
  transition: margin-left 0.3s ease; /* Transition pour l'icône de flèche */
}

#btn-transparent:hover span {
  margin-left: 15px; /* Déplacement de l'icône de flèche au survol */
}

.carousel-indicators-home li {width: 8px !important;
  height: 8px !important;border-radius: 100%;
  background-color: #CCCCCC !important; 
  opacity: 1 !important;
  cursor: pointer; 
}
.carousel-indicators-home li.active{background-color: #ff6f3d !important;}
.carousel-indicators-home {bottom: 30px !important;margin: auto;}

.slider-home {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-color: white;/* Add padding for spacing */
}
.filtre-slider {
   position: absolute;
  top: 10%; /* Ajustez cette valeur pour contrôler la marge en haut */
  left: 0;
  right: 0;
  bottom: 10%; /* Ajustez cette valeur pour contrôler la marge en bas */
  background: rgb(240, 237, 237);
  height: 80%; /* Ajustez cette valeur pour la hauteur souhaitée */
  width: 100%; /* Garder la largeur à 100% pour remplir horizontalement */
  margin: 0 auto; /* Centrer horizontalement */
}
.carousel-item-home img {
  width: 80%; /* Reduce width to 80% */
  height: auto;
  margin: 0 auto; /* Center the images horizontally */
}
.carousel-caption-home h1 {
  margin-top: 0;
}
.carousel-caption-home p {
  margin-top: 10px; /* Ajustez cette valeur selon vos besoins */
}
.carousel-caption-home .btn-transparent {
  margin-top: 20px; /* Ajustez cette valeur selon vos besoins */
}
.carousel-caption-home {
  width: 1000px; /* Ajustez cette valeur pour la largeur souhaitée */
  height: 100px; /* Ajustez cette valeur pour la hauteur souhaitée */
  top: 10%; /* Position captions towards the top */
  left: -10cm; /* Position captions towards the left */
  transform: none; /* Remove any translation */
  position: absolute;
    top: 10px; /* Ajustez cette valeur selon vos besoins */
    left: 10px; /* Ajustez cette valeur selon vos besoins */
    text-align: left; /* Pour aligner le texte à gauche */
}
.carousel-indicators-home li {
  margin: 0 3px; /* Add margin to space out indicators */
}
.content-caption h1,
.content-caption p {
  animation-duration: 1s;
  animation-delay: 0.5s;
  text-align: left; /* Align text to the left */
}
.more-about {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
@keyframes slideInDown {
  0% {
      transform: translateY(-100%);
  }
  100% {
      transform: translateY(0);
  }
}

@keyframes slideInLeft {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(0);
  }
}

.wow {
  visibility: hidden;
}

.wow.slideInDown {
  animation-name: slideInDown;
  visibility: visible;
}

.wow.slideInLeft {
  animation-name: slideInLeft;
  visibility: visible;
}

.footer {
  background-color: #041f1f;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
    color: white;
}
.footer p {
  text-align: left;
}
.footer-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 150px;
}

.footer-nav,
.footer-info {
  flex: 2;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-nav ul,
.footer-info ul {
  list-style-type: none;
  padding: 0;
}

.footer-nav ul li,
.footer-info ul li {
  margin: 5px 0;
}

.footer-nav ul li a,
.footer-info ul li a {
  text-decoration: none;
  color: #007bff;
}

.footer-nav ul li a:hover,
.footer-info ul li a:hover {
  text-decoration: underline;
}

.footer-info ul li {
  color: #6c757d;
  margin: 10px 0;
}

.footer-section {
  flex: 1;
  margin-bottom: 20px;

  padding: 0 20px;
}

.footer-section h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-logo {
  
  border-top: 5px solid#1D4040; /* Bordure supérieure pour un effet de design */
 
}
.footer-section ul li a {
  color: white;
  text-decoration: none;
  position: relative;
}
#foot{
  padding-bottom: 150px;
}
#ser {
  margin-left: 1.6cm;
  color: white;
  font-family: "Lexend", sans-serif ;
}
.logo-footer {
  max-width: 100px; /* Ajustez la taille maximale du logo */
  height: auto; /* Maintenir le ratio d'aspect */
  margin-left: 1.5cm;
  border-radius: 12px; /* Coins arrondis */
}


.footer a {
  color: white;
}
.footer-section li {
  margin-bottom: 15px; 
  font-size: 1.06em;/* Ajoute de l'espace en bas de chaque liste */
  font-family: "Lexend", sans-serif ;
}
.footer-section h3 {
  font-size: 1.7em;
  font-family: "Lexend", sans-serif ;
}
#foot a {
  text-decoration: none; 
}
.footer-section ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: white;
  transition: width .3s;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.footer-section ul li a:hover::after {
  width: 50%; /* Adjust this value to control the length of the underline */
}
     /* /////////////////////////////////////////////////*/
  /* /////////////////////////////////  P R O D U I T //////////////////////////////////////////*/ 


  .accueilpro {
    padding: 10px;
    background: linear-gradient(#1D4040,#294e4e,#e0f7fa);
    color: #ffffff;
  }
  .accueilpro p {
    text-align: left;
  }
    #deuxpro .container {
      max-width: 1200px;
      margin: 0 auto;
      text-align: left;
      
    }
    
    #deuxpro h1 {
      font-size: 3em;
      font-weight: 600;
    }
    #deuxpro h2 {
      color: white ;
    }
    
    #deuxpro p {
      font-size: 1.2em;
      margin-bottom: 50px;
      color: white;
    }
    
    #deuxpro .navigation {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }
    
    #deuxpro .left-column {
      flex: 1;
      position: relative;
    }
    
    #deuxpro .left-column h2 {
      font-size: 2em;
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      cursor: pointer;
      padding-left: 25px;
    }
    
    #deuxpro .left-column h2::before {
      content: '';
      display: block;
      width: 3px;
      height: 80px;
      background-color: #ffffff;
      position: absolute;
      left: 0;
      top: 0;
    }
    
    #deuxpro .left-column h2.active::before {
      background-color: #ff6f3d;
      height: calc(100% + 20px);
    }
    
    #deuxpro .right-column {
      flex: 3;
    }
    
    #deuxpro .right-column h3 {
      font-size: 2em;
      font-weight: 500;
      margin-bottom: 10px;
    }
    
    #deuxpro .right-column hr {
      border: none;
      border-top: 2px solid #ffffff;
      margin-bottom: 20px;
    }
    
    #deuxpro .right-column ul {
      list-style: none;
      padding: 0;
    }
    
    #deuxpro .right-column ul li {
      margin-bottom: 15px;
    }
    
    #deuxpro .right-column ul li a {
      color: #ffffff;
      text-decoration: none;
      font-size: 1.5em;
      transition: color 0.3s;
    }
    
    #deuxpro .right-column ul li a:hover {
      color: #ff6f3d;
    }
    
    #deuxpro .hidden {
      display: none;
    }
    
    #deuxpro .brand {
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 25px;
    }
    
    #deuxpro .brand img {
      max-width: 250px;
      max-height: 250px;
        object-fit: contain;
        border: 2px solid transparent; /* Bordure initiale transparente */
        border-radius: 10px; /* Coins arrondis */
        transition: border 0.3s ease; /* Transition douce pour le changement de bordure */
    }
    
    #deuxpro .brand img:hover {
        border-color: orange; /* Couleur de bordure au survol */
    }

       /* /////////////////////////////////////////////////*/


     /* /////////////////////////////////////////////////*/
  /* /////////////////////////////////  P A R T E N A I R E //////////////////////////////////////////*/ 
  .accueip {
  padding: 10px;
  background: linear-gradient(#1D4040,#294e4e,#e0f7fa);
  color: #ffffff;
}
.accueip p {
  text-align: left;
}
  #deuxs .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    
  }
  
  #deuxs h1 {
    font-size: 3em;
    font-weight: 600;
  }
  #deuxs h2 {
    color: white ;
  }
  
  #deuxs p {
    font-size: 1.2em;
    margin-bottom: 50px;
    color: white;
  }
  
  #deuxs .navigation {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  #deuxs .left-column {
    flex: 1;
    position: relative;
  }
  
  #deuxs .left-column h2 {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
  }
  
  #deuxs .left-column h2::before {
    content: '';
    display: block;
    width: 3px;
    height: 80px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  #deuxs .left-column h2.active::before {
    background-color: #ff6f3d;
    height: calc(100% + 20px);
  }
  
  #deuxs .right-column {
    flex: 3;
  }
  
  #deuxs .right-column h3 {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  #deuxs .right-column hr {
    border: none;
    border-top: 2px solid #ffffff;
    margin-bottom: 20px;
  }
  
  #deuxs .right-column ul {
    list-style: none;
    padding: 0;
  }
  
  #deuxs .right-column ul li {
    margin-bottom: 15px;
  }
  
  #deuxs .right-column ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5em;
    transition: color 0.3s;
  }
  
  #deuxs .right-column ul li a:hover {
    color: #ff6f3d;
  }
  
  #deuxs .hidden {
    display: none;
  }
  
  #deuxs .brand {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  
  #deuxs .brand img {
    max-width: 250px;
    max-height: 250px;
      object-fit: contain;
      border: 2px solid transparent; /* Bordure initiale transparente */
      border-radius: 10px; /* Coins arrondis */
      transition: border 0.3s ease; /* Transition douce pour le changement de bordure */
  }
  
  #deuxs .brand img:hover {
      border-color: orange; /* Couleur de bordure au survol */
  }

  /* /////////////////////////////////////////////////*/

  
   /* /////////////////////////////////////////////////*/
  /* /////////////////////////////////  A B O U T//////////////////////////////////////////*/ 
  
 
  .company-tabs {
    width: 100%;
    margin: 0 auto;
    background-color: #1D4040;
    color: rgb(158, 142, 142);
    padding: 20px;
    
}
#tabd {
  font-family: "Lexend", sans-serif ;
}
.tabs {
    display: flex;
    justify-content: center;
    background-color: #1D4040;
    border-radius: 10px ;
    width: 90%;
    margin-left: 1.6cm;
    padding-bottom:10px ;
}
#tabc p {
text-align: left;
font-family: "Lexend", sans-serif ;
}
#conpa{
  width: 70%;
  background-color: #1D4040;
}
.tabs {
  border-radius: 12px;
  color: #1D4040;
}

.tab-button {
    background-color: white;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    font-size: 17px;
    flex-grow: 1;
    text-align: center;
}

.tab-button:hover {
    background-color: white;
}

.tab-button.active {
    border-bottom: 2px solid #ff8c00;
}

.tab-content {
    padding: 20px;
    background-color: #1D4040;
    color: white;
    width: 90%;
    margin-left: 1.6cm;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

#oteam h2, p {
  font-family: "Lexend", sans-serif ;
}
.our-team {
  background-color: #ffffff;
  padding: 50px 20px;
  text-align: center;
  max-width: 1000px;
  margin: 50px auto;
  border-radius: 10px;

}

.our-team h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #213c41;
}

.team-description {
  font-size: 18px;
  color: #213c41;
  margin-bottom: 40px;
  line-height: 1.6;
}

.team-stats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.stat {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.stat h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #213c41;
  font-family: "Lexend", sans-serif ;
}

.stat p {
  font-size: 16px;
  color: #666;
}
.unique {
  text-align: center;
  padding: 50px 20px;
  
}

.unique h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #213c41;
  font-family: "Lexend", sans-serif ;
}

.unique-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #ffa726;
  padding: 15px 20px;
  border-radius: 25px;
  font-size: 10px;
  margin-left: 4cm;
  margin-right: 4cm;
}

.unique-tab {
  background-color: #ffa726;
  color: white;
  border: none;
  padding: 15px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 1.8em;
  font-family: "Lexend", sans-serif ;
}

.unique-tab:hover {
  background-color: #f09a1a;
}
#future, #support, #people {
  font-size: 1.3em;
  font-family: "Lexend", sans-serif ;
  color: #1D4040;
}
.unique-content {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.content-item {
  display: none;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content-item.active {
  display: block;
}
#formulaire{
  font-family: "Lexend", sans-serif ;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150vh;
    background: linear-gradient(#1D4040, #e0f7fa);
}


#formulaire .contain {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 1.7rem;
  max-width: 900px;
  width: 120%;
  font-size: 1.3;
  margin-bottom: 140px;
}
#formulaire .contain h1, p {
  text-align: center;
  
}
#formulaire .contain p {
  font-size: 1.3em;
}
#formulaire .contain h1 {
  font-size: 4em;
}
#formulaire  h1 {
  color: #1D4040;
  font-size: 1.3;
  font-family: "Lexend", sans-serif ;
}

#formulaire  p {
  color: #555555;
}

#formulaire  form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}

#formulaire .form-group {
  display: flex;
  flex-direction: column;
}

#formulaire .full-width {
  grid-column: span 2;
}

#formulaire label {
  margin-bottom: 0.5rem;
  color:#1D4040;
}

#formulaire input, textarea {
  padding: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 1rem;
}
#formulaire textarea {
  color: #000000; /* Définit la couleur du texte en noir */
  background-color: #ffffff; /* Définit la couleur de fond en blanc */


}
#formulaire input[type="file"] {
  padding: 0;
  border: none;
}

#formulaire button {
  background-color: #ff9800;
  color: white;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.3rem;
  width: 25%;
}

#formulaire button:hover {
  background-color: #fb8c00;
}
/* //////////////////////////// C A T E G O R I E /////////////////////*/
.categ {
  margin: 0;
    padding: 0;
    background-color:#1D4040;
} 
.contanide {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.sidanide {
  background-color: #2f4f4f;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-right: 20px;
 
}

.sidanide h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.btnani {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  background-color: #ffa500;
  color: white;
  cursor: pointer;
  font-size: 16px;
}

.prodani {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  
}
.prodani h3 {
  font-size: 0.9em;
}
.producta {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(33% - 20px);
  margin-left: 0.2cm;
  min-width: 250px;
  max-width: 100px;
 
}

.producta img {
  width: 100%;
  border-radius: 10px;
}

.producta h3 {
  font-size: 20px;
  margin: 10px 0;
  color: #080505;
}

.producta h4 {
  font-size: 14px;
  color: #080505;
  overflow: hidden;
}

.producta .btnani {
  display: inline-block;
  margin-top: auto;
  align-self: center;
  padding: 10px;
  border: 2px solid #004d40;
  border-radius: 5px;
  background-color: transparent;
  color: #004d40;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

  
   /* /////////////////////////////////////////////////*/

   .product-banner {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    background-color:#1D4040;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    font-family: "Lexend", sans-serif ;
}



.product-description {
    background-color: #1D4040;
    padding: 40px;
    border-radius: 10px;
    font-size: 2em;
}

.product-description h2 {
    font-size: 1em;
    margin-bottom: 10px;
    color: white;
}

.product-description h1 {
    font-size: 55px;
    margin-bottom: 20px;
}

.product-description .button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.product-description .btn {
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.product-description .btn-info {
    background-color: transparent;
    color: white;
    border-color: white;
}


.product-description .btn-info:hover {
    background-color: rgb(17, 193, 206);
    color: #1d2a2a;
    transform: scale(1.02);
}

.product-description .btn-enquiry {
    background-color: #f4a61d;
    color: #1d2a2a;
}

.product-description .btn-enquiry:hover {
    background-color: #e0950c;
    transform: scale(1.02);
}


.description-produit {
  background-color:#1D4040;
  color:  white;
  display: flex;
  justify-content: center;
  font-family: "Lexend", sans-serif ;
  align-items: center;
  background: linear-gradient(to bottom,#1D4040 17%, white 1%);
margin-top: -45px;
  
}
.produits-description {
  display: flex;
  background-color: #1d2a2a;
  padding: 10px;
  background: linear-gradient(to bottom,#1D4040 17%,#ffffff 1%);
  border-radius: 10px;
  margin-left: -4cm;
  font-family: "Lexend", sans-serif ;
}

.produits-images {
  margin-right: 20px;
 
}

.imageprincipal-produit {
  width: 350px;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;

  border: 0.001px solid rgb(235, 223, 223);
}

.secondary-images {
  display: flex;
  gap: 10px;
  
}

.secondary-images img {
  width: 110px;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  border: 0.001px solid rgb(235, 223, 223);

}


.product-details {
  max-width: 500px;
  font-family: "Lexend", sans-serif ;
  

}

.product-details h2 {
  font-size: 24px;
  margin-bottom: 10px;

}

.product-details p {
  font-size: 17px;
  line-height: 1.5;
  color: #496666;
  text-align: justify;
  font-family: "Lexend", sans-serif;
}

.company-t {
  width: 100%;
  margin: 0 auto;


  padding: 20px;
  font-family: "Lexend", sans-serif ;
}

.conteneur-onglets {
  width: 80%;
  margin: auto;
  border: 0.001px solid rgb(235, 223, 223);
  border-radius: 10px;
  font-family: "Lexend", sans-serif ;
}

.menu-onglets {
  display: flex;
  justify-content: center;
  background-color: #eff1f1;
  border-radius: 10px;
  width: 90%;
  margin-left: 1.6cm;
  padding-bottom: 10px;
 
}

#tabca p {
  text-align: left;
  font-family: "Lexend", sans-serif;
  color: #1D4040;
}
#tabda button {
   font-size: 1.2em;

}
#conpa {
  width: 70%;
  background-color: white;
}

.bouton-onglet {
  background-color: white;
  border: none;
  padding: 14px 20px;
  cursor: pointer;
  font-size: 17px;
  flex-grow: 1;
  text-align: center;
  border-bottom: 2px solid transparent;
}

.bouton-onglet:hover {
  background-color: white;
}

.bouton-onglet.active {
  border-bottom: 2px solid #ff8c00;
}

.contenu-onglet {
  padding: 10px;
  background-color: #ffffff;
  color: white;
  width: 90%;
  margin-left: 1.1cm;
}
.contenu-onglet p {
    color: rgb(110, 92, 92);
    text-align: justify;

    font-size: 1.1em;
    font-family: "Lexend", sans-serif;
  }
.conteneur-onglets button {
  font-size: 1.4em;
  font-family: "Lexend", sans-serif;
}
.contenu-onglet li {
  font-size: 1.1em;
  font-family: "Lexend", sans-serif;
  color: rgb(110, 92, 92);
    text-align: justify;
}
.volet-onglet {
  display: none;
}

.volet-onglet.active {
  display: block;
}
.contactcoua {
  background-color:  #ff9900;
  text-align: center;
  padding-bottom: 120px;
 }
 .contactcoua h1 {
  color: white;
  font-family: "Lexend", sans-serif ;
  font-size: 3.5em;
 }
 .contactcoua p  {
  color: white;
  font-family: "Lexend", sans-serif ;
  font-size: 1.3em;
 }
 .contactcoua a {
  color: white;
  font-family: "Lexend", sans-serif ;
  
 }

 #contactaa .btn-secondary:hover {
  transform: scale(1.04);
  border-color: #102027;/* Bordure bleue plus foncée */
  color: #102027;/* Texte bleu plus foncé */
}
#contactaa .btn-secondary:hover {
  transform: scale(1.04);
  border-color: #102027;/* Bordure bleue plus foncée */
  color: #102027;/* Texte bleu plus foncé */
}
#contactaa .btn {
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}

#contactaa .btn-primary {
  background-color:  #A0D9D3;/* Couleur orange */
  color: rgb(8, 8, 8);
  border: 2px solid   #A0D9D3;
  margin-left: -13cm;
  text-align: center;
  margin-left: -1cm;
  font-size: 1.1rem;
}

#contactaa .btn-primary:hover {
  background-color:  #A0D9D3; /* Orange plus foncé */
  transform: scale(1.04);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

#contactaa .btn-secondary {
  background-color: transparent; /* Fond transparent */
  color: #102027; /* Texte bleu */
  border: 2px solid  #102027; /* Bordure bleue */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Ombre plus prononcée */
  transform: translateY(-2px); 

  font-size: 1.4rem;

}

#resimages  {
    flex: 0 0 100.17%; /* 3.5/12 * 100 = 29.17% */
}
.card {
    border: none;
    height: 100%;
}
.card img {
    border-radius: 0;
    height: 300px;
}
.card-body {
    padding: 1rem;
    padding: 2rem; /* Adjust this value to increase the padding inside the card body */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 300px); 
}
#education {
    width: 95%;
    margin-left: 1.2cm;
}
.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.download-btn span {
    margin-left: 0.5rem;
}
#accessoires {
    color: #000;
    width: 92%;
    margin-left: 2cm;
}
#accessoires table {
    width: 95%;
    border-collapse: collapse;
}
#accessoires th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
}
#accessoires th {
    background-color: #f2f2f2;
}
#accessoires tr:nth-child(even) {
    background-color: #f9f9f9;
}
#imageclient {
    width: 28%;
}
  /* ///////////////////////////////////////////////////////////////////////////*/   
    /* ///////////////////////////////////////////////////////////////////////////*/ 
  /* /////////////////////// C O N T A C T  ////////////////////////////////////////////////////*/ 

     .contactcou {
      background-color:  #041f1f;
      text-align: center;
      padding-bottom: 120px;
     }
     .contactcou h1 {
      color: white;
      font-family: "Lexend", sans-serif ;
      font-size: 3.5em;
     }
     .contactcou p  {
      color: white;
      font-family: "Lexend", sans-serif ;
      font-size: 1.3em;
     }
     .contactcou a {
      color: white;
      font-family: "Lexend", sans-serif ;
      
     }

     #contacta .btn-secondary:hover {
      transform: scale(1.04);
      border-color: #102027;/* Bordure bleue plus foncée */
      color: #102027;/* Texte bleu plus foncé */
    }
    #contacta .btn-secondary:hover {
      transform: scale(1.04);
      border-color: #102027;/* Bordure bleue plus foncée */
      color: #102027;/* Texte bleu plus foncé */
    }
    #contacta .btn {
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.3s, border-color 0.3s;
      display: inline-block;
      font-weight: bold;
      text-align: center;
    }
    
    #contacta .btn-primary {
      background-color: #ff9900; /* Couleur orange */
      color: white;
      border: 2px solid  #ff9900;
      margin-left: -13cm;
      text-align: center;
      margin-left: -1cm;
      font-size: 1.1rem;
    }
    
    #contacta .btn-primary:hover {
      background-color: #e68a00; /* Orange plus foncé */
      transform: scale(1.04);
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }
    
    #contacta .btn-secondary {
      background-color: transparent; /* Fond transparent */
      color: #102027; /* Texte bleu */
      border: 2px solid  #102027; /* Bordure bleue */
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Ombre plus prononcée */
      transform: translateY(-2px); 
    
      font-size: 1.4rem;
    
    }
    #formulair{
      font-family: "Lexend", sans-serif ;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150vh;
        background: linear-gradient(to bottom, #041d1d 15%,#e0f7fa 1%);
    }
    #formulair .contain {
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 1.7rem;
      max-width: 900px;
      width: 120%;
      font-size: 1.3;
      margin-bottom: 140px;
    }
    #formulair .contain h1, p {
      text-align: center;
      
    }
    #formulair .contain p {
      font-size: 1.3em;
    }
    #formulair .contain h1 {
      font-size: 4em;
    }
    #formulair  h1 {
      color: #1D4040;
      font-size: 1.3;
      font-family: "Lexend", sans-serif ;
    }
    
    #formulair  p {
      color: #555555;
      text-align: left;
    }
    
    #formulair  form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 1rem;
    }
    
    #formulair .form-group {
      display: flex;
      flex-direction: column;
     font-size: 1.5rem;
    }
    
    #formulair .full-width {
      grid-column: span 2;
    }
    
    #formulair label {
      margin-bottom: 0.5rem;
      color:#1D4040;
      font-size: 0.8em;
      
    }
    
    #formulair input, textarea {
      padding: 0.5rem;
      border: 1px solid #cccccc;
      border-radius: 4px;
      font-size: 1rem;
    }
    
    #formulair input[type="file"] {
      padding: 0;
      border: none;
    }
    
    #formulair button {
      background-color: #ff9800;
      color: rgb(255, 255, 255);
      padding: 0.75rem;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 1.3rem;
      width: 25%;
    }
    
    #formulair button:hover {
      background-color: #fb8c00;
    }
    #formulair    select {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
    }
    .contact-section {
      padding: 50px 20px;
      text-align: center;
      background: white;
    }
    .contact-section h1 {
      font-size: 3em;
      margin-bottom: 20px;
      color: #041d1d;
  }
  
  .contact-cards {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      font-size: 1.2em;
  }
  
  .contact-card {
      background: white;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 20px;
      width: 300px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      font-size: 1.2em;
  }
  
  .contact-card h2 {
      font-size: 1.2em;
      margin-bottom: 10px;
      color: #041f1f;
      font-family: "Lexend", sans-serif ;
      text-align: left;
      
  }

  .contact-card p {
      margin: 5px 0;
      color: #041d1d;
      text-align: left;
      font-family: "Lexend", sans-serif ;
      font-size: 0.9em;
  }
  
  .contact-card strong {
      font-weight: bold;
  }





  /*//////////////////////////// **  R E S P O N S I V E ////////////////////////*
  //////////////////////////////////////////////////////////////////////////////*
  /* */
  
  /* Media Queries */
@media (max-width: 1200px) {
  .logo {
      width: 100px;
      margin: 15px;
  }

  #menua a {
      font-size: 0.9rem;
  }

  .imgs-fluid {
      height: 400px;
  }
}

@media (max-width: 992px) {
  .logo {
      width: 80px;
      margin: 10px;
  }

  #menua a {
      font-size: 0.8rem;
  }

  .imgs-fluid {
      height: 300px;
  }
}

@media (max-width: 768px) {
  .logo {
      width: 60px;
      margin: 5px;
  }

  #menua a {
      font-size: 0.7rem;
  }

  .imgs-fluid {
      height: 200px;
  }

  .site-navigation a {
      width: auto;
      display: block;
      text-align: center;
      margin-bottom: 10px;
  }

  .site-navigation li {
      width: auto;
      text-align: center;
  }
}

@media (max-width: 576px) {
  .logo {
      width: 50px;
      margin: 2px;
  }

  #menua a {
      font-size: 0.6rem;
  }

  .imgs-fluid {
      height: 150px;
  }

  .accueil {
      height: 50vh; /* Ajuste la hauteur pour les petits écrans */
  }
}
@media (max-width: 1200px) {
  #hero h1, #about h1 {
      font-size: 3rem;
      margin-left: -10cm;
  }

  #hero p, #about p {
      font-size: 1.2rem;
      margin-left: -10cm;
  }

  #hero .btn-primary, #about .btn-primary {
      margin-left: -10cm;
  }
}

@media (max-width: 992px) {
  #hero h1, #about h1 {
      font-size: 2.5rem;
      margin-left: -8cm;
  }

  #hero p, #about p {
      font-size: 1.1rem;
      margin-left: -8cm;
  }

  #hero .btn-primary, #about .btn-primary {
      margin-left: -8cm;
  }
}

@media (max-width: 768px) {
  #hero h1, #about h1 {
      font-size: 2rem;
      margin-left: -6cm;
  }

  #hero p, #about p {
      font-size: 1rem;
      margin-left: -6cm;
  }

  #hero .btn-primary, #about .btn-primary {
      margin-left: -6cm;
  }

  .coouverturesus, .coouvertures {
      margin-left: 0;
  }
}

@media (max-width: 576px) {
  #hero, #about {
      height: auto;
      padding: 20px;
  }

  #hero h1, #about h1 {
      font-size: 1.5rem;
      margin-left: 0;
      text-align: center;
  }

  #hero p, #about p {
      font-size: 0.9rem;
      margin-left: 0;
      text-align: center;
  }

  #hero .btn-primary, #about .btn-primary {
      margin-left: 0;
      display: block;
      margin: 10px auto;
  }
}
@media (max-width: 1200px) {
  #deux .container {
    max-width: 100%;
    padding: 0 20px;
  }

  #deux .navigation {
    flex-direction: column;
  }

  #deux .left-column, #deux .right-column {
    flex: 1;
    max-width: 100%;
  }

  #deux .left-column h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  #deux .right-column h3 {
    font-size: 1.8em;
  }

  #deux .right-column ul li a {
    font-size: 1.3em;
  }
}

@media (max-width: 992px) {
  #deux h1 {
    font-size: 2.5em;
  }

  #deux p {
    font-size: 1.1em;
  }

  #ban1 h1, #ban2 h1, #ban3 h1 {
    font-size: 2.5em;
  }

  #ban2 h2 {
    font-size: 2em;
  }

  .carousel-caption-home {
    width: auto;
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .carousel-item-home img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #deux .left-column h2 {
    font-size: 1.2em;
  }

  #deux .right-column h3 {
    font-size: 1.5em;
  }

  #deux .right-column ul li a {
    font-size: 1.2em;
  }

  .accueil {
    padding-bottom: 500px;
  }

  .carousel-caption-home {
    top: 20%;
  }
}

@media (max-width: 576px) {
  #deux h1 {
    font-size: 2em;
  }

  #deux p {
    font-size: 1em;
  }

  .carousel-caption-home {
    width: auto;
    left: 5%;
    right: 5%;
    top: 30%;
    text-align: center;
  }

  .carousel-item-home img {
    width: 100%;
  }
}

/* Fine-tuning for very small devices */
@media (max-width: 480px) {
  #ban1 h1, #ban2 h1, #ban3 h1 {
    font-size: 2em;
  }

  #ban2 h2 {
    font-size: 1.5em;
  }

  #banlog {
    max-width: 70px;
    max-height: 80px;
  }

  #btn-transparent {
    font-size: 1em;
    padding: 8px 15px;
  }

  .carousel-caption-home {
    top: 40%;
  }
}
/* Styles existants ici */

/* Responsiveness */
@media (max-width: 1200px) {
  /* Section .footer */
  .footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo,
  .footer-nav,
  .footer-info,
  .footer-section {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-nav ul,
  .footer-info ul {
    text-align: center;
  }

  /* Section #deuxpro */
  #deuxpro .container {
    max-width: 100%;
    padding: 0 20px;
  }

  #deuxpro .navigation {
    flex-direction: column;
  }

  #deuxpro .left-column, #deuxpro .right-column {
    flex: 1;
    max-width: 100%;
  }

  #deuxpro .left-column h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  #deuxpro .right-column h3 {
    font-size: 1.8em;
  }

  #deuxpro .right-column ul li a {
    font-size: 1.3em;
  }
}

@media (max-width: 992px) {
  /* Section .footer */
  .footer {
    padding: 20px 10px;
  }

  .footer-logo img {
    max-width: 120px;
  }

  .footer-section h3 {
    font-size: 1.5em;
  }

  .footer-section ul li {
    font-size: 1em;
  }

  /* Section #deuxpro */
  #deuxpro h1 {
    font-size: 2.5em;
  }

  #deuxpro p {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  /* Section .footer */
  .footer-logo img {
    max-width: 100px;
  }

  .footer-section h3 {
    font-size: 1.3em;
  }

  .footer-section ul li {
    font-size: 0.9em;
  }

  /* Section #deuxpro */
  #deuxpro .left-column h2 {
    font-size: 1.2em;
  }

  #deuxpro .right-column h3 {
    font-size: 1.5em;
  }

  #deuxpro .right-column ul li a {
    font-size: 1.2em;
  }

  .accueilpro {
    padding-bottom: 500px;
  }
}

@media (max-width: 576px) {
  /* Section .footer */
  .footer {
    padding: 15px 10px;
  }

  .footer-logo img {
    max-width: 80px;
  }

  .footer-section h3 {
    font-size: 1.1em;
  }

  .footer-section ul li {
    font-size: 0.8em;
  }

  /* Section #deuxpro */
  #deuxpro h1 {
    font-size: 2em;
  }

  #deuxpro p {
    font-size: 1em;
  }

  #deuxpro .navigation {
    align-items: center;
  }

  #deuxpro .left-column, #deuxpro .right-column {
    text-align: center;
  }
}

/* Fine-tuning for very small devices */
@media (max-width: 480px) {
  /* Section .footer */
  .footer-logo img {
    max-width: 70px;
  }

  .footer-section h3 {
    font-size: 1em;
  }

  .footer-section ul li {
    font-size: 0.7em;
  }

  /* Section #deuxpro */
  #deuxpro .left-column h2 {
    font-size: 1em;
  }

  #deuxpro .right-column h3 {
    font-size: 1.2em;
  }

  #deuxpro .right-column ul li a {
    font-size: 1em;
  }
}
/* Styles existants ici */

/* Responsiveness */
@media (max-width: 1200px) {
  /* Section .accueip */
  .accueip {
    padding: 10px;
  }
  #deuxs .container {
    max-width: 100%;
    padding: 0 20px;
  }
  #deuxs .navigation {
    flex-direction: column;
  }
  #deuxs .left-column, #deuxs .right-column {
    flex: 1;
    max-width: 100%;
  }

  /* Section .company-tabs */
  .tabs {
    flex-direction: column;
  }

  /* Section .our-team */
  .our-team {
    padding: 20px;
  }
  .team-stats {
    flex-direction: column;
  }
  .stat {
    margin-bottom: 20px;
  }

  /* Section .unique */
  .unique-tabs {
    flex-direction: column;
    margin: 0 20px;
  }

  /* Section #formulaire */
  #formulaire .contain {
    width: 90%;
  }
}

@media (max-width: 992px) {
  /* Section .accueip */
  #deuxs h1 {
    font-size: 2.5em;
  }
  #deuxs p {
    font-size: 1.1em;
  }

  /* Section .company-tabs */
  .tab-button {
    font-size: 15px;
    padding: 10px 15px;
  }

  /* Section .our-team */
  .our-team h2 {
    font-size: 30px;
  }
  .team-description {
    font-size: 16px;
  }
  .stat h3 {
    font-size: 25px;
  }

  /* Section .unique */
  .unique h2 {
    font-size: 30px;
  }
  .unique-tab {
    font-size: 1.5em;
  }

  /* Section #formulaire */
  #formulaire .contain h1 {
    font-size: 3.5em;
  }
  #formulaire .contain p {
    font-size: 1.1em;
  }
  #formulaire form {
    grid-template-columns: 1fr;
  }
  #formulaire button {
    width: 50%;
  }
}

@media (max-width: 768px) {
  /* Section .accueip */
  .accueip {
    padding: 5px;
  }
  #deuxs .left-column h2 {
    font-size: 1.5em;
  }
  #deuxs .right-column h3 {
    font-size: 1.5em;
  }
  #deuxs .right-column ul li a {
    font-size: 1.2em;
  }

  /* Section .company-tabs */
  .tabs {
    padding-bottom: 5px;
  }
  .tab-button {
    font-size: 13px;
    padding: 8px 12px;
  }
  .tab-content {
    padding: 15px;
  }

  /* Section .our-team */
  .our-team {
    padding: 15px;
  }
  .our-team h2 {
    font-size: 24px;
  }
  .team-description {
    font-size: 14px;
  }
  .stat h3 {
    font-size: 20px;
  }
  .stat p {
    font-size: 14px;
  }

  /* Section .unique */
  .unique-tabs {
    padding: 10px;
  }
  .unique-tab {
    padding: 10px 15px;
    font-size: 1.2em;
  }
  .unique-content {
    padding: 15px;
  }

  /* Section #formulaire */
  #formulaire .contain {
    width: 100%;
    padding: 1rem;
  }
  #formulaire form {
    grid-template-columns: 1fr;
  }
  #formulaire button {
    width: 100%;
  }
}

@media (max-width: 576px) {
  /* Section .accueip */
  #deuxs h1 {
    font-size: 2em;
  }
  #deuxs p {
    font-size: 1em;
  }
  #deuxs .left-column h2 {
    font-size: 1.2em;
  }
  #deuxs .right-column h3 {
    font-size: 1.2em;
  }

  /* Section .company-tabs */
  .tab-button {
    font-size: 11px;
    padding: 6px 10px;
  }
  .tab-content {
    padding: 10px;
  }

  /* Section .our-team */
  .our-team h2 {
    font-size: 20px;
  }
  .team-description {
    font-size: 12px;
  }
  .stat h3 {
    font-size: 18px;
  }
  .stat p {
    font-size: 12px;
  }

  /* Section .unique */
  .unique-tabs {
    padding: 5px;
    font-size: 9px;
  }
  .unique-tab {
    padding: 8px 10px;
    font-size: 1em;
  }
  .unique-content {
    padding: 10px;
  }

  /* Section #formulaire */
  #formulaire .contain h1 {
    font-size: 2.5em;
  }
  #formulaire .contain p {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .producta {
    flex: 1 1 calc(50% - 10px);
  }

  .menu-onglets {
    flex-direction: column;
    align-items: center;
  }

  .product-banner {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .product-description h1 {
    font-size: 35px;
  }

  .product-description h2 {
    font-size: 16px;
  }

  .product-details {
    max-width: 100%;
    padding: 20px;
  }

  .product-form input,
  .product-form select,
  .product-form textarea {
    font-size: 0.9em;
  }

  .product-form .btn-submit,
  .product-form .btn-reset {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .producta {
    flex: 1 1 100%;
  }

  .product-description h1 {
    font-size: 25px;
  }

  .product-description h2 {
    font-size: 14px;
  }

  .product-form .btn-submit,
  .product-form .btn-reset {
    font-size: 0.8em;
    padding: 8px 16px;
  }
}