@charset "utf-8";

body{
	margin:0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.content{
	position:relative;
	width:100%;
	height:auto;
	min-width:1200px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

p, ul, li, table, tr, th, td, h1, h2, h3{
	padding:0;
	margin:0;
}



a{
	color:#000;
}

img{
	border:0;
}

:focus{
	outline:0;
}


.bouton{
	width:100%;
	text-align:center;
}

.bouton .load{
	position:absolute;
	left:50%;
	top:50%;
	width:30px;
	height:30px;
	margin-top:-19px;
	margin-left:-19px;
	border:4px solid #f3f3f3;
	border-top:4px solid #00519f;
	border-radius:50%;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

.bouton-left{
	float:left;
	width:50%;
	text-align:right;
}

.bouton-right{
	float:right;
	width:50%;
	text-align:left;
}

#bl_recaptcha{
  display: inline-block;
  padding-top:30px;
}

@media screen and (max-width: 33.999em){
.bouton-left{
	width:100%;
	text-align:center;
}
.bouton-right{
	width:100%;
	text-align:center;
}
}

.bouton a{
	display:inline-block;
	width:320px;
	height:auto;
	margin:0 15px;
	padding:0;
	color:#fff;
	font-size:22px;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	background-color:#376eb4;
	border:1px solid #00519f;
	border-radius:0px;
	cursor:pointer;
	-webkit-transition:all 0.3s; /* Chrome, Safari */
	-moz-transition:all 0.3s; /* Mozilla */
	-ms-transition:all 0.3s; /* IE */
	-o-transition:all 0.3s; /* Opéra */
	transition:all 0.3s;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	box-shadow: 0px 5px 25px 0px rgba(47,24,10,0.15);
	-webkit-box-shadow: 0px 5px 25px 0px rgba(47,24,10,0.15);
	-moz-box-shadow: 0px 5px 25px 0px rgba(47,24,10,0.15);
}

.bouton a:hover{
	background-color:#111;
  border:1px solid #111;
}



a.bouton2{
	color:#00519f;
	background-color:transparent;
	border:1px solid #00519f;
	box-shadow: 0px 0px 0px 0px rgba(47,24,10,0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(47,24,10,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(47,24,10,0);
}

.bouton a.bouton2:hover{
	color:#fff;
	/*background-color:#00519f;*/
	border:1px solid #111;
}

.mobile{
	display:none;
}

.ui-autocomplete{
    display:none;
    z-index:1000;
    position:absolute;
    top:100%;
    left:0;
    float:left;
    min-width:200px; 
	max-height:300px;  
    padding:0;
    margin:0 0 10px 25px;
    list-style:none;
	border:1px solid #9e9e9e;
    background-color:#fff;
	overflow:auto;
}

.ui-menu-item{
	padding:7px 10px;
    font-size:12px;
    color:#222;
	cursor:pointer;
}

.ui-menu-item span{
    color:#000;
}

.ui-menu-item:hover{
    background-color:#eeeeee;
}

.ui-helper-hidden-accessible{
	display:none;  
}

.rouge{
  color:#CE0000;
}

.sstitre{
  font-size:18px;
  font-weight:bold;
}

/* HEADER */

header{
	z-index:1;
	position:relative;
	width:100%;
	background-color:#fff;
}

#header{
	position:relative;
	width:100%;
	min-height:60px;
	margin:0 auto;
  max-width: 1366px;
}

#logo{
	position:relative;
	left:20px;
	float:left;
	margin-top:20px;
  width: 146px;
  height: auto;
}


#icon_menu{
	position:absolute;
	top:9px;
	right:20px;
	padding:10px;
    cursor:pointer;
}

#icon_menu .bar{
    display:block;
    width:27px;
    height:5px;
    margin:0 auto;
    background:#29353a;
	-webkit-transition:all .7s ease;
	-moz-transition:all .7s ease;
	-ms-transition:all .7s ease;
	-o-transition:all .7s ease;
	transition:all .7s ease;
  border-radius:3px;
}

#icon_menu .middle{
    margin:4px auto;
}

#icon_menu.open{
}

#icon_menu.open .top{
	-webkit-transform: translateY(9px) rotateZ(45deg);
	-moz-transform: translateY(9px) rotateZ(45deg);
	-ms-transform: translateY(9px) rotateZ(45deg);
	-o-transform: translateY(9px) rotateZ(45deg);
	transform: translateY(9px) rotateZ(45deg);
}

#icon_menu.open .bottom{
	-webkit-transform: translateY(-9px) rotateZ(-45deg);
	-moz-transform: translateY(-9px) rotateZ(-45deg);
	-ms-transform: translateY(-9px) rotateZ(-45deg);
	-o-transform: translateY(-9px) rotateZ(-45deg);
	transform: translateY(-9px) rotateZ(-45deg);
}

#icon_menu.open .middle{
	width:0;
}
#menu{
	padding-right:30px;
  display:block;
}
#menu li{
float: right;
  list-style: none;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
}

#menu li a{
	text-decoration:none;
}
#menu li a:hover{
	text-decoration:underline;
}




#menu_bg{
	z-index:1;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,0.7);
}

#blocVisuelHeader{
  width:100%;
  min-height:80px;
  text-align:center;
  background-color:#10101a;
}
#blocVisuelHeader .web{
  width:100%;
  max-width:1440px;
}
#blocVisuelHeader .mobile{
  width:100%;
  max-width:640px;
  margin-left: auto;
  margin-right: auto;
}



/* CONTENU */

#contenu{
	position:relative;
	height:auto;
	padding:80px 80px 80px 80px;
}

#bl_contenu{
	position:relative;
	width:100%;
	max-width:1366px;
	margin:0 auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
  margin-bottom: 50px;
}

h1{
  font-size:38px;
  color:#376EB4;
  font-weight: bold;
  text-transform:uppercase;
  margin-bottom:20px;
}

h2{
	font-size:18px;
  font-weight: normal;
  margin-bottom:30px;
}

.text1{
	font-size:16px;

}

.text2{
	font-size:20px;
}

.bl_middle{
	width:416px;
	margin:0 auto;
	overflow:hidden;
}
.bl_left{
	width: 47%;
  margin-right: 3%;
	overflow:hidden;
  float:left;
}
.bl_right{
	width: 47%;
  margin-left: 3%;
	overflow:hidden;
  float:left;
}
#stepper{
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  display: block;
  max-width:636px;
  width:100%;
  height:auto;
}

#mentions{
	float:left;
	font-size:13px;
	line-height:1.2em;
	text-align:justify;
  padding-top:30px;
  margin-bottom: 60px;
}

#bg_text_top{
	position:absolute;
	top:-68px;
	left:0;
	width:100%;
	color:#f7e5b8;
	font-size:56px;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
}


#file_list{
	float:left;
	height:auto;
  clear: both;
}

.file_ligne{
	position:relative;
	width: 100px;
  height: 100px;
  float: left;
  background-color:#EFEFEF;
  border:1px solid #DDDDDD;
  margin:5px;
}

.file_visuel{
width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.file_visuel img{
  width: 70%;
  margin-top: 5px;
}

.file_name{
	display:inline-block;
	vertical-align:middle;
	max-width:300px;
	padding:0 10px 0 10px;
	word-wrap:break-word;
	font-size:10px;
  word-break: break-all;
}

.file_delete{
	display:inline-block;
	vertical-align:middle;
}

.file_delete img{
	width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

#obli{
  float: left;
	font-size:12px;
  padding-top:20px;
}

#zone_upload{
	width:100px;
	height:100px;
	text-align:center;
	border:1px solid #DDDDDD;
	border-radius:0px;
	cursor:pointer;
  background-color:#EFEFEF;
  float:left;
  margin:5px;
}

#upload_text1{
	margin-top:24px;
	font-size:12px;
  color:#376EB4;
  float: left;
  text-align: center;
  width: 100%;
}

#upload_text1 #plus{
	position:relative;
	top:4px;
	font-size:30px;
}

#bl_infos{
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}

#bl_infos .blocTexte{
  margin-bottom: 20px;
}
#bl_infos .blocTexte2{
  margin-bottom: 20px;
  font-size:14px;
  
}

#zoneInfos{
  display: block;
  width: 90%;
  padding: 4%;
  background-color:#EFEFEF;
  margin-bottom: 20px;
  border: 1px solid #376EB4;
  margin-left:auto;
  margin-right:auto;
}
#zoneInfos img{
  float: left;
  width: 20px;
}
#zoneInfos p{
  text-align: left;
  padding-left: 30px;
  font-size:12px;
}
/* PAGE: Accueil */

#page_home #bl_contenu{
	padding-left:88px;
	padding-right:88px;
	padding-bottom:40px;
	text-align:center;
}



/* PAGE: Formulaire et Compte */

#page_coord .bgGris{
  background-color: #E5E5E5;
}

#page_coord #bl_contenu{
	padding-left:150px;
	padding-right:150px;
	text-align:center;
}


#page_coord #form_coord{
	margin-top:50px;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}


#page_coord #labelCivil{
	margin-left:20px;
	line-height:20px;
	text-transform:uppercase;
}

#page_coord #bl_radio{
	float:left;
	margin-left:10px;
	margin-bottom:15px;
}

#page_coord #bl_radio .check_ligne{
	float:left;
}

#page_coord #bl_radio .check_btn{
	position:relative;
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
	background:url(../img/radio_80.png) no-repeat;
	background-position: 0px 0px;
	background-size:100%;
}

#page_coord #bl_radio label{
	width:auto;
	height:20px;
	margin-right:18px;
	line-height:20px;
	text-transform:none;
}

#page_coord #mention_tel{
	margin-top:6px;
	font-size:14px;
}

#page_coord #bt_valider{
	padding-top: 45px;
  clear: both;
}

#page_coord .debug_insc{
	padding-bottom:40px;
}

#page_coord #form_insc{
	margin-top:40px;
}

#page_coord #form_insc #pass{
	margin-bottom:6px;
}

#page_coord #form_insc #mention_mdp{
	font-size:14px;
}

#page_coord #form_insc #bl_code label{
	margin-top:24px;
	line-height:38px;
}

#page_coord #form_insc #code{
	width:50%;
	text-align:center;
}

#page_coord #form_coord .bl_checkbox{
	float:left;
  margin-bottom:20px;
  width: 100%;
}




#page_coord #form_coord #visuel_cursor{
	position:absolute;
	top:1px;
	right:0;
	width:16px;
	height:16px;
}

#page_coord #form_coord #mentions{
	/*display:none;*/
}

#page_coord #form_compte h1{
	padding:0 16px;
	margin-top:25px;
	margin-bottom:50px;
	font-size:40px;
	line-height:55px;
}

#page_coord #form_compte #labelCivil{
	margin-left:0;
}

#page_coord #form_compte #bl_radio{
	margin-left:0;
}

#page_coord #form_compte #bl_radio label{
	width:auto;
	margin-bottom:0;
}

#page_coord #form_compte label{
	width:196px;
	margin-bottom:12px;
	text-align:left;
}

#page_coord #form_compte input[type=text],#page_coord #form_compte input[type=email],#page_coord #form_compte input[type=tel],#page_coord #form_compte input[type=date]{
	float:right;
	width:220px;	
}

#page_coord #form_compte input[type=email]{
	margin-bottom:44px;
}

#page_coord #form_compte #modif_password{
	font-size:21px;
	text-transform:uppercase;
}

#page_coord #form_compte #bt_valider{
	margin-top:47px;
}

#page_coord #form_compte #bt_valider a{
	width:340px;
}


/* PAGE: Confirmation */

#page_conf #bl_contenu{
	padding-bottom:60px;
	text-align:center;
}

#page_conf #supersamedi{
	display:block;
	margin:0 auto;
	margin-bottom:17px;
}

#page_conf_text{
	margin-top: 20px;
  margin-bottom: 50px;
  font-weight: bold;
}
#page_conf_text2{
	margin-top: 0px;
  margin-bottom: 50px;
}

#page_conf #smiley{
	margin-top:25px;
	margin-bottom:37px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* PAGE: Connexion */

#page_prelogin #bl_contenu{
	padding-bottom:205px;
	text-align:center;
}

#page_prelogin #supersamedi{
	display:block;
	margin:0 auto;
	margin-bottom:37px;
}

#page_prelogin h1{
	padding:0 17px;
}

#page_prelogin_text{
	margin-top:45px;
	line-height:24px;
}

#page_prelogin #bt_link{
	margin-top:45px;
}

#page_prelogin #bt_link a{
	width:255px;
}

#page_login #bl_contenu{
	padding-bottom:140px;
	text-align:center;
}

#page_login #supersamedi{
	display:block;
	margin:0 auto;
	margin-bottom:17px;
}

#page_login #form_login{
	width:316px;
	margin:0 auto;
	margin-top:50px;
}

#page_login #motdepasse{
	margin-bottom:10px;
}

#page_login .recup_pwd{

	margin-bottom:30px;
	font-size:14px;
	text-decoration:underline;
	cursor:pointer;
  color: #f01a36;
}

#blocOu{
  width:100%;
  border-bottom:1px solid #29353a;
  min-height:20px;
  padding-top:20px;
  margin-bottom:40px;
  clear: both;
}
#blocOu div{
  background-color:#fff;
  display:block;
  width:60px;
  height:30px;
  height:auto;
  text-align:center;
  font-weight:bold;
  margin:auto;
  top: 10px;
  position: relative;
  font-size: 20px;
  
}

/* PAGE: Mot de passe */

#page_pass #bl_contenu{
	padding-top:80px;
	padding-bottom:140px;
	text-align:center;
}

#page_pass #passOld{
	margin-bottom:40px;
}

#page_pass #bl_contenu form{
	width:316px;
	margin:0 auto;
	margin-top:50px;
}

#page_pass #passConf{
	margin-bottom:40px;
}

#page_pass #bl_contenu form .bouton a{
	margin:0;
}


/* PAGE: Déclaration */

#page_decla #bl_contenu{
	padding-bottom:56px;
	text-align:center;
}

#page_decla h1{
	padding:0 18px;
	margin-top:25px;
	font-size:40px;
	line-height:55px;
}

#page_decla #page_decla_text1{
	margin-top:46px;
	font-size:22px;
	line-height:1.2em;
  font-weight: bold;
}

#page_decla #hr{
	width:222px;
	height:1px;
	margin:0 auto;
	margin-top:23px;
	margin-bottom:25px;
	background-color:#00519f;
}

#page_decla #page_decla_text2{
	position:relative;
	display:inline-block;
	font-size:20px;
	line-height:1.2em;
}

#page_decla #icon_aide{
	position:absolute;
	top:0px;
	right:-35px;
	width:24px;
	height:24px;
	cursor:pointer;
}



#page_decla #zoneParcourirMobile{
	display:none;
}

#page_decla #upload_text2{
	margin-top:21px;
	margin-bottom:45px;
	font-size:14px;
	line-height:1.2em;
}

#page_decla #bt_valider a{
	width:340px;
}


/* PAGE: Quiz */

#page_quiz #bl_contenu{
	padding-bottom:56px;
	text-align:center;
}

#page_quiz h1{
	padding:0 18px;
	margin-top:25px;
	font-size:40px;
	line-height:55px;
}

#page_quiz #page_quiz_text{
	margin-top:46px;
	font-size:24px;
	line-height:1em;
}

#page_quiz #hr{
	width:222px;
	height:1px;
	margin:0 auto;
	margin-top:23px;
	margin-bottom:30px;
	background-color:#00519f;
}

#page_quiz .bl_question{
	margin-bottom:30px;
	overflow:hidden;
}

#page_quiz .question_libelle{
	margin-bottom:15px;
	color:#f46f22;
	font-size:24px;
	line-height:1.2em;
}

#page_quiz .question_cadre{
	position:relative;
	float:left;
	width:100%;
}

#page_quiz .question_cadre label{
	float:none;
	display:block;
	width:100%;
	max-width:316px;
	height:auto;
	padding:12px 10px;
	margin:5px auto;
	color:#f46f22;
	font-size:16px;
	line-height:1.2em;
	text-transform:inherit;
	background-color:transparent;
	border:2px solid #f46f22;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
}

#page_quiz .question_cadre label.checked{
	color:#fff;
	background-color:#f46f22;
}

#page_quiz .question_cadre input{
	display:none;
}


/* PAGE: Perdu */

#page_perdu #bl_contenu{
	text-align:center;
}

#page_perdu h1{
	padding:0 18px;
	margin-top:25px;
	font-size:40px;
	line-height:55px;
}

#page_perdu #page_perdu_text1{
	margin-top:40px;
	margin-bottom:47px;
}

#page_perdu #page_perdu_text2{
	display:block;
	width:570px;
	padding:20px 0 22px 0;
	margin:0 auto;
	color:#f6e1ab;
	font-size:24px;
	line-height:1.2em;
	background-color:#00519f;
}

#page_perdu #page_perdu_text3{
	margin-top:27px;
	margin-bottom:47px;
}

#page_perdu #bt_back a{
	width:340px;
}


/* PAGE: Gain */

#page_gain #bl_contenu{
	padding-bottom:50px;
	text-align:center;
}

#page_gain h1{
	padding:0 25px;
	margin-top:25px;
	font-size:40px;
	line-height:55px;
}

#page_gain #smiley{
	display:block;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

#page_gain #page_gain_text1{
	font-size:28px;
  font-weight:bold;
}

#page_gain #page_gain_text1 span{
	text-transform:uppercase;
  color: #f01a36;
}

#page_gain #page_gain_text2{
	margin-top:20px;
	margin-bottom:47px;
  font-size:22px;
}

#page_gain #page_gain_text3{
	margin-top:20px;
	margin-bottom:47px;
  font-weight:bold;
  font-size:22px;
}

#page_gain #page_gain_text4{
	margin-top:27px;
	margin-bottom:47px;
}

#page_gain #bt_back a{
	width:340px;
}


/* PAGE: Super Samedi */

#page_supersamedi #bl_contenu{
	padding-bottom:60px;
	text-align:center;
}

#page_supersamedi h1{
	padding:0 21px;
	margin-top:25px;
	font-size:40px;
	line-height:55px;
}

#page_supersamedi #tab_supersamedi{
	width:570px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:90px;
	border-collapse:collapse;
}

#page_supersamedi #tab_supersamedi th{
	color:#f7e5b8;
	font-size:24px;
	line-height:38px;
	font-weight:normal;
	text-align:center;
	background-color:#f46f22;
	border-right:6px solid #f7e5b8;
	border-bottom:11px solid #f7e5b8;
}

#page_supersamedi #tab_supersamedi th:last-child{
	border-right:0;
}

#page_supersamedi #tab_supersamedi td{
	padding:5px;
	font-size:24px;
	line-height:1em;
	text-transform:uppercase;
}

#page_supersamedi #bt_back a{
	width:340px;
}


/* PAGE: Gagnants */

#page_win #bl_contenu{
	padding-bottom:60px;
	text-align:center;
}

#page_win h1{
	padding:0 18px;
	margin-top:25px;
	font-size:40px;
	line-height:55px;
}

#page_win #page_win_text{
	margin-top:25px;
	font-size:24px;
}

#page_win #bl_win{
	width:570px;
	margin:0 auto;
	margin-top:42px;
	margin-bottom:40px;
	text-align:left;
	overflow:hidden;
}

#page_win .win_content{
	float:left;
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #29353;
}

#page_win .win_header{
	float:left;
	width:100%;
	background-color:#29353a;
}

#page_win .win_header h2{
	margin-left:20px;
	color:#fff;
	font-size:20px;
	line-height:38px;
	font-weight:normal;
  font-weight:bold;
  text-align:center;
}

#page_win .win_listbloc{
	float:left;
	width:100%;
	padding-top:14px;
	padding-bottom:12px;
}

#page_win .win_bloc{
	position:relative;
	float:left;
	width:100%;
	padding:0 20px 12px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
  text-align:center;
  font-size: 18px;
}

#page_win .win_titre{
	font-size:24px;
	line-height:1.2em;
	text-transform:uppercase;
}

#page_win .win_cursor{
	position:absolute;
	top:6px;
	right:28px;
	width:16px;
	height:16px;
}

#page_win .win_deploi{
	display:none;
	float:left;
	width:100%;
}

#page_win .win_deploi p{
	font-size:20px;
	line-height:1.2em;
}

#page_win #bt_back a{
	width:340px;
}


/* PAGE: Contact */

#page_contact #bl_contenu{
	padding-left:88px;
	padding-right:88px;
	padding-bottom:50px;
	text-align:center;
}

#page_contact h1{
	padding:0 25px;
	margin-top:25px;
	font-size:40px;
	line-height:55px;
}

#page_contact #page_contact_text{
	margin-top:28px;
}

#page_contact #bl_middle{
	width:316px;
	margin:0 auto;
	margin-top:26px;
	overflow:hidden;
}

#page_contact #form_contact #bl_code label{
	margin-top:20px;
	line-height:38px;
}

#page_contact #form_contact #code{
	width:50%;
	margin-bottom:37px;
	text-align:center;
}

#page_contact #mentions{
	margin-bottom:37px;
}

#page_contact #bt_valider a{
	width:230px;
}


/* PAGE: Mentions légales */

#page_text #bl_contenu{
	padding-left:118px;
	padding-right:118px;
	padding-bottom:50px;
	text-align:center;
}

#page_text h1{
	padding:0 16px;
	margin-top:25px;
	font-size:40px;
	line-height:55px;
}

#page_text #bl_text{
	margin-top:37px;
	text-align:justify;
}

#page_text .table{
	width:100%;
	border-collapse:inherit;
}

#page_text .table td, #page_text .table th{
	border:1px solid #fff;
}

#page_text .bull{
	padding:0 10px 0 20px;
}

#page_text #bt_back{
	margin-top:47px;
}


/* PAGE: Attente et Fin */

#page_out #bl_contenu{
	min-height:inherit;
	text-align:center;
}

#page_out h1{
	margin:25vh 0 20vh 0;
	font-size:30px;
	line-height:2em;
	text-transform:none;
}


/* LIGHTBOX */

#lightbox{
	z-index:99;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,0.7);
}

#lightbox_bg{
	width:100%;
	height:100%;
}

#lightbox_load{
	position:absolute;
	left:50%; 
	top:50%;
	width:60px;
	height:60px;
	margin-top:-38px;
	margin-left:-38px;
	border:8px solid #f3f3f3;
	border-top:8px solid #e40613;
	border-radius:50%;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin{ /* Safari */
	0%{-webkit-transform: rotate(0deg);}
	100%{-webkit-transform: rotate(360deg);}
}

@keyframes spin{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}

.lightbox_content{
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	width:620px;
	height:auto;
	max-height:90%;
	padding-top:65px;
	padding-bottom:40px;
	background-color:#fff;
	overflow:auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.lightbox_close{
	position:absolute;
	top:6px;
	right:10px;
	padding:0 6px;
	cursor:pointer;
}

.lightbox_close .bar{
	display:block;
	width:32px;
	height:2px;
	margin:16px auto;
	background:#376eb4;
	border-radius:0;
}

.lightbox_close .top{
	-webkit-transform: translateY(9px) rotateZ(45deg);
	-moz-transform: translateY(9px) rotateZ(45deg);
	-ms-transform: translateY(9px) rotateZ(45deg);
	-o-transform: translateY(9px) rotateZ(45deg);
	transform: translateY(9px) rotateZ(45deg);
}

.lightbox_close .bottom{
	-webkit-transform: translateY(-9px) rotateZ(-45deg);
	-moz-transform: translateY(-9px) rotateZ(-45deg);
	-ms-transform: translateY(-9px) rotateZ(-45deg);
	-o-transform: translateY(-9px) rotateZ(-45deg);
	transform: translateY(-9px) rotateZ(-45deg);
}

.lightbox_titre{
	margin-bottom:25px;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
}

.lightbox_text{
	max-width:90%;
	margin:0 auto;
	font-size:16px;
	line-height:1.2em;
	text-align:center;
}

.lightbox_content .bouton{
	float:left;
	margin-top:45px;
}

.lightbox_content .bouton a{
}

#lb_pwd{
	width:800px;
	padding-top:50px;
	padding-bottom:60px;
	text-align:center;
}

#lb_pwd #lb_pwd_text{
	margin-bottom:40px;
	font-size:16px;
}

#lb_pwd form{
	width:90%;
	max-width:316px;
	margin:0 auto;
}

#lb_pwd form input{
	margin-bottom:0;
}

#lb_pwd .bouton{
	position:relative;
	margin-top:24px;
}

#lb_pwd .bouton a{
	z-index:+1;
	position:relative;
	margin:0;
}

#lb_pwd_conf{
	width:620px;
	padding-top:50px;
}


/* FOOTER */

footer{
	position:relative;
	width:100%;
}

#footer_alert{
	position:relative;
	width:100%;
	margin-top:30px;
	margin-bottom:10px;
}

#footer_alert div{
	position:relative;
	width:100%;
	max-width:1366px;
	margin:0 auto;
	overflow:hidden;
}

#footer_alert #logo_moinsde18{
	float:right;
	margin-right:30px;
  margin-left:10px;
}

#footer_alert p{
	color:#5f6261;
	font-size:12px;
  margin-left: 30px;

}

#gouvernement{
	position:relative;
	width:100%;
	background-color:#ffdd00;
}

#gouvernement div{
	position:relative;
	width:100%;
	max-width:1366px;
	margin:0 auto;
	overflow:hidden;
}

#gouvernement_text{
	float:left;
	margin-top:13px;
	margin-left:30px;
	color:#000;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing:1px;
}

#gouvernement_text span{
	font-size:12px;
}

#gouvernement #logo_gouv{
	float:right;
	margin:10px 30px;
}

#footer{
	position:fixed;
  bottom:0;
	width:100%;
	border-top: solid 1px #D9D9D9;
  background-color: #fff;
}

#footer ul{
	text-align:center;
}

#footer li{
	display:inline;
	list-style:none;
}

#footer li a{
	margin:0 15px;
	font-size:12px;
	line-height:40px;
	text-decoration:none;
  color:#000;
}

#footer a:hover{
	text-decoration:underline;
}


/* TARTEAUCITRON */

#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigDebug{
	background:rgba(0,0,0,0.75);
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert.tarteaucitronDisclaimerAlertDebug{
	font-size:12px;
    font-family : "Roboto-Regular" !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert.tarteaucitronDisclaimerAlertDebug a{
	font-size:12px;
    font-family : "Roboto-Regular" !important;
}

#tarteaucitronAlertBig #blCTADebug{
	display:inline-block;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2.tarteaucitronPersonalizeDebug, #tarteaucitronAlertBig #tarteaucitronAllDenied2.tarteaucitronAllDeniedDebug, #tarteaucitronAlertBig #tarteaucitronCloseAlert.tarteaucitronCloseAlertDebug{
	padding:0 15px;
	margin-top:5px;
	margin-bottom:5px;
    font-family : "Roboto-Regular" !important;
    color:#1f3e75;
    font-size:14px !important;
	line-height:30px;
    background:#fff;
	border-radius:20px;
}

#tarteaucitronPercentage.tarteaucitronPercentageDebug{
	height:0;
}

@media screen and (max-width: 991px){
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert.tarteaucitronDisclaimerAlertDebug{
	font-size:10px;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert.tarteaucitronDisclaimerAlertDebug a{
	font-size:10px;
}
}