/* #Page Styles
*  Override de certaines couleurs/grille et nouveaux styles
================================================== */


.pageEntete {
	background-image:url(../img/entetes/entete_etudiant_cef.jpg);
	background-size:cover;
	margin-bottom:0;
}
.accrocheEntete {
	margin-bottom:0;
}


/*.etudiantCEF .ColonneSigle {
	min-width:80px;
}*/
.etudiantCEF a.button {
	max-width:300px;
}
#ContenuPrincipal .titreStrate {
	font-size:2.285714285714286em; /* 32px / 14px */
	line-height:1.2;
	font-weight:400;
	text-transform:uppercase;
	padding:0;
	margin:0 0 30px 0;
}
#ContenuPrincipal .titreStrate ~ .titreStrate {
	margin-top:30px;
}



/* Admission - Comment procéder - Vanuatu */
.sAdmission {
	background:#fff;
	padding:40px 0;
}
.sAdmission h2 {
	color:#000;
	text-align:center;
}
.sAdmission .tableEtapes {
	display:table;
	table-layout:fixed;
	width:100%;
	padding:0;
	margin:0 0 30px 0;
	counter-reset:etape;
}
.sAdmission .tableEtapes > li {
	display:table-cell;
	width:25%;
	border-right:1px solid #636466;
	padding:0 20px;
	margin:0;
	text-align:center;
}
.sAdmission .tableEtapes > li:before {
	counter-increment:etape;
	content:counter(etape);
	display:block;
	font-size:80px;
	line-height:1;
	text-align:center;
	font-weight:700;
	color:#2e8804;
	margin:0 0 10px 0;
}
.sAdmission .tableEtapes > li:last-child {
	border-right:0;
}
.sAdmission p.attention {
	max-width:650px;
	margin:30px auto 0 auto;
	text-align:center;
}


/* Liste des cours */
.sCours {
	background:#e6e7e7;
	padding:40px 0;
}
.sCours h2 {
	color:#000;
	text-align:center;
}


/* Les avantages */
.sAvantages {
	background:#333;
	padding:40px 0;
}
#ContenuPrincipal .sAvantages .titreStrate {
	color:#fff;
	margin:0 0 40px 0;
	text-align:center;
}
.sAvantages h3 {
	color:#fff;
	margin:0 0 5px 0;
	text-align:center;
}
.sAvantages p,
.sAvantages a {
	color:#fff;
}
.sAvantages .tableAvantages {
	display:table;
	table-layout:fixed;
	width:100%;
	padding:0;
	margin:0;
}
.sAvantages .tableAvantages > li {
	display:table-cell;
	width:33.33333333%;
	border-right:1px solid #636466;
	padding:0 20px;
	margin:0;
	text-align:center;
}
.sAvantages .tableAvantages > li:last-child {
	border-right:0;
}
.sAvantages .tableAvantages img {
	margin-bottom:20px;
}


/* Communiquez avec nous */
.sContact {
	padding:40px 0;
}
.sContact .texteWrap {
	max-width:650px;
	/*text-align:center;
	margin:0 auto;*/
}
.sContact h2 {
	color:#000;
}


/* L'Université TÉLUQ */
.sTELUQ {
	background-image:url(../img/site_etu_cef/bg_teluq.jpg);
	background-position: center center;
	background-size: cover;
	padding:75px 0;
}
.sTELUQ .contentWrap {
	max-width:600px;
}
.sTELUQ .fondBlanc {
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	padding:20px;
}
.sTELUQ .fondBlanc h2 {
	font-size:2em; /* 28px / 14px */
	line-height:1.2;
	font-weight: 700;
	text-transform:uppercase;
	padding:0;
	margin:0 0 15px 0;
}


/*********************/
/* Le CSS responsive */
/*********************/

@media only screen and (max-width: 1000px) {
	.pageEntete {
		background-image:url(../img/entetes/entete_etudiant_cef_medium.jpg);
	}
}


/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}


/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 767px) {
	.pageEntete {
		background-image:url(../img/entetes/entete_etudiant_cef_mobile.jpg);
		/*background-size:cover;*/
	}
	.pageEntete h1.titrePage {
		margin:40px 0;
	}
	
	#ContenuPrincipal .titreStrate {
		font-size:2em; /* 28px / 14px */
	}
	
	.sAdmission,
	.sCours,
	.sAvantages,
	.sContact,
	.sTELUQ {
		padding:30px 0;
	}
	
	.sAvantages > .contentWrap {
		padding:0 30px;
	}
	
	.sAvantages .tableAvantages,
	.sAdmission .tableEtapes {
		display:block;
	}
	.sAvantages .tableAvantages > li,
	.sAdmission .tableEtapes > li {
		display:block;
		width:100%;
		border-right:0;
		padding:20px 0;
		max-width:400px;
		margin:0 auto;
	}
	
}
