/*
Theme Name: Bootstrap 3 - Crayon
Theme URI: http://upplex.de/bootstrap-3-wordpress-theme-framework/
Author: upplex
Author URI: http://upplex.de
Description: upBootWP is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. and Twitter Bootstrap 3. Feel free to edit it. 
Version: 0.1
License: GNU General Public License
License URI: license.txt
Text Domain: upbootwp
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

upBootWP is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. and Twitter Bootstrap 3 

*/

/****************
FONTS
****************/

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url('./fonts/roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url('./fonts/roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url('./fonts/roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url('./fonts/roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-stretch: condensed;
	font-display: swap;
	src: url('./fonts/roboto-condensed/RobotoCondensed.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-stretch: condensed;
	font-display: swap;
	src: url('./fonts/roboto-condensed/RobotoCondensed.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-stretch: condensed;
	font-display: swap;
	src: url('./fonts/roboto-condensed/RobotoCondensed.ttf') format('truetype');
}

@font-face {
	font-family: 'Libre Baskerville';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url('./fonts/libre-baskerville/LibreBaskerville-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Libre Baskerville';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url('./fonts/libre-baskerville/LibreBaskerville-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Libre Baskerville';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url('./fonts/libre-baskerville/LibreBaskerville-Bold.ttf') format('truetype');
}



/* GENERAL */
body{
	color: #746a5d;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}
a{
	color: #ef6c00;
	text-decoration: underline;
}
a:hover, a::active{
	text-decoration: none;
}
h1{
	font-size:26px;
	font-weight:300;
	margin-top:0px;
}
h2{
	color: #746a5d;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	text-transform:uppercase;
	letter-spacing: 3px;
	margin: 45px 0 25px 0;
}
.home h2{
	font-size: 42px;
	line-height: 52px;
}
h3{
	font-size:20px;
	font-weight:400;
	margin-top:10px;
}
h4 {

}
h5 {

}
h6 {

}
.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}
.small-padding {
	padding: 0 5px !important;
	margin: 0 !important;
}

.thumbnail{
	border:none;
	border-radius:0;
	padding:0;
	margin: 15px 0;
}

#breadcrumbs{
	padding: 5px;
	font-size: 12px;
	background: #47423f;
	color: #868686;
}
#breadcrumbs a{
	text-decoration:none;
	color: #868686;
}
#breadcrumbs .breadcrumb_last{
	color: #a4a4a4;
}
iframe {
	width: 100%;
}

/*********************
=COLORS
*********************/

.bg-white{
	background-color:#ffffff;
}
.bg-beige{
	background-color:#f1ece2;
}
.bg-beige-2{
	background-color:#ece7dd;
}
.bg-beige-3{
	background-color: #f1ece2;
}
.bg-green{
	background-color:#4caf50;
	color:#ffffff;
}
.bg-medium-brown{
	background-color:#47423f;
	color:#ffffff;
}
.bg-dark-brown{
	background-color:#3c3835;
	color:#ffffff;
}
.bg-lightgray {
	background-color: #eee;
}
.bg-gray {
	background-color: #505050;
}



/*********************
=BUTTONS
*********************/
.btn{
	border-radius:2px;
	text-transform: uppercase;
	text-decoration: none;
}
.btn-lg {
	border-radius: 2px;
	padding: 10px 30px;
}
.btn-primary {
	background-color: #f0c310;
	border-color: #f0c310;
}
.btn-primary:hover{
	background-color: #e0b60f;
	border-color: #e0b60f;
}
.btn-green{
	background-color: #4caf50;
	border: 2px solid white;
	border-radius: 4px;
	color: #ffffff;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	padding:15px 70px;
}
.btn-green:hover,
.btn-green:active{
	color: #4caf50;
	background-color: #ffffff;
}
.btn-green.btn-green-md {
	font-size: 18px;
	padding:7.5px 70px;
	margin-right: 25px;
	display: inline-block;
}
.btn-green.btn-green-md:hover,
.btn-green.btn-green-md:active {
	background: #4caf50;
	color: #fff;
}
.btn-green.btn-arrow{
	background-image:url(images/ico-chevron-right.png);
	background-repeat:no-repeat;
	background-position: 95% 50%;
}
.btn-green.btn-arrow:hover,
.btn-green.btn-arrow:active{
	background-image:url(images/ico-chevron-right-green.png);
}

.btn-orange{
	background-color: white;
	border: 2px solid #ef6c00;
	border-radius: 4px;
	color: #605649;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	padding: 15px 40px;
	margin: 30px 15px;
}
.btn-orange:hover,
.btn-orange:active{
	background-color: #ef6c00;
	color: #ffffff;
}

.experience-section footer .btn-orange:first-child{
	margin-left:0;
}
.experience-section footer .btn-orange{
	padding: 10px 20px;
	font-size: 14px;
}

/*********************
=HEADER
*********************/
.site-header .topmenu {
	float: right;
	display: none;
}
.site-header .topmenu ul {

}
.site-header .topmenu li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
.site-header .topmenu li a {
	padding: 5px;
	font-size: 12px;
}
.site-header .search-container {
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	padding: 20px;
	position: relative;
	width: 100%;
}
.site-header .search-form {
	padding:0;
}
.site-header .menu-menu-principal-container,
.site-header .menu-main-menu-container{
	padding: 20px;
	border-bottom: 1px solid gainsboro;
	overflow: scroll;
}
.site-header .social{
	padding: 20px;
}
.site-header .social .social-buttons{
	margin-top: 0;
	float: left;
	text-align: left;
}
.site-header .social .social-buttons img{
	width:25px;
	height:25px;
	margin-right: 20px;
}
.site-header .social .telephone{
	color: #605649;
	font-family: "Roboto Condensed";
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	background-color: #ffffff;
	border: 1px solid #aea69d;
	border-radius: 2px;
	padding: 5px 30px;
	float: right;
}

.navbar-brand-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	text-align: center;
	z-index: 1000;
}
.navbar-brand {
	font-size: 26px;
	line-height: 30px;
	text-transform:uppercase;
	padding:25px 50px;
	margin:0px;
	font-weight:300;
	height:auto;
	text-align: center;
	display: inline-block;
	float: none;
	background:#ffffff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.navbar-brand img{
	margin: 0 auto;
}
.site-header h1 {
	font-size: 26px;
	line-height: 30px;
	text-transform:uppercase;
	margin:0px;
	font-weight:300;
}

.site-header .search-container .search-form {
	width: 100%;
	position: relative;
}
.search-form .form-group{
	width: 100%;
}
.search-form .search-field{
	padding-left: 65px;
	width: 100%;
	height: 40px;
	color: #aea69d;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
}
.search-form .search-submit{
	position: absolute;
	top: 8px;
	left: 1px;
	border: none;
	text-indent: 999px;
	width: 50px;
	height: 24px;
	background: url(images/ico-search.png) no-repeat 15px 3px;
	padding: 0;
	border-right: 1px solid gainsboro;
}

.entry-header .tout-inclus{
	position:absolute;
	bottom:-100px;
	left:0;
	right:0;
	text-align:center;
}
.entry-header .tout-inclus img{
	margin: 0 auto;
}

.scrolldown{
	background-color: #4caf50;
	border-radius:2px 2px 0 0;
	padding:25px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	display:block;
	height:70px;
	width:100px;
	margin: 0 auto;
	cursor:pointer;
}
.scrollup{
	background-color: #4caf50;
	border-radius:2px 2px 0 0;
	padding:25px;
	margin: 40px auto 0 auto;
	display:block;
	height:70px;
	width:100px;
	text-align: center;
	cursor:pointer;
}
.site-content > .entry-header span.avatar{
	position:absolute;
	bottom:-60px;
	left:0;
	right:0;
	display:block;
	height:100px;
	width:100px;
	margin: 0 auto;
	z-index:1000;
}


/*********************
=RESERVATION
*********************/

.widget-reservation{
	background-color: rgba(20, 16, 13, 0.75);
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
	padding:15px;
	bottom: -100px;
	position: relative;
	line-height: 1.3em;
	font-size: 14px;
}
.widget-reservation select{
	height:40px;
	display:inline-block;
	color: #746a5d;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	width: 22%;
	margin: 0 1%;
	vertical-align: middle;
}
.widget-reservation .btn{
	width: 100%;
	margin: 0;
	vertical-align: middle;
	padding: 10px;
}


/*********************
=NAVIGATION
*********************/
.navbar {
	margin-top:0px;
	margin-bottom:0px;
	border-radius: 0px;
	border: 0;
	min-height: 0;
}
.navbar-nav{
	float: none;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding:5px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-transform:uppercase;
	color: #605649;
	text-decoration: none;
}
.nav>li>a:focus,
.nav>li>a:hover{
	background-color: transparent;
}
.navbar-toggle {
	margin: 0;
	float: left;
	padding:26px 30px 26px 10px;
	color: #746a5d;
	font-family: "Roboto Condensed";
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	border:none;
	border-right:1px solid gainsboro;
	border-radius: 0;
}
.menu-hamburger{
	float: left;
	margin-right: 10px;
}
.navbar-toggle .icon-bar {
	height:3px;
	width: 25px;
	background-color: #ef6c00;
}
.navbar-toggle .icon-menu{
	display:block;
	width:28px;
	height:21px;
	background:url(images/ico-menu.png) no-repeat center center;
}
.navbar-toggle .icon-menu.icon-close{
	background:url(images/ico-close.png) no-repeat center center;
}
.navbar-header .telephone-bar{
	display: inline-block;
	padding: 23px 30px 20px 70px;
	float: right;
	color: #746a5d;
	font-family: "Roboto Condensed";
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	background:url(images/ico-phone.png) no-repeat 40px 20px;
	border-left:1px solid gainsboro;
}
.navbar-header{
	float:none;
}
.navbar-collapse{
	z-index: 10000;
	position: absolute;
	left: 0;
	top: 61px;
	background: #ffffff;
	padding:0;
	width: 100%;
}

.navbar-booking-phone {
	display: flex;
	align-items: center;
}

@media(min-width: 768px) {
	.navbar-toggle {
		padding:40px 30px 40px 10px;
	}

	.navbar-booking-phone {
		flex-direction: column-reverse;
		justify-content: end;

		.telephone-bar {
			border: 0;
			width: fit-content;
			text-align: center;
			background-position:40px center;
		}

		.btn {
			font-size: 15px;
			margin-right: 0;
			text-wrap: auto;
			padding-left: 15px;
			padding-right: 15px;
		}
	}
}

@media(min-width: 992px) {
	.navbar-toggle {
		padding:29px 30px 29px 10px;
	}

	.navbar-booking-phone {
		height: 79px;
		flex-direction: row;

		.telephone-bar {
			display: flex;
			align-items: center;
			height: 100%;
			border-left: 1px solid gainsboro;
			padding-left: 55px;
			background-position: 20px center;
		}

		.btn {
			font-size: 13px;
			margin-right: 20px;
		}
	}
}

@media(min-width: 1105px) {
	.navbar-booking-phone {
		.distributor {
			font-size: 16px;
		}
	}
}

@media(min-width: 1400px) {
	.navbar-toggle {
		padding:20px 30px 20px 10px;
	}

	.navbar-booking-phone {
		height: 61px;
	}
}

/* LANG SELECTOR */
#main-menu > .menu-item-language-current > a{
	display:none;
}
#main-menu > .menu-item-language-current .sub-menu{
	padding:0;
}
#main-menu > .menu-item-language-current .sub-menu li{
	list-style: none;
}
#main-menu > .menu-item-language-current .sub-menu li a{
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	color: #605649;
	text-decoration: none;
}
#main-menu > .menu-item-language-current .sub-menu li a:hover{
	text-decoration: none;
}




#accommodation-detail .gallery,
#accommodation-detail .description{
	padding-bottom: 50px;
}
#accommodation-detail .gallery .thumbnail{
	max-width:100px;
	margin:5px;
	float:left;
	border:none;
	padding:0;
}
#accommodation-detail > .container > .row{
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 50px;
}
#accommodation-detail > .container > .row:last-child{
	border-bottom:none;
}

/*********************
=CAROUSEL
*********************/

.entry-header{
	position:relative;
}
.home .entry-header .carousel-indicators{
	right: 30px;
	left: auto;
	width: auto;
}

#carousel-banner {
	height: 730px;
}
#carousel-banner .item,
#carousel-banner .item.active,
.carousel-inner {
	height: 100%;
}
#carousel-banner .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.fixed-caption{
	font-family: Roboto;
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	color: white;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
.home .fixed-caption{
	font-size: 82px;
	line-height: 95px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight: 700;
	padding:0 5%;
}
.blog .fixed-caption,
.archive .fixed-caption,
.single-post .fixed-caption{
	padding:0 5%;
}
.single-post .fixed-caption{
	padding: 100px 0;
	top:auto;
	bottom:0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,282421+100&amp;0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(240,249,255,0) 0%, rgba(40,36,33,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(240,249,255,0) 0%,rgba(40,36,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(240,249,255,0) 0%,rgba(40,36,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#282421',GradientType=0 ); /* IE6-9 */

}
.single-post .fixed-caption h1{
	font-size: 52px;
	font-weight: 700;
	line-height: 54px;
	text-transform: none;
	letter-spacing: 0;
	font-family: Roboto;
}
.fixed-caption h1{
	font-size: 82px;
	line-height: 95px;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight: 700;
	letter-spacing: 0.3em;
}
.fixed-caption p{
	padding:0 8%;
}
.carousel-control.left,
.carousel-control.right{
	background-image:none;
	background-color:transparent;
}
.carousel-indicators li,
.carousel-indicators .active{
	width: 20px;
	height: 20px;
	margin: 1px 5px;
	border-width: 2px;
}

/*********************
=CONTENT
*********************/
.section {
	padding: 20px 0;
}
.page-header{
	border-bottom:0;
}


/*********************
=HOME
*********************/
#home-section-content{
	color: #746a5d;
	font-size: 32px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	padding-top: 120px;
}

#home-section-groups{
	padding: 0;
}
#home-section-groups .container-fluid{
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
}
#home-section-groups .container-fluid > .row{
	margin-left:-5px;
	margin-right:-5px;
}
#home-section-groups .content{
	color: #ef6c00;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}
#home-section-groups .small-padding{
	padding: 10px 5px !important;
}
#home-section-groups .content a{
	color: #ef6c00;
	display: block;
	text-decoration: none;
}
#home-section-groups .content a:hover{
	color:#ffffff;
	background-color: #ef6c00;
	text-decoration:none;
}
#home-section-groups .content a span{
	padding:20px;
	display: block;
}


#home-section-calltoaction{
	padding: 45px 0;
	text-align: center;
}


#home-section-welcome{
	padding: 0;
	position: relative;
	box-shadow:0 20px 30px #e2ddd3;
}
#home-section-welcome .container{
	padding-top: 80px;
	padding-bottom: 80px;
	background-image:url(images/thread-texture.png);
	background-repeat:no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

#home-section-about{
	padding: 80px 0;
	background-image:url(images/wood-texture.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	color: #605649;
	font-family: Roboto;
	font-size: 18px;
	line-height: 25px;
	text-align:center;
}
#home-section-about .ico{
	margin:45px 35px 5px 35px;
}
#home-section-about footer{
	margin-top: 60px;
}
#home-section-about .section-footer{
	font-size: 14px;
}
#home-section-about .section-footer h2{
	font-size: 26px;
	margin: 20px 0 12px 0;
	letter-spacing: 2px;
}


/*********************
=EXPERIENCES
*********************/
.page-template-page-templatespage-experiences-php .site-content{
	background-color: #f1ece2;
}
.experience-section h2{
	margin: 5px 0 35px 0;
}
#experience-navigation{

}
#experience-navigation .boite{
	margin-top:15px;
	margin-bottom:15px;

}
#experience-navigation .boite .content{
	position:relative;
	max-width: 270px;
	margin: 0 auto;
}
#experience-navigation .boite.col-md-4 .content{
	max-width:390px;
}
#experience-navigation .boite .content a{
	position:relative;
	display: block;
	overflow: hidden;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
#experience-navigation .boite .content a:hover{
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
	background-color: rgba(239, 108, 0, 1);
}
#experience-navigation .boite .content img{
	filter: alpha(opacity=75);
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0px,0px,0px);
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
#experience-navigation .boite .content:hover img{
	opacity: 0.1;
	filter: alpha(opacity=10);
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}
#experience-navigation .boite.col-md-4  .content img{
	width:100%;
}
#experience-navigation .boite .titre{
	display:block;
	color: #ef6c00;
	font-family: "Roboto Condensed";
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-align:center;
	text-transform:uppercase;
	background:#ffffff;
	padding:10px;
}
#experience-navigation .boite .content a:hover .titre{
	background:transparent;
	color:#ffffff;
}
#experience-navigation .boite .legende{
	display:none;
	padding:10px 35px;
}
#experience-navigation .boite .content a:hover .legende{
	display:block;
}
.text-overlay{
	color:#ffffff;
	text-decoration:none;
	display:block;
	position:absolute;
	bottom:0;
	left: -1px;
	right: -1px;
	text-align:center;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
#experience-navigation .boite .content a:hover .text-overlay{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


#experience-section-content > .container {
	position:relative;
}
#experience-section-content .content ul{
	padding:0;
}
#experience-section-content .content  li{
	list-style-type: none;
	margin-bottom: 25px;
	margin-left: 25px;
}
#experience-section-content .content li::before{
	content: "";
	background-image:url(images/ico-chevron-right-orange.png);
	width:12px;
	height:18px;
	float: left;
	margin-left: -25px;
}

.overlapping-column{
	position:absolute;
	top:0;
	right:0;
}

#experience-testimony{
	border-radius: 4px 30px 4px 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	margin:15px 0;
	padding: 30px;
	font-family: "Libre Baskerville";
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	text-align:center;
}
#experience-testimony span{
	color: #ef6c00;
}
#experience-testimony .carousel-indicators {
	bottom: auto;
	position: relative;
	padding: 30px 0 0;
}
#experience-testimony .carousel-indicators li{
	background-color: #aea69d;
	border:none;
	width: 14px;
	height: 14px;
}
#experience-testimony .carousel-indicators .active{
	background-color: #ef6c00;
	border:none;
}

#experience-contact{
	border-radius: 4px 4px 30px 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	margin:15px 0;
	padding: 30px;
}
#experience-contact h3{
	color: #605649;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align:center;
}


#content {
	padding: 0px;
}




.lien_savoir_plus{
	text-decoration:underline;
	text-transform: uppercase;
	font-size:12px;
	font-weight:700;
}


/*********************
=FORFAITS
*********************/
.forfaits{

}
.forfaits .box{
	background-color: #ffffff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	margin:30px 0;
}
.forfaits .box .image{
	height: 250px;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color: #ffffff;
	font-family: "Roboto Condensed";
	position:relative;
	overflow: hidden;
}
.forfaits .promo-label-box,
.entry-header .promo-label-box{
	width: 200px; height: 300px;
	position: relative;
	border: 1px solid #BBB;
	background: #EEE;
}
.forfaits .promo-label,
.entry-header .promo-label{
	position: absolute;
	right: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 100px; height: 100px;
	text-align: right;
}
.forfaits .promo-label span,
.entry-header .promo-label span{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 140px;
	display: block;
	background: #ef6c00;
	box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 25px; right: -30px;
	padding:5px 10px;
}
.entry-header .promo-label{
	right: 0;
	top: 0;
	width: 400px;
	height: 400px;
}
.entry-header .promo-label span{
	font-size: 36px;
	width: 460px;
	top: 75px;
	right: -60px;
	padding: 20px 10px 20px 30px;
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
}
.forfaits .box .image .price{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(60, 56, 52, 0.9);
}
.forfaits .box .starting-at{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	background-color: #ef6c00;
	padding:15px;
	float: left;
	text-transform:uppercase;
}
.forfaits .box .extend{
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding:15px;
	display: inline-block;
}
.forfaits .box .forfait-content{
	padding:30px;
	color: #746a5d;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align:center;
}

.forfaits .box .forfait-content h3{
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	text-transform:uppercase;
	color: #746a5d;
	margin-bottom:20px;
}
.forfaits .box .forfait-content h4{
	color: #605649;
	font-weight: 700;
	text-transform:uppercase;
	margin-top:20px;
	font-size: 14px;
}
.forfaits .box .forfait-content ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.forfaits .box .forfait-content ul li{
	margin:5px 0;
}
.forfaits .box .forfait-content .btn{
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	padding:9px;
	display: block;
	max-width: 370px;
	margin: 40px auto 20px auto;
}
.single-forfaits .site-content{
	background-color: #f1ece2;
}
.single-forfaits .extend{
	padding:30px;
	margin:0 0 30px 0;
	background:#ffffff;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size: 18px;
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	font-family: "Trebuchet MS", sans-serif;
}
#forfait-contact{
	margin:30px 0;
	padding:30px;
	background:#ffffff;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-moz-border-radius:4px 4px 30px 4px;
	-webkit-border-radius:4px 4px 30px 4px;
	border-radius:4px 4px 30px 4px;
}

/*********************
=HEBREGEMENTS
*********************/
.hebergements .box{
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	color: #605649;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	margin:15px 0;
}
.hebergements h3{
	color: #ef6c00;
	font-family: "Roboto Condensed";
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform:uppercase;
}
.hebergements .hebergement-content{
	padding:30px 20px 30px 10px;
}



/*********************
=CONTACT
*********************/
.page-template-page-contact{}

.page-template-page-contact h1{
	color: #746a5d;
	font-family: "Trebuchet MS";
	font-size: 42px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing:3px;
	text-transform: uppercase;
}
.page-template-page-contact h2{
	color: #746a5d;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	font-family: "Trebuchet MS";
}

.address-info{
	text-transform:uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	font-family: "Roboto Condensed";
	padding: 40px 0 60px 0;
}

.address-info .page-header,
.address-info .directives{
	padding-bottom: 9px;
	margin: 40px 0 20px;
	height: 73px;
}
.address-info .directives img{
	margin-right: 10px;
}
.address-info .directives a{
	color: #4caf50;
}

#contact-team{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#contact-footer{
	height:120px;
}
.groupe-contacts{
	padding:0 0 50px 0;
	border-bottom: 1px solid gainsboro;
	font-family: Roboto;
	font-size: 14px;
	line-height: 24px;
}
.groupe-contacts:last-child{
	border:none;
}
.groupe-contacts h3{
	margin-top:50px;
	color: #4caf50;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.groupe-contacts .boite {
	margin-top:10px;
	margin-bottom:10px;
}
.groupe-contacts .boite .content > span{
	display:block;
	margin: 3px 0;
}
.groupe-contacts .poste{
	color: #958b80;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform:uppercase;
}
.groupe-contacts .nom{
	font-family: Roboto;
	font-size: 14px;
	line-height: 24px;
	color: #746a5d;
	font-weight: 700;
}
.groupe-contacts .telephone{
	color: #746a5d;
	font-weight: 400;
}
.groupe-contacts .courriel a{
	color: #ef6c00;
	font-weight: 400;
	text-decoration: underline;
}

.google-map{

}
.google-map iframe{
	width:100%;
}

@media(max-width: 991px) {
	iframe {
		width: 100%;
		height: calc(100vw/1.77777778);
	}
}
/*********************
=BLOGUE
*********************/
.blog #content,
.archive #content{
	background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #47423f 50%, #47423f 100% );
}
.single-post #content{
	background-color: #f1ece2;
}
.single-post #content #primary,
.blog #content #primary,
.archive #content #primary{
	background:#ffffff;
	padding:30px 15% 75px 15%;
}
.hentry{
	border-bottom: 1px solid gainsboro;
	padding:20px 0;
	max-width: 770px;
}
.single-post .hentry{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.single-post .hentry img{
	margin-top:40px;
	margin-bottom:40px;display: inline-block;
}
.entry-title{
	color: #605649;
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
	text-transform: none;
	font-family: Roboto;
	letter-spacing: 0;
	margin: 20px 0;
}
.entry-title a{
	color: #605649;
	text-decoration:none;
}
.entry-title a:hover,
.entry-title a:active{
	text-decoration:underline;
}
.entry-summary{
	color: #746a5d;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
.entry-meta{
	margin: 10px 0;
}
.entry-meta .byline{
	color: #605649;
	height: 18px;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	display:block;
	margin:5px 0;
}
.entry-meta .byline .author,
.entry-meta .byline a{
	text-decoration:none;
	color: #ef6c00;
}
.entry-meta .posted-on{
	display:block;
}
.entry-meta .posted-on,
.entry-meta .posted-on a{
	color: #4caf50;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration:none;
	margin:5px 0;
}
span.avatar{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	overflow:hidden;
}
.content-area span.avatar{
	float:left;
	margin-right:20px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}

.single-post .entry-header {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.single-post .entry-header .posted-on::before{
	content:"-";
	display:inline;
	margin:0 15px;
}
.single-post .entry-header  a{
	color:#ffffff;
	text-decoration :none;
}

.single-post .content-area .entry-header .entry-meta{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align:center;
	margin:30px 0;
}
.single-post .content-area .entry-header .entry-meta a{
	color: #ef6c00;
	text-decoration :underline;
}


.comments-area{
	margin: 40px 0;
}
.comments-area .comment-metadata{
	margin: 10px 0;
}


/*********************
=WIDGETS
*********************/
.widget-area{
	padding: 75px 0;
	color: #ffffff;
}
.widget-title{
	color: #ffffff;
	border-radius: 40px;
	text-transform:uppercase;
	font-size: 18px;
	font-weight: 700;
}
.widget_categories{
	color: #ffffff;
	font-weight: 700;
	text-transform:uppercase;
}
.widget_categories ul{
	margin:30px 0;
	padding:0;
	font-size: 14px;
	list-style-type:none;
}
.widget_categories ul li{
	margin:30px 0;
}
.widget_categories ul li a{
	color: #ffffff;
	text-decoration:none;
}




/*********************
=SHARE
*********************/

.share-social-media{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 10000;
	background: #ffffff;
}
.share-social-media .trip-advisor{
	position:relative;
}
.tripadvisor-popup{
	position:absolute;
	top: -10px;
	right: 110%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background: #ffffff;
}
.share-social-media .add-this{

}
.share-social-media .at-share-tbx-element .at-share-btn{
	float:none;
	clear:both;
	display: block;
	margin: 10px;
	max-width: 3pc !important;
	max-height: 3pc !important;
}
.share-social-media .at-share-tbx-element .at-share-btn span{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
	background-position: center center;
	padding: 8px;
}
.share-social-media .close{
	text-decoration: none;
	padding: 10px 10px 0 10px;
}
a.at-svc-tripadvisor_share{
	background-color:#589442;
}
.aticon-tripadvisor_share{
	background:url(images/ico-32-tripadvisor.png) no-repeat;
	background-color:#589442;
}
#CDSWIDWRL a, #CDSWIDWRL a:hover, #CDSWIDWRL a:visited{
	font-size: 12px;
}


/*********************
=MASONRY
*********************/

/* fluid 2 columns */
.grid-sizer,
.grid-item { width: 50%; }








/*********************
=COMMENTS
*********************/
#comments .comment-list{
	padding:0;
}
#comments .comment-list .comment{
	list-style:none;
}


/*********************
=FORMS
*********************/

.wpcf7 form{
	color: #605649;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.wpcf7-form-control{
	background-color: white;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin:10px 0 10px 0;
	width: 100%;
}
.wpcf7-text{
	height: 35px;
}
form .btn-submit,
.wpcf7-submit{
	height: 40px;
	background-color: #4caf50;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	border: none;
	text-transform:uppercase;
}
.overlapping-column .wpcf7-submit{
	width:100%;
}
.wpcf7 form .text-center span,
#forfait-contact .highlight,
#experience-contact .highlight{
	color: #ef6c00;
	font-size: 28px;
}
.frm_submit {
	z-index: 9999!important;
}


/*********************
=FOOTER
*********************/

.scrolltop{
	background-color: #4caf50;
	border-radius:2px 2px 0 0;
	padding:25px;
	display:block;
	height:70px;
	width:100px;
	margin: 0 auto;
	cursor:pointer;
}

.site-footer{
	background:#47423f url(images/stardust-texture.png) repeat;
}

#footer-newsletter{
	background-color: rgba(0, 0, 0, 0.15);
	color: white;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	padding:35px 0;
}
#footer-newsletter .newsletter-form{
	position:relative;
}
#footer-newsletter .form-control{
	height: 40px;
	background-color: white;
	border-radius: 4px 0 0 4px;
	color: #aea69d;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	float: left;
	width: 70%;
}
#footer-newsletter .btn-submit{
	height: 40px;
	background-color: #4caf50;
	border-radius: 0 4px 4px 0;
	color: white;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	border: none;
	float: left;
	width: 30%;
	text-transform:uppercase;
}
#footer-newsletter .newsletter-message{
	display: inline-block;
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}
#footer-newsletter .newsletter-message--error{
	color: #dc3232;
}
#footer-newsletter .newsletter-message--success{
	color: #46b450;
}


#footer-navigation{
	padding: 60px 0 90px 0;
}

.site-footer .site-name{
	color: white;
	font-family: Roboto, sans-serif;
	line-height: 30px;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
}
.social-buttons{
	text-align: center;
}
.social-buttons img{
	width:36px;
	height:36px;
	margin-right: 20px;
}
.social-buttons a{

}
.site-footer .phone-number{
	color: white;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
}
.site-footer .phone-number img{
	margin-right:10px;
	margin-top: -5px;
}
.site-footer .logos-wrapper {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and ( min-width: 768px ){
	.site-footer .right-side {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.site-footer .logos-wrapper {
		display: flex;
		gap: 12px;
		flex: 1;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
@media screen and ( min-width: 1200px ){
	.site-footer .right-side {
		flex-direction: row;
	}
	.site-footer .logos-wrapper {
		justify-content: flex-end;
	}
}

.footer-menus ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menus ul li{
	display:inline;
}
.footer-menus ul li a {
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: white;
	text-decoration: none;
	text-transform:uppercase;
}
.footer-menus ul li a::after{
	content:'/';
	display:inline;
	margin: 0 5px 0 10px;
}
.footer-menus ul li:last-child a::after{
	content:'';
}
.footer-menus .footer-menu ul {
	margin: 35px 0;
}
.footer-menus .footer-menu ul li a {
	color: #ef6c00;
	font-size: 14px;
	font-weight: 700;
}

.site-footer .mobile-buttons{

}
.site-footer .mobile-buttons a{
	display:block;
	float:left;
	width:30%;
	padding:20px 1%;
	margin:0 1%;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}
.site-footer .mobile-buttons a img{
	display:block;
	width: 21px;
	margin: 15px auto;
}
#experience-navigation .content img{
	max-width: 100%;
	height:auto;
}
.entry-content.section img{
	max-width: 100%;
}
.experience-section img{
	max-width: 100%;
}
#home-section-welcome img{
	max-width: 100%;
}


@media (min-width: 768px){
	.site-header .topmenu {
		display: block;
	}
	.navbar-toggle {
		display: block;
		float: left;
		line-height: 21px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse{
		width: 350px;
	}
	.collapse.in {
		display: block!important;
	}
	.site-header .search-container {
		width: auto;
	}
	.site-header .search-toggle {
		position: static;
		bottom: auto;
		right: auto;
		margin: 0;
	}
	.site-header .search-form {
		width: 275px;
	}

	.section {
		padding: 30px 0;
	}



}
@media (min-width: 992px){
	.section {
		padding: 45px 0;
	}
	.container {
		max-width: 970px;
	}
	.div-btn-header{
		bottom:60px;

	}
	.site-footer .fadd{
		white-space: nowrap;
	}
}
@media (min-width: 1200px){
	.section {
		padding: 60px 0;
	}
	.container {
		max-width: 1170px;
	}
	.div-btn-header{
		bottom:35%;
	}
	.blog #content,
	.archive #content{
		background: linear-gradient(to right, #ece7dd 0%, #ece7dd 50%, #47423f 50%, #47423f 100% );
	}
	.single-post #content #primary,
	.blog #content #primary,
	.archive #content #primary{
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}
}

@media (max-width: 991px){
	#carousel-banner {
		height: 525px;
	}
	.home #carousel-banner {
		height: 400px;
	}
	.home #carousel-banner {
		height: 630px;
	}
	.home .fixed-caption{
		top: 40%;
	}
	.fixed-caption{
		padding: 0 2%;
	}
	.fixed-caption h1{
		font-size: 52px;
	}
}
@media (max-width: 767px){
	.bbuffer{
		margin-bottom:20px !important;
	}
	#experience-navigation .boite .content a:hover .legende{
		display: none !important;
	}
	h2 {
		font-size: 25px;
	}
	.page-template-page-contact .site-main .col-sm-6{
		clear:both;
	}
	.navbar-brand-wrapper{
		position: relative;
	}
	.navbar-brand{
		padding: 10px;
		box-shadow: none;
		width: 140px;
		float: right;
	}
	.navbar-brand img{
		max-width:100%;
	}

	.fixed-caption{
		font-size: 16px;
		line-height: 24px;
	}
	.home .fixed-caption{
		font-size: 74px;
	}
	.fixed-caption h1 {
		font-size: 25px;
		letter-spacing: 0.1em;
		margin: 10px 0;
		line-height: 1.3em;
	}
	.single-post .fixed-caption h1{
		font-size: 32px;
		line-height: 44px;
	}

	.widget-reservation{
		bottom: -65px;
	}
	.widget-reservation .btn{
		width: 96%;
		margin: 15px 0 0;
	}

	.btn-green{
		padding: 15px  20px;
		white-space: normal;
	}
	.btn-green.btn-arrow{
		padding: 15px 60px 15px 20px;
	}

	#home-section-content{
		font-size: 22px;
		line-height: 1.2em;
	}

	.site-footer .company-info,
	.site-footer .social-buttons,
	.site-footer .phone-number,
	.footer-menus{
		text-align: center;
	}
	.site-footer .social-buttons {
		margin: 40px 0;
	}
	.site-footer .social-buttons,
	.site-footer .phone-number,
	.site-footer .footer-menu{
		display:none;
	}
	.site-footer .company-info,
	.site-footer .footer-menu2{
		margin: 30px 0;
	}

	.grid-item,
	.grid-sizer { width: 100%; }

	.overlapping-column{
		position:relative;
	}

	.blog #content,
	.archive #content{
		background: #47423f;
	}

	.groupe-contacts .boite {
		margin-top:30px;
		margin-bottom:30px;
	}

	.col-sm-6 + .col-sm-6 .address-info{
		padding-top:0;
	}
	.col-sm-6 + .col-sm-6 .address-info .directives{
		margin-top:0;
	}

	.share-social-media{
		position: relative;
		right: initial;
		top: initial;
		margin:0 auto;
		width:205px;
		min-height: 70px;
		margin-top: 35px;
	}
	.share-social-media .trip-advisor,
	.share-social-media .add-this{
		display: inline;
		float: left;
	}
	.share-social-media .at-share-tbx-element .at-share-btn{
		float: left;
		clear: none;
	}
	.tripadvisor-popup{
		top: 71px;
		right: auto;
		left: -58px;
	}

	#breadcrumbs{
		display:none;
	}

	.single-post .hentry p img{
		max-width:100%;
		height:auto;
	}
	#accommodation-detail .gallery,
	#accommodation-detail .description{
		float:left;
	}
	.navbar-nav{
		margin: 0;
	}
	#footer-navigation .mobile-buttons a{
		white-space: nowrap;
	}
	.footer-menus ul li{
		display:inline-block;
	}
	.footer-menu2 a{
		white-space: nowrap;
	}
	.site-footer .mobile-buttons a {
		width: 33%;
		font-size: 12px;
		margin:0;
		padding: 0;
	}
}
@media (max-width: 480px){
	.btn{
		white-space:normal;
	}
	.carousel-indicators li,
	.carousel-indicators .active{
		width: 15px;
		height: 15px;
		margin: 1px 5px;
		border-width: 2px;
	}
	#home-section-about .ico {
		margin: 25px 35px;
	}
	.home .fixed-caption{
		font-size: 44px;
		line-height: 54px;
	}
	.widget-reservation {
		bottom: -30px;
	}
	.widget-reservation select{
		width: 96%;
		margin: 10px 1%;
	}
	.home #carousel-banner {
		height: 400px;
	}
	.home .entry-header .carousel-indicators{
		display:none;
	}

	.single-post #content #primary,
	.blog #content #primary,
	.archive #content #primary{
		padding: 35px 10%;
	}
	.single-post .hentry{
		font-size: 16px;
		line-height: 26px;
	}

	.experience-section footer .btn-orange{
		margin:20px 0;
		width:100%;
	}

	.entry-header .promo-label{
		right: 0;
		top: 0;
		width: 400px;
		height: 400px;
	}
	.entry-header .promo-label span{
		font-size: 24px;
		width: 460px;
		top: 45px;
		right: -155px;
		padding: 20px 10px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#footer-newsletter .form-control{
		font-size: 12px;
	}
	#footer-newsletter .btn-submit{
		font-size: 14px;
	}
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	color: black;
}

#filters-form .categoryTax {
	display: flex;
	flex-direction: row;
	gap: 25px;
}

#filters-form input[type=checkbox] {
	display: none;
}

#filters-form input[type=checkbox]+.categoryLabel {
	font-size: 20px;
	font-weight: 600;
}

#filters-form input[type=checkbox]+.categoryLabel:hover {
	cursor: pointer;
	text-decoration: underline;
}

#filters-form input[type=checkbox]:checked+.categoryLabel {
	color: #4caf50;
}

#filters-form #reset-filter {
	background: transparent;
	border: 0;
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin-bottom: 5px;
}

#filters-form #reset-filter:hover {
	text-decoration: underline;
}

ul.forfait-categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

ul.forfait-categories li {
	font-weight: 700;
}


ul.forfait-categories li:not(:last-of-type) {
	border-right: 1px solid #746a5d;
	padding-right: 5px;
	margin-right: 5px !important;
}

.bouton-vert-center,
.bouton-vert-center a {
	line-height: 20px !important;
}

.bouton-vert-center {
	cursor: pointer;
	padding: 10px;
}

/*.search_results_table {
	border-collapse: collapse;
	width: 100%;
}

.search_results_table, .search_results_table th, .search_results_table td {
	border: 1px solid black;
}

.search_results_table th, .search_results_table td {
    padding: 10px;
}

.search_results_table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.search_results_table td:last-child {
	text-align: center;
}*/
