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

/** MENUS { **/

#canMenus {
/*	background-color:white; */
	border-right:1px solid #ccc;
	position:absolute;
	padding:30px;
	left:0;
	min-height:100vh;
	top:0;
	width:301px;
}

#canMenus .canLogo {
	display:block;
	height:355px;
}
#canMenus .canLogo img {
	margin-top:20px;
	width:100%;
}

#canMenus .canMenus a {
	color:#333;
	display:block;
	font-size:20px;
	font-weight:normal;
	letter-spacing:1px;
	padding:7px 0 7px 0;
	text-decoration:none;
	text-transform:lowercase;
}
#canMenus .canMenus a:hover, #canMenus .canMenus a.sel {
	color:rgb(224, 128, 83);
}
#canMenus .canMenus div.canSousMenu {
	padding-bottom:10px;
}
#canMenus a.canReseauxSociaux {
	display:inline-block;
}

#canMenus .canMenus div.canSousMenu a {
	font-size:12px;
	font-weight:bold;
}
#canMenus .canMenus div.canSousMenu a span {
	font-weight:normal;
	padding-left:20px;
}

#canMenus .canHamburger {
	display:none;
}

/** FIN MENUS } **/

/** CORPS { **/

#canCorps {
/*	background-color:white; */
	border-left:1px solid #ccc;
	position:relative;
	padding:30px;
	left:300px;
	min-height:100vh;
	right:0;
	text-align:left;
	top:0;
	width:calc(100% - 300px);
}

#canCorps .canBandeau {
	background-position:center center;
	background-size:cover;
	height:300px; /* 200 */
	margin-bottom:40px;
}

#canCorps .canTitre {
	margin-bottom:20px;
}

#canCorps .canTxt {
	line-height:130%;
}

#canCorps .canTxt img {
	display:block;
	margin:10px auto 10px auto;
	max-width:90%;
}
/** FIN CORPS } **/

/** MENUS RES { **/
#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;
	text-transform:lowercase;
	text-decoration:none;
}
#canMenuResponsive a.sel, #canMenuResponsive a:hover {
	color:rgb(224, 128, 83);
}
#canMenuResponsive .canSousMenu {
	padding-left:20px;
}

#canMenuResponsive a.canReseauxSociaux {
	display:inline-block;
}
/** FIN MENUS RES } **/

@media only screen and (max-width:800px) {
	/** 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:50px;
	}
	
	#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;
		width:100%;
	}
	
	#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 } **/
}
