<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* HEADER : */

body {
	overflow-x: hidden;
	margin: 0;
	width: 100%;
	padding: 0;
}

#menu_responsive {
	display: none;
}

#banner1 {
	display: block;
	background-color: #a3a3a3;
	height: 330px;
}

#banner1 ul {
	margin: 0;
	left: 50%;
	position: relative;
	width: 100%;
	margin-left: -290;
}

#menu {
	min-width: 500px;
	width: 100%;
	height: 70px;
	position: relative;
	background-color: #a3a3a3
}

#menu ul {
	float: left;
	left: 50%;
	padding-top: -10px;
	position: relative;
	margin-left: -483px;
}

#menu ul li {
	margin-left: 15px;
	float: left;
	list-style-type: none;
	position: relative;
	left: -60px;
}

#menu ul li a:hover {
	color: white;
	background-color: #656565;
	border-bottom: 3px solid red;
}

#menu ul li:nth-child(4):hover {
	border-bottom: none;
}

#menu ul li:nth-child(4) {
	border-bottom: 3px solid red;
}


#menu ul li a {
	text-align: center;
	padding-top: 10px;
	display: inline-block;
	background-color: #7f7f7f;
	height: 30px;
	width: 150px;
	color: black;
	text-decoration: none;
	font-size: 18;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #121212;
}


#ligne-grise {
	position: relative;
	height: 20px;
	width: 100%;
	background-color: #a3a3a3
}

#ligne-blanche {
	position: relative;
	height: 2px;
	width: 100%;
	background-color: white;
}

/* FOOTER : */

#footer {
	text-align: center;
	display: block;
	background-color: #a3a3a3;
	height: 120px;
}

#footer p {
	color: #404040;
	position: relative;
	bottom: 0;
	top: 10px;
	left: 2.5%;
	right: 2.5%;
	width: 95%;
	height: 120px;
}

/* Contenu page : */

#image {
	position: relative;
	display: block;
	left: -20px;
}

/* typographies : */

#typo {
	font-size: 20;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #666666;
}

#typo-sous-titre {
	font-size: 20;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: red;
}

#titre {
	font-size: 25;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #000000;
	position: relative;
	display: block;
	left: -20px;
}

#titre-decale {
	font-size: 25;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #000000;
	position: relative;
	display: block;
	left: 5px;
}

#titre1 {
	font-size: 27;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #000000;
	display: block;
	position: relative;
	left: -30px;
}

@media screen and (max-width: 1000px) {

html {
	overflow-x: hidden;
	margin: 0;
	width: 100%;
	padding: 0;
}

nav {
	display: none;
}

#RGE {
	display: none;
}

#menu_responsive {
	background-color: #a3a3a3;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 10px;
}

.element {
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	display: inline-block;
	background-color: #7f7f7f;
	height: 55px;
	width: 260px;
	color: black;
	text-decoration: none;
	font-size: 2.1em;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #121212;
}

.element_page {
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	display: inline-block;
	background-color: #7f7f7f;
	height: 55px;
	width: 260px;
	color: black;
	text-decoration: none;
	font-size: 2.1em;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #121212;
	border-bottom: 5px solid red;
}

.element:hover {
	color: white;
	background-color: #656565;
	border-bottom: 5px solid red;
}

.element_page:hover {
	color: white;
	background-color: #656565;
	border-bottom: none;
}

#titre {
	font-size: 35;
}

#titre1 {
	font-size: 40;
}

#typo {
	font-size: 30;
}

#typo-sous-titre {
	font-size: 30;
}

#Voir {
	font-size: 35;
}

#titrelabel{
	font-size: 30;
}

#Boutons a {
	margin-left: -40;
	text-indent: 55px;
	padding-top: 8px;
	padding-left: 8px;
	height: 40px;
	width: 180px;
	font-size: 20;
	line-height: 25%;
}

#Boutons a img {
	width: 30px;
	height: 26px;
}

#text-boutton {
	top: -32px;
	right: 20px;
	font-size: 22;
}

#Boutons-centre a {
	left: 41%;
	right: 41%;
	top: 20px;
	text-indent: 60px;
	padding-top: 8px;
	padding-left: 8px;
	height: 40px;
	width: 200px;
	font-size: 20;
	border-radius: 5px;
	line-height: 25%;
}

/* #Bouton-centre a img {
	width: 40px;
	height: 40px;
} */

#imgcompÃ©tences {
	width: 28px;
	height: 28px;
}

#Boutons-centre a:hover {
	background-color: #ff2323;
}


}</pre></body></html>