@font-face {
	font-family: 'enedis-black';
	src: url(Enedis-Black.ttf);
}

@font-face {
	font-family: 'public-sans';
	src: url(PublicSans.ttf);
}

body {
	background-color: #1423DC;
}

p {
	font-family: public-sans;
	color: #FFFFFF;
	font-size: 2vw;
}

h1 {
	font-family: enedis-black;
	color: #FFFFFF;
	font-size: 15vw;
	margin-bottom: 0;
}

.nb-jours {
	text-align: center;
	position: absolute;
	top: 1%;
	width: 100%;
}

.content{
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo{
	margin-top: 50px;
	width: 20%;
	height: auto;
}