@media only screen and (min-width: 1100px) {
	#imgFond {
		max-width: 35vw;
	}

	p {
		font-size: 12 px
	}

}

@media only screen and (max-width: 768px) {
	body {
		width: 100vw;

	}

	p {
		font-size: 12 px
	}

	#imgFond {
		width: 70vw
	}
}

@media only screen and (max-width: 480px) {
	body {
		width: 100vw;

	}

	p {
		font-size: 12 px
	}

	#imgFond {
		width: 99vw;
	}
}

@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans.ttf') format('truetype');
	src: url('fonts/OpenSans.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


#cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	color: white;
	padding: 90px;
	border-radius: 6px 6px 0 0;
	text-align: center;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	z-index: 2999;
	display: none;
}

#cookie-banner button {
	margin: 5px;
	color: black;
	background-color: white;
}

#cookie-banner p {
	font-size: 12px;
}

.curseur {
	cursor: pointer;
}


.ab {
	position: absolute;
}

.centerAb {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.centerImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


* {
	font-family: 'OpenSans';
	letter-spacing: 2px;
	list-style: none;
}


body {
	background-color: white;
	margin: 4%;
}

.mention {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: white;
	text-align: right;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
	height: 15px;
}

.mention p {
	font-size: 7px;
	color: darkred;
	margin: 0;
	padding: 0 5px;
}


.mention a {
	color: darkred;
	text-decoration: underline;
}


.lose,
.lose p {
	color: red;
}

#cookie-banner a {
	color: red;
	text-decoration: underline;
	font-weight: 1000;
}

#closeModal {
	background-color: white;
	color: darkred;
	font-variant: small-caps;
}

.hidden {
	display: none;
}

.titre2 {
	font-variant: small-caps;
	color: darkred;
	font-size: 40px;
	opacity: 0;
	animation: fadeIn 3s ease forwards;
	text-align: center;

}

h4 {
	font-variant: small-caps;
	color: darkred;
	font-size: 40px;
	text-align: center;
}



#veridique1,
#veridique2,
#veridique3,
#veridique4,
#veridique5,
#veridique6,
#veridique7,
#veridique8,
#veridique9,
#veridique10 {
	font-variant: small-caps;
	border: white;
	border-radius: 4px;
	color: darkred;
	padding: 1% 1% 1% 1%;
	background-color: white;
	z-index: 1900;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);

}


@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.return-button:hover,
.footer:hover,
button:hover {
	box-shadow: 3px 3px 4px #380000;
}

.return-button:active,
button:active {

	box-shadow: 2px 2px 2px #4d0000;
	transform: translateY(3);
}

.button2 {
	bottom: 0;
	right: 0;
	margin: 20px;
	position: fixed;
}

.button2,
.button4,
.button6,
button {
	text-transform: uppercase;
	background-color: darkred;
	color: white;
	border-radius: 6px;
	border: none;
	padding: 8px 16px;
	z-index: 1000;
	font-size: 12px;
	cursor: pointer;
}

.button4,

.button6 {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	margin-top: 20px;
}

p {
	font-size: 12px;
	line-height: 20px;
	font-family: 'OpenSans';
	text-align: center;
}

a,
li {
	color: white;
	text-decoration: none;
}

.return-button {

	font-size: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: darkred;
	border-radius: 50%;
	border: none;
	height: 80px;
	z-index: 1950;
	width: 80px;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-top: 10%;
	background-color: rgb(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9990;
}

.modal-content {
	background-color: darkred;
	color: white;
	margin: auto;
	padding: 20px;
	border: 1px none white;
	border-radius: 6px;
	width: 200px;
	height: auto;
	text-align: center;
	z-index: 9991;
}

.modal-content button {
	background-color: white;
	color: darkred;
	margin: auto;
	padding: 2px;
	height: auto;
	text-align: center;
}