/* @font-face {
    font-family: 'Montserrat';
    src: url('montserrat-regular.ttf') format('truetype');
} */
html {
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    border: none;
}
.importanth1{
  font-size: 16px;
  font-weight: 400;
}
/* WebKit */
::-webkit-scrollbar {
    width: 10px;
    background-color: #000000;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #AF0000;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #FF0000;
  }
body{
    background-color: #232323;
}
header{
    width: 100%;
    height: 100vh;
    font-family: 'Montserrat';
    /* background-color: aqua; */
}
.headersection1{
    position: fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 10%;
    background-color: #121212;
    z-index: 9999;
}
.headersection1.show{
    position: fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 30%;
    background-color: #121212;
}
.headersection2.show{
    width: 100%;
    height: 100vh;
    background-image:url("image/accueil4.png");
    background-size: cover;
    background-position: center;
}
.headersection2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center ;
    width: 100%;
    height: 100vh;
    background-image:url("image/accueil4.png");
    background-size: cover; /* Définissez la largeur et la hauteur souhaitées pour l'image */
    background-position: center center;
    background-repeat: no-repeat;
    /* gap: 10%; */
  }

  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

.text-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 100%;
    height: 81%;
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    /* background-color: #9b4444; */
  }
  .test{
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    right: 0;
    /* width: 6%; */
    width: 400px;
    height: 200px;
    margin-top: 22%;
    /* background-color: #000000; */
  }
  .oney.visible{
    display: none;
  }
  .oney{
    order: 1;
    display: flex;
    width: 45%;
    height: 100%;
    /* background-color: #3b5999; */
    background-image:url("image/oney.png");
    background-size: cover; /* Définissez la largeur et la hauteur souhaitées pour l'image */
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .oneyText{
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 45%;
    height: 80px;
    background-color: #ffffff;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    color: rgb(94, 165, 0);
    opacity: 0.8;
  }
  .pare-brise.visible{
    display: none;
  }
  .pare-brise{
    order: 3;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    height: 100%;
    background-color: #da0f0f;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    opacity: 0.9;
    color: white;
  }
  .oneyhover{
    display: none;
  }
  .oneyhover.visible{
    order: 1;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #3b5999; */
    /* background-image:url("image/oney.png"); */
    background-color: white;
    background-size: cover; /* Définissez la largeur et la hauteur souhaitées pour l'image */
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    color: black;
    opacity: 0.5;
  }
  .pare-brisehover{
    display: none;
  }
  .pare-brisehover.visible{
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
    background-color: #64a25c;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    color: white;
    opacity: 0.5;
  }
  .popup0{
    font-size: 20px;
  }
  @media (max-width: 1000px) {
    .oney{
      display: none;
    }
    .oneyText{
      display: none;
    }
    .oneyhover{
      display: none;
    }
    .pare-brise{
      display: none;
    }
    .pare-brisehover{
      display: none;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
.logobox{
    display: flex;
    flex-wrap: wrap;
    width: 10%;
    height: 100%;
    /* background-color: aliceblue; */
    object-fit: contain;
}
.logobox.show{
    display: flex;
    flex-wrap: wrap;
    width: 10%;
    height: 26.7%;
    /* background-color: aliceblue; */
    object-fit: contain;
}
.logo{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logo:hover{
    cursor: pointer;
}
.menubox{
    display: flex;
    flex-direction: row;
    list-style: none;
    /* background-color: aqua; */
    width: 50%;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 15%;
    overflow: hidden; /* Hide overflow */
}
.menubox.show{
    display: flex;
    flex-direction: column;
    list-style: none;
    /* background-color: aqua; */
    width: 50%;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: aliceblue; */
    margin-left: 15%;
}
.stylelink{
    position: relative; /* Ajout de la propriété */
    font-size: 20px;
    font-weight: medium;
    text-decoration: none;
    color: white;
}
@media screen and (min-width: 500px) {
    .soulignement {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #AF0000;
        transition: width 0.5s ease-out;
        margin-top: 5px; /* Ajout d'un espace entre le mot et le soulignement */
      }
      
      
      .stylelink:hover .soulignement {
        width: 100%;
      }
}

/* .stylelink:hover{
    font-size: x-large;
    transition: all 1s ease;
} */
.menu-button{
    /* margin-left: 80%; */
    right: 10px;
    position: fixed;
    width: 10%;
    height: 10%;
    /* background-color: aliceblue; */
    background-color: transparent;
}
.fleche{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.imgfleche{
    margin-top: 30%;
    opacity: 0.5;
}
.imgfleche2{
    margin-top: -30%;
    opacity: 0.5;
}
.imgfleche:hover{
    opacity: 1;
}
.imgfleche2:hover{
    opacity: 1;
}
#ancrefleche{
    scroll-margin-top: 70px;
}

@media (max-width: 1000px) {
    .menubox {
      display: none;
    }
    .menu-button {
      display: block;
    }
    .stylelink{
        font-size: 15px;
        font-weight: medium;
        text-decoration: none;
        color: white;
    }    
    .text-box{
        height: 100%;
    }
  }
  
  @media (min-width: 1000px) {
    .menubox {
      display: flex;
    }
    .menu-button {
      display: none;
    }
  }



.pagetitle{
    width: 80%;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    font-family: 'Montserrat';
    }


.pagetitle2{
    color: white;
    /* margin-top: 80px; */
    width:80%;
    text-align: center;
}

.textadress{
    /* margin-top: 30px; */
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    align-items: center;
    font-size: 20px;
    font-weight: initial;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat';
    /* background-color: #000000; */
}
@media (max-width: 600px) {
    .pagetitle2{
        font-size: 20px;
    }
    .textadress{
        font-size: 8px;
    }
  }
  @media (max-width: 800px) {
    .textadress{
        font-size: 12px;
    }
    .fleche{
        display: none;
    }
  }
.contactbutton1{
    border: solid rgb(255, 255, 255) 1px;
    background-color: #AF0000;
    width: 192px;
    height: 43px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.contactbutton1:hover{
    cursor: pointer;
    background-color: #a92121;
}
@media (max-width: 900px) {
      .contactbutton1:hover{
        cursor: unset;
      }
  }
.boutons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 60%;
    flex-wrap: wrap;
    gap: 50px;
    /* background-color: aqua; */
}




.box1{
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    gap: 0px;
    /* background-color: rgb(16, 24, 24); */
}
.sousbox2 {
    margin-top: 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    height: 60%;
    flex-wrap: wrap-reverse;
    gap:40px;
}
.img1 {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    width: 350px;
    align-items: left;
    font-weight: initial;
    text-align: left;
    font-weight: 750;
    font-family: 'Montserrat';
}

.boxparagraphe1 {
    display: flex;
    flex-direction: column;
    width: 400px;
    align-items: center;
    font-weight: initial;
    text-align: left;
    font-weight: 500;
    font-family: 'Montserrat';
}
.titreparagraphe1{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    width: 100%;
    align-items: center;
    font-size: 24px;
    font-weight: initial;
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat';
    text-align: justify;
}
.paragraphe1{
    color: white;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    width: 100%;
    align-items: center;
    font-size: 18px;
    font-weight: initial;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: justify;
}
@media (max-width: 1000px) {
    .titreparagraphe1{
        font-size:18px ;
        width: 300px;
    }
    .paragraphe1{
        font-size: 12px;
        width: 300px;
    }
    .img1{
        width: 350px;
    }
  }
  @media (max-width: 400px) {
   .img1{
    width: 300px;
   }
   .titreparagraphe1{
    font-size:15px ;
    width: 80%;
}
.paragraphe1{
    font-size: 9px;
    width: 80%;
}
.sousbox2 {
    margin-bottom: 15%;
}
.sousbox3 {
    margin-bottom: 15%;
}
.sousbox4 {
    margin-bottom: 15%;
}
  }
.sousbox3{
    margin-top: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    height: 60%;
    flex-wrap: wrap;
    gap:40px;
}
.img2{
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    width: 350px;
    align-items: left;
    font-weight: initial;
    text-align: left;
    font-weight: 750;
    font-family: 'Montserrat';
}
.boxparagraphe2{
    display: flex;
    flex-direction: column;
    width: 400px;
    align-items: center;
    font-weight: initial;
    text-align: left;
    font-weight: 500;
    font-family: 'Montserrat';
}
.titreparagraphe2{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    width: 100%;
    align-items: center;
    font-size: 24px;
    font-weight: initial;
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat';
    text-align: justify;
}
.paragraphe2{
    color: white;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    width: 100%;
    align-items: center;
    font-size: 18px;
    font-weight: initial;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: justify;
}
@media (max-width: 1000px) {
    .titreparagraphe2{
        font-size:18px ;
        width: 300px;
    }
    .paragraphe2{
        font-size: 12px;
        width: 300px;
    }
    .img2{
        width: 350px;
    }
  }
  @media (max-width: 400px) {
   .img2{
    width: 300px;
}
   .titreparagraphe2{
    font-size:15px ;
    width: 80%;
}
.paragraphe2{
    font-size: 9px;
    width: 80%;
}
  }
.sousbox4{
    margin-top: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    height: 60%;
    flex-wrap: wrap-reverse;
    gap:40px;
}
.img3{
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    width: 350px;
    align-items: left;
    font-weight: initial;
    text-align: left;
    font-weight: 750;
    font-family: 'Montserrat';
}

.boxparagraphe3{
    display: flex;
    flex-direction: column;
    width: 400px;
    align-items: center;
    font-weight: initial;
    text-align: left;
    font-weight: 500;
    font-family: 'Montserrat';
}
.titreparagraphe3{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    width: 100%;
    align-items: center;
    font-size: 24px;
    font-weight: initial;
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat';
    text-align: justify;
}
.paragraphe3{
    color: white;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    width: 100%;
    align-items: center;
    font-size: 18px;
    font-weight: initial;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: justify;
}
@media (max-width: 1000px) {
    .titreparagraphe3{
        font-size:18px ;
        width: 300px;
    }
    .paragraphe3{
        font-size: 12px;
        width: 300px;
    }
    .img3{
        width: 350px;
    }
  }
  @media (max-width: 400px) {
   .img3{
    width: 300px;
}
   .titreparagraphe3{
    font-size:15px ;
    width: 80%;
}
.paragraphe3{
    font-size: 9px;
    width: 80%;
}
  }


.sousbox5{
    margin-top: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    height: 60%;
    flex-wrap: wrap;
    gap:40px;
    margin-bottom: 5%;
}
.img4{
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    width: 350px;
    align-items: left;
    font-weight: initial;
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat';
}

.boxparagraphe4{
    display: flex;
    flex-direction: column;
    width: 400px;
    align-items: center;
    font-weight: initial;
    text-align: left;
    font-weight: 500;
    font-family: 'Montserrat';
}
.titreparagraphe4{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    width: 100%;
    align-items: center;
    font-size: 24px;
    font-weight: initial;
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat';
    text-align: justify;
}
@media (max-width: 926px) {
    .titreparagraphe4{
        width: 75%;
    } 
  }
.paragraphe4{
    color: white;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    width: 100%;
    align-items: center;
    font-size: 18px;
    font-weight: initial;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: justify;
}
@media (max-width: 1000px) {
    .titreparagraphe4{
        font-size:18px ;
        width: 300px;
    }
    .paragraphe4{
        font-size: 12px;
        width: 300px;
    }
    .img4{
        width: 350px;
    }
  }
  @media (max-width: 400px) {
   .img4{
    width: 300px;
}
   .titreparagraphe4{
    font-size:15px ;
    width: 80%;
}
.paragraphe4{
    font-size: 9px;
    width: 80%;
}
  }

.boutonrendezvous{
    margin-top: 5%;
    background-color: #AF0000;
    width: 192px;
    height: 43px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-align: center;
    border-radius: 15px;
    border: solid rgb(255, 255, 255) 1px;
}
.boutonrendezvous:hover{
    cursor: pointer;
    background-color: #a92121;
}
@media (max-width: 1000px) {
  .boutonrendezvous:hover{
    cursor: initial;
}
  }
.ligneseparation1{
    margin-top: 5%;
    background-color: rgb(255, 255, 255);
    width: 60%;
    height: 2px;

}
@media(max-width: 600px){
    .ligneseparation1{
        display: none;
    }
    .boutonrendezvous{
        margin-top: 15%;
    }
}
    
.texteounoustrouver{
    color: white;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    width: 80%;
    align-items: center;
    font-size: 24px;
    font-weight: initial;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat';
}
.texteounoustrouver1{
    color: white;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    width: 80%;
    align-items: center;
    font-size: 24px;
    font-weight: initial;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat';
}


.partenaire {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #1d1c1c;
  }
  .box-partenaire1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    height: 100%;
    /* background-color: #a92121; */
  }
  .box-partenaire2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    height: 100%;
  }
  .textenospartenaires {
    color: white;
    margin-top: 2%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    width: 100%;
    height: 100%;
    align-items: center;
    font-size: 24px;
    font-weight: initial;
    text-align: left;
    font-weight: 700;
    font-family: 'Montserrat';
    text-align: justify;
  }
  
  .imgpartenaire {
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; /* Flex-wrap est désormais appliqué ici */
    width: 100%; /* Modification de la largeur pour permettre l'enroulement */
    height: 100%;
    /* background-color: #3b5999; */
  }
  
  .partimg {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 120px;
    height: auto;
    margin: 0 1% 1% 0; /* Ajout de marges pour espacer les images */
  }
  

@media (max-width: 1200px) {
    .textenospartenaires{
font-size: 20px;    }
  }
  @media (max-width: 600px) {
    .textenospartenaires{
font-size: 15px;    }
  }
  @media (max-width: 1000px) {
    .partimg {
        width: 70px;
      }
      .imgpartenaire{
            gap: 2%;
      }
      .box-partenaire1{
            width: 100%;
      }
      .box-partenaire2{
            width: 100%;
      }
  }

  
  
 

  
  
  
  
  
  
  
  
  

  
  



.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

.info-box {
    /* opacity: 1; */
    max-height: 1000px;
    overflow: hidden;
    background-color: #212121;
    padding: 20px;
    margin: 20px 0;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    position: relative;
    border-radius: 30px;
    color: white;
    text-align: left;
    font-family: 'Montserrat';
    /* margin-top: 10%; */
    opacity: 0;
    transition: opacity 1.5s ease-in-out; 
}

.info-box.visible {
opacity: 1;
}
@media (max-width: 500px) {
  .info-box {
    /* suprimmer l'animation */
    opacity: 1;
  }
}
.info-box h2 {
    margin-top: 0;
    color: white;
    text-align: center;
    font-family: 'Montserrat';
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}

.button-container{
    text-align: center;
}

.btn {
    background-color: #AF0000;
    color: white;
    padding: 15px 32px;
    align-items: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 0;
    border-radius: 15px;
    margin-bottom: -11%;
}
.btn:hover{
    cursor: pointer;
    background-color: #a92121;
}
@media (max-width: 900px) {
    .btn:hover{
      cursor: initial;
    }
  }

.columns {
    margin-left: 13%;
    display: flex;
    justify-content: space-evenly;
}

.column {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: left top;
}
@media (max-width: 650px) {
    .column{
        font-size: 10px;
    } 
    .importanth1{
      font-size: 10px;
    }
  }
  @media (max-width: 450px) {
    .column{
        font-size: 8px;
    } 
    .importanth1{
      font-size: 8px;
    }
  }

.liste{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}


.content {
    margin-top: 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap-reverse;
    gap: 20px;
}

.info {
    margin-top: 3%;
    color:white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 30%;
    font-family: 'Montserrat';
    flex-wrap: wrap;
    margin-bottom: 20px; /* Ajout d'une marge en bas pour espacer les éléments lors de l'enroulement */
}


.map {
    width: 700px;
    height: 400px;
    border-radius: 20px;
    margin-bottom: 20px; /* Ajout d'une marge en bas pour espacer les éléments lors de l'enroulement */
}
@media (max-width: 900px) {
    .info{
        margin-top: 0%;
    }
    .map{
        width: 500px;
    }
  }
  @media (max-width: 700px) {
    .map{
        width: 400px;
    }
  }
  @media (max-width: 500px) {
    .map{
        width: 300px;
        height: 200px;
    }
  }
@media (max-width: 500px) {
    .info {
        font-size: 10px;
        flex-direction: row;
        justify-content: center;
        gap: 12%;
        width: 100%;
        /* background-color: #a92121; */
    }
    .boxmap1{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        /* background-color: #212121; */
        justify-content: start; 
    }
    .boxmap2{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        /* background-color: #212121; */
        justify-content: start; 
    }
  }
  @media (min-width: 500px) {

#animtexte1 {
    position: relative;
    left: -50px;
  }
  #animimg2 {
    position: relative;
    right: -50px;
  }
  #animtexte2 {
    position: relative;
    left: -50px;
  }
  #animimg3 {
    position: relative;
    right: -50px;
  }
  #animtexte3 {
    position: relative;
    left: -50px;
  }
  #animimg4 {
    position: relative;
    right: -50px;
  }
  #animtexte4 {
    position: relative;
    left: -50px;
  }
  #animimg5 {
    position: relative;
    right: -50px;
  }



  .monAnimation1 {
    /* styles pour l'animation */
    animation-name: arriverParLaGauche;
    animation-duration: 2s;
    animation-fill-mode: forwards; /* L'objet reste à sa position d'arrivée */
    /* etc. */
  }
  .monAnimation4 {
    /* styles pour l'animation */
    animation-name: arriverParLaDroite;
    animation-duration: 2s;
    animation-fill-mode: forwards; /* L'objet reste à sa position d'arrivée */
    /* etc. */
  }
  .monAnimation2 {
    /* styles pour l'animation */
    animation-name: arriverParLaGauche;
    animation-duration: 2s;
    animation-fill-mode: forwards; /* L'objet reste à sa position d'arrivée */
    /* etc. */
  }
  .monAnimation5 {
    /* styles pour l'animation */
    animation-name: arriverParLaDroite;
    animation-duration: 2s;
    animation-fill-mode: forwards; /* L'objet reste à sa position d'arrivée */
    /* etc. */
  }
  .monAnimation10 {
    /* styles pour l'animation */
    animation-name: arriverParLaGauche;
    animation-duration: 2s;
    animation-fill-mode: forwards; /* L'objet reste à sa position d'arrivée */
    /* etc. */
  }
  .monAnimation40 {
    /* styles pour l'animation */
    animation-name: arriverParLaDroite;
    animation-duration: 2s;
    animation-fill-mode: forwards; /* L'objet reste à sa position d'arrivée */
    /* etc. */
  }
  .monAnimation20 {
    /* styles pour l'animation */
    animation-name: arriverParLaGauche;
    animation-duration: 2s;
    animation-fill-mode: forwards; /* L'objet reste à sa position d'arrivée */
    /* etc. */
  }
  .monAnimation50 {
    /* styles pour l'animation */
    animation-name: arriverParLaDroite;
    animation-duration: 2s;
    animation-fill-mode: forwards; /* L'objet reste à sa position d'arrivée */
    /* etc. */
  }

  @keyframes arriverParLaGauche {
    0% {
        opacity: 0%;
        left: -200px;
    }
    100% {
        opacity: 100%;
        left: 0;
    }
  }
  @keyframes arriverParLaDroite {
    0% {
        opacity: 0%;
        right: -200px;
    }
    100% {
        opacity: 100%;
        right: 0;
    }
  }
}


  @media (max-width: 500px) {
    .texteounoustrouver{
    font-size: 18px;   
    margin-top: 15%;
    }
    .texteounoustrouver1{
        font-size: 9px; 
        font-weight: 500;  
        margin-top: 5%;
        }
  }


/* =========================================FOOTER===================================== */


footer{
    bottom: 0;    
    width: 100%;
    height: 120px;
}

@media (max-width: 600px) {
    footer{
        height: 80px;
    }
}

.footersection1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #121212;
}
.logobox2{
    display: flex;
    flex-wrap: wrap;
    width: 10%;
    height: 60%;
    object-fit: contain;
}

.logo2{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reseau{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    /* background-color: #002fff; */
    color: white;
    gap: 10%;
}

.lastlink{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
    text-align: center;
    width: 10%;
    height: 100%;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: white;
    gap: 10%;
    text-decoration: none;
}

.lastlinkitem{
    text-decoration: none;
    color: white;
}

.speciala{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 800px) {
    .lastlink{
        width: 15%;
        margin-right: 5%;
        font-size: 7px;
    }
    .reseau{
        font-size: 9px;
    }
    .logobox2{
        margin-left: 5%;
        width: 15%;
    }
    .reseau{
        width: 70%;
    }
}

/* ================================wrapper for facebook ============================================= */


  /* ================================wrapper for facebook ============================================= */


  
  




@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

*:focus,
*:active {
outline: none !important;
-webkit-tap-highlight-color: transparent;
}



.wrapper {
display: inline-flex;
}

.wrapper .icon {
font-family: 'Montserrat';
position: relative;
background: #ffffff;
border-radius: 50%;
padding: 15px;
width: 50px;
height: 50px;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-ms-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (max-width: 500px) {
    .wrapper .icon {
        width: 30px;
        height: 30px;
    }
}

.wrapper .tooltip {
position: absolute;
top: 0;
font-size: 14px;
background: #fff;
color: #ffffff;
padding: 5px 8px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
opacity: 0;
pointer-events: none;
border-radius: 4px;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
}

.wrapper .tooltip::before {
position: absolute;
content: "";
height: 8px;
width: 8px;
background: #fff;
bottom: -3px;
left: 50%;
transform: translate(-50%) rotate(45deg);
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transform: translate(-50%) rotate(45deg);
-moz-transform: translate(-50%) rotate(45deg);
-ms-transform: translate(-50%) rotate(45deg);
-o-transform: translate(-50%) rotate(45deg);
-webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
top: -45px;
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.01);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
background: #3b5999;
color: #fff;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
background: #e1306c;
color: #fff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
background: #e92828;
color: #fff;
}


/* wraperResponsive */


.wrapperResponsive {
    display: none;
    }
    
    .wrapperResponsive .icon {
    font-family: 'Montserrat';
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 20px;
    height: 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    
    .wrapperResponsive .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #ffffff;
    padding: 5px 8px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    }
    
    .wrapperResponsive .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translate(-50%) rotate(45deg);
    -moz-transform: translate(-50%) rotate(45deg);
    -ms-transform: translate(-50%) rotate(45deg);
    -o-transform: translate(-50%) rotate(45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    
    .wrapperResponsive .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    }
    
    .wrapperResponsive .icon:hover span,
    .wrapperResponsive .icon:hover .tooltip {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.01);
    }
    
    .wrapperResponsive .facebook:hover,
    .wrapperResponsive .facebook:hover .tooltip,
    .wrapperResponsive .facebook:hover .tooltip::before {
    background: #3b5999;
    color: #fff;
    }

    .wrapper{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        /* background-color: #750af0; */
    }
    
    .stylelinkfooter{
        font-weight: 400;
        text-decoration: none;
        font-family: 'Montserrat';
        color: white;
    }
    .wrapperResponsive{
        display: none;
    }

    /* TEST BUTTON */

      
      .wrapperbutton{
        margin-top: 6%;
        position: relative;
        /* width: 100%; */
        height: 60px;
      }
      
      .buttonsend{
        
        font-size: 15px;
        font-weight: 500;
        font-family: 'Montserrat';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 175px;
        height: 45px;
        line-height: 1;
        letter-spacing: 1px;
        background-color: #FE3737; 
        border-radius: 15px;
        cursor: pointer;
        overflow: hidden;
        transition: all .35s;
        color: white;
      }
      
      .buttonsend:hover{
        background-color: #f66060; 
      }
      
      .buttonsend span{
        opacity: 1;
        visibility: visible;
        transition: all .35s;
      }
      
      .success{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 50%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: all .35s;
      }
      
      .success svg{
        width: 20px;
        height: 20px;
        fill: yellowgreen;
        transform-origin: 50% 50%;
        transform: translateY(-50%) rotate(0deg) scale(0);
        transition: all .35s;
      }
      
      .buttonsend.is_active{
        border-radius: 40px;
        width: 40px;
        height: 40px;
      }
      
      .buttonsend.is_active .success{
        opacity: 1;
        visibility: visible;
      }
      
      .buttonsend.is_active .success svg{
        margin-top: 50%;
        transform: translateY(-50%) rotate(720deg) scale(1);
      }
      
      .buttonsend.is_active span{
        opacity: 0;
        visibility: hidden;
      }
