*{
    margin: 0;
    padding:0;
    text-decoration: none;
    list-style: circle;
    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/formation3.jpeg");
    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;
     


}



.section2{

     margin-top: 80px;
     margin-bottom: 100px;
     display: flex;
     flex-direction: column;
     align-items: center;
     width: 100%;
}



.photo{
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.date{

     color: white;
     font-size: 22px;

}

.color{

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

.baniere{

    background-image:linear-gradient(rgba(139, 99, 13, 0.384),rgba(3, 11, 31, 0.384)) , url(../image/formation2.jpeg); 
    background-size: cover;  
    position: relative;
}

.flou{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}





/* Version phone */

@media screen and (max-width: 600px){

   .photo{

        height: 200px;
   }

   .date{

    font-size: 18px;

}
   


}
