



html {
  scroll-behavior: smooth; /* Active le défilement en douceur */
}


.textes2 {
display: flex;
flex-direction: column;
  width: 900px;
justify-content: center;
align-items: center;
margin: auto;
}

.logoimgs {
  height: 100px;
  margin-right: 20px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.competencesdad {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.logoss {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 0;
  background: white;
  white-space: nowrap;
  position: relative;
  width: 600px;
  height: 250px;
  border: solid 1px #a7a7a7;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.logoss:before,
.logoss:after {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logoss:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logoss:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logoss:hover .logoss-slide {
  animation-play-state: paused;
}

.logoss-slide {
  display: inline-block;
  animation: 15s slide infinite linear;
}

.logoss-slide img {
  height: 140px;
  margin: 10px;
}


.competencestout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.competencestexte {
    font-size: 16px; /* Taille de police personnalisée */
    background-color: #ffffff;
    border: solid 1px #a7a7a7;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    height: auto;
    width: 400px;
    position: relative;
    top: -20px;
}

.competencescontainer {
  border: solid 1px #a7a7a7;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  width: 700px;
}


.competencescontainer img {
  height: 100px;
}


.navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000000;
  padding: 10px 20px 10px 20px;
  font-weight: bolder;
}

.hamburger-menu {
  display: none;
}

h1 {
    text-align : center;
    margin-top : 40px;
    font-size : 20px;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  align-items: center;
  background-color: #ffffff;
  /* background-color: #f8bccd; */
  /* background-image:url(/zz.png); */
  background-size: cover; /* ou tout autre taille souhaitée */
  background-attachment: fixed;
}
.alternance {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  opacity: 0;
}

h4 {
font-size: 24px;
margin: 10px 0px 0px 0px;
}

.blockfooter {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;

}


.footercontainer a {
margin-top: 10px;
margin-bottom: 10px;
}


.footercontainer {
  display: flex;
  flex-direction: row;
  align-items: self-start;
  margin-bottom: 20px;
  border-bottom: solid 1px #ffffff;
}

.alternance.visible {
  animation: fadeInAnimation 1s cubic-bezier(0.1, 0.30, 0.34, 1) forwards;
}

.alternance a {
  color: #007EBB;
  font-weight: bold;
}
.alternance img {
height: 500px;
}


  
.folio {
  display: flex;
  flex-direction: row;
  padding: 5px;
  align-items: center;
}

footer a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.folio:hover, .folio a:hover {
  color: #C31444;
}

.folio a {
  text-decoration: none;
  font-weight: bolder;
  font-size: 18px;
}

.folio img {
height: 30px;
margin-left: 10px;
margin-right: 10px;
}


.folio p {
  font-weight: bolder;
  font-size: 18px;
}

.blogcontainer {
  margin: auto; /* Centrer l'élément horizontalement */
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colonnes de largeur égale */
  grid-template-rows: repeat(5, 2fr); /* 5 lignes de hauteur égale */
  grid-column-gap: 34px;
grid-row-gap: 21px;; /* Espacement entre les cellules */
  justify-items: center; /* Centrer le contenu horizontalement dans chaque cellule */
  align-items: center; /* Centrer le contenu verticalement dans chaque cellule */
}
.blogtitre {
  font-weight: bolder;
}

.blogcontent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  width: 350px;
  transition: box-shadow 0.3s;
  margin-bottom: 100px;
}

.blogcontent:hover{
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);

}


.blogimg {
width: 300px;
margin-bottom: 5px;
}

.blogtitre {
  text-align: center;
width: 300px;
}

.formulaire {
  border: solid 1px #a7a7a7;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: auto;
  transition: box-shadow 0.3s;
  opacity: 1;
}

.formulaire:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.formulaire p {
  font-family: poppins;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}

.form-row {
  display: flex;
  flex-wrap: wrap; /* Allows the items to wrap on smaller screens */
  gap: 10px; /* Space between the form groups */
  width: 100%;
}

.form-row .form-group {
  flex: 1;
  min-width: 0; /* Allows the form group to shrink */
}
/* .formulaire.visible {
  animation: WidthInAnimation 0.5s cubic-bezier(0.1, 0.30, 0.34, 1) forwards;
  animation: fadeInAnimation 1s cubic-bezier(0.1, 0.30, 0.34, 1) forwards;
} */



label {
  font-weight: bold;
  font-size: 20px;
}

input[type="text"],
input[type="email"],
textarea {
  font-size: 18px;
  font-family: poppins;
  padding: 10px;
  border: solid 1px #a7a7a7;
  border-radius: 4px;

}

input[type="submit"] {
  font-family: poppins;
  background-color: #C31444;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 0.3s, padding 0.3s; /* La syntaxe de la transition est corrigée */
  width: 200px;
}



input[type="submit"]:hover {
  background-color: #4c081a; /* Couleur plus sombre au survol */
  padding: 12px 20px; /* Maintient la même taille de padding que lors du survol */
  width: 200px;
}


.popup {
  width: 500px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  border: solid 1px #C31444;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.popup .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 100px;
  position: absolute;
  top: -60px;
  right: -30px;
  cursor: pointer;
  font-size: 50px;
  height: auto;
  background-color: #ffffff;
  border-radius: 100px;
  border: solid 1px #C31444;
}

.close-decoration {
  font-size: 50px;
  border-radius: 50%;
  background-color: #C31444;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.popup .titre {
  font-size: 20px;
  color: white;
  background-color: #C31444;
  font-weight: bold;
  border-radius: 10px;
}

.coordonez {
  border: solid 1px #C31444;
  border-radius : 10px;
}

.popup-content {
  text-align: center;
}


.numerosblock {
  display: flex;
  flex-direction: row;r;
  justify-content: center;
  margin: 0px 10px 0px 10px;

}

.numerosblock.visible {
  animation: fadeInAnimation 1s cubic-bezier(0.1, 0.30, 0.34, 1) forwards;
}


.numeroscontainer {
  display: flex;
  align-items: center;
  margin: 0;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
padding: 10px;
width: 400px;
margin-bottom: 30px;
opacity: 0;
}

.numeroscc {
  padding: 3px;
  border-radius: 5px;
}

.numeroscontainer.visible {
  animation: fadeInAnimation 1s cubic-bezier(0.1, 0.30, 0.34, 1) forwards;
}
.numerotitre {
  font-size: 20px;
  font-weight: bold;
  text-align: center; /* Taille de police personnalisée */
  height: auto;
}

.numerostexte {
  font-size: 16px; /* Taille de police personnalisée */
  background-color: #f0f0f0;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  height: 190px;
  display: flex;
  align-items: center;
}


.iconegeneral {
  height: 150px;
  padding-bottom: 10px;
  opacity: 1;
}

.iconegeneral {
  height: 150px;
  padding-bottom: 10px;
}

.coucoubb {
  height: 200px;

}


.sections p {
  /* background-color: #f0f0f0; */
font-size: 20px;
  padding: 5px;
}



.hamburger-menu {
  display: none;
}

.bar {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: transform 0.4s, opacity 0.2s;
}

.bar1.active {
  transform: translateY(8px) rotate(45deg);
}

.bar2.active {
  opacity: 0;
  transform: translateX(-100px);
}

.bar3.active {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-links {
  display: flex;
  list-style-type: none;
}


.nav-links li a {
  color: #fff;
  text-decoration: none;
  margin : 0px 30px 0px 30px;
}

.nav-links li a:hover {
  color: #ffd902;

}
a {text-decoration: none;

}

.contactimage {
  width: 150px;
  transition: width 0.2s ease-in-out;
  cursor: pointer; /* Added cursor property */
}

.contactimage:hover {
  width: 200px;
/* Change the cursor on hover */
}

.dodo img {
  height: 40px;
  margin-right: 4px;
  margin-bottom: 3px;
}

.dodo {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 70px;
}

.contactcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.contactcontent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  
}


.contactcontent img {

  width: 600px;
  margin: 10PX;

}

.contactcontent.visible {
  animation: fadeUp 1.5s cubic-bezier(0.1, 0.30, 0.34, 1) forwards 0.5s;
}
²
* {
  margin: 0;
}

a {
  text-decoration: none;
}

.devise {
  font-family: "Poppins", serif;
  font-weight: bold;
  font-style: italic;
  text-align : center;
  font-size: 30px;
}

.Groslogo {
  display: flex;
  height: 450px;
  margin: auto;
  box-shadow: #000000;
padding: 20PX;
margin-top: 30px;
}


.Groslogos {
width: 800px;
text-align: center;
margin: auto;
font-style: oblique;
margin-bottom: 30px;
}

/* LOGO */
.logo {
  font-size: 32px;
padding: 3px;
border-radius: 5px;
}

p {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}



.contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

h3 {
  font-size: 30px;
  padding: 3px;
  border-radius: 10px;
  color : #000000;
margin: 0px 0px 5px 0px;
opacity: 0;
}

h3.visible {
  animation: fadeInAnimation 1s cubic-bezier(0.1, 0.30, 0.34, 1) forwards;
}

.textes {
    display: flex;
    flex-direction: column;
    width: 800px;
}


.textestop {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 600px;
  margin-left: 10px;
  margin-right: 10px;

}

.textestop img {
margin-bottom: 50px;
margin-right: 0px;

}

.textestop p {
  text-align: center;
  width: 500px;

}

.textes img {
  display: flex;
  align-items: center;
justify-content: center;

}


.logo img {
height: 50px;
background-color: white;
padding: 3px;
border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: url('/images/logo5.png');
}



    .sections {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-bottom: 50px;
      margin-left: 10px;
      margin-right: 10px;
      opacity: 0;
      transform: translateY(100px);
    }
    
    .sections.visible {
      animation: fadeInAnimation 1s cubic-bezier(0.1, 0.30, 0.34, 1) forwards;
    }
    h2 {
      -webkit-text-stroke-width: 2 px;
      -webkit-text-stroke-color: #C31444;
      color: #000000;
margin: 0;
      font-size: 40px;

      padding: auto;
      margin-left: 10px;
      margin-right: 10px;
      background-color: rgb(255, 255, 255);
      /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); */
      /* border: solid 1px #C31444; */
      opacity: 0;
    }
    
    

    h2.visible {
      animation: fadeInAnimation 1s cubic-bezier(0.1, 0.30, 0.34, 1) forwards;
    
    }
    
    @keyframes fadeInAnimation {
      from {
        opacity: 0;
        transform: translateY(100px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

        
    @keyframes WidthInAnimation {
      from {
        opacity: 0;
        width: 30%;
        /* transform: translateY(100px); */
      }
      to {
        opacity: 1;
        width: 50%;
        /* transform: translateY(0); */
      }
    }

/* .sections:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: box-shadow 0.3s ease-in-out;
} */


.sectionss {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0;
}


.faqelements {
  opacity: 0;
  animation: fadeUp 2s cubic-bezier(0.1, 0.30, 0.34, 1) forwards 0.5s;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLow {
  0% {
    opacity: 0;
    font-size: 10px;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;

  }
}

/* Ajoutez des règles nth-child pour chaque élément de la section avec des délais d'animation différents */

/* Courbe d'animation personnalisée */
@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(-30%);
    
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLatif {
  0% {
    opacity: 0;
    transform: translateY(-30%) rotate(25deg); /* Rotation à 0 degrés */
    height: 200px;
    width: 200px;
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg); /* Rotation à 0 degrés */
    height: 500px;
    width: 500px;
  }
}


.gif-Images {
    width: 400px;
    margin-right: 50px;
    background-size: cover;
    border-radius: 10px;
    /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); */

}


.faq-container {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
 
}

.faq-item {
  margin-bottom: 10px;
  opacity: 0;
}

.faq-item.visible {
  animation: fadeOut 1s cubic-bezier(0.1, 0.30, 0.34, 1) forwards;
}

.faq-question {
  color: #ffffff;
  background-color: #fffcea;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .faq-toggle {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.faq-question.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  font-family: 'Poppins', sans-serif;
  max-height: 0;
  overflow: hidden;
  margin-top: 10px;
  padding: 0px 5px 0px 5px;
  animation: fadeInOut 0.5s ease-in-out;
}

.faq-toggle {
  font-size: 20px;
  color: #C31444;
  margin-left: 10px;
}

@keyframes fadeInOut {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px; /* Valeur suffisamment grande pour permettre l'expansion complète */
  }
}

body.night-mode {
  background-color: #121212;
  color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
}

/* Styles pour les questions/réponses FAQ en mode par défaut */
body:not(.night-mode) .faq-question {
  background-color: #ffffff;
  color: #000000;
  border: solid none;
  border-bottom: solid 1px #C31444;
}

body:not(.night-mode) .faq-answer {
  background-color: #ffffff;
  color: #000000;
}

/* Ajoutez ces styles à vos règles CSS existantes */
.sections {
  transition: background-color 0.3s;

  padding: 10px;
  background-color: none;
}


.gif-Images {
  background-color: white;
  transition: background-color 0.3s;

}

/* Styles pour les liens dans le mode nuit */
/* Ajoutez ces styles à vos règles CSS existantes */
.faq-question {
  background-color: #1e1e1e;
  color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
}

.faq-answer {
  background-color: #2e2e2e;
  color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
  transition: max-height 0.2s ease-in-out;
}

.mode {
  border-radius: 50px;
  height: 30px;
  margin: 3px;
  background-color: #000000;
  border: none; /* Supprime la bordure */
  outline: none; /* Supprime la bordure autour du bouton lorsqu'il est en surbrillance */
  text-decoration: none;
  position: fixed;
  top: 80px; /* Exemple de position depuis le haut */
  right: 10px;
}

.mode img {
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
}

footer {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  margin-top : 250px;
  background-color: #000000;
/* background-image: url(/images/imgfooter.png); */
width : auto;


background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  align-items: center;
  justify-content: center;

  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 4 0px;
}

.footerimg img{
  height: 35px;
  margin-left: 10px;
}

.coucou {
  width: 60px; /* ajustez la taille selon vos besoins */
  height: auto;
  margin-left: 10px;/* permet de maintenir les proportions originales */
  /* ou bien utilisez 'height' à la place de 'width' pour ajuster la hauteur */
}

.testimonials-container {
  display: flex;
  justify-content: center;
}
.numbers {
  width: 30px;
}


.testimonial {
  width: 300px;
  height: auto;
  padding: 15px;
  background-color: #fff;
  border: solid 1px #ffd902;
  /* border: 1px solid #000000; */
  border-radius: 5px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0;
}

.testimonial.visible {
  animation: fadeOut 1s cubic-bezier(0.1, 0.30, 0.34, 1) forwards;
}

.stars {
  font-size: 30px;
  color: gold;
  outline: #000000;
}

a {
text-decoration: none;
color: #000000;
}

.contactcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  opacity: 1;

}



.imagetkt {
  width: 600px;
  margin: 10PX;
}

.contactparagraphe {
  color: #C31444;
}
.contactparagraphe a {
  color: #C31444;
}
.contactcontent p {
  font-size: 25px;
  font-weight: bolder; 
  animation: floatAnimation 0.9s infinite alternate ease-in-out;
}
@keyframes floatAnimation {
  0% {
    transform: translate(0%, -5%);
  }
  100% {
    transform: translate(0%, 5%);
  }
}



.p1, .p2, .p3 {
  
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  opacity: 0;
}

.p1 {
animation: fadeUp 2s cubic-bezier(0.1, 0.30, 0.34, 1) forwards 0.5s;
}

.p2 {
  animation: fadeUp 2s cubic-bezier(0.1, 0.30, 0.34, 1) forwards 1s;
  }

.p3 {
    animation: fadeUp 2s cubic-bezier(0.1, 0.30, 0.34, 1) forwards 1.5s;
    }

.contactparagraphe:nth-child(1) {
  animation: fadeUp 0s cubic-bezier(0.1, 0.30, 0.34, 1) forwards 0.5s;
}
.contactparagraphe:nth-child(2) {
  animation: fadeUp 0s cubic-bezier(0.1, 0.30, 0.34, 1) forwards 1s;
}
.contactparagraphe:nth-child(3) {
  animation: fadeUp 0s cubic-bezier(0.1, 0.30, 0.34, 1) forwards 1.5s;
}

.menu {
  display: none;
}





.garantexte {
  background-color: #ffdf2a;
  border-radius: 10px;
  width: 100%;
  padding: 0px 10px 0px 10px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.garantie {
  display: flex;
  align-items: center;
  justify-content: baseline;
  flex-direction: column;
  max-width: 250px;
  height: 290px;

  border-radius: 10px;
  border: solid 1px #a7a7a7;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  
  }
  
  .garantie p {
    font-size: 14px;
    text-align: center;
 

  }
  
  .garantie img {
  height: 90px;
  width: 90px;

  }
  


@media only screen and (max-width: 768px) {

p {
}  

  .textes2 {
    display: flex;
    flex-direction: column;
      width: 400px;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    }

  .competencesdad {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .logoss {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 0;
    background: white;
    white-space: nowrap;
    position: relative;
    width: 300px;
    height: 125px;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .logoss:before,
  .logoss:after {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  .logoss:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .logoss:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  .logoss:hover .logoss-slide {
    animation-play-state: paused;
  }
  
  .logoss-slide {
    display: inline-block;
    animation: 7.5s slide infinite linear;
  }
  
  .logoss-slide img {
    height: 75px;
    margin: 5px;
  }
  
  
  .competencestout {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .competencestexte {
      font-size: 8px; /* Taille de police personnalisée */
      border: solid 1px #a7a7a7;
      padding: 10px;
      border-radius: 10px;
      text-align: center;
      height: auto;
      width: 200px;
      position: relative;
      top: -10px;
  }
  
  .competencescontainer {
    border: solid 1px #a7a7a7;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    width: 700px;
  }
  
  
  .competencescontainer img {
    height: 100px;
  }
    
    
    h1 {
    text-align : center;
    margin-top : 40px;
    font-size : 10px;
}

.devise {
  font-style: italic;
  text-align : center;
  font-size: 20px;
}

  h4 {
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    }
    
    .blockfooter {
      display: flex;
      flex-direction: column;
      margin-left: 10px;
      margin-right: 10px;
    }

  .alternance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    text-align: center;
  }
  .alternance img {
  height: 250px;
  }
  

  .popup h3 {
    font-size: 15px;
    color: white;
    background-color: #C31444;
  }

  .popup {
    width: 400px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    border: solid 1px #C31444;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  
  .popup .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    position: absolute;
    top: -60px;
    right: -10px;
    cursor: pointer;
    font-size: 50px;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #C31444;
  }

  .form-row {
    flex-direction: column; /* Stack fields vertically on smaller screens */
  }
  
  .form-row .form-group {
    margin-right: 0;
    margin-bottom: 15px; /* Space between stacked fields */
  }
  
  .formulaire {
    width: 90%; /* Adjust form width on smaller screens */
    padding: 15px; /* Adjust padding on smaller screens */
  }

  .formulaire p {
    font-size: 24px; /* Adjust font size for smaller screens */
  }
  
  label {
    font-weight: bold;
    font-size: 16px;
  }
  
  input[type="text"],
  input[type="email"],
  textarea { 
  
    padding: 9px;
    border: solid 1px #a7a7a7;
    border-radius: 4px;
    font-size: 14px;
    font-family: poppins;
  
  }
  
  input[type="submit"] {
    font-family: poppins;
    background-color: #C31444;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s, padding 0.3s; /* La syntaxe de la transition est corrigée */
    text-align: center;
    width: 140px;
  }

  input[type="submit"]:hover {
    font-family: poppins;
    background-color: #4c081a;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
/* La syntaxe de la transition est corrigée */
    width: 140px;
  }


  .numerotitre {
    font-size: 16px;
    font-weight: bold; /* Taille de police personnalisée */
  }
  
  .numerostexte {
    height: 90px;
    font-size: 12px;
    text-align:  center;
    background-color: #f0f0f0;
    padding: 5px; /* Taille de police personnalisée */
  }
  

  .numerosblock {

    flex-direction: column;
    align-items: center;
    justify-content: center;
height: auto;
margin-bottom: 10px;
padding: 0;

  }


  .numeroscontainer {

    display: flex;
    align-items: center;

    flex-direction: column;
margin: 0;
    height:auto;
  }
  

 

  .textestop img {
    margin-bottom: 25px;
    margin-right: 0px;
    
    }
    
    .textestop p {
      text-align: center;
      width: 400px;
    }

.testimonial {
  height: auto;
  padding: 15px;
  background-color: #fff;
  border: solid 1px #ffd902;
  border-radius: 5px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0;
}

  
  .stars {
    font-size: 15px;
    color: gold;
    outline: #000000;
  }

  .numero {
    border-radius: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #C31444;
    margin-right: 5px;
  }
  

  .nav-links li {
    margin-right: 40px;
  }
  

.navbar {
        display: flex
;
        justify-content: space-evenly;
        font-weight: bolder;
        POSITION: FIXED;
        WIDTH: 100%;
        z-index: 1;
        MARGIN: 0;
        top: 0;
    }
  .logo img {
    content: url('/images/logo5.png'); 

    height: 30px;
}



  .hamburger-menu {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer;
      width: 30px;
      height: 20px;
  }

  .nav-links {
      display: none;
      align-items: center;
      justify-content: left;
      flex-direction: column;
      background-color: #000000;
      /* position: absolute; */
      top: 60px;
      opacity: 0; /* Opacité initiale à 0 */
      animation: fadeYo 0.5s forwards; /* Utilisation de l'animation pour faire apparaître progressivement */
      z-index: 1;
    }
  
  .nav-links li { 
width: auto;
      margin: auto;
      margin-bottom: 5px;
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .nav-links li:hover { 
/* background-color: #000000; */
border-radius: 10px;
      }

      
  .nav-links.show {
      display: flex;
      align-items: center;

      padding: 10px 20px 10px 20px;
      opacity: 1; /* Changement d'opacité à 1 lorsque le menu est affiché */
  }


  @keyframes fadeYo {
    0% {
      opacity: 0;
      transform: translateY(-4%);
      
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }


  .contactcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;

  background-color: white;

  }
  
  
  .contactcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    height: auto;

    margin-left: 10px;
    margin-right: 10px;
    }
  
  .contactcontent img {

    width: 400px;
    margin: 10PX;
  
  }
  
  .contactcontent p {
    font-size: 15px;
    font-weight: bolder; 
    animation: floatAnimation 0.9s infinite alternate ease-in-out;
  }
  
  .p1, .p2, .p3 {
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30%;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    perspective: 100px;
  }
  


  .testimonials-container {
    display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
  
  }

  .testimonial {
    margin-bottom: 10px;
  }
  


  .Groslogos {
    width: 200px;
    text-align: center;
    margin: auto;
    font-style: oblique;
    margin-bottom: 15px;

    }

    .Groslogo {
      display: flex;
      height: 180px;
      margin: auto;
      box-shadow: #000000;
      padding: 20PX;
      margin-top: 15px;

    }

ul {
  margin-right: 0px;
  }

  .mode {
    top: 60px; /* Exemple de position depuis le haut */
    right: 5px;
  }


.logo img {
content: url('/images/logo5.png'); 
background-color: #ffffff;/* Remplacez 'Logo2.png' par le chemin de votre deuxième image */
height: 30px;
}


.salut {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h2 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 15px;
  opacity: 0;

}


    .coucou {
      width: 30px; /* ajustez la taille selon vos besoins */
      height: auto;
      margin-left: 5px;/* permet de maintenir les proportions originales */
      /* ou bien utilisez 'height' à la place de 'width' pour ajuster la hauteur */
    }
  
  h3 {
    font-size: 20px;
    
  }

    .sections {
        flex-direction: column; /* Inverse la direction pour mettre l'image au-dessus du texte */
        text-align: center;
        margin-bottom: 25px; /* Centre le texte */
    }

    .sectionss {
      flex-direction: column; /* Inverse la direction pour mettre l'image au-dessus du texte */
      text-align: center; /* Centre le texte */
  }

    .gif-Images {
        margin: 0; /* Supprime la marge à droite pour s'adapter à l'écran plus étroit */
        margin-bottom: 20px; /* Ajout d'une marge en bas pour l'espace */
        max-width: 200px; 
    }

    .textes {
        width: 90%; /* Utilise la largeur maximale de l'écran */
        margin-right: 0; /* Supprime la marge à droite pour s'adapter à l'écran plus étroit */
    }



    .faq-question {
      font-size: 10px ;
      width: auto;
      
        }
    p {
      font-size: 12px;
    }

    .menu {
      display:none;
      position: absolute;
      background-color: #C31444;
      right: 0;
      left: 0;
      margin-top: auto;
      text-align: center;
      padding: 10px 0;
    }
  
    .menu li:hover {
      display: inline-block;
      background-color: #000000;
      transition: 0.3s ease;
    }
  

  
    input[type=checkbox]:checked ~ .menu {
      display: block;
    }
 
  
    .dropdown {
      left: 50%;
      top: 30px;
      transform: translateX(35%);
    }
  
    .dropdown li:hover {
      background-color: #4c9e9e;
    }

    .logo {
      font-size: 32px;
      background-color: rgb(255, 255, 255);
      padding: 3px;
      border-radius: 10px;

    }
    @keyframes fadeLatif {
      0% {
        opacity: 0;
        transform: translateY(-30%) rotate(25deg); /* Rotation à 0 degrés */
        height: 100px;
        width: 100px;
      }
      100% {
        opacity: 1;
        transform: translateY(0) rotate(0deg); /* Rotation à 0 degrés */
        height: 250px;
        width: 250px;
      }
    }

  .wshwsh {
height: 40px;
  }

    td  {
      width: auto;
    }
    .iconegeneral {
      height: 75px;
      padding-bottom: 5px;
    }
    
    .coucoubb {
      height: 100px;
    }

    .sections p {
      font-size: 15px;
    }
    footer a {
      font-size: 12px;
    }

    


.garantexte {
  background-color: #ffdf2a;
  border-radius: 5px;
  width: 100%;
  padding: 0px 5px 0px 5px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.garantie {
  display: flex;
  align-items: center;
  justify-content: baseline;
  flex-direction: column;
  max-width: 200px;
  height: 150px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  
  }
  
  .garantie p {
    font-size: 8px;
    text-align: center;
 

  }
  
  .garantie img {
  height: 40px;
  width: 40px;

  }
  

  footer {
    display: flex;
    background-color: #000000;
    /* background-image: url(/images/footer2.png); */
    color: #ffffff;
    font-size: 12px;
    justify-content: center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top : 125px;

  }

    .footercontainer a {
      margin-top: 5px;
      margin-bottom: 5px;
      }
      

    .footercontainer {
      margin-left: 10px;
      margin-right: 10px  ;

  
      margin-bottom: 10px;
      border-bottom: solid 1px #ffffff;
    }
    
    .footerimg img{
      height: 20px;
      margin: 0px;
      padding: 3px;

    }

    @keyframes WidthInAnimation {
      from {
        opacity: 0;
        width: 50%;
        /* transform: translateY(100px); */
      }
      to {
        opacity: 1;
        width: 70%;
        /* transform: translateY(0); */
      }
    }
  }
