* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root{
    --color1:white ;
    --fond1:black;
    --btn_color: rgb(22, 83, 250);
}

body {
    width: 100%;
    height: auto;
    font-family: 'corbel', sans-serif;
    background: #f7f7f8;
    color: rgb(22, 83, 250);
    overflow-x: hidden;
}
body::-webkit-scrollbar-thumb{

}

body::-webkit-scrollbar-track{
    background: #000;
    width: 12px;
}

header {
    width: 100vw;
    margin: 0;
    background-color:var(--color1);
    color: var(--fond1);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(14, 13, 13);
}
header nav ul{
    display: flex;
   
    width: 800px;
    margin-left: 1%;
    list-style: none;
}
ul li{
    margin-left: 5%;
}
ul li:hover{
    border-bottom: 1px solid rgb(20, 20, 20);
    padding: 1px;
}
ul li a{
    color:var(--btn_color);
    text-decoration: none;
    font-size: 25px;
}
/* stylistion de la section du home */
.hero{
    width: 100%;
    height: auto;
}

.hero  .container{
    display: flex;
    justify-content: space-between;
}
.hero-text{
    color: rgb(12, 12, 12);

}
.hero-text h2{
    font-size: 60px;
    text-align: center;
    padding-top: 12%;
    padding-left: 5%;

}
.hero-text p{
    font-size: 30px;
    padding-left: 12%;
    padding-top: 10%;
}
.plus{
    margin: 12%;
}
.hero-text .plus a{
    text-decoration: none;
    background: #0f25e4;
    border-radius: 12px;
    font-size: 20px;
    padding: 4%;
    color: white;
    
}
.hero .container img{
    width: 500px;
    height: 570px;
    rotate: 51deg;
    transform: rotateY(-53deg);
    margin: 4%;
    border-radius: 12px;
    margin-right:7% ;
    box-shadow: 0 12px 12px 0 rgba(230, 233, 238, 0.425);
}

/* stylisation de la section à propos de nous  */

.about{
    width: 100%;
     height: auto;
    margin-right: 0;
    height: 125vh;
    padding-bottom: 15%;
    background: #e2eeed;
}
 .about .container h2{
    font-size: 55px;
    padding: 5%;
 }
 .bloc{
    display: flex;
    justify-content: space-between;

 }
 .bloc .gauche{
    margin-left: 3%;
    width: 600px;
    height: 800px;

 }
 .bloc .gauche img{
    width: 300px;
    height: 600px;
 }

 .bloc .droite{
    font-size: 30px;
    padding: 10%;
 }
 .droite p{
    color: #000;
 }

 .features{
    width: 100%;
    height:auto;
    background: white;
 }

 .features .container h2{
    text-align: center;
    font-size: 60px;
    padding: 4%;

    color: var(--fond1);
 }

 .feature_parent {
    display: flex;
    flex-wrap: wrap;
    padding: 5%;
 }

 .feature-box{
    display: table-column;
    margin-left: 4%;
    margin-bottom: 3%;
    padding: 3%;
    width: 250px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 4px 0 rgba(188, 188, 190, 0.329);
 }
 .feature-icon{
    width: 100%;
    height: 350px;
 }
 .feature-icon img{
    width: 100%;
    height: 100%;
 }
 .feature-text{
    text-align: center;
    font-size: 16px;
 }
 .feature-text h3{
    padding: 3%;
 }
 .feature-text h3 span{
    color: #3246fa;
 }
 .feature-text p{
    color: #000;
 }
 
 .telechargement{
    width: 100%;
    height: 70vh;
 }

 .telechargement .container p{
    font-size: 80px;
    padding: 4%;
 }

 .btn_telecharger{
    cursor: pointer;
    width: 300px;
    height: 50px;
    margin-left: 40%;
    margin-top: 7%;
    background-color: #3246fa;
    color: white;
    text-decoration: none;
    display: flex;
    padding: 2%;
    justify-content: space-between;
 }
 .btn_telecharger img{
    width: 40px;
    height: 40px;
    padding-bottom: 3%;
 }
 .btn_telecharger a{
    text-decoration: none;
    color: white;
    font-size: 17px;
    margin-top: 3%;
    margin-right: 10%;
 }
.option_telecharger{
    margin-left: 10%;  
    margin-top: 14%;
    padding-bottom: 12%;
}
.option_telecharger img{
    width: 90px;
    height: 90px;
    padding: 2%;
    

}

.droite{
    margin-right: 10%;
}

.contact{
    margin-top: 12%;
}
.contact-form h3{
    font-size: 20px;
    text-align: center;
    margin-left: 3%;
}

form{
    width: 80%;
    height: 70%;
    border-radius: 4px;
    background: #f0ecec;
    text-align: center;
    padding: 3px;
    margin-left: 17%;
}
form h2{
    color: #3246fa;
    text-align: center;
}
.form-group{ margin: 4px;
    padding: 0;
    border-radius: 12px;
    border: 1px solid  rgba(128, 128, 128, 0.308);
}
input{
    width: 100%;
    height: 30px;
    color: #000;
    background: transparent;
    border: none;
    padding: 4px;
 
   
}
textarea{
    resize: none;
    height: 90px;
    background: transparent;
    width: 100%;
    border: none;
    padding: 4px;
}


.bloc_fin{
    display: flex;
    justify-content: space-between;
}

button{
    margin: 2%;
    width: 150px;
    height: 25px;
    border:none;
    background: #145feb;
    padding: 2%;
    color: white;
    cursor: pointer;
}
.note{
    margin-top: 10%;
    margin-left: 4%;
}
.note h1{
    font-size: 50px;
    font-style: 'cooper black';
    width: 100px;
    padding: 4%;
    margin-left: 20%;
    height: 100px;
    text-align: center;
   
    background: linear-gradient(to bottom, #000066 17%, #00ff00 100%);
    border-radius: 50%;
}
.note1{
    display: flex;
    justify-content: space-between;
    color: white;
}
.etoile{
    margin-left: 20%;
}
.note img{
width: 40px;
height: 40px;
}

footer{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 4%;
    font-size: 20px;
    background: #161616;
}

/* stylisation de la section team */

.team-title{
    text-align: center;
    font-size: 60px;
    padding: 3%;
    color: black;
}
.team-parent{
    margin: 6%;
    margin-left: 12%;
    display: flex;
    flex-wrap: wrap;
}

.team_box{
    width: 300px;
    height: 200px;
    border-radius: 12px;
    text-align: center;
    margin: 3%;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.418);
}
.team_box img{
    border-radius: 50%;
    object-fit: cover;
    width: 90px;
    height: 90px;
}


/* Stylisation pour la section footer */
footer{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 3%;
    font-size: 16px;
    background: #161616;
}



@media screen and (max-width: 768px) {
    /* Styles for devices with a width of 768px or less */
    body {
      font-size: 16px;
    }
  
    header {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    nav {
      flex-direction: column;
      text-align: center;
    }
  
    .hero-text {
      text-align: center;
    }
  
    .hero-text h2 {
      font-size: 32px;
    }
  
    .container {
      max-width: 90%;
      margin: 0 auto;
    }
  }

  @media (max-width: 380px) {

     .bloc .gauche img{
        display: none;

     }
    
    .bloc_fin{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: right;
        margin: 3%;
    }
    .telechargement{
        padding-bottom: 0;
        height: auto;
        width: 100%;
    }

  }






