/* CSS Document */






#popin_bg{
	z-index:999;
	background:#000;
	position:absolute;
	top:0;
	left:0;	
	width:100%;
	height:100%;

	filter : alpha(opacity=70);
	opacity : 0.7;
	MozOpacity : 0.7;
	KhtmlOpacity : 0.7;
	display:none;	
}

#popin{
	z-index:1000;
	
	/*
	width:994px;
	min-height:520px;
	*/
	
	min-height:200px;
	min-width:200px;
	
	position:absolute;
	top:0;
	left:0;	
	
	
	overflow:hidden;
	text-align:left;	
	
	display:none;
}

#popin .btnClose{
	background:url(../_img/btnClose_grey.png) no-repeat center center;
	width:26px;
	height:26px;
	cursor:pointer;
	position:absolute;
	top:10px;
	right:10px;	
}

#popin .popin_loader{
	padding:50px;
	text-align:center;
}

.popin_jeu{
	position:relative;
	padding:40px;
	background:#FFF;
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

.popin_jeu iframe{
	border:none !important;	
	overflow:hidden !important;	
}

#popin .popin_newsletter .btnClose{
	background-image:url(../_img/btnClose_white.png);
	
}


.popin_shareFriend{
	position:relative;
	padding:35px 70px;
	background:#FFF;
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	background:#FFF;
}

.popin_shareFriend .title{
	color:#71c049;
	font-size:26px;
	line-height:28px;
	font-family: 'din-bold',Arial, Helvetica, sans-serif;
	margin:0 0 25px 0;
}

.popin_shareFriend input.saisie{
	color:#666666;
	font-family: 'din-bold',Arial, Helvetica, sans-serif;
	
	font-size:16px;
	line-height:16px;
	width:210px;
	padding:14px 15px;
	
	border:1px solid #e4e4e4;
	
	float:left;
	
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	
	margin:0 15px 15px 0;
}

.popin_shareFriend textarea{
	color:#666666;
	font-family: 'din',Arial, Helvetica, sans-serif;
	
	font-size:14px;
	line-height:16px;
	width:470px;
	height:80px;
	padding:14px 15px;
	
	border:1px solid #e4e4e4;
	
	
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	
	resize:none;
}

.popin_shareFriend textarea.error,
.popin_shareFriend .saisie.error{
	border-color:#900;
	color:#900;
}

.popin_shareFriend .textarea_title{
	color:#71c049;
	font-size:22px;
	line-height:22px;
	font-family: 'din-bold',Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}

.popin_shareFriend .btnEnvoyerCtn{
	text-align:center;	
	padding:25px 0 25px 0;
}

.popin_shareFriend .submit{
	display:none;	
}

.popin_shareFriend .btnSend{
	display:block;
	margin:auto;
	cursor:pointer;
	background:url(../_img/share_btnSend.png) no-repeat 0 0;
	width:209px;
	height:48px;	
}

.popin_shareFriend .copyBlock{
	height:42px;
	position:relative;
	font-family: 'din-bold',Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	color:#989898;
	padding:10px 0 0 0;
}

.popin_shareFriend .btnCopyClipboard{
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	background:url(../_img/btnCopyClipboard.png) no-repeat 0 0;
	width:115px;
	height:39px;
}

.popin_shareFriend .confirm{
	text-align:center;
	padding:100px 0;
	
	color:#71c049;
	font-size:22px;
	line-height:26px;
	font-family: 'din-bold',Arial, Helvetica, sans-serif;
	
	display:none;
}

.popin_shareFriend.popin_shareFriend_video{
	background:#FFF url(../_img/popin_shareFriend_video.png) no-repeat 0 0;
	
}

.popin_shareFriend.popin_shareFriend_video .title{
	padding-left:85px;
}

#popin_edit_school{
	background:#FBFBFB;
	padding:40px;
}

.popin_edit_school_inner{
	overflow:auto;
	width:850px;
	height:400px;
	margin:0 0 20px 0;
}

.popin_edit_school_inner h2{
	color:#db3252;
	font-size:22px;
	line-height:24px;
	margin:0 0 20px 0;
	font-family: 'latoregular',Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
}

.popin_edit_school_inner h3{
	color:#231f20;
	font-size:16px;
	line-height:18px;
	margin:0 0 2px 0;
	font-family: 'latobold',Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	border-bottom:1px solid #dfdfdf;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

.popin_edit_school_inner .saisie{
	background:#FFF;
	padding:15px;
	border:1px dashed #CCCCCC;
}

.popin_edit_school_inner .legende{
	color:#999;	
	display:block;
	padding:15px 0 15px 0;
	font-size:12px;
}

#popin_edit_school a.btnSave:link,
#popin_edit_school a.btnSave:visited{
	background:url(../_img/arrow5.png) no-repeat 0 4px;
	padding:0 0 0 23px;
	color:#db3252;
	text-decoration:underline;
	
}

#popin_edit_school a.btnSave:hover,
#popin_edit_school a.btnSave:active{
	text-decoration:none;
}


#popin_mdp_oublie,
#popin_conn_required{
	background:#FBFBFB;
	padding:40px;
	width:240px;
	text-align:center;
}

#popin_mdp_oublie h2,
#popin_conn_required h2{
	color:#db3252;
	font-size:22px;
	line-height:24px;
	margin:0 0 20px 0;
	font-family: 'latoregular',Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
}

#popin_mdp_oublie p,
#popin_conn_required p{
	margin:0 0 15px 0;	
	font-size:12px;
	line-height:14px;
}

#popin_mdp_oublie .submit,
#popin_conn_required .submit{
	display:none;	
}

#popin_mdp_oublie  .saisie,
#popin_conn_required .saisie{
	background:#FFF;
	border:1px solid #b5c1ca;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	
	font-family:'latobold',Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	text-decoration:none;
	font-size:12px;
	color:#3c4144;
	padding:7px 9px;
	
	display:block;
	width:200px;
	margin:0 auto 10px auto;
}

#popin_mdp_oublie a.btnSave:link,
#popin_mdp_oublie a.btnSave:visited,
#popin_conn_required a.btnSave:link,
#popin_conn_required a.btnSave:visited{
	padding:0 0 0 23px;
	color:#db3252;
	text-decoration:none;
	display:block;
	color:#FFF;
	background:#db3252 url(../_img/arrow3.png) no-repeat 5px center;
	padding:3px 5px 3px 20px;
	width:200px;
	margin:0 auto 15px auto;
}

#popin_mdp_oublie .error,
#popin_conn_required .error{
	font-size:14px;
	line-height:16px;
	color:#F00;	
}

#popin_mdp_oublie .confirm,
#popin_conn_required .confirm{
	font-size:14px;
	line-height:16px;
	color:#060;
}