@charset "utf-8";


.header .menu a {		
	color:#fff;
	display:block;
	padding:0.2em 9px;
	line-height:1.5em;
	font-style:normal;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}

.header .menu-item-456 a span {
	color:#fff !important;
}

.menu-item-456.current-menu-item > a span{
	color: #03a8f1 !important;

}
.menu-item-456 a:hover span{
	color: #03a8f1 !important;
}
.header  .menu > ul > li.current-menu-item > a,
.header  .menu > ul > li.current-menu-parent > a,
.header  .menu > ul > li.hover > a,
.header  .menu > ul > li:hover > a {
	background:#fff;
}

.header .menu ul ul {
	min-width:200px;
	width:auto;
	top:32px;
	padding-top:4px;
	-moz-box-shadow:0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
	box-shadow:0 0 0 rgba(0,0,0,0);
}


.header .menu ul ul a {
	background:#fff;
	color:#03a8f1;
}

.header .menu ul ul a:hover {
	color:#fff;
	background:#03a8f1;
}

.tour-search-form .form-title h4 {
	font-size:1em;
	text-align:center;
}

#header_top {
	width:100%;
	background-color:#000;
	padding-top:12px;
	height:38px;
	font-family: 'Damion', cursive;
	color:#03a8f1;
	font-size:2em;
	overflow:hidden;
}

#header_top img {
	float:right;
}

body {
	background:url(images/bg.jpg) top center no-repeat;	
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.header {
	background:none;
}

.header .supheader {
	padding-top:30px;
}

.header .logo {
	float:left;
	margin-top:-30px;
}

.header .logo a {
	padding:0 0 0 0;
}

.header .social-links a {
	width:auto;
	height:auto;
	margin-top:-6px;
	background:none;	
}

.homecenter {
	padding-top:3em;
	padding-bottom:20px;
}

.homeright {
	padding-top:3em;
	padding-bottom:20px;
}

.homecenter h1{
	font-size:1.5em;
	background:url(images/bg_h1.jpg) bottom left repeat-x;	
	font-family: 'Amaranth', sans-serif;
	padding-bottom:18px;
}

#contact_arm input, #contact_arm input[type="email"], #contact_arm textarea {
	width:100%;
	font-style:normal;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}

#submit_arm {
	width:100%;
	text-align:center;

}

#contact_arm input[type="submit"] {
	padding:6px 12px 6px 12px;
	margin:0 0 0 3%;
	width:94%;
	text-align:center;
	font-style:normal;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}

#direction a {
	display:inline-block;
	cursor:pointer;	
	position:relative;
	background:#02a0e5;
	color:#fff!important;
	white-space: nowrap;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	padding:6px 12px 6px 12px;
	margin-left:8px;
	font-style:normal;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}

#bloc_footer {
	position:absolute;
	bottom:0;
	width:100%;
	background:transparent;
}

#global {
	padding-bottom: 90px;
	background:transparent;
}

#prix {
	text-align:center;
	padding-bottom:16px;
	padding-top:8px;
	font-size:1.5em;
	font-weight:600;
}

#confirmation_arm {
	color:#fff;
	background-color: #03a8f1;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

/* PETIT PC */
@media only screen and (max-width: 1139px) {
	.header .menu {	
		width:100%;
		padding-top:10px;
	}
	.footer .menu {
		float:none;
		margin-top:4px;
		text-align:center;
	}
	
	.footer .menu ul {
		width:100%;
		text-align:center;
	}
	
	.footer .menu li {
		float:none;
		display:inline-block;
		text-align:center;
	}
	
	.footer .copyright {
		float:none;
		width:100%;
		text-align:center;
	}
}	

/* TOUT PETIT PC */
@media only screen and (max-width: 939px) {
	.header .menu > ul > li > a {
		font-size:12px;
	}
	
	.header .menu ul ul {
		padding-top:10px;
		margin-top:-8px;
	}
	
	.header .menu ul ul a {
		font-size:12px;
	}
}

/* MOBILE */
@media handheld, only screen and (max-width: 767px) {


	body {
		background:url(images/bg_mobile.jpg) top center no-repeat;	
	}
	
	#header_top {
		text-align:center;
		font-size:1.4em;
		height:70px;
	}
	
	#header_top img {
		float:none;
		margin-top:12px;
	}
	
	.header .logo img {
		width:70%;
		height:70%;
	}
	
	.fade-slider li{
		font-size:10px;
	}
	
	#fb {
		display:none;
	}
	
	#home_carte {
		display:none;
	}
	
	#home_menu {
		display:none;
	}
	
	#menu-footer-menu {
		display:none;
	}

	.homecenter {
		padding-bottom:0px;
	}
	
	.homeright {
		padding-top:0em;
		padding-bottom:12px;
	}
}

/* PETIT MOBILE */
@media handheld, only screen and (max-width: 479px) {
	#header_top {
		text-align:center;
		font-size:1.2em;
		height:70px;
	}
	
	.fade-slider li{
		font-size:8px;
	}
}


.tablepress tfoot th,
.tablepress thead th {
	background-color: #02a0e5;
	color: #ffffff;
}
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #02a0e5;
}

.tablepress td,
.tablepress th {
	padding:14px;
	font-size: 16px;
	color: #424242;
	border: none !important;
}

.tablepress .odd td {
 background-color:#b7e9fe;
}

.tablepress .row-hover tr:hover td {
 background-color: #7ab9d6;
}

.bloc_livraison_top {
	color: #333333;
	text-align: celeftnter;
	background-color: #ffffff;
	padding: 20px 20px 20px 60px;
	background-image:url(images/bloc_livraison_bottom.png);	
	background-position: center left  13px;	
	background-repeat:no-repeat;
}

.bloc_livraison_top span {
	font-weight:bold;
	text-transform: uppercase;
}

.bloc_livraison_bottom {
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin-bottom:16px;
	background-color: #f4f4f4;
}

.bloc_livraison_bottom a span {
	padding-top:10px;
	padding-bottom:10px;
	line-height: 2.3em;
	font-size: 1.3em;
}

.bloc_livraison_bottom a img {
	vertical-align: middle;
	margin-right: 10px;
}