@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

body {
    background-color: rgb(208, 216, 213);
}


body header section .titre_info p {
	font-family: 'Roboto', sans-serif;
    color: #030836;
	text-align: center;
	font-size: 25px;
}
body header .retour_accueil button{
    font-family: 'Roboto', sans-serif;
	padding: 7px 20px;
	background-color: #747cdf;
	font-size: 17px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 45px;
	transition: transform 0.5s;
}
body header .retour_accueil button:hover {
    transform: scale(1.07);
}
body header .retour_accueil button a{
    text-decoration: none;
color: #fff;

}

body header section .info p{
    font-family: 'Satisfy', sans-serif;
    color: #030836;
    margin: 40px 40px 40px 40px;
    font-size: 28px;
}