@charset "utf-8";

/* CSS Document */

html,body{
 	max-width:1400px;
	height:100%;
	margin:auto;
}

body {

	margin:0;

	font-family:Arial, Helvetica, sans-serif;

/* 	background:url(../../images/fond.png) top repeat-x; */

	font-size:12px;

	color:#4D4D4D;

}

.texteNonDispo {
    position:absolute;
    width:300px;
    background-color:rgba(255,255,255,0.9);
    padding:10px;
    z-index:10000;
    border-radius:10px;
    font-size:14px;
    display:none;
    color:#000;
    box-shadow:3px 3px 20px #000;
}

.texteNonDispo::after {
   position:absolute;
   top:-5px;
   right:-5px;
   content:'X';
   border-radius:50%;
   width:15px;
   height:15px;
   padding:4px;
   font-size:14px;
   font-weight:600;
   background-color:#E64426;
   color:#fff;
   border:1px solid #E64426;
}

.texteNonDispo.haut {
   top:180px;
}

.texteNonDispo.bas {
   bottom:40px;
}

.texteNonDispo.gauche {
   left:00px;
}

.texteNonDispo.droite {
   right:5px;
}

.iconeFB:hover {
    cursor:pointer;
}

/* ========================================================== RGPD */
#rgpd {
	position:fixed;
	bottom:0px;
	background-color:rgba(0,0,0,0.9);
	border:1px solid #000;
	width:100%;
	left:0px;
/* 	padding:2%; */
	padding-top:2%;
	padding-bottom:2%;
	color:#fff;
	box-shadow:-3px -3px 10px #000;
}

#rgpd .texte {
	position:relative;
	float:left;
	width:50%;
	text-align:justify;
	padding-left:10%;
	padding-right:10%;
	font-size:12px;
}

#rgpd .texte a {
	color:#ef7b00;
}

#rgpd .bouton {
	position:relative;
	float:left;
	width:20%;
	padding-right:10%;
	text-align:right;
}

#rgpd .bouton input[type="button"] {
	background-color:#ef7b00;
	border:none;
	padding:10px;
	color:#fff;
	font-size:16px;
	font-weight:normal;
}

#rgpd .bouton input[type="button"]:hover {
	cursor:pointer;
}

.cadre_photo {

	border:1px #E2E2E2 solid;

}

/* ====================== CHAT ========================= */
#chat {
    /* R */
    position:fixed;
    bottom:10px;
    right:10px;
    padding:20px;
    border-radius:10px;
}

.chatIcone {
    position:relative;
    float:left;
    width:20%;
}

.chatClose {
    position:relative;
    float:right;
}

.chatClose img {
    position:relative;
    float:left;
    margin-top:6px;
    margin-right:5px;
    width:20px;
}

#chatImgHide:hover {
    cursor:pointer;
}

#chatNouv {
    position:relative;
    float:left;
    margin-top:11px;
    margin-right:10px;
    background-color:#e5923e;
    border-radius:50%;
    width:10px;
    height:10px;
}

.chatClose input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color:transparent;
    color:#fff;
    border:none;
    font-size:20px;
}

.chatClose input[type="button"]:hover {
    cursor:pointer;
}

.chatIcone img {
    width:100%;
}

.chatTexte {
    position:relative;
    float:left;
    width:80%;
    font-size:14px;
    color:#e5923e;
    text-align:center;
}

.chatTexte:hover {
    cursor:pointer;
}

.chatTitre {
    font-size:24px;
    color:#fff;
}

.chatDesc {
    position:relative;
    float:left;
    width:100%;
    color:#fff;
    margin-top:20px;
}

.chatBouton {
    padding:10px;
    font-size:16px;
    margin-top:20px;
    margin-bottom:20px;
}

#chatChat {
    position:relative;
    float:left;
    width:100%;
}

#chatLog {
    /* R */
    position:relative;
    float:left;
    width:calc(100% - 10px);
    color:#fff;
    padding:5px;
    margin-top:20px;
    overflow-y:scroll;
}

#chatLog .systeme {
    position:relative;
    float:left;
    width:90%;
    margin-left:5%;
    margin-right:5%;
    text-align:center;
    color:#aaa;
    font-style:italic;
    margin-top:10px;
}

#chatLog .client {
    position:relative;
    float:right;
    width:80%;
    margin-left:20%;
    text-align:right;
    color:#fff;
    margin-top:10px;
}

#chatLog .hotline {
    position:relative;
    float:left;
    width:80%;
    margin-right:20%;
    text-align:left;
    color:#e5923e;
    margin-top:10px;
}

#chatMessage {
    position:relative;
    float:left;
    width:100%;
    margin-top:20px;
}
/* ========================================================== */
.logo_noel {
	float:left;
	background:url(../../images/logo_noel.png) top center no-repeat;
	width:344px;
	height:110px;

}

.logo_noel:hover {

	background:url(../../images/logo_noel.png) bottom center no-repeat;

}

.clear {

	clear:both;

}

.display {

	display:none;

}

.trait {

	border-bottom:solid 1px #666666;

	margin-top:2px;

	margin-bottom:2px;

}

.trait2 {

	border-bottom:solid 1px #E2E2E2;

	margin-top:8px;

	margin-bottom:8px;

}

.centre_image {

	display:block;

	margin:auto;

}

a {

	text-decoration:none;

	color:#F7931D;

}

a:hover {

	color:#F7AD29;

	text-decoration:underline;

}

a img {

	border:none;

}

h1 {

	background:url(../../images/btn_puce_voir_detail.png) no-repeat left;

	color:#4D4D4D;

	font-size:22px;

	text-transform:uppercase;

	padding-left:25px;

	margin-top:0px;

}

/***** Blocs *****/

.g-recaptcha:hover {
    cursor:pointer;
}





#header {
/* 	height:392px; */
	width:100%;
}

#header_haut {
	float:left;
	width:100%;
	border-bottom:5px solid #fff;
	background: #ff7500; /* Old browsers */
	background: -moz-linear-gradient(left, #ff7500 20%, #f4c320 30%, #ff7500 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff7500 20%,#f4c320 30%,#ff7500 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff7500 20%,#f4c320 30%,#ff7500 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 	max-height:110px; */
	padding-bottom:5px;
}

#header_content {
	width:100%;
	margin:auto;
/* 	margin:auto; */
/* 	height:200px; */
	vertical-align:middle;
}

#logo {
	/* Resp */
	float:left;
	background: #ffdd00; /* Old browsers */
	background: -moz-linear-gradient(top, #ffdd00 60%, #f5a413 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffdd00 60%,#f5a413 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffdd00 60%,#f5a413 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	border-radius:20px;
	text-align:center;
	vertical-align:middle;
}

/*#logo:hover {

	background-position:bottom center;

}*/

#gauche_header {
	/* Resp */
	position:relative;
	float:left;
 	vertical-align:bottom;
	border-radius:20px;
/* 	margin-left:1%; */
}

/* #header_barre_blanche { */
/* 	background-color:#fff; */
/* 	height:30px; */
/* 	margin-left:1%; */
/* 	width:100%; */
/* 	border-radius:50px 20px 0px 0px; */
/* } */


#divPanier {
	background-color:#000;
	color:#fff;
/* 		padding:5px; */
	text-align:right;
}

.boutDivPan {
	background-color:#ff7500;
	color:#fff;
	border:5px;
	border:none;
	padding:5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.boutDivPan {
	background-color:#ffaa55;
	cursor:pointer;
}

#divConnexion {
	background-color:#f4c320;
	color:#fff;
/* 		padding:5px; */
	text-align:center;
	margin-bottom:2px;
}

.boutDivConn {
	background-color:#ff7500;
	color:#fff;
	border:5px;
	border:none;
	padding:5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.boutDivConn:hover {
	background-color:#ffaa55;
	cursor:pointer;
}

#headline {
	/* Resp */
	float:left;
	width:99%;
	text-align:left;
	padding-left:1%;
	color:#fff;
}

#headline a {
	color:#fff;
}

#texte_header {
	/* Resp */
	position:relative;
/*	margin-right:1%;*/
	color:#D05214;
	font-size:12px;
/* 	height:90px; */
/* 	vertical-align:middle; */
	text-align:justify;
	padding:1%;
	background: #fec434; /* Old browsers */
	background: -moz-linear-gradient(left, #fec434 0%, #fe8409 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fec434 0%,#fe8409 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fec434 0%,#fe8409 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius:5px;
	box-shadow:3px 3px 10px #fe8409 inset;
}

#droite_header {
	/* Resp */
	float:left;
	background-color:#fec434;
	box-shadow:3px 3px 10px #fe8409 inset;
}

#tel_header {

	float:left;

	margin-top:10px;

	margin-left:10px;

	color:#EE7B00;

	font-size:12px;

}

#rech_rapide {

	float:left;
	clear:left;
	margin-top:8px;

	margin-left:7px;

	border-radius:5px 20px 0px 0px;

}

.header_rech_rapide {
	background-color:#fff;
}

#horaires {

/* 	background:url(../../images/degrade_horaires.png) top center no-repeat; */
	background-color:#fff;
	width:99%;

/* 	padding:3px; */

/* 	padding-left:8px; */

	font-size:9px;

	margin-left:1%;
	line-height:12px;

/* 	margin-left:7px; */

	margin-top:3px;

}



#contenu {
/* 	height:100%; */
	width:100%;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(left, #f0f0f0 0%, #ffffff 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f0f0f0 0%,#ffffff 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f0f0f0 0%,#ffffff 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	margin:auto;
}

#haut_accueil {
/* 	background:url(../../images/fond_haut_accueil.png); */
	background: rgb(117,117,117); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(117,117,117,1) 20%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(117,117,117,1) 20%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(117,117,117,1) 20%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width:100%;
/* 	height:207px; */
}

#video_accueil {
	/* Resp */
	float:left;
/* 	margin:10px; */
/* 	margin-right:8px; */
	text-align:left;
}

#facebook {
	border:none;
	overflow:hidden;
	width:100%;
	height:220px;
	text-align:center;
}

#lien-tnr {
	float:left;
	width:155px;
}

#content {
	/* Resp */
/* 	background:url(../../images/fond_contenu.gif); */
	background-color:#f0f0f0;
}

#contenu_gauche {
	/* Resp */
	float:left;
}

.col_gauche1 {
	/* Resp */
	float:left;
}

.col_gauche2 {
	/* Resp */
	float:left;
}

.col_liseret {
	/* Resp */
/* 	background:url(../../images/ligne_gauche_contenu.png) bottom left no-repeat; */
	padding-bottom:15px;
}

.col_liseret2 {
/* 	background:url(../../images/ligne_gauche_contenu.png) bottom left no-repeat; */
	padding-bottom:15px;
	padding-left:15px;
	margin-top:15px;
}

#contenu_droite {
	float:right;
	width:200px;
}

.contenu_droite_titre2 {
	float:left;
	background:#ededed;
	padding:5px;
	border-radius:3px;
	width:100%;
	color:#AE8C22;
	font-size:11px;
	text-transform:uppercase;
}

.bloc_droite {
	background:url(../../images/col_droite_fond.gif) repeat-y;
	width:186px;
	padding-left:3px;
	padding-right:3px;
}

.bloc_droite_content {

	padding:5px;

}

#bloc_recherche {
	padding-top:5px;
	padding-bottom:5px;
	background:url(../../images/fond_cadre_laune.gif) repeat-y left;
}

#fil_ariane {

	padding:10px;

	padding-left:0;

	color:#D05214;

	font-size:11px;

}

.vignette_cat {

	float:left;

	width:156px;

	height:175px;

	background:#FFF;

	margin:10px;

	margin-left:15px;

	margin-right:15px;

	box-shadow:0 0 5px #999;

}

.photo_vignette_cat {

	display:block;

	height:104px;

	margin-top:5px;

	padding:1px;

}

.lien_cat {

	display:block;

	text-align:center;

	background:url(../../images/fond_titre_listing_black.jpg);

	width:142px;

	height:49px;

	margin:auto;

	margin-top:5px;

	padding-top:4px;

	font-size:13px;

	color:#FFF;

	font-weight:bold;

}

.vignette_prod {
	/* Resp */
	float:left;
	background:#FFF;
	box-shadow: 0 0 5px #999999;
}

.gauche_vignette_prod {
	/* Resp */
	float:left;
}

.droit_vignette_prod {
	float:right;
}

.photo_vignette_prod {

	display:block;

	height:139px;

	padding:1px;

}

.prix_vignette {
	float:left;
	padding:4px;
	width:110px;
	height:16px;
	background:url(../../images/fond_deg_prix.gif);
	font-size:14px;

}

.prix_vignette strike{

	font-size: 11px;

	color:#1D1B1B;

	float: right;

    line-height: 20px;

}

.reduc_vignette {

	background:url(../../images/fond_deg_prix_reduc.gif);

	float:left;

	padding:5px 3px 3px 3px;

	width:30px;

	height:16px;

	color: #FCEE21;

	font-size: 12px;

}

.droit_vignette_prod h2 {

	color: #D05214;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	margin:0;

}

.lien_detail {
	/* Resp */
	float:right;
	padding:5px;
	padding-right:22px;
	background:url(../../images/btn_puce_voir_detail.png) right center no-repeat;
	height:14px;
	margin-right:5px;
}

/***** Texte *****/
#enStockPrix {
	/* Resp */
	font-size:16px;
	font-weight:400;
	text-align:left;
	margin-left:10px;
	padding-top:10px;
	line-height:25px;
}

#enStock {
	font-size:14px;
	padding-top:10px;
	padding-bottom:20px;
}

.vert {
	color:#398d2a;
}

#lienPopup {
	font-size:14px;
	text-decoration:underline;
}

#lienPopup:hover {
	cursor:pointer;
}

#popupInfoLivraison {
	/* Resp */
	position:relative;
	float:left;
	background-color:#fff;
	margin-top:10px;
	margin-bottom:20px;
	padding:20px;
	box-shadow:3px 3px 10px #222;
	border-radius:10px;
	text-align:justify;
}

#popupInfoLivraison #triangle {
	/* Resp */
	position:absolute;
	top:-10px;
	display : inline-block;
 	height : 0;
	width : 0;
	 border-right : 10px solid transparent;
	 border-bottom : 17px solid #fff;
	 border-left : 10px solid transparent;
}

#popupInfoLivraison .titre {
	display:block;
	text-align:center;
	width:100%;
	font-weight:300;
	font-size:18px;
}

#popupInfoLivraison .stitre {
	display:block;
	text-align:center;
	width:100%;
	color:#398d2a;
	font-weight:300;
	font-size:16px;
}

.orange_fonce {

	color:#D05214;

}

.orange {

	color:#EE7B00;

}

.blanc {

	color:#FFF;

}

.taille_14 {

	font-size:14px;

}

.taille_18 {

	font-size:18px;

}

.lien_orange {

	color: #EE7B00;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-decoration: none;

}

/***** Form *****/







.input_226 {

	border:none;

	background:url(../../images/input_226.png) no-repeat;

	width:220px;

	height:18px;

	padding:3px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;

	font-weight:bold;

	color:#666666;

}

.input_texte_gris {

	background:url(../../images/fond_champ_gris.png) no-repeat;

	border: 0 none;

	color: #666666;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	height: 16px;

	width:165px;

	padding: 4px;

}

.bloc_recherche {
	/* Resp */
	float:left;
	font-size:12px;
	font-weight:bold;
	background:url(../../images/fleche_liste.jpg) 176px center no-repeat #FFF;
	border-radius:3px;
}

.bloc_recherche p {

	width:156px;

	margin:0;

	padding-right:30px;

}

.div_liste {

	background:#FFF;

	margin-left: -6px;

	margin-top:6px;

	padding:5px;

	position: absolute;

	width: 190px;

	z-index: 50;

	display:none;

	border:solid 1px #101011;

	border-radius:3px;

}

.liste_recherche {

	margin:0;

	padding:0;

	max-height:164px;

	list-style:none;

	overflow:auto;

}

.liste_recherche a {

	display:block;

	text-decoration:none;

	color:#7A7A6F;

	padding:5px;

	background:#FFF;

	border:solid 1px #808080;

	border-radius:3px;

	margin-bottom:3px;

}

.liste_recherche a:hover {

	background:#e0e0e0;

}

.inputtext {

	height:18px;

	background:#FFF;

	border:#908d83 1px solid;

	font-size:12px;

	border-radius:3px;

	padding-bottom:3px;

}

.inputtext_recherche {

	float:left;

	border:none;

	width:188px;

	height:14px;

	font-size:12px;

	margin-top:6px;

	padding:6px;

	font-weight:bold;

	background:#FFF;

	border-radius:3px;

}

.textarea {

	background:#FFF;

	border:#908d83 1px solid;

	font-size:12px;

	border-radius:3px;

}

.select {

	height:22px;

	background:#FFF;

	border:#908d83 1px solid;

	font-size:12px;

	border-radius:3px;

}

/***** Footer  ****/



#footer {

	margin:auto;

	width:99%;

/* 	background:#FDC825 url(../../images/fond_bas.png) top center repeat-x; */
	background: #ee7b00; /* Old browsers */
	background: -moz-linear-gradient(top, #ee7b00 0%, #fdc825 15%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ee7b00 0%,#fdc825 15%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ee7b00 0%,#fdc825 15%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7b00', endColorstr='#fdc825',GradientType=0 ); /* IE6-9 */
	padding-bottom:20px;
	padding-left:1%;

}

#footer_contenu {

	margin:auto;

	width:100%;

	min-height:100px;

	padding-top:45px;

}

#footer_contenu p {

	margin-top:3px;

	margin-bottom:3px;

	font-size:11px;

}

.texte_orangef {

	color: #D05214;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

.lien_orange_bas {

	color: #D05214;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	text-decoration: none;

}

.lien_orange_bas:hover {

	color:#813412;

}

#footer2 {

	float:left;

	background:url(../../images/zone_bbas_ref_fond.png) repeat-x top center;

/* 	padding:10px; */

	width:100%;

	margin-top:10px;

	border-radius:5px;

}

.bloc_footer {

	border-right: 1px solid #F2AA21;

	float: left;

	margin: 10px;

	width: 215px;

}

.bloc_news {
	/* Resp */
	float:left;
/* 	margin-right:10px; */

/* 	margin-top:10px; */
}

.bloc_news_col1 {
	/* Resp */
	float:left;
	margin-right:1px;
}

.bloc_news_col1 a {

	text-decoration:none;

}

.edito_picto {

	float:left;

	background:url(../../images/fond_curseur_news.png);

	width:18px;

	height:22px;

	padding:6px;

	padding-left:14px;

	color:#FFFFFF;

	text-decoration:none;

	font-weight:bold;

	font-size:16px;

	margin-bottom:1px;

}

.edito_picto a:hover {

	background:url(../../images/fond_curseur_hover_news.png);

}

.edito_picto_actif {

	float:left;

	background:url(../../images/fond_curseur_hover_news.png);

	width:18px;

	height:22px;

	padding:6px;

	padding-left:14px;

	color:#FFFFFF;

	text-decoration:none;

	font-weight:bold;

	font-size:16px;

	margin-bottom:1px;

}

.bloc_news_col2 {
	/* Resp */
	float:left;
	background:#FFFFFF;

}

.contenu_detail {
	/* Resp */
	margin:auto;
	margin-top:20px;
	background:#FFF;
	box-shadow: 0 0 5px #999999;
}

#contenu_detail_gauche {

	float:left;

	width:48%;
	margin-right:2%;
}

#prix_detail {

	float:left;

	width:100%;

	background:url(../../images/fond_deg_prix.gif) repeat-x;

	height:18px;

	font-size:15px;

	font-weight:bold;

	padding:3px;

}

#promo_detail {

	float:left;

	width:84px;

	background:url(../../images/fond_deg_prix_reduc.gif) repeat-x;

	height:18px;

	font-size:15px;

	font-weight:bold;

	padding:3px;

	color: #FCEE21;

}

#contenu_detail_droite {
	float:right;
	width:50%;
	text-align:left;
}

.listing_min {

	float:left;

	margin:10px;

	width:160px;

	text-align:center;

}

/***** CALCULETTE **************************************************/







#calculette {

	width:255px;

	height:250px;

	padding-top:60px;

	padding-left:12px;

	padding-right:12px;

	float:right;

	background:url(../../images/bg_calculette.png) no-repeat;

	color:#CECECE;

}

.input {

	width:255px;

	height:30px;

	border:none;

	margin-top:5px;

	margin-bottom:8px;

	padding-left:10px;

	font-size:14px;

	background:url(../../images/bg_input.png) no-repeat;

}

#btn_calculer {

	width:255px;

	height:47px;

	margin-top:15px;

	border:none;

	cursor:pointer;

	background:url(../../images/btn_calculer.png) no-repeat;

}

#page_calculette {

	padding:10px;

}

#page_calculette ul {

	padding:10px;

	list-style-image:url(../../images/fleche_calculette.png);

	padding:0px;

	margin:0px;

	padding-left:25px;

}

.titre_tab_reglementation {
	color:#D05214;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

.div_tab_reglementation {
	float:left;
	background:#F3F2F2;
	width:98%;
	padding:1%;
}

.reglBloc {
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}

.regl50 {
	/* Resp */
	float:left;
}

.regl50.text {
	display:inline;
	background-color:#fff;
	height:102px;
	vertical-align:middle;
	text-align:center;
}

.reglBordure {
	display:inline-block;
	border:8px solid #ccc;
	background-color:#fff;
	padding:10px;
}

.regl50.image {
	min-width:237px;
}

.regl50.bouton {
	/* Resp */
	display:block;
	background:#EE7B00;
	color:#FFF;
	text-transform:uppercase;
	height:26px;
	border-radius:5px;
	padding-top:14px;
	text-align:center;
	vertical-align:middle
}

.tab_reglementation_annotation {

	font-size:10px;

}

.taille_ttc {

	font-size:9px;

}

.facebook{

	float:right;

	margin:10px 5px 5px 10px;

}



/*------------------FACEBOOK---------------------*/



#voile_popup{

	display:block;

	position:fixed;

	z-index:9;

	background:rgba(255,255,255,0.80);

	width:100%;

	height:100%;

	top :0;

	left :0;

}

#popup_fb{

	position:absolute;

	left:50%;

	margin-left:-250px;

	top:50%;

	margin-top:-300px;

	width:500px;

	height:500px;

	z-index:10;

	text-align:center;

}

#popup_fb_site{

	position:absolute;

	left:50%;

	margin-left:-250px;

	top:50%;

	margin-top:-300px;

	width:520px;

	height:503px;

	z-index:10;

	text-align:center;

	background:url(../../images/jeu_facebook/popup_site.png) no-repeat;

}

.bulle{

	border:8px solid #F7931D;

	background:#ffffff;

	width:400px;

	height:400px;

	margin:auto;

	text-align:center;

	border-radius:213px;

	padding:20px;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	font-size:1.8em;

}

.clearfix:after {

     content: ".";

     display: block;

     clear: both;

     visibility: hidden;

     line-height: 0;

     height: 0;

}

.titre{

	color:#F7931D;

	font-weight:bold;

	font-size:1.5em;

}

.btn_def{

	margin:auto;

	background:#F7931D;

	color:#FFFFFF;

	font-weight:bold;

	font-size:1.7em;

	padding:10px 40px;

	border:3px solid #FFFFFF;

	border-radius:10px;

	margin-top:30px;

}

.btn_fermer{

	position:absolute;

	z-index:11;

	right:80px;

	top:50px;

	background:#F7931D;

	color:#FFFFFF;

	font-weight:bold;

	font-size:1.5em;

	border:3px solid #FFFFFF;

	border-radius:23px;

	width:40px;

	height:40px;

	text-align:center;

	line-height:1.1em;

}

.btn_def:hover, .btn_fermer:hover{

	border:3px solid #F7931D;

	text-decoration:none;

	color:#FFFFFF;

}

#popup_fb_site .btn_fermer{

	background:#000000;

	font-size:2em;

	line-height:1.5em;

	right:54px;

	top:57px;

}

#popup_fb_site .btn_fermer:hover{

	border:3px solid #FFFFFF;

	background:#F7931D;

}

#popup_fb_site .bloc_btn{

	display:block;

	padding-top:298px;

}

#popup_fb_site .bloc_nmerci{

	display:block;

	padding-top:200px;

}

#popup_fb_site .btn_jouer{

	padding: 5px 20px;

	font-size:2em;

	box-shadow:0px 0px 15px rgba(255,255,255,1) ;

}

#popup_fb_site .btn_def{

	border:none;

	background:#000000;

}

#popup_fb_site .btn_def:hover{

	background:#F7931D;

}

.fb-like{

	padding:10px;

}

#img_principale{

	background:url(../../images/jeu_facebook/IMG_principale.jpg) no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	/*min-height:999px;*/

	text-align:center;

}

#menu_jeu{

	float:right;

	width:100px;

	padding:0px;

	margin:160px 0 0 0;

	list-style:none;

}

#menu_jeu>li>a{

	display:block;

	background:#FFFFFF;

	border:3px solid #F7931D;

	color:#222222;

	padding:5px;

	margin:5px 0px;

	font-weight:bold;

	font-size:1.250em;

	text-align:center;

}

#menu_jeu>li>a:hover{

	text-decoration:none;

	color:#FFFFFF;

	background:#F7931D;

}

.zone_btn{

	display:block;

	text-align:center;

	margin:230px 0 0 0;

}

.btn_jouer{

	color:#FFFFFF;

	font-size:2.8em;

	font-weight:bold;

	padding:15px 35px;

	background: rgb(254,176,82); /* Old browsers */

	background: -moz-linear-gradient(left,  rgba(254,176,82,1) 0%, rgba(246,119,59,1) 49%, rgba(214,100,58,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,176,82,1)), color-stop(49%,rgba(246,119,59,1)), color-stop(100%,rgba(214,100,58,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(left,  rgba(254,176,82,1) 0%,rgba(246,119,59,1) 49%,rgba(214,100,58,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(left,  rgba(254,176,82,1) 0%,rgba(246,119,59,1) 49%,rgba(214,100,58,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(left,  rgba(254,176,82,1) 0%,rgba(246,119,59,1) 49%,rgba(214,100,58,1) 100%); /* IE10+ */

	background: linear-gradient(to right,  rgba(254,176,82,1) 0%,rgba(246,119,59,1) 49%,rgba(214,100,58,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb052', endColorstr='#d6643a',GradientType=1 ); /* IE6-9 */

	border-radius:10px;

	border:3px solid #E7E7E7;

}

.infos_jeu_footer{

	display:block;

	margin:280px 0 0 0;

	padding:20px;

	color:#FFFFFF;

	text-align:left;

}

#sondage1{

	background:url(../../images/jeu_facebook/Sondage1.jpg) top no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	text-align:center;

}

#sondage1 p.indic{

	color:#FFFFFF;

	font-size:2em;

}

.bloc_choix{

	margin:0px auto;

	padding:0px;

	list-style:none;

	max-width:80%;

}

.bloc_choix>li{

	float:left;

	width:50%;

	padding:20px;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

.bloc_choix>li>a{

	display:block;

	border:5px solid #F7931D;

	background:#FFFFFF;

	padding:15px;

	border-radius:10px;

	font-weight:bold;

	color:#000000;

	font-size:2em;

	letter-spacing:-0.5px;

	line-height:1.1em;

	min-height:120px;

}

.bloc_choix>li>a>span{

	display:block;

	font-size:2.4em;

	color:#F7931D;

	padding:10px 0px 5px 0px;

}

.bloc_choix>li>a:hover, .bloc_choix>li>a.active{

	background:#F7931D;

	color:#FFFFFF;

	text-decoration:none;

}

.bloc_choix>li>a:hover>span, .bloc_choix>li>a.active>span{

	color:#FFFFFF;

}





.bloc_choix>li>div{

	cursor: pointer;

	display:block;

	border:5px solid #F7931D;

	background:#FFFFFF;

	padding:15px;

	border-radius:10px;

	font-weight:bold;

	color:#000000;

	font-size:2em;

	letter-spacing:-0.5px;

	line-height:0.938em;

	min-height:110px;

}

.bloc_choix>li>div>span{

	display:block;

	cursor: pointer;

	font-size:2.4em;

	color:#F7931D;

	padding:10px 0px 5px 0px;

}

.bloc_choix>li>div:hover {

	cursor: pointer;

	background:#F7931D;

	color:#FFFFFF;

	text-decoration:none;

}

.bloc_choix>li>div.active{

	color:#FFFFFF;

	background:#F7931D;

	cursor: auto;

	text-decoration:none;

}

.bloc_choix>li>div:hover>span{

	color:#FFFFFF;

	cursor: pointer;

}

.bloc_choix>li>div.active>span{

	color:#FFFFFF;

	cursor: auto;

 }



#sondage1 .bloc_choix{

	margin-top:180px;

}

#sondage1 .infos_jeu_footer{

	margin:0;

}

.btn_navig{

	color:#FFFFFF;

	font-size:1.6em;

	font-weight:bold;

	padding:5px 10px;

	background: rgb(254,176,82); /* Old browsers */

	background: -moz-linear-gradient(left,  rgba(254,176,82,1) 0%, rgba(246,119,59,1) 49%, rgba(214,100,58,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,176,82,1)), color-stop(49%,rgba(246,119,59,1)), color-stop(100%,rgba(214,100,58,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(left,  rgba(254,176,82,1) 0%,rgba(246,119,59,1) 49%,rgba(214,100,58,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(left,  rgba(254,176,82,1) 0%,rgba(246,119,59,1) 49%,rgba(214,100,58,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(left,  rgba(254,176,82,1) 0%,rgba(246,119,59,1) 49%,rgba(214,100,58,1) 100%); /* IE10+ */

	background: linear-gradient(to right,  rgba(254,176,82,1) 0%,rgba(246,119,59,1) 49%,rgba(214,100,58,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb052', endColorstr='#d6643a',GradientType=1 ); /* IE6-9 */

	border-radius:10px;

	border:3px solid #E7E7E7;

	text-transform:uppercase;

	margin:20px;

	cursor:pointer;

}

.suivant{

	float:right;

}

.btn_jouer:hover, .btn_navig:hover{

	background:#f6773b;

	text-decoration:none;

	color:#FFFFFF;

}

.center{

	text-align:center;

}

#sondage2{

	background:url(../../images/jeu_facebook/Sondage2.jpg) top no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	text-align:center;

}

#sondage2 .bloc_choix, #sondage3 .bloc_choix, #sondage3_2 .bloc_choix, #sondage3_3 .bloc_choix, #sondage3_4 .bloc_choix{

	margin-top:125px;

}

#sondage2 .bloc_choix>li>a>span, #sondage3 .bloc_choix>li>a>span, #sondage3_2 .bloc_choix>li>a>span, #sondage3_3 .bloc_choix>li>a>span, #sondage3_4 .bloc_choix>li>a>span{

	font-size:0.938em;

	font-weight:normal;

	padding-top:140px;

}

#sondage2 .bloc_choix>li>div>span, #sondage3 .bloc_choix>li>div>span, #sondage3_2 .bloc_choix>li>div>span, #sondage3_3 .bloc_choix>li>div>span, #sondage3_4 .bloc_choix>li>div>span{

	font-size:0.938em;

	font-weight:normal;

	padding-top:140px;

}

#sondage2 #tr_animaux{

	background:url(../../images/jeu_facebook/sondage2_tr_animaux.png) no-repeat;

	background-size:100%;

}

#sondage2 #tr_engin{

	background:url(../../images/jeu_facebook/sondage2_tr_engin.png) no-repeat;

	background-size:100%;

}

#sondage2 #mu_particulier{

	background:url(../../images/jeu_facebook/sondage2_mu_particulier.png) no-repeat;

	background-size:100%;

}

#sondage2 #mu_professionnel{

	background:url(../../images/jeu_facebook/sondage2_mu_professionnel.png) no-repeat;

	background-size:100%;

}

#sondage3{

	background:url(../../images/jeu_facebook/Sondage3.jpg) top no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	text-align:center;

}

#sondage3 #chevaux{

	background:url(../../images/jeu_facebook/sondage3_chevaux.png) no-repeat;

	background-size:100%;

}

#sondage3 #chien{

	background:url(../../images/jeu_facebook/sondage3_chien.png) no-repeat;

	background-size:100%;

}

#sondage3 #bovin{

	background:url(../../images/jeu_facebook/sondage3_bovin.png) no-repeat;

	background-size:100%;

}

#sondage3 #autre{

	background-size:100%;

}

#autre{

	padding:70px 0 15px 0 !important;

}

#sondage3 .autre{

	min-height:189px;

}

#sondage3_2{

	background:url(../../images/jeu_facebook/Sondage3_2.jpg) top no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	text-align:center;

}

#sondage3_2 .bloc_choix, #sondage3_4 .bloc_choix{

	max-width:95%;

}

#sondage3_2 .bloc_choix>li, #sondage3_4 .bloc_choix>li{

	width:33%;

}

#sondage3_2 #voiture{

	background:url(../../images/jeu_facebook/Sondage3_2_voiture.jpg) no-repeat;

	background-size:100%;

}

#sondage3_2 #moto{

	background:url(../../images/jeu_facebook/Sondage3_2_moto.jpg) no-repeat;

	background-size:100%;

}

#sondage3_2 #quad{

	background:url(../../images/jeu_facebook/Sondage3_2_quad.jpg) no-repeat;

	background-size:100%;

}

#sondage3_2 #bateau{

	background:url(../../images/jeu_facebook/Sondage3_2_bateau.jpg) no-repeat;

	background-size:100%;

}

#sondage3_2 #jet{

	background:url(../../images/jeu_facebook/Sondage3_2_jet.jpg) no-repeat;

	background-size:100%;

}

#sondage3_2 #autre{

	background-size:100%;

}

#sondage3_2 .autre{

	min-height:167px !important;

}

#sondage3_3{

	background:url(../../images/jeu_facebook/Sondage3_3.jpg) top no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	text-align:center;

}

#sondage3_3 #fourgon{

	background:url(../../images/jeu_facebook/Sondage3_3_fourgon.jpg) no-repeat;

	background-size:100%;

}

#sondage3_3 #bagagere{

	background:url(../../images/jeu_facebook/Sondage3_3_bagagere.jpg) no-repeat;

	background-size:100%;

}

#sondage3_3 #plateau{

	background:url(../../images/jeu_facebook/Sondage3_3_plateau.jpg) no-repeat;

	background-size:100%;

}

#sondage3_3 #basculante{

	background:url(../../images/jeu_facebook/Sondage3_3_basculante.jpg) no-repeat;

	background-size:100%;

}

#sondage3_4{

	background:url(../../images/jeu_facebook/Sondage3_3.jpg) top no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	text-align:center;

}

#sondage3_4 #fourgon{

	background:url(../../images/jeu_facebook/Sondage3_4_fourgon.jpg) no-repeat;

	background-size:100%;

}

#sondage3_4 #benne{

	background:url(../../images/jeu_facebook/Sondage3_4_benne.jpg) no-repeat;

	background-size:100%;

}

#sondage3_4 #espace_vert{

	background:url(../../images/jeu_facebook/Sondage3_4_espace_vert.jpg) no-repeat;

	background-size:100%;

}

#sondage3_4 #plateau{

	background:url(../../images/jeu_facebook/Sondage3_4_plateau.jpg) no-repeat;

	background-size:100%;

}

#sondage3_4 #agricole{

	background:url(../../images/jeu_facebook/Sondage3_4_agricole.jpg) no-repeat;

	background-size:100%;

}

#sondage3_4 #autre{

	background-size:100%;

}

#sondage3_4 .precisez{

	min-height:167px !important;

}

#formulaire{

	background:url(../../images/jeu_facebook/formulaire.jpg) top no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	text-align:center;

}

#formulaire form{

	border:5px solid #FFFFFF;

	margin:20px auto;

	max-width:90%;

	color:#FFFFFF;

	margin-top:105px;

	font-size:1.375em;

}

#formulaire form label{

	color:#F7931D;

	font-weight:bold;

}

#civilite label{

	color:#FFFFFF !important;

	font-weight:normal !important;

}

#formulaire form input, #partage form input, #onglet_partager form input, #formulaire form select{

	border-radius:5px;

	padding:3px;

	width:70%;

}

#formulaire form input#nee, #formulaire form input#nee2, #formulaire form input#dep{

	width:80px;

}

#formulaire form input#nee3{

	width:125px;

}

#formulaire p{

	margin-top:0px;

}

#formulaire form .check{

	width:auto;

}

#partage{

	background:url(../../images/jeu_facebook/partage.jpg) top no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	text-align:center;

}

#partage form{

	margin:20px auto;

	max-width:90%;

	color:#FFFFFF;

	margin-top:250px;

	font-size:1.375em;

}

#partage form .envoyer, #onglet_partager form .envoyer{

	font-size:1.125em;

	margin:0px;

}

#partage form label strong{

	color:#F7931D;

}

#partage form p, #onglet_partager form p{

	font-size:0.813em;

}

#agagner{

	background:url(../../images/jeu_facebook/Agagner.jpg) top no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	min-height:944px;

	text-align:center;

}

#agagner .zone_btn{

	margin: 460px 0 0 0;

}

#onglet_partager{

	background:url(../../images/jeu_facebook/onglet_partager.jpg) top no-repeat #000000;

	background-size:100%;

	width:100%;

	max-width:720px;

	margin:auto;

	height:100%;

	text-align:center;

}

#onglet_partager form{

	margin:20px auto;

	max-width:90%;

	color:#FFFFFF;

	margin-top:120px;

	font-size:1.375em;

}







li .autre{

}



#overlay{

	position:fixed;

	width:100%;

	height:100%;

	z-index:2;

}

#message{

	position:fixed;

	width:447px;

	height:600px;

	left:50%;

	top:50%;

	z-index:3;

	margin-left:-223px;

	margin-top:-300px;

}

#formDownloadFT {
	text-decoration:none;
	color:#F7931D;
	text-align:center;
	width:100%;
}

#formDownloadFT:hover {
	cursor:pointer;
}
