/*---------------------------------------------------------------
 * Copyright (c) 2011, Jérôme Giraud (Oxxone), All Right Reserved
 *-------------------------------------------------------------*/

html, body
{
	color: #fff;
	font-size: 15px;
	min-width: 1024px;
}

body
{
	background: #8a8a82 url('/themes/arabesque/desktop/img/body_bg.png') no-repeat top center;
}

strong, b 
{
	font-weight: bold;
}

i
{
	font-style: italic;
}

ul
{
	list-style-type: disc;
}

ol 
{
	list-style-type: decimal;
}

sup 
{
	font-size: smaller;
	vertical-align: super;
}

sub 
{
	font-size: smaller;
	vertical-align: sub;
}

a
{
	text-decoration: none;
}

p
{
	font-size: 15px;
}

.content
{
	margin: auto;
	position: relative;
	width: 1024px;	
}

.br
{
	height: 6px;
}

/*********/
/* icons */
/*********/
.icon
{
	display: inline-block;
	height: 30px;
	width: 30px;
}

.footer .icon
{
	width: auto;
}

/***********/
/* buttons */
/***********/
.button:hover
{
	background: #fff;
}


/*********/
/* share */
/*********/
.share,
.fb
{
	text-align: center
}

.share .button
{
	border-radius: 66px;
	display: inline-block;
	height: 66px;
	margin: 0 8px;
	width: 66px;
}

.share .button.facebook
{
	background-color: #393938; 
	background-image: url('/themes/arabesque/desktop/img/facebook.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.share .button.twitter
{
	background-color: #393938; 
	background-image: url('/themes/arabesque/desktop/img/twitter.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.share .button.gplus
{
	background-color: #393938; 
	background-image: url('/themes/arabesque/desktop/img/googleplus.png');
	background-position: center center;
	background-repeat: no-repeat;
}


/**********/
/* header */
/**********/
#header
{
	background: rgba(41, 41, 40, 0.8);
	height: 75px;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 990;
}

#header .content
{
	height: 100%;
}

#header .header_title
{
	color: #fff;
	display: block;
	font-size: 30px;
	height: 75px;
	line-height: 75px;
}

#header .header_title h1
{
	display: inline-block;
}

#header .header_title img
{
	max-height: 71px;
	margin-top: 2px;
	vertical-align: top;
}

#header .baseline
{
	display: inline-block;
	font-size: 20px;
	padding-left: 10px;
	vertical-align: middle;
}

/********/
/* menu */
/********/
#menu
{
	margin-top: 55px;
}

#menu ul
{
	font-size: 17px;
	list-style-type: none;
}

#menu ul li
{
  	display: block;
  	height: 40px;
  	line-height: 40px;
  	list-style-type: none;
  	margin: 10px 0;
  	padding: 0 13px;
  	position: relative;
  	text-transform: uppercase;
}

#menu ul li.selected, #menu ul li:hover
{
	background: #292928;
}

.section.left #menu ul li a:hover
{
	text-decoration: none;
}


#menu ul li a
{
	color: inherit;
}

/* Dropdowns*/
#menu ul ul 
{
	display: none;
	left: 203px;
	list-style-type: none;
	position: absolute;
	text-align: left;
	top: 0px;
	z-index: 990;
}

#menu ul li:hover > ul 
{
	display:inherit;
}
	
#menu ul ul li 
{
	background: #8A8A82;
	border: none;
	float:none;
	line-height: 25px;
	min-width:170px;
	display:list-item;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	text-indent: 0;
	white-space: nowrap;
}

#menu li > a:after { content:  ' »'; }
#menu li > a:only-child:after { content: ''; }

/***********/
/* submenu */
/***********/
.submenu
{
	background: rgba(41, 41, 40, 0.8);
	bottom: 10px;
	position: absolute;
	right: 10px;
	z-index: 990;
}

.submenu .b
{
	display: block;
	height: 28px;
	width: 28px;
}

.submenu .b:hover
{
	background: #292928;
}

/**********/
/* footer */
/**********/
#footer
{
	background: #292928;
	margin-top: 65px;
}

#footer .content
{
	height: 100%;
	padding-bottom: 100px;	
}

#footer .section
{
	float: left;
	width: 33%;
	text-align: left;	
}

#footer .section .h4
{
	border-bottom: 1px solid #444444;
	color: #fff;
	display: block;
	font-size: 15px;
	height: 30px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-left: 13px;
	margin-right: 10px;
	margin-top: 18px;
}

#footer ul
{
	font-size: 15px;
	list-style-type: none;
	padding-left: 13px;
}

#footer ul li
{
	color: #929292;
	height: 26px;
	line-height: 26px;
}

#footer ul li a
{
	width: auto;
}

#footer ul li.underline
{
	margin-bottom: 5px;
	margin-top: 15px;
	text-decoration: underline;
}

#footer ul li.location
{
	line-height: 17px;
}

#footer ul li.location .br
{
	height: 0px;
}

#footer ul li a
{
	color: #929292;
}

#footer ul li a:hover
{
	color: #fff;
}

#footer ul li a.icon
{
	padding-left: 33px;
}

#footer ul li a.icon.facebook
{
	background: url('/desktop/img/facebook_logo.png') no-repeat center left;
}

#footer ul li a.icon.twitter
{
	background: url('/desktop/img/twitter_logo.png') no-repeat center left;
}

#footer ul li a.icon.googleplus
{
	background: url('/desktop/img/googleplus_logo.png') no-repeat center left;
}

#footer ul li a.icon.linkedin
{
	background: url('/desktop/img/linkedin_logo.png') no-repeat center left;
}

#footer ul li a.icon.viadeo
{
	background: url('/desktop/img/viadeo_logo.png') no-repeat center left;
}

#footer ul li a.icon.tumblr
{
	background: url('/desktop/img/tumblr_logo.png') no-repeat center left;
}

#footer ul li a.icon.youtube
{
	background: url('/desktop/img/youtube_logo.png') no-repeat center left;
}

#footer .oxxone
{
	position: absolute;

	left: 13px;
	bottom: 20px;
}

#footer .oxxone a
{
	float: left;
}

#footer .oxxone p
{
	color: #929292;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin-left: 6px;
	margin-top: 20px; 
}

#footer ul.sublinks
{
	margin: 20px 0;
}

#footer ul.sublinks li
{
	display: inline-block;
	padding: 0 5px;
}

#footer ul.sublinks li a
{
	font-size: 12px;
}

/**********/
/* common */
/**********/
.void
{
	background: #6C6A72;
	height: 450px;
	text-align: center;
}

.galerie .picture
{
	position: relative;
}

.galerie .picture .content.gradient
{
	background-size: contain;
	height: 319px;
	padding: 0;
	width: 100%;
}

.presentation h1, .galerie h1, .prestations h1, .contact h1, .cgu h1
{
	color: #fff;
	font-size: 27px;
	padding: 0 0 15px 0;
}

.presentation h1 a, .galerie h1 a, .prestations h1 a, .contact h1 a, .cgu h1 a
{
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.presentation h1 img, .galerie h1 img, .prestations h1 img, .contact h1 img, .cgu h1 img
{
	position: absolute;
	top: 0;
	left: 0;
}

.box
{
	background: #292928;
	color: #929292;
	margin-top: 25px;
	padding: 8px 8px 32px 8px;
}

.button
{
	background: #393938;
	background: -moz-linear-gradient(top, #393938 0%, #292928 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393938), color-stop(100%,#292928));
	background: -webkit-linear-gradient(top, #393938 0%,#292928 100%);
	background: -o-linear-gradient(top, #393938 0%,#292928 100%);
	background: -ms-linear-gradient(top, #393938 0%,#292928 100%);
	background: linear-gradient(to bottom, #393938 0%,#292928 100%);
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	height: 19px;
	line-height: 19px;
	margin-top: 20px;
	padding: 8px;
}

.button:hover
{
	background-color: #393938;
}

.sections
{
	margin-top: 25px;
}

.section.left
{
	float: left;
	width: 204px;
}

.section.right
{
	float: right;
	margin-right: 27px;
	width: 765px;
}

.section.left h2, .section.right h2
{
	color: #fff;
	font-size: 20px;
	padding: 13px 0 20px 0;
	text-transform: lowercase;
}

.section_left a
{
	color: #fff;
	text-decoration: underline;
}

.section.right .box
{
	background: #565651;
	padding: 20px;
}

.section.right .box:first-child
{
	background: #565651 url('/themes/arabesque/desktop/img/arabesque.png') no-repeat bottom right;
	margin-top: 55px;
}

.section.left ul
{
	list-style-type: none;
}

.section.left ul li
{
	margin-bottom: 10px;
	line-height: 30px;
	min-height: 30px;
	overflow: hidden;
	padding-left: 45px;
	position: relative;
	text-overflow: ellipsis;
}

.section.left ul li.has-sub
{
	overflow: visible;
}

.section.left ul li .icon
{
	position: absolute;
	top: 0;
	left: 0;
}

.section.left ul li, .section.left ul li a
{
	color: inherit;
}

.section.left ul li a:hover
{
	text-decoration: underline;
}

.section.left ul li.horaires
{
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
}

.section.left ul li.horaires .underline
{
	text-decoration: underline
}

.section.left ul li.horaires, .section.left ul li.location
{
	line-height: 17px;
}

/************/
/* homepage */
/************/
.homepage .picture
{
	background-color: #323230;
	background-size: cover;
	height: 336px;
	position: relative;
	width: 100%;
}

.homepage .qrcode
{
	text-align: center;
}

.homepage .qrcode h2
{
	text-align: left;
}

.homepage .inner_left
{
	border-right: 1px solid #292928;
	float: left;
	margin-left: 40px;
	margin-top: 24px;
	padding-right: 20px;
	text-align: center;
	width: 293px;
}

.homepage .inner_left h2, .homepage .inner_right h2
{
	padding-top: 0;
}

.homepage .inner_left table
{
	margin-top: 13px;
}

.homepage .inner_left table a
{
	color: inherit;
}

.homepage .inner_left table tr td
{
	padding-top: 12px;
	text-align: left;
}

.homepage .inner_left table tr td:first-child
{
	text-decoration: underline;
}

.homepage .inner_left table tr td:last-child
{
	padding-left: 5px;
}

.homepage .inner_left .line
{
	border-top: 1px solid #292928;
	margin: 40px 0 28px 0;
}

.homepage .inner_right
{
	float: right;
	margin-top: 24px;
	text-align: center;
	width: 355px;
}

.homepage .inner_right .round,
.homepage .inner_left .round
{
	background-size: cover;
	border-radius: 63px;
	cursor: default;
	display: block;
	height: 63px;
	margin: 12px auto;
	width: 63px;
}

.homepage .inner_left .round
{
	display: inline-block;
	margin: 12px 5px;
}

/****************/
/* presentation */
/****************/
.presentation .picture, .presentation .video
{
	background: #6C6A72;
	text-align: center;
}

.presentation .picture img
{
	margin: 20px 0; 
}

.presentation .video iframe
{
	margin: 20px 0; 
}

.presentation .section.right .box:first-child
{
	padding-bottom: 120px;
}

/***********/
/* galerie */
/***********/

.galerie #legend
{
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	padding: 0 10px;
}

.galerie .thumbs
{
	text-align: center;
}

.galerie .thumbs a
{
	border: 1px solid #3b3a3a;
	display: inline-block;
	height: 70px;
	overflow: hidden;
	margin: 5px;
	width: 70px;
}

.galerie .thumbs a.selected
{
	border-color: #fff;
}

.galerie .right_arrow,
.galerie .left_arrow 
{
	background: rgba(0, 0, 0, 0) url('/themes/arabesque/desktop/img/arrow_right.png') no-repeat center center;
	background-size: 19px 20px;
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	z-index: 990;
}

.galerie .left_arrow 
{
	background: rgba(0, 0, 0, 0) url('/themes/arabesque/desktop/img/arrow_left.png') no-repeat center center;
	background-size: 19px 20px;
	left: 0;
	right: auto;
}

/***************/
/* prestations */
/***************/
.prestations .void
{
	height: 76px;
}

.prestations .description a
{
	color: #fff;
	text-decoration: underline;
}

.prestations .tarifs .title
{
	float: left;
	width: 202px;
}

.prestations .tarifs .title h2
{
	color: #fff;
	font-size: 22px;
	padding: 24px 0;
}

.prestations .tarifs .separator
{
	float: left;
	height: 40px;
	width: 45px;
}

.prestations .tarifs .prices
{
	float: left;
	padding-top: 24px;
	width: 680px;
}

.prestations .tarifs .prices .productDescription
{
	clear: both;
	padding-top: 20px; 
}

.prestations .tarifs .prices .productDescription:first-child
{
	padding-top: 0px; 
}

.prestations .tarifs .prices img
{
	border: 1px solid #3b3a3a;
	float: left;
	margin-left: 22px;
	margin-right: 27px;
}

.prestations .tarifs .interval
{
	margin-bottom: 23px;
}

.prestations .tarifs .interval.alone
{
	margin-top: 40px;
}

.prestations .tarifs .interval.alone:first-child
{
	margin-top: 0;
}

.prestations .tarifs .interval.augmented
{
	background: url('/themes/arabesque/desktop/img/line.png') repeat-y 22px center;
}

.prestations .tarifs .intitule
{
	color: #fff;
	float: left;
	font-size: 17px;
	padding-left: 42px;
	width: 138px;
}

.prestations .tarifs .intitule.long
{
	width: 533px;
}

.prestations .tarifs .intitule.long.alone
{
	border-bottom: 1px solid #3b3a3a;
	margin-left: 22px;
	padding-bottom: 7px;
	padding-left: 20px;
	width: 638px;
}

.prestations .tarifs .dots
{
	background: url('/themes/arabesque/desktop/img/dot.png') repeat-x center 10px;
	float: left;
	height: 15px;
	margin: 0 10px;
	width: 375px;
}

.prestations .tarifs .price
{
	color: #fff;
	float: left;
	font-size: 17px;
	padding-left: 21px;
	width: 84px;
}

.prestations .tarifs .price img
{
	border: 3px solid #3b3a3a;
}

.prestations .tarifs .details
{
	font-size: 14px;
	margin-top: 10px; 
	padding-left: 42px;
	width: 450px;
}

.prestations .tarifs .productTitle
{
	color: #fff;
	display: block;	
	margin-bottom: 10px;
}

.prestations .tarifs .productTitle span
{
	color: #fff;
}

/***********/
/* contact */
/***********/
.contact .void
{
	height: 76px;
}

.contact .map
{
	background: #212121 url('/themes/arabesque/desktop/img/spinner.gif') no-repeat center center;
	background-size: 16px 16px;
	height: 250px;
}

.contact .map #mapCanvas
{
	height: 100%;
	width: 100%;
}

.contact form
{
	margin-top: 22px;
}

.contact form label
{
	font-size: 15px;
	vertical-align: top;
}

.contact form .form_label
{
	text-align: left;
	vertical-align: middle;
	width: 100px;
}

.contact form .form_value
{
	text-align: right;
}

.contact form input, .contact form textarea
{
	background: #fff;
	border: 1px solid #3b3a3a;
	margin: 4px 0;
	padding: 2px;
	text-indent: 5px;
	width: 200px;
}

.contact form input:disabled, .contact form textarea:disabled
{
	background: #212121;
	color: #97959c;
}

.contact #contactForm_send
{
	background: #393938;
	background: -moz-linear-gradient(top, #393938 0%, #292928 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393938), color-stop(100%,#292928));
	background: -webkit-linear-gradient(top, #393938 0%,#292928 100%);
	background: -o-linear-gradient(top, #393938 0%,#292928 100%);
	background: -ms-linear-gradient(top, #393938 0%,#292928 100%);
	background: linear-gradient(to bottom, #393938 0%,#292928 100%);
	color: #fff;
	cursor: pointer;
	padding: 4px 6px;
	text-align: left;
	width: 70px;
}

.contact #contactForm_send:hover
{
	background: #232323;
	background: -moz-linear-gradient(top, #232323 0%, #464646 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232323), color-stop(100%,#464646));
	background: -webkit-linear-gradient(top, #232323 0%,#464646 100%);
	background: -o-linear-gradient(top, #232323 0%,#464646 100%);
	background: -ms-linear-gradient(top, #232323 0%,#464646 100%);
	background: linear-gradient(to bottom, #232323 0%,#464646 100%);
	text-shadow: 1px 1px 1px #000;
}

/********/
/* news */
/********/

/*******/
/* cgu */
/*******/
.cgu .void
{
	background: #6C6A72;
	height: 76px;
	text-align: center;
}

.cgu h2
{
	color: #fff;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 24px;
}

.cgu a
{
	color: #fff;
}

.cgu p
{
	line-height: 17px;
}

/*******/
/* 404 */
/*******/
.notfound
{
	text-align: center;
}

.notfound h1
{
	color: #3b3a3a;
	font-size: 225px;
	font-weight: 700;
	margin: 400px 0 0 0;
}

.notfound a
{
	color: #fff;
	font-size: 45px;
	font-weight: 700;
}

.notfound p
{
	color: #3b3a3a;
	font-size: 15px;
	font-weight: 700;
	margin: 30px 0 0 0;
}