*{
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
}
.navbar{
    background-color: chartreuse;
    position: fixed;
    width: 100%; 
}
.contenair{
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}
.navbar .contenair .menu li{
display: inline-block;
}
.navbar .contenair a{
    display: inline-block;
    color: white;
    }
    
.navbar .contenair .menu ul{
    padding: 3px 10px;
    }
    
.navbar .contenair .menu li{
margin-left: 10px;
    }
    .menu a:hover{
        color: black;
        transition: 0.8s;
    }
    .contenair .logo span{
        color: black;
        font-size: 25px;
        font-weight: 800;
        font-family: 'Times New Roman', Times, serif;
    }
    .contenair .logo a{
        font-size: 25px;
        font-weight: 800;
        font-family: 'Times New Roman', Times, serif;
    }
    .section1{
        height: 700px;
        background: url('l.webp');
    }
    .contenair2{
        padding: 0px;
     
        
    }
    .section1 .contenair2{
        padding-top: 280px;
        margin-left: 180px;
        color: white;
    }
    .section1 .contenair2 .text1{
        font-size:  35px;
    }
    .section1 .contenair2 .text2{
        font-weight:  500;
        font-size: 45px;
        color: green;
    }
    .section1 .contenair2 .text3{
        font-size:  27px;
        font-weight: 500;
    }
    .section1 .contenair2 .text3 span{
        font-size:  27px;
        font-weight: 500;
        color: green;
    }



    .section1 .contenair2 .bouton1 a{
        border: 2PX solid green;
        background-color: green;
        color: white;
        padding: 10px 25px;
        border-radius: 10px;
    }
    .section1 .contenair2 .bouton1{
       margin-top: 30px;
    }
    .section1 .contenair2 .bouton1 a:hover{
        background: none;
      
     }
     /***********section2*******/
     .section2{
        height: 400px;
        padding: 10px;
        
     }
     .section2 h2{
        text-align: center;
        font-size: 40px;
        text-decoration: underline green;
     }
     .section2 > .contenair3{
        display: flex;
        padding: 10px 80px;
     }
     .context{
        margin-top: 45px;
     }
     .context #p1{
       font-size: 30px;
       font-weight: 600px;
     }
     .context #p1 span{
        
        color: green;
      }
     .context #p2{
        text-align: justify;
        font-size: 20px;
     }
     .contenair3 .context .bouton2 a{
        border: 2px solid green;
        background-color: green;
        color: white;
        font-size: 30px;
        padding: 10px 25px;
        border-radius: 10px;
     }
     .contenair3 .context .bouton2{
        margin-top: 25px;
     }
     .contenair3 .context .bouton2 a:hover{
       background: none;
       color: green;
     }
     /**************section3*******************/
     .section3{
        height: 300px;
        background-color: black;
        padding: 50px 0px;
        color: white;
     }
     .section3 > .contenair4{
        display: flex;
        justify-content: center;
        align-items: center;

     }
     .section3 > .contenair4 > .card{
        width: 450px;
        height: 250px;
        background: #292929;
        margin: 10px;
        border: 2px solid rgba(7, 7, 7, 0.12);
        
        display: flex;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;

     }
     .section3 > .contenair4 > .card p{
        text-align: center;
     }
     .section3 > .contenair4 > .card:hover{
        background-color: green;
                
     }
    