*{

    font-family: "Nunito",serif; 
   

}




.section1{

   
    background-image:linear-gradient(rgba(3, 11, 31, 0.26),rgba(3, 11, 31, 0.26)) , url("../image/activity2.jpeg");
    
    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;
    position: relative;
    


}

.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;
     


}


.section1 h2{

     color: white;
}



.section2{

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

.section2 div {

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

.subject {

     color: rgb(255, 136, 0);
     text-decoration: none;
     font-size: 20px;
     
}


.description{


    width: 40%; 
    height: 300px;
    border-radius: 10px;



}

.section2 div .boxin{

   display: flex;
   flex-direction: row;
   justify-content: space-around;
   width: 100%;
    
}

.section2 div .boxin h3{


    width: 40%;
}


.section2 div .beforeBox{

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;

}

.section2 div .beforeBox .box{


    margin-top: 40px;
    margin-bottom: 30px;
    border: 1px solid white;
    padding: 12px;
    width: 20%;
   
    border-radius: 50px;
}

#reverse{

     display: flex;
     flex-direction: row-reverse;
    
}
.section2 div .boxin .anotherBox{

    position: relative;
    top: -25px;  
    width: 45%;
    
}

.section2 div .boxin .anotherBox h3{

     width: 100%;
}

.section2 div .boxin .anotherBox ul{

    padding: 10px;
    border-radius: 30px;
    

}

.classement{
     
   text-align: justify;

}

.titreG{

     font-size: 20px;
}















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



    .section1 h2{

        font-size: 17px;
   }

   .section2 div {

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

   .section2 div .boxin{

    display: flex;
    flex-direction: column;
    width: 85%;
    
     
 }

 .description{


    width: 100%; 
    height: 250px;
    border-radius: 10px;



}

   .section2 div .beforeBox{

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



   }


   .section2 div .beforeBox .box{

    margin-top: 20px;
    border: 1px solid white;
    padding: 10px;
    width: 80%;
    margin-bottom: 0px;
    border-radius: 30px;
  }


  .section2 div .boxin .anotherBox{

    margin-top: 40px;
    padding: 10px;
    width: 100%;
    
}
  
#reverse{

    display: flex;
    flex-direction: column;
    margin-top: 60px;
}






}








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


    

    .section1 h2{

        font-size: 17px;
   }

   .section2 div {

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

   .section2 div .boxin{

    display: flex;
    flex-direction: column;
    width: 85%;
    
     
 }

 .description{


    width: 100%; 
    height: 300px;
    border-radius: 10px;



   }

   .section2 div .beforeBox{

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



   }


   .section2 div .beforeBox .box{

    margin-top: 40px;
    border: 1px solid white;
    padding: 10px;
    width: 80%;
    border-radius: 30px;
  }


  .section2 div .boxin .anotherBox{

    margin-top: 40px;
    padding: 10px;
    width: 100%;
    
  }
  
    #reverse{

    display: flex;
    flex-direction: column;
    margin-top: 60px;

  }









}