@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:400;
	font-style:normal;
	background-size:cover;
	background-clip:padding-box;
}
*{
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

hr {
	height: 1px;
	padding: 0;
	color: #000;
	background-color: #000;
	border: 0;
}
.menu {
    width: 100%;
    height: 70px;
    background: #09F;
}
.logo {
	height:auto;
	width:120px;
	float:left;
	clear:right;
    padding:5px 10px 0 15px;
}
.esal-epinal {
	display:initial;
	font-size:17px;
	display:inline-box;
    line-height:4;
	color:#FFF;
}

.txtMenu {
	display:inline-box;
	float:right;
	margin-right:10px;
	font-size:14px;
	color:#FFF;
    line-height:5;
	text-decoration:none;
}
/*.slider{
	width:100%;
	height:15em;
	background-size:cover;
	background-position:center;
	z-index:1;
}*/
/*////////////////////////INDEX CSS///////////////////////////*/
.slider, .actu3, .actu4, .actu5 {
    box-sizing: border-box;
}

.slider{
	width:100%;
	height:15em;
	background-size:cover;
	background-position:center;
	border: 3px solid #FFF;
	z-index:1;
}

#legende{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
	/*background-color: rgba(0,153,255,0.5);*/
	padding: 20px 0 20px 0;
	z-index: 3;
}

#legende a {
	color: #09F;
	font-size:22px;
	font-weight:600;
	text-decoration:none;
}
#legende a:visited {
	color: #09F;
	text-decoration:none;
}
#legende a:hover {
	color:#FFF;
}

.actu3, .actu4, .actu5{
	position: relative;
	background-color:#333;
	display: inline-block;
	border: 3px solid #fff;
	float:left;
	background-size:cover;
	background-position:center;
	overflow: hidden;
}
.actu3{
	height: 400px;
	width: 33.3%;	
}
.actu4{
	height: 350px;
	width: 25%;
}
.actu4 #legendeActu p{
	font-size:12px;
}
.actu5{
	height: 350px;
	width: 20%;
}
.actu5 p{
	text-align:center !important;
}
#legendeActu{
	position: absolute;
	top: auto;
	bottom:0px;
	width: 100%;
	height: 150px;
	text-align: center;
	color: #FFF;
	background-color:rgba(0,0,0,0.5);
	padding:10px 0 0 0;
	margin:0;
	z-index: 3;
}
#legendeActu h3, h4{
	text-transform:uppercase;
}

#legendeActu:hover{
	background-color:rgba(0,0,0,0.8);
}
#legendeActu p{
	font-size:14px;
	margin: 0 20px 20px 20px;
	text-align:center;
	line-height:1.1em;
}
.grosbouton{
	display:block;
	width:250px;
	margin: 0 auto 50px auto;
	font-size: 20px;
	text-transform : uppercase;
	text-align:center;
	color: #FFF;
	background-color: #09F;
	padding: 5px 10px 5px 10px;
	font-weight: 600;
}
.grosbouton:link{
	opacity:1;
	text-decoration:none;
	color:#FFF;
}
.grosbouton:hover{
	opacity:0.7;
	text-decoration:none;
	color:#FFF;
}
.grosbouton:visited{
	opacity:1;
	text-decoration:none;
	color:#FFF;
}
/*////////////////////////END INDEX CSS///////////////////////////*/

.wrapper{
	margin: 0;
	max-width: 100%;
	overflow: auto;
	padding: 0px;
	width: 100%;    /*transition: all 0.3s ease-in-out 0s;*/
}
.content{
	display: block;
	margin: auto;
	max-width: 900px;
	line-height: 2em;
	padding: 20px;	/*height:300px; border:#999 thin solid;*/
}
.content table td{
	font-size:13px;
	line-height:1.3;
	border-bottom:#000 thin solid;
}
.content .titre_actu{
	font-size:16px;
	font-weight:600;
}
.content h3{
	font-size:23px;
	font-weight:600;
	text-transform:uppercase;
}
.content strong{
	font-weight:600;
}
.content em{
	font-weight:300italic;
	font-style:italic;
}
.content p img{
	/* habillage : */
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.content p a {
	color: #09F;
	font-weight:600;
	text-decoration:none;
}
.content p a:visited {
	color: #09F;
	text-decoration:none;
}
.content p a:hover {
	color: #333;
}
.content #submenu{
	width:170px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align:right;
	line-height: 1.3em;
}
#submenu a {
	color: #09F;
	font-weight:600;
	text-decoration:none;
}
#submenu a:visited {
	color: #09F;
	text-decoration:none;
}
#submenu a:hover {
	color: #333;
}


.rubrique{
	display:inline-block;
	font-size: 15px;
	text-transform : uppercase;
	color: #FFF;
	background-color: #09F;
	padding: 2px 10px 2px 10px;
	font-weight: 600;
}
.actu3 .rubrique, .actu4 .rubrique{
	position:absolute;
	top: -1px;
	left: -1px;
	float: left;
	clear: right;
	display: block;
	font-size: 13px;
	text-transform : uppercase;
	color: #FFF;
	background-color: #09F;
	padding: 2px 5px 2px 5px;
	font-weight: 600;
}

.footer{
	display:block;
	width:100%;
	min-height:200px;
	background-color:#09F;
	padding:20px;
}
.footer img{
	float:left;
	clear:right;
	margin-right:20px;
}
.footer span{
	display:inline-block;
	padding:0 15px 0 20px;
	color:#FFF;
	border-left:#FFF thin solid;
}

/*//////////////////////////
////////SOMMAIRE///////////
/////////////////////////*/
.bouton{
	cursor:pointer;
	opacity:1;
	display:inline-box;
	float:right;
    line-height:3.5;
	padding:5px 10px 0 0;
	opacity:1;
	z-index:15;
}
.bouton:hover{
	text-decoration:underline;
	opacity:0.7;
}


.sommaire_esal{
	position: absolute;
	width: 100%;
	top: 70px;
	background-color: rgba(255,255,255,0.9);
	padding: 10px;
	color: #333333;
	border-bottom: #09F 5px solid;
	z-index:15;
	visibility: hidden;
}

.sommaire_esal .wrapper{
	width:85%;
	margin-left:auto;
}
.sommaire_esal p{
	font-size:15px;
	line-height:1;
}
.sommaire_esal strong{
	font-weight:600;
}
.sommaire_esal ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
	font-size:15px;
	line-height:1;
}
.sommaire_esal .liste{
	display:inline-block;
	vertical-align:top;
	width:18%;
	min-width:200px;
	margin:0;
}
.sommaire_esal li{
	list-style:none;
	margin-left:0;
	padding-left:10px;
	border-left:#000 1px solid;
	font-size:17px;
	line-height:1.5;
}
.sommaire_esal a:link {
	color: #000;
	text-decoration: none;
}
.sommaire_esal a:visited {
	color: #000;
	text-decoration: none;
}
.sommaire_esal a:hover {
	color: #09F;
	text-decoration: none;
}
.sommaire_esal a:active {
	color: #F00;
	text-decoration: none;
}
.sommaire_esal h4{
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-size:17px;
	color:#000;
	line-height:0;
	font-weight:600;
	margin:2em 0 0 0;
}
#surligne {
	border:thin #000 solid;
	/*background-color: #09F;*/
	padding: 1px 8px 1px 8px;
}

.visuels{
	max-width:900px;
	height:auto;
	margin:auto;
	padding:20px;
}

/*THUMBS*/
.visuels img{
	margin:0 5px 5px 0;
}
.visuels a:link img, 
		 a:visited img{
	border:#999 1px solid;
	opacity:1;
}
.visuels a:hover img{
	border:#000 1px solid;
	opacity:0.7;
}

@media(max-width:768px) {
	.esal-epinal {
		display:none !important;
	}
	/*.visuels{
	max-width:750px;
	height:auto;
	margin:auto;*/
	/*text-align: center;
	}*/
	.visuels img{
		margin:0 5px 5px 0;
		width:auto;
		height:100px;
	}
	iframe{
	width:750px;
	height:500px;
	}
	.actu3{
	width: 100%;
	height: 300px;
	
	}
	.actu4{
	width: 50%;
	height: 250px;
	}
	.actu5{
	width: 33.3%;
	height: 200px;
	}
}
@media(max-width:480px) {
	/*.visuels{
	max-width:320px;
	height:auto;
	margin:auto;
	}*/
	.visuels img{
		margin: 0 2px 2px 0;
		width:auto;
		height:50px;
	}
	iframe{
	width:320px;
	height:240px;
	padding:2px;
	}
}
.fleches{
	display:inline-block;
	margin-right:3px;
	float:right;
	clear:left;
	font-size:12px;
}
/*.fleches:link, #fb:link{
	opacity:1;
}*/
#logo:hover, .fleches:hover, #fb:hover{
	opacity:0.7;
	cursor:pointer;
}

/*/////////////////ACTUS/////////////////*/
.actu {
	/*border:#F00 thin dotted;*/
	min-height:120px;
	font-size:15px;
	line-height:1.3;
	text-decoration:none;
	padding:10px;
	border-bottom:#000 thin solid;
}
.actu:hover {
	background-color:#F2F2F2;
	
}
.actu img{
	/* habillage : */
	width:100px;
	height:auto;
	float: left;
	margin:0px 20px 10px 0;
	padding-top:17px;
}
.actu h3, .actu h4{
	/*display:inline-block;*/
	display:compact;
	font-weight:600;
	text-transform:uppercase;
}
.actu h4{
	margin:10px 0 -10px 0;
	font-size:20px;
}
.actu h4 em{
	font-size:13px;
	font-style:normal;
	color:#2F98FB;
}
.actu h3{
	float:left;
	clear:right;
	margin:0 4px -10px 0;
	font-size:15px;
	color:#2F98FB;
}
/*/////////////////////IMAGES D'ECOLE////////////////////*/
.images_ecole{
	width:970px;
}

@media(max-width:500px) {
	.etudiants{
	/*position: relative;
	display: inline-block;
	float:left;
	line-height:1.3em;*/
	width: 50% !important;
	}
}
#fb:hover{
	opacity:0.7;
}
.etudiants{
	position: relative;
	display: inline-block;
	float:left;
	vertical-align:top;
	line-height:1.3em;
	width: 33.3%;
}
.etudiants h3{
	display:inline-block;
	font-size: 14px;
	color: #FFF;
	background-color: #09F;
	padding: 2px 10px 2px 10px;
}
.etudiants h4{
	display:inline-block;
}
#entete{
	line-height:1.3em;
}
.etudiants hr {
	margin-right:100px;
}
sup{
	text-transform: lowercase;
}