/* hack temporaire pour scene cuisine bord des zones clicables */
/*g#_a71facaf , g#_5e52d169 {
    outline: solid 1px white!important;
    outline-offset: 5px;
}*/

/* Design fenêtre du timer */
/*div#game-timer-container0 {
    position: fixed;
    bottom: 40px;
    left: 80px;
    margin-left: -40px;
    z-index: 9000;
    padding: 66px 10px 14px 10px;
	font-family: 'Vidaloka';
	font-size: 16px;
	font-weight: 600;
    background-color: #604c33;
    background-image: url(svg/design/chrono.png);
	background-position: top center;
	background-repeat: no-repeat;

    color : white;
    width: 80px; 
	border-radius: 8%; 
	text-align: center; 
	align-items: center; 
	justify-content: center; 
	border: 2px solid white;
}
@media screen and (max-width: 480px){

	div#game-timer-container0 {
	    bottom: 5px;
   		left: 30px;
   		width: 50px;
    	margin-left: -25px;
    	padding: 37px 4px 8px 4px;
   		font-size: 15px;
		background-size: 48%;
	}
}*/


/* Design fenêtre du timer */
div#game-timer-container {
    position: absolute;
    top: 13.3%;
    left: 77%;
    z-index: 9000;
    /*padding: 66px 10px 14px 10px;*/
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 600;
    /*background-color: #604c33;*/
    /*background-image: url(svg/design/chrono.png);*/
	/*background-position: top center;*/
	/*background-repeat: no-repeat;*/

    color : white;
    width: 11.5%; 
	/*height: 80px; */
	/*border-radius: 8%; */
	text-align: center; 
	align-items: center; 
	justify-content: center; 
	/*border: 2px solid white;*/
	text-shadow: #f36651 -0.19em 0.19em 0.2em

}
@media screen and (max-width: 480px){

	div#game-timer-container {
/*	    bottom: 5px;
   		left: 30px;
   		width: 50px;
    	margin-left: -25px;
    	padding: 37px 4px 8px 4px;*/
   		font-size: 11px;
/*		background-size: 48%;
*/	}
}

.fpl-rs {
	margin-top: 20px;
}
.fpl-rs img {
	width: 60px!important;
}
.fpl-rs .image_container {
	display:  inline-block;
}


/* on cache les rectos des cartes */
/*#Case1-1recto, #Case1-2recto, #Case1-3recto, #Case1-4recto, #Case2-1recto, #Case2-2recto, #Case2-3recto, #Case2-4recto, #Case3-1recto, #Case3-2recto, #Case3-3recto, #Case3-4recto, #Case4-1recto, #Case4-2recto, #Case4-3recto, #Case4-4recto {
    display: none;
}*/
/*#Case1-1recto, #Case1-2recto, #Case1-3recto, #Case1-4recto, #Case2-1recto, #Case2-2recto, #Case2-3recto, #Case2-4recto, #Case3-1recto, #Case3-2recto, #Case3-3recto, #Case3-4recto, #Case4-1recto, #Case4-2recto, #Case4-3recto, #Case4-4recto {
    cursor: auto!important;
}*/

/* 
Bleu #1a2b4c
rose #bf2578
*/


/**********************************/
/* GLOBAL */
/**********************************/
html{
	touch-action: manipulation;
	user-select: none;
}

div#interactive-window-content {
	user-select: text;
}

body {
	margin:0;
	padding:0;
	background-color: white;
	font-weight: 400;
  /*font-family: azo-sans-web,sans-serif!important;*/
  font-family: Roboto,sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

/*g#cloche {
	cursor: pointer;
}*/

#board g, #board path{
	user-select: none;
	-webkit-appearance: none;
	outline: none;
	background: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}


div#escape-game {

	background-image: url('svg/FPL_Fond_blanc.svg');
	background-size: cover;
	background-repeat: no-repeat;
	/*background-size: auto 100%;*/
	background-position: center center;


	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

h1, h2, h3, h4, h5{
	margin: 0;
	font-family: 'Roboto';
	color: #bf2578;
	/*font-weight: 500;*/ 
	font-weight: 800!important;
	font-size: 30px;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 20px;
}
h4, h5{
	font-size: 17px;
}
#interactive-window-content .title-container h2 {
	font-weight: 400!important;
}
#interactive-window-content .decouvrez {
	color: #1a2b4c;
}
#interactive-window-content .credits_photos {
	font-style: italic;
	color: silver;
	font-size: 15px;
}

b{
	font-weight: 600;
}

/**********************************/
/* LOADER */
/**********************************/
div#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	/*transition: .25s;*/
	/*transition-delay: 2s;*/
}

body.loaded div#page-loader {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-delay: 2s;
	transition: .5s;
}

div#page-loader-content{
	text-align: center;
	width: 100%;
	max-height: 100%;
	overflow: auto;
}

body.loaded div#escape-game {
	opacity: 1!important;
	visibility: visible!important;
}

div#website-signature {
	position: absolute;
	bottom: 30px;
	width: 100%;
	font-weight: 400;
	color: #393837;
}

div#website-signature-logo {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

div#website-signature-logo img {
	max-width: 100%;
	display: block;
}

/**********************************/
/* INFOS TRIGGER */
/**********************************/
div#infos-trigger-container, div#infos-fpl-trigger-container {
	/*position: fixed;*/
	position: absolute;
	/*top: 60px;*/
	top: 10px;
	left: 10px;
	z-index: 10000;
	cursor: pointer;
	/* width: 40px; */
	/* height: 40px; */
	/* background: #1d1d1b; */
	/* border-radius: 100%; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}
div#infos-fpl-trigger-container{
	top: 60px;
}

div#infos-trigger-container img, div#infos-fpl-trigger-container img {
	/*width: 20px;*/
	/*height: 19px;*/
	width: 26px;
	height: 26px;
	/*background: #1d1d1b;*/
	background: #1a2b4c;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
}
div#infos-fpl-trigger-container img {
	background: #bf2578;
}

/**********************************/
/* INFOS picto croix rouge */
/**********************************/
div#picto-croix-rouge-container {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	/*cursor: pointer;*/
	/* width: 40px; */
	/* height: 40px; */
	/* background: #1d1d1b; */
	/* border-radius: 100%; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	display: none;
	/*transition:opacity 1s linear;*/
}

div#picto-croix-rouge-container img {
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: transparent;
	/*border-radius: 100%;*/
	display: flex;
	align-items: center;
	justify-content: center;
	/*padding: 10px;*/
}

/**********************************/
/* BOARD NAVIGATION */
/**********************************/
div#board_navigation .prev, div#board_navigation .next {
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: .25s;
}

div#board_navigation span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	/* background: white; */
	/* box-shadow:0 0 10px 0px rgba(0, 0, 0, 0.35); */
	/* border-radius: 3px; */
	cursor: pointer;
	opacity: .75;
	visibility: visible;
	transition: .25s;
	user-select: none;
}

div#board_navigation img {
/*
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
	*/
	width: 40px;
	height: 40px;
}

div#board_navigation .prev span:hover, div#board_navigation .next span:hover{
	opacity: 1;
}

div#board_navigation .prev.disabled, div#board_navigation .next.disabled{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

div#board_navigation .prev {
	left: 3%;
	transform: rotate(90deg);
}

div#board_navigation .next {
	right: 3%;
	transform: rotate(-90deg);
}

div#board-container.explode_height div#board_navigation {
	display: none;
}

/*touch device*/
html.touchevents div#board_navigation {
	display: none!important;
}

html.touchevents  div#escape-game {
	overflow: auto;
}


/**********************************/
/* BOARD OVERLAY */
/**********************************/

div#game-board-overlay-wrapper {
	/*position: absolute;*/
	position: fixed;
	top: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    max-width: 930px; /*868px;*/
  /*background-color: white;*/
  background-color: rgba(230,230,230,1);
 	-moz-box-shadow: 0px 0px 33px #999;
	-webkit-box-shadow: 0px 0px 33px #999;
	box-shadow: 0px 0px 33px #999;

}
div#game-board-overlay-header {
	/*position: absolute;*/
	position: fixed;
	top: 0;
	margin: auto;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	/*text-align: center;*/
	/*flex-direction: column;*/
	left: 0;
	right: 0;
	/*bottom: 0;*/
	width: 100%;
	height: 28%;
    max-width: 930px; /*868px;*/
  /*background-color: rgba(150,150,150,0.5);*/
}

#logo {
	padding: 5.5% 0 4% 0;
	background: white;
	text-align: center;
}
#logo img {
	width:30%;
}

.FPL_double_band /*.uncode_text_column*/ {
    /*width: 70%;*/
    /*height: 70px;*/
/*    color: white;
    border-radius: 50px;
    position: absolute;
    font-size:  15px;*/
    margin: 0;
    padding: 0;
    /*height: 70px;*/
}

.FPL_double_band .pink_band, .FPL_double_band .blue_band, .FPL_double_band img {
    height: 55px;
}

.FPL_double_band .pink_band {
    background: white;
    margin: 0;
    padding: 0;
}

.FPL_double_band .blue_band {
    margin: 0;
    padding: 0;
}

.FPL_double_band .pink_band img {
	left: 0;
	position: absolute;
}
.FPL_double_band .blue_band img {
	right: 0;
	position: absolute;
}

div#game-board-overlay {
	/*position: absolute;*/
	position: fixed;
	top: 30%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 69%;
    max-width: 930px; /*868px;*/
  /*background-color: rgba(150,150,150,0.5);*/
  /*background-color: white;*/
}
div#game-board-overlay .line {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 20%;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 1% 0 1%;
}

div#game-board-overlay .line>div {
	display: flex;
	align-items: start;
	justify-content: center;
	width: 25%;
	height: 100%;
	left: 50%;
	margin: 2% 2.5%;
	cursor: pointer;
	overflow: hidden;
	padding: 5px;
}
/*
div#game-board-overlay #case1-1 {
    background-color: red;
}
*/
/*
<div class="flip-card">
  <div class="flip-card-inner">
    <div class="flip-card-front"> verso
      <img src="img_avatar.png" alt="Avatar" style="width:300px;height:300px;">
    </div>
    <div class="flip-card-back"> recto
      <h1>John Doe</h1>
      <p>Architect & Engineer</p>
      <p>We love that guy</p>
    </div>
  </div>
</div>
*/
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
div.flipped/* .flip-card:hover*/ .flip-card-inner/*, #Case1-1:hover #Case1-1inner, #Case2-2:hover #Case2-2inner*/ {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back/*, #Case1-1recto, #Case1-1verso, #Case2-2recto, #Case2-2verso*/ {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;

}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
}

/* Style the back side */
.flip-card-back/*, #Case1-1recto, #Case2-2recto*/ {
  transform: rotateY(180deg);
}
.flip-card-inner img {
	-moz-box-shadow: 2px 2px 4px #999; 
	-webkit-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	background: white;
}


/**********************************/
/* boardX */
/**********************************/

div#escape-game {
	width: auto;
	overflow: hidden;
	transition: .25s;
}

div#board-container {
	position: relative;
	overflow: hidden;
	margin: auto;
}

#board {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

#board svg {
	width: 100%;
	height: 100%;
}


image {
	width: auto;
	/*width: 100%;*/
	display: block;
	height: auto;
}

/*Highlight*/
/*g:hover {
	filter: url(#hover-filter);
}*/

/**********************************/
/* OBJETS SANS EFFET AU CLICK */
/**********************************/
/*g#Lumière {
	pointer-events: none;
}*/

/**********************************/
/* OBJETS avec curseur main */
/**********************************/
/*#PORTEACCUEIL:hover {
	cursor: pointer;
}*/

/**********************************/
/* OBJETS non visible par defaut */
/**********************************/
/*#Verrtabelbassebulles2 {
	display: none;
}*/

/**********************************/
/* OVERLAY */
/**********************************/

/*mask*/
div#mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: 0.25s;
	cursor: pointer;
}

div#mask.visible{
	opacity: 1;
	visibility: visible;
}

/*Commun*/

div#interactive-window, div#cart {
	position: fixed;
	/*left: 7%;*/
	/* Modif centrage window ! */
	left: 0;
	right: 0;
	margin: auto;
	/*width: 440px;*/
	/*max-width: 80%;*/
	/* box-sizing: border-box; */
	transition: opacity .25s;
	z-index: 1000;
	/* transform: scale(0.5); */
	/* display: flex; */
	/*width: 43%;*/
	/* Modif taille window ! */
	width: 60%;
	max-width: 620px;
	min-width: 300px;
}

div#interactive-window {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .25s;
	transform: scale(0.5);
}

div#interactive-window.visible {
	opacity: 1!important;
	visibility: visible!important;
	/* pointer-events: initial; */
	transform: scale(1);
}

div#interactive-window-content-container {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	max-height: 100%;
	box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.35);
/*	background-image: url(svg/design/fond-blanc.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
	background-color: white;
	border-radius: 20px;
}

#cart.visible{
	left: 7%;
	transform: translateX(0%);
	pointer-events: auto;
}

#cart .open {
	height: 100%;
	width: auto;
	opacity: 1;
	visibility: visible;
	transition: .25s;
	z-index: 100;
}

#cart.visible .open {
	opacity: 0;
	visibility: hidden;
	display: none;
}

#cart.visible .close {
	display: block;
}

#cart .tns-outer {
	height: 100%;
	overflow-y: hidden;
	padding: 10px 35px!important;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	max-width: 100%;
	flex: auto;
	width: auto;
	overflow-y: hidden;
	/*background-image: url(svg/design/cart-border.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-size: cover;*/
	background-color: white;
}

#cart.visible .objects-container {
	opacity: 1;
	visibility: visible;
	left: 0;
}

#interactive-window .close {
	position: absolute;
	right: 5px;
	top: 0px;
	margin-top: 0;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 17px;
	font-weight: 700;
	padding: 10px;
	/*border-radius: 100%;*/
	width: 25px;
	height: 25px;
	padding: 0;
	text-align: center;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: auto;
	padding: 10px 5px;
}

#interactive-window.visible .close{
	opacity: 1;
	visibility: visible;
}

.nav-container {
	display: flex;
	width: auto;
	height: 100%;
	z-index: 10;
	/*	background: #fff;*/
	padding: 5px;
	box-sizing: border-box;
	border-radius: 4px;
	transition: .25s;
	cursor: pointer;
}

.nav-container:hover > div {
	transform: scale(0.95);
}

.nav-container > div {
	will-change: transform;
}

#cart.visible .nav-container {
	border-radius: 4px 0px 0px 4px;
}

.nav-container img {
	display: block;
	height: 100%;
	width: auto;
	image-rendering: pixelated;
	image-rendering: optimizeQuality;
}

#cart .close {
	height: 100%;
	opacity: 1;
	visibility: visible;
	transition: .25s;
	z-index: 100;
	display: none;
}

/* window nav */
.window-nav > div {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	transition: .25s;
	animation: float;
	transform: translatey(0px);
	animation: float 3s ease-in-out infinite;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	/* background: firebrick; */
}

.window-nav .nav-top {
	top: 15px;
}

.window-nav .nav-top img {
	transform: rotate(180deg);
}

.window-nav .nav-bottom {
	bottom: 0;
}

.overflow.top .window-nav .nav-top, .overflow.bottom .window-nav .nav-bottom{
	transition-delay: .5s;
}

.window-nav {
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 10;
}

.window-nav img {
	width: 25px;
	height: 25px;
	/*background: white;*/
	/*border-radius: 100%;*/
	/*box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);*/
}

.overflow .window-nav {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.overflow.top .window-nav .nav-top {
	opacity: 1;
	visibility: visible;
}

.overflow.bottom .window-nav .nav-bottom {
	opacity: 1;
	visibility: visible;
}

@keyframes float {

	0% {

		transform: translatey(0px);
	}

	50% {

		transform: translatey(-10px);
	}

	100% {

		transform: translatey(0px);
	}

}

/* Fenetre Interactive */
#interactive-window-content-container:after, div#interactive-window-content-container:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	height: 0px;
	box-shadow: 0 0px 10px 11px white;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	transition: .25s;
	z-index: 1;
}
div#interactive-window-content-container:before {
	width: 95%;
}

#interactive-window-content-container:after{
	bottom: -60px;
}

div#interactive-window-content-container:before {
	top: -60px;
}

.overflow.top div#interactive-window-content-container:before, .overflow.bottom #interactive-window-content-container:after {
	opacity: 1;
	visibility: visible;
}

.overflow.top div#interactive-window-content-container:before{
	top: 10px;
}

.overflow.bottom #interactive-window-content-container:after {
	bottom: 10px;
}

div#interactive-window {
	/* Pas de panier ! */
	/*bottom: 14%;
	height: 83%;
	max-height: 83%;
	*/bottom: 2%;
	height: 96%;
	max-height: 96%;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}

/*#interactive-window-content:before {
	content: '';
	position: absolute;
	top: 1%;
	left: 1%;
	width: 98%;
	height: 98%;
	background-image: url(svg/design/border.svg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
	pointer-events: none;
}*/

div#interactive-window-content {
	top: 0;
	left: 0;
	overflow: hidden;
	height: auto;
	width: 100%;
	max-height: 100%;
	/*border-radius: 9px;*/
	padding: 0;
	box-sizing: border-box;
	/*background: #fff;*/
	/*background-image: url(svg/design/fond-blanc.svg);*/
	/* background-size: cover; */
	/* background-position: center; */
	/* background-repeat: no-repeat; */
	font-size: 17px;
	font-weight: 300;
	/*border: 10px solid #fff;*/
	border: 10px solid transparent;
	border-bottom-width: 10px;
	pointer-events: auto;
	overflow: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	padding-bottom: 35px;
	text-align: center;

}

div#interactive-window-content::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.title-container/* > div*/, .content-container >div , .enigma-container > div {
	padding: 0;
}

.title-container .title, .content-container .content, .enigma-container .enigma, .clue-container .clue {
	padding: 20px 40px;
}
.title-container {
	margin-top: 10px;
	color: #bf2578;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
}

.banner.round {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	width: 300px;
	height: 300px;
	margin: 50px auto;
	border-radius: 100%;
	/*border: 4px solid #bf2578;*/
	/*box-shadow: 10px 30px 30px 0px rgba(0, 0, 0, 0.4);*/
	animation-name: bounceIn;
	animation-duration: 450ms;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

/*.banner.round:after {
	content: '';
	position: absolute;
	top: -8%;
	left: -2%;
	width: 102%;
	height: 120%;
	background-image: url(svg/design/banner-round-border.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}*/
/* FPL sourire */
.banner.round:after {
    content: url('svg/sourire_rose.svg');
    position: absolute;
    width: 106%;
    height: auto;
    bottom: -2%;
    left: -3%;
    z-index: 9;
}

.banner.round .image_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 100%;
}

.banner img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 7px 7px 0 0;
}

.simplebar-track.simplebar-vertical {
	background: #cccccc54;
	/* padding: 15px 0; */
	margin: 30px 0;
	/* margin-top: 30px; */
	/* margin-bottom: 10px; */
	box-sizing: border-box;
	right: 10px;
	border-radius: 7px;
	box-sizing: border-box;
}

div#counter-sortie {
	font-style: italic;
	font-size: smaller;
}

div#interactive-window.not-in-cart .banner {
	filter: grayscale(1);
}

.notice-container .notice {
	text-align: center;
	color: #6b6b6b;
	font-style: italic;
	font-size: smaller;
}

/*Bouton*/

.btn {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	margin-top: 20px;
	transition: .25s;
	will-change: transform;
	/*font-family: 'Vidaloka';*/
	/*letter-spacing: 1px;*/
/*	font-size: 15px;
	text-align: center;

	border-width: 1px;
	font-weight: 600!important;
    font-family: azo-sans-web,sans-serif!important;
    letter-spacing: .1em;
    color: #ffffff!important;
    background-color: #8b9d26!important;
    border-color: #8b9d26!important;*/

	/*transition: color 200ms cubic-bezier(.785,.135,.15,.86),background-color 200ms cubic-bezier(.785,.135,.15,.86),border-color 200ms cubic-bezier(.785,.135,.15,.86);*/

    font-size: 12px;
	/*padding: 13px 31px 13px 31px!important;*/
    font-style: normal!important;
    text-align: center;
    vertical-align: middle;
    /*margin-top: 1px;*/
    /*margin-bottom: 1px;*/
    cursor: pointer;
    background-image: none;
    border-style: solid;
    /*border-radius: 2px;*/
    outline: none;
    white-space: pre-wrap;
    -webkit-text-stroke: 0;

    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #ffffff;
    /*background-color: #b3196b;*/
    /*border-color: #b3196b !important;*/
    background-color: #1a2b4c;
    border-color: #1a2b4c !important;    
    border-width: 1px;
    border-radius: 10em;

}

.btn:hover {
	/*transform: scale(0.95);*/
	background-color: transparent!important;
	/*color: #b3196b!important;*/
	color: #1a2b4c!important;
}

.btn span {
	position: relative;
	display: inline-block;
}

.btn.small span {
	padding: 13px 30px;
}

.btn.medium span {
	padding: 13px 30px;
}

.btn.big span {
	padding: 13px 30px;
}
/*
.btn span:before {
	content: '';
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.btn.small span:before {
	background-image: url(svg/design/bt-small-new.svg);
}

.btn.medium span:before {
	background-image: url(svg/design/bt-medium-new.svg);
}

.btn.big span:before {
	background-image: url(svg/design/bt-big-new.svg);
}*/

/*scoll bar*/
.simplebar-track {
	z-index: 100000000;
}

div.simplebar-scrollbar:before {
	background: #c6c6c6;
	opacity: 1!important;
}

/* Panier */
div#cart {
	/* top: 88%; */
	left: 7%;
	height: 10%;
	display: flex;
	align-items: center;
	/* background-color: #ffffff; */
	border-radius: 4px;
	transition: .25s;
	z-index: 100;
	overflow: hidden;
	user-select: none;
}

.objects-container .cart-item img {
	width: 25%;
	height: auto;
}

.cart-item {
	cursor: pointer;
	filter: grayscale(50%);
	-webkit-filter: grayscale(50%);
	opacity: .6;
	transition: .25s;
	will-change: transform;
}

.cart-item.owned:hover{
	transform: scale(.9);
}

.cart-item.owned {
	filter: none;
	-webkit-filter: none;
	opacity: 1;
	animation-name: owned;
	animation-duration: 1s;
	animation-delay: .75s;
	/*cursor: pointer;*/
}

@keyframes owned {

	0% {
		transform:scale(1);
	}

	25% {
		transform:scale(0.5);
	}

	50% {
		transform:scale(1);
	}

	75% {
		transform:scale(0.5);
	}

	100% {
		transform:scale(1);
	}

}

#cart .image_container {
	height: 100%;
}

div#cart {
	pointer-events: none;
	/* width: 620px; */
	/* max-width: 90%; */
	height: 85px;
	height: 9%;
	bottom: 3%;
}

div#cart .nav-container {
	pointer-events: auto;
}


/*Médias audio*/
.audio_container {
	display: none;
}

/*Médias embed Youtube*/
.embed_youtube_container iframe {
	width: 100%;
}

/*tns carousel*/
.tns-controls {
	user-select: none;
}

.tns-controls img {
	width: 100;
}

div#tns8-mw {
	height: 100%;
	margin: 0 5px;
}

div#tns8 {
	height: 100%;
}

#cart .objects-container {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	max-width: 100%;
	flex: auto;
	overflow-y: hidden;
	padding: 0 10px;
	padding-right: 5px;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	/*	background-color: #fff;*/
	left: -99%;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	transition: .5s;
	border-radius: 0px 4px 4px 0px;
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.tns-outer .tns-controls button:first-child,
.tns-outer .tns-controls button:last-child {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 25px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
	outline: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	box-shadow: none;
	user-select: none;
	box-sizing: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.tns-outer .tns-controls button:last-child {
	right: 10px;
}

.tns-outer .tns-controls button:first-child {
	left: 10px;
}

.tns-outer .tns-controls button[disabled]{
	opacity: .33;
	cursor: initial;
}

div.tns-outer .tns-item img {
	display: block;
	max-height: 100%;
	height: 100%;
	width: auto;
	margin: auto;
	width: 100%;
}

.tns-inner, .tns-item, .cart-item{
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.tns-controls img {
	width: 25px;
	height: auto;
	display: block;
	margin: auto;
}

/**********************************/
/* ENIGMAS */
/**********************************/
.condition {
	position: relative;
	width: 300px;
	max-width: 100%;
	margin: auto;
	padding: 0 35px;
	box-sizing: border-box;
}

.input_notice {
	text-align: left;
	font-size: 15px;
	color: #6a6a6a;
	margin-top: 10px;
	text-align: center;
}

.condition input[type="text"], .condition input[type="number"] {
	background: url(svg/design/input-border.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	border: none;
	-webkit-appearance: none;
	padding: 15px;
	font-family: inherit;
	font-size: inherit;
	outline: none;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.condition select {
	background-image: url(/svg/design/input-border.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	border: none;
	padding: 15px;
	font-family: inherit;
	font-size: inherit;
	outline: none;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	background-color: #fff;
}

.condition.SELECT .condition_container {
	position: relative;
}

.condition.SELECT .condition_container:after {
	content: '▼';
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	line-height: 20px;
	color: #1d1d1b;
	pointer-events: none;
}

ul.error-msg {
	color: #ad2332;
	padding: 0;
}

ul.error-msg li {
	text-align: center;
	list-style: none;
}

span.success-checkmark {
	margin-bottom: 20px;
	display: block;
}

span.success-checkmark img {
	display: block;
	opacity: 0;
	animation-name: bounceIn;
	animation-duration: 450ms;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	margin: auto;
	width: 50px;
}

::placeholder {
	color: #a9a9a9!important;
	font-size: 'Poppins';
	font-size: inherit;
	font-weight: 300;
}

.clue-container .clue {
	text-align: center;
	color: #60861b;
	font-weight: 400;
}

.clue-container .clue:empty, .content:empty {
	display: none;
}

span.help {
	position: absolute;
	top: 10px;
	right: 0;
	margin: auto;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #60861b;
	border-radius: 100%;
	color: #fff;
	transition: .25s;
	will-change: transform;
}

span.help:hover {
	transform: scale(0.9);
}

.enigma-question {
	margin-bottom: 20px;
}

.condition.RADIO {
	text-align: center;
}

.condition.RADIO label,
.condition.CHECKBOX label {
	display: block;
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.condition_container {
	text-align: center;
}

/*BEAUTIFUL CHECKBOX / RADIO*/
.beautiful-cb input {
	display: none;
}

.beautiful-cb i {
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(/svg/design/checkmark-border.svg);
	background-size: contain;
	margin-right: 10px;
}

.beautiful-cb input:checked + i:after {
	opacity: 1;
	visibility: visible;
	animation-name: bounceIn;
}

.condition.RADIO label, .condition.CHECKBOX label {}

.beautiful-cb input + i:after {
	content: '';
	position: absolute;
	top: -5px;
	right: -4px;
	width: 25px;
	height: 30px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/svg/design/checkmark-check.svg);
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	animation-duration: 450ms;
	will-change: transform;
}

/*On cache la fonctionnalité incrémentation des champs numérique*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance:textfield;
}

/**********************************/
/* GLOBAL MESSAGE */
/**********************************/
div#global-msg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 10000;
	transition: .25s;
}

div#global-msg-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.56);
	cursor: pointer;
}

div#global-msg-container {
	position: relative;
	/*background: #fff;*/
	border: 10px solid transparent; /* #fff;*/
	padding: 0;
	min-width: 250px;
	width: 700px;
	max-width: 90%;
	border-radius: 20px;
	transform: scale(0.5);
	opacity: 0.5;
	transition: .25s;
	box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.35);
	max-height: 97%;
	box-sizing: border-box;
	overflow: visible;
	z-index: 0;
	display: flex;
/*	background-image: url(svg/design/fond-blanc.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
	background-color: white;
}

div#global-msg-container:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
/*	background-image: url(svg/design/border.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;*/
	z-index: 10;
}

div#global-msg-content-container {
	position: relative;
	height: 100%;
	max-height: 100%;
	height: auto;
	width: 100%;
}

div#global-msg-content {
	padding: 20px;
	height: 100%;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	overflow: auto;
	font-weight: 300;
    /*font-family: azo-sans-web,sans-serif!important;*/
}

div#global-msg-content img {
	max-width: 100%;
	text-align: center;
}


div#global-msg .close {
	position: absolute;
	width: 25px;
	height: 25px;
	padding: 10px;
	/*top: -15px;*/
	/*right: -15px;*/
	top: -10px;
	right: -10px;
	cursor: pointer;
	z-index: 100;
}

div#global-msg.visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

div#global-msg.visible div#global-msg-container {
	opacity: 1;
	transform: scale(1);
}

div#global-msg-content:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

div#global-msg-content .image_container {
	margin-bottom: 10px;
	margin-top: -14px;
}

div#global-msg-content .image_container:first-child img {
	width: 110%;
	z-index: -1;
	position: relative;
	margin-left: -5.5%;
}

/**********************************/
/* MODAL MESSAGE */
/**********************************/
div#modal-msg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 11000;
	transition: .25s;
}

div#modal-msg-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.56);
	cursor: pointer;
}

div#modal-msg-container {
	position: relative;
	/*background: #fff;*/
	border: 10px solid transparent; /* #fff;*/
	padding: 0;
	min-width: 250px;
	width: 500px;
	max-width: 90%;
	border-radius: 20px;
	transform: scale(0.5);
	opacity: 0.5;
	transition: .25s;
	box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.35);
	max-height: 97%;
	box-sizing: border-box;
	overflow: visible;
	z-index: 0;
	display: flex;
/*	background-image: url(svg/design/fond-blanc.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
	background-color: white;
}

div#modal-msg-container:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
/*	background-image: url(svg/design/border.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;*/
	z-index: 10;
}

div#modal-msg-content-container {
	position: relative;
	height: 100%;
	max-height: 100%;
	height: auto;
	width: 100%;
}

div#modal-msg-content {
	padding: 20px;
	height: 100%;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	overflow: auto;
	font-weight: 300;
    /*font-family: azo-sans-web,sans-serif!important;*/

}

/*div#modal-msg .close {
	position: absolute;
	width: 25px;
	height: 25px;
	padding: 10px;
	top: -15px;
	
	top: -15px;
	right: -8px;
	cursor: pointer;
	z-index: 100;
}*/

div#modal-msg.visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

div#modal-msg.visible div#modal-msg-container {
	opacity: 1;
	transform: scale(1);
}

div#modal-msg-content:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#modal-msg-content .image_container {
	margin-bottom: 10px;
	margin-top: -20px;
}

div#modal-msg-content .image_container:first-child img {
	width: 110%;
	z-index: -1;
	position: relative;
	margin-left: -5.5%;
}

/**********************************/
/* TEXT FORMAT */
/**********************************/
quote:before {
	content: '';
	background-image: url(svg/design/quote-left.svg);
	margin-right: 5px;
}

quote:after {
	content: '';
	background-image: url(svg/design/quote-right.svg);
	margin-left: 5px;
}

quote:before, quote:after {
	position: relative;
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: -8px;
}

quote {
	position: relative;
	display: block;
	line-height: normal;
}

/**********************************/
/* SUOND SWITCHER */
/**********************************/
div#sounds-status-switcher,
div#music-status-switcher {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10000;
	cursor: pointer;
}

div#sounds-status-switcher > div,
div#music-status-switcher > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	transition:.25s;
}

div#sounds-status-switcher.sound-on .on,
div#music-status-switcher.sound-on .on {
	opacity: 1;
	visibility: visible;
}

div#sounds-status-switcher.sound-off .off,
div#music-status-switcher.sound-off .off {
	opacity: 1;
	visibility: visible;
}
div#music-status-switcher {
	left: 60px;
}

/**********************************/
/* ANIMATIONS */
/**********************************/

@keyframes bounceIn{
	0%{
		opacity: 0;
		transform: scale(0.3) translate3d(0,0,0);
	}
	50%{
		opacity: 0.9;
		transform: scale(1.1) translate3d(0,0,0);
	}
	80%{
		opacity: 1;
		transform: scale(0.89) translate3d(0,0,0);
	}
	100%{
		opacity: 1;
		transform: scale(1) translate3d(0,0,0);
	}
}


/**********************************/
/* RESIZE IMAGE BANNER IW CART */
/**********************************/
div#image-img-livre img {
	width: 66%;
}

div#image-img-fromage img {
	width: 75%;
}

div#image-img-creme img {
	width: 70%;
}

div#image-img-oeufs img {
	width: 70%;
}


/**********************************/
/* LOADER ERRORS */
/**********************************/
div#page-loader-content ul.error-msg {
	width: 700px;
	max-width: 90%;
	margin: auto;
	font-size: 1.1rem;
}

/**********************************/
/* MEDIA */
/**********************************/
.youtube_container iframe{
	width: 100%;
}

.banner .youtube_container {
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 15px;
}

.iframe_container iframe {
	width: 100%;
	border: none;
	box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 0.1);
}

.iframe_container iframe {
	width: 100%;
	border: none;
	box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 0.1);
	height: 450px;
}

/**********************************/
/* CONTENT OWL CAROUSEL */
/**********************************/
div#interactive-window-content .owl-nav .owl-prev, div#interactive-window-content .owl-nav .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	transition: .25s;
	will-change: transform;
	border-radius: 20px;
}

div#interactive-window-content .owl-nav .owl-prev:hover, div#interactive-window-content .owl-nav .owl-next:hover {
	transform: scale(.9);
}

div#interactive-window-content .owl-carousel {
	padding: 0 40px;
	box-sizing: border-box;
}

div#interactive-window-content .owl-nav .owl-prev {
	left: 0;
}

div#interactive-window-content .owl-nav .owl-next {
	right: 0;
}

div#interactive-window-content .owl-nav img {
	width: 30px;
}

div#interactive-window-content .owl-nav .disabled {
	opacity: .5;
}

/**********************************/
/* RESPONSIVE */
/**********************************/
/* ajuste wrap central en fonction de la hauteur */
@media screen and (max-height: 1000px) {
	div#game-board-overlay-wrapper,div#game-board-overlay-header, div#game-board-overlay {
		max-width: 768px;
	}
	.FPL_double_band .pink_band, .FPL_double_band .blue_band, .FPL_double_band img {
	    height: 43px;
	}
}
@media screen and (max-height: 800px) {
	div#game-board-overlay-wrapper,div#game-board-overlay-header, div#game-board-overlay {
		max-width: 600px;
	}
	.FPL_double_band .pink_band, .FPL_double_band .blue_band, .FPL_double_band img {
	    height: 34px;
	}
}
@media screen and (max-height: 600px) {
	div#game-board-overlay-wrapper,div#game-board-overlay-header, div#game-board-overlay {
		max-width: 450px;
	}
	.FPL_double_band .pink_band, .FPL_double_band .blue_band, .FPL_double_band img {
	    height: 25px;
	}
}


@media screen and (max-width: 1200px){

	div#interactive-window{
		left: 5%;
	}

	div#cart{
	}

	div#cart, div#cart.visible{
		left: 5%;
	}

}

@media screen and (max-width: 1024px){

	div#interactive-window, div#cart {
		/* Changement largeur window */
		/*width: 430px;*/
		max-width: 620px;
		min-width: 430px;
	}

}

@media screen and (max-width: 768px){

	.banner.round {
		width: 200px;
		height: 200px;
		margin: 25px auto;
	}

	h1, h2, h3, h4, h5 {
		font-size: 25px;
	}

	div#interactive-window-content {
		font-size: 16px;
	}

	.btn{
		font-size: 13px;
	}

	.btn.small span{
		padding: 25px;
	}

}

@media screen and (max-width: 600px){

	#logo img {
		width:50%;
	}
	.simplebar-track.simplebar-vertical{
		right: 7px;
	}

	.FPL_double_band .pink_band, .FPL_double_band .blue_band, .FPL_double_band img {
	    height: 35px;
	}

}

@media screen and (max-width: 480px){

	div#interactive-window, div#cart {
		width: 90%;
		max-width: none;
		min-width: 0;
	}

	div#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		pointer-events: none;
		justify-content: flex-end;
		align-items: center;
		flex-direction: column;
	}

	div#interactive-window {
		/* position: relative; */
		left: 0;
		right: 0;
		margin: 0 auto;
		/* on desactive le panier !*/
/*		bottom: 15%;
		height: 82%;
		max-height: 82%;
*/
	}

	div#cart{
		bottom: 0;
		height: 10%;
		bottom: 2%;
		right: 0;
		margin: 0 auto;
		max-height: 60px;
	}

	div#cart, div#cart.visible{
		left: 0;
	}

	.objects-container{
		padding: 5px 20px;
	}

	.nav-container{
		padding: 5px;
	}

	.banner.round{
		width: 150px;
		height: 150px;
	}

	.tns-controls img{
		width: 20px;
	}

	#cart .tns-outer {
		padding: 10px 25px!important;
	}

	.tns-outer .tns-controls button:first-child {
		left: 1px;
	}

	.tns-outer .tns-controls button:last-child {
		right: 1px;
	}

	.title-container .title, .content-container .content, .enigma-container .enigma, .clue-container .clue{
		padding: 15px 10px;
	}

	div#sounds-status-switcher > div,
	div#music-status-switcher > div{
		width: 35px;
		height: 35px;
	}

	div#infos-trigger-container img, div#infos-fpl-trigger-container img {
		width: 18px;
		height: 18px;
	}
	div#infos-fpl-trigger-container {
		top: 52px;
	}

	div#picto-croix-rouge-container img{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
	}

	span.help {
		width: 20px;
		height: 20px;
	}

	.condition {
		padding: 0 25px;
	}

	#interactive-window-content:before {
		width: 96%;
		height: 96%;
		top: 2%;
		left: 2%;
	}

	.btn span {
		padding: 10px 20px 10px 20px!important;
		font-size:  11px; 
		/*!important;*/
	}

	.FPL_double_band .pink_band, .FPL_double_band .blue_band, .FPL_double_band img {
	    height: 26px;
	}

	#global-msg-content #image-image-fpl img {
	    max-width: 112%;
	    margin-left: -6%;
	}
}


@media screen and (max-width: 375px){

	div#global-msg-content .image_container:first-child img {
		width: 114%;
		transform: translateX(-1%);
	}

	div#modal-msg-content .image_container:first-child img {
		width: 114%;
		transform: translateX(-1%);
	}

}

@media screen and (max-width: 350px){

	div#global-msg-content  {
		padding: 22px 2px 5px 2px;
		font-size: 0.75rem;
	}
	div#global-msg-content .button_container  {
		margin-top: -5px
	}
	div#global-msg-content #btn-start-game, div#global-msg-content #bt-game-resume {
		margin-top: 8px;
	}

	div#modal-msg-content  {
		padding: 22px 2px 5px 2px;
		font-size: 0.75rem;
	}
	div#modal-msg-content .button_container  {
		margin-top: -5px
	}
	div#modal-msg-content #btn-start-game, div#modal-msg-content #bt-game-resume {
		margin-top: 8px;
	}
}

@media screen and (max-height: 500px){

	div#cart {
		height: 12%;
	}
/* window tout en bas panier desactivé */
/*	div#interactive-window {
		height: 80%;
		max-height: 80%;
		bottom: 17%;
	}*/

}

/*TEST PERF*/
/*g#sol_et_mur_cuisine {
	display: none!important;
	}*/

/*g#mur_fond_salon {
	display: none!important;
	}*/

/*g#sol_salon {
	display: none!important;
}

g#tapis {
	display: none!important;
}*/