

<style>

body{

  background-image:url('../images/ground2.jpg');
}


#date{

  width:96%;
  margin-right:10px; 
  margin-left:10px;
  margin-top:50px;
  color: #1d9099;
  font-size: 36px; 
  text-align: center;
  /*border:6px solid;*/
  border-radius:15px;
  font-family: Calibri; 
}
  h2 {
  margin-top:55px;
  font-family: Calibri; 
  font-size: 10vmin;
  text-align: center;

  color: #1d9099;
 
  /*border:solid 6px;*/



  border-radius: 15px;
}



p{

  font-family: Calibri;
  font-size:5vmin;
  color: white;
  text-align:center; 

}

#eleves:hover{
  color: black;
   transition: 1s;
}

#elevesg{
background:black;
width:50%;

}
#eleves{
  margin-top:38px;
}

#elevesg:hover{
  background:white;
   transition: 1s;
}

#elevesg2{
  background:white;width:50%;
}


#elevesg2:hover{
  background:black;
   transition: 1s;
}
#section_center2{


width:90%;
margin-right:1;
margin-left:4%;
height:140px;
background:#1d9099;
margin-top: 33px;
display: flex;
flex-direction: row; 
flex-wrap: nowrap;
justify-content: space-evenly;
border:6px solid #1d9099;
border-radius:15px;  



}

a{
  text-decoration:none;
  text-align:center;
}

/*mettre le 26*/

</style>