
*{
    margin: 0;
    padding:0;
    text-decoration: none;
    list-style: none;
    color: black;
    font-family: "Nunito",serif;
}

.section1{

   
    background-image:linear-gradient(rgba(3, 11, 31, 0.26),rgba(3, 11, 31, 0.26)) , url("../image/p.jpg");
    position: relative;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 80px;
    

}

.section1 h1{
   
     
    font-size: 40px;
    color: rgb(255, 115, 0) ;
    font-family: "Dancing Script";
    font-weight: bold;
    margin-right: 20px ;

}

.activityOrange{

   
   color: white !important;
   font-family: serif;
   background-color: rgba(0, 140, 255, 0.308);
   padding: 5px;
     


}


.article1{
         margin-top: 40px;
         margin-bottom: 100px;
         width: 100%;
         display: flex;
         flex-direction: column;
         align-items: center;
}

.card{
     
     width: 90% !important;
    margin-top: 40px;
}

.ong{

    color: rgb(255, 123, 0) ;
}

.lien{

    background-color: rgb(2, 147, 214);
    border: none;
     
}