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

html {
	height:100%;
}
body {
	margin-bottom:1px;
	min-height:100%;
	padding:0 0 50px 0;
	position:relative;
}

.canSupport {
	display:inline-block;
	margin:0;
	max-width:1000px;
	position:relative;
	text-align:left;
	vertical-align:bottom;
	width:100%;
}

.canBandeau {
	background-image:url(../_images/bandeau.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:block;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.canBandeau .canSupport {
	height:150px;
}
.canBandeau .canSupport div {
	color:#bbb;
	display:inline-block;
	font-size:3em;
	font-style:italic;
	font-variant:small-caps;
	line-height:150px;
	position:relative;
	vertical-align:bottom;
	white-space:nowrap;
}
.canBandeau .canSupport .fa-bars {
	display:none;
}

.canMenu {
	background-color:#444;
}
.canMenu table {
	margin:5px 1.5%;
	table-layout:fixed;
	width:97%;
}
.canMenu table td {
	white-space:nowrap;
}
.canMenu table tr 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;
}

.canPiedDePage {
	bottom:0;
	color:#777;
	font-size:0.8em;
	left:0;
	min-height:20px;
	position:absolute;
	right:0;
}
.canPiedDePage .canSupport {
	text-align:center;
}

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