body {
background-color: #3B3B3B  ;
    text-align: center;
}
h3 {
	color:#0152A3;
    position: relative; 
    top: 10px; 
    left: 10px;
    text-align: left;
     line-height:0;
}
h4{
  font-size: 50px;}
h2{
  color:#0152A3;
   font-size: 35px;
text-align:center;
   

}
p{
  font-size: 20px;

}


h1 {
	color:black;
    position: relative; 
    top: -180px;
    right:220px;
    font-size: 75px; 
    font-family:Impact;

	}
    

.container{
  
        margin:10%;
background-color:#787878  ;
      justify-content: center;
      align-items: center;
margin-top: 250px;
 height: 322%;


    }
  

.additional-images {
   position:absolute;
    display: flex;
    justify-content: space-around;
    margin-top: -290px;
    right:143px;
    
     
}


 button{
    background-color: #3B3B3B; /* couleur de fond */
  color:#787878;
   border: none;
  font-size: 20px;



}

button:hover{
    background-color: #787878; /* couleur de fond */
  color:#3B3B3B; /* couleur du texte */
  border: none;
 
   transition: .5s;
  border: none; 
  cursor: pointer
}

pre{
   margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.pasdidee{
   border: 7px solid #ccc;
    padding: 15px;
    background-color:#EEEAE8;
    margin: 20px auto;
    width: 75%; 
    max-width: 600px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}

.pasdidee:hover {
    transform: scale(1.01);
    box-shadow: 0 4px 16px color: #3B3B3B ;
}

.inserez{
  position:relative;
  top:10px;
   border: 7px solid #ccc;
    padding: 15px;
    background-color:#EEEAE8;
    margin: 20px auto;
    width: 75%; 
    max-width: 600px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 15px;
}

.inserez:hover {
    transform: scale(1.01);
    box-shadow: 0 4px 16px color: #3B3B3B ;
}