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

.canSupport {
	display:block;
	margin:0 2%;
	position:relative;
	text-align:left;
	vertical-align:top;
	width:96%;
}

.canBandeau {
	background-size:cover;
	background-position:center;
	display:block;
	position:relative;
}
.canBandeau .canSupport {
	height:150px;
}
.canBandeau .canSupport div {
	color:black;
	display:inline-block;
	font-size:3em;
	font-style:italic;
	font-variant:small-caps;
	line-height:150px;
	position:relative;
	text-shadow:1px 1px white;
	vertical-align:bottom;
	white-space:nowrap;
}
.canBandeau .canSupport .fa-bars {
	display:none;
}

.canMenu {
	background-color:#444;
	display:block;
}
.canMenu table {
	table-layout:fixed;
	width:100%;
}
.canMenu table td:last-child {
	text-align:right;
}
.canMenu a {
	color:white;
	font-size:1em;
	font-variant:small-caps;
}
.canMenu a:hover, .canMenu .canMenuSel {
	color:#00aacc;
	text-decoration:none;
}

.canCorps {
	display:block;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	margin:30px 1%;
	text-align:justify;
	vertical-align:top;
}

.canMenuResponsive {
	display:none;
}

@media only screen and (max-width:768px) {
	.canBandeau .canSupport {
		height:80px;
	}
	.canBandeau .canSupport div {
		font-size:2em;
		line-height:80px;
	}
	.canBandeau .canSupport .fa-bars {
		color:black;
		cursor:pointer;
		display:block;
		margin:20px 15px 0 0;
		padding:10px;
		float:right;
		vertical-align:middle;
	}
	.canMenu {
		display:none;
	}

	.canMenuResponsive {
		background-color:rgba(200,200,200,0.85);
		bottom:0;
		left:0;
		line-height:normal;
		overflow:auto;
		position:absolute;
		right:0;
		top:90px;
	}
	.canMenuResponsive a {
		border-top:1px solid black;
		border-bottom:1px solid black;
		color:black;
		display:block;
		font-variant:small-caps;
		font-weight:bold;
		padding:2px 2px 2px 1%;
		position:relative;
		text-align:left;
	}
	.canMenuResponsive .canSousMenuResponsive {
		font-weight:normal;
		padding-left:5%;
	}
}
