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

/** BEANDEAU { **/

#canBandeau {
	background-size:cover;
	background-position:center;
	display:block;
	position:relative;
}
#canBandeau h1 {
	background-color:rgba(255, 255, 255, 0.3);
	border:5px solid black;
	border-left:none;
	border-right:none;
	color:black;
	display:block;
	font-size:3em;
	font-style:italic;
	font-variant:small-caps;
	line-height:150px;
	margin:0;
	padding:0 5%;
	position:relative;
	text-shadow:2px 2px white;
	vertical-align:bottom;
	white-space:nowrap;
}
/* } */

/** MENUS { **/

#canMenus {
	background-color:#333;
	border-bottom:solid black 3px;
	font-size:18px;
	padding:0 5%;
}
#canMenus span.fa-bars {
	display:none;
}
#canMenus a {
	color:white;
	display:inline-block;
	margin:2px 20px 5px 0;
	font-variant:small-caps;
}
#canMenus a:hover, #canMenus a.sel {
	color:#aaa;
	text-decoration:none;
}
#canMenus a:last-child {
	float:right;
}


/** FIN MENUS } **/

/** CORPS { **/

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

/** 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;
		}
	}

}
