body{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 100vh; */
    background-color: #232323;
}
a{
    /* color: white; */
    text-decoration: none;
}
.sectionfulltaille{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
}

*{
    border: none;
    padding: 0;
    margin: 0;
}
/* 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;
  }
.logo:hover{
    cursor: pointer;
}
header{
    width: 100%;
    height: 15vh;
    font-family: 'Montserrat';
    /* background-color: aqua; */
}
.headersection1{
    position: fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 10%;
    background-color: #121212;
    z-index: 999;
}
.headersection1.show{
    position: fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 30%;
    background-color: #121212;
}

.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;
}
.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{
    font-size: 20px;
    font-weight: medium;
    text-decoration: none;
    color: white;
    position: relative;
}
@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;
} */

@media (max-width: 1000px) {
    .menubox {
      display: none;
    }
    .menu-button {
      display: block;
    }
    .stylelink{
        font-size: 15px;
        font-weight: medium;
        text-decoration: none;
        color: white;
    }    
  }
  
  @media (min-width: 1000px) {
    .menubox {
      display: flex;
    }
    .menu-button {
      display: none;
    }
  }

  .menu-button{
    align-items: center;
    /* margin-left: 80%; */
    right: 10px;
    position: fixed;
    width: 10%;
    height: 10%;
    /* background-color: rgb(38, 112, 176); */
    background-color: transparent;
}

/* ====================================================================== */

.sectionbody2{
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* flex-wrap: wrap; */
    /* background-color: #c74b4b59; */
    /* height: 100%; */
    /* background-color: rgb(100, 175, 175);  */
    width: 80%;
    margin-bottom: 10%;
}
.titlecontact{
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: white;
}
.contact{
    margin-top: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1c1c1c;
    height: 900px;
    width: 600px;
    border-radius: 60px;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
.titlecontactbox{
    margin-top: 5%;
    margin-bottom: 2%;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: white;
}
.textinput{
    margin-top: 4%;
    background-color: #666666;
    border-radius: 15px;
    height: 40px;
    color: rgb(255, 255, 255);
    align-items: center;
    width: 50%;
    text-align: center;
}
.objets{
    margin-top: 3%;
    border-radius: 20px;
    /* color: white; */
}
.objetstitle{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: white;
    margin-top: 5%;
}
.message-container{
    margin-top: 5%;
    background-color: #666666;
    border-radius: 15px;
    height: 200px;
    width: 60%;
    color: rgb(255, 255, 255);
    text-align: center;
} 
.message2{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat';
    border-radius: 15px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    resize: none;
    text-align: center;
    background-color: #666666;
    color: rgb(255, 255, 255);
}


::placeholder{
    color: white;
    font-weight: 500;
}
.texte1{
    color: white;
    font-size: 21px;
    font-family: 'Montserrat';
    margin-top: 5%;
    text-decoration: underline;
}

.texte2{
    color: white;
    font-size: 18px;
    font-family: 'Montserrat';
    margin-top: 2%;
}

.texte3{
    color: white;
    font-size: 21px;
    font-family: 'Montserrat';
    margin-top: 5%;
    text-decoration: underline;
}

.texte4{
    color: white;
    font-size: 18px;
    font-family: 'Montserrat';
    margin-top: 2%;
    margin-bottom: 5%;
}
/*===================================== SECTION BODY 2 RESPONSIVE================================================================ */
@media (max-width: 700px) {
    .titlecontact{
        font-size: 16px;
    }
    .contact{
        height: 600px;
        width: 390px;
        border-radius: 40px;
    }
    .titlecontactbox{
        font-size: 13px;
    }
    .textinput{
        font-size: 13px;
        border-radius: 10px;
        height: 20px;
    }
    .objets{
        border-radius: 9px;
        font-size: 13px;
        width: 60%;
    }
    .objetstitle{
        font-size: 9px;
    }
    .message-container{
        border-radius: 9px;
        height: 130px;
        width: 60%;
    } 
    .message2{
        font-size: 9px;
        border-radius: 9px;
        padding: 7px;
    }
    .sendbutton{
        width: 110px;
        height: 28px;
        margin-top: 6%;
        border-radius: 9px;
        font-size: 12px;
    }
    .texte1{
        font-size: 15px;
    }
    
    .texte2{
        font-size: 13px;
    }
    
    .texte3{
        font-size: 15px;
    }
    
    .texte4{
        font-size: 13px;
    }
}

/* @media (max-width: 450px) {
    .titlecontact{
        font-size: 12px;
    }
    .contact{
        height: 475px;
        width: 300px;
        border-radius: 30px;
    }
    .titlecontactbox{
        font-size: 10px;
    }
    .textinput{
        font-size: 10px;
        border-radius: 9px;
        height: 15px;
    }
    .objets{
        border-radius: 7px;
        font-size: 9px;
        width: 40%;
    }
    .objetstitle{
        font-size: 7px;
    }
    .message-container{
        border-radius: 7px;
        height: 90px;
        width: 60%;
    } 
    .message2{
        font-size: 7px;
        border-radius: 7px;
        padding: 6px;
    }
    .sendbutton{
        width: 85px;
        height: 22px;
        margin-top: 5%;
        border-radius: 7px;
        font-size: 8px;
    }

    .texte1{
        font-size: 11px;
    }
    
    .texte2{
        font-size: 9px;
    }
    
    .texte3{
        font-size: 11px;
    }
    
    .texte4{
        font-size: 9px;
    }
} */
@media (max-width: 475px) {
    .sectionfulltaille{
        width: 100%;
    }
    .titlecontact{
        display: none;
        font-size: 12px;
    }
    .sectionbody2{
        margin-top: -10%;
        width: 100%;
    }
    .contact{
        background-color: #232323;
        height: auto;
        width: 100%;
        border-radius: 30px;
    }
    .titlecontactbox{
        font-size: 15px;
    }
    .textinput{
        font-size: 15px;
        border-radius: 9px;
        width: 75%;
        height: 30px;
    }
    .objets{
        border-radius: 7px;
        font-size: 13px;
        width: 40%;
    }
    .objetstitle{
        font-size: 12px;
    }
    .message-container{
        border-radius: 7px;
        height: 130px;
        width: 75%;
    } 
    .message2{
        font-size: 15px;
        border-radius: 7px;
        padding: 6px;
    }
    .sendbutton{
        width: 85px;
        height: 22px;
        margin-top: 5%;
        border-radius: 7px;
        font-size: 8px;
    }

    .texte1{
        display: none;
        font-size: 13px;
    }
    
    .texte2{
        margin-top: 5%;
        /* display: none; */
        font-size: 15px;
    }
    
    .texte3{
        display: none;
        font-size: 11px;
    }
    
    .texte4{
        display: none;
        font-size: 9px;
    }
} 
@media (max-width: 375px) {
    .sectionbody2{
        margin-top: -20%;
    }
}
/* @media (max-width: 320px) {
    .titlecontact{
        font-size: 8px;
    }
    .contact{
        height: 250px;
        width: 200px;
        border-radius: 20px;
    }
    .titlecontactbox{
        font-size: 7px;
    }
    .textinput{
        font-size: 7px;
        border-radius: 6px;
        height: 10px;
    }
    .objets{
        border-radius: 5px;
        font-size: 6px;
        width: 35%;
    }
    .objetstitle{
        font-size: 5px;
    }
    .message-container{
        border-radius: 5px;
        height: 66px;
        width: 40%;
    } 
    .message2{
        font-size: 5px;
        border-radius: 5px;
        padding: 4px;
    }
    .sendbutton{
        width: 57px;
        height: 15px;
        margin-top: 5%;
        border-radius: 5px;
        font-size: 6px;
    }
    .texte1{
        font-size: 8px;
    }
    
    .texte2{
        font-size: 6px;
    }
    
    .texte3{
        font-size: 8px;
    }
    
    .texte4{
        font-size: 6px;
    }
} */


/* ====================================================================== */

/* =========================================FOOTER===================================== */


footer{
    bottom: 0;    
    margin-top: 5%;
    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;
      }
