@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}


body {
	font-family: 'Exo', sans-serif;	
}


header {
	background-color: #5D5A5B;
	height: 90px;
	position: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}


img {
	max-width: 100%;
	height: 0 auto;
}


a {
	color: #48E8C0;
}

a:hover {
	color: #000000;
}


#haut_de_page {
	
}

.cl_interieur { /*Signature Charles Lessard, graphiste, en haut au centre*/
	position: relative;
	padding: 28px 0px 0px 20px;
	width: 524px;
	margin: 0 auto;
}


.deux_fleches { /*Les deux flèches au centre en haut*/
	position: relative;
	top: 100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	width: 160px;
	font-size: 4em;
}

/*Les deux flèches en haut à droite
.deux_fleches { 
	position: absolute;
	top: 6px;
	right: 20px;
	float: right;
	display: flex;
	justify-content: space-around;
	width: 120px;
	font-size: 2.5em;
	background-color: #5D5A5B;
	color: #FFFFFF;
}
*/



.fleche_gauche {
	color: #48E8C0;
}


.fleche_gauche:hover {
	color: #000000;
}


.fleche_droite {
	color: #48E8C0;
}

.fleche_droite:hover {
	color: #000000;
}

nav a {
	text-decoration: none;
}

.nav { /*Le conteneur des chiffres du haut au centre*/
	position: relative;
	top: 100px;
	display: flex;
	justify-content: center;
}


.carre_nav { /* Les chiffres à l'intérieur du conteneur navigation*/
	position: relative; 
	top: 10px;
	width: 30px;
	height: 40px;
	font-size: 1.5em;
	color: #5D5A5B;
	margin-left: 10px;
	padding: 3px 0 0 4px;
	border-left:  solid  thin #5D5A5B;
}


.carre_nav:hover { 
	color: #48E8C0;
}


.carre_unite { /*Le carré qui indique la page active de 1 à 9 dans la navigation*/
	font-size: 1.2em; 
	color: #FFFFFF;
	background-color: #48E8C0;
	padding: 4px 8px 4px 10px;
}


.carre_dizaine { /*Le carré qui indique la page active de 10 à 17 dans la navigation*/
	font-size: 1.2em; 
	color: #FFFFFF;
	background-color: #48E8C0;
	padding: 4px 6px 4px 3px;
}


.typo_bold {
	font-weight: bolder;
	color: #48E8C0;
}



.travaux {
	max-width: 800px;
	margin: auto;
	margin-top: 200px;

}


.aside_droite {
	width: 120px;
	height: 240px;
	position: fixed;
	right: 0;
	bottom: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.aside_enveloppe {
	font-size: 5em;
	padding: 6px 0 0 22px;
	border-left:  solid  thin #5D5A5B;
}


aside p a {
	color: #DDDCDA;
}


.footer {
	position: fixed;
	bottom: 0;
    height: 50px;
    width: 100%;
    margin: auto;
    background-color: #FFFFFF;
}


.deux_fleches_bas {
	position: relative;
	top: 5px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	width: 80px;
	font-size: 2em;
}

/* XZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZXZ */


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

.aside_droite { /*le rectangle gris au bas à droite avec les coins ronds*/
	width: 50px;
	height: 100px;
	background-color: #5D5A5B;
	border-radius: 10px 0 0 10px;
}	
	
.aside_enveloppe { /*intérieur du rectangle gris*/
	font-size: 2em;
	padding: 0 0 0 8px;
}
	
	
}