a {
    color: black;
    font-family: 'Manrope', sans-serif;
    font-size: 1em;
    text-decoration: none;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5em;
    color: #A5B4FC;
}
p{
    font-family: 'Manrope', sans-serif;
    font-size: 1.1em;
    color : #F9F8FF;
}
ul{
    font-family: 'Manrope', sans-serif;
    font-size: 1em;
    color : #F9F8FF;
}
em {
    color: #A5B4FC;
}
.banniere {
    background-color: white ;
    color : #242424;
}
.pied-de-page {
    background-color: white ;
    color: #242424;
}
body {
    background-color: #1F2039;
}
h2 {color: #F9F8FF;
    font-family: 'Montserrat', sans-serif;
}
.cta {
    font-family: 'Manrope', sans-serif;
    color : white;
    background: linear-gradient(#8E86B5, #ACAEED);
    border-radius: 50px;
}
.info {
    border-bottom : 1px #8e86b5 solid; 
    border-right : 1px #8e86b5 solid;
}
a:hover{
    text-decoration: underline;
}
a.cta:hover{
    background: linear-gradient(#696484, #8788BA);
    text-decoration: none;
}
.banniere a:hover img{
    opacity: 0.5;
}
.pied-de-page a:hover img{
    opacity:0.5;
}