@charset "utf-8";

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

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

img{
	border:0;
}

:focus{
	outline:0;
}

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

.fontOneNightCd{
	font-family: "OneNightSans-Condensed";
	font-style:normal;
}

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

.fontOneNightBk{
	font-family: "OneNightSans-Black";
	font-style:normal;
}

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

.fontOneNightMe{
	font-family: "OneNightSans-Medium";
	font-style:normal;
}

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

.fontOneNightTh{
	font-family: "OneNightSans-Thin";
	font-style:normal;
}

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

.fontOneNightEx{
	font-family: "OneNightSans-Extended";
	font-style:normal;
}

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

.fontOneNightExBk{
	font-family: "OneNightSans-ExtendedBlack";
	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 #006547;
	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:236px;
	height:auto;
    padding:3px;
	margin:0 15px;
	color:#f6e098;
	font-size:19px;
	line-height:57px;
	text-align:center;
	text-decoration:none;
    text-transform:uppercase;
    background-color:transparent;
    border:0;
    border-radius:16px;
	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: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    background: radial-gradient(circle at 100% 100%, #090b31 0, #090b31 13px, transparent 13px) 0% 0%/16px 16px no-repeat,
                radial-gradient(circle at 0 100%, #090b31 0, #090b31 13px, transparent 13px) 100% 0%/16px 16px no-repeat,
                radial-gradient(circle at 100% 0, #090b31 0, #090b31 13px, transparent 13px) 0% 100%/16px 16px no-repeat,
                radial-gradient(circle at 0 0, #090b31 0, #090b31 13px, transparent 13px) 100% 100%/16px 16px no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 6px) calc(100% - 32px) no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 32px) calc(100% - 6px) no-repeat,
                linear-gradient(90deg, #b28630 0%, #f5ebb3 15%, #b1852d 37%, #f6e098 61%, #b38731 85%, #f8eeb6 100%);
}

.bouton a:hover{
	color:#090b31;
    background: radial-gradient(circle at 100% 100%, rgba(9,11,49,0) 0, rgba(9,11,49,0) 13px, transparent 13px) 0% 0%/16px 16px no-repeat,
                radial-gradient(circle at 0 100%, rgba(9,11,49,0) 0, rgba(9,11,49,0) 13px, transparent 13px) 100% 0%/16px 16px no-repeat,
                radial-gradient(circle at 100% 0, rgba(9,11,49,0) 0, rgba(9,11,49,0) 13px, transparent 13px) 0% 100%/16px 16px no-repeat,
                radial-gradient(circle at 0 0, rgba(9,11,49,0) 0, rgba(9,11,49,0) 13px, transparent 13px) 100% 100%/16px 16px no-repeat,
                linear-gradient(rgba(9,11,49,0), rgba(9,11,49,0)) 50% 50%/calc(100% - 6px) calc(100% - 32px) no-repeat,
                linear-gradient(rgba(9,11,49,0), rgba(9,11,49,0)) 50% 50%/calc(100% - 32px) calc(100% - 6px) no-repeat,
                linear-gradient(90deg, #b28630 0%, #f5ebb3 15%, #b1852d 37%, #f6e098 61%, #b38731 85%, #f8eeb6 100%);
}

a.bouton2{
	width:auto;
    padding:0;
	margin:0;
	color:#f6e098;
	font-size:20px;
	line-height:1em;
    border-radius:0;
    background:none;
}

a.bouton2 span{
    text-decoration:underline;
    background:none;
}

.bouton a.bouton2:hover{
	color:#f6e098;
    background:none;
}

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


/* HEADER */

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

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

#logo{
    float:left;
    margin-top:20px;
    margin-left:5%;
    width:auto;
    height:60px;
}

#menu{
	float:right;
	margin-top:37px;
	margin-right:11%;
}

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

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

#menu li a{
    margin-left:35px;
	color:#1a1a1a;
	font-size:20px;
	line-height:1.2em;
	text-decoration:none;
}

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


/* CONTENU */

#contenu{
	position:relative;
	width:100%;
	height:auto;
	background-image:url("../img/bg_contenu.jpg");
	background-position:top center;
	background-repeat:no-repeat;
    overflow:hidden;
}

#bl_contenu{
	position:relative;
	width:1030px;
	padding:54px 100px 150px 100px;
	margin:0 auto;
	background:rgba(11,7,50,0.85);
    border-top-left-radius:100px;
    border-top-right-radius:100px;
	-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;
    box-shadow: 0px 400px 15px 15px rgba(7,8,40,0.85);
    -webkit-box-shadow: 0px 400px 15px 15px rgba(7,8,40,0.85);
    -moz-box-shadow: 0px 400px 15px 15px rgba(7,8,40,0.85);
}

#logoclaim{
    display:block;
    margin:51px auto 49px auto;
    width:490px;
    height:auto;
}

h1{
    color:#c49f5d;
	font-size:28px;
    line-height:1.2em;
    font-weight:normal;
    display:inline-block;
    background:linear-gradient(to left, rgb(178,134,48), rgb(245,235,179), rgb(177,133,45), rgb(246,224,152), rgb(179,135,49), rgb(248,238,182));
    background-clip:text;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
	text-align:center;
}

h2{
	font-weight:normal;
}

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

.textgradient{
    color:#c49f5d;
    font-weight:normal;
    display:inline-block;
    background:linear-gradient(to left, rgb(178,134,48), rgb(245,235,179), rgb(177,133,45), rgb(246,224,152), rgb(179,135,49), rgb(248,238,182));
    background-clip:text;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
	text-align:center;
}

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

#mentions span{
	font-size:14px;
}

#file_list{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}

.file_ligne{
	position:relative;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}

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

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

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

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

.file_delete img{
	width:30px;
	height:30px;
	cursor:pointer;
}

#bl_filtres{
    display:flex;
    justify-content:space-around;
    align-items:center;
    width:100%;
    margin-top:40px;
    margin-bottom:50px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
}

#bl_filtres .filtre{
    display:flex;
	padding-top:16px;
	padding-bottom:14px;
    cursor:pointer;
}

#bl_filtres .filtre_icon{
	width:auto;
	height:38px;
}

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

#bl_filtres .filtre_hr{
    width:1px;
	height:38px;
    background-color:#fff;
}

#bl_filtres #filtre_1 .filtre_icon{
    margin-right:9px;
}

#bl_filtres #filtre_2 .filtre_icon{
    margin-right:14px;
}

#bl_filtres #filtre_3 .filtre_icon{
    margin-right:12px;
}

#bl_filtres .filtre_actif .filtre_text{
    color:#f6e098;
}

#bl_filtres.debugCat2{
    justify-content:space-evenly;
}

#bl_filtres.debugCat2 .filtre{
	padding-left:120px;
	padding-right:120px;
}

#bl_choix{
    width:100%;
    min-height:64px;
}

#bl_choix .list_choix{
    display:flex;
    justify-content:center;
	width:100%;
}

#bl_choix .choix_btn label{
	display:inline-block;
	width:240px;
	height:auto;
    padding:3px;
	margin:0 22px;
	color:#fff;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
    text-transform:uppercase;
    background-color:transparent;
    border:0;
    border-radius: 30px;
	cursor:pointer;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    background: radial-gradient(circle at 100% 100%, #090b31 0, #090b31 27px, transparent 27px) 0% 0%/30px 30px no-repeat,
                radial-gradient(circle at 0 100%, #090b31 0, #090b31 27px, transparent 27px) 100% 0%/30px 30px no-repeat,
                radial-gradient(circle at 100% 0, #090b31 0, #090b31 27px, transparent 27px) 0% 100%/30px 30px no-repeat,
                radial-gradient(circle at 0 0, #090b31 0, #090b31 27px, transparent 27px) 100% 100%/30px 30px no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 6px) calc(100% - 60px) no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 60px) calc(100% - 6px) no-repeat,
                linear-gradient(90deg, #b28630 0%, #f5ebb3 15%, #b1852d 37%, #f6e098 61%, #b38731 85%, #f8eeb6 100%);
}

#bl_choix .choix_btn input{
	display:none;
}

#bl_choix .choix_btn label.checked{
	color:#0b0832;
    background: radial-gradient(circle at 100% 100%, rgba(9,11,49,0) 0, rgba(9,11,49,0) 27px, transparent 27px) 0% 0%/30px 30px no-repeat,
                radial-gradient(circle at 0 100%, rgba(9,11,49,0) 0, rgba(9,11,49,0) 27px, transparent 27px) 100% 0%/30px 30px no-repeat,
                radial-gradient(circle at 100% 0, rgba(9,11,49,0) 0, rgba(9,11,49,0) 27px, transparent 27px) 0% 100%/30px 30px no-repeat,
                radial-gradient(circle at 0 0, rgba(9,11,49,0) 0, rgba(9,11,49,0) 27px, transparent 27px) 100% 100%/30px 30px no-repeat,
                linear-gradient(rgba(9,11,49,0), rgba(9,11,49,0)) 50% 50%/calc(100% - 6px) calc(100% - 60px) no-repeat,
                linear-gradient(rgba(9,11,49,0), rgba(9,11,49,0)) 50% 50%/calc(100% - 60px) 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:186px;
}

#bl_choix #openBloc2, #bl_choix #openBloc3, #bl_choix #openBloc4, #bl_choix #openBloc6{
	display:none;
}


/* PAGE: Accueil */

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

#page_home #contenu .bouton a{
	width:375px;
	line-height:66px;
    box-shadow: 0px 15px 30px 0px rgba(5,6,31,1);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(5,6,31,1);
    -moz-box-shadow: 0px 15px 30px 0px rgba(5,6,31,1);
}

#section_top{
    display:flex;
    justify-content:center;
	width:100%;
	text-align:center;
    overflow:hidden;
}

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

#section_top #bl_left #bt_participer1{
	margin-top:432px;
	margin-bottom:70px;
}

#section_top #hr{
	width:1px;
    height:100%;
    background-color:transparent;
}

#section_top #bl_right{
	width:100%;
    max-width:683px;
}

#section_top #bl_right #bl_video{
	width:94%;
    max-width:570px;
    height:320px;
    margin:0 auto;
    margin-top:50px;
    background-color:#111;
}

#section_top #bl_right #bl_right_text{
    margin-top:45px;
    font-size:19px;
    line-height:24px;
    text-transform:uppercase;
}

#section_top #bl_right #visuel_produits{
    width:460px;
    max-width:100%;
    height:auto;
    margin-top:8px;
}

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

#section_top #bl_right #bt_link a{
	width:auto;
	min-width:490px;
    margin-bottom:15px;
}

#section_tuto{
	position:relative;
	padding-top:55px;
	padding-bottom:82px;
	text-align:center;
	background-color:#090b31;
    overflow:hidden;
}

#section_tuto h1{
    text-transform:uppercase;
}

#section_tuto #bl_tuto{
	display:flex;
	flex-direction:row;
	justify-content:center;
    flex-wrap:wrap;
	margin-top:57px;
}

#section_tuto .tuto_cadre{
	width:280px;
    margin:0 14px;
	text-align:center;
}

@media screen and (max-width: 1250px){
 #section_tuto .tuto_cadre{
    margin:20px 100px;
}   
}

#section_tuto .tuto_num{
    display:block;
    width:50px;
    height:50px;
    padding-top:13px;
    margin:0 auto;
    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;
}

#section_tuto .tuto_num p{
	color:#22175e;
    font-size:24px;
    line-height:1em;
}

#section_tuto .tuto_text{
	margin-top:31px;
	font-size:18px;
	line-height:21px;
}

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


/* PAGE: Coordonnées et Contact */

#page_coord #bl_contenu form{
	width:770px;
    margin:0 auto;
	margin-top:54px;
}

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

#page_coord #bl_radio{
	float:left;
    margin-right:300px;
	margin-left:20px;
	margin-bottom:27px;
}

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

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

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

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

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

#page_coord #bl_code{
	float:left;
	width:50%;
    margin-top:16px;
}

#page_coord #bl_code label{
	width:100%;
    margin-left:20px;
	line-height:38px;
    text-transform:uppercase;
}

#page_coord #code{
	width:200px;
    text-align:center;
}

#page_coord .bl_checkbox{
	float:left;
	width:100%;
}

#page_coord #bl_checkbox1{
	margin-top:30px;
}

#page_coord #bl_checkbox2{
	margin-top:19px;
}

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

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

#page_coord #bl_contenu #form_contact .labelCentPourcent{
	float:left;
	width:100%;
}

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


/* PAGE: Déclaration */

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

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

#page_decla #bl_enseigne label, #page_decla #bl_produit label{
	width:100%;
	font-size:16px;
	line-height:42px;
    text-align:center;
    text-transform:uppercase;
}

#page_decla #bl_enseigne select, #page_decla #bl_enseigne input[type=text], #page_decla #bl_produit select{
    float:none;
	width:370px;
	margin:0 auto;
}

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

#page_decla .hr{
	width:100%;
    height:1px;
    max-width:770px;
    margin:0 auto;
    margin-top:50px;
    background-color:#fff;
}

#page_decla #bl_upload{
	margin-top:34px;
    text-align:center;
}

#page_decla #bl_upload_titre{
	width:100%;
	font-size:16px;
	line-height:42px;
    text-align:center;
    text-transform:uppercase;
}

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

#page_decla #upload_text{
    float:left;
	width:100%;
	margin-top:45px;
    font-size:18px;
    line-height:1.2em;
}

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


/* PAGE: Validation */

#page_validation #bl_contenu{
    padding-left:0;
    padding-right:0;
	text-align:center;
}

#page_validation #page_validation_text1{
    margin-top:39px;
	font-size:16px;
	line-height:1.2em;
    text-transform:uppercase;
}

#page_validation #page_validation_text2{
    margin-top:23px;
	margin-bottom:26px;
    font-size:18px;
    line-height:1.2em;
}

#page_validation #visuel_validation{
	width:auto;
	max-width:264px;
    height:auto;
}

#page_validation #visuel_validation_pdf{
	width:auto;
	max-width:100px;
}

#page_validation #page_validation_text3{
    margin-top:22px;
    font-size:18px;
    line-height:1.2em;
}

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


/* PAGE: Reveal */

#page_reveal #bl_contenu{
    padding-left:20px;
    padding-right:20px;
	text-align:center;
}

#page_reveal #bl_scratch{
    display:flex;
	width:302px;
	height:auto;
    margin:0 auto;
    margin-top:42px;
    text-align:left;
}

#page_reveal #scratch{
	width:100%;
	height:302px;
}

#page_reveal #navigateur{
	margin-top:44px;
    font-size:22px;
    line-height:1.3em;
}

#page_reveal #bl_reveal{
    display:none;
    margin-top:23px;
}

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

#page_reveal #grattage_text2{
    font-size:24px;
    line-height:29px;
    text-transform:uppercase;
}

#page_reveal #grattage_text3{
	margin-top:52px;
    font-size:18px;
    line-height:1.2em;
}

#page_reveal #bl_radio{
    display:flex; 
    flex-direction:column;
    align-items:center;
	margin-top:49px;
}

#page_reveal #bl_radio .check_ligne{
    width:630px;
	margin-top:19px;
}

#page_reveal #bl_radio .check_btn{
	background:url(../img/radio_96.png) no-repeat;
	background-position: 0px 0px;
	background-size:100%;
}

#page_reveal #bl_radio label{
	margin-left:36px;
	font-size:18px;
    line-height:24px;
}

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


/* PAGE: Confirmation */

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

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

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

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


/* PAGE: Dotation */

#page_dot #bl_contenu{
    padding-left:20px;
    padding-right:20px;
    text-align:center;
}

#page_dot .page_dot_text1{
    margin-top:44px;
	font-size:30px;
    line-height:1.2em;
    text-transform:uppercase;
}

#page_dot .page_dot_text2{
    margin-top:9px;
    margin-bottom:3px;
	font-size:17px;
	line-height:1.3em;
}

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

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


/* PAGE: Choix produits */

#page_choix #logoclaim{
    margin-bottom:49px;
}

#page_choix #bl_top{
	position:relative;
	width:1030px;
	padding:54px 52px 66px 52px;
	margin:0 auto;
    margin-bottom:30px;
	background:rgba(11,7,50,0.85);
    border-radius:100px;
	-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;
    box-shadow: 0px 15px 30px 0px rgba(7,8,40,0.5);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(7,8,40,0.5);
    -moz-box-shadow: 0px 15px 30px 0px rgba(7,8,40,0.5);
}

#page_choix #bl_contenu{
	padding:50px 78px 88px 42px;
}

#page_choix #bl_produit{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

#page_choix .produit{
    position:relative;
	width:270px;
    margin-bottom:41px;
}

#page_choix .produit_visuel{
    z-index:+1;
	position:absolute;
    top:46px;
    left:-11px;
}

#page_choix .cadre_produit{
    position:relative;
    float:right;
	width:200px;
    min-height:230px;
	padding:2px;
	background-color:#090b31;
    border-radius:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: radial-gradient(circle at 100% 100%, #090b31 0, #090b31 18px, transparent 18px) 0% 0%/20px 20px no-repeat,
                radial-gradient(circle at 0 100%, #090b31 0, #090b31 18px, transparent 18px) 100% 0%/20px 20px no-repeat,
                radial-gradient(circle at 100% 0, #090b31 0, #090b31 18px, transparent 18px) 0% 100%/20px 20px no-repeat,
                radial-gradient(circle at 0 0, #090b31 0, #090b31 18px, transparent 18px) 100% 100%/20px 20px no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 4px) calc(100% - 40px) no-repeat,
                linear-gradient(#090b31, #090b31) 50% 50%/calc(100% - 40px) calc(100% - 4px) no-repeat,
                linear-gradient(0deg, #b28630 0%, #f5ebb3 15%, #b1852d 37%, #f6e098 61%, #b38731 85%, #f8eeb6 100%);
}

#page_choix .produit_libelle{
    width:82%;
    margin:0 auto;
    margin-top:15px;
    color:#f6e098;
    font-size:15px;
    line-height:20px;
    text-align:center;
}

#page_choix .tab_produit{
	width:auto;
    margin-top:8px;
    margin-left:40px;
	border-collapse:collapse;
}

#page_choix .tab_produit td{
	padding:10px 5px 9px 5px;
	font-size:10px;
	line-height:1.2em;
}

#page_choix .tab_produit .icontaille, #page_choix .tab_produit .iconepaisseur{
    position:relative;
    top:-4px;
}

#page_choix .tab_produit .iconlubri{
    position:relative;
    top:-2px;
}

#page_choix .bt_voir{
    float:none;
    position:absolute;
    left:63px;
    bottom:-11px;
    width:auto;
}

#page_choix .bt_voir a{
	width:74px;
    padding:1px;
    margin:0;
    color:#0b0832;
	font-size:14px;
	line-height:24px;
    text-transform:none;
    border-radius:12px;
    background: radial-gradient(circle at 100% 100%, rgba(9,11,49,0) 0, rgba(9,11,49,0) 11px, transparent 11px) 0% 0%/12px 12px no-repeat,
                radial-gradient(circle at 0 100%, rgba(9,11,49,0) 0, rgba(9,11,49,0) 11px, transparent 11px) 100% 0%/12px 12px no-repeat,
                radial-gradient(circle at 100% 0, rgba(9,11,49,0) 0, rgba(9,11,49,0) 11px, transparent 11px) 0% 100%/12px 12px no-repeat,
                radial-gradient(circle at 0 0, rgba(9,11,49,0) 0, rgba(9,11,49,0) 11px, transparent 11px) 100% 100%/12px 12px no-repeat,
                linear-gradient(rgba(9,11,49,0), rgba(9,11,49,0)) 50% 50%/calc(100% - 2px) calc(100% - 24px) no-repeat,
                linear-gradient(rgba(9,11,49,0), rgba(9,11,49,0)) 50% 50%/calc(100% - 24px) calc(100% - 2px) no-repeat,
                linear-gradient(270deg, #b28630 0%, #f5ebb3 15%, #b1852d 37%, #f6e098 61%, #b38731 85%, #f8eeb6 100%);
}


/* PAGE: Produit */

#page_produit #logoclaim{
    margin-bottom:49px;
}

#page_produit #bl_top{
	position:relative;
	width:1030px;
	padding:54px 52px 66px 52px;
	margin:0 auto;
    margin-bottom:30px;
	background:rgba(11,7,50,0.85);
    border-radius:100px;
	-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;
    box-shadow: 0px 15px 30px 0px rgba(7,8,40,0.5);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(7,8,40,0.5);
    -moz-box-shadow: 0px 15px 30px 0px rgba(7,8,40,0.5);
}

#page_produit #bl_contenu{
	padding:44px 52px 150px 52px;
}

#page_produit #bl_choix .choix_btn label{
    cursor:default;
}

#page_produit #ariane{
    margin-left:40px;
    font-size:24px;
    line-height:1.2em;
    text-transform:uppercase;
}

#page_produit #ariane a{
    text-decoration:none;
}

#page_produit #ariane a:hover{
    text-decoration:underline;
}

#page_produit #ariane span{
    color:#f6e098;
}

#page_produit #bl_produit{
	position:relative;
	width:100%;
    margin-top:25px;
}

#page_produit #produit_visuel{
	position:absolute;
    top:-14px;
    left:-24px;
}

#page_produit #cadre_radient{
    float:right;
	width:788px;
    padding:2px;
	background-color:#090b31;
    border-radius:30px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow:hidden;
    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%);
}

#page_produit #cadre_produit{
    min-height:316px;
	padding:34px 88px 34px 170px;
}

#page_produit #produit_link{
    color:#f6e098;
    font-size:28px;
    line-height:1.2em;
    text-decoration:none;
}

#page_produit #produit_libelle{
    margin-top:26px;
    font-size:22px;
    line-height:1.2em;
}

#page_produit #produit_text{
    margin-top:17px;
    font-size:22px;
    line-height:1.2em;
}

#page_produit #bt_back{
    margin-top:60px;
}


/* PAGE: Mentions légales */

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


/* PAGE: Attente et Fin */

#page_out #bl_contenu{
    padding-bottom:400px;
	text-align:center;
}


/* 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 #c20012;
	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:#fff;
    border-radius:15px;
	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;
	width:30px;
	height:30px;
	top:20px;
	right:20px;
	background-color:#f6e098;
	border-radius:50%;
	cursor:pointer;
}

.lightbox_close .bar{
    position:relative;
    top:1px;
	display:block;
	width:14px;
	height:2px;
	margin:8px auto;
	background:#090b31;
	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(5px) 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(-5px) rotateZ(-45deg);
}

.lightbox_titre{
	margin-bottom:60px;
	font-size:24px;
    line-height:1.2em;
	text-align:center;
}

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

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

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

#pourcentage{
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-top: -10px;
	margin-left: -30px;
}


/* FOOTER */

footer{
	position:relative;
	width:100%;
	background-color:#fff;
}

footer ul{
	text-align:center;
}

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

footer li a{
	margin:0 14px;
	color:#1a1a1a;
	font-size:16px;
	line-height:48px;
	text-decoration:none;
	cursor:pointer;
}

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