*{

     font-family: "Nunito",serif;
}


.section1{

   
    background-image:linear-gradient(rgba(3, 11, 31, 0.26),rgba(3, 11, 31, 0.26)) , url("../image/forma.jpg");
    position: relative;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    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;
      


}


.formation{

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

}

.composant{

     display: flex;
     flex-direction: column;
     align-items: center;
     margin-top: 80px;
     width: 90%;
     border: 1px solid white;
     padding: 18px;
     padding-right:25px ;
     padding-left: 25px;
     border-radius: 10px;
     /* box-shadow: 0 0 7px rgba(18, 18, 18, 0.5); */
     border: solid 1px rgb(219, 219, 219);
     background-color: white;

}

.haut,.bas{
     
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: space-around;
}

.haut div {

    width: 45%;

}

.haut div h2 {

    margin-left: 10px;

}


.bas div {

      width: 25%;
}

.description{

      width: 100%;
      height: 350px;
      border-radius: 5px;
}

 .titleO {

     color: rgb(255, 115, 0);
     margin-top: 30px;
     font-weight: normal;
}

.titreG{

    font-size: 19px;
    color: rgb(1, 36, 53);
}

.justifier{

     text-align: justify;
}











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



    

    .description{

        height: 200px;
        border-radius: 5px;
    }

    .haut div , .bas div {

        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;

    }

    .composant{

        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: solid 1px rgb(219, 219, 219);
        padding: 18px;
        padding-right:22px ;
        padding-left: 22px;
        border-radius: 10px;
    
   }

   .haut,.bas{

      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
   }

   






 }







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



     

   

    .description{

        height: 250px;
        border-radius: 5px;
    }

    .haut div , .bas div {

        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;

    }

    .composant{

        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: solid 1px rgb(219, 219, 219);
        padding: 18px;
        padding-right:22px ;
        padding-left: 22px;
        border-radius: 30px;
    
   }

   .haut,.bas{

      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
   }

   






























 }