h1 { 
    padding-top: 100PX;
    font-size: 40px;
    color: #ED7525; 
    
}

h2 { 
    color: #ED7525;
    font-size: 30px; 
    padding-top: 50px;
    text-align: center;
    
}

h3 { 
    color:#000000;
    font-size: 20px;
    padding-bottom: 30px;
}


#fichecontact {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 40px;
    
    
}

#titre {
    
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    
  
}

#titre img { height: 400px;
width: auto;}

#vide {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    
    
}

#vide h3 {
    color:#DEDA24;
    padding-top: 30px;

}


#vide h3:hover {
    
    background-color: #D9328D;
    color: #f2f2f2;
    width: 1200px;
    
}


form {
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    align-items: center;
    color: #000000;
    
    
}
label { display: flex;
flex-direction: column;
   justify-content: space-evenly;
    align-items: center;  
    color: #000000;
    height: 100px;
    
}

button { color: #ED7525;
    height: 30px;
    width: 200px;
    

}

footer {display: flex;
justify-content: center;
align-items: center;
}

footer img {height: 300px;
width: auto;}