#grad, h1 {
    background: linear-gradient(90deg, rgba(223, 109, 0, 0.7) 0%, #B95D08 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

h2 {
    background-color: #EEA158;
    border-radius: 10px;
    margin: 15px;
    padding: 10px;
    justify-content: center;
    color: #3B3B3B;
    size: 25px;
}
h3 {
    background-color: #CA5310;
    border-radius: 10px;
    margin: 15px;
    padding: 10px;
    justify-content: center;
    color: #ffffff;
    size: 25px;
} 

nav a:hover {
        opacity: 65%;
}

body{
    background-image: url("../Images/Images/landing page background.jpg");
    background-position: right center !important; 
    background-repeat: no-repeat; 
    background-size: contain;
    min-height: 450px;
}

a{
    text-decoration: none;
    text-shadow: none;
}
.img-titre {
  height: 50px;       
  width: auto;        
  vertical-align: middle; 
  margin-right: 15px; 
}
.block-images {
  background-image: url('');
  background-size: cover;    
  background-position: center;
  padding: 60px 20px;        
  color: white;              
  text-align: center;
}