@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{
	width:164px;
    max-width:100%;
    padding:2px;
    margin:0;
	font-size:14px;
	line-height:46px;
    border-radius:10px;
    background: radial-gradient(circle at 100% 100%, #090b31 0, #090b31 8px, transparent 8px) 0% 0%/10px 10px no-repeat,
                radial-gradient(circle at 0 100%, #090b31 0, #090b31 8px, transparent 8px) 100% 0%/10px 10px no-repeat,
                radial-gradient(circle at 100% 0, #090b31 0, #090b31 8px, transparent 8px) 0% 100%/10px 10px no-repeat,
                radial-gradient(circle at 0 0, #090b31 0, #090b31 8px, transparent 8px) 100% 100%/10px 10px no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 4px) calc(100% - 20px) no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 20px) calc(100% - 4px) no-repeat,
                linear-gradient(90deg, #b28630 0%, #f5ebb3 15%, #b1852d 37%, #f6e098 61%, #b38731 85%, #f8eeb6 100%);
}

a.bouton2{
    width:auto;
    padding:0;
	font-size:20px;
	line-height:1em;
    border-radius:0;
    background:none;
}
	
.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]{
	margin-bottom:10px;
}

select{
	margin-bottom:10px;
}

textarea{
    height:150px;
	margin-bottom:0;
}

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:60px;
}

#m_logo{
    float:left;
	width:auto;
	height:44px;
	margin-top:8px;
	margin-bottom:8px;
    margin-left:6%;
}

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

#icon_menu .bar{
    display:block;
    width:20px;
    height:2px;
    margin:0 auto;
    background:#1a1a1a;
    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:6px auto;
}

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

#menu{
	display:none;
	z-index:+1;
	position:absolute;
	top:60px;
	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;
    background-size:500px 220px;
}

#bl_contenu{
	width:100%;
	padding:44px 20px 50px 20px;
	background:#090b31;
    border-top-left-radius:0;
    border-top-right-radius:0;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

#logoclaim{
    display:none;
}

#m_logoclaim{
    display:block;
    width:280px;
    height:auto;
    margin:0 auto;
    margin-top:28px;
    margin-bottom:32px;
}

h1{
	font-size:20px;
}

.text1{
	font-size:17px;
	line-height:1.25em;
}

.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:#f6e098;
}

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

#bl_choix .choix_btn label{
	width:194px;
	margin:4px auto;
	line-height:44px;
    border-radius:23px;
    background: radial-gradient(circle at 100% 100%, #090b31 0, #090b31 20px, transparent 20px) 0% 0%/23px 23px no-repeat,
                radial-gradient(circle at 0 100%, #090b31 0, #090b31 20px, transparent 20px) 100% 0%/23px 23px no-repeat,
                radial-gradient(circle at 100% 0, #090b31 0, #090b31 20px, transparent 20px) 0% 100%/23px 23px no-repeat,
                radial-gradient(circle at 0 0, #090b31 0, #090b31 20px, transparent 20px) 100% 100%/23px 23px no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 6px) calc(100% - 46px) no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 46px) calc(100% - 6px) no-repeat,
                linear-gradient(90deg, #b28630 0%, #f5ebb3 15%, #b1852d 37%, #f6e098 61%, #b38731 85%, #f8eeb6 100%);
}

#bl_choix .choix_btn label.checked{
    background: radial-gradient(circle at 100% 100%, rgba(9,11,49,0) 0, rgba(9,11,49,0) 20px, transparent 20px) 0% 0%/23px 23px no-repeat,
                radial-gradient(circle at 0 100%, rgba(9,11,49,0) 0, rgba(9,11,49,0) 20px, transparent 20px) 100% 0%/23px 23px no-repeat,
                radial-gradient(circle at 100% 0, rgba(9,11,49,0) 0, rgba(9,11,49,0) 20px, transparent 20px) 0% 100%/23px 23px no-repeat,
                radial-gradient(circle at 0 0, rgba(9,11,49,0) 0, rgba(9,11,49,0) 20px, transparent 20px) 100% 100%/23px 23px no-repeat,
                linear-gradient(rgba(9,11,49,0), rgba(9,11,49,0)) 50% 50%/calc(100% - 6px) calc(100% - 46px) no-repeat,
                linear-gradient(rgba(9,11,49,0), rgba(9,11,49,0)) 50% 50%/calc(100% - 46px) calc(100% - 6px) no-repeat,
                linear-gradient(90deg, #b28630 0%, #f5ebb3 15%, #b1852d 37%, #f6e098 61%, #b38731 85%, #f8eeb6 100%);
}

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

#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_bg_home.jpg");
	background-position:top center;
	background-repeat:no-repeat;
    background-size:820px 966px;
}

#page_home #contenu .bouton a{
    width:90%;
    max-width:375px;
    padding-top:15px;
    padding-bottom:15px;
    margin:0 auto;
	line-height:20px;
}

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

#section_top #bl_left{
    max-width:600px;
}

#section_top #bl_left #bt_participer1{
	margin-top:239px;
	margin-bottom:20px;
}

#page_home #contenu #bt_participer1 a{
    max-width:260px;
}

#section_top #hr{
	width:100%;
    height:1px;
    max-width:600px;
    margin:0 auto;
    margin-bottom:27px;
    background-color:#f6e098;
}

#section_top #bl_right{
    max-width:600px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#section_top #bl_right #bl_video{
	width:100%;
    max-width:314px;
    background-color:#111;
    height:auto;
    margin:0 auto;
}

.responsive_video{
	position:relative;
	padding-bottom:56.25%; /* 16:9 */
	padding-bottom:46%; /* 16:9 -> 56.25% */
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.responsive_video iframe,
.responsive_video object,
.responsive_video embed,
.responsive_video video{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#section_top #bl_right #bl_right_text{
    margin-top:25px;
    font-size:11px;
    line-height:1.2em;
}

#section_top #bl_right #visuel_produits{
    display:block;
    width:auto;
    height:90px;
    margin:0 auto;
	margin-top:3px;
}

#section_top #bl_right #bt_link{
	margin-top:-1px;
}

#section_top #bl_right #bt_link a{
    width:100%;
    min-width:inherit;
    margin-bottom:12px;
}

#section_tuto{
	padding-bottom:58px;
}

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

#section_tuto .tuto_cadre{
    margin:18px auto;
}

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

#page_home #contenu #bt_participer2 a{
    max-width:260px;
}


/* PAGE: Coordonnées et Contact */

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

#page_coord #labelCivil{
    margin:0;
}

#page_coord #bl_radio{
    margin-right:0;
}

#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:6px;
}

#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:48px;
}

#page_coord #bl_contenu #form_contact #bl_code{
    margin-top:36px;
}

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


/* PAGE: Déclaration */

#page_decla #bl_contenu{
    max-width:600px;
    padding-bottom:45px;
}

#page_decla #bl_enseigne{
    margin-top:21px;
}

#page_decla #bl_enseigne label, #page_decla #bl_produit label{
    margin-bottom:10px;
	line-height:20px;
}

#page_decla #bl_enseigne select, #page_decla #bl_enseigne input[type=text], #page_decla #bl_produit select{
	width:100%;
}

#page_decla #bl_autre_enseigne{
    margin-top:10px;
}

#page_decla #bl_produit{
    margin-top:26px;
}

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

#page_decla #bl_upload_titre{
	line-height:20px;
}

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

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

#page_decla #bt_valider .bouton-left a, #page_decla #bt_valider .bouton-right a{
	margin:5px 10px;
}


/* PAGE: Validation */

#page_validation #bl_contenu{
    padding-left:20px;
    padding-right:20px;
}

#page_validation #page_validation_text1{
    margin-top:25px;
}

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

#page_validation #bt_valider .bouton-left a, #page_validation #bt_valider .bouton-right a{
	margin:5px 10px;
}


/* PAGE: Reveal */

#page_reveal #bl_contenu h1 span{
    font-size:30px;
}

#page_reveal #bl_scratch{
    margin-top:36px;
}

#page_reveal #navigateur{
	margin-top:31px;
	margin-bottom:10px;
    font-size:20px;
}

#page_reveal #bl_reveal{
    margin-top:14px;
}

#page_reveal #grattage_text1{
    font-size:20px;
    line-height:24px;
}

#page_reveal #grattage_text2{
    font-size:20px;
    line-height:24px;
}

#page_reveal #grattage_text3{
	margin-top:32px;
    font-size:17px;
    line-height:1.25em;
}

#page_reveal #bl_radio{
	margin-top:17px;
}

#page_reveal #bl_radio .check_ligne{
    width:100%;
    max-width:500px;
}

#page_reveal #bl_radio label{
    text-align:left;
}

#page_reveal #bt_valider{
	margin-top:45px;
}


/* PAGE: Confirmation */

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

#page_conf h1{
    font-size:28px;
}

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

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

#page_conf #bt_back2{
	margin-top:49px;
}


/* PAGE: Dotation */

#page_dot #bl_contenu{
    padding-bottom:80px;
}

#page_dot .page_dot_text1{
    margin-top:38px;
	font-size:22px;
	line-height:1.3em;
}

#page_dot .page_dot_text2{
    margin-top:11px;
    margin-bottom:0;
}

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


/* PAGE: Choix produits */

#page_choix #bl_top{
	width:100%;
	padding:44px 20px 0 20px;
	background:#090b31;
    border-radius:0;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

#page_choix #bl_contenu{
    padding:20px 0 50px 0;
}

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

#page_choix .produit{
	width:280px;
}

#page_choix .produit_visuel{
    top:55px;
    left:-30px;
}

#page_choix .cadre_produit{
	width:226px;
    min-height:250px;
}

#page_choix .produit_libelle{
    margin-top:20px;
}

#page_choix .tab_produit{
    margin-top:10px;
}

#page_choix .tab_produit td{
	padding:12px 5px;
}

    
/* PAGE: Produit */

#page_produit #bl_top{
	width:100%;
	padding:44px 20px 0 20px;
	background:#090b31;
    border-radius:0;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

#page_produit #bl_contenu{
    max-width:600px;
    padding:10px 20px 50px 20px;
}

#page_produit #ariane{
    margin-left:10px;
    font-size:22px;
    line-height:34px;
}

#page_produit #bl_produit{
    padding:2px;
    margin-top:23px;
    border-radius:30px;
    background: radial-gradient(circle at 100% 100%, #090b31 0, #090b31 28px, transparent 28px) 0% 0%/30px 30px no-repeat,
                radial-gradient(circle at 0 100%, #090b31 0, #090b31 28px, transparent 28px) 100% 0%/30px 30px no-repeat,
                radial-gradient(circle at 100% 0, #090b31 0, #090b31 28px, transparent 28px) 0% 100%/30px 30px no-repeat,
                radial-gradient(circle at 0 0, #090b31 0, #090b31 28px, transparent 28px) 100% 100%/30px 30px no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 4px) calc(100% - 60px) no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 60px) calc(100% - 4px) no-repeat,
                linear-gradient(0deg, #b28630 0%, #f5ebb3 15%, #b1852d 37%, #f6e098 61%, #b38731 85%, #f8eeb6 100%);
    overflow:hidden;
}

#page_produit #produit_visuel{
	position:relative;
    display:block;
    top:-5px;
    left:inherit;
    margin:0 auto;
}

#page_produit #cadre_radient{
	width:100%;
    padding:0;
    margin-top:-70px;
	background-color:transparent;
    border-radius:0;
    background:none;
}

#page_produit #cadre_produit{
    min-height:inherit;
	padding:0 20px 50px 20px;
}

#page_produit #produit_libelle{
    margin-top:1em;
}

#page_produit #produit_text{
    font-size:21px;
}


/* 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:150px;
}


/* 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:24px 0 22px 0;
	overflow:hidden;
}

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

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