/* CSS Document */

#canMenus {
	background-color:transparent;
}
#canMenus .canMaxLarg {
	background-color:transparent;
}
.canHamburger {
	position:fixed;
	top:10px;
	left:var(--margeH);
	
	background-color:transparent;
	width:50px;
}

#home .homeSupport {
	webkit-background-size:cover;
	background-size:cover;
	background-position:center center;
	background-color:black;
	color:white;
	
	position:fixed;
	top:160px;
	left:0;
	right:0;
	height:calc(100vh - 95px);
}

#home .homeSupport .homeTexte {
	font-size:16px;
	line-height:16px;
	text-decoration:none;

	position:absolute;
	bottom:20%;
	left:50%;
	transform:translate(-50%, 0);
	
	padding:10px;
	max-width:1000px;
	width:100%;
}

#home .homeSupport .homeTexte .homeDate {
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
}

#home .homeSupport .homeTexte .homeTitre {
	font-size:60px;
	line-height:52px;
	margin:0 0 10px -4px;
}

@media only screen and (max-width:625px) {
	#home .homeSupport {
		top:120px;
	}
}