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

:root {
	--vert:#5faa25;
}


/** BEANDEAU { **/

#canBandeau {
	margin:2%;
	height:95px;
}
#canBandeau img {
	height:95px;
}
/* } */

/** MENU { **/

#canMenu .canMenus {
	background-color:black;
}
#canMenu .canMenus div.menu {
	border-right:2px solid white;
	display:inline-block;
	height:63px;
	padding:23px 30px 0 30px;
	position:relative;
}
#canMenu .canMenus div.menu a {
	color:white;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}

#canMenu .canMenus div.menu:hover, #canMenu .canMenus div.sel {
	background-color:var(--vert);
}
#canMenu .canMenus div.sel {
	padding-right:20px;
}
#canMenu .canMenus div.sMenu {
	background-color:var(--vert);
	border-top:2px solid white;
	line-height:150%;
	padding:23px 30px 23px 30px;
	position:absolute;
	top:63px;
	left:0;
}
#canMenu .canMenus div.sMenu a {
	text-transform:none;
}
/** FIN MENUS } **/

/** CORPS { **/

#canCorps {
	margin:4%;
	min-height:90vh;
}

/** FIN CORPS } **/

/* Menu responsive { */
#canMenuResponsive {
	background-color:white;
	border-left:1px solid black;
	display:none;
	padding:15px;
	position:absolute;
	min-height:100vh;
	right:0;
	top:50px;
	width:250px;
}
#canMenuResponsive a {
	display:block;
	font-size:20px;
	padding:3px 0;
}
#canMenuResponsive a.sel, #canMenuResponsive a:hover {
	color:rgb(224, 128, 83);
}
/* } */


@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;
		}
	}

}
