@charset "utf-8";
/* CSS Document */
table {
	width:400%;
	height:0;
	}
#ClearIconeDesVideos {
	clear: both;
}
.IconeDesVideos {
	position:relative;
	float: left;
	margin-top:-1%;
	margin-left:1%;
	width: 24%;
	z-index:2;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
	margin-top:20%;
    height: 0; 
	overflow: hidden;
	clear: both;
	
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#ImageBackground {
	background-image:url(../images/LigneTransitionInformations.png);
	background-repeat:no-repeat;
	margin-bottom:1%;
}

#TexteImageBackground {
	margin-left:.5%;
	padding-bottom:2%;
}

#EnMots {
	position:relative;
	padding-left:-30%;
	width: 150%;
}



#Image_bas_objectifs {
	position:absolute;
	clear: both;
	float: left;
	margin-top:151.36%;
	margin-left: 13%;
	width: 15%;
	display: block;
}
#Ligne_bas_objectifs {
	position:absolute;
	clear: both;
	float: left;
	margin-top:148.36%;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LogoUqam_objectifs {
	position:absolute;
	clear: both;
	float: left;
	margin-top:154%;
	margin-left: 62%;
	width: 10%;
	display: block;
}


/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}