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

.canMax {
	margin:auto;
	max-width:1400px;
}

/** BEANDEAU { **/

.canBandeau {
	padding:5%;
}

.canBandeau .canLogo {
	float:right;
}
.canBandeau .canLogo img {
	width:200px;
}

.canBandeau .canMenu a {
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
}
.canBandeau .canMenu a.sel, .canBandeau .canMenu a:hover {
	color:#888;
}
.canBandeau .canMenu a:last-of-type {
	margin-right:none;
}
/* } */


/** CORPS { **/

.canCorps {
/*	background-color:white; */
	padding:0 5% 5% 5%;
	left:300px;
	min-height:90vh;
	right:0;
	text-align:left;
	top:0;
}

/** FIN CORPS } **/

@media only screen and (max-width:800px) {
	h2 {
		font-size:30px;
	}
	h3 {
		font-size:25px;
	}
	h4 {
		font-size:20px;
	}
/** MENUS { **/
	#canMenus {
		border:none;
		padding:1%;
		min-height:0;
		text-align:left;
		right:0;
		width:auto;
	}

	#canMenus .canLogo {
		position:absolute;
		top:15px;
		left:15px;
		width:50px;
	}
	#canMenus .canLogo img {
		width:40px;
	}
	
	#canMenus .canTitre {
		font-size:20px;
		line-height:25px;
		margin:10px 50px 0 60px;
		vertical-align:middle;
	}
	
	#canMenus .canMenus {
		display:none;
	}
	
	#canMenus .canHamburger {
		display:block;
		position:absolute;
		right:20px;
		top:20px;
	}
	#canMenus .canHamburger a {
		text-decoration:none;
	}

/** FIN MENUS }**/
/** CORPS **/

	#canCorps {
		top:50px;
		left:0;
	}
	
	#canCorps .canLogo img {
		width:100px;
	}

	#canCorps .canTitre {
		margin-bottom:50px;
		text-align:center;
	}
	#canCorps .canTitre h1, .h1 {
		font-size:30px;
		line-height:40px;
	}

/** FIN CORPS **/

	@media only screen and (max-width:400px) {
		#canMenus .canTitre {
			font-size:15px;
			line-height:20px;
			text-align:center;
			color:red;
		}
	}

}
