.homeLogo {
	background-image:none !important;
	width: 104px !important;
	height: 43px;
	margin-top: 4px;
	vertical-align: top;
}
.contentLogoConnexion > a {
	overflow:visible;
	display: inherit;
}
.coverConnexion, .coverInscription, .coverActivate, .coverReminder{
	background-image:url(/img/cover_default.jpg) !important;
}
.logoConnexion {
	width: 140px !important;
}
.sectionApropos {
	margin-top: 52px;
	width: 100%;
	overflow-x: hidden;
	padding-bottom: 3em;
	text-align: center;
}
.sectionAproposArgument {
	margin-top: 3.5em;
	padding-bottom: 5em;
}
.coverImg {
	height: auto;
	width: 100%;
	margin-top: 52px;
	left: 0px;
	position: fixed;
	top: 0px;
}
.titleCanopyCover {
    position: relative;
    width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 3.8em;
    margin-top: 1.7em;
    text-align: center;
    font-weight: lighter;
}
.subTitleCanopyCover {
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 2.5em;
	margin-top: 1em;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}
.subButtonsCover {
	width: 100%;
	height: auto;
	color: #ffffff;
	margin-top: 1.5em;
	right: 0;
	text-align: center;
	font-weight: lighter;
}
.bannerLinks {
	color: black;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 1.5em;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	/* min-height: 440px; */
	overflow: hidden;
	position: relative;
}

.bannerLinksContainer {
	/*position: absolute;*/
	width: 100%;
}

.bannerLink {
	display: inline-block;
	width: 31%;
	margin-left: 2%;
	font-size: 0.95em !important;
	padding: 1.5em;
	background-color: rgba(0,0,0,0.6);
	/* padding-right: 2%; */
	text-align: left;
	vertical-align: top;
	height: auto;
}
.titleBannerLink {
	font-size: 1em !important;
	color: black;
	width: 100%;
	height: auto;
	display: inherit;
	text-align:center;
}
.titleBannerLink:hover{
	font-size: 1em !important;
	color: black;
	width: 100%;
	height: auto;
	display: inline-block;
}
.imgBannerLink {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
}
.imgBannerLinkReduce {
	width: 20%;
}
.textBannerLink {
	margin-top: 1em;
	font-size: 0.75em;
	display: inherit;
	/* vertical-align: middle; */
	width: 100%;
	line-height: 1.5;
	color: #fff;
}

.newsHome {
	border-top: 1px solid #dddddd;
	color: black;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 1.4em;
}

#contentAllLeft {
}

#contentAllLeft .lineElementNewsImgBody {
	width: 400px;
	height: 225px;
	float: left;
	margin-right: 2%;
	background-size: cover;
}

.button {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	color: gray;
	border: 1px solid gray;
	text-align: center;
	line-height: 30px;
}
#buttonPrevious {
	left: 0px;
	display: none;
}
#buttonNext {
	right: 0px;
}
.footerHidden {
	background-color: #000;
	border:1px solid #111;
	position: relative;
	display: block;
}
@media only screen and (min-width: 900px) and (max-width: 1200px){

}

@media only screen and (min-width: 1190px)  and (max-width: 1600px){

}

@media only screen and (max-width: 970px){
	.coverImg {
		height: 100%;
		width: auto;
	}
	.bannerLink{
		margin-top: 1.5em;
		width: 100%;
		padding: 1.4em;
	}
}