* {

	font-family: 'Josefin Sans', sans-serif;
}


.footer
{
	background-color: #69AFFD !important;
	position: relative;
	margin-bottom: 0px;
	width: 100%;
	height: 100px;
	margin-top: 50px;
	padding-top: 10px;
	text-align: center;
	color: white;
}

.politiquedeconfidentialite{
	font-size: 1.2em;
	margin-top: 0px;
}

.mentionslegales{
	font-size: 1.2em;
	margin-top: 0px;
}

.mentionslegales::after{
	content: "";
	display: block;
	width: 133.34px;;
	position: absolute;
	height: 2px;
	margin: 0 auto;
	background: white;
	transform: scale(0);
	transition: transform 0.3s ease-in-out;
}

.mentionslegales:hover::after{
	transform: scale(1);
}

.politiquedeconfidentialite::after{
	content: "";
	display: block;
	width: 209.03px;;
	position: absolute;
	height: 2px;
	margin: 0 auto;
	background: white;
	transform: scale(0);
	transition: transform 0.3s ease-in-out;
}

.politiquedeconfidentialite:hover::after{
	transform: scale(1);
}

@media only screen and (max-width: 600px){
	.mentionslegales{
		font-size: 1em;
	}
	.politiquedeconfidentialite{
		font-size: 1em;
	}
	.mentionslegales::after{
	content: "";
	display: block;
	width: 111.19px;;
	position: absolute;
	height: 2px;
	margin: 0 auto;
	background: white;
	transform: scale(0);
	transition: transform 0.3s ease-in-out;
}

.mentionslegales:hover::after{
	transform: scale(1);
}

.politiquedeconfidentialite::after{
	content: "";
	display: block;
	width: 174.3px;;
	position: absolute;
	height: 2px;
	margin: 0 auto;
	background: white;
	transform: scale(0);
	transition: transform 0.3s ease-in-out;
}
}