<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin:0;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.headeraccueil {
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	background-image: url(test4.jpg);
	background-size: cover;
	border-bottom-left-radius:15%;
	border-bottom-right-radius:15%;
	padding-bottom:3%;
}

.fondheader {
	width:100%;
}



.form1 {
	width:45%;
}

.form4 {
	width:20%;
}

.titlee {
	width:100%;
}

.form2 {
	width:30%;
	margin-bottom:3%;
}

.schema1 {
	margin:auto auto;
	width:35%;
}

.haut {
	display:flex;
	width:80%;
	margin:2% auto;
	justify-content: space-around;
}

.haut2 {
	display:flex;
	width:100%;
	margin:2% auto;
	justify-content: space-around;
	text-align:center;
	flex-wrap:wrap;
}

.form {
	width:50%;
	margin:auto auto;
}

.schema {
	width:100%;
}

.menuheader {
	margin-top:2%;
	width:100%;
	margin-bottom: 2%;
}

.lienheader {
	
	margin-left:4%;
	margin-right:4%;
	text-decoration:none;
	font-size:150%;
	color:white;
	font-weight:bold;
}

.lienheader:hover {
	color:#C1130D
}

.titre2 {
	width:100%;
	font-size:110%;
	color:#C1130D;
	margin-bottom:1%;
	text-shadow:1px 1px 1px black;
	text-align:center;
}
.logo {
	margin-top:1%;
	width:18%;
}

.button {
	width:10%;
	text-decoration:none;
	margin-top:7%;
	color:#C1130D;;
	font-style:bolder;
	background-color:white;
	padding:0.8%;
	border-radius:1rem;
	border:1px solid black;
	margin-left:2%;
	margin-right:2%;
}

.titre {
	width:100%;
	font-size:110%;
	color:#C1130D;
	margin-bottom:3%;
	text-shadow:1px 1px 1px black;
}

.button:hover {
	background-color:#C1130D;
	color:white;
}

footer {
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	background-color:black;
	justify-content: space-between;
	color:white;
}

.footer {
	margin-top:1%;
	width:100%;
	display:flex;
	justify-content: space-between;
	margin-bottom:-1%;
}

.logo1 {
	margin-top:1%;
	width:12%;
	margin-bottom:-3%;
}

.adresse {
	margin-left:5%;
}

.contact {
	margin-right:5%;
}

.mailfooter {
	text-decoration:none;
	color:white;
}

.matiere {
	font-size:130%;
	color:dimgrey;
	margin-top:-1%;
}

.mailfooter:hover {
	color:#C1130D;
}

.droit {
	text-align:center;
	width:100%;
	font-style: italic;
	font-size: 80%;
	color:white;
	margin-top:-0.5%;
}

td, th {
	padding:0.5%;
	border:1px solid black;
	
}

td {
	color:#C1130D;
}

th {
	background-color:#C1130D;
	color:white;
}

table {
	border-collapse:collapse;
	text-align:center;
	width:80%;
	margin:3% auto;
}

@media (max-width: 1150px) {
	table {
		font-size:90%;
	}
@media (max-width: 980px) {
	.lienheader {
		font-size:90%;
	}

	@media (max-width: 800px) {
	table {
		width:95%;
	}
@media (max-width: 750px) {
	.lienheader {
	font-size:75%;
	margin-left:2%;
	margin-right:2%;
	}
	.logo {
		width:30%;
	}
	.adresse {
		font-size:80%;
	}
	.contact {
		font-size:80%;
	}
	.logo1 {
		width:20%;
	}
	.titre {
		font-size:80%;
	}
	.menuheader {
		margin-bottom:5%;
	}
	.headeraccueil {
		padding-bottom:7%;
	}
	.button {
		width:100%;
		font-size:80%;
		padding:2%;
	}
}

@media (max-width: 500px) {
	table { 
		font-size:60%;
		width:75%;
	}
		}</pre></body></html>