@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: none repeat scroll 0 0 #fff;
	font-family: "Lato", trebuchet ms, verdana, arial, sans-serif;
}
h2 {
    font-size: 1.8rem;
    margin: 3%;
    text-align: center;
    color: #4b4b4b;
    background: #ffdc23;
    margin: 0;
    padding: 7px;
}
.row input, .row textarea {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 1.2rem;
	padding: 4% 0%;
	width: 95%;
	text-align: center;
	color: #49d;
}
#bouton_envoyer {
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #d33, #ab0000) repeat scroll 0 0;
    color: #fff;
    font-size: 2em;
    margin: 2%;
    padding: 3% 0;
    width: 95%;
}

#res_gagne #bouton_envoyer {
  
	font-size: 1em;  
}


a.flyover {}
a.flyover span {
    position: absolute;
    background: #fff;
    box-shadow: 0 5px 15px -8px #000;
    margin: -5px -10px;
    transition: all 0.3s ease 0.01s;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}
a.flyover:hover span {
    opacity: 1;
    width: 150px;
    padding: 20px;
    height: auto;
}
form {
}
label {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.row {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 1px solid #999;
	border-top: 1px solid #fff;
	font-size: 1.5rem;
	margin: 0% auto;
	max-width: 500px;
	padding: 3%;
}
.alert {
	background: #900;
	color: #fff;
	padding: 2%;
	margin: 5px auto;
	text-align: center;
}
.alert span {
	display: block;
}
#page {
    width: 100%;
    max-width: 650px;
    margin: auto;
}
a:hover {
	transition: all 0.3s ease 0s;
}
.infomail {
	margin: 10px auto;
	color: #fff;
	display: none;
	text-align: center;
}
#roulette {
	border: 0 solid blue;
	clear: both;
	margin: 5% auto 0;
	max-width: 600px;
	width: 95%;
}
.roulette {
	background: url("over_lettre.png") no-repeat scroll center center #cda183;
	background: url("over_lettre.png") no-repeat scroll center center / 100% 100% #cda183;
	border-radius: 10px;
	box-shadow: 0 5px 10px -8px;
	display: inline-block;
	height: 100px;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	/* width: calc(19%);*/
	width: 19%;
}
.roulette div img {
	position: relative;
}

#roulette h2 {
	background:transparent!important;
}

.lettre1 img {
}
.lettre2 img {
}
.lettre3 img {
}
.lettre4 img {
}
.lettre5 img {
}

img.lots {
    margin-top: 0px!important;
}
a#bouton_jeu {
	background: none repeat scroll 0 0 #090;
	border-radius: 15px;
	color: #fff;
	display: block;
	font-family: trebuchet ms, verdana, arial;
	font-size: 27px;
	margin: 5px 0;
	padding: 3%;
	text-align: center;
	text-decoration: none;
	width: 94%;
}
a#bouton_jeu:hover {
	background: none repeat scroll 0 0 #fff;
	color: #090;
}
#logo {
	text-align: center;
	margin-top:75px;
	background: #fff;
	display: none;
}
#res_gagne {
	background: none repeat scroll 0 0 #fff;
	border-radius: 15px;
	color: #009900;
	display: none;
	font-size: 1.4rem;
	margin: 2%;
	padding: 10%;
	text-align: center;
}
#logo img {
  display: inline-block;
  margin: 10px auto;
  max-width: 350px;
  width: 21%;
}
table#resultats {
	width: 90%;
	margin: auto;
}
table#resultats th {
	background: #333333;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #666666;
}
table#resultats td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	background: #EEEEEE;
	border-left: 1px solid #eee;
}
table#resultats tr.Per td {
	padding: 3px 5px;
	background: #ddd;
	color: #999999;
}
table#resultats tr.Gag.valide td {
	background: #93F8A8;
	color: #000;
}
a.valider {
	display: block;
	padding: 5px;
	text-align: center;
	background: #70D852;
}
a.lien_refresh {
	display: block;
	margin: 10px auto;
	text-align: center;
	width: 250px;
}
table.options_resultats {
	border: 1px solid #999;
	display: none;
	margin: 30px auto;
	width: 80%;
	box-shadow: 0 8px 9px -8px #000;
}
table.options_resultats td {
	background: #DDDDDD;
	padding: 5px;
}
h2#disp_option {
	cursor: pointer;
}
#cgv {
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 3%;
}
#main {
	font-size: 130%;
	padding: 5%;
	background: #FFFFFF;
}
#main h3 {
	color: rgba(0, 0, 0, 0.5);
	margin: 20px 0;
}
a.back_jeu {
	background: #36d none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 150%;
	margin: 2% 5%;
	padding: 5%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 3px solid #FFFFFF;
	width: 80%;
	transition: all 0.3s ease 0s;
}
a.back_jeu:hover {
	color: #36d;
	background: #FFFFFF;
	border: 3px solid #3366DD;
}
.infosocial {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	margin: 20px auto;
	padding: 15px 0;
	text-align: center;
	position: absolute;
	left: -999em
}
.infosocial p {
	font-size: 1.4em;
	margin: 20px;
}
.lnk_ {
	display: inline-block;
	float: none;
	height: 50px;
	transform: scale(1.4);
	vertical-align: top;
	width: 70%;
}
.siteweb {
	display: none;
}
.siteweb a {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	color: #999;
	display: inline-block;
	font-size: 2em;
	margin: 3% 0;
	padding: 10%;
	text-align: center;
	width: 80%;
}
.lnk_.lnk_g {
}
.lnk_.lnk_fb {
}
.lnk_.lnk_twitt {
}
.advert {
	margin: 120px 0 0 0;
}
.advert a {
	display: block;
	text-align:center;
}
.advert a img {
	width: 100%;
	height: auto;
}

#logo span {
  color: #2566b2;
  font-size: 1.6em;
}
.acpt_rgpd {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.acpt_rgpd input{
    margin:auto 5px;
}
 
.acpt_rgpd label{
    margin:auto 5px; 
} 

#page .info {
	flex-direction: row; 
    flex-wrap: wrap;
	display: none;
}

.lnkout {
    margin:5px auto;
    display: flex;
}
.lnkout a {
    padding: 5px 35px 5px 15px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.3);
    text-decoration: none;
    color: #d00;
    background: #fff url(/lnkout.png) no-repeat calc(100% - 5px)center;
    border-color: #d00;
    transition: all 0.3s ease 0.001s;
}
.lnkout a:hover{
    background-color:#d00;
    color:#fff;
    box-shadow:0 5px 15px -8px #000;
}

h2#disp_option {
    background: transparent!important;
}