*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    

}

a{
    text-decoration: 0;
    font-size: 13px;
}

/* scrollbar CSS */
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-thumb{
    background-color: gray;
    border-radius: 30px;
}

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    font-family: Arial, Helvetica, sans-serif;
    
}

div.logo{
    display: flex;
    align-items: center;

}
div.logo img{
    width: 70px;
    height: 50px;
}
div.logo h1{
    font-size: 25px;
    color: gray;
}
div.logo h1 span{
    color: rgb(98, 144, 230) ;
}
.menu{
    display: flex;
}
.menu li{
    margin-left: 50px;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;

}
.menu li a{
    color: gray;
    transition: 0.5s;
    font-size: 13px;
    text-decoration: none;
}
.menu li a:hover{
    color: rgb(98, 144, 230);
    font-size: 19px;
}
.menu li:hover::after{
    content: "";
    position: absolute;
    z-index: -1;

}
.numéro{
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 0px 25px;
    background: linear-gradient(rgb(98, 144, 230),gray);
    border-radius: 60px;
    display: flex;
}
.numéro a{
    display: flex;
    align-items: center;
}
.numéro img{
    width: 40px;
    margin-left: -25px;
    margin-right: 30px;
    border-radius: 60px;

}
.numéro p{
    margin-right: 20px;
    font-size: 18px;
    color: white;
}

.menu_liste{
    margin-right: 60px;
    margin-left:  1150px;
    width: 60px;
    position: absolute;
    display: none;
}

/* tab */
@media (max-width:1280px) {
    div.logo img{
        width: 50px;
        height: 40px;
        margin-left: -25px;
    }
    div.logo h1{
        font-size: 25px;
        color: gray;
    }
    
    html{
        width: 100%;
    }
    .menu_liste{
        display: block;
        width: 90px;
        
    }

    .menu{
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(172, 172, 172, 0.829);
        backdrop-filter: blur(7px);
        width: 100%;
        height: 800px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-left: -100%;
        transition: all 0.5s ease;
        
    }
    .menu.mobile-menu{
        margin-left: 0;
    }
    .menu li a{
        
        font-size: 22px;
        margin-left: -17%;
        margin-bottom: 60px;
        transition: 0.5s;
        color: rgb(78, 78, 78);


    }
    .a1{
        display: none;
    }
    .menu li a:hover{
        font-size: 18px;
        
    }

    .numéro {
        display: none;
    }
    header{
        position: fixed;
        background-color: white;
        width: 100%;
        margin-top: -10px;
    }
   
}

/* phone */

@media (max-width:500px){
    html{
        width: 100%;
    }
    .menu_liste{
        margin-left: 80%;
        width: 30px;
    }
    .menu{
        width: 100%;
        height: 670px;
        
    }
    header{
        position: fixed;
        background-color: white;
        width: 100%;
        
    }
    
    
}

/* find */



.find{
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;

}


.fond{
    background-color: blueviolet;
    margin: 23%;
    height: 530px;
    border-radius: 50px;
    margin-top: 10%;
    margin-bottom: 10%;

}
.find1 h4{
    color: blueviolet;
}

.find1 h1{
    margin-top: 80px;
    text-align: center;
    font-size: 40px;
}
.find1 p{
    margin-top: 40px;
    text-align: center;
    margin-bottom: 100px;
    font-size: 20px;
    color: rgb(196, 196, 196);
}


.find2{
    background: linear-gradient(rgb(98, 144, 230),gray);
    border-radius: 60px;
    text-align: center;
    width: 28%;
    height: 50px;
    margin-left: 36%;
}
.find2 a{
    text-align: center;
    font-size: 35px;
    text-decoration: none;
    color: white;
        
}

/* tab */
@media (max-width:1280px){
    div.fond{
        height: 400px;
        margin: 10%;
        margin-top: 130px;
        margin-bottom: 80px;
    }
    .find1 h1{
        margin-top: 20px;
        font-size: 25px;
    }
    div.fond p{
        font-size: 23px;
        padding: 15px;
    }
    div.find2 {
        margin-top: -60px;
        margin-left: 10%;
        height: 40px;
        width: 80%;
    }
    div.find2 a{
        font-size: 25px;
    }
    

}
/* phone */

@media (max-width:500px){
    .fond{
        margin: 10%;
        margin-top: 300px;
        margin-bottom: 240px;
    }
    .fond p{
        font-size: 35px;
    }
    .find2 {
        width: 340px;
        margin-left: 29%;
        height: 70px;
    }
    
    
}
















/* fin */
#fin{
    background-color: rgb(24, 24, 24);
}
.fin1{
    color: white;
}
.fin11{
    display: flex;
    align-items: center;
}
.fin111{
    margin-left: 70px;
    width: 40%;
}
.fin111 h1{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
    font-size: 30px;

}
.fin111 h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 20px;
}
.fin111 h2 a{
    font-size: 18px;
    color: blueviolet;
}
.fin111 img{
    margin-top: -50px;
    margin-bottom: -50px;
    width: 50%;
}
.fin111 p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: grey;
    
}
.fin112{
    display: flex;

}
.fin1121{
    margin-left: 50px;
}
.fin1121 h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 30px;
    

}
.fin1121 li{
    margin-top: 10px;
    list-style: none;
    font-size: 18px;
    

}
.fin1121 li a{
    color: grey;
    font-size: 18px;
}
.fin12 {
    margin-left: 70px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
    color: gray;
    font-size: 13px;

}
.fin12 p{
    margin-top: 10px;
    font-size: 18px;
}
.fin12 h2{
    margin-top: 10px;
    color:  rgb(24, 24, 24);
}
.imp{
    display: none;

}

/* tab */

@media (max-width:1280px){
    .fin111{
        display: flex;
        margin-left: 10px;
    }
    .fin111 p{
        display: none;
    }
    .fin11{
        flex-direction: column;
        align-items: normal;
        width: 90%;
    }
    .fin111 img{
        margin-top: 30px;
        margin-left: -5px;
        width: 13pc;
    }
    .fin112{
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10Px;
    }
    .fin12{
        font-size: 18px;
    }
    .imp{
        display: block;
        font-size: 18px;
    }
    .fin111 h1{
        font-size: 25px;
    }
    .fin111 h2{
        font-size: 15px;
        width: 110%;
        margin-bottom: 30px;
    }
    .fin111 h2 a{
        font-size: 15px;
    }
    .fin1121 h2{
        font-size: 15px;
        margin-top: 0px;
    }
    .fin1121 li a{
        font-size: 15px;
    }
    .fin12{
        margin-left: 10px;
    }
    .fin12 p{
        
        font-size: 15px;
    }
}
