@font-face {
	font-family: 'prataregular';
	src: url('font/prata-regular-webfont.eot');
	src: url('font/prata-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('font/prata-regular-webfont.woff') format('woff'),
	url('font/prata-regular-webfont.ttf') format('truetype'),
	url('font/prata-regular-webfont.svg#prataregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen {

	* {
		margin: 0;
		padding: 0;
	}

	html, body {
		width: 100%;
		height: 100%;
	}

	body {
		background: black;
		font: 14px/1.4 'prataregular', Arial, sans-serif;
		color: #949494;
	}

	.screen-reader-text {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}

	.clear {
		clear: both;
	}

	.group:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	* html .group, *:first-child+html .group {
		zoom: 1;
	} /* First selector = IE6, Second Selector = IE 7 */

	/*** GLOBAL LAYOUT ***/

	#page-wrap {
		width: 960px;
		margin: 0 auto;
		/*overflow: hidden;*/
	}

	#page-wrap.small-wrapper {
		width: 820px;
		padding: 0 60px;
	}

	.nojs {
		visibility: hidden;
	}


	h1, h2, h3 {
		font-weight: normal;
		margin: 0 0 10px 0;
	}
	h1 {
	}
	h2 {
	}
	h3 {
	}

	p {
		margin: 0 0 10px 0;
	}

	a {
		color: #949494;
	}

	a:hover {
		text-decoration: none;
	}

	img {
		width: auto;
		height: auto;
		max-width: 100%;
		display: block;
	}

	.uppercase {
		text-transform: uppercase;
	}

	*::selection {
		color: white;
		background: black;
	}

	*::-moz-selection {
		color: white;
		background: black;
	}

	/*** LIGHTBOX ***/

	#lightbox, #lightbox-ne, #lightbox-5decembre, #lightbox-vip5max, #lightbox, #lightbox-127-ans, #lightbox-paiement-encours, #map-lightbox, #eve-lightbox, #lightbox-reveillon-nouvel-an, #lightbox-reveillon-nouvel-an-boisson,
	#lightbox-reveillon-nouvel-an-diner, #lightbox-reveillon-nouvel-an-diner-vip, .lightbox-container {
		position: absolute;
		z-index: 5000;
		background: url('images/black-opacity-90.png') left top repeat;
		width: 100%;
		height: 100%;
		min-height: 100%;
		top: 0;
		left: 0;
		display: none;
	}
	#lightbox-ne { height:150%; }

	#lightbox.dark-lightbox, #lightbox-ne.dark-lightbox, #lightbox-5decembre.dark-lightbox, #lightbox-vip5max.dark-lightbox, #lightbox-127-ans.dark-lightbox, #lightbox-paiement-encours.dark-lightbox, #eve-lightbox.dark-lightbox, #lightbox-reveillon-nouvel-an.dark-lightbox, #lightbox-reveillon-nouvel-an-boisson.dark-lightbox,
	#lightbox-reveillon-nouvel-an-diner.dark-lightbox, #lightbox-reveillon-nouvel-an-diner-vip.dark-lightbox
	{
		background: url('images/dark-opacity-90.png') left top repeat;
	}

	#lightbox-vip5max #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col { display:block;margin:auto;float:none; }
    #lightbox-vip5max #boisson-wrapper #choix-boisson p { text-align:justify; }
		
	#lightbox-127-ans #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col { width:400px; }

	/*** HEADER ***/

	#header {
		width: auto;
		position: relative;
	}

	.big-header {
		height: 294px;
	}

	.big-header .back-to-site {
		float: left;
		margin-top: 30px;
		font-family: Arial, sans-serif;
		font-size: 16px;
		color: #6b6b6b;
		text-decoration: none;
	}

	.big-header .back-to-site:hover {
		text-decoration: underline;
	}

	.big-header h1 {
		width: 474px;
		height: 294px;
		top: 0;
		left: 50%;
		margin-left: -218px;
		position: absolute;
	}

	.big-header .switch-language {
		float: right;
		margin-top: 30px;
		font-family: Arial, sans-serif;
		font-size: 16px;
		color: #6b6b6b;
		text-decoration: none;
	}

	.big-header .switch-language:hover {
		text-decoration: underline;
	}

	.small-header {
		height: 108px;
		margin-bottom: 30px;
	}

	.small-header #online-reservation {
		margin-top: 30px;
		display: inline-block;
		padding-left: 10px;
	}

	.small-header .switch-language {
		margin-left: 10px;
		display: inline-block;
		width: auto;
		font-size: 16px;
		color: #6b6b6b;
		text-decoration: none;
	}

	.small-header .switch-language:hover {
		text-decoration: underline;
	}

	.small-header h1 {
		width: 185px;
		height: 108px;
		top: 0;
		left: 50%;
		margin-left: -89px;
		position: absolute;
	}

	.small-header .back-to-site {
		float: right;
		text-align: right;
		text-decoration: none;
		font-size: 13px;
		margin-top: -15px;
		margin-right: 10px;
	}

	.small-header .back-to-site span {
		font-size: 16px;
	}

	.small-header .back-to-site:hover {
		color: white;
	}

	/*** PAGE 1 ***/

	#home-top-content {
		text-align: center;
		margin-top: 60px;
	}

	#home-top-content img {
		margin: 0 auto;
	}

	#home-top-content h2 {
		margin-top: 30px;
		color: #985454;
		font-size: 26px;
	}

	#home-top-content  p {
		font-size: 16px;
	}

	#home-form-wrapper {
		margin: 40px 0 20px 0;
		overflow: visible;
		height: 202px;
	}

	#home-form #date-participants-wrapper {
		overflow: visible;
		height: 80px;
	}

	#home-form #date-button-wrapper {
		width: 400px;
		height: 80px;
		line-height: 80px;
		background: #230000;
		font-size: 20px;
		margin-right: 20px;
		float: left;
	}

	#home-form #date-button-wrapper a {
		color: #a55d5d;
		display: block;
		text-decoration: none;
		padding-right: 80px;
		text-align: center;
		position: relative;
	}

	#home-form #date-button-wrapper a::after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		height: 80px;
		background: url('images/fleche-selection.png') center center no-repeat #1c0000;
	}

	#home-form #participants-select-wrapper {
		width: 400px;
		float: left;
		height: 80px;
		line-height: 80px;
		margin: 0;
		visibility: hidden;
	}

	.dropcontainer {
		position: relative;
		font-size: 20px;
		color: white;
		z-index: 1000;
	}

	.trigger {
		color: #a55d5d;
		font-size: 20px;
		text-transform: uppercase;
		width: 400px;
		padding-right: 80px;
		text-align: center;
		background: #230000;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
		position: relative;
	}

	.trigger::after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		height: 80px;
		background: url('images/fleche-selection.png') center center no-repeat #1c0000;
	}

	.trigger:hover {

	}

	.activetrigger {
		color: #a55d5d;
		font-size: 20px;
		text-transform: uppercase;
		width: 400px;
		padding-right: 80px;
		text-align: center;
		background: #230000;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
		position: relative;
	}

	.activetrigger::after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		height: 80px;
		background: url('images/fleche-selection.png') center center no-repeat #1c0000;
	}

	.activetrigger:hover {

	}

	.activetrigger:active {

	}

	.dropcontainer ul {
		font-size: 20px;
		background: #430e0e;
		list-style-type: none;
		margin: 0;
		width: 400px;
		z-index: 1000;
		height: 220px;
		overflow: auto;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 20px;
	}

	.dropcontainer ul li {
		height: 40px;
		line-height: 40px;
	}

	.dropcontainer ul li:hover {
		background: #a55d5d;
		outline: none;
	}

	.dropcontainer ul li:first-child {
		display: none;
	}

	.dropcontainer ul li:last-child {
		border-bottom: none;
	}

	.dropcontainer ul li a {
		text-decoration: none;
		display: block;
		color: white;
	}

	.dropdownhidden {
		display: none;
	}

	.dropdownvisible {
		height: auto;
	}

	/*** DATEPICKER ***/

	#datepicker-wrapper {
		position: absolute;
		width: 460px;
		left: 50%;
		margin-left: -230px;
		text-align: right;
		z-index: 5000;
	}

	#datepicker-wrapper .close-lightbox, #map-wrapper .close-lightbox, #eve-redirect-wrapper .close-lightbox, #lightbox-reveillon-nouvel-an .close-lightbox, #lightbox-reveillon-nouvel-an-boisson .close-lightbox,
	#lightbox-reveillon-nouvel-an-diner .close-lightbox, #lightbox-reveillon-nouvel-an-diner-diner .close-lightbox, #cgv-lightbox-wrapper .close-lightbox
	{
		text-decoration: none;
		font-size: 11px;
		margin-bottom: 10px;
		display: inline-block;
	}

	#datepicker-wrapper .close-lightbox:hover, #map-wrapper .close-lightbox:hover, #eve-redirect-wrapper .close-lightbox:hover, #lightbox-reveillon-nouvel-an .close-lightbox:hover, #lightbox-reveillon-nouvel-an-boisson .close-lightbox:hover,
	#lightbox-reveillon-nouvel-an-diner .close-lightbox:hover, #lightbox-reveillon-nouvel-an-diner-diner .close-lightbox:hover, #cgv-lightbox-wrapper  .close-lightbox:hover
	{
		text-decoration: underline;
	}

	#datepicker-wrapper .close-lightbox::before, #map-wrapper .close-lightbox::before, #eve-redirect-wrapper .close-lightbox::before, #lightbox-reveillon-nouvel-an .close-lightbox:before, #lightbox-reveillon-nouvel-an-boisson .close-lightbox:before,
	#lightbox-reveillon-nouvel-an-diner .close-lightbox::before, #lightbox-reveillon-nouvel-an-diner-diner .close-lightbox::before, #cgv-lightbox-wrapper .close-lightbox::before
	{
		content: "[ ";
	}

	#datepicker-wrapper .close-lightbox::after, #map-wrapper .close-lightbox::after, #eve-redirect-wrapper .close-lightbox::after, #lightbox-reveillon-nouvel-an .close-lightbox:after, #lightbox-reveillon-nouvel-an-boisson .close-lightbox:after,
	#lightbox-reveillon-nouvel-an-diner .close-lightbox::after, #lightbox-reveillon-nouvel-an-diner-diner .close-lightbox::after, #cgv-lightbox-wrapper .close-lightbox::after
	{
		content: " ]";
	}

	#datepicker {
		background: #430e0e;
		font-size: 16px;
		color: white;
		text-transform: uppercase;
	}

	#datepicker .ui-datepicker-header {
		text-align: center;
		background: #230000;
		line-height: 80px;
		position: relative;
	}

	#datepicker .ui-datepicker-header .ui-datepicker-prev {
		position: absolute;
		width: 38px;
		height: 38px;
		background: url('images/datepicker-prev.png') left top no-repeat;
		display: block;
		top: 21px;
		left: 30px;
		text-indent: -9999px;
		z-index: 3000;
		cursor: pointer;
	}

	#datepicker .ui-datepicker-header .ui-datepicker-next {
		position: absolute;
		width: 38px;
		height: 38px;
		background: url('images/datepicker-next.png') left top no-repeat;
		display: block;
		top: 21px;
		right: 30px;
		text-indent: -9999px;
		z-index: 3000;
		cursor: pointer;
	}

	#datepicker .ui-datepicker-calendar {
		padding: 20px 10px;
	}

	#datepicker .ui-datepicker-calendar thead tr th {
		font-weight: normal;
		padding-bottom: 20px;
		text-align: center;
	}

	#datepicker .ui-datepicker-calendar tr td {
		width: 60px;
		height: 37px;
		line-height: 37px;
		vertical-align: middle;
		text-align: center;
	}

	#datepicker .ui-datepicker-calendar tr td a {
		display: block;
		color: white;
		text-decoration: underline;
		width: 35px;
		height: 35px;
		margin: 1px auto;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
	}

	#datepicker .ui-datepicker-calendar tr td.event a {
		/* background: #501e1e; */
		text-decoration: underline;
	}

	#datepicker .ui-datepicker-calendar tr td a:hover {
		background: #7c1e1e;
	}

	#home-form #validation-wrapper {
		height: 82px;
		position: relative;
		margin: 20px 0;
		z-index: 50;
	}

	#home-form #validation-wrapper #validation-impossible {
		color: #515151;
		font-size: 20px;
		border: 1px solid #515151;
		line-height: 80px;
		text-align: center;
	}

	#home-form #validation-wrapper #home-validation {
		cursor: pointer;
		display: block;
		border: 1px solid #222;
		font-size: 20px;
		text-align: center;
		color: white;
		line-height: 82px;
		height: 82px;
		position: absolute;
		width: 820px;
		background: #430e0e;
		font-family: 'prataregular', Verdana, sans-serif;
		top: 0;
		left: 0;
		display: none;
		z-index: 50;
		appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
	}

	#home-form #validation-wrapper #home-validation.activated {
		display: block;
	}

	#home-form #validation-wrapper #home-validation:hover {
		background: #611a1a;
	}

	#home-banner {
		margin: 20px 0;
		position: relative;
		overflow: hidden;
		height: 220px;
	}
	
	.video-banner {
		width: 100%    !important;
		height: auto   !important;
	}

	#home-banner .bloc-promo div { width:408px;float:left;margin-left:4px; }
	#home-banner .bloc-promo div.first { margin-left:0; }
	#home-banner .bloc-promo.bloc-125ans div { width:270px; }
	#home-banner .bloc-promo.bloc-127ans div { width:100%; }

	#home-banner .desktop { display:block; }
	#home-banner .mobile { display:none; }

	#home-banner #home-banner-global-link {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 500;
	}

	#home-banner #home-banner-text {
		position: absolute;
		z-index: 600;
		color: white;
		top: 30px;
		left: 30px;
	}

	#home-banner #home-banner-text h2 {
		margin: 0;
	}

	#home-banner #home-banner-text h2 a {
		color: white;
		text-decoration: none;
		display: block;
		padding-bottom: 10px;
		font-size: 25px;
	}

	#home-banner #home-banner-text .home-banner-reservation-link {
		color: #ff8287;
		text-decoration: none;
		background: #690100;
		padding: 4px 8px 2px 8px;
		letter-spacing: 1px;
	}

	#home-banner:hover #home-banner-text .home-banner-reservation-link {
		background: #490100;

	}

	#mentions {
		font-size: 16px;
		text-align: left;
		padding-top: 20px;
		background: url('images/ornement.png') center top no-repeat;
		margin-bottom: 40px;
	}

	#mentions #mentions-content {
		/* background: #050505; */
		padding: 40px 20px 20px 20px;
		border: 1px solid #181818;
		color: #4d4d4d;
	}

	#mentions #mentions-content h2 {
		text-align: center;
		font-size: 20px;
	}

	#mentions #mentions-content a {
		color: #4d4d4d;
	}

	/*** PAGE 2 ***/

	#top-content {
		text-align: center;
		margin-bottom: 30px;
	}

	#top-content h2 {
		margin: 0;
		font-size: 26px;
		color: #985454;
	}

	#top-content p {
		font-size: 16px;
	}

	#top-content p a {
		font-size: 13px;
		color: #575757;
		text-decoration: none;
	}

	#top-content p a:hover {
		text-decoration: underline;
	}

	.table-title {
		margin: 0 0 20px 0;
		text-align: center;
		padding: 0 20px;
	}

	.table-title h2 {
		font-size: 21px;
		margin: 0;
		font-weight: normal;
	}

	.table-title .smaller {
		font-size: 80%;
		font-style: italic;
		white-space: nowrap;
	}

	.table-title h3 {
		font-size: 12px;
		font-family: Arial, sans-serif;
		margin: 0;
		font-weight: normal;
	}

	#moulin-title {
		color: #790e11;
	}

	#moulin-title h2 span {
		color: #985454;
	}

	#eve-title {
		color: #2a3d8b;
	}

	#eve-title h2 span {
		color: #758cf0;
	}

	.etablissement-wrapper {
		padding: 10px 10px 30px 10px;
		overflow: visible;
	}

	#moulin-wrapper {
		/*height: 330px;*/
		margin-bottom:20px;
	}
	
	.banner-container { margin-bottom:30px;text-align:center; }
	.banner-container .desktop { display:inline-block; }
	.banner-container .mobile { display:none; }

	#eve-wrapper {
		height: 320px;
	}

	.etablissement-leftcol {
		float: left;
		width: 300px;
		position: relative;
	}

	.etablissement-leftcol h3 {
		padding: 12px 0 15px 0;
		margin: 0 20px 20px 20px;
	}

	.etablissement-leftcol h3 img {
		margin: 0 auto;
	}

	.etablissement-leftcol .horaires-wrapper {
		margin: 10px 20px 0 20px;
		font-size: 13px;
		color: white;
	}

	.etablissement-leftcol .horaires-wrapper:last-child {
		border: 0 !important;
		padding: 2px 0 7px 0;
	}

	.etablissement-leftcol .horaires-wrapper div {
		position: relative;
		margin-bottom: 10px;
	}

	.etablissement-leftcol .horaires-wrapper .vip-bubble-wrapper {
		position: absolute;
		padding-left: 14px;
		color: #520000;
		font-size: 13px;
		font-family: Arial, sans-serif;
		/*top: -28px;*/
		top: -315px;
		left: 185px;
		z-index: 4000;
		/*background: url('images/moulin-rouge-bubble-arrow.png') left 20px no-repeat*/
		background: url('images/moulin-rouge-bubble-arrow.png') left 305px no-repeat;
		display: none;
	}

	/*
	.etablissement-leftcol .second-horaires-wrapper .vip-bubble-wrapper {
		top: -88px;
		background-position: left 80px;
	}
	*/

	.etablissement-leftcol .horaires-wrapper:hover .vip-bubble-wrapper {
		display: block;
	}

	.etablissement-leftcol .horaires-wrapper .vip-bubble-wrapper .vip-bubble {
		padding: 10px;
		background: #ffddde;
		border-radius: 8px;
		-moz-order-radius: 8px;
		-o-border-radius: 8px;
		-webkit-border-radius: 8px;
		-ms-border-radius: 8px;
		width: 220px;
	}

	.etablissement-leftcol .horaires-wrapper .vip-bubble-wrapper .vip-bubble .resa-bubble-content {
		font-size: 25px;
		font-family: 'prataregular', Arial, sans-serif;
	}

	.etablissement-leftcol .horaires-wrapper .vip-bubble-wrapper .vip-bubble .vip-bubble-content {
		font-size: 25px;
		font-family: 'prataregular', Arial, sans-serif;
		color: #ff545b;
	}

	.etablissement-leftcol .horaires-wrapper .vip-bubble-wrapper .vip-bubble .vip-plus {
		padding-left: 10px;
		display: block;
		position: relative;
	}

	.etablissement-leftcol .horaires-wrapper .vip-bubble-wrapper .vip-bubble .vip-plus::before {
		content: "+";
		color: #ff575e;
		position: absolute;
		top: 0;
		left: 0;
	}

	.etablissement-leftcol .horaires-wrapper .vip-bubble-wrapper .vip-bubble .vip-img-wrapper img {
		margin: 0 auto;
	}

	.etablissement-leftcol .horaires-wrapper .start {
		font-size: 12px;
		font-family: Arial, sans-serif;
		font-style: italic;
		float: right;
		color:white !important;
	}

	.etablissement-rightcol {
		float: left;
		width: 600px;
		position: relative;
		padding: 10px 20px 0 20px;
	}

	.rightcol-loader {
		text-align: center;
		padding: 40px 0;
		width: 460px;
		left: 50%;
		margin-left: -230px;
		position: absolute;
	}

	.rightcol-loader p:first-child {
		font-size: 16px;
		padding-bottom: 60px;
		margin-bottom: 20px;
		background: url('images/big-loader.gif') center bottom no-repeat;
	}

	.rightcol-loader p:last-child {
		font-size: 13px;
		font-family: Arial, sans-serif;
		margin: 0;
	}

	#moulin-wrapper .rightcol-loader {
		color: #be8a8a;
	}

	#eve-wrapper .rightcol-loader {
		color: #929fd4;
	}

	.etablissement-leftcol-content {
		margin-top: 10px;
	}

	/*** WEEK CALENDARS ***/

	.etablissement-rightcol .responsive-puces {
		display: none;
	}

	.etablissement-calendar {
		padding: 0 37px;
		position: relative;
	}

	.etablissement-rightcol table {
		border: 0;
		margin: 0;
		padding: 0;
		border-collapse: collapse;
	}

	.etablissement-calendar .wc-container {
		width: 525px;
	}

	.etablissement-rightcol table td {
		width: 105px;
		text-align: center;
	}

	.etablissement-calendar .wc-nav .wc-today {
		display: none;
	}

	.wc-time-column-header, .wc-grid-timeslot-header, .wc-scrollbar-shim, .wc-time-slot-wrapper {
		display: none;
	}

	.etablissement-calendar .wc-prev, .etablissement-calendar .wc-next {
		display: none;
	}

	.etablissement-rightcol .next-week, .etablissement-rightcol .prev-week {
		position: absolute;
		width: 11px;
		height: 16px;
		display: block;
		text-indent: -9999px;
		z-index: 2000;
		outline: none;
	}

	.etablissement-rightcol .prev-week {
		background: url('images/weekcalendar-prev.png') left top no-repeat;
		left: 20px;
		top: 40px;
	}

	.etablissement-rightcol .next-week {
		background: url('images/weekcalendar-next.png') left top no-repeat;
		right: 20px;
		top: 40px;
	}

	.etablissement-rightcol table.wc-header td {
		padding: 20px 0;
	}

	.etablissement-rightcol table.wc-time-slots td {
		margin: 0;
		padding: 0;
		border: 0;
		font-family: Arial, sans-serif;
	}

	.etablissement-rightcol table.wc-time-slots .wc-day-column-inner {
		position: relative;
		padding-bottom: 20px;
	}

	.etablissement-rightcol table .wc-time {
		display: none;
	}

	.etablissement-rightcol table .wc-cal-event {
		position: absolute;
		overflow: visible;
		color: white;
		cursor: pointer;
		text-align: center;
		width: 100%;
	}
	.etablissement-rightcol table .wc-cal-event.reveillon { cursor:auto; }

	.etablissement-rightcol table .wc-cal-event .wc-title {
		text-decoration: none;
	}

	.etablissement-rightcol table .wc-cal-event .wc-title:hover {
		text-decoration: underline;
	}

	.etablissement-rightcol table .wc-cal-event:nth-child(1) {
		padding-top: 11px;
	}

	/* .etablissement-rightcol table .wc-cal-event:nth-child(3), .etablissement-rightcol table .wc-cal-event:nth-child(5) {
		padding-top: 8px;
	} */





	.etablissement-rightcol table .wc-cal-event .single-event-full-wrapper {
		position: absolute;
		/*	top: -20px; */
		top: 10px;
		left: 80px;
		padding-left: 14px;
		z-index: 2000;
		font-size: 11px;
		display: none;
		line-height: normal;
		text-transform: none;
	}

	.etablissement-rightcol table .day-4 .wc-cal-event .single-event-full-wrapper, .etablissement-rightcol table .day-5 .wc-cal-event .single-event-full-wrapper {
		left: -240px;
		padding-left: 0;
		padding-right: 14px;
	}

	.etablissement-rightcol table .full:hover .single-event-full-wrapper {
		display: block;
	}

	.etablissement-rightcol table .wc-cal-event .single-event-full-wrapper .single-event-full {
		padding: 10px;
		width: 220px;
		text-align: left;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-o-border-radius: 6px;
		-webkit-border-radius: 6px;
		-ms-border-radius: 6px;
	}

	.etablissement-rightcol table .wc-cal-event .single-event-full-wrapper .single-event-full span {
		font-size: 16px;
		font-weight: bold;
	}

	.etablissement-rightcol table .wc-cal-event .single-event-full-wrapper .single-event-full a {
		display: inline-block;
		margin-left: 5px;
		padding: 0 6px;
		background: #364cab;
		color: white;
		text-decoration: none;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-webkit-border-radius: 3px;
		-ms-border-radius: 3px;
	}

	.etablissement-rightcol table .wc-cal-event .single-event-full-wrapper .single-event-full a:hover {
		background: #4558ba;
	}

	.etablissement-rightcol table .full {
		text-transform: uppercase;
	}

	.etablissement-rightcol table .full .wc-title {
		position: relative;
		z-index: 1200;
		text-decoration: none !important;
	}

	/*** MOULIN ROUGE COLORS ***/

	#moulin-wrapper .etablissement-leftcol {
		background: #790e11;
	}

	#moulin-wrapper .etablissement-leftcol h3 {
		border-bottom: 1px solid #b27477;
	}

	#moulin-wrapper .horaires-wrapper {
		border-bottom: 1px solid #490709;
	}

	#moulin-wrapper .horaires-wrapper .horaire {
		color: #d79595;
	}

	#moulin-wrapper .horaires-wrapper .vip {
		color: #ff545b;
	}

	#moulin-wrapper .horaires-wrapper .vip::after {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url('images/moulin-rouge-interro-vip.png') left top no-repeat;
		margin-left: 3px;
		cursor: pointer;
	}

	#moulin-wrapper .horaires-wrapper .start {
		color: #ff545b;
	}

	#moulin-wrapper .etablissement-rightcol {
		background: #190001;
	}

	#moulin-wrapper table.wc-header {
		border-bottom: 1px solid #826d6f;
		font-size: 13px;
		color: #985a59;
	}

	#moulin-wrapper table.wc-header .d-day-header::before {
		content: '';
		display: block;
		height: 30px;
		width: 105px;
		position: absolute;
		top: -15px;
		background: url('images/moulin-rouge-d-day-header.png') left top no-repeat;
	}

	/*** TEST HORAIRES ***/


	#moulin-wrapper table .wc-cal-event:nth-child(2), #moulin-wrapper table .wc-cal-event:nth-child(4) {
		position: absolute;
		margin-top: 40px;
		width: 100%;
	}

	/*** FIN TEST ***/

	#moulin-wrapper table .full {
		color: #810a06;
	}

	#moulin-wrapper table .full .wc-title::after {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url('images/moulin-rouge-interro.png') left top no-repeat;
		margin-left: 3px;
	}

	#moulin-wrapper table .wc-cal-event:nth-child(1) .single-event-full-wrapper {
		top: -30px;
		background-position: left 35px;
	}

	#moulin-wrapper table .wc-cal-event:nth-child(5) .single-event-full-wrapper {
		top: -30px;
		background-position: left 35px;
	}

	#moulin-wrapper table .wc-cal-event .single-event-full-wrapper {
		background: url('images/moulin-rouge-bubble-arrow.png') left 20px no-repeat;
	}

	#moulin-wrapper table .day-4 .wc-cal-event .single-event-full-wrapper, #moulin-wrapper table .day-5 .wc-cal-event .single-event-full-wrapper {
		background: url('images/moulin-rouge-bubble-arrow-right.png') right 20px no-repeat;
	}

	#moulin-wrapper table .wc-cal-event .single-event-full-wrapper .single-event-full {
		background: #ffddde;
		color: #520000;
	}

	#moulin-wrapper .d-day-header, #moulin-wrapper table .d-day {
		background: url('images/moulin-background-d-day.jpg') left top repeat;
	}

	#moulin-wrapper table .wc-cal-event:nth-child(5), #moulin-wrapper table .wc-cal-event:nth-child(7) {
		border-top: 1px solid #240a0b;
	}

	#moulin-wrapper table .wc-cal-event:nth-child(5), #moulin-wrapper table .wc-cal-event:nth-child(7) {
		padding-top: 6px;
		margin-top: 7px;
	}

	#moulin-wrapper table .wc-cal-event.ligne-1 {
		border-bottom: 1px solid #240a0b;
		padding-bottom: 11px;
		margin-bottom: 7px;
	}

	#eve-wrapper table .wc-cal-event.ligne-1, #eve-wrapper table .wc-cal-event.ligne-2, #eve-wrapper table .wc-cal-event.ligne-3 {
        padding-bottom: 5px;
        margin-bottom: 7px;
    }

	#nouvelle-eve-careful {
		font-size: 13px;
		font-family: Arial, sans-serif;
		text-align: center;
		color: #790e11;
		margin-bottom: 30px;
	}

	/*** NOUVELLE EVE COLORS ***/

	#eve-wrapper {
		position: relative;
	}

	#eve-wrapper #new-ribbon {
		position: absolute;
		text-indent: -9999px;
		z-index: 1000;
		width: 108px;
		height: 107px;
		top: 0;
		left: 0;
		background: url('images/nouvelle-eve-new.png') left top no-repeat;
		display: none;
	}

	#eve-wrapper .etablissement-leftcol {
		background: #111b46;
	}

	#eve-wrapper .etablissement-leftcol h3 {
		border-bottom: 1px solid #7e7b91;
		overflow: hidden;
		padding-bottom: 18px;
	}

	#eve-wrapper .etablissement-leftcol h3 .etablissement-logo-wrapper {
		float: left;
		width: 120px;
		padding-left: 20px;
	}

	#eve-wrapper .etablissement-leftcol h3 .etablissement-view-map-wrapper {
		width: 140px;
		font-size: 9px;
		font-family: Arial, sans-serif;
		text-align: right;
		position: absolute;
		top: 10px;
		right: 20px;
		color: #4558ba;
	}

	#eve-wrapper .etablissement-leftcol h3 .etablissement-view-map-wrapper strong {
		font-size: 12px;
	}

	#eve-wrapper .etablissement-leftcol h3 .etablissement-view-map-wrapper .view-map {
		display: inline-block;
		margin-top: 10px;
		padding: 2px 5px;
		color: #9ea6c9;
		text-decoration: none;
		background: #364cab;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-webkit-border-radius: 3px;
		-ms-border-radius: 3px;
	}

	#eve-wrapper .etablissement-leftcol h3 .etablissement-view-map-wrapper .view-map:hover {
		background: #4558ba;
	}

	#eve-wrapper .etablissement-leftcol h3 .etablissement-view-map-wrapper .view-map::after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 10px;
		background: url('images/nouvelle-eve-show-map.png') center center no-repeat;
		margin-left: 3px;
		position: relative;
		top: 1px;
	}

	#eve-wrapper .horaires-wrapper {
		border-bottom: 1px solid #150d23;
	}

	#eve-wrapper .middle-horaires-wrapper {
		padding: 3px 0;
	}

	#eve-wrapper .horaires-wrapper .start {
		color: #4558ba;
	}

	#eve-wrapper .nouvelle-eve-link {
		display: block;
		text-decoration: none;
		margin-top: 20px;
		color: #070d27;
		text-align: center;
		background: #364cab;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-webkit-border-radius: 3px;
		-ms-border-radius: 3px;
		font-size: 12px;
		padding: 5px 0;
	}

	#eve-wrapper .nouvelle-eve-link .light {
		color: #a4b0ea;
	}

	#eve-wrapper .nouvelle-eve-link:hover {
		background: #4558ba;
	}

	#eve-wrapper .etablissement-rightcol {
		background: #070d27;
	}

	#eve-wrapper table.wc-header {
		border-bottom: 1px solid #797482;
		font-size: 13px;
		color: #37588a;
	}

	#eve-wrapper table.wc-header .d-day-header::before {
		content: '';
		display: block;
		height: 30px;
		width: 105px;
		position: absolute;
		top: -17px;
		background: url('images/eve-bleu-d-day-header.png') left top no-repeat;
		z-index: 1;
	}

	/*** TEST HORAIRES ***/


	/* 	#eve-wrapper table .wc-cal-event:nth-child(3), #eve-wrapper table .wc-cal-event:nth-child(5) {
            position: absolute;
            margin-top: 33px;
            width: 100%;
        }

        #eve-wrapper table .wc-cal-event:nth-child(5) {
            margin-top: 35px;
        } */

	#eve-wrapper table .wc-cal-event:nth-child(3) {
		margin-top: -10px;
		padding-top: 3px;
	}

	/*** FIN TEST ***/

	#eve-wrapper table .full {
		color: #2a5592;
	}

	#eve-wrapper table .full .wc-title::after {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url('images/eve-bleu-interro.png') left top no-repeat;
		margin-left: 3px;
	}

	#eve-wrapper table .wc-cal-event .single-event-full-wrapper {
		top: -10px;
	}

	#eve-wrapper table .wc-cal-event:nth-child(1) .single-event-full-wrapper {
		top: -30px;
		background-position: left 35px;
	}

	#eve-wrapper table .wc-cal-event:nth-child(5) .single-event-full-wrapper {
		top: 0;
		background-position: left 35px;
	}

	#eve-wrapper table .wc-cal-event .single-event-full-wrapper {
		background: url('images/eve-bleu-bubble-arrow.png') left 20px no-repeat;
	}

	#eve-wrapper table .day-4 .wc-cal-event .single-event-full-wrapper, #eve-wrapper table .day-5 .wc-cal-event .single-event-full-wrapper {
		background: url('images/eve-bleu-bubble-arrow-right.png') right 20px no-repeat;
	}

	#eve-wrapper table .wc-cal-event .single-event-full-wrapper .single-event-full {
		background: #b2bef1;
		color: #070d27;
	}

	#eve-wrapper .d-day-header, #eve-wrapper table .d-day {
		background: url('images/eve-background-d-day.jpg') left top repeat;
	}

	#eve-wrapper table .wc-cal-event:nth-child(2), #eve-wrapper table .wc-cal-event:nth-child(3), #eve-wrapper table .wc-cal-event:nth-child(4) {
		border-top: 1px solid #0c1437;
	}

	#eve-wrapper table .wc-cal-event:nth-child(3) {
		/* margin-top: 3px; */
	}

	#eve-wrapper table .wc-cal-event:nth-child(2) {
		padding-top: 8px;
		margin-top: 2px;
	}

	#eve-wrapper table .wc-cal-event:nth-child(2), #eve-wrapper table .wc-cal-event:nth-child(3) {
		margin-top: 13px;
		padding-top: 14px;
	}

	#second-step-form-menu, #second-step-form-no-menu {
		display: none;
	}

	#boisson-wrapper #boisson-title {
		text-align: center;
		color: white;
		background: #230000;
		font-size: 20px;
		line-height: 80px;
	}

	#boisson-wrapper #choix-boisson {
		text-align: center;
		padding: 30px 20px 20px 20px;
		color: white;
		font-size: 16px;
		background: #430e0e;
	}

	#boisson-wrapper #choix-boisson #choix-boisson-wrapper {
		overflow: hidden;
		margin-top: 30px;
	}

	#boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col {
		float: left;
		cursor: pointer;
		padding: 20px 10px;
		width: 180px;
		background: #230000;
	}

	#boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col.cancel, #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col.ok {
		text-decoration:none;
	}
	#boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col.cancel:hover, #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col.ok:hover {
		color:white;
	}


	#boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col:hover {
		background: #360100;
	}

	#boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col:first-child {
		margin-right: 20px;
	}

	#boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col .choix-title {
		padding: 10px 0;
	}

	#boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col:first-child .choix-title {
		padding: 32px 0;
	}

	#boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col .choix-title .boisson-exemple {
		font-size: 13px;
		font-family: Arial, sans-serif;
		color: #931f1f;
		text-transform: none;
	}

    #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col.show .choix-title .boisson-exemple {
        display:block;
        margin-top:10px;
        margin-bottom:16px;
    }

	#boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col .choix-prix {
		padding: 10px 10px 0 10px;
		border-top: 1px solid #681111;
		font-size: 25px;
	}

	#map-wrapper {
		position: absolute;
		width: 600px;
		left: 50%;
		margin-left: -300px;
		text-align: right;
		z-index: 5000;
	}

	#map-content {
		border: 1px solid white;
	}

	#map-title {
		padding: 20px;
		background: #520d0d;
		color: white;
		font-size: 15px;
		text-align: left;
	}

	#map-title p {
		margin: 0;
	}

	#map-title p span {
		font-size: 25px;
	}

	#map-title p .map-disclaimer {
		font-family: Arial, sans-serif;
		color: #b92525;
		font-size: 16px;
	}

	#map-img {
		padding: 0 20px 5px 20px;
		background: black;
	}

	#eve-redirect-wrapper {
		position: absolute;
		width: 460px;
		left: 50%;
		margin-left: -230px;
		text-align: right;
		z-index: 5000;
	}

	#eve-redirect-content {
		padding: 20px;
		background: #070d27;
		color: #677edf;
		text-align: center;
	}

	#eve-redirect-content img {
		max-width:210px;
	}
	
	#eve-redirect-content h2 {
		margin: 10px 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #364cab;
		color: #364cab;
		font-size: 25px;
	}

	#eve-redirect-content p {
		font-family: Arial, sans-serif;
		font-size: 16px;
	}

	#eve-redirect-content img {
		display: inline-block;
	}

	#eve-redirect-content .eve-redirect-link {
		text-decoration: none;
		font-size: 16px;
		color: #364ba9;
		margin: 20px 0;
		display: inline-block;
	}

	#eve-redirect-content .eve-redirect-link span {
		color: #6980e1;
	}

	#eve-redirect-content .eve-redirect-link:hover {
		text-decoration: underline;
	}

	/*** PAGE 3 ***/

	#chose-menu-form-wrapper {
		padding: 20px 10px 40px 10px;
	}

	#menu-selection {
		padding-bottom: 40px;
	}

	.menu-wrapper {
		margin: 5px 0;
		overflow: visible;
		height: 50px;
	}

	.menu-wrapper .menu-name {
		float: left;
		width: 340px;
		padding: 0 30px;
		background: #300203;
		line-height: 50px;
	}

	.menu-wrapper.reveillon .menu-name h3 { font-size:14px; }

	.menu-wrapper .menu-name h3 {
		margin-bottom: 0;
		color: #be8a8a;
		font-size: 16px;
	}

	.menu-wrapper .menu-name h3 a {
		float: right;
		color: #be8a8a;
		font-size: 14px;
		text-transform: none;
	}

	.menu-wrapper .menu-name h3 a:hover, #menu-selection a.link-modify-date:hover {
		text-decoration: none;
	}

	.menu-wrapper .menu-prix {
		float: left;
		width: 179px;
		background: #190001;
		padding: 0 20px;
		line-height: 50px;
		color: #be8a8a;
		font-size: 16px;
		border-right: 1px solid #300203;
	}

	.menu-wrapper .menu-prix strong {
		font-weight: normal;
	}

	.menu-wrapper .menu-prix span {
		float: right;
		color: #664041;
		font-size: 13px;
		font-family: Arial, sans-serif;
	}

	body.en .menu-wrapper .menu-prix span { font-size:11px; }

	.menu-wrapper .menu-nombre {
		float: left;
		width: 320px;
		line-height: 50px;
		background: #190001;
	}

	.menu-wrapper .menu-nombre .trigger, .menu-wrapper .menu-nombre .activetrigger {
		background: #190001;
		padding: 0 50px 0 20px;
		width: 320px;
		text-align: left;
		font-size: 16px;
	}

	.menu-wrapper .menu-nombre .trigger::after, .menu-wrapper .menu-nombre .activetrigger::after {
		height: 50px;
		width: 50px;
	}

	.menu-wrapper .menu-nombre .dropcontainer ul {
		width: 320px;
		position: absolute;
		text-align: left;
		font-size: 16px;
	}

	.menu-wrapper .menu-nombre .dropcontainer ul li a {
		padding-left: 20px;
	}

	#menu-validation-wrapper {
		overflow: hidden;
	}

	#menu-validation-wrapper #obtenir-billets {
		float: left;
		width: 380px;
		padding-top: 30px;
		margin-right: 20px;
		color: #656565;
		font-size: 13px;
	}

	#menu-validation-wrapper #obtenir-billets h3 {
		font-size: 16px;
	}

	#menu-validation-wrapper  #total {
		border: 1px solid #101010;
		padding: 11px 10px 20px 10px;
		margin-bottom: 20px;
		color: #656565;
		width: 516px;
		float: right;
	}

	#menu-validation-wrapper  #total #total-content {
		border-bottom: 1px dotted #656565;
		margin-bottom: 5px;
	}

	#menu-validation-wrapper #total #total-content span {
		display: inline-block;
		padding: 0 10px 3px 10px;
		background: black;
		position: relative;
		top: 9px;
	}

	#menu-validation-wrapper #total #total-content .total-title {
		font-family: Arial, sans-serif;
		font-size: 16px;
	}

	#menu-validation-wrapper  #total #total-content .total-prix {
		font-size: 16px;
		float: right;
	}

	#menu-validation-wrapper #total p {
		text-align: right;
		color: #4b4a4a;
		font-size: 13px;
		font-family: Arial, sans-serif;
		margin: 0;
		padding-right: 10px;
	}

	#menu-validation-wrapper #menu-validation {
		height: 52px;
		position: relative;
		margin: 20px 0;
		z-index: 50;
		width: 540px;
		float: right;
	}

	#menu-validation-wrapper #menu-validation #menu-validation-impossible {
		color: #515151;
		font-size: 20px;
		border: 1px solid #515151;
		line-height: 50px;
		text-align: center;
	}

	#menu-validation-wrapper #menu-validation #menu-validation-button {
		cursor: pointer;
		display: block;
		border: 1px solid #222;
		font-size: 20px;
		text-align: center;
		color: white;
		line-height: 52px;
		height: 52px;
		position: absolute;
		width: 540px;
		background: #430e0e;
		font-family: 'prataregular', Verdana, sans-serif;
		top: 0;
		left: 0;
		display: none;
		z-index: 50;
		appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
	}

	#menu-validation-wrapper #menu-validation #menu-validation-button.activated {
		display: block;
	}

	#menu-validation-wrapper #menu-validation #menu-validation-button:hover {
		background: #611a1a;
	}

	/*** PAGE 4 ***/

	#recapitulatif-disclaimer {
		text-align: center;
		padding: 0 10px;
		color: #dadada;
		font-size: 16px;
		margin: 60px 0 20px 0;
	}

	#recapitulatif-disclaimer h3 {
		font-size: 24px;
		margin: 0;
	}

	#recapitulatif-final {
		overflow: hidden;
		margin: 0 10px 20px 10px;
	}

	#recapitulatif-final #date-horaire-wrapper {
		padding: 20px;
		width: 340px;
		float: left;
		background: #300203;
		font-size: 16px;
		color: #b18080;
	}

	#menu-selection a.link-modify-date, #recapitulatif-final #date-horaire-wrapper .back-to-start {
		text-decoration: none;
		color: #704647;
		font-size: 13px;
		font-family: Arial, sans-serif;
	}

	#menu-selection a.link-modify-date { font-size:15px;text-transform:uppercase;margin-top:15px;display:block;float:left; }
	#menu-selection a.link-modify-date:hover { text-decoration:underline; }

	#recapitulatif-final #date-horaire-wrapper .back-to-start:hover {
		text-decoration: underline;
	}

	#recapitulatif-final #recapitulatif-content {
		float: left;
		width: 560px;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail {
		padding: 20px 30px 10px 20px;
		background: #190001;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail h4 {
		font-size: 16px;
		color: #be8a8a;
		font-weight: normal;
		margin: 0;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail h4 a {
		float: right;
		font-family: Arial, sans-serif;
		font-size: 13px;
		text-decoration: none;
		color: #704647;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail h4 a:hover {
		text-decoration: underline;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail .menu-list {
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #985454;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail .menu-list li {
		margin: 5px 0;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail .menu-list li .menu-total {
		float: right;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail .nombre-total-articles {
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #4a2d2e;
		padding-left: 300px;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail .nombre-total-articles .article-total {
		float: right;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-montant {
		padding: 20px 30px 20px 20px;
		background: #220102;
		overflow: hidden;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-montant .uppercase {
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: white;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-montant .recapitulatif-montant-detail {
		width: auto;
		float: right;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #956666;
		text-align: right;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-montant .recapitulatif-montant-detail h4 {
		color: white;
		font-weight: normal;
		font-family: 'prataregular', Arial, sans-serif;
		font-size: 16px;
	}

	#optins, #cgv-wrapper {
		margin: 0 10px;
		padding: 20px;
		background: #050505;
		font-size: 16px;
	}

	#optins .optin p, #cgv-wrapper p {
		margin: 0;
		padding-left: 40px;
		line-height: 28px;
		background: url('images/cgv-inactive.png') left 3px no-repeat;
		cursor: pointer;
	}

	#optins .optin.active p, #cgv-wrapper.active p {
		background: url('images/cgv-active.png') left 0px no-repeat;
	}

	#optins small { margin-left:20px; }

	.optins { margin-bottom:30px; }
	.optin {
		font-size: 16px;
	}

	.optin p {
		margin: 0;
		padding-left: 40px;
		line-height: 28px;
		background: url('images/cgv-inactive.png') left 3px no-repeat;
		cursor: pointer;
	}

	.optin.active p {
		background: url('images/cgv-active.png') left 0px no-repeat;
	}

	.optins .optin input[type=checkbox] { display:none; }

	#check-mail {
		text-align: center;
		color: #a70003;
		font-size: 18px;
	}

	#termine-commande {
		height: 52px;
		position: relative;
		margin: 40px 10px;
		z-index: 50;
	}

	#termine-commande #termine-validation-impossible {
		color: #4d3838;
		font-size: 20px;
		border: 1px solid #4d3838;
		line-height: 50px;
		text-align: center;
	}

	#termine-commande #termine-validation-button {
		cursor: pointer;
		border: 1px solid #222;
		font-size: 20px;
		text-align: center;
		color: white;
		line-height: 52px;
		height: 52px;
		position: absolute;
		width: 940px;
		background: #430e0e;
		font-family: 'prataregular', Verdana, sans-serif;
		top: 0;
		left: 0;
		display: none;
		z-index: 50;
		appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
	}

	#termine-commande #termine-validation-button.activated {
		display: block;
	}

	#termine-commande #paye-validation-button {
		cursor: pointer;
		border: 1px solid #222;
		font-size: 20px;
		text-align: center;
		color: white;
		line-height: 52px;
		height: 52px;
		position: absolute;
		width: 940px;
		background: #430e0e;
		font-family: 'prataregular', Verdana, sans-serif;
		top: 0;
		left: 0;
		display: block;
		z-index: 50;
		appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
	}

	#termine-commande #paye-validation-button.disabled {
        color: #dcdcdc !important;
        background: transparent !important;
        border: 1px solid #dcdcdc !important;
        opacity: 0.4;
    }

	#termine-commande #imprime-validation-button {
		cursor: pointer;
		border: 1px solid #4d3838;
		font-size: 20px;
		text-align: center;
		color: #4d3838;
		line-height: 52px;
		height: 52px;
		position: absolute;
		width: 940px;
		background: none;
		font-family: 'prataregular', Verdana, sans-serif;
		top: 0;
		left: 0;
		display: block;
		z-index: 50;
		appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
	}

	#termine-commande #termine-validation-button:hover, #termine-commande #paye-validation-button:hover, #termine-commande #imprime-validation-button:hover {
		background: #611a1a;
		color: white;
	}


	/*** PAGE 5 ***/

	.small-disclaimer {
		font-family: Arial, sans-serif;
		color: #616161;
		font-size: 14px;
	}

	.small-disclaimer a {
		color: #616161;
	}

	#infos-inscription-wrapper {
		padding: 0 10px;
	}

	#infos-inscription-wrapper #error-text {
		color: #a50004;
		display: none;
	}

	.inscription-form-wrapper {
		overflow: hidden;
		margin: 40px 0;
		color: #b2807f;
		font-size: 16px;
		background: #190001;
		padding: 40px 160px;
	}

	.inscription-form-wrapper .center {
		text-align: center;
	}

	#infos-identite, #infos-adresse, #infos-contact {
		margin: 30px 0;
	}

	#infos-inscription-wrapper .radio-last {
		margin-left: 30px;
	}

	#infos-inscription-wrapper .infos-form-radio-label {
		display: inline-block;
		cursor: pointer;
		position: relative;
		padding-left: 25px;
		margin-right: 15px;
		font-size: 16px;
		/* color: #a55d5d; */
	}

	#infos-inscription-wrapper .infos-form-radio-input {
		display: none;
	}

	#infos-inscription-wrapper label::before {
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 10px;
		position: absolute;
		left: 0;
		bottom: 4px;
		background-color: #a55d5d;
		border-radius: 8px;
	}

	#infos-inscription-wrapper label.activated::before {
		content: "\2022";
		color: #230000;
		font-size: 30px;
		text-align: center;
		line-height: 18px;
	}

	#infos-inscription-wrapper .trigger, #infos-inscription-wrapper .activetrigger {
		width: 200px;
		height: 40px;
		line-height: 40px;
		text-align: left;
		padding-left: 15px;
		font-size: 16px;
		text-transform: uppercase;
		background: #300203;
	}

	#infos-inscription-wrapper .trigger::after, #infos-inscription-wrapper .activetrigger::after {
		height: 40px;
		width: 40px;
		background: url("images/fleche-selection.png") no-repeat scroll center center #210000;
		background-size: 20px 14px;
		-moz-background-size: 20px 14px;
		-o-background-size: 20px 14px;
		-webkit-background-size: 20px 14px;
		-ms-background-size: 20px 14px;
	}

	#infos-inscription-wrapper .dropcontainer ul {
		width: 200px;
		height: auto;
		max-height: 150px;
		position: absolute;
		font-size: 16px;
		text-transform: uppercase;
		background: #300203;
	}

	#infos-inscription-wrapper .dropcontainer ul li {
		text-align: left;
		padding: 0 15px;
	}

	#select-country .dropcontainer ul li {
		height: 28px;
		line-height: 28px;
	}

	#select-country .dropcontainer ul li a {
		white-space: nowrap;
		text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		width: 165px;
		overflow: hidden;
	}

	#country-select {
		display: block;
		border: 0;
		color: #a55d5d;
		background: #300203;
		cursor: pointer;
		text-transform: uppercase;
		padding: 5px 10px;
		font-family: 'prataregular', Arial, sans-serif;
		font-size: 16px;
		max-width: 100%;
	}

	#country-select option {
		display: block;
		padding: 5px 10px;
		border: 0;
		color: white;
	}

	#infos-inscription-wrapper .infos-form-text-input {
		padding: 10px 15px;
		border: 0;
		width: 590px;
		font-family: 'prataregular', Arial, sans-serif;
		font-size: 16px;
		background: #300203;
		color: #a55d5d;
		appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
	}

	#infos-inscription-wrapper .error-input {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		border: 1px solid #a50004;
		width: 100%;
	}

	::-webkit-input-placeholder { /* WebKit browsers */
		color: #a55d5d;
	}

	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #a55d5d;
		opacity: 1;
	}

	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #a55d5d;
		opacity: 1;
	}

	:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #a55d5d;
	}

	#inscription-submit {
		cursor: pointer;
		border: 1px solid #222;
		font-size: 20px;
		text-align: center;
		color: #4d3838;
		line-height: 52px;
		height: 52px;
		width: 940px;
		background: black;
		font-family: 'prataregular', Verdana, sans-serif;
		z-index: 50;
		margin-bottom: 40px;
		appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
	}

	#inscription-submit:hover {
		background: #430e0e;
		color: white;
	}

	/*** PAGE 7 ***/

	#paiement-wrapper {
		width: 460px;
		margin: 40px auto;
		overflow: visible;
		font-size: 16px;
		color: white;
	}

	#paiement-wrapper h3 {
		font-size: 20px;
		color: white;
		text-align: center;
		background: #230000;
		line-height: 80px;
		margin-bottom: 0;
	}

	#paiement-wrapper #paiement-form {
		padding: 20px;
		background: #430e0e;
	}

	#paiement-wrapper #paiement-form p, #cb-date-wrapper {
		margin-bottom: 20px;
	}

	#paiement-wrapper #paiement-form .trigger, #paiement-wrapper #paiement-form .activetrigger {
		line-height: 40px;
		font-size: 16px;
		width: 420px;
		text-align: left;
		padding-left: 10px;
	}

	#paiement-wrapper #paiement-form .trigger::after, #paiement-wrapper #paiement-form .activetrigger::after {
		height: 40px;
	}

	#paiement-wrapper #paiement-form .dropcontainer ul {
		position: absolute;
		font-size: 16px;
		width: 420px;
	}

	#paiement-wrapper #paiement-form #cb-date-wrapper {
		height: 40px;
	}

	#paiement-wrapper #paiement-form .cb-date {
		float: left;
		width: 200px;
	}

	#paiement-wrapper #paiement-form .cb-first {
		margin-right: 20px;
	}

	#paiement-wrapper #paiement-form .cb-date .trigger, #paiement-wrapper #paiement-form .cb-date .activetrigger, #paiement-wrapper #paiement-form .cb-date .dropcontainer ul {
		width: 200px;
	}

	#paiement-wrapper #paiement-form .paiement-text-input {
		padding: 10px 15px;
		border: 0;
		width: 390px;
		font-family: 'prataregular', Arial, sans-serif;
		font-size: 16px;
		background: #230000;
		color: #a55d5d;
		appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
	}

	#paiement-wrapper .cvv-wrapper {
		position: relative;
		margin-bottom: 20px;
	}

	#paiement-wrapper .cvv-wrapper span {
		cursor: pointer;
		padding-right: 20px;
		display: inline-block;
		background: url("images/moulin-rouge-interro-vip.png") no-repeat scroll right center;
	}

	#paiement-wrapper .cvv-wrapper .cvv-infobulle-wrapper {
		position: absolute;
		padding-top: 14px;
		background: url("images/moulin-rouge-bubble-arrow-top.png") no-repeat scroll 47px top;
		top: 15px;
		left: 0;
		display: none;
	}

	#paiement-wrapper .cvv-wrapper .cvv-infobulle-wrapper .cvv-infobulle {
		padding: 10px;
		background: #ffddde;
		font-size: 14px;
		color: #230000;
		border-radius: 8px;
		font-family: Arial, sans-serif;
	}

	#paiement-wrapper #paiement-form #paiement-submit {
		text-align: center;
		cursor: pointer;
		line-height: 50px;
		padding: 0;
		width: 420px;
		display: block;
		text-transform: uppercase;
		border: 0;
		margin-top: 40px;
		font-size: 18px;
		font-family: 'prataregular', Arial, sans-serif;
		font-size: 16px;
		background: #190000;
		color: #a55d5d;
		appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
	}

	#paiement-wrapper #paiement-form #paiement-submit.paiement-ready {
		background: black;
		border: 1px solid #cb8e00;
		color: #cb8e00;
	}

	#paiement-wrapper #paiement-form #paiement-submit:hover {
		background: #230000;
	}

	#paiement-wrapper #paiement-form #paiement-disclaimer {
		margin: 30px 0 0 0;
		font-size: 14px;
	}

	#paiement-wrapper #paiement-accepte {
		margin: 40px 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}

	#paiement-wrapper #paiement-accepte li {
		float: left;
		width: 84px;
		margin-right: 10px;
	}

	#paiement-wrapper #paiement-accepte li:first-child {
		margin-left:50px;
	}

	#paiement-wrapper #paiement-accepte li:last-child {
		margin-right: 0;
	}

	#paiement-wrapper #paiement-accepte li img {
		display: block;
		width: auto;
		height: auto;
	}

	#chose-currency-wrapper {
		padding: 20px;
		background: #190001;
		text-align: center;
		color: #be8a8a;
	}

	#chose-currency-wrapper .chose-currency-title {
		font-size: 19px;
		padding: 15px 0;
	}

	#chose-currency-wrapper #chose-currency {
		font-family: Arial, sans-serif;
	}

	#chose-currency-wrapper #chose-currency h3 {
		font-size: 16px;
		font-weight: bold;
		color: #dcb7b7;
		margin-bottom: 20px;
	}

	#chose-currency-wrapper #chose-currency #chose-currency-disclaimer p {
		font-size: 12px;
		margin: 0 0 15px 0;
	}

	#chose-currency-wrapper #chose-currency-button {
		overflow: hidden;
		margin-top: 20px;
	}

	#chose-currency-wrapper #chose-currency-button a {
		display: block;
		float: left;
		width: 198px;
		border: 1px solid #be8a8a;
		color: #be8a8a;
		background: black;
		padding: 10px 0;
		font-size: 12px;
		font-family: Arial, sans-serif;
		text-decoration: none;
	}

	#chose-currency-wrapper #chose-currency-button a span {
		font-family: 'prataregular', Arial, sans-serif;
		color: white;
		font-size: 16px;
	}

	#chose-currency-wrapper #chose-currency-button a:first-child {
		margin-right: 20px;
	}

	#chose-currency-wrapper #chose-currency-button a:hover {
		background: #430e0e;
	}

	blockquote {

	}

	blockquote p {

	}

	ul, ol {
		margin: 0 0 10px 0;
	}

	pre {

	}

	form {

	}

	input[type=text] {

	}

	textarea {

	}


} /* END screen media */

/*** RESPONSIVE ***/

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

	#page-wrap.small-wrapper {
		width: 460px;
		padding: 0;
	}

	#page-wrap {
		width: auto;
	}

	/*** PAGE 1 ***/

	.big-header {
		height: 186px;
	}

	.big-header h1 {
		width: 300px;
		margin-left: -138px;
		height: 186px;
	}

	#home-form-wrapper {
		height: 282px;
	}

	#home-form #date-participants-wrapper {
		height: 180px;
	}

	#home-form #date-button-wrapper, #home-form #participants-select-wrapper {
		float: none;
		margin: 20px auto;
		width: 460px;
	}

	#home-form .trigger, #home-form .activetrigger, #home-form .dropcontainer ul {
		width: 460px;
	}

	#home-form #validation-wrapper #home-validation {
		width: 460px;
	}

	#home-banner {
		height: 120px;
	}

	#home-banner #home-banner-text {
		top: 10px;
		left: 10px;
	}

	#home-banner #home-banner-text h2 a {
		padding-bottom: 5px;
		font-size: 16px;
	}

	#home-banner #home-banner-text .home-banner-reservation-link {
		font-size: 13px;
	}

	/*** PAGE 2 ***/

	.etablissement-wrapper {
		width: 700px;
		margin: 0 auto;
	}

	.etablissement-rightcol {
		width: 360px;
	}

	.etablissement-calendar {
		padding: 0 22px;
	}

	.etablissement-calendar .wc-container {
		width: 315px;
	}

	.etablissement-rightcol table .day-2 .wc-cal-event .single-event-full-wrapper, .etablissement-rightcol table .day-3 .wc-cal-event .single-event-full-wrapper {
		left: -240px;
		padding-left: 0;
		padding-right: 14px;
	}

	#moulin-wrapper table .day-2 .wc-cal-event .single-event-full-wrapper, #moulin-wrapper table .day-3 .wc-cal-event .single-event-full-wrapper {
		background: url('images/moulin-rouge-bubble-arrow-right.png') right 20px no-repeat;
	}

	#eve-wrapper table .day-2 .wc-cal-event .single-event-full-wrapper, #eve-wrapper table .day-3 .wc-cal-event .single-event-full-wrapper {
		background: url('images/eve-bleu-bubble-arrow-right.png') right 20px no-repeat;
	}

	/*** PAGE 3 ***/

	#chose-menu-form-wrapper {
		width: 460px;
		margin: 0 auto;
	}

	.menu-wrapper {
		margin: 20px 0 40px 0;
		height: auto;
	}

	.menu-wrapper .menu-name, .menu-wrapper .menu-prix, .menu-wrapper .menu-nombre {
		float: none;
		width: auto;
	}

	.menu-wrapper .menu-prix {
		border-right: 0;
		border-bottom: 1px solid #300203;
	}

	.menu-wrapper .menu-nombre .trigger, .menu-wrapper .menu-nombre .activetrigger {
		width: auto;
	}

	.menu-wrapper .menu-nombre .dropcontainer ul {
		width: 460px;
	}

	#menu-validation-wrapper #obtenir-billets {
		margin: 20px 0;
		float: none;
		width: auto;
	}

	#menu-validation-wrapper  #total {
		width: 436px;
		float: none;
	}

	#menu-validation-wrapper #menu-validation {
		width: 460px;
		float: none;
		margin-top: 40px;
	}

	#menu-validation-wrapper #menu-validation #menu-validation-button {
		width: 460px;
	}

	/*** PAGE 4 ***/

	#fin-commande-wrapper {
		width: 460px;
		margin: 0 auto;
	}

	#recapitulatif-final {
		margin: 0 0 20px 0;
	}

	#recapitulatif-final #date-horaire-wrapper {
		float: none;
		width: auto;
	}

	#recapitulatif-final #recapitulatif-content {
		float: none;
		width: auto;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail .nombre-total-articles {
		padding-left: 150px;
	}

	#cgv-wrapper {
		margin: 0;
	}

	#termine-commande {
		height: auto;
		min-height: 52px;
		margin: 40px 0;
	}

	#termine-commande #termine-validation-button, #termine-commande #paye-validation-button {
		width: 460px;
	}

	/*** PAGE 5 ***/

	.inscription-form-wrapper {
		padding: 40px;
		width: 620px;
		margin: 40px auto;
	}

	#inscription-submit {
		width: 700px;
		margin: 0 auto;
		display: block;
	}

	#menu-selection a.link-modify-date{ float:none;text-align:center;}

}

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

	/*** PAGE 2 ***/

	.etablissement-wrapper {
		width: 400px;
		margin: 0 auto;
	}
	
	#moulin-wrapper {
		height: auto;
	}

	#eve-wrapper {
		height: auto;
	}

	.etablissement-leftcol {
		float: none;
		width: 400px;
	}

	.etablissement-leftcol .horaires-wrapper .horaire-line {
		padding-left: 20px;
		position: relative;
	}

	.etablissement-leftcol .horaires-wrapper .horaire-line::before {
		content: "";
		position: absolute;
		width: 17px;
		height: 18px;
		background: url('images/puces-responsive.png') left top no-repeat;
		left: 0;
		top: -2px;
		text-align: center;
		line-height: 20px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 11px;
	}

	#moulin-wrapper .first-horaires-wrapper .horaire-line:first-child::before {
		content: "A";
		color: #4e1413;
	}

	#moulin-wrapper .first-horaires-wrapper .horaire-line:last-child::before {
		content: "B";
		color: #4e1413;
	}

	#moulin-wrapper .second-horaires-wrapper .horaire-line:first-child::before {
		content: "C";
		color: #4e1413;
	}

	#moulin-wrapper .second-horaires-wrapper .horaire-line:last-child::before {
		content: "D";
		color: #4e1413;
	}

	#moulin-wrapper .third-horaires-wrapper .horaire-line:first-child::before {
		content: "E";
		color: #4e1413;
	}

	#moulin-wrapper .third-horaires-wrapper .horaire-line:last-child::before {
		content: "F";
		color: #4e1413;
	}

	#moulin-wrapper .last-horaires-wrapper .horaire-line:first-child::before {
		content: "G";
		color: #4e1413;
	}
	
	#moulin-wrapper .last-horaires-wrapper .horaire-line:last-child::before {
		content: "H";
		color: #4e1413;
	}

	#eve-wrapper .first-horaires-wrapper .horaire-line::before {
		content: "A";
		color: #101b48;
	}

	#eve-wrapper .middle-horaires-wrapper .horaire-line::before {
		content: "B";
		color: #101b48;
	}
	
	#eve-wrapper .middle-horaires-wrapper.letter-C .horaire-line::before {
		content: "C";
	}

	#eve-wrapper .last-horaires-wrapper .horaire-line::before {
		content: "D";
		color: #101b48;
	}

	.etablissement-leftcol .horaires-wrapper .vip-bubble-wrapper {
		top: 20px;
		left: 55px;
		padding: 14px 0 0 0;
		background: url('images/moulin-rouge-bubble-arrow-top.png') center top no-repeat;
	}

	#eve-wrapper .etablissement-leftcol h3 {
		padding-bottom: 25px;
	}

	.etablissement-rightcol {
		float: none;
		height: auto !important;
	}

	.etablissement-rightcol .responsive-puces {
		display: block;
		position: absolute;
		top: 105px;
	}

	.etablissement-rightcol .responsive-puces span {
		width: 17px;
		height: 18px;
		background: url('images/puces-responsive.png') left top no-repeat;
		left: 0;
		top: -2px;
		text-align: center;
		line-height: 20px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 11px;
		display: block;
		margin-bottom: 10px;
	}

	.etablissement-rightcol .responsive-puces span.ending-puces {
		margin-bottom: 23px;
	}

	#moulin-wrapper .responsive-puces span {
		color: #4e1413;
	}

	#eve-wrapper .responsive-puces span {
		color: #101b48;
	}

	.etablissement-rightcol table .wc-cal-event .single-event-full-wrapper {
		left: -60px !important;
		padding: 14px 0 0 0 !important;
		top: 25px !important;
	}

	.etablissement-rightcol table .day-1 .wc-cal-event .single-event-full-wrapper {
		left: 0 ! important;
	}

	.etablissement-rightcol table .day-3 .wc-cal-event .single-event-full-wrapper {
		left: auto ! important;
		right: 0 !important;
	}

	.etablissement-rightcol table  .wc-cal-event:nth-child(4) .single-event-full-wrapper, .etablissement-rightcol table  .wc-cal-event:nth-child(5) .single-event-full-wrapper {
		top: -105px !important;
		padding: 0 0 14px 0 !important;
	}

	#moulin-wrapper table .wc-cal-event .single-event-full-wrapper{
		background: url('images/moulin-rouge-bubble-arrow-top.png') center top no-repeat !important;
	}

	#moulin-wrapper table .wc-cal-event:nth-child(4) .single-event-full-wrapper, #moulin-wrapper table .wc-cal-event:nth-child(5) .single-event-full-wrapper {
		background: url('images/moulin-rouge-bubble-arrow-bottom.png') center bottom no-repeat !important;
	}

	#eve-wrapper table .wc-cal-event .single-event-full-wrapper{
		background: url('images/eve-bleu-bubble-arrow-top.png') center top no-repeat !important;
	}

	#eve-wrapper table .wc-cal-event:nth-child(4) .single-event-full-wrapper, #eve-wrapper table .wc-cal-event:nth-child(5) .single-event-full-wrapper {
		background: url('images/eve-bleu-bubble-arrow-bottom.png') center bottom no-repeat !important;
	}

	/*** PAGE 5 ***/

	.inscription-form-wrapper {
		padding: 40px 20px;
		width: 420px;
	}

	#infos-inscription-wrapper .infos-form-text-input {
		width: 390px;
	}

	#inscription-submit {
		width: 460px;
	}

	.etablissement-rightcol table.wc-time-slots .wc-day-column-inner { padding-bottom:10px; }

}

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

	.small-header {
		height: 140px;
	}

	.small-header #online-reservation {
		font-size: 12px;
		max-width: 150px;
	}

	.small-header .back-to-site {
		font-size: 12px;
		float: none;
		text-align: right;
		margin: 20px 10px 20px 0;
		display: block;
		clear: both;
		padding-top: 30px;
	}

	.small-header .back-to-site span {
		font-size: 12px;
	}

}

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

	#menu-selection a.link-modify-date{ margin-bottom:30px;}

	.banner-container .desktop { display:none; }
	.banner-container .mobile { display:inline-block; }
	
	#page-wrap {
		position: relative;
		padding-bottom: 80px;
	}

	#page-wrap.small-wrapper {
		width: 300px;
		padding-bottom: 60px;
	}

	#header.small-header, #header.big-header {
		position: static;
	}

	.small-header #online-reservation {
		position: absolute;
		display: block;
		text-align: center;
		top: 100px;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.small-header .switch-language {
		position: absolute;
		bottom: 60px;
		display: block;
		text-align: center;
		width: 100%;
	}

	.small-header .back-to-site {
		padding: 0;
	}

	.big-header .back-to-site, .small-header .back-to-site {
		position: absolute;
		bottom: 0;
		display: block;
		text-align: center;
		width: 100%;
	}

	.big-header .back-to-site {
		bottom: 20px;
	}

	.big-header .switch-language {
		position: absolute;
		bottom: 50px;
		display: block;
		text-align: center;
		width: 100%;
	}

	.big-header {
		height: 124px;
	}

	.big-header h1 {
		width: 200px;
		margin-left: -92px;
		height: 124px;
	}

	#home-form-wrapper {
		height: 282px;
	}

	#home-form #date-participants-wrapper {
		height: 180px;
	}

	#home-form #date-button-wrapper, #home-form #participants-select-wrapper {
		float: none;
		margin: 20px auto;
		width: 300px;
	}

	#home-form .trigger, #home-form .activetrigger, #home-form .dropcontainer ul {
		width: 300px;
	}

	.trigger, .activetrigger, .dropcontainer ul {
		width: 300px;
	}

	#datepicker-wrapper, #map-wrapper {
		position: absolute;
		width: 300px;
		left: 50%;
		margin-left: -150px;
		text-align: right;
	}

	#home-form #validation-wrapper #home-validation {
		width: 300px;
	}

	#home-banner {
		/* height: 77px; */
		height: 94px;
	}
	
	#home-banner .desktop { display:none; }
	#home-banner .mobile { display:block; }

	#home-banner #home-banner-text {
		top: 5px;
		left: 5px;
	}

	#home-banner #home-banner-text {
		width: 100%;
	}

	#home-banner #home-banner-text h2 {
		width: 100%;
	}

	#home-banner #home-banner-text h2 a {
		padding-bottom: 5px;
		font-size: 14px;
	}

	#home-banner #home-banner-text .home-banner-reservation-link {
		font-size: 11px;
		position: absolute;
		right: 10px;
		bottom: -5px;
	}

	/*** PAGE 2 ***/

	#top-content h2 {
		line-height: 100%;
	}

	#top-content p {
		width: 260px;
		margin: 0 auto;
	}

	#table-loader {
		width: 300px;
		margin-left: -150px;
	}

	.etablissement-wrapper {
		width: 300px;
		margin: 0 auto;
	}

	.etablissement-leftcol {
		width: 300px;
	}

	#eve-wrapper .etablissement-leftcol h3 {
		padding-bottom: 40px;
	}

	#eve-wrapper #new-ribbon {
		top: 10px;
	}

	.etablissement-leftcol .horaires-wrapper .vip-bubble-wrapper {
		left: 15px;
	}

	.etablissement-rightcol {
		width: 260px;
	}

	.etablissement-calendar {
		padding: 0 25px;
	}

	.etablissement-calendar .wc-container {
		width: 210px;
	}

	.etablissement-rightcol table td {
		width: 70px;
	}

	.etablissement-wrapper table.wc-header .d-day-header::before {
		width: 70px !important;
		background-size: 70px 30px !important;
		-moz-background-size: 70px 30px !important;
		-webit-background-size: 70px 30px !important;
	}

	.etablissement-wrapper .d-day-header, .etablissement-wrapper table .d-day {
		background-size: 70px 30px !important;
		-moz-background-size: 70px 30px !important;
		-webit-background-size: 70px 30px !important;
	}

	.etablissement-rightcol table .full .wc-title {
		/* transform : scale(0.8);
		-moz-transform : scale(0.8);
		-o-transform : scale(0.8);
		-webkit-transform : scale(0.8);
		-ms-transform : scale(0.8); */
		font-size: 9px !important;
	}

	.second-step-lightbox #datepicker-wrapper {
		position: absolute;
	}

	#boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col {
		float: none;
		margin: 20px auto !important;
	}

	#eve-redirect-wrapper {
		width: 300px;
		margin-left: -150px;
	}

	#eve-redirect-content .eve-redirect-link {
		font-size: 14px;
	}

	/*** PAGE 3 ***/

	#chose-menu-form-wrapper {
		width: 300px;
		margin: 0 auto;
		padding-top: 20px;
	}

	#menu-selection {
		padding-bottom: 0;
	}

	.menu-wrapper .menu-name {
		line-height: normal;
	}

	.menu-wrapper .menu-name h3 {
		padding: 20px 0 15px 0;
	}

	.menu-wrapper .menu-name h3 a {
		float: none;
		display: block;
		padding: 5px 0;
	}

	.trigger {
		font-size: 18px;
	}

	.menu-wrapper .menu-nombre .dropcontainer ul {
		width: 300px;
	}

	#menu-validation-wrapper  #total {
		width: 276px;
	}

	#obtenir-billets h3 {
		width: 190px;
	}

	#menu-validation-wrapper #menu-validation {
		width: 300px;
	}

	#menu-validation-wrapper #menu-validation #menu-validation-button {
		width: 300px;
	}

	/*** PAGE 4 ***/

	#fin-commande-wrapper {
		width: 300px;
	}

	#recapitulatif-final #recapitulatif-content #recapitulatif-detail .nombre-total-articles {
		padding-left: 0;
	}

	#termine-commande #termine-validation-button, #termine-commande #paye-validation-button {
		width: 300px;
		max-width: 300px;
		height: auto;
	}

	#termine-commande #termine-validation-impossible, #termine-commande #termine-validation-button {
		font-size: 18px;
	}

	/*** PAGE 5 ***/

	.inscription-form-wrapper {
		padding: 40px 20px;
		width: 260px;
	}

	#infos-inscription-wrapper .infos-form-radio-label {
		margin-bottom: 20px;
	}

	#infos-inscription-wrapper .infos-form-text-input {
		width: 230px;
	}

	#inscription-submit {
		width: 300px;
		margin-bottom: 40px;
	}

	/*** PAGE 7 ***/

	#paiement-wrapper {
		width: 300px;
	}

	#paiement-wrapper h3 {
		line-height: normal;
		padding: 30px 0;
	}

	#paiement-wrapper #paiement-form .trigger, #paiement-wrapper #paiement-form .activetrigger {
		width: 260px;
	}

	#paiement-wrapper #paiement-form .trigger::after, #paiement-wrapper #paiement-form .activetrigger::after {
		height: 40px;
	}

	#paiement-wrapper #paiement-form .dropcontainer ul {
		width: 260px;
	}

	#paiement-wrapper #paiement-form #cb-date-wrapper {
		height: 40px;
	}

	#paiement-wrapper #paiement-form #cb-date-wrapper {
		height: 120px;
	}

	#paiement-wrapper #paiement-form .cb-date {
		float: none;
		width: 260px;
		margin: 20px 0;
	}

	#paiement-wrapper #paiement-form .cb-first {
		margin: 20px 0;
	}

	#paiement-wrapper #paiement-form .cb-date .trigger, #paiement-wrapper #paiement-form .cb-date .activetrigger, #paiement-wrapper #paiement-form .cb-date .dropcontainer ul {
		width: 260px;
	}

	#paiement-wrapper #paiement-form .paiement-text-input {
		width: 230px;
	}

	#paiement-wrapper #paiement-form #paiement-submit {
		width: 260px;
	}

	#paiement-wrapper #paiement-accepte li {
		float: left;
		width: 52px;
		margin-right: 10px;
	}

	#paiement-wrapper #paiement-accepte li:first-child {
		margin-left:30px;
	}

	#paiement-wrapper #paiement-accepte li:last-child {
		margin-right: 0;
	}

	#paiement-wrapper #paiement-accepte li img {
		display: block;
		width: auto;
		height: auto;
	}

	#chose-currency-wrapper #chose-currency-button a {
		width: 118px;
	}



	#lightbox-127-ans #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col { width:180px; }
}


@media print {

	.do-not-print, #header, #top-content p a,
	#recapitulatif-final #recapitulatif-content #recapitulatif-detail h4 a,
	#termine-commande #imprime-validation-button,
	#datepicker-wrapper .close-lightbox,
	#map-wrapper .close-lightbox,
	#lightbox-reveillon-nouvel-an .close-lightbox, #lightbox-reveillon-nouvel-an-boisson .close-lightbox {
		display: none;
	}

	#comments {
		page-break-before: always;
	}

	body {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1.4;
		word-spacing: 1.1pt;
		letter-spacing: 0.2pt;
		font-family: Garamond,"Times New Roman", serif;
		color: #000;
		background: none;
		font-size: 12pt;
	}

	* {
		color: black !important;
		background: none !important;
	}

	h1,h2,h3,h4,h5,h6 {
		font-family: Helvetica, Arial, sans-serif;
	}

	h1 {
		font-size: 19pt;
	}

	h2 {
		font-size:17pt;
	}

	h3 {
		font-size:15pt;
	}

	h4,h5,h6 {
		font-size:12pt;
	}

	code {
		font: 10pt Courier, monospace;
	}

	blockquote {
		margin: 1.3em;
		padding: 1em;
	}

	img {
		display: block;
		margin: 1em 0;
	}

	a img {
		border: none;
	}

	table {
		margin: 1px;
		text-align:left;
	}

	th {
		border-bottom: 1px solid #333;
		font-weight: bold;
	}

	td {
		border-bottom: 1px solid #333;
	}

	th, td {
		padding: 4px 10px 4px 0;
	}

	caption {
		background: #fff;
		margin-bottom: 2em;
		text-align: left;
	}

	thead {
		display: table-header-group;
	}

	tr {
		page-break-inside: avoid;
	}

	a {
		text-decoration: none;
		color: black;
	}

} /* END print media */



.hide { display:none !important; }


#moulin-wrapper .wc-day-column { vertical-align:top;padding-top:15px; }
#moulin-wrapper .wc-day-column-inner { /*padding-bottom:70px;*/ }
#moulin-wrapper .wc-cal-event { font-size:12px;position:relative !important;height:18px;margin:0px; }

#moulin-wrapper .wc-cal-event.ligne-0 { margin-top:-7px !important; }
#moulin-wrapper .wc-cal-event.ligne-1 { margin-bottom:5px !important;margin-top:10px !important; }
#moulin-wrapper .wc-cal-event.ligne-2 { margin-top:0px !important;padding-top:5px !important; }
#moulin-wrapper .wc-cal-event.ligne-3 { margin-bottom:5px !important;margin-top:10px !important; }
#moulin-wrapper .wc-cal-event.ligne-4 { margin-top:10px !important;padding-top:10px !important; }
#moulin-wrapper .wc-cal-event.ligne-5 { margin-bottom:5px !important;margin-top:10px !important; }
#moulin-wrapper .wc-cal-event.ligne-6 { margin-top:10px !important;padding-top:10px !important; }
#moulin-wrapper .wc-cal-event.ligne-7 { margin-bottom:5px !important;margin-top:10px !important; }

.choix-title.css125ans { padding:10px 0px !important; }
body.en .choix-title.css125ans { padding:3px 0px !important;font-size: 15px; }
.bloc-promo.bloc-125ans { margin-bottom:5px;background-color:#FFF;height:81px; }
#home-banner .asterix { font-size:11px;font-weight:bold;width:100%;display:block;text-align:center;float:left;margin-top:8px; }




.admin .etablissemnt-rightcol { width:660px; }
.admin #moulin-wrapper table.wc-header .d-day-header::before {
	width: 80px;
	background: url('images/moulin-rouge-d-day-header.png') center top no-repeat;
}

.admin #moulin-wrapper .horaires-wrapper .vip { color:white; }
.admin #moulin-wrapper .wc-cal-event { min-width:75px; }
.admin #moulin-wrapper table.wc-header .d-day-header::before { width:105px; }
.admin .etablissement-rightcol table .wc-cal-event .wc-title {
	font-weight: bold;
	font-size: 18px;
}

.admin .etablissement-rightcol { width:390px; }

.admin #moulin-wrapper { width:730px;margin:auto; }
.admin #moulin-wrapper table .full .wc-title::after { display:none; }
.admin #moulin-wrapper .horaires-wrapper .vip::after { display:none; }

.admin .etablissement-rightcol .prev-week, .admin .etablissement-rightcol .next-week { display:none; }

.admin #top-content p { color:white; }
.admin #moulin-wrapper table.wc-header { color:#e88e8d; }

.admin #moulin-wrapper table .wc-cal-event:nth-child(5),
.admin #moulin-wrapper table .wc-cal-event:nth-child(7) {
	border-top:none;
}

.admin .etablissement-leftcol h3 { padding-top:0; }

#footer{
	text-align: center;
}

#footer a, #footer span {
	color: #666666 !important;
	display: inline;
	font-family: metrophobicregular !important;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 auto;
	text-align: center;
	text-transform: none !important;
	text-decoration: none !important;
}


















.fev14-bubble-wrapper {
    position: absolute;
    padding-left: 14px;
    color: #520000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-align:left;
    left: 90px;
    top:-250px;
    z-index: 4000;
    /*background: url('images/moulin-rouge-bubble-arrow.png') left 20px no-repeat*/
    background: url('images/moulin-rouge-bubble-arrow.png') 1px 252px no-repeat;
    display: none;
}

.fev14-bubble-wrapper.active {
    display: block;
}

@media screen and (max-width: 480px) {
    .fev14-bubble-wrapper.active {
        display: none;
    }
}

.fev14-bubble-wrapper .fev14-bubble {
    padding: 10px;
    background: #ffddde;
    border-radius: 8px;
    -moz-order-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    width: 270px;
}

.fev14-bubble-wrapper .fev14-bubble .resa-bubble-content {
    font-size: 25px;
    font-family: 'prataregular', Arial, sans-serif;
}

.fev14-bubble-wrapper .fev14-bubble .vip-bubble-content {
    font-size: 25px;
    font-family: 'prataregular', Arial, sans-serif;
    color: #ff545b;
}

.fev14-bubble-wrapper .fev14-bubble .vip-plus {
    padding-left: 10px;
    display: block;
    position: relative;
}

.fev14-bubble-wrapper .fev14-bubble .vip-plus::before {
    content: "+";
    color: #ff575e;
    position: absolute;
    top: 0;
    left: 0;
}

.fev14-bubble-wrapper .fev14-bubble .vip-img-wrapper img {
    margin: 0 auto;
}



.admin.caisse .etablissement-leftcol { width:290px; }
.admin.caisse #moulin-wrapper { width:850px; }
.admin.caisse #moulin-wrapper .wc-cal-event { height:22px;line-height:22px;margin-bottom:10px;padding-top:0 !important; }
.admin.caisse #top-content p { font-size:30px; }

.admin.caisse #moulin-wrapper { height:auto; }
.admin.caisse .etablissement-rightcol { width:520px;padding-top:0; }
.admin.caisse #moulin-wrapper table .wc-cal-event:nth-child(6) {
    border-top:1px solid #461f21;
    border-top:0;
}

.admin.caisse .etablissement-leftcol .horaires-wrapper {
    font-size:18px;
    margin: 20px 20px 0 20px;
    padding-bottom:20px;
}
.admin.caisse .etablissement-leftcol .horaires-wrapper .horaire-line {
    font-weight:bold;
}

.admin.caisse .etablissement-leftcol .horaires-wrapper .horaire-line.indent {
    font-size:16px;
    margin-left: 25px;
    color:white;
    letter-spacing: 0.5px;
	font-weight:normal;
}

.admin.caisse .etablissement-leftcol .horaires-wrapper .start { font-size:16px; }

.admin.caisse .etablissement-leftcol .horaires-wrapper .horaire-line.indent .horaire { color:white !important; }
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-0 { margin-top:25px !important; }
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-1 { border-bottom: none;padding-bottom:0; }
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-1.ligne-1-first { margin-top:45px !important; }
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-2 {
	margin-top:55px !important;
}
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-4 { border-top:0; }
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-3, .admin.caisse #moulin-wrapper .wc-cal-event.ligne-4,
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-5, .admin.caisse #moulin-wrapper .wc-cal-event.ligne-6,
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-7, .admin.caisse #moulin-wrapper .wc-cal-event.ligne-8,
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-10, .admin.caisse #moulin-wrapper .wc-cal-event.ligne-11 {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    padding-top:0 !important;
}
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-2, .admin.caisse #moulin-wrapper .wc-cal-event.ligne-6, .admin.caisse #moulin-wrapper .wc-cal-event.ligne-9 {
    border-top: 1px solid #461f21;
	margin-top: 30px !important;
    padding-top: 55px !important;
}
.admin.caisse #moulin-wrapper .wc-cal-event.ligne-2.nomatin {
    border-top:none;
    margin-top:55px !important;
    padding-top:0 !important;
}


.admin.caisse .etablissement-rightcol table.wc-time-slots .wc-day-column-inner { padding-bottom:15px;font-size:18px; }

.admin.caisse .wc-day-column-header { padding-bottom:10px;font-size:18px;width:150px;height:55px; }
.admin.caisse .etablissement-rightcol table td { width:150px; }
.admin.caisse .etablissement-rightcol table.wc-header td { padding:15px 0; }
.admin.caisse #moulin-wrapper table.wc-header .d-day-header::before { display:none; }

.admin.caisse #moulin-wrapper .wc-day-column { padding-top:0;padding-bottom:20px; }
.admin.caisse #moulin-wrapper .d-day-header, #moulin-wrapper table .d-day { background: url('images/moulin-background-d-day2.jpg') left top repeat; }




#eve-wrapper .etablissement-leftcol h3 { margin:0 20px 12px 20px; }
#eve-wrapper .etablissement-rightcol table.wc-time-slots .wc-day-column-inner { padding-bottom: 12px; }
#eve-wrapper .wc-title { text-decoration:none;color:inherit;cursor:pointer; }

#eve-wrapper .wc-day-column { vertical-align:top;padding-top:8px; }
#eve-wrapper .wc-day-column-inner { /*padding-bottom:70px;*/ }
#eve-wrapper .wc-cal-event { font-size:12.5px;font-family:'GothamLight';position:relative !important;height:18px;margin:0px;cursor:auto; }

#eve-wrapper .wc-cal-event.ligne-0 { margin-top:-7px !important; }
#eve-wrapper .wc-cal-event.ligne-1 { margin-bottom:5px !important;margin-top:10px !important; }
#eve-wrapper .wc-cal-event.ligne-2 { margin-top:0px !important;padding-top:12px !important; }
#eve-wrapper .wc-cal-event.ligne-3 { margin-bottom:5px !important;margin-top:8px !important;padding-top:15px; }
#eve-wrapper .wc-cal-event.ligne-4 { margin-top:10px !important;padding-top:10px !important; }
#eve-wrapper .wc-cal-event.ligne-5 { margin-bottom:5px !important;margin-top:10px !important; }
#eve-wrapper .wc-cal-event.ligne-6 { margin-top:10px !important;padding-top:10px !important; }
#eve-wrapper .wc-cal-event.ligne-7 { margin-bottom:5px !important;margin-top:10px !important; }

#eve-wrapper .etablissement-leftcol .nouvelle-eve-link {
    padding: 5px 15px;
    position: absolute;
    left: 0;
    bottom: -35px;
}
















#lightbox-ne #boisson-wrapper #boisson-title {
    text-align: center;
    color: white;
    background: #161f66;
    font-size: 18.75px;
    line-height: 80px;
    font-family:'GothamBold';
}

#lightbox-ne #boisson-wrapper #choix-boisson {
    text-align: center;
    padding: 30px 20px 20px 20px;
    color: #181f66;
    font-size: 16px;
    background: white;
    font-family:'Raleway';
}

#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper {
    overflow: hidden;
    margin-top: 30px;
}

#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col {
    float: left;
    cursor: pointer;
    padding: 20px 10px;
    width: 200px;
    background: white;
    font-size: 14.58px;
    font-family: 'GothamMedium', sans-serif;
    border:1px solid #181F66;
    box-sizing: border-box;
}

#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col:hover {
    background:#181F66;
    color:white;
}

#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col:hover .choix-prix {
    border-top: 1px solid white;
}

#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col.cancel, #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col.ok {
    text-decoration:none;
}
#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col.cancel:hover, #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col.ok:hover {
    color:white;
}

#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col:first-child {
    margin-right: 20px;
}

#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col .choix-title {
    padding: 10px 0;
}

#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col:first-child .choix-title {
    padding: 32px 0;
}

#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col .choix-title .boisson-exemple {
    font-size: 12.5px;
    font-family: Raleway, sans-serif;
    text-transform: none;
    color:inherit;
}

#lightbox-ne #boisson-wrapper #choix-boisson #choix-boisson-wrapper .choix-boisson-col .choix-prix {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #181F66;
    font-size: 16.67px;
    font-family: 'GothamLight', sans-serif;
}











.breadcrumb { margin-top:40px;margin-bottom:75px;font-size:0; }
.breadcrumb li {
	width:25%;
	display:inline-block;
	list-style:none;
	position:relative;
}

.breadcrumb li:before, .breadcrumb li:after {
	content:" ";
	position:absolute;
	width:50%;
	height:1px;
	background-color: #5a2325;
	top:20px;
}

.breadcrumb li:before { left:0; }
.breadcrumb li:after { right:-20px; }

.breadcrumb li:first-child:before { display:none; }
.breadcrumb li:last-child:after { display:none; }

.breadcrumb li span.number {
	display:block;
	line-height:40px;
	text-align:center;
	width:40px;
	height:40px;
	border-radius:100%;
	background-color: #585858;
	color:#a3a3a3;
	font-size:18.7px;
	font-family:'GothamBold';
	margin:auto;
	position:relative;
}

.breadcrumb li.active span.number {
	background-color: #790e11;
	color: white;
}

.breadcrumb li span.label {
	font-size:14.54px;
	font-family:'Raleway';
	font-weight:500;
	display:block;
	width:100%;
	text-align:center;
	margin-top:22px;
	text-transform:uppercase;
}

#lightbox-suggest-diner-vip-empty #datepicker-wrapper { width:470px; }





#cgv-lightbox-wrapper {
	position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    text-align: right;
    z-index: 5000;
}

#cgv-lightbox-wrapper .arrow-bottom{
	    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    padding: 20px 0;
    right: 20px;
    text-align: center;
    background-color: #190001;
    color: #FFF;
	font-size: 12px;
    text-transform: uppercase;
	cursor:pointer;
}

#cgv-lightbox-wrapper .arrow-bottom.hidden {
	display:none;
}

#cgv-lightbox-wrapper .arrow-bottom img {
    height: 20px;
    width: 40px;
	margin:auto;
	margin-top:10px;
}

#cgv-lightbox-wrapper .cgv-text {
	text-align: justify;
	color:white;
    background-color: #300203;
    padding: 20px 50px;
	width:700px;
    height: 500px;
    overflow: scroll;
    font-family: Georgia;
    font-size: 13px;
    overflow-x: hidden;
}

#cgv-lightbox-wrapper .cgv-text .accept-button {
	text-align: center;
	cursor: pointer;
	line-height: 50px;
	padding: 0;
	width: 100%;
	display: block;
	text-transform: uppercase;
	border: 0;
	margin-top: 60px;
	margin-bottom:40px;
	font-size: 18px;
	font-family: 'prataregular', Arial, sans-serif;
	font-size: 16px;
	background: #220102;
	color: #a55d5d;
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}

#cgv-lightbox-wrapper .cgv-text > div {
	position:relative;
}

#cgv-lightbox-wrapper .cgv-text > div .download-button {
	position: absolute;
    top: -15px;
    right: -44px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    text-transform: uppercase;
    border: 0;
    font-family: 'prataregular', Arial, sans-serif;
    font-size: 12px;
    background: #220102;
    color: #a55d5d;
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	text-decoration:none;
}





.octobre8910-bubble-wrapper {
		position: absolute;
		padding-right: 14px;
		color: #520000;
		font-size: 13px;
		font-family: Arial, sans-serif;
		/*top: -28px;*/
		top: -315px;
		left: 185px;
		z-index: 4000;
		/*background: url('images/moulin-rouge-bubble-arrow.png') left 20px no-repeat*/
		background: url('images/moulin-rouge-bubble-arrow-right.png') right 220px no-repeat;
		display: none;
	}
	
	.octobre8910-bubble-wrapper.active {
		display: block;
	}
	
	.octobre8910-bubble-wrapper .octobre8910-bubble {
		padding: 10px;
		background: #ffddde;
		border-radius: 8px;
		-moz-order-radius: 8px;
		-o-border-radius: 8px;
		-webkit-border-radius: 8px;
		-ms-border-radius: 8px;
		width: 220px;
	}
	
	.octobre8910-bubble-wrapper .octobre8910-bubble {
		width:303px;
	}
	
	.octobre8910-bubble-wrapper {
	    top: -215px;
		left: -300px;
	}
	
	.octobre8910-bubble-wrapper .octobre8910-bubble .resa-bubble-content {
		font-size: 25px;
		font-family: 'prataregular', Arial, sans-serif;
	}

	.octobre8910-bubble-wrapper .octobre8910-bubble .octobre8910-bubble-content {
		font-size: 25px;
		font-family: 'prataregular', Arial, sans-serif;
		color: #ff545b;
	}

	.octobre8910-bubble-wrapper .octobre8910-bubble .octobre8910-plus {
		padding-left: 10px;
		display: block;
		position: relative;
	}

	.octobre8910-bubble-wrapper .octobre8910-bubble .octobre8910-plus::before {
		content: "+";
		color: #ff575e;
		position: absolute;
		top: 0;
		left: 0;
	}

	.octobre8910-bubble-wrapper .octobre8910-bubble .octobre8910-img-wrapper img {
		margin: 0 auto;
	}