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

h1 {
}

h2 {
	margin-bottom:0;
}

h3 {
}

/** LOGO { **/

.canLogo {
	padding:50px 0 0 30px;
	position:relative;
}

.canLogo img {
	width:208px;
	height:66px;
}

.canLogo .canControle {
	position:absolute;
	right:10%;
	top:50px;
}

.canLogo .canControle select {
	width:auto;
}

/* } */

/** CORPS { **/
.canCorps {
	color:var(--gris);
	margin:80px 120px 0 120px;
}
/** FIN CORPS } **/

/** PIED DE PAGE { **/
.canPiedDePage {
}
/** FIN PIED DE PAGE } **/

@media only screen and (max-width:1000px) {
	.canCorps {
		margin:80px 10% 0 10%;
	}
}

@media only screen and (max-width:600px) {
	.canLogo .canControle {
		position:static;
	}
}
