/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}

/*===============================================================
	fonts
=================================================================*/


/* Generated by Font Squirrel (http://www.fontsquirrel.com) */

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

}

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

}

img {
    background-color: none !important;
}

.booking_font_custom {
	font-family: 'BebasRegular';
}

.booking_font_cuprum { font-family: 'CuprumFFURegular'; }

/*===============================================================
	general
=================================================================*/


.booking_main_container {
	width: 100%;
	margin: 0 auto;
}

.booking_cleardiv {
	clear: both;
}

.booking_button {
	background: url(../images/sprite.png);
}

.booking_modal {
	width: 300px;
	height: 160px;
	padding: 20px;
	border: #666 3px solid;
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -160px;
	position:fixed;
	background-color:#FFF;
	z-index:40;
}

.booking_modal_loading {
	width:100px;
	height:100px;
	top:50%;
	margin-top:-50px;
	left:50%;
	margin-left:-50px;
	position:fixed;
	z-index:40;
}

.booking_modal_sfondo{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:30;
	background-color:#000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);

}

.booking_word_space { word-spacing: 5px; }

.booking_no_decoration { text-decoration: none; }

.booking_hover_567:hover { color: #567BD2; }

#booking_container .booking_field_input_custom {
	border: none !important;
	height: 60px;
	width: 100%;
}


/* FONT
============================================================================== */

.booking_font_bold { font-weight: bold; }

.booking_font_22 { font-size: 22px; }

.booking_font_20 { font-size: 20px; }

.booking_font_18 { font-size: 18px; }

.booking_font_16 { font-size: 16px; }

.booking_font_14 { font-size: 14px; }

.booking_font_13 { font-size: 13px; }

.booking_font_12 { font-size: 12px; }

.booking_font_10 { font-size: 10px; }

.booking_font_cuprum { font-family: 'CuprumFFURegular';}


/* FLOAT
=================================================================*/

.booking_float_left { float: left; }

.booking_float_right { float: right; }


/* BG
============================================================================== */

.booking_bg_ccc { background-color: #ccc; }

.booking_bg_f00 { background-color: #F00; }

.booking_bg_333 { background-color: #333; }

.booking_bg_567 { background-color: #567BD2; }

.booking_bg_f6f { background-color: #F6F6F5; } /* grey */

.booking_bg_00b { background-color: #00B478; } /* green */

.booking_bg_fff { background-color: #fff; }


/* MARK
============================================================================== */

.booking_mark_fff { color: #fff; }

.booking_mark_333 { color: #333; }

.booking_mark_666 { color: #666; }

.booking_mark_ccc { color: #ccc; }

.booking_mark_567 { color:#567BD2; }


/* WIDTH
============================================================================== */

.booking_width_100 { width: 100px; }

.booking_width_100p { width: 100%; }

.booking_width_98p { width: 99%; }

.booking_width_95p { width: 95%; }

.booking_width_90p { width: 90%; }

.booking_width_80p { width: 80%; }

.booking_width_69p { width: 72%; }

.booking_width_69p { width: 69%; }

.booking_width_60p { width: 60%; }

.booking_width_50p { width: 50%; }

.booking_width_40p { width: 40%; }

.booking_width_30p { width: 30%; }

.booking_width_25p { width: 25%; }

.booking_width_23p { width: 23%; }

.booking_width_20p { width: 20%; }

.booking_width_10p { width: 10%; }

.booking_width_7p { width: 7%; }

.booking_width_5p { width: 5%; }

.booking_width_3p { width: 3%; }

.booking_width_2p { width: 2%; }


/* HEIGHT
============================================================================== */

.booking_height_200 { height: 200px; }

.booking_height_150 { height: 150px; }

.booking_height_50 { height: 50px; }

.booking_height_40 { height: 40px; }

.booking_height_30 { height: 30px; }

.booking_height_20 { height: 20px; }

.booking_height_15 { height: 15px; }

.booking_height_1 { height: 1px; }


/* LINE HEIGHT
============================================================================== */

.booking_line_percent { line-height: 100%; }

.booking_line_30 { line-height: 30px; }

.booking_line_20 { line-height: 20px; }


/* MARGIN
============================================================================== */

.booking_margin_t_100 { margin-top:100px; }

.booking_margin_l_50 { margin-left: 50px; }

.booking_margin_t_30 { margin-top: 30px; }

.booking_margin_l_20 { margin-left: 20px; }

.booking_margin_t_20 { margin-top: 20px; }

.booking_margin_l_15 { margin-left: 15px; }

.booking_margin_l_10 { margin-left: 10px; }

.booking_margin_t_10 { margin-top: 10px; }

.booking_margin_b_10 { margin-bottom: 10px; }

.booking_margin_t_5 { margin-top: 5px; }

.booking_margin_l_2 { margin-left: 2px; }

.booking_margin_l_2p { margin-left: 2%; }

.booking_margin_r_2p { margin-right: 2%; }

.booking_margin_l_1p { margin-left: 1%; }

.booking_margin_r_20 { margin-right: 20px; }

.booking_margin_auto { margin: auto; }


/* PADDING
============================================================================== */

.booking_padding_lr_30 { padding: 0px 30px; }

.booking_padding_20 { padding: 20px; }

.booking_padding_tb_20 { padding: 20px 0; }

.booking_padding_10 { padding: 20px; }

.booking_padding_tb_10 { padding: 10px 0; }

.booking_padding_l_10 { padding-left: 10px; }

.booking_padding_5 { padding: 5px; }

.booking_padding_l_5 { padding-left: 5px; }

.booking_padding_l_1p { padding-left: 1%; }


/* BORDER
============================================================================== */

.booking_border_dotted { border-style: dotted; }

.booking_border_solid { border-style: solid; }

.booking_border_1 { border-width: 1px; }

.booking_border_t_1 { border-width: 1px 0 0 0; }

.booking_border_666 { border-color: #666; }

.booking_border_b_1 { border-width: 0 0 1px 0; }

.booking_border_ccc { border-color: #ccc; }

.booking_border_none { border: none; }

.booking_text_center { text-align:center; }



/* BUTTONS
============================================================================== */

.booking_public_button {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

#booking_submit_button,
#add_to_cart_button {
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-image: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border: none !important;
	padding: 0px !important;
}

.booking_grey_button:hover { background-color: #999; }

.booking_green_button:hover { background-color: #360; }


/*===============================================================
	header
=================================================================*/

.booking_header_container {
	width: 100%;
	height: 60px;
	margin-top: 14px;
}

/*** month and navigation ***/

.booking_month_container_all {
	float: left;
	width: 65%;
}

.booking_month_container {
	float: left;
	position: relative;
	width: 65%;
	height: 46px;
}

.booking_month_name {
	width: 100%;
	height: 46px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 28px;
}

.booking_month_year {
	text-align: right;
	padding-right: 6px;
	margin-top: 26px;
	color: #999;
	font-size: 14px;
}

.booking_month_nav_container {
	float: left;
}

.booking_mont_nav_button_container {
	float: left;
	margin-top: 4px;
}

.booking_month_nav_button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 26px;
	height: 30px;
	float: left;
	display: block;
	margin-left: 15%;
    padding: 10% 10%;
}



/****  filter select  ***/

.booking_select_calendar_container {
	float: right;
	width: 35%;
}

#booking_calendar_select {
	float: right;
}

/**** back to today ****/
.booking_back_today a {
	color:#333333;
}

/*===============================================================
	calendar
=================================================================*/

.booking_calendar_container_all {
	width: 100%;
	margin-top: 30px;
	font-family: 'CuprumFFURegular';
}

/*** name days  ***/

.booking_name_days_container {
	width: 100%;
	height: 30px;
	margin: 10px 0;
}

.booking_day_name {
	width: 13%;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-align: center;
	float: left;
	margin-right: 1%;
	font-size: 13px;
}

/*** days ***/

.booking_day_container {
    font-family: 'CuprumFFURegular';
	width: 13%;
	height: 70px;
	float: left;
	margin-right: 1%;
	margin-bottom:1%;
}

.booking_day_container a {
	width: 100%;
	height: 70px;
	display: block;
	float: left;
	border: 1px dashed #ccc;
	cursor:pointer;
}

.booking_day_grey a {
	background-color: #F6F6F6;
}

.booking_day_black a {
	background-color: #333;
}

.booking_day_white a {
	background-color: #FFF;
}

.booking_day_red a {
	background-color: #D74E4E;
}
.booking_day_red a .booking_day_number,
.booking_day_red a .booking_day_slots,
.booking_day_red a .booking_day_book,
.booking_day_black a .booking_day_number,
.booking_day_black a .booking_day_slots,
.booking_day_black a .booking_day_book {
	color: #fff;
}

.booking_day_number {
	float: left;
	width: 20%;
	margin-left: 5%;
	height: 30px;
	margin-top: 5%;
	line-height: 30px;
	font-size: 13px;
	color: #999;
}

.booking_day_book {
	float: left;
	width: 72%;
	height: 30px;
	margin-left: 2%;
	margin-top: 10%;
	text-align: left;
	color: #999;
	font-size: 12px;
}

.booking_day_slots {
	color: #00CC33;
	width: 95%;
	margin-left: 5%;
	margin-top: 5%;
}

.booking_slot_special_container {
	max-width: 900px;
}


/*===============================================================
	box preview
=================================================================*/

.booking_box_preview_container_all {
	background-color: #fff;
	border: 3px dashed #999;
	position: fixed;
	z-index: 100;
	top: 300px;
	padding: 0 0 20px 0;
}

.booking_box_preview_title {
	width: 240px;
	font-size: 18px;
	color: #333;
	padding: 10px 0 0 10px;
}

.booking_box_preview_slots_container {
	margin-top: 20px;
	width: 100%;

}

.booking_box_preview_column {
	float: left;
	margin-left: 20px;
}

.booking_box_preview_row {
	font-family: 'CuprumFFURegular';
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #999;
}
 .booking_booked_slot {
	 color:#F00;
 }

/*===============================================================
	booking
=================================================================*/

#ok_response { color: #fff !important; }

.booking_container_all {
	width: 970px;
	margin-top: 30px;
}

.booking_left {
	float: left;
	width: 620px;
	height: 500px;
	background: #fff;
}

.booking_right {
	float: left;
	width: 314px;
	height: 480px;
	padding: 10px 18px;
	background-color: #567BD2;
	color: #fff;
}


.close_booking:hover {
	color: #567BD2;
}


/* left side */

.booking_title {
	font-size: 22px;
	width: 610px;
	padding: 5px 0 0 10px;
}

.booking_slots_container {
	width: 620px;
	margin-top: 20px;
}

.booking_slots_column {
	float: left;
	margin-left: 25px;
}

.booking_slots_row {
	height: 30px;
	font-size: 15px;
	border-bottom: 1px dotted #999;
}

.booking_check {
	float: left;
	margin-top: 7px;
}

.booking_slot {
	float: left;
	height: 30px;
	line-height: 34px;
	margin-left: 10px;
}

.booking_price {
	float: left;
	height: 30px;
	line-height: 34px;
	margin-left: 15px;
	text-align:right;
}

.booking_seats {
	float: left;
	height: 30px;
	line-height: 34px;
	margin-left: 15px;
	text-align:right;
}

#booking_next, #booking_prev {
	margin-right: 5px;
}

#booking_next a {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(../images/sprite.png);
	background-position: -340px -240px;
}

#booking_next a:hover {
	background-position: -400px -240px;
}

#booking_prev a {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(../images/sprite.png);
	background-position: -457px -240px;
}

#booking_prev a:hover {
	background-position: -517px -240px;
}

.booking_form_text {
	padding:10px;
	padding-bottom:0px;
	width:600px;
}

/* right side */

.booking_form_box {
	float: left;
	padding:3px;
}

.booking_height_space {
	width: 310px;
	height: 10px;
}

.booking_form_label {
	font-size: 20px;
	color: #fff;
}

.booking_ok_button {
	display: block;
	width: 82px;
	height: 22px;
	text-align: center;
	color: #fff;
	background-position: -590px -60px;
	margin: 20px auto;
}

.booking_ok_button:hover {
	background-position: -680px -60px;
}

.booking_check_button {
	display: block;
	width: 82px;
	height: 22px;
	text-align: center;
	color: #fff !important;
	margin: 20px 0;
	background-color:#333333;
}

.booking_check_button:hover {
	background-color: #00CC66;
	color: #fff;
}


/****REGISTER/LOGIN FORM***/

/* tabbed list */
ul.tabs_login {
	padding: 0; margin: 20px 0 0 0;
	position: relative;
	list-style: none;
	font-size: 14px;
	z-index: 1000;
	float: left;
	}
ul.tabs_login li {
	border: 1px solid #E7E9F6;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 28px; /* = */ height: 28px;
	padding: 0; margin: 0 5px 0 0;
	position: relative;
	background: #fff;
	overflow: hidden;
	float: left;
	}
ul.tabs_login li a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	outline: none;
	}
html ul.tabs_login li.active_login {
	border-left: 1px solid #E7E9F6;
	border-bottom: 1px solid #fff;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	background: #fff;
	color: #333;
	}
html body ul.tabs_login li.active_login a { font-weight: bold; }
.tab_container_login {

	position: relative;
	margin: 0 0 20px 0;
	border: 1px solid #E7E9F6;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	 -webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	z-index: 999;
	float: left;
	width: 100%;
	top: -1px;
	}
.tab_content_login {
	padding: 7px 15px 15px 15px;
	padding-top: 10px;
	}
	.tab_content_login ul {
		padding: 0; margin: 0 0 0 15px;
		}
		.tab_content_login li { margin: 5px 0; }
/* global styles */
#login-register-password-container {}
	#login-register-password-container h3 {
		border: 0 none;
		margin: 10px 0;
		padding: 0;
		}
	#login-register-password-container p {
		margin: 0 0 15px 0;
		padding: 0;
		}
/* form elements */
.wp-user-form {}
	.username, .password, .login_fields {
		margin: 7px 0 0 0;
		overflow: hidden;
		width: 100%;
		}
		.username label, .password label { float: left; clear: none; width: 25%; }
		.username input, .password input {
			font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
			float: left; clear: none; width: 200px; padding: 2px 3px; color: #777;
			}
.rememberme { overflow: hidden; width: 100%; margin-bottom: 7px; }
#rememberme { float: left; clear: none; margin: 4px 4px -4px 0; }
.user-submit { padding: 5px 10px; margin: 5px 0; border: none !important; }
.userinfo { float: left; clear: none; width: 75%; margin-bottom: 10px; }
	.userinfo p {
		margin-left: 10px;
		}
.usericon { float: left; clear: none; width: 15%; margin: 0 0 10px 22px; }
	.usericon img {
		border: 1px solid #F4950E;
		padding: 1px;
		}

.booking_float_left h3 {color:white; text-transform:uppercase; font-size:20px; margin-bottom:2px; max-width:225px;}



/**** JCD ***/

.jcdgrid {display:table; width:100%; table-layout:fixed; margin-left:10px;}
.jcdgrid > * {display:table-cell; box-sizing:border-box; vertical-align:top; padding-right:20px;}
.w25 {width:25%;}
.w33 {width:33.3%;}
.w50 {width:50%;}
.w66 {width:66.6%;}

.jcd-relative-wrapper {position:relative;}

.jcdform label {color:white; text-transform:none; font-weight:normal;}
.jcdform label.jcd-checkbox-item {font-weight:bold;}
.jcdform label.jcd-checkbox-item a {color:white; text-decoration:underline;}

.jcdform .jcd-apply-coupon-btn {
	position:absolute; right:20px; bottom:0; width:60px; height:60px;
	color:white; background:black; cursor:pointer; text-decoration:none;
	text-align:center; font-size:18px; font-weight:bold; line-height:60px;
}
.jcdform .jcd-apply-coupon-btn:hover {color:white !important; background:#FFD500;}

.jcdform .jcd-button {width:100% !important;}

.jcdform .jcd-custom-checkbox {
	display:inline-block;
	vertical-align:middle;
	margin:0 12px;
	width:40px;
	height:40px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAoCAIAAADmAupWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOVJREFUeNrs2m0KgCAMBuDR/e/gUTxaBYFEHzY13Svv/J0bT5jaVFaLFmMUkRDCyKR7uj2prEbtSD/MnNKZgUeaz4kswWPMlxTG4N7me3B7cD/zY1gIcA/zW0AU8L/mTCgg8F/mfBAscLv5szscuMWs6YgIrjMru4CCS836h3HBekbRq4EGazClgx8dnCdVfOoTgN9gdZP5HOA7r3rpmgZ8RrZsTmYCJ3PLVmwRtuZD2ictX5Z84+FbS/958N9DLwDQlni4inhcZVquQjzXUQvXYRrXcSnXgTjXlQeuSy2G15Y2AQYAZ13aG5X/EBkAAAAASUVORK5CYII=");
	background-position:0 0;
	cursor:pointer;
}
.jcdform .jcd-custom-checkbox.checked {
	background-position:-40px 0;
}


.jcdmargin-t0 {margin-top:0;}
.jcdmargin-t0-half {margin-top:15px;}
.jcdmargin-t1 {margin-top:30px;}
.jcdmargin-t1-half {margin-top:45px;}
.jcdmargin-t2 {margin-top:60px;}
.jcdmargin-t2-half {margin-top:75px;}
.jcdmargin-t3 {margin-top:90px;}
.jcdmargin-t4 {margin-top:120px;}
.jcdmargin-t5 {margin-top:150px;}
.jcdmargin-t6 {margin-top:180px;}
.jcdmargin-b0 {margin-bottom:0;}
.jcdmargin-b0-half {margin-bottom:15px;}
.jcdmargin-b1 {margin-bottom:30px;}
.jcdmargin-b1-half {margin-bottom:40px;}
.jcdmargin-b2 {margin-bottom:60px;}
.jcdmargin-b3 {margin-bottom:90px;}
.jcdmargin-b4 {margin-bottom:120px;}
.jcdmargin-b5 {margin-bottom:150px;}
.jcdmargin-b6 {margin-bottom:180px;}
.jcdpadding-t0 {padding-top:0;}
.jcdpadding-t0-half {padding-top:15px;}
.jcdpadding-t1 {padding-top:30px;}
.jcdpadding-t1-half {padding-top:45px;}
.jcdpadding-t2 {padding-top:60px;}
.jcdpadding-t3 {padding-top:90px;}
.jcdpadding-t4 {padding-top:120px;}
.jcdpadding-t4-half {padding-top:135px;}
.jcdpadding-t5 {padding-top:150px;}
.jcdpadding-t6 {padding-top:180px;}
.jcdpadding-b0 {padding-bottom:0;}
.jcdpadding-b0-half {padding-bottom:15px;}
.jcdpadding-b1 {padding-bottom:30px;}
.jcdpadding-b1-half {padding-bottom:45px;}
.jcdpadding-b2 {padding-bottom:60px;}
.jcdpadding-b2-half {padding-bottom:75px;}
.jcdpadding-b3 {padding-bottom:90px;}
.jcdpadding-b4 {padding-bottom:120px;}
.jcdpadding-b5 {padding-bottom:150px;}
.jcdpadding-b6 {padding-bottom:180px;}


#coupon_reliquat_text {
    background:white; border:2px solid black; padding:.6em 1em;
    font-size:90%; font-weight:bold;
}


/* Gestion de la quantité dans le panier */
.cart_row .qtt-control {
	display:flex; align-items:center;
}
.cart_row .qtt-control > * {
	width:36px; height:36px;
}
.cart_row .qtt-control .btn {
	position:relative;
	background:black;
	cursor:pointer;
	transition:transform .1s ease-out;
}
.cart_row .qtt-control .btn:before,
.cart_row .qtt-control .btn:not(.less):after {
	content:""; position:absolute;
	left:calc(50% - 5px); width:10px;
	top:calc(50% - 1px); height:2px;
	background:white;
}
.cart_row .qtt-control .btn:after {
	transform:rotateZ(90deg);
}
.cart_row .qtt-control .btn:hover {
	transform:scale(1.15);
}
.cart_row .qtt-control .qtt {
	display:flex; align-items:center; justify-content:center; padding-bottom:2px;
	background:white; color:black;
	font-size:18px; font-weight:bold;
	cursor:default;
}
.voucher_cart_item .qtt {
	display:inline-block; padding:.2em .5em; margin-right:.3em;
	background:black; color:white; font-weight:bold; font-size:18px;
}


@media screen and (min-width: 960px) {
	.desktop-hidden {display:none !important;}
}

@media screen and (max-width: 960px) {
	.mobile-hidden {display:none !important;}

	.jcdgrid,
	.jcdgrid > * {display:block !important; width:100% !important; padding:0 !important; margin:0 !important;}
	.jcdgrid > * {margin-bottom:30px !important;}

	.jcdform .jcd-apply-coupon-btn {right:0;}
}
