@charset "utf-8";

body{
	margin:0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#1c254a;
}

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

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

a{
	color:#fff;
}

img{
	border:0;
}

:focus{
	outline:0;
}
@font-face{
    font-family : "LondrinaSolid-Regular";
	src : url('../font/LondrinaSolid-Regular.eot'); /* Pour IE9 Compat mode */
    src : url('../font/LondrinaSolid-Regular.eot?#iefix') format('eot'),
		  url('../font/LondrinaSolid-Regular.woff') format('woff'),
          url('../font/LondrinaSolid-Regular.svg') format('svg'),
          url('../font/LondrinaSolid-Regular.ttf') format('truetype');
}

.fontLondrina{
	font-family: "LondrinaSolid-Regular";
	font-style:normal;
}
@font-face{
    font-family : "ClanPro-Black";
	src : url('../font/ClanPro-Black.eot'); /* Pour IE9 Compat mode */
    src : url('../font/ClanPro-Black.eot?#iefix') format('eot'),
		  url('../font/ClanPro-Black.woff') format('woff'),
          url('../font/ClanPro-Black.svg') format('svg'),
          url('../font/ClanPro-Black.ttf') format('truetype');
}

.fontClanBk{
	font-family: "ClanPro-Black";
	font-style:normal;
}

@font-face{
    font-family : "ClanPro-Bold";
	src : url('../font/ClanPro-Bold.eot'); /* Pour IE9 Compat mode */
    src : url('../font/ClanPro-Bold.eot?#iefix') format('eot'),
		  url('../font/ClanPro-Bold.woff') format('woff'),
          url('../font/ClanPro-Bold.svg') format('svg'),
          url('../font/ClanPro-Bold.ttf') format('truetype');
}

.fontClanBd{
	font-family: "ClanPro-Bold";
	font-style:normal;
}

@font-face{
    font-family : "ClanPro-Medium";
	src : url('../font/ClanPro-Medium.eot'); /* Pour IE9 Compat mode */
    src : url('../font/ClanPro-Medium.eot?#iefix') format('eot'),
		  url('../font/ClanPro-Medium.woff') format('woff'),
          url('../font/ClanPro-Medium.svg') format('svg'),
          url('../font/ClanPro-Medium.ttf') format('truetype');
}

.fontClanMe{
	font-family: "ClanPro-Medium";
	font-style:normal;
}

@font-face{
    font-family : "ClanPro-Book";
	src : url('../font/ClanPro-Book.eot'); /* Pour IE9 Compat mode */
    src : url('../font/ClanPro-Book.eot?#iefix') format('eot'),
		  url('../font/ClanPro-Book.woff') format('woff'),
          url('../font/ClanPro-Book.svg') format('svg'),
          url('../font/ClanPro-Book.ttf') format('truetype');
}

.fontClanBo{
	font-family: "ClanPro-Book";
	font-style:normal;
}

.bouton{
	float:left;
	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 #e6007e;
	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;
}

@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:200px;
	height:auto;
  padding:14px 0 10px 0;
	margin:0 15px;
	color:#fff;
	font-size:18px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
  text-transform:uppercase;
  background-color:#e30613;
  border:3px solid #ffdd00;
  border-radius:30px;
	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+ */
}

.bouton a:hover{
	color:#e30613;
	background-color:#ffdd00;
   border:3px solid #e30613;
}

.mobile{
	display:none;
}

.jaune{
	color:#ffdd00;
}

.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;  
}

.input_password{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.input_password .icon_eye{
	position:absolute;
	width:40px;
	height:40px;
	top:2px;
	right:8px;
	background-image: url("../img/icon_eyeclose.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:20px 20px;
	cursor:pointer;
}

#back-to-top{
    z-index:+1;
    position:absolute;
    right:20px;
	bottom:20px;
	width:56px;
	height:56px;
    text-align:center;
	border-radius:50%;
	background: rgb(255, 221, 0);
    -webkit-transition: background 250ms;
    transition: background 250ms;
    cursor:pointer;
}

#back-to-top:hover{
	background: rgba(230,0,126,1);
}

#back-to-top div{
	position:relative;
	top:12px;
    display:inline-block;
	width:0;
	height:0;
	border:0 solid transparent;
	border-left-width:16px;
	border-right-width:16px;
	border-bottom:24px solid #232e5d;
    -webkit-transition:border-bottom-color 250ms;
    transition:border-bottom-color 250ms;
}

.renvoyer_email{
	color:#ffdd00;
	cursor:pointer;
}


/* HEADER */

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

#header{
	width:100%;
	height:80px;
	background-color:#1c254a;
}

#header_login{
	float:right;
	margin-top:20px;
	margin-right:3.5%;
}

#header_login img{
	float:right;
	width:40px;
	height:auto;
	margin-left:10px;
}

#header_login p{
	float:right;
	margin-top:12px;
	font-size:15px;
	text-transform:uppercase;
}

#header_conso{
	float:right;
	margin-top:1px;
	font-size:15px;
	line-height:20px;
	text-align:left;
}

#header_conso a{
	float:left;
	font-size:14px;
}

#menu{
	z-index:+1;
    position:relative;
	float:right;
	margin-top:31px;
  margin-right: 20px;
}


@media screen and (min-width: 992px){
#menu{
	display:block !important;
}
}

#menu li{
	display:inline-block;
	list-style:none;
	margin-right:24px;
}

#menu li.debugMobile{
	display:none;
}

#menu li a{
	font-size:15px;
	line-height:1em;
	text-decoration:none;
  text-transform: uppercase;
}

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


/* BANDEAU */

#bandeau{
    display:flex;
    justify-content:center;
    align-items:flex-start;
  background-color: #fdfdfb;
}

#bandeau img{
    height:auto;
    max-width:100%;
}


/* CONTENU */

#contenu{
	position:relative;
	width:100%;
	height:auto;
}

#bl_contenu{
	position:relative;
	width:1170px;
	padding:56px 70px 80px 70px;
	margin:0 auto;
    margin-bottom:40px;
    background-color:#1c254a;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	overflow:hidden;
}

h1{
	font-size:30px;
	line-height:1.2em;
	text-align:center;
	text-transform:uppercase;
}

h1 span{
    color:#fff;
	font-size:24px;
    font-weight:normal;
    text-transform:none;
}

h2, h3{
	font-weight:normal;
}

.sstitre{
	margin-top:5px;
	font-size:20px;
	line-height:1em;
	text-align:center;
}

.text1{
	font-size:14px;
	line-height:1.2em;
}

#mentions{
	float:left;
	font-size:12px;
	line-height:1.2em;
	text-align:justify;
}


/* PAGE: Accueil */

#page_home #fetonslesrois{
    z-index:+1;
    position:absolute;
    top:0;
    left:0;
    width:408px;
    height:auto;
}

#page_home #header{


}

#bl_logo{
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}

#logo{
  width:120px;
}
#page_home #contenu{
    background:none;
}

#page_home #bl_banniere, #page_out #bl_banniere{
    width:100%;
  background-color: #fbfbf9;
  display: block;
  margin: auto;
  text-align: center;
}

#page_home #banniere_home, #page_out #banniere_home{
    margin: auto;
}

#page_home #bt_participer{
position: relative;
  top: -90px;
}
#page_home #bt_participer a{
width:280px;
padding: 20px 0 18px 0;
}
#page_home #bl_reminder{
    z-index:+1;
    position:relative;
    top:2px;
    float:left;
    width:100%;
    text-align:center;
    background-color:#1c254a;
}

#page_home #visuel_reminder{
    display:inline-block;
    vertical-align:middle;
    width:40px;
    height:auto;
    margin-top:14px;
    margin-right:15px;
    margin-bottom:16px;
}

#page_home #bl_reminder div{
    display:inline-block;
    vertical-align:middle;
}

#page_home #bl_reminder p{
    font-size:18px;
    line-height:1em;
    text-align:left;
}

#page_home #bl_reminder p span{
    font-size:14px;
    font-style:italic;
}

#page_home #bl_contenu{
    z-index:+1;
    top:1px;
    width:100%;
    padding-top:40px;
    padding-bottom:0px;
    background-color:#1c254a;
}

#page_home h1{
    line-height:34px;
}

#page_home #bl_tuto{
	display:flex;
	flex-direction:row;
	justify-content:center;
    flex-wrap:wrap;
padding-top: 42px;
  background-image: url('../img/fd_fleches.png');
  background-repeat: no-repeat;
  background-position-x: center;
  min-height: 308px;
}

#page_home .tuto_cadre{
	width:226px;
    margin:0 25px;
	text-align:center;
}

#page_home .tuto_cadre img{
    display:block;
	width:auto;
	height:120px;
    margin:0 auto;
}

#page_home .tuto_text{
	margin-top:2px;
	font-size:14px;
	line-height:1.2em;
}


/* PAGE: Formulaire */

#page_coord #bl_contenu form{
	margin-top:46px;
}

#page_coord .labelLeft{
	float:left;
	width:500px;
}

#page_coord .labelRight{
	float:right;
	width:500px;
}

#page_coord #page_coord_text{
    display:inline-block;
	width:100%;
    margin-top:39px;
	font-size:16px;
	line-height:1.2em;
    text-align:center;
}

#page_coord #bl_recaptcha{
    display:block;
	width:368px;
    height:93px;
    max-width:100%;
    margin:0 auto;
    margin-top:16px;
}

#page_coord #bl_code label{
	width:100%;
}

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

#page_coord .bl_checkbox{
	float:left;
	width:100%;
	margin-top:53px;
}

#page_coord #mentions{
	margin-top:48px;
}

#page_coord #bt_valider{
	margin-top:34px;
}


/* PAGE: Confirmation */

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

#page_conf h1{
	line-height:29px;
}

#page_conf #page_conf_text{
	margin-top:55px;
}

#page_conf #bt_back{
	margin-top:58px;
}

#page_conf #bt_back a{
    width:252px;
}


/* PAGE: Activation */

#page_activ #bl_contenu{
    padding-bottom:190px;
	text-align:center;
}

#page_activ #page_activ_text{
	margin-top:70px;
	margin-bottom:70px;
}


/* PAGE: Connexion */

#page_login #bl_contenu{
    padding-bottom:90px;
}

#page_login #flex{
    display:flex;
    justify-content:center;
    align-items:flex-start;
	margin-top:42px;
}

#page_login #bl_inscription{
	width:400px;
	margin-top:37px;
	text-align:center;
}

#page_login .page_login_text1{
	font-size:24px;
	line-height:1em;
}

#page_login #page_login_text2{
	margin-top:35px;
	font-size:14px;
	line-height:17px;
}

#page_login #visuel_login{
    display:block;
    width:358px;
    height:auto;
    margin:0 auto;
	margin-top:38px;
}

#page_login #bt_compte{
	margin-top:56px;
}

#page_login #bt_compte a{
	width:252px;
}

#page_login #hr{
	width:1px;
    height:375px;
    margin:0 65px;
    background-color:#9197ae;
}

#page_login #form_login{
	width:400px;
	margin-top:37px;
	text-align:center;
}

#page_login #form_login .page_login_text1{
	padding-bottom:36px;
}

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

#page_login #recup_pwd{
	float:right;
	font-size:16px;
    line-height:1.2em;
	text-decoration:underline;
	cursor:pointer;
}

#page_login #bt_login{
	margin-top:38px;
}

#page_login #bt_login a{
	width:252px;
}

#page_login #obli{
	float:left;
    width:100%;
	margin-top:40px;
	font-size:12px;
	line-height:1em;
    text-align:center;
}


/* PAGE: Mot de passe */

#page_pass h1{
    line-height:34px;
}

#page_pass #page_pass_text{
	margin-top:41px;
	font-size:14px;
	text-align:center;
}

#page_pass #bl_contenu form{
	width:430px;
	margin:0 auto;
	margin-top:45px;
}

#page_pass #obli{
	float:left;
	font-size:12px;
	line-height:1em;
}

#page_pass #bt_valider{
	margin-top:38px;
}


/* PAGE: Déclaration */

#page_decla #bl_contenu{
    padding-left:0;
    padding-right:0;
    padding-bottom:112px;
    text-align:center;
}

#page_decla #page_decla_text1{
    margin-top:41px;
    margin-bottom:24px;
	font-size:16px;
    line-height:1.2em;
}

#page_decla .page_decla_text2{
    position:relative;
    display:inline-block;
	font-size:16px;
    line-height:1.2em;
    text-transform:uppercase;
  margin-top: 50px;
}

#page_decla #bl_radio{
    display:flex;
    justify-content:center;
    margin-top:25px;
    margin-bottom:48px;
}

#page_decla #bl_radio .check_ligne{
	margin:0 25px;
}

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

#page_decla #bl_radio label{
	width:auto;
	height:20px;
	line-height:20px;
	text-transform:none;
}

#page_decla #dateAchat{
    display:flex;
    float:inherit;
	width:430px;
    margin:0 auto;
    margin-top:5px;
    text-align:center;
}

#page_decla #dateAchat::-webkit-input-placeholder{
	color:#a7a9af;
}

#page_decla #dateAchat:-moz-placeholder{
	color:#a7a9af;
}

#page_decla #dateAchat::-moz-placeholder{
	color:#a7a9af;
}

#page_decla #dateAchat:-ms-input-placeholder{
	color:#a7a9af;
}

#page_decla #bl_contenu .hr{
	width:100%;
    height:2px;
    max-width:310px;
    margin:0 auto;
    margin-top:51px;
    margin-bottom:20px;
    background-color:#8e92a5;
}

#page_decla #page_decla_text3{
    margin-top:49px;
    margin-bottom:24px;
	font-size:16px;
    line-height:1.2em;
}

#page_decla #bl_upload{
	width:100%;
    padding-left:70px;
    padding-right:70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

#page_decla #page_decla_text4{
	margin-top:25px;
	text-align:left;
}

#page_decla #bl_flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:35px;
}

#page_decla #bl_alert{
	width:600px;
	min-height:185px;
    padding:32px 50px 30px 50px;
	text-align:left;
	border:4px solid #ffdd00;
	border-radius:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page_decla #bl_alert_text1{
	font-size:14px;
    line-height:1.2em;
}

#page_decla #bl_alert_text1 span{
	font-size:16px;
}

#page_decla #bl_alert_text2{
    margin-top:15px;
	font-size:14px;
    line-height:1.2em;
}

#page_decla #bl_alert_text2 span{
    text-decoration:underline;
}

#page_decla #zone_upload{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
	width:330px;
	min-height:185px;
	text-align:center;
	border:2px dashed #ffdd00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page_decla #visuel_upload{
    width:52px;
    height:52px;
	margin-top:4px;
	margin-bottom:17px;
}

#page_decla #zone_upload_text{
    font-size:14px;
    line-height:17px;
}

#page_decla .bt_parcourir{
	text-decoration:underline;
	cursor:pointer;
}

#zoneParcourirMobile{
	display:none;
}

#page_decla #file_list{
	float:left;
	width:100%;
	height:auto;
  display:none;
}

#page_decla .file_ligne{
	position:relative;
	display:inline-block;
	padding:10px;
}

#page_decla .file_visuel{
	display:inline-block;
	vertical-align:middle;
}

#page_decla .file_visuel img{
	float:left;
	width:auto;
	height:60px;
}

#page_decla .file_name{
	display:inline-block;
	vertical-align:middle;
	max-width:200px;
	padding:0 15px 0 10px;
	word-wrap:break-word;
	font-size:11px;
}

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

#page_decla .file_delete img{
	width:24px;
	height:24px;
	cursor:pointer;
}

#page_decla #bt_valider{
	margin-top:50px;
}


/* PAGE: Reveal */

/* PAGE: Reveal */

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

#page_reveal #bt_tenter{
	margin-top:52px;
}
#page_reveal #bt_tenter a{
	width:250px;
}

#page_reveal_text{
margin-top:30px;
}
#page_reveal h1 span {
  color: #fff;
  font-size: 34px;
  text-transform: none;
}


/* PAGE: Gain */

#page_gain #bl_contenu{
    padding-bottom:132px;
}

#page_gain #bl_flex{
    position:relative;
    left:15px;
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

#page_gain #visuel_gain{
    position:relative;
    top:39px;
    left:5px;
    width:420px;
    height:auto;
}

#page_gain #bl_right{
	width:500px;
    text-align:center;
}

#page_gain #page_gain_text1{
    font-size:24px;
    line-height:1.2em;
}

#page_gain #page_gain_text2{
    margin-top:1px;
    font-size:14px;
    line-height:1.2em;
}

#page_gain #page_gain_text3{
    margin-top:35px;
    font-size:14px;
    line-height:1.2em;
}

#page_gain #bl_champ{
    display:inline-block;
	width:400px;
    margin:0 auto;
    margin-top:16px;
	margin-bottom:100px;
}

#page_gain #adresse_manuellement{
    display:inline-block;
	margin-top:11px;
    font-size:16px;
    line-height:1em;
    text-align:center;
}

#page_gain #adresse_manuellement p{
    display:inline-block;
    cursor:pointer;
}

#page_gain #adresse_manuellement span{
    text-decoration:underline;
}

#page_gain #bt_valider a{
	width:252px;
}


/* PAGE: Perdu */

#page_perdu #bl_contenu{
    padding-bottom:150px;
	text-align:center;
}

#page_perdu #page_perdu_text1{
    font-size:24px;
    line-height:1.2em;
}

#page_perdu #page_perdu_text2{
    margin-top:41px;
    font-size:14px;
    line-height:1.2em;
}

#page_perdu #page_perdu_text2 span{
    font-size:24px;
    line-height:1em;
}

#page_perdu #bt_retenter{
	margin-top:44px;
	margin-bottom:46px;
}

#page_perdu #bt_retenter a{
	width:300px;
}

#page_perdu #bt_back{
    font-size:18px;
    line-height:1.2em;
    text-transform:uppercase;
}

/* PAGE: Dotations */

#page_dot #bl_contenu{
	width:100%;
}

#page_dot #list_dotation{
	display:flex;
    justify-content:center;
	margin-top:40px;
}

#page_dot .dotation{
	width:425px;
	margin:0 15px;
	text-align:center;
  font-size: 18px;

}

#page_dot .dotation_visuel{
    display:block;
	width:420px;
	height:auto;
    margin:0 auto;
  margin-top:10px;
}

#page_dot .dotation_titre{
	margin-top:25px;
	font-size:20px;
    line-height:1.2em;
}

#page_dot .dotation_desc{
	margin-top:14px;
	font-size:14px;
    line-height:1.2em;
}

#page_dot #bt_back{
	margin-top:50px;
}

#page_dot #bt_back a{
  width: 260px;
}


/* PAGE: Contact */

#page_contact #form_contact{
	margin-top:51px;
}

#page_contact #bl_left{
	float:left;
	width:500px;
}

#page_contact #bl_right{
	float:right;
	width:500px;
}

#page_contact #mentions{
	margin-top:30px;
}

#page_contact #bt_valider{
	margin-top:34px;
}


/* PAGE: Liste des recettes */

#page_list #bl_contenu{
    padding-left:0;
    padding-right:0;
}

#page_list #bl_recette{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin-top:42px;
}

#page_list .recette{
    margin:0 25px 45px 25px;
    text-align:center;
    text-decoration:none;
}

#page_list .recette_visuel{
    display:block;
    width:310px;
    height:auto;
    margin:0 auto;
    box-shadow: 0px 3px 0px 0px rgba(29,29,27,1);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(29,29,27,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(29,29,27,1);
}

#page_list .recette_titre{
    margin-top:19px;
    font-size:24px;
    line-height:1.1em;
    text-transform:uppercase;
}

#page_list .recette_sstitre{
    font-size:20px;
    line-height:1.2em;
}

#page_list #bt_back{
    margin-top:28px;
}

#page_list #bt_back a{
	width:252px;
}


/* PAGE: Recette */

#page_recette #bl_contenu{
	padding:60px 70px 125px 100px;
}

#page_recette h1{
	line-height:29px;
}

#page_recette h1 span{
    text-transform:uppercase;
}

#page_recette #visuel_recette{
    display:block;
    width:310px;
    height:auto;
    margin:0 auto;
    margin-top:23px;
    box-shadow: 0px 3px 0px 0px rgba(29,29,27,1);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(29,29,27,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(29,29,27,1);
}

#page_recette .page_recette_text1{
    font-size:20px;
    line-height:1.2em;
    text-transform:uppercase;
}

#page_recette .page_recette_text2{
    font-size:16px;
    line-height:1.2em;
}

#page_recette .padding50{
    padding-left:50px;
}

#page_recette .padding66{
    padding-left:66px;
}

#page_recette .padding100{
    padding-left:100px;
}

#page_recette #bl_ingredients{
    margin-top:40px;
}

#page_recette #bl_ingredients .page_recette_text1{
    margin-bottom:23px;
}

#page_recette #bl_preparation{
    margin-top:44px;
}

#page_recette #bl_preparation .page_recette_text1{
    margin-bottom:19px;
}

#page_recette #bl_preparation .step_contenu{
    position:relative;
    margin-bottom:19px;
}

#page_recette .step_num{
    position:absolute;
    top:-10px;
    left:0;
    display:block;
    width:36px;
    height:36px;
    padding-top:11px;
    text-align:center;
	background-image:url("../img/tuto_num.png");
	background-position:top center;
	background-repeat:no-repeat;
    background-size:cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page_recette .step_num p{
	color:#232e5d;
    font-size:16px;
    line-height:1em;
}

#page_recette #bt_link{
    margin-top:56px;
}

#page_recette #bt_link a{
	width:252px;
}
/* PAGE: FAQ */

#page_faq #bl_contenu{
    padding-top:141px;
}

#page_faq h1{
	line-height:0.7em;
}

#page_faq h1 span{
    position:relative;
    top:5px;
}

#page_faq #bl_faq{
	width:970px;
	margin:0 auto;
	margin-top:46px;
}

#page_faq .faq_content{
	float:left;
	width:100%;
	margin-bottom:13px;
	border-bottom:2px solid #fff;
	cursor:pointer;
}

#page_faq .faq_header{
	float:left;
	width:100%;
}

#page_faq .faq_header h2{
	float:left;
	width:94%;
	padding:15px 0;
	font-size:18px;
	text-transform:uppercase;
}

#page_faq .faq_cursor{
	float:right;
	width:18px;
	height:18px;
	margin-top:13px;
	margin-right:0;
}

#page_faq .faq_deploi{
	display:none;
	float:left;
	width:100%;
  line-height:1.3em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#page_faq .faq_deploi p{
	padding-bottom:25px;
	/*text-align:justify;*/
}

#page_faq .faq_deploi .table{
	border-collapse:collapse;
}

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

#page_faq #bt_back{
	margin-top:37px;
}

#page_faq #bt_back a{
	width:196px;
}

/* PAGE: Mentions légales */

#page_text #bl_text{
	margin-top:41px;
	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:48px;
}

#page_text #bt_back a{
	width:252px;
}


/* PAGE: Attente et Fin */

#page_out #bl_contenu{
	width:100%;
    padding-top:94px;
    padding-bottom:190px;
    margin-bottom:0;
	text-align:center;
}

#page_out h1 span{
	font-size:30px;
	line-height:1.2em;
    text-transform:uppercase;
}


/* 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 #e6007e;
	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:580px;
	height:auto;
	max-height:90%;
	padding-top:65px;
	padding-bottom:40px;
	background-color:#232e5d;
	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:4px;
	right:12px;
	padding:0 6px;
	cursor:pointer;
}

.lightbox_close .bar{
	display:block;
	width:20px;
	height:4px;
	margin:14px auto;
	background:#fff;
	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:20px;
	text-align:center;
}

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

.lightbox_content .bouton{
	margin-top:40px;
}

.lightbox_content .bouton a{
	width:auto;
	min-width:200px;
    padding-left:20px;
    padding-right:20px;
}

#lb_inactif .renvoyer_email{
	text-decoration:underline;
	cursor:pointer;
}

#lb_pwd #form_pwd label{
	width:100%;
	font-size:16px;
	text-align:center;
}

#lb_pwd #form_pwd input{
	width:70%;
	margin-top:5px;
	margin-left:15%;
	text-align:center;
}

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

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

#lb_aide{
	padding-bottom:50px;
}

#lb_black, #lb_black2{
	padding-top:50px;
	padding-bottom:50px;
}


/* FOOTER */

footer{
	position:relative;
	width:100%;
    padding-top:10px;
    padding-bottom:2px;
	background-color:#1c254a;
}

#visuel_footer{
	width:100%;
    height:40px;
	background-image: url("../img/visuel_footer.png");
	background-position: top center;
	background-repeat: repeat-x;
  text-align: center;
}
#visuel_footer img{
width: 130px;
}

footer ul{
	margin-top:20px;
	text-align:center;
}

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

footer li a{
	margin:0 17px;
	color:#fff;
	font-size:14px;
	line-height:14px;
	text-decoration:none;
}

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

#mangerbouger{
    padding:10px 0;
    margin-top:10px;
    font-size:12px;
    text-align:center;
}