/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
 
img {
	max-width: 100%;
}
 
input
{
	outline: none;
}

a
{
	text-decoration: none;
}

/* FONTS
-------------------------------------------------------------- */


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

}




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

}

sup
{
	vertical-align: top;
	font-size: small;
}


body {
	background: url(/img/bg.jpg) no-repeat left top / cover;
	
	font-family: 'neue_kabelbook';
	position: relative;
}


body.home:before, body.preview:before, body.personnalisation:before {
	content: '';
	width: 400px;
	height: 100vh;
	background: url(../img/mr.png) no-repeat right top / auto 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

body.home:before {
	content: '';
	width: 353px;
	height: 100vh;
	background: url(../img/mr2.png) no-repeat right top / auto 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

@media ( min-width: 1250px) and (max-height: 900px) {
	body.home:before, body.preview:before, body.personnalisation:before {
		background-position-x: left;
		width: 90%;	
	}
	
	#site {
		z-index: 2;
	}
}

@media (max-height: 840px) {
	body.home:before, body.preview:before { 
		background-position-x: left;	
	}
}



#footer {
	width: 100vw;
	height: 10.5vh;
	background: url(../img/frise.jpg) repeat-x right top / auto 100%;
	display: block;
	position: relative;
	z-index: 2;
}


/*
body:before
{
	background: #fed667 url(/img/bg1.jpg) no-repeat center top / cover;
	height: 625px;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	content: '';
}
*/




body.resultat .layout {
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 170px;
}

/*
@media(max-width: 1920px)
{
	body {
		background-size: cover;
	}	
}
*/

body, a
{
	color: #A21C26;
	 font-family: "Inter", sans-serif;
	 font-optical-sizing: auto;
	 font-style: normal;
	font-size: 16px;
}


#page
{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 50px;
	flex: 1;
}


#site
{
	position: relative;
/*
	width: 1920px;
	*/
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	flex: 1;
}


html, body {
  min-height: 100%;
  overflow-x: hidden;
}
body {
}

body.preview .mentions {
	color: #fff;
	font-size: 9px;
	width: 60%;
	max-width: 480px;
	text-align: center;
}




body.home {
	position: relative;
}

.grecaptcha-badge {
	bottom: 130px!important;
}



#overall
{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.25);
}

.popup
{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	text-align: center;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

body #site {
	min-height: 100vh;
}

body:not(.home):not(.preview):not(.personnalisation) #site {
	display: flex;
	flex-flow: column;
}





@media (max-width: 1300px) {
	body.preview #site {	
		
	}
}

@media (max-width: 1150px) {
	body.preview #site {	
		
	}
	
	body .bgbl {
		width: 32%;	
	}
}




.bottom {
	
}

body .logo {
	right: 30px;
	top: 30px;
	position: absolute;	
	width: 20%;
}

body.preview #page, body.home #page, body.personnalisation #page {
	min-height: 89.5vh;
	position: relative;
}

body .layout {
	display: flex;
	flex-flow: column;
	align-items: center;
}

body.preview .layout, body.home .layout, body.personnalisation .layout {
	margin-left: 29%;
	align-items: flex-start;
	padding-top: 80px;
}


body.home .layout {
	align-items: center;
}

body.home .achat {
	margin-top: 0px;
	position: relative;
}

body.home .achat , body.home .achat a {
	color: #fff;
	font-family: 'neue_kabelbook';
	font-size: 13px;
	text-align: center;
}

body.home .achat a {
	text-decoration: underline;
}

@media( min-width: 800px ) {
	body.preview .layout, body.home .layout {
		margin-left: calc(50% - 225px);
	}
	
	body.personnalisation .layout {
		margin-left: calc(50% - 338px);
		width: 676px;
	}
}

body.home .layout {
	width: 650px;
	max-width: 100%;
}



body.preview .liasse, body.home .liasse, body.personnalisation .liasse {
	
	position: absolute;
	right: 44px;
	bottom: 0;
	width: 22%;
}


body.home .liasse {
	right: -120px;
	bottom: auto;
	top: 200px;
	background: url(/img/liasse.png) no-repeat left center / 100% ;
	width: 280px;
	height: 300px;
}

body.home .liasse img {
	display: none;
}


@media (max-width: 983px) {
	body.home .liasse {
		bottom: 0;
		top: auto;
	}
}

@media (max-width: 893px) {
	body.home .liasse { 
		display: none;	
	}
}

body.home .joue {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.y90 {
	
	position: absolute;
	right: 46px;
	top: 150px;
	width: 18%;
	text-align: center;
}

/* body:not(.home):not(.preview) .y90 { */

body .y90 {
	width: 12%;
	top: 20px;
	right: 0px;
	text-align: right;
}


@media (max-width: 1400px) {
	body.preview .mentions {
		padding-left: 10%;	
	}	
	
	body.preview .layout {
		margin-left: 320px;
	}
	
	body.home .layout {
		margin-left: calc(50% - 241px);
	}
}


body.form .mentions {
	font-size: 10.5px;	
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 20px;
}

body:not(.home):not(.preview):not(.personnalisation) .bgtl {
	
	width: 280px;
	height: 400px;
	background: url(../img/billets.png) no-repeat -70px top / 100%;
	position: absolute;
	left: 0;
	top: 200px;
	
}

body:not(.home):not(.preview):not(.personnalisation) .bgbr {
	
	width: 380px;
	height: 400px;
	background: url(../img/billets2.png) no-repeat 80px top / 100%;
	position: absolute;
	right: 0;
	top: 300px;
	
}

body .texte {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

body.preview .texte img {
	display: inline-block;
}


body.form .titre {
	width: 580px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 20px;
}

/* body:not(.home):not(.preview) .logo { */
body .logo {
	right: auto;
	left: 30px;
	z-index: 2;
}

body.billets .logo {
	z-index: 2;
	width: 200px;
}

body.personnalisation .logo {
	z-index: 2;
	width: 200px;
}

body.personnalisation #footer {
	position: relative;
	z-index: 2;
}

body.form .layout {
	
	width: 580px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 25px;
	box-shadow: 7px 4px 30px 0px #A21C26;
	background: #fff;
	border-radius: 30px;
}

body.personnalisation .layout .right {
	border: 2px solid #A21C26;
	width: 676px;
	max-width: 100%;
	border-radius: 40px;
	box-shadow: 7px 4px 30px 0px #A21C26;
	background: #fff;
	padding: 30px;
	position: relative;
	z-index: 2;
	font-size: 12px;
	text-align: center;
	color: #000;
	margin-top: 20px;
}

body.personnalisation .layout .right .titre {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
}

body.personnalisation .layout .right .dates {
	margin-bottom: 20px;	
}

body.personnalisation .layout .right .row {
	display: flex;
	margin-bottom: 10px;
	gap: 10px;
	margin-left: 30px;
	align-items: center;
}

body.personnalisation .layout .right .row .label {
	flex: 0 0 250px;
	text-align: right;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #A21C26;
}

body.personnalisation .layout .right input {
	width: 250px;
	max-width: 100%;
	border: 3px solid #A21C26;
	height: 45px;
	border-radius: 40px;
	padding: 0 10px;
}

body.form2 #page .choix {
	margin-bottom: 50px;	
}

body.resultat .titre {
	text-align: center;
	margin-bottom: 50px;
}

body.resultat .gagne .img {
	margin-bottom: 50px;
}

body.resultat .perdu .img {
	margin-bottom: 100px;
	text-align: center;
	position: relative;
}

body.resultat .perdu .bulleperdu {
	position: absolute;
	margin-top: -140px;
	margin-left: -60px;
	width: 300px;
	max-width: 100%;
}

body.resultat .gagne .bullegagne {
	position: absolute;
	margin-top: -140px;
	margin-left: 60px;
	width: 300px;
	max-width: 100%;
}

body.resultat .perdu .img > img {
	width: 320px;
}

body.resultat .gagne .img > img {
	width: 550px;
}

body.merci .layout {
	padding-top: 150px;
}

body.merci .numero {
	width: 50%;
	text-align: center;
	color: #fff;
	text-shadow: 0px 4px 4px #00000040;
}

body.merci .numero a {
	color: #fff;
}

body.termine .layout {
	padding-top: 300px;
}


body.billets .layout {
	padding-top: 50px;
}

body.deja .layout {
	padding-top: 150px;
}

body.sacs .logo {
	top: 14px;
}


body.billets .studio {
	box-shadow: 7px 4px 30px 0px #00000040;
	background: #fff;
	border-radius: 45px;
	padding: 20px 30px;
	color: #000;
	text-align: center;
	max-width: 986px;
}

body.billets .studio .intro {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

body.billets .studio .billets {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

body.billets .studio .validate {
	margin-top: 10px;
	display: flex;
	gap: 20px;
	justify-content: flex-end;	
}

body.billets .studio .validate .link:not(.ok) {
	opacity: 0.3;
	cursor: default;
}

body.billets .studio .validate .link {
	
}

body.billets .studio .validate img {
	box-shadow: 2px 2px 10.3px 0px #00000033;
	display: block;
	border-radius: 20px;
	cursor: pointer;
}


body.planche .studio .images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

body.planche .studio .images .image img {
	display: block;
	height: 100px;
	border: 1px solid #424242
}

body.planche .actions {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
}

body.planche .studio .intro {
	margin: 20px 0 40px 0;
}

body.planche .actions a {
	box-shadow: 2px 2px 10.3px 0px #00000033;
	border-radius: 20px;
}

body.planche .actions a img {
	display: block;
}

body.billets .studio .billets .billet {
	position: relative;
}

body.billets .studio .billets .billet:not(.ok) img {
	opacity: 0.3;
}

body.billets .studio .billets .billet.ok:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 31px;
	top: 18px;
	background: url(/img/icon-check.svg) no-repeat center center / 100%;
}

body.billets .studio .billets .billet {
	border: 1px solid transparent;
}

body.billets .studio .billets .billet.current {
	border: 1px solid #a21c26;
}

body.billets .studio .billets img {
	display: block;
	height: 58px;
	cursor: pointer;
}

body.billets .studio .tools {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

body.billets .studio .tools .left {
	flex: 0 0 250px;
}

body.billets .studio .tools .right .billet img {
	display: block;
}

body.billets .studio .tools .right .billet {
	border: 1px solid #424242;
	position: relative;
	box-shadow: 4px 4px 17.8px 4px #00000040;

}

body.billets .studio .tools .right .billet .layers .layer {
	position: absolute;
	left: 22%;
	top: 20%;
	width: 33.77%;
	height: 65.7%;
/*
	mix-blend-mode: multiply;
	*/
}

body.billets .studio .tools .right .actions {
	margin-top: 15px;
}

body.billets .studio .tools .right .actions .valide {
	cursor: pointer;
}

body.billets .studio .tools .right .actions .valide:not(.active) {
	opacity: 0.2;
	cursor: default;
}

body.billets .studio .tools .right .mention {
	font-size: 12px;
	font-weight: 500;
}

body.billets .studio .categorie {
	margin-bottom: 12px;
	position: relative;
}

body.billets .studio .categorie .info {
	display: none;
}

.popup.ages {
	padding-right: 0;
}

.popup.ages > div {
	padding: 10px;
	border-radius: 15px;
	background: #f4f4f4;
}

body.billets .studio .categorie .categ {
  display: flex;
  align-items: center;
  text-align: center;
  color: #A21C26;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}

body.billets .studio .categorie .categ::before,
body.billets .studio .categorie .categ::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #A21C26;
  margin: 0 1rem;
}

body.billets .studio .tools .categorie {
	box-shadow: 4px 4px 7.3px 0px #00000026;
	background: #F4F4F4;
	border-radius: 21px;
	padding: 5px 15px;
}


body.billets .studio .tools .faces .rows {
	display: flex;
	flex-flow: column;
	gap: 4px;
	margin-top: 5px;
	
}

body.billets .studio .tools .row {
	display: flex;
	justify-content: center;
	gap: 5px;
	align-items: center;
}

body.billets .studio .tools .faces .label {
	width: 65px;
	font-size: 9px;
}

body.billets .studio .tools .faces .face {
	width: 38px;
	height: 38px;
	border-radius: 38px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
}

body.billets .studio .tools .faces .face.active {
	border: 1px solid #A21C26;
}


body:not(.home):not(.preview) .sensation img {
	width: 280px;
}


body.form form button img
{
	display: block;
	width: 260px;
	cursor: pointer;
}

body.personnalisation form button img
{
	display: block;
	width: 428px;
	cursor: pointer;
	margin-top: 10px;
}

form.load button img
{
	opacity: 0.3;
}

form .caption
{
	font-style: italic;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 21px;
}

form .radios
{
	padding-top: 15px;
	color: #7275dd;
}

form .radios
{
	padding-top: 0px;
	
}

form .obli
{
	font-size: 16px;
	padding-left: 30px;
}

form .radios, form .radios a
{
	font-size: 12px;
	color: #7275dd;
}

form .radios a, .form_mentions a
{
	color: #7275dd;
	text-decoration: underline;
	padding-bottom: 3px;
	text-underline-offset: 2px;
}

form .radios > div
{
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: none;
}

form .radios > div a
{
	font-weight: 600;
}

form .radios > div, form .radios > div a
{
	font-size: 12px;
	color: #A21C26;
	line-height: 1.3;
}

form .radios > div:before
{
	content: '';
	width: 22px;
	height: 22px;
	border: 0;
	flex: 0 0 22px;
	border: 1px solid #CECECC;
}

form .radios > div.error:not(.checked):before
{
	background: red;
}

form .radios > div.checked:before
{
	background: url(/img/check.svg) no-repeat center center / 15px;
}

label.filebutton {
	width: 100%;
	height: 55px;
	border: 2px solid #A21C26;
	outline: none;
	border-radius: 45px;
	padding: 0px;
}


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



body.form button.cta {
	outline: none;
	border: 0;
	background: none;
	margin-left: 40px;
	margin-bottom: 40px;
}

body.personnalisation button.cta {
	outline: none;
	border: 0;
	background: none;
}

label.filebutton .txt {
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
	color: #A21C26;
	white-space: nowrap;
	font-weight: 600;
	padding-left: 50px;
	background: url(/img/download.png) no-repeat 20px center / 20px;
}

.zone.error label.filebutton .txt {
	color: red;
}

label.filebutton .txt .info {
	display: block;
	width: 42px;
	height: 43px;
	background: url(/img/info.png) no-repeat center center / 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	z-index: 2;
}

label span input {
    z-index: 999;
    line-height: 0;
    font-size: 15px;
    position: absolute;
    color: #a7a7a7;
    top: 0px;
    left: 0px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
    width: 100%;
	height: 55px;
}

.telecharge {
	margin-bottom: 20px;
}

.renseigne {
	margin-top: 30px;
}

.fields2 {
	margin-bottom: 20px;
}

.files
{
	margin-bottom: 0px;
	margin-top: 0px;
}

body.form .submit .message
{
	color: red;
	padding-bottom: 10px;
}

.zone
{
	display: flex;
	flex: 1;
	position: relative;
	margin-bottom: 8px;
	flex-flow: column;
}

.zone .filename
{
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;	
	display: flex;
    align-items: center;
    height: 38px;
    padding-left: 15px;
	text-transform: none;
	text-decoration: underline;
}

.zone .filename.value
{
	text-decoration: none;
}

.selectcontainer > span
{
	display: block;
	width: 100%;
}

.selectcontainer:after
{
	clear: both;
	content: '';
	display: table;
}

.selectcontainer
{
	width: 100%;
	height: 55px;
	position: relative;
	overflow: hidden;
}

.selectcontainer.small
{
	width: 323px;
	max-width: 100%;
}

.selectcontainer select
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 55px;
	appearance: none;
	-webkit-appearance: none;
}


.selectcontainer span.select
{
	left: 0px;
	top: 0px;
	width: 100%;
	line-height: 53px;	
	background: url(/img/select.png) no-repeat calc(100% - 15px) center / 9px;
	position: absolute;
	padding-right: 44px;
	text-align: left;
	text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 55px;
	border: 2px solid #A21C26;
	color: #A21C26;
	padding-left: 20px;
	font-family: 'Inter';
	font-size: 16px;
	height: 55px;
	font-weight: 600;
}

.selectcontainer.error span.select
{
	color: red;
}

body.form .intro {
	text-align: center;
	padding-top: 180px;
	padding-bottom: 40px;
}

.planche_partie {
	padding-left: 263px;	
}

.planche_deja {
	margin-left: -50px;
}

body.form .fields {
	display: flex;
	align-items: center;
	flex-flow: column;
}

body.form .form form {
	width: 530px;
	max-width: 100%;
}

body.form .form .row {
	width: 100%;
	max-width: 100%;
	padding-bottom: 20px;
}

body.form .form .files .row {
	padding-bottom: 0;
}

body.form .form .row.double {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
}

body.form .form .row.double input:last-child {
	z-index: 1;
}

body.form .form input[type=text], body.form .form input[type=email] {
	position: relative;
	z-index: 2;
}

body.form .form input[name=ville] {
	z-index: 3!important;
}

body.form .form input[name=codepostal] {
	z-index: 4!important;
}

body.form .form input[name=email] {
	z-index: 5!important;
}

body.form .form input[type=text], body.form .form input[type=email]{
	width: 100%;
	background: none;
	height: 55px;
	border: 2px solid #A21C26;
	outline: none;
	border-radius: 45px;
	padding: 0 20px;
}

body.form .form input[type=text], body.form .form input[type=email] {
	color: #A21C26;
}


body.form .form input::placeholder {
	color: #A21C26;
}

body.form .form input.error, body.form .form input.error::placeholder {
	color: red;
}

body.form .form input::placeholder, body.form .form input[type=text], body.form .form input[type=email] {
	opacity: 1;
	font-family: 'Inter';
	font-size: 15px;
	font-weight: 700;
}

.bx-prev {
	position: absolute;
	left: 10px;
	top: calc(50% - 12px);
	width: 13px;
	height: 23px;
	background: url(../img/prev.svg) no-repeat center center / 100%;
	text-indent: -10000px;
}

.bx-next {
	position: absolute;
	right: 10px;
	top: calc(50% - 12px);
	width: 13px;
	height: 23px;
	background: url(../img/next.svg) no-repeat center center / 100%;
	text-indent: -10000px;
}

.bottom {
	background: #000;
}

.bottom .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	height: 50px;
}

.bottom  , .bottom  a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.bottom .inner  , .bottom .inner a {
	font-size: 14px;	
}

.bottom .legal {
	text-align: center;
	padding: 20px 10px 10px 10px;
}

#overall
{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.25);
}

.popup
{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	text-align: center;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	padding-right: 6%;
}



body.preview .mobile, body.home .mobile, body.personnalisation .mobile {
	display: none;
}

@media (max-width: 800px) {
	
	body {
		text-size-adjust: none;
		 -webkit-text-size-adjust: none;
	}
	
	body .logo {
		top: 20px!important;
		right: auto!important;
		left: 20px!important;
		width: 45%!important;
	}
	body.preview #page, body.home #page, body.personnalisation #page {
		height: auto;
	}
	
	body.personnalisation #page {
		padding-bottom: 0;
	}
	
	body.preview .layout, body.personnalisation .layout {
		margin-left: 0
	}
	
	body.personnalisation .layout {
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	body.billets .layout {
		padding-top: 100px;
	}
	
	body.billets .layout .titre {
		margin-bottom: 20px;
	}
	
	#footer {
		height: 65px;
	}
	
	body.billets .studio .tools {
		flex-flow: column;
	}
	
	.y90 {
		right: 5px!important;
		top: 7px!important;	
		width: 18%!important;
	}
	
	body.personnalisation .mobile {
		margin-top: 20px;
	}
	
	body.personnalisation .liasse {
		display: none;
	}
	
	body.personnalisation .layout .dates .ret {
		display: block;
	}
	
	body.personnalisation .layout .right .row {
		flex-flow: column;
		align-items: flex-start;
		margin-left: 0;
	}
	
	body.personnalisation button.cta {
		margin-left: 4%;
	}
	
	body.personnalisation .layout .right .row .label {
		flex: 1;
		width: 100%;
		text-align: left;
	}
	
	body.personnalisation .layout .right input {
		width: 100%;
	}
	
	body.personnalisation .layout .right .titre {
		font-size: 18px;
		line-height: 22px;
	}
	
	body.personnalisation .layout .right .titre br {
		display: none;
	}
	
	body.home #page, body.preview #page {
		padding-bottom: 0;
	}
	
	body.home .mobile, body.preview .mobile, body.personnalisation .mobile  {
		display: block;
	}
	
	body.home .mobile img, body.preview .mobile img, body.personnalisation .mobile img {
		display: block;
	}
	
	.bottom .inner {
		height: auto;
		padding: 10px;
	}
	
	body.home .joue {
		margin-top: 20px;
	}
	
	body.home .liasse, body.preview .liasse {
		display: none;
	}
	
	body.preview .mentions {
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	
	#page {
		position: relative;
	}
	
	#page, .bottom {
		z-index: 5;
	}
	
	body.home .choix .mobile { 
		display: block;	
		text-align: center;
	}
	
	body.sacs #clubs .desktop {
		display: none;
	}
	
	body.sacs #clubs .mobile {
		display: block;
	}
	
	body .sensation {
		right: 17px;
		top: 23px;
		width: 60.8%;
	}
	
	body .bgtl{
		display: none;
	}
	
	body.jeu .texte {
		padding-top: 150px;
	}
	
	body.jeu .texte img {
		width: 250px;
		max-width: 80%;
	}
	
	body.termine .layout  {
		width: 250px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 175px;
	}
	
	body.termine.billets .layout  {
		width: 100%;
		max-width: calc(100% - 30px);	
	}
	
	body:not(.home):not(.preview) .bgbr {
		display: none;
	}
	
	body.resultat .bgbr {
		display: block!important;
		width: 286px!important;
		top: 330px!important;
	}
	
	body.resultat .bgtl {
		display: block!important;
		width: 156px!important;
		top: 60px!important;
	}
	
	body.merci .bgbr {
		display: block!important;
		width: 286px!important;
		top: 470px!important;
	}
	
	body.merci .bgtl {
		display: block!important;
		width: 156px!important;
		top: 60px!important;
	}
	
	body.termine:not(.billets) .bgbr {
		display: block!important;
		width: 286px!important;
		top: 470px!important;
	}
	
	body.termine:not(.billets) .bgtl {
		display: block!important;
		width: 156px!important;
		top: 60px!important;
	}
	
	body.billets .studio {
		padding: 15px 10px;
	}
	
	body.billets .studio .intro {
		font-size: 13px;
		line-height: 17px;
	}
	
	body.billets .studio .tools .right .mention {
		font-size: 10px;
	}
	
	body.billets .studio .tools .right .mention br {
		display: none;	
	}
	
	body.billets .studio .tools .faces {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	body.billets .studio .tools .faces .rows {
		flex-flow: row;
		margin-top: 0;
		gap: 0;
	}
	
	.sliderwrapper {
		position: relative;
	}
	
	.bx-next, .bx-prev {
		top: 30px;
	}
	
	.planche_partie, .planche_deja {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 0;
	}
	
	.planche_partie img, .planche_deja img {
		width: 100%;
	}
	
	body.planche .studio .images {
		gap: 5px;
	}
	
	body.planche .studio .images .image {
		flex: 0 0 calc(25% - 15px);
		width: calc(25% - 15px);
	}
	
	body.planche .studio .images .image img {
		height: auto;
	}
	
	body.planche .warning {
		padding: 0 15px;
	}
	
	body.planche .actions {
		flex-flow: column;
		align-items: center;
		gap: 10px;
		margin-top: 20px;
	}
	
	body.planche .actions a, body.planche .actions a {
		box-shadow: none;
	}
	
	.sliderwrapper .bx-next, .sliderwrapper .bx-prev {
		top: 5px;	
	}
	
	.sliderwrapper .bx-prev {
		left: 5px;
		width: 18px;
		height: 23px;
		background: url(../img/prev2.svg) no-repeat center center / 100%;
	}
	
	.sliderwrapper .bx-next {
		right: 5px;
		width: 18px;
		height: 23px;
		background: url(../img/next2.svg) no-repeat center center / 100%;
	}
	
	body.billets .studio .validate {
		display: block;
	}
	
	body.billets .studio .validate img {
		width: 100%;
		height: 30px;
		object-fit: cover;
	}
	
	body.billets .studio .billets {
		gap: 0;
	}
	
	body.billets .studio .billets img {
		height: 33px;
	}
	
	body.billets .studio .billets .billet.ok::before {
		width: 15px;
		height: 15px;
		left: 16px;
		top: 9.5px;
	}
	
	body .bgbl {
	    background: url(/img/bg_bl_preview-mobile.png) no-repeat center bottom / 100%;
	    height: 50%;
	    width: 100%;
	    left: 0;
	}
	
	body.preview .bgbl, body.termine .bgbl, body.termine .bgbl, body.sacs .bgbl, body.form .bgbl, body.jeu .bgbl, body.resultat .bgbl, body.merci .bgbl {
	    background: url(/img/bg_bl_preview2-mobile.png) no-repeat center bottom / 100%;
	    height: 50%;
	    width: 100%;
	    left: 0;
	    bottom: 100px;
	}
	
	body.termine .sacs {
		width: 95%;
		padding-top: 200px;	
	}
	
	body.preview .sacs {
		width: 95%;
		padding-top: 150px;	
	}
	
	body .bgbr, body.home .bgbr {
	    background: url(/img/bg_br_preview-mobile.png) no-repeat center top / 100%;
	    width: 50%;
	    top: 0;
	    right: 0;
	}
	
	body.sacs .bgbr {
	    background: url(/img/bg_br_clubs-mobile.png) no-repeat center top / 100%;
	    width: 70%;
	    top: 0;
	    right: 0;
	}
	
	body.form .bgbr {
	    background: url(/img/bg_br_form-mobile.png) no-repeat center 20px / 100%;
	    width: 18%;
	    top: 0;
	    right: auto;
	    left: 45%;
	}
	
	body.form #page .back {
		right: 10px;
		left: auto;
		top: 10px;
	}
	
	body.form #page .back a {
		display: inline-block;
		text-indent: -10000px;
		width: 100px;
		height: 100px;
		background: url(/img/retour-mobile.png) no-repeat center center / 100%;	
	}
	
	
	.bottom .inner {
		flex-wrap: wrap;
	}
	
	.bottom .inner, .bottom .inner a {
		font-size: 10px;
	}
	
	body.preview .choix {
		text-align: center;
		padding: 0;
	}
	
	body.home .choix {
		bottom: 0px;
	}
	
	
	
	body.sacs .choisis {
		width: 100%;
	}
	
	body.kits .choisis {
		margin-bottom: 15px;	
	}
	
	body.sacs .submit .bulle {
		left: 20px;
		bottom: 48px;
		margin: 0;
		background: url(/img/bulle-rouge-mobile.png) no-repeat center center / 100%;
	}
	
	body.sacs .submit .bulle2 {
		left: 20px;
		bottom: 24px;
		margin: 0;

	}
	
	.stock_s {
		width: 5%;
		height: 2%;
		left: 18.4%;
		top: 29%;
	}
	
	.stock_l {
		width: 5%;
		height: 2%;
		left: 20.1%;
		top: 32%;
	}
	
	#popup {
		padding: 0 30px;
	}
	
	#popup .inner {
		height: auto;
	}
	
	#popup .inner .img {
		height: auto;
	}
	
	#popup .inner .img img {
		height: auto;
		width: 100%;
	}
	
	body.sacs #clubs .clubs {
		margin-top: -20px;
	}
	
	body.sacs .submit .trousse
	{
		display: none;
	}
	
	body.sacs.club .bgbr {
		display: none;
	}
	
	body.sacs .trousse.mobile {
		display: block;
		min-width: 103px;
		transform: rotateZ(-10deg);	
		margin-left: -137px;
		margin-top: 5px;
		width: 17%;
		position: absolute;
		z-index: 9;
		
	}

	body.merci .layout {
		margin-top: 0;
		padding-top: 150px;
	}
	
	body.merci .layout .back img {
		width: 280px;	
	}
	
	button.cta {
		margin-left: 0;
		margin-top: 20px;
	}
	
	body.form .form .row.double {
		flex-flow: column;
		align-items: flex-start;
	}
	
	body.form #page {
		padding-top: 50px;
	}
	
	
	body.form .form form {
		width: 100%;
		
	}
	
	body.form #page .choix span {
		display: block;
	}
	
	body.form2 #page .choix br {
		display: none;
	}
	
	body.form2 .form .row {
		padding-bottom: 10px;
	}
	
	body.form .layout {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	body.form  .titre {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	body.club1 .bottom .inner, body.club1 .bottom .inner a {
		color: #B31827;
	}
	
	
	
	body {
		background: url(/img/bg_preview_mobile.jpg) repeat left top / 100%;
	}	
	
	body.home .texte {
		display: none;
	}
	
	body.home .sacs {
		width: auto;
		margin: 150px 0 0 0;
	}
	
	
	
	
	form .radios > div, form .radios > div a {
		font-size: 14px;
	}	
	
	body.form .submit {
		
	}
	
	body.jeu .sac {
		width: 66%;
		margin-top: 16px;
		margin-bottom: 70px;
	}
	
	body.jeu .titre, body.resultat .titre {
		margin-top: 40px;	
	}
	
	body.resultat .perdu .bulleperdu {
		position: absolute;
		margin-top: -100px;
		margin-left: 20px;
	}
	
	body.resultat .gagne .img {
		padding-right: 4%;
	}
	
	body.resultat .layout {
		margin-bottom: 80px;
		margin-top: 0;
		padding-top: 216px;
		max-width: 85%;
	}
	
	body.resultat .gagne .bullegagne {
		position: absolute;
		margin-top: -100px;
		margin-left: 90px;
	}
	
	body.resultat .gagne .img > img {
		width: 122%;
		max-width: none;
		margin-left: -14%;
	}
	
	body.merci .layout  {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	body.merci .numero {
		padding-top: 50px;
		width: 90%;
		
	}
	
	body.merci .numero, body.merci .numero a {
		font-size: 12px;
	}
	
	body.resultat .titre {
		margin-bottom: 17px;
	}
	
	body.home .layout {
		margin: 0;
	}
	
	body.form2 .texte {
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 60px;
	}
	
	body.form2 .layout .form {
		width: 100%;
	}
	
	body.home::before, body.preview::before, body.personnalisation::before {
		display: none;
	}
	
	.files {
		
	}
	
	body.form .form .files .row.double {
		gap: 0;
	}
	
	.zone {
		width: 100%;
		margin-bottom: 0;
	}
	
	body.form .form input::placeholder, body.form .form input[type="text"], body.form .form input[type="email"] {
		font-size: 16px;
	}
	
	label.filebutton .txt {
		font-size: 16px;
		min-width: 106px;
		text-align: left;
		justify-content: flex-start;
		padding-left: 60px;
	}
	
	.zone .filename {
		line-height: 1;
	}
	
	form .radios {
		
	}
	
	body.resultat .perdu .img > img {
		width: 195px;
	}
	
	body.home .achat { 
		margin-top: 20px;
		margin-bottom: 50px;	
		font-size: 11px;
		padding: 0 10px;
	}
	
	body.billets .studio .categorie .info {
		display: flex;
		justify-content: center;	
		
	}
	
	body.billets .studio .categorie .info .i {
		width: 18px;
		height: 18px;
		background: url(/img/info.png) no-repeat center center / 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 12px;
	}
	
	body.merci .bgbr {
		display: none!important;
	}
}