@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'lilita_oneregular';
    src: url('../fonts/lilitaone-regular-webfont.woff2') format('woff2'),
    url('../fonts/lilitaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'finger_paintregular';
    src: url('../fonts/fingerpaint-regular-webfont.woff2') format('woff2'),
    url('../fonts/fingerpaint-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fixtureregular';
    src: url('../fonts/fixture-regular-webfont.woff2') format('woff2'),
    url('../fonts/fixture-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fixturebold';
    src: url('../fonts/fixture-bold-webfont.woff2') format('woff2'),
    url('../fonts/fixture-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fixturecondensedextrabold';
    src: url('../fonts/fixture-condensedextrabold-webfont.woff2') format('woff2'),
    url('../fonts/fixture-condensedextrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'breebold';
    src: url('../fonts/bree_bold-webfont.woff2') format('woff2'),
         url('../fonts/bree_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'breeregular';
    src: url('../fonts/bree_regular-webfont.woff2') format('woff2'),
         url('../fonts/bree_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'noveregular';
    src: url('../fonts/nove-webfont.woff2') format('woff2'),
         url('../fonts/nove-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'josefin_sansregular';
    src: url('../fonts/josefinsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'josefin_sanssemibold';
    src: url('../fonts/josefinsans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



.mobileOnly{
	display:none;
}




a {
	color:#65173d;
	text-decoration: underline;
}

a:hover {
	color:#65173d;
	text-decoration: none;
}

a:focus {outline: none !important;}
a:active {outline: none !important;}

:focus{
	outline:none;
}

body{
	background-color:#ffffff;
	font-family:robotoregular;
	background: url('../img/img_fd.jpg') top center repeat;
}

#popup {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	left: 0px;
	z-index: 1000;
	top: 0px;
	background-image: url('../img/background_popup.png');
}
.popup_visuel {
	width: 389px;
	height: 454px;
	position: relative;
	margin: auto;
	z-index: 1000;
	top: 350px;
	display: block;
}

label {
	display: initial;
}

.site{

	margin:auto;

/*	width:1170px;*/
	
	width: 100%;

	/*background-color:#ffffff;*/

}



.clear{

	clear:both;

}



/****************************************

** header

****************************************/


body.index .header {
	width: 1200px;
	margin: auto;
}

.logo {
	width: 1200px;
	margin: auto;
}
.bloc_avis {
	width: 49%;
	display: inline-block;
	color: #599a6f;
}
.bloc_avis a {
	font-family: 'breebold';
	font-size: 32px;
	color: #599a6f;
	text-decoration: none;
}
.bloc_avis a:hover {
	color: #306736;
	text-decoration: none;
	opacity: 0.8;
}

.bloc_menu_haut {
	width: 50%;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'breeregular';
	font-size: 18px;
	text-align: right;
	color: #599a6f;
}
.bloc_menu_haut a {
	color: #599a6f;
	text-decoration: none;
}
.bloc_menu_haut a:hover {
	color: #1a9867;
	text-decoration: none;
	opacity: 0.8;
}
a.connexion,
a.deconnexion {
font-family: 'breebold';
  font-size: 18px;
  color: #ffffff!important;
  margin-top: -208px;
  text-align: right;
  text-transform: uppercase;
  float: right;
  display: block;
  border-radius: 15px;
  background-color: #6a203c;
  padding: 10px 30px;
  transition: all 0.2s ease-in-out !important;
  text-decoration: none;
}
a.connexion:hover,
a.deconnexion:hover {
	color: #ffffff;
	text-decoration: none;
	transform: scale(1.15);
}




body .bloc_avis,
body .bloc_avis a,
body a.connexion {
	color: #6a203c;
}
body .bloc_menu_haut,
body .bloc_menu_haut a {
	color: #306736;
}
body .header {
	border-bottom: 3px solid #6a203c;
	width: 1200px;
	margin: auto;
	height: 63px;
  	position: relative;
  	padding-top: 10px;
}

.bandeau_logo {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 100;
	height: 140px;
}

body .bandeau_logo a.logo {
text-align: center;
  margin: auto;
  background-image: url("../img/logo_food_deconnexion.png");
  width: 250px;
  height: 205px;
  margin-top: 15px;
  display: block;
  left: -320px;
  bottom: -40px;
  background-repeat: no-repeat;
	position: relative;
}

body.connexion .bandeau_logo a.logo {
	left: 0px;
	bottom: -10px;
}

body.divers .bandeau_logo a.logo {
  left: 0px;
}

body.ticket .bandeau_logo a.logo {
  left: 0px;
}


body .bandeau_logo a.logo:hover {
opacity: 0.9;
}

.bandeau_logo a.logo {
text-align: center;
  margin: auto;
  background-image: url("../img/logo_food_deconnexion_int.png");
  width: 330px;
  height: 210px;
  margin-top: 15px;
	display: block;
}






.header a.home{
	height: 110px;
  color: red;
  display: block;
  width: 176px;
  margin: auto;
  padding-top: 17px;
}


.header a.connexion {
	display: block;
	background-color: #2e6523;
	color: #ffffff;
	width: 160px;
	height: 32px;
	position: absolute;
	bottom: 30px;
	right: 0px;
	line-height: 31px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 12px;
	font-family: breebold;
	text-decoration: none;
}



.header a.connexion:hover{
	
	background-color:#24561a;

	text-decoration:none;

}

/*********************************

** footer

*********************************/

.newfooter{

	background-color: #e93576;
	height: 95px;
	text-align: center;
}

.footer_commun{
/*
  position: absolute;
  bottom: 0;
  z-index: 100000;
  position: fixed;
*/
  width: 100%;
}

body.ticket .footer_commun,
body.form .footer_commun
{

/*  position: absolute;
  bottom: 0;
  z-index: 100000;
  position: fixed;
*/
  width: 100%;
}


.footer .menu{

	font-family:robotomedium;

	font-size:10px;

	list-style-type:none;

	margin:0;

	padding:0;

	text-align:center;

	padding-top:10px;

	padding-bottom:10px;
	
	background-color: #fff;

}



.footer .menu li{

	display:inline-block;

	text-transform:uppercase;

	padding:0 9px 0 5px;

	background:url('../../img/commun/footer/tiret.png') right center no-repeat;

}



.footer .menu li:last-child{

	background:none;

}



.footer .menu li a{

	color:#000000;
	text-decoration:none;

}



.footer .menu li a:hover{

	opacity:0.8;

}


.blocAvis {
	width: 386px;
	height: 29px;
	display: inline-block;
	background: url('../img/commun/votre_avis.jpg') top left no-repeat;
	margin-top: 30px;
	margin-right: 50px;
}

.blocFooter {
	display: inline-block;
	margin-top: 38px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	vertical-align: top;
	font-family: breebold;
}
.blocFooter a {
	color: #f6e5d4;
}


.blocAvis:hover{
	opacity:0.8;
}


/****************************************
** blocs
****************************************/

.main{
	width:1170px;
	margin:auto;
	margin-top: -80px;
	position: relative;
	z-index: 1;
}

body.divers .main{
	margin-top: 90px;
}

.main_main{
	position:relative;
	width:1170px;
	margin:auto;
}

.main_main h2{
	text-align:center;
	font-family: 'josefin_sanssemibold';
	font-size:27px;
	color:#306736;	
}
.main_main h3{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 22px;
	margin: 15px 0px 42px 0;
}
body.divers .main_main h3 {
	margin: 40px 0px 15px 0;
}


.main_main h2 span{
	color:#ffffff;
	background-color:#250367;	
	border-radius:50%;	
	display:inline-block;
	width:32px;
	text-align:center;
}

.main_main .encart{
	height:463px;
	background-position:center center;
}

.main_main .encart2{
	display: none;
	height:212px;
	background-position:center center;
}

.main_main .boutonOuter{
	text-align:center;
}

.main_main .bouton{
  color: #ffffff;
  background-color: #2e6523;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 12px;
  font-family: breebold;
  padding: 9px 66px;
  transition: all 0.2s ease-in-out !important;
}
.main_main .bouton:hover{
  opacity: 0.8;
	text-decoration: none;
	transform: scale(1.15);
}

.degrade{
	background-color: #182560;
    background-image: linear-gradient(45deg, #182560, #dd026c);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

/*********************************
** index
*********************************/
body.index .banner-index{
	background: url('../img/index/banner.png') top left no-repeat;
	height: 1300px;
	width: 837px;
	margin: auto;
	text-align: center;
	padding-top: 800px;
}

body.index .banner-index h2{
	padding-top: 100px;
}

body.index .banner-index h3{
	text-transform: uppercase;
	font-family: 'josefin_sanssemibold';
	font-size: 21px;
	font-weight: normal;
	color: #2e6523;
}

body.index .banner-index h3 span{
	font-weight: bold;
}

body.index .banner-index p{
	padding-top: 5px;
	font-family: 'josefin_sanssemibold';
	font-size: 31px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 1.3;
	color: #65173d;
}



body.index .banner-index a{
  display: block;
  border-radius: 40px;
  width: 550px;
  vertical-align: inherit;
  color: #ffffff;
  font-size: 65px;
  font-family: 'noveregular';
  z-index: 1000;
  position: relative;
  background-color: #6a203c;
  margin: auto;
  padding: 20px 0px;
  margin-top: 13px;
  transition: all 0.2s ease-in-out!important;
	text-decoration: none;
}

body.index .banner-index a:hover{
	background-color: #481226;
	text-decoration: none;
	transform: scale(1.15);
	color: #ffffff;
}



/*********************************
** connexion
*********************************/

body.connexion{	
}
body.connexion .main_main{
	width: 1170px;
	margin-bottom: 30px;
	border-radius: 20px;
	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
}

body.connexion .main_main .bouton{
	background-color:#250367;
	padding:0 200px;
}

body.connexion .main_main #formconnexion{
	float:left;
	width: 40%;
	margin-right:10%;
	color:#373637;
}

body.connexion .main_main #forminscription{
	float:left;
	width: 47%;
	color:#373637;
}

body.connexion .main_main form h2{
	font-family:breeregular;
	color:#65173d;	
	font-size:27px;
	text-transform:uppercase;
}

body.connexion .main_main #formconnexion .formInner{
	padding-top:36px;
	margin-left:60px;
	width:242px;
}

body.connexion .main_main #formconnexion .formInner .mdpoublie{
	font-family:robotobold;
	text-decoration:underline;
	color:#373637;
	font-size:14px;
}

body.connexion .main_main .formInner p{
	float:left;
}

body.connexion .main_main .formInner p.totalite{
	width:100%;
}

body.connexion .main_main .formInner p.moitie{
	width:50%;
}

body.connexion .main_main .formInner p.troisquart{
	width:67%;
}

body.connexion .main_main .formInner p.unquart{
	width:33%;
}

body.connexion .main_main .formInner p.left{
		text-align:left;
		clear:both;
}

body.connexion .main_main .formInner p.right{
		text-align:right;
}

body.connexion .main_main .formInner input[type='text'], body.connexion .main_main .formInner input[type='password']{
	
}

body.connexion .main_main .formInner p.moitie input[type='text'], body.connexion .main_main .formInner p.moitie input[type='password'],
body.connexion .main_main .formInner p.troisquart input[type='text'], body.connexion .main_main .formInner p.troisquart input[type='password'],
body.connexion .main_main .formInner p.unquart input[type='text'], body.connexion .main_main .formInner p.unquart input[type='password']
{
	width:99%;
}

body.connexion .main_main .formInner p.espacehaut{
	margin-top:15px;
}

body.connexion .main_main .formInner p.totalite input[type='text'], body.connexion .main_main .formInner p.totalite input[type='password']{
	width:100%;
}

input[type='text'], input[type='password']{
		font-size:16px;
		padding-left:35px;
		background-position:3px center;
		background-repeat:no-repeat;		
		height:30px;
		border:solid 1px #373637;
		border-radius:3px;
}

input.perso{
		background-image:url('../img/connexion/perso.png');
}

input.lieu{
		background-image:url('../img/connexion/lieu.png');
}

input.cle{
		background-image:url('../img/connexion/cle.png');
}

input.mail{
		background-image:url('../img/connexion/mail.png');
}

input.cp{
	padding-left:5px;
}

body.connexion .main_main .formInner label{
	font-size:14px;
	font-weight:normal;
	margin-bottom:0;
}

body.connexion .main_main .formInner label.civilite{
	font-weight:bold;
}

body.connexion .main_main .formInner .obligatoire{
	font-weight:bold;
	font-size:12px;
	
}

body.connexion .main_main .formInner p.totalite.reglement{
	padding-left:30px;	
}

body.connexion .main_main .formInner p.totalite.reglement a{
	font-size:10px;
	text-decoration:underline;
	color:#373637;
}

body.connexion .main_main .formInner p.case label{
	position:relative;
	top:-20px;
	float:left;
	margin-left:30px;
	font-size:10px;
}

body.connexion .main_main .formInner p.case label a{
	text-decoration:underline;
	color:#373637;
}

body.connexion .main_main .formInner p.offre{
	position:relative;
	top:-20px;
}

body.connexion p.valider{
		text-align:center;
}

body.connexion p.valider input{
  color: #ffffff;
  background-color: #2e6523;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 12px;
  font-family: breebold;
  padding: 9px 66px;
}

body.connexion p.valider input:hover {
  opacity: 0.8;
  text-decoration: none;
}


body.connexion p.info{
	padding:30px;
	font-size:12px;
	text-align:justify;
}

/*********************************
** ticket
*********************************/

body.ticket .main_main {
	width: 1170px;
	margin-bottom: 50px;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0;
	background-color: none;
	margin-top: 120px;
}

body.ticket .main_main .bouton{
	
}

body.ticket .main_main p{
	text-align:center;
	font-size:25px;
	font-family:fixtureregular;
	margin:30px 0;
}

body.ticket .main_main p span{
	background-color:#f3b87e;
	border-radius:25px;
	padding:0 4px;
}

body.ticket .main_main form{
	text-align:center;
}

body.ticket .main_main form input{
	display:inline;	
}

body.ticket .main_main label{
	font-size:20px;
	font-family:fixtureregular;
	font-weight:normal;
}

body.ticket .main_main label a{
	color:#373637;
	text-decoration:underline;
}


/*********************************
** jouer
*********************************/
/*
body.jouer{	
}

body.jouer .main_main p {
	padding-top: 120px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 1.1;
	color: #2e6523;
	font-family: 'josefin_sanssemibold';
}



body.jouer .main_main h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  color: #65173d;
	font-family: 'josefin_sanssemibold';
}

body.jouer .main_main {
  background: url('../img/jouer/banner_jeu.png') top center no-repeat;
  height: 1100px;
  width: 837px;
  margin: auto;
  text-align: center;
  padding-top: 800px;
}
*/
body.gain .main_main {
  background: none;
  height: 1100px;
  width: 837px;
  margin: auto;
  text-align: center;
  padding-top: 800px;
}

.grostitre2 {
	font-family: 'noveregular';
  color: #6a203c;
  font-size: 85px;
  line-height: 100px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  display: block;
}
.titre_vert {
	font-family: 'breebold';
	color: #306736;
	display: block;
	font-size: 28px;
  line-height: 30px;
}
.titre2 {
	font-family: 'breebold';
  color: #6a203c;
  display: block;
  font-size: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.titre3 {
	font-family: 'breeregular';
	color: #6a203c;
	display: block;
	font-size: 24px;
}

/*
body.jouer .main_main h2{
	padding: 50px 100px 20px;
	color: #ffffff;	
	line-height: 1.4;
}



body.jouer .cadeau {
  cursor: pointer;
  position: absolute;
}

body.jouer .cadeau1 {
	top: 372px;
	left: 233px;
	width: 362px;
	height: 450px;
	opacity: 0.4;
}
body.jouer .cadeau1:hover {
	background-image: url("../img/jouer/sapin_hover.png");
}
*/

/*********************************
** gain
*********************************/

body.gain .main_main{
  height: 820px;
  width: 1170px;
	padding: 0;
    padding-top: 0px;
}

body.gain .bandeau_logo a.logo {
	left: 0px!important;
}

body.gain .main_main .page_gagne {
	background: url('../img/jouer/img_fd_gagne.jpg') top center no-repeat;
	padding: 0;
    padding-top: 0px;
  padding-top: 216px;
	border-radius: 20px;
	  height: 727px;
}
body.gain .main_main .page_perdu {
	padding: 0;
    padding-top: 0px;
  padding-top: 216px;
	border-radius: 20px;
	  height: 727px;
}


body.gain .main_main .page_gagne span.grostitre {
  margin-top: 85px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.1;
  color: #2e6523;
  margin-bottom: 16px;
	display: block;
}

body.gain .main_main .page_perdu span.grostitre {
  margin-top: 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.1;
  color: #2e6523;
  margin-bottom: 16px;
	display: block;
}

body.gain .main_main span.petittexte {
margin-top: 198px;
  font-size: 16px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: normal;
  display: block;
  font-style: italic;
}



/*********************************
** form
*********************************/

body.form .main_main{
	width: 960px;
	background-color: #fff1e9;
	margin-bottom: 50px;
	padding: 10px 30px 30px;
}

body.form form p{
	text-align:center;
}

/**************************************

** VERSION 750

**************************************/

@media (max-width: 1430px) {

.jouer_ope::before {        
        background: linear-gradient(60deg, transparent, transparent 250px, #ffffff 450px, transparent 650px, transparent);    
}

@keyframes translateFond {
	to{
		left: 0px;
	}
}

body .bandeau_logo a.logo {
	left: -260px;
}
/*	
body.jouer .main_main {
	background: none; 
	height: 1100px;
	width: 837px;
	margin: auto;
	text-align: center;
	padding-top: 0px;
}	
	
body.jouer .cadeau1 {
	top: 325px;
	left: 212px;
	width: 333px;
	height: 436px;
	opacity: 0.4;
	background-size: 98%;
}
body.jouer .cadeau1:hover {
	background-image: url("../img/jouer/sapin_hover.png");
}

body.jouer .main_main {
	width: 750px;
	height: 940px;
}

*/	
body.gain .main_main {
	width: 750px;
	height: 840px;
}
	

/*
body.jouer .bandeau_logo a.logo {
	left: -260px;
}	

body.jouer .banner-jouer {
background: url('../img/jouer/banner_jeu.png') top left no-repeat;
    height: 940px;
    width: auto;
    margin: auto;
    text-align: center;
    padding-top: 680px;
    background-size: 98%;
    background-position: center top;
}	

*/

body.index .bandeau_logo a.logo {
	text-align: center;
	margin: auto;
	background-image: url("../img/logo_food_deconnexion.png");
	width: 250px;
	height: 205px;
	margin-top: 15px;
	display: block;
	left: -260px;
}	
body.index .banner-index {
	background: url('../img/index/banner.png') top left no-repeat;
	height: 1185px;
	width: auto;
	margin: auto;
	text-align: center;
	padding-top: 680px;
	background-size: 98%;
	background-position: center top;
}
.bandeau_logo {
    width: 750px;
  }	
	
	
.bloc_avis a {
	font-size: 27px;
}	
	
body.index a.connexion,
body.index a.deconnexion {
	font-size: 16px!important;
	margin-top: -208px!important;
}	
a.connexion,
a.deconnexion {
	font-size: 16px!important;
	margin-top: -208px!important;
}

.site{
		width:750px;
	}	
	
	
.blocs_droite {
	width: 375px;
	padding-left: 7px;
}	
	
.blocs_gauche {
	width: 375px;
	padding-right: 7px;
}	
.titre_ope {
	margin-bottom: 15px;
}

	
  .header a.connexion {
    right: 95px;
    width: 173px;
    bottom: 45px;
  }	
	
.header {
	background-position: 90px 15px;
}	
.header a.home {
	height: 110px;
	color: red;
	display: block;
	width: 176px;
	padding-top: 17px;
	margin-left: 91px;
}	
	
	.nav {
		width: 760px;
		height: 87px;
		margin: auto;
		margin-top: 30px;
		position: relative;
	}
	.nav_inner {
		left: 37px;
		width: 680px;
	}	
	
	/****************************************

	** blocs

	****************************************/

	.main{
		width:750px;		
	}

	.main_main{
		width:750px;	

	}
	
body.ticket .main_main {
	width: 750px;
}	
	
	
body.connexion .main_main {
	width: 750px;
}
body.divers .main_main {
	margin-top: 90px;
}
	
body.index .header {
	width: 750px;
	margin: auto;
}
body .site {
		width: 750px;
		margin: auto;
	}
body .header {
		width: 750px;
		margin: auto;
	}	
	
	.logo {
		width: 750px;
	}
	
	.main_main h2 {
		font-size:24px;
	}
	
	.main_main h2 {
		font-size:24px;
	}
	
	
	.main_main .encart{

	}

	.main_main .encart2{
		height:212px;
	}
	
	.jouer_ope {
		width: 365px;
		height: 805px;
		background-image: url(../img/commun/fond_jouer_750.png);
}
	


	
	.blocAvis{
		width: 370px;
		left: 233px;
/*		margin-left: 25px;*/
	}
	
	
	
.video_ope,
.video_ope_mobile {
	display: none;
}

.video_ope_tablette {
		height: 790px;
	overflow: hidden;
	border-radius: 15px;
	width: 365px;
	display: block;
}	
	
	
	
	a.participer_weekend {
		  width: 750px;
		  height: 380px;
		  display: block;
		}
	
	
	
#bloc_frise {
	height: 1191px;
	width: 370px;
}	
	
	
	/*********************************
	** ticket
	*********************************/

	body.ticket .main_main p{
		font-size:20px;
	}


	/****************************

	** jouer

	****************************/
/*
	body.jouer .main #jouer {

		width: 700px;

	}
*/
	.texte-rgpd {

    width: 700px!important;
    padding: 3px 0 40px 0!important;
    font-size: 9px!important;
    line-height: 0.9!important;

}

/*

	body.jouer .c2 {

		width: 300px;

		margin-left: 55px;

		padding-top: 0px;

	}
	
	body.jouer .c1 {

		width: 300px;
		
		padding-top: 70px;

	}

	

	body.jouer .info {
		left: 194px;
	}
	*/
	
	.gain__texte {
		font-size: 18px;
	}


.bloc_offre {
	padding-top: 300px;
}
	
body.index .logo a.logo {
	width: 300px;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 192px;
}		

body.index .banner-index a {
	width: 450px;
	font-size: 55px;
}	
	
}




/**************************************

** VERSION 320

**************************************/

@media (max-width: 767px) {

	.mobileOnly{
		display:block;
	}

	body.ticket .main_main .bouton {
		padding: 0;
	}	
	

	body .site{
		width:390px;
		overflow:hidden;
	}

	body.index .site{
		width:390px;
		overflow:hidden;
		min-height: 845px;
	}
 
	body.ticket .site {
		width:390px;
		overflow:hidden;
    	height: auto!important;
	}

body.index .banner-index a {
	width: 100%;
	font-size: 35px;
}		
body.index .bandeau_logo a.logo,
body.connexion .bandeau_logo a.logo,
body.jouer .bandeau_logo a.logo
 {
	text-align: center;
	margin: auto;
	background-image: url("../img/logo_food_deconnexion.png");
	width: 145px;
	height: 110px;
	margin-top: 0px;
	display: block;
	left: -113px;
	background-size: 100%;
}	
	
/*
body.jouer .bandeau_logo a.logo {
	text-align: center;
	margin: auto;
	background-image: url("../img/logo_food_deconnexion.png");
	width: 145px;
	height: 110px;
	margin-top: 0px;
	display: block;
	left: -113px;
	background-size: 100%;
}	
*/
	
body.divers .bandeau_logo a.logo,
body.ticket .bandeau_logo a.logo	 {
	text-align: center;
	margin: auto;
	background-image: url("../img/logo_food_deconnexion.png");
	width: 120px;
	height: 110px;
	margin-top: 0px;
	display: block;
	left: 0px;
	background-size: 100%;
}
	
body .header {
	width: 320px;
	margin: auto;
}

/*
	
body.jouer .banner-jouer {
	width: 320px;
	height: 450px;
	padding: 340px 10px 0;
	background-size: 101%;
}	
	*/
	
	.header a.connexion {
		top:35px;
		right: 27px;
		width: 22px;
		height: 19px;
		background: url('../img/header/connexion_320.png') top center no-repeat;
		text-indent:-5000px;
	}
	
	.header a.connexion.deconnexion{
		background: url('../img/header/connexion2_320.png') top center no-repeat;
	}
	


	.header a.home {
		height:173px;
	}
	
	
	
.bloc_avis {
  width: 100%;
	text-align: center;
}
	
.bloc_avis a {
  font-size: 24px;
}	
.bloc_menu_haut {
	width: 100%;
	text-align: center;
}	

	/****************************************
	** footer
	****************************************/
	.footer .menu{
		padding-top: 15px;
	}
	.footer .menu a {
		display: block;
	}		
	.footer .menu a::after {
		display: none;
	}	
	
	.blocAvis {
	  margin-top: 0px;
	  margin-left: auto;
	  margin-right: auto;
	  padding-top: 20px;
		display: block;
		background: url('../img/votre_avis_320.jpg') top left no-repeat;
		width: 300px;
}
	.blocFooter {
  		margin-top: 10px;
	}
	
	.newfooter {
  		padding-top: 20px;
	}
	
	/****************************************
	** blocs
	****************************************/

	.main{
		margin-top:-60px;
		width:320px;		
	}
	
body.divers .main {
		margin-top:0px;
	}	
	
	/*
	body.jouer .main {
		margin-top: -60px;
		width: 320px;
}


body.jouer .bandeau_logo {
	height: 130px;
}	
*/
	.main_main{
		width:320px;		
		padding: 0;
	}
	
body.divers .main_main {
	margin-top: 0px;
}	
	
	.main_main h2 {
		font-size:24px;
	}
	
	.main_main h2 {
		font-size:24px;
	}
		
	.main_main .encart{
		height:507px;
		margin:0 -10px 0 -10px;
	}

	.main_main .encart2{
		height:196px;
		margin:0 -10px 0 -10px;
	}
	
	/*********************************
	** index
	*********************************/
	
	body.index{
		
	}
	
body.index .banner-index {
	width: 320px;
	height: 737px;
	padding: 340px 10px 0;
	background-size: 101%;
}
	
body.index .header {
	width: 320px;
	height: 75px;
	
}
body .header {
	height: 75px;
	
}	

.bandeau_logo,
body.index .bandeau_logo,
body.connexion .bandeau_logo {
	height: 130px;
	width: 320px;
}
	
.bandeau_logo {
	height: 130px;
}
body.index .logo {
	width: 320px;
	height: 200px;
	margin-top: 40px;
}	
body.index .logo a.logo {
	width: 250px;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 160px;
}	
body.index a.connexion, body.index a.deconnexion {
	margin-top: -100px !important;
	z-index: 100000;
	font-size: 12px !important;
	padding: 4px 18px !important;
	position: relative;
}	
body a.connexion, body a.deconnexion {
	margin-top: -100px !important;
	z-index: 100000;
	font-size: 12px !important;
	padding: 4px 18px !important;
	position: relative;
}
	
	body.index .banner-index h2 {	
		padding-top: 0px;
		font-size: 18px;
	}
	
	body.index .banner-index h3 {
		margin-top: 5px;
		font-size: 13px;
	}
	
	body.index .banner-index p {
		padding-top: 5px;
		font-size: 21px;
	}
	
	body.index .banner-index a {
		margin-top: 30px;
	}
	
	body.index .content-index {
		width: 320px;
		padding: 30px 0 30px;
	}
	
	body.index .content-index::before {
		width: 320px;		
	}
	
	body.index .content-index h2{
		margin: 20px 10px;
		font-size: 17px;
		text-align: center;
	}
	
	body.index .content-index p{
		margin: 20px 10px;
		font-size: 14px;
		text-align: justify;
	}
	
	body.index .content-index video{
		width: 320px;
	}
	
	body.index #play{
		top: 77.5%;
	}
	
	/*********************************
	** form
	*********************************/
	body.form .main_main{
		width: 320px;
	}
	
	.main_main .boutonOuter {
		bottom: -18px;
	}
	
	.main_main .bouton {
		font-size: 25px;
		width: 180px;
		border-radius: 14px;
	}
	
	
	
	/******************************
	** connexion
	******************************/
	
	body.connexion .main_main {
		width: 320px;
		padding: 10px;
	}

	body.connexion .main_main .formInner p.moitie.civilite{
		width:100%;
	}

	body.connexion .main_main .formInner p.moitie.obligatoire{
		width:100%;
		text-align:left;
	}

	body.connexion .main_main #formconnexion{
		width:100%;
		margin-right:0;
	}

	body.connexion .main_main #formconnexion .formInner {
		padding-top: 12px;
		margin-left: 0;
		width: 100%;
	}

	body.connexion .main_main #forminscription{
		width:100%;
		margin-right:0;
	}

	body.connexion .main_main #forminscription p.valider{
		margin-top:0px;
	}
	
	body.connexion p.info{
		font-size:9px;
	}

	input[type='text'], input[type='password']{
		font-size:14px;
	}

	/******************************
	** ticket
	******************************/

	body.ticket .main_main {
		width: 320px;
		margin-top: 20px;
	}
	
	body.ticket .main_main p {
		font-size: 16px;
	}
	
	body.ticket .main_main label {
		font-size: 16px;
	}
	
	/******************************
	** jouer
	******************************/
	/*
	body.jouer .main_main {
		height: 500px;
		width: 320px;
		padding: 0;
	}
	*/
	
	body.gain .main_main{
		width: 320px;
		padding-top: 0;
	}

/*
	body.jouer .main_main h2 {
		padding: 40px 0 5px;
		font-size: 14px;
	}
	
	body.jouer .main_main p {
		padding: 0 50px;
		font-size: 18px;
		margin-top: 20px;
	}
	
body.jouer .main_main h3 {
	font-size: 15px;
}
	body.jouer .cadeau1{
		top: 135px;
		left: 25px;
		width: 268px;
		height: 200px;
	}
body.jouer .cadeau1:hover {
	background-size: 53%;
	background-repeat: no-repeat;
	margin-left: 64px;
	margin-top: 9px;
}
	*/

	
	body.gain .main_main .page_perdu span.grostitre {
		margin-top: 25px;
    }
	
	body.gain .main_main .page_perdu {
		height: 640px;
		padding-top: 180px;
  }
	
.grostitre2 {
	font-size: 42px;
	line-height: 52px;
	margin-top: -30px;
}
.titre_vert {
	font-size: 27px;
}	
	
body.gain .main_main {
	height: 850px;
}	
	
	body.gain .main_main .page_gagne {
		background: url('../img/jouer/img_fd_gagne_320.jpg') top center no-repeat;
		height: 640px;
		padding-top: 215px;
  }
	
	body.gain .main_main .page_gagne span.grostitre {
		margin-top: 30px;
    }
	
	
	/******************************
	** divers
	******************************/
	body.divers .main_main h3{
		font-size:20px;
	}

	/******************************
	** divers
	******************************/

	body.avis h3{
		font-size:14px;
	}

	body.avis .bloc3 textarea{
		width:100%;
	}

		
}