/* CSS Document */
/* ----------------------------- */
/* ----------------------------- */

/*/////////////////// ACCUEIL /////////////////*/
.content{
	width:968px;
	/*border: 1px solid #ff0000;*/
	overflow:hidden;
	font-family: "lato",Arial,Helvetica,sans-serif;
	}
.colonne_gauche{
	float:left;
	width:634px;
	/*border: 1px solid #0000ff;*/
	margin-right:30px;
	min-height:400px;	
	}
.colonne_droite{
	float:left;
	width:300px;
	/*border: 1px solid #00ff00;*/
	min-height:400px;	
	}
	
	
/*//// COLONNE DE GAUCHE //////*/



/*//// PAVE CENTRAL ///*/
.pave_central{
	margin-bottom:28px;
	width:634px;
	height:236px;
	background:#006b87;
	font-family: "lato",Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#fff;
	position:relative;
	}
.pave_central .pave_activites{ width:318px; height:236px; background:#006b87;float:left;}
.pave_central a{text-decoration:none; color:#ffffff;}
.pave_central .cta_activites {
	width:318px; height:75px; font-size:22px; line-height:74px;
	position:absolute;
	bottom:0;
	left:0;

}
.pave_central .cta_activites span{margin-left:30px;; }
.pave_central .cta_activites:hover{background:#018baf;}
.pave_central .cta_activites .fleche_blanche { float:right; margin: -3px 43px 0 0;}
.pave_central .pave_rejoindre{background:#006a86; width:268px; height:176px; background-image:url(../_img/fond_rejoindre.jpg); float:left; padding:30px 24px;}
.pave_central .pave_rejoindre span{font-size:24px; display:block; margin-bottom:18px;}
.pave_central .pave_rejoindre .cta_rejoindre{text-align:center; position:absolute; bottom:30px; margin-left:62px; left:50%;}
.pave_central .pave_rejoindre .cta_rejoindre:hover{opacity:0.6; filter: alpha(opacity=60);}

/*//// Bannière ///*/
.bann_deviensingenieur{
	margin-bottom:28px;
	height:97px;	
	}
	
/*//// EMPLOI / NOMINATIONS ///*/

.pave_emploi{
	width:632px;
	height:426px;
	border: solid 1px #b3b3b3;
	background:#ffffff;
	font-family: "lato",Arial,Helvetica,sans-serif;
	color:#3c4144;
	margin-top:28px;
	}
.pave_emploi .nominations{padding: 20px 15px 20px 20px; width:282px; border-right: 1px solid #b3b3b3;  text-align:center; height:386px; overflow:hidden; float:left; }
.pave_emploi .nominations .titre{ font-size:20px; width:200px; margin:auto; margin-bottom:25px; line-height:21px;}
.pave_emploi .annonce{ margin-bottom:20px; vertical-align:middle; height:77px;text-decoration:none;display:block; }
.pave_emploi .annonce:hover{ background:#f2f8fd;}
.pave_emploi .annonce .link{text-decoration:none; }
.pave_emploi .annonce .photo {width:105px; margin-right:10px; height:75px; border: solid 1px #d9d9d9; display:inline-block; vertical-align:middle;text-align:center;overflow:hidden;}

.pave_emploi .annonce .photo img{
	width:105px;
	max-height:75px;
}


.pave_emploi .annonce .texte{ display: inline-block; vertical-align:middle; width:161px;  text-align:left; color:#3c4144;}
.pave_emploi .annonce .nom{ font-size:15px; }
.pave_emploi .annonce .poste{font-size:13px; color:#a6a9ab;}
.pave_emploi .nominations .link_bas{ float:right; margin-right:10px; text-decoration:none; color:#066b88; font-size:12px; margin-top:5px;}
.pave_emploi .nominations .link_bas img{margin-left:10px; }
.pave_emploi .nominations .link_bas:hover img{ opacity:0.6; filter: alpha(opacity=60);}
.pave_emploi .nominations .link_bas:hover{color:#0299c0;}

.pave_emploi .vacances_postes{padding: 20px 15px 20px 20px; width:275px;  text-align:center; height:386px; overflow:hidden; float:left;}
.pave_emploi .vacances_postes .titre{ font-size:20px; width:200px; margin:auto; margin-bottom:25px; line-height:21px;}



.vacances_postes .annonce .photo {width:105px; margin-right:10px; height:75px; border: solid 1px #d9d9d9; display:block;float:left; vertical-align:middle; color:#3c4144;}
.vacances_postes .annonce .texte{ display:block;float:left; vertical-align:middle; width:155px;  text-align:left;  }
.vacances_postes .annonce .nom{ font-size:14px;
line-height:16px; }
.vacances_postes .link_bas{ float:right; margin-right:10px; text-decoration:none; color:#066b88; font-size:12px; margin-top:5px;}
.vacances_postes .link_bas img{margin-left:10px; }
.vacances_postes .link_bas:hover img{ opacity:0.6; filter: alpha(opacity=60);}
.vacances_postes .link_bas:hover{color:#0299c0;}






/*//// COLONNE DE DROITE //////*/

/* --- DEMO FLAT THEME --- */

/* PREFIXED CSS */

.flat,
.flat div,
.flat li,
.flat div::after,
.flat .carat,
.flat .carat:after,
.flat .selected::after,
.flat:after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.flat .selected::after,
.flat.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

/* WRAPPER */

.flat{
	position: relative;
	width: 118px;
	cursor: pointer;
	background: #db3252;
	padding: 4px 0px 8px;
	float:right;
	margin-top:19px;
	color:  #ffffff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.flat.open{
	z-index:20;
}

.flat:hover,
.flat.focus{
	background: #db3252;
}

/* CARAT */

.flat .carat,
.flat .carat:after{
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #FFF;
	z-index: 1;
	
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
	
}

.flat:hover .carat:after{
	border-top-color: #f4f4f4;
}

.flat.focus .carat{
	border-top-color: #f8f8f8;
}

.flat.focus .carat:after{
	border-top-color: #0180d1;
}

.flat.open .carat{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* OLD SELECT (HIDDEN) */

.flat .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.flat select{
	position: absolute;
	left: 0px;
	top: 0px;
}

.flat.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

/* SELECTED FEEDBACK ITEM */ 
.flat .selected {
    color: #FFF;
}

.flat .selected,
.flat li{
	display: block;
	font-size: 14px;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
}

.flat .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	
	border-radius: 0 5px 5px 0;
	/*box-shadow: inset -55px 0 25px -20px #29af84;*/
}

.flat:hover .selected::after,
.flat.focus .selected::after{
	/*box-shadow: inset -55px 0 25px -20px #00c384;*/
}

/* DROP DOWN WRAPPER */

.flat div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 1px;
	background: #db3252;
	overflow: hidden;
	opacity: 0;
	color: #ffffff;
	
	border-radius: 5px;
}

.flat:hover div{
	background: #db3252;
	
	border-radius: 5px;
}

/* Height is adjusted by JS on open */

.flat.open div{
	opacity: 1;
	z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.flat.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	
	box-shadow: inset 0 -50px 30px -35px #db3252;
}

.flat.scrollable:hover div::after{
	box-shadow: inset 0 -50px 30px -35px #db3252;
}

.flat.scrollable.bottom div::after{
	opacity: 0;
}

/* DROP DOWN LIST */

.flat ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
	border-radius: 5px;
}

.flat.scrollable.open ul{
	overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.flat li{
	list-style: none;
	padding: 14px 12px;
	border-bottom: 1px solid #c9193b;
}

.flat li:last-child {
    border-bottom: 0;
}

/* .focus class is also added on hover */

.flat li.focus{
	background: #c0203f;
	position: relative;
	z-index: 3;
	color: #fff;
}

.flat li.active{
	background: #f95473;
	color: #fff;
}






/*////// Pave RECHERCHE ECOLES //////*/
.pave_rech_ecole{ background-image:url(../_img/fond_carte.jpg); width:248px; height:188px;  margin-bottom:28px; padding:24px 27px;}
.titre_rech_ecole{font-size:19px; color:#ffffff; text-transform:uppercase; margin-bottom:18px;}
.btn_recherche{float:right; margin: 10px 4px 0 0; }
.btn_recherche:hover{opacity:0.6; filter: alpha(opacity=60);}
/*
.form_rech_ecole .champ{
	font-size:12px;
	color:#6a7074;
	height:19px;
	width:180px;
	padding:10px;
	background-color:#ffffff;
	-moz-border-radius: 5px 5px 5px 5px ;
    -webkit-border-radius: 5px 5px 5px 5px ;
    border-radius: 5px 5px 5px 5px ;
	border: 0px solid #ffffff;
	border-bottom: 1px solid #8ca4b2;
	}
*/

/* WRAPPER */

.form_rech_ecole .flat{
	position: relative;
	width: 223px;
	height:20px;
	cursor: pointer;
	background: #ffffff;
	padding: 10px;
	float:left;
	margin-top:0px;
	color:  #6a7074;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius: 5px 5px 5px 5px ;
    -webkit-border-radius: 5px 5px 5px 5px ;
    border-radius: 5px 5px 5px 5px ;
	border: 0px solid #ffffff;
	border-bottom: 1px solid #8ca4b2;
	margin-bottom:8px;
}


.form_rech_ecole .flat:hover,
.form_rech_ecole .flat.focus{
	background: #dddddd;
}

/* CARAT */

.form_rech_ecole .flat .carat,
.form_rech_ecole .flat .carat:after{
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #6a7074;
	z-index: 1;	
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
	
}

.form_rech_ecole .flat:hover .carat:after{
	border-top-color: #f4f4f4;
}

.form_rech_ecole .flat.focus .carat{
	border-top-color: #f8f8f8;
}

.form_rech_ecole .flat.focus .carat:after{
	border-top-color: #6a7074;
}



/* SELECTED FEEDBACK ITEM */ 
.form_rech_ecole .flat .selected {
    color: #6a7074;
}



/* DROP DOWN WRAPPER */

.form_rech_ecole .flat div{
	background: #ffffff;
	overflow: hidden;
	color: #6a7074;	
	border-radius: 5px;
	
}

.form_rech_ecole .flat:hover div{
	background: #ffffff;	
	border-radius: 5px;
}

.form_rech_ecole .flat li {border-bottom: 1px solid #f4f4f4;}

/* FADE OVERLAY FOR SCROLLING LISTS */

.form_rech_ecole .flat.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	
	box-shadow: inset 0 -50px 30px -35px #6a7074;
}

.form_rech_ecole .flat.scrollable:hover div::after{
	box-shadow: inset 0 -50px 30px -35px #6a7074;
}

.form_rech_ecole .flat li.focus{
	background: #eeeeee;
	position: relative;
	z-index: 3;
	color: #6a7074;
}

.form_rech_ecole .flat li.active{
	background: #ffffff;
	color: #6a7074;
}




/*/////////// PAGE ACTUALITES /////////*/

/*/////// pavé recherche atcualités //////*/
.recherche_actus{ position:relative; width:594px; height:250px; padding:20px; background-image:url(../_img/fond_rech_actus.jpg); 	font-family: "lato",Arial,Helvetica,sans-serif; margin-bottom:30px;}
.recherche_actus .titre{ font-size:29px; color:#ffffff;}
.recherche_actus .texte{font-size:14px; color:#ffffff; margin: 20px 0 20px; line-height:16px;}
.form_actus{ color:#6a7074; font-size:12px;}
.champ_motclef input{
    font-size: 12px;
	float:left;
    color: #6A7074;
    height: 20px;
    width: 255px;
    padding: 10px;;
    background-color: #FFF;
    border-radius: 5px;
    border-width: 0px 0px 1px;
    border-style: solid;
	margin-right:10px; ;
    border-color: #FFF #FFF #a3a6aa;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
.form_actus .flat{margin-top:0; float:left; color: #6A7074; width:258px;}
.form_actus .date .flat{width:118px;}
.form_actus .dropdownflat{
font-size:12px;
position: relative;
width: 255px;
height: 20px;
cursor: pointer;
background: none repeat scroll 0% 0% #FFF;
padding: 10px;
float: left;
margin-right:10px;
margin-top: 0px;
color: #6A7074;
-moz-user-select: none;
border-radius: 5px;
border-width: 0px 0px 1px;
border-style: solid;
border-color: #FFF #FFF #8CA4B2;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
margin-bottom: 8px;
}
.form_actus .dropdownflat.date{width:115px;}
.form_actus .dropdownflat.theme{margin-right:115px;}
.form_actus .flat .selected,.form_actus  .flat li {font-size:12px;}

.dropdownflat:hover,
.dropdownflat.focus{
	background: #dddddd;
}

/* CARAT */

.dropdownflat.carat,
.dropdownflat .carat:after{
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #6a7074;
	z-index: 1;	
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
	
}

.dropdownflat:hover .carat:after{
	border-top-color: #f4f4f4;
}

.dropdownflat.focus .carat{
	border-top-color: #f8f8f8;
}

.dropdownflat.focus .carat:after{
	border-top-color: #6a7074;
}



/* SELECTED FEEDBACK ITEM */ 
.dropdownflat .selected {
    color: #6a7074;
}



/* DROP DOWN WRAPPER */

.dropdownflat .flat div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 1px;
	background: #ffffff;
	overflow: hidden;
	opacity: 0;
	color: #6a7074;
	
	border-radius: 5px;
}

.dropdownflat:hover div{
/*	background: #ffffff;*/
	
	border-radius: 5px;
}



/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdownflat .flat .carat, .dropdownflat .flat .carat:after {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
    border-right: 6px solid transparent;
    border-width: 6px;
    border-style: solid;
    border-color: #6a7074 transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    z-index: 1;
    transform-origin: 50% 20% 0px;
}

.dropdownflat.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;	
	box-shadow: inset 0 -50px 30px -35px #6a7074;
	color: #6a7074;
}

.dropdownflat.scrollable:hover div::after{
	box-shadow: inset 0 -50px 30px -35px #6a7074;
}

.dropdownflat li.focus{
	background: #eeeeee;
	position: relative;
	z-index: 3;
	color: #6a7074;
}

.dropdownflat li.active{
	background: #ffffff;
	color: #6a7074;
}
.btn_valid_actus input{margin: 10px 4px 0 0; }
.btn_valid_actus:hover{opacity:0.6; filter: alpha(opacity=60);}
.dropdownflat .flat{background:none;}


/*////// actus PAGE ACTUS ////////*/

.actus_a_la_une{
	margin-bottom:28px;
}

.actus_a_la_une.page {
    width: 632px;
    height: 270px;
	overflow:hidden;	
     background: none repeat scroll 0% 0% #FFF;
    font-family: "lato",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #3C4144;
    position: relative;
	

}

.actus_a_la_une.page .hashtag {
    font-size: 18px;
    color: #1571B7;
    width: 107px;
    height: 32px;
    background: none repeat scroll 0% 0% #FFF;
    position: absolute;
    top: 85px;
    left: 35px;
    vertical-align: middle;
    text-align: center;
    line-height: 31px;
	font-size:16px;
}
.actus_a_la_une.page .pave {
    width: 385px;
    height: 110px;
    background: none repeat scroll 0% 0% #006B87;
    position: absolute;
    top: 117px;
    left: 20px;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
    line-height: 1.3;
}
.actus_a_la_une.page .texte {
    font-size: 14px;
    color: #FFF;
    margin-top: 7px;
}
.actus_secondaire.page {
    width: 302px;
    height: 248px;
	overflow:hidden;	
     background: none repeat scroll 0% 0% #FFF;
    font-family: "lato",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #3C4144;
    position: relative;
	margin-top:30px;
	float:left;
	margin-right:30px;
}
.suite_actus{width:634px; height:auto; overflow:hidden;}
.actus_secondaire.page.last {margin-right:0;}
.actus_secondaire.page .img_actus{
    width: auto;
	height:248px;
    min-width: 302px;

	}

.actus_secondaire.page .hashtag {
    font-size: 18px;
    color: #1571B7;
    width: 123px;
    height: 30px;
    background: none repeat scroll 0% 0% #FFF;
    position: absolute;
    top: 114px;
    left: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 29px;
	font-size:16px;
}
.actus_secondaire.page .pave {
    width: 214px;
    height: 64px;
    background: none repeat scroll 0% 0% #006B87;
    position: absolute;
    top: 144px;
    left: 20px;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
    line-height: 1.2;
	}
.actus_secondaire.page .pave:hover {background:#1989a6;}
.actus_secondaire.page .date{ font-size:14px; 	font-family: "lato",Arial,Helvetica,sans-serif; color:#ffffff; }
.actus_secondaire.page .fleche_blanche{ position:absolute; top:2px; right:20px;	}
.actus_secondaire.page .titre{ font-size:14px;  color:#a4c0d1; font-weight:normal;}


.petit_pave_actus{width:302px; float:left; margin-right:30px; margin-top:30px;}
.petit_pave_actus.last{width:302px; float:left; margin-right:0;}
.petit_pave_actus .entete{ width:302px; height:10px; background:#db3252;}
.petit_pave_actus .content{width:264px; height:125px; background:#ffffff; border: 1px solid #b2b2b2; margin-top:none; padding:25px 18px; vertical-align:middle; overflow:hidden;}
.petit_pave_actus .titre{ font-size:22px; color:#db3252; margin-bottom:20px;}
.petit_pave_actus .texte{ font-size:12px; color:#282828; line-height:1.2;}
.petit_pave_actus a{ text-decoration:none; color:#db3252;}
.petit_pave_actus a:hover{ color:#f35b78;}
.petit_pave_actus .telechargement{ font-size:12px; color:#db3252; margin-top:20px;}
.petit_pave_actus .telechargement img{ vertical-align:middle; margin-top:-1px;}


.colonne_droite .petit_pave_actus{width:302px; float:left; margin-top:30px;}
.colonne_droite .petit_pave_actus .entete{ background:#006b87;}
.colonne_droite .petit_pave_actus .titre{ font-size:22px; color:#006b87;}
.colonne_droite .petit_pave_actus a{ text-decoration:none; color:#006b87;}
.colonne_droite .petit_pave_actus a:hover{ color:#1989a6;}
.colonne_droite .petit_pave_actus .telechargement{ font-size:12px; color:#006b87; margin-top:20px;}



