/*@font-face {
    font-family: "Ubuntu";
    font-weight: 300;
    src: url('../../fonts/Ubuntu/light/Ubuntu-L.ttf') format('truetype'), url('../../fonts/Ubuntu/light/Ubuntu-L.oet') format('embedded-opentype'), url('../../fonts/Ubuntu/light/Ubuntu-L.svg') format('svg'), url('../../fonts/Ubuntu/light/Ubuntu-L.woff') format('woff');
}

@font-face {
    font-family: "Ubuntu";
    font-weight: 400;
    src: url('../../fonts/Ubuntu/regular/Ubuntu-R.ttf') format('truetype'), url('../../fonts/Ubuntu/regular/Ubuntu-R.oet') format('embedded-opentype'), url('../../fonts/Ubuntu/regular/Ubuntu-R.svg') format('svg'), url('../../fonts/Ubuntu/regular/Ubuntu-R.woff') format('woff');
}


@font-face {
    font-family: "Ubuntu";
    font-weight: 500;
    src: url('../../fonts/Ubuntu/medium/Ubuntu-M.ttf'), url('../../fonts/Ubuntu/medium/Ubuntu-M.oet'), url('../../fonts/Ubuntu/medium/Ubuntu-M.svg'), url('../../fonts/Ubuntu/medium/Ubuntu-M.woff');
}

@font-face {
    font-family: "Ubuntu";
    font-weight: 600;
    src: url('../../fonts/Ubuntu/bold/Ubuntu-B.ttf'), url('../../fonts/Ubuntu/bold/Ubuntu-B.oet'), url('../../fonts/Ubuntu/bold/Ubuntu-B.svg'), url('../../fonts/Ubuntu/bold/Ubuntu-B.woff');
}
*/
/*--- On (ré)initialise ---*/

* {
    margin: 0;
    padding: 0;
}

    *:after,
    *:before {
        box-sizing: border-box;
    }

body, html {
    background: #f7f8fa;
    font-family: "Ubuntu";
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4em;
    line-height: 1.5;
    color: #fff;
}

h1 {
    font-weight: 300;
}

h2 {
    font-weight: 500;
}

h3 {
    font-weight: 300;
    color: #34495e;
    font-size: 1.7925em;
}

h4 {
    font-weight: 600;
    color: #34465e;
}


p {
    font-weight: 400;
}
    p span{
        font-size: 9pt;
        text-align: center;
	}

a, a:hover, a:active, a:target, a:visited, a:link {
    text-decoration: none;
    border: none;
    
}

a img, a img:hover, a img:active, a img:target, a img:visited, a img:link {
    border: none;
    text-decoration: none;
}

a:focus, a img:focus {
    outline: 0;
}
 
/* --------------------*/
		/*---  ---*/
/* --------------------*/


/* --------------------*/
/*--- LOGIN ---*/
/* --------------------*/

#ei_tpl_fixe, #eiEps4conseilContent {
    width: 1024px;
    margin: 0em auto;
    border: 0.063em solid;
    border-color: rgba(213, 221, 224, .1);
}
#ei_tpl_fixe {
  height: 1028px;
	background: url(../../images/css/ei_ident/background.jpg) no-repeat center;
	width:100%;
}
#eiEps4conseilContent {
    height: 100%;
	background: url(../../images/css/ei_ident/background.jpg) no-repeat center fixed;
}
#eiEps4ieOlder{
	display: none;
}
	/*Panel*/
	.eiEps4logpanel, .eiEps4contactpanel, .eiEps4conseilpanel {
        background: #fff;
		border-radius: .2em;
		border: 0.03em solid;
		border-color: rgba(213, 221, 224, .1);
		box-shadow: 0em 0em 1em rgba(0, 0, 0, .05);
	}

.eiEps4logpanel, .eiEps4contactpanel {
		width: 550px;
		min-height: 520px;
        text-align: center;
    }



    .eiEps4conseilpanel {
        width: 750px;
        margin: 40px auto 170px auto;
    }
    .eiEps4logpanel {
		margin: 190px auto 130px auto;
	}
    .eiEps4contactpanel {
		margin: 120px auto 70px auto;
	}


	
	/*Titre*/
	.eiEps4logTitre {
		height: 275px;
        text-align: center;
        background: #f7f8fa;
		border-top-left-radius: .2em;
		border-top-right-radius: .2em;
        background: #f7f8fa url(../../images/css/ei_ident/logoEps.png) no-repeat 50% 50px; 
	}
	.eiEps4logTitre  h1{
		color: #0f74a8;
		font-size: 25pt;
        padding-top: 150px;
        margin-top:0;
	}

	.eiEps4logTitre  h3{
        color: #0f74a8;
		font-size: 15pt;
		font-weight: 400;
		margin-bottom: 3em;
	}
.eiEps4logTitre  p{
		font-size: 1.2em;
		font-weight: 400;
	}
	

	/*Texte*/
	.eiEps4loginText {
		color: #34495e;
	}
	.eiEps4loginText p{
		padding-top: 25px;
        
	}
    .eiEps4infoText {
		color: #34495e;
        text-align: center;
	}
	.eiEps4infoText p{
		padding: 10px 80px 10px 80px;
        font-size: 10pt;
	}

    .eiEps4conseilText {
        color: #34495e;
        padding: 40px;
	}
	.eiEps4conseilText p {
        
        text-align: left;
    }
    .eiEps4conseilText h2 {
        font-size: 1.25em;
        text-align: center;
    }
	/*ID*/
	.eiEps4logid {
		color: #34495e;
        margin: 2em;
		text-align: center;
	}
	.eiEps4logid p{
		display: inline-block;
	}
	
	/*Mot de pass oublié*/
	.eiEps4idforget p{
		color: #7e93a1;
		font-size: 10pt;
	}

	/*Bouton*/
	.eiEps4LoginChamps .eiEps4btn {
		margin-left: 15.4em;
	}
	span.eiEps4btn {
		color: #fff;
		cursor: pointer;
		background: #f0443f;
		padding: 0.555em 1.755em;
		border-radius: 0.3em;
		top: 70%;
		margin-right: 1em;
		box-shadow: 0em -1em .2em rgba(210, 34, 15, .4) inset, 
                    0em 0.1em .1em rgba(210, 34, 15, 1);
	}

/*Cookie*/
.eiEps4cookieClose {
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 100px;
	cursor: pointer;
	background: url(/fr/images/eps/transverse/cross.png) no-repeat center; 
}
.eiEps4cookie {
    top: 0;
    width: 1024px;
    font-size: .7em;
    position: absolute;
    text-align: center;
    background: #1a272d;
    opacity: .7;
position: fixed;
}
.hide {
display: none;
}
/*CGV*/

.eiEps4cgv {
	width: 1024px;
	margin: auto;
	text-align: center;
	font-size: .7em;
}

.eiEps4cgv P {
	color: #fff;
	padding: 1em;
	font-size: 9pt;
}

/*Footer*/
.eiEps4bottom_footer {
	width: 1024px;
	height: 672px;
	text-align: center;
	background: #1a272d;
}


/* widget */
.eiEps4row {
    margin: auto;
	padding: 65px 0px;
    max-width: 73.42em;
    min-width: 16.56em;
    line-height: 0pt;
    text-align: center;
}


.eiEps4row:before,
.eiEps4row:after {
    content: " ";
    display: table;
}

.eiEps4row:after {
    clear: both;
}
	
.eiEps4pubFire,
.eiEps4pubWater, 
.eiEps4pubTemperature {
    margin: 2.275em;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: .625em;
    border-radius: .5em;
}

.eiEps4pubFire .collone_gauche,
.eiEps4pubWater .collone_gauche,
.eiEps4pubTemperature .collone_gauche {
     position: absolute;
     top: 20.7647em;
     bottom: 0em;
     width: 16.56em;
     line-height: 1.5em;
     border-bottom-left-radius: .3em;
     border-bottom-right-radius: .3em;
}

.eiEps4pubFire p, .eiEps4pubWater p, .eiEps4pubTemperature p {
     font-weight: 400;
}

.eiEps4pubFire .collone_gauche p:nth-child(2),
.eiEps4pubWater .collone_gauche p:nth-child(2),
.eiEps4pubTemperature .collone_gauche p:nth-child(2) {
     font-weight: 600;
}

.eiEps4pubFire .msg,
.eiEps4pubWater .msg,
.eiEps4pubTemperature .msg {
     width: 16.56em;
     height: 25.3101em;
     margin: auto;
     border-radius: .em;
}


.eiEps4pubFire .msg {
     background: url(/fr/images/eps/accueil/publicite/pub_fire.png) no-repeat;
}

.eiEps4pubWater .msg {
     background: url(../../images/css/ei_ident/pub_water.png) no-repeat;
}

.eiEps4pubTemperature .msg {
     background: url(../../images/css/ei_ident/pub_temperature.png) no-repeat;
}


.eiEps4pubFire .msg .eiEps4icn,
.eiEps4pubWater .msg .eiEps4icn,
.eiEps4pubTemperature .msg .eiEps4icn {
	margin-top: 3.083em;
	margin-bottom: 2.294em;
}


.eiEps4pubFire .msg p,
.eiEps4pubWater .msg p,
.eiEps4pubTemperature .msg p {
	font-size: 0.817em;
	font-weight: 600;
}

.eiEps4widgetWelcome .msg p {
	line-height: 1.6em;
}


.eiEps4pubFire .msg h1,
.eiEps4pubWater .msg h1,
.eiEps4pubTemperature .msg h1 {
     margin-top: 1.0038em;
     text-shadow: 0em 0em .5em rgba(0, 0, 0, .45);
 }


.eiEps4pubFire .principal,
.eiEps4pubWater .principal,
.eiEps4pubTemperature .principal {
    position: relative;
    min-height: 00em;
}
/*lien footer*/
.eiEps4footer a{
    color: #fff;
}
    .eiEps4footerLink {
        font-size: 9pt;
        line-height: 1.7em;
    }
        .eiEps4footerLink p:last-child {
            color: #a4b3bd;
            margin-top: 10px;
        }
        .eiEps4separator {
            width: 610px;
            height: 1px;
            margin: 35px auto 20px auto;
            opacity: .7;
            background: #7e93a1;
        }
        .eiEps4footerLink ul li{
            display: inline-block;
            padding: 0px 10px;
        }
        .eiEps4footerLink ul li:nth-child(-n+2){
            border-right: #7e93a1 solid 1px;
        }


/* Pop in */
.pop {
    overflow: hidden;
    margin-right: 15px;
}
.eiEps4popin {
    width:100%;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 10;
    position:fixed;
    overflow:hidden;
    display: none;
    background:rgba(0,0,0,0.7);
}
.eiEps4popin .eiEps4contactpanel {
margin-top: 20px;
}
.eiEps4popin:target {
    outline: none;
    display: block;
}

/* --------------------*/
		/*---  ---*/
/* --------------------*/


/*styles ei*/
.ei_appl_ident {color:#34495e;position:relative;}
.ei_appl_ident fieldset {border:none; padding:20px}
.ei_appl_ident_content {text-align:left}
.ei_appl_ident_lig {display:inline-block;width:165px;margin:20px 15px;}
.ei_appl_ident_lig input {
    background: url("../images/css/env/ident_input.png") no-repeat scroll left top #fff;
    border: 1px solid #cacaca;
    -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
-w-webkit-box-shadow: inset 0px 2px 10px -5px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    inset 0px 2px 10px -5px rgba(50, 50, 50, 0.2);
box-shadow:         inset 0px 2px 10px -5px rgba(50, 50, 50, 0.2);
		
    color: #595959;
    font-size: 14px;
    padding: 6px 12px;
    width: 130px;
}

.ei_appl_ident_blocbts {position:absolute;right:20px;top:60px}