@import url(https://fonts.googleapis.com/css2?family=Audiowide&family=Gloria+Hallelujah&display=swap);
body{
    margin: 0;
}
 
 
#hero{
    background-color: #e35a5a;
    color: white;
 
    padding: 35px;
}
 
#présentation{
    font-family: "Gloria Hallelujah", cursive;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
 
h1{
    font-family: "Audiowide",sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 72px;
}
 
.slogan{
    font-family: "Gloria Hallelujah",cursive;
    text-align: center;
    font-weight: 700;
    font-size: 90px;
}
 
.btn{
    display: inline-block;
    background-color: white;
    color: #e35a5a;
    padding: 20px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 28px;
    font-weight: 500;
    margin: 25px;
}
 
.btn-container{
    text-align: center;
}
 
.btn:hover{
    color: white;
    background-color: #5ad5e3;
}
 
.highlight{
    background-color: #e35a5a;
    border-radius: 5px;
}
 
#programme{
    background-image: url('img/wallpaper.jpg');
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20%;
    padding-right: 20%;
    color: white;
}
 
h2{
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-size: 72px;
}
 
#programme p{
    font-family: "Gloria Hallelujah", cursive;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
 
#témoignage{
    padding: 70px;
    font-size: 32px;
    text-align: center;
}
 
#témoignage img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
 
#contact{
    background-color: lightgray;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
}
 
#contact a:hover{
    color: white;
    background-color: #5ad5e3;
 
}
 
#contact a{
    background-color: white;
    color: #e35a5a;
    padding: 20px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    margin: 25px;
}
 
footer{
    background-color: black;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    font-size: 10px;
}
