@charset "utf-8";

/* Style Tablette horizontale */
@media screen and (min-width: 992px) and (max-width: 1200px){

.tablette{
	display:block;
}	
}

/* Style Mobile & Tablette verticale */
@media screen and (max-width: 991px){

html{
	font-size:100%;	/* Permet de gêrer les fonts en em */
	-webkit-text-size-adjust:none;	/* Containte taille de police automatique sur iphone et ipad au changement d'orientation */
}

body{
}

.content{
	min-width:320px;
}

.mobile{
	display:block;
}

.web{
	display:none;
}

.bouton a{
    max-width:100%;
    margin:0;
}

a.bouton2{
	font-size:20px;
}
	
.bouton-left a, .bouton-right a{
	margin:10px;
}

.bouton a br.mobile{
	display:inline-block;
}

label{
	font-size:14px;
}

input[type=text], input[type=password], input[type=email], input[type=tel]{
	height:40px;
    padding:13px 17px;
	margin-bottom:29px;
	font-size:13px;
	line-height:14px;
}

select{
	height:40px;
    padding:0 17px;
	margin-bottom:29px;
	font-size:13px;
	line-height:40px;
}

textarea{
    height:194px;
    padding:17px 17px;
	margin-bottom:15px;
	font-size:13px;
}

input[type=checkbox]{
}

input[type=radio]{
}

#captcha{
	width:45%;
	height:40px;
    padding-top:0;
}

::-webkit-input-placeholder{
}

:-moz-placeholder{ /* Firefox 18- */
}

::-moz-placeholder{  /* Firefox 19+ */
}

:-ms-input-placeholder{
}

.check_btn{
}

.check_label{
}


/* HEADER */

header{
    z-index:+1;
}

#header{
	min-height:70px;
}

#m_logo{
    float:left;
	width:154px;
	height:auto;
	margin-top:11px;
    margin-left:7%;
}

#icon_menu{
	position:absolute;
	top:16px;
	right:2%;
	width:75px;
	height:auto;
	padding-top:7px;
	padding-bottom:7px;
    cursor:pointer;
	background-color:transparent;
    border-left:1px solid #1b1363;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

#icon_menu.open .top{
	-webkit-transform: translateY(7px) rotateZ(45deg);
	-moz-transform: translateY(7px) rotateZ(45deg);
	-ms-transform: translateY(7px) rotateZ(45deg);
	-o-transform: translateY(7px) rotateZ(45deg);
	transform: translateY(11px) rotateZ(45deg);
}
 
#icon_menu.open .bottom{
	-webkit-transform: translateY(-7px) rotateZ(-45deg);
	-moz-transform: translateY(-7px) rotateZ(-45deg);
	-ms-transform: translateY(-7px) rotateZ(-45deg);
	-o-transform: translateY(-7px) rotateZ(-45deg);
	transform: translateY(-11px) rotateZ(-45deg);
}
 
#icon_menu.open .middle{
	width:0;
}

#menu{
	display:none;
	z-index:+1;
	position:absolute;
	top:70px;
	left:0;
	width:100%;
	margin:0;
	background-color:#fff;
}

#menu li{
	float:left;
	width:100%;
}

#menu li:first-child{
	margin-top:70px;
}

#menu li:last-child{
	margin-bottom:120px;
}

#menu li a{
	float:left;
	width:100%;
    margin:0;
	font-size:22px;
	line-height:48px;
    text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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


/* CONTENU */

#contenu{
	background-image:url("../img/m_fond.jpg");
	background-position:top center;
	background-repeat:no-repeat;
}

#bl_contenu{
	width:94%;
    max-width:600px;
	padding:36px 20px 77px 20px;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
}

#logoclaim{
    display:none;
}

#m_logoclaim{
    display:block;
    width:320px;
    height:auto;
    margin:0 auto;
}

h1{
	font-size:24px;
}

.sstitre{
    margin-top:25px;
	font-size:20px;
}

.text1{
	font-size:14px;
}

.file_ligne{
	margin:0;
	margin-top:30px;
}

.file_name{
	max-width:150px;
	font-size:11px;
}

#bl_filtres{
    display:none;
}

#bl_choix{
    min-height:inherit;
    margin-top:32px;
}

#bl_choix .filtre{
    display:flex;
    justify-content:center;
    width:100%;
    max-width:400px;
	padding-top:7px;
    padding-bottom:4px;
    margin:0 auto;
    border-top:2px solid #fff;
    cursor:pointer;
}

#bl_choix .filtre_icon{
	width:auto;
	height:38px;
    margin-right:10px;
}

#bl_choix .filtre_text{
    position:relative;
    top:-1px;
	font-size:20px;
    line-height:38px;
    text-transform:uppercase;
} 

#bl_choix .filtre_actif .filtre_text{
	color:#8e30be;
}

#bl_choix .list_choix{
    flex-direction:column;
    align-items:center;
    padding-bottom:10px;
}

#bl_choix .choix_btn label{
	width:200px;
	height:auto;
	margin:3px auto;
	line-height:44px;
    border:3px solid #702693;
}

#bl_choix #list_choix2 .choix_btn label, #bl_choix #list_choix5 .choix_btn label{
	width:200px;
}

#bl_choix #m_hr{
    width:100%;
    height:2px;
    max-width:400px;
    margin:0 auto;
    background-color:#fff;
}


/* PAGE: Accueil */

#page_home #contenu{
	background-image:url("../img/m_fond.jpg");
	background-position:top center;
	background-repeat:no-repeat;
}

#section_top{
    flex-direction:column;
    align-items:center;
}

#section_top #bl_left{
	width:100%;
    max-width:320px;
}

#section_top #bl_left #bl_video{
    height:182px;
}

#section_top #bl_left #bl_left_text{
    margin-top:24px;
    font-size:16px;
    line-height:24px;
}

#section_top #bl_left #m_visuel_produits{
    display:block;
    width:190px;
    height:auto;
    margin:0 auto;
	margin-top:8px;
    box-shadow: 0px 50px 40px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 50px 40px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 50px 40px 0px rgba(0,0,0,0.5);
}

#section_top #bl_left #bt_link{
    z-index:+1;
    position:relative;
	margin-top:33px;
}

#section_top #bl_left #bt_link a{
	width:100%;
    padding:16px 0 20px 0;
	margin:5px 0;
	font-size:18px;
    border-radius:30px;
}

#section_top #hr{
	width:60%;
    height:1px;
    max-width:770px;
    margin:0 auto;
    margin-top:27px;
    margin-bottom:37px;
    background-color:#fff;
}

#section_top #bl_right{
	width:100%;
    max-width:320px;
    padding-top:205px;
    padding-bottom:50px;
    margin:0;
    margin-bottom:50px;
    background-size:320px auto;
}

#section_top #bl_right #bl_right_text1{
    font-size:16px;
    line-height:1.2em;
}

#section_top #bl_right #bl_right_text2{
	font-size:18px;
}

#section_top #bl_right #bl_right_text3{
	font-size:13px;
}

#section_top #bl_right #bl_right_text3 span{
	font-size:18px;
}

#section_tuto{
	padding-top:48px;
}

#section_tuto #bl_tuto{
    flex-direction:column;
    align-content:center;
	margin-top:5px;
}

#section_tuto .tuto_cadre{
    margin-top:55px;
}

#section_tuto #bt_participer2{
	margin-top:70px;
}


/* PAGE: Coordonnées et Contact */

#page_coord #bl_contenu{
    padding-bottom:77px;
}

#page_coord #bl_contenu form{
	width:100%;
	margin-top:35px;
}

#page_coord #labelCivil{
    margin:0;
}

#page_coord #bl_radio{
    margin-right:0;
	margin-bottom:32px;
}

#page_coord #bl_radio label.debugmobile{
	margin-right:0;
}

#page_coord .labelLeft{
	width:100%;
}

#page_coord .labelRight{
	width:100%;
}

#page_coord #bl_code{
	width:100%;
    margin-top:23px;
}

#page_coord #bl_code label{
    margin:0;
    text-align:center;
}

#page_coord #code{
	width:55%;
}

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

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

#page_coord #bl_contenu #form_contact #bt_valider{
	margin-top:32px;
}


/* PAGE: Déclaration */

#page_decla #bl_dateachat{
    margin-top:40px;
}

#page_decla #bl_dateachat label, #page_decla #bl_enseigne label{
	font-size:14px;
	line-height:1.2em;
}

#page_decla #dateAchat, #page_decla #enseigne{
	width:100%;
    margin-top:10px;
}

#page_decla #bl_enseigne{
    margin-bottom:36px;
}

#page_decla .hr{
	width:60%;
}

#page_decla #bl_codebarres{
    margin-top:32px;
}

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

#page_decla .ligne_codebarre{
    width:100%;
    margin-top:15px;
}

#page_decla .bl_codebarre{
    width:100%;
}

#page_decla .cb_libelle{
	height:22px;
    margin:0;
	font-size:12px;
    line-height:22px;
}

#page_decla .bl_prix{
    width:70%;
    max-width:190px;
    margin:0 auto;
}

#page_decla .bl_prix input[type=text]{
    margin-bottom:15px;
}

#page_decla .icon_euro{
	right:17px;
	font-size:13px;
    line-height:40px;
}

#page_decla .cb_delete{
	top:5px;
	right:-45px;
}

#page_decla #bt_ajouter{
    top:0;
    margin-top:20px;
}

#page_decla #montant_total{
    margin-top:23px;
	font-size:13px;
}

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

#page_decla #bt_parcourir{
    margin-top:20px;
}

#page_decla #upload_text{
	margin-top:40px;
    font-size:14px;
}


/* PAGE: Validation */

#page_validation #page_validation_text1{
	font-size:15px;
}

#page_validation #page_validation_text2{
    margin-top:22px;
	margin-bottom:25px;
    font-size:17px;
}

#page_validation #page_validation_text3{
    font-size:17px;
}

#page_validation #bt_valider{
	margin-top:36px;
}


/* PAGE: Reveal */

#page_reveal #bl_contenu{
    padding-bottom:150px;
}

#page_reveal h1{
    font-size:22px;
}

#page_reveal #page_reveal_text{
	margin-top:30px;
    font-size:16px;
}

#page_reveal #decompte{
	margin-top:-10px;
}

#page_reveal #decompte p{
	font-size:250px;
}


/* PAGE: Gain */

#page_gain .sstitre{
    font-size:19px;
}

#page_gain #page_gain_text1{
	margin-top:28px;
	font-size:19px;
}

#page_gain #page_gain_text2{
	font-size:15px;
}

#page_gain #bl_iban{
    margin-top:37px;
}

#page_gain #bl_iban label{
	font-size:13px;
	line-height:1.2em;
}

#page_gain #iban{
	width:100%;
    margin-top:15px;
	margin-bottom:15px;
}

#page_gain #bt_valider{
	margin-top:26px;
}

#page_gain #mentions{
	margin-top:42px;
}


/* PAGE: Confirmation */

#page_conf #bl_contenu{
    padding-bottom:87px;
}

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

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


/* PAGE: Perdu */

#page_perdu #page_perdu_text{
	margin-top:45px;
}

#page_perdu #bt_back{
	margin-top:72px;
}


/* PAGE: Dotation */

#page_dot #visuel_sejour{
    width:100%;
    max-width:285px;
	margin-top:28px;
    margin-bottom:13px;
}

#page_dot #page_dot_text1{
	font-size:12px;
}

#page_dot #page_dot_text2{
	font-size:17px;
}

#page_dot .page_dot_text3{
    margin-top:24px;
	font-size:14px;
}

#page_dot #hr{
	width:60%;
    margin-top:36px;
    margin-bottom:44px;
}

#page_dot #page_dot_text4{
	font-size:16px;
}

#page_dot #page_dot_text4 span{
	font-size:22px;
}

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


/* PAGE: Choix produits */

#page_choix #bl_top{
	width:94%;
    max-width:600px;
	padding:33px 20px 50px 20px;
    border-radius:50px;
}

#page_choix h1{
	font-size:27px;
}

#page_choix #bl_contenu{
	padding:12px 0 62px 0;
}

#page_choix #bl_produit{
    flex-direction:column;
    align-content:center;
}

#page_choix .produit{
    margin-bottom:40px;
}


/* PAGE: Produit */

#page_produit #bl_contenu{
    padding:0;
    padding-top:33px;
    margin-bottom:20px;
    border-radius:30px;
}

#page_produit h1{
	font-size:27px;
}

#page_produit #bl_choix{
    padding-left:20px;
    padding-right:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page_produit #ariane{
    margin-top:58px;
    margin-left:20px;
    line-height:29px;
}

#page_produit #bl_produit{
	padding:0;
    padding-bottom:30px;
    margin-top:15px;
	background-color:#242474;
    border-radius:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page_produit #produit_visuel{
    position:relative;
    top:-26px;
    left:auto;
    display:block;
    max-width:100%;
    margin:0 auto;
}

#page_produit #cadre_produit{
    float:none;
	width:100%;
    max-width:400px;
	padding:0 20px;
    margin:0 auto;
    margin-top:-50px;
	background-color:transparent;
    border-radius:0;
}

#page_produit #produit_libelle{
    margin-top:18px;
}

#page_produit #produit_text{
    margin-top:20px;
}


/* PAGE: Mentions légales */

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


/* PAGE: Attente et Fin */

#page_out #bl_contenu{
    padding-top:40px;
    padding-bottom:300px;
}


/* LIGHTBOX */

.lightbox_content{
	width:92%;
	max-width:450px;
	padding:4em 4% 2.5em 4%;
}

.lightbox_close{
	top:10px;
	right:10px;
}

.lightbox_titre{
	margin-bottom:15px;
	font-size:18px;
}

.lightbox_text{
	max-width:100%;
	font-size:16px;
}

.lightbox_content .bouton{
	margin-top:2em;
}

.lightbox_content .bouton a{
	max-width:100%;
}


/* FOOTER */

footer{
	padding:27px 0 30px 0;
	overflow:hidden;
}

footer ul{
	float:left;
	width:100%;
}

footer li a{
	float:left;
	width:100%;
	margin:0;
	font-size:22px;
	line-height:48px;
    text-align:center;
}
}