/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* TYPO */
@font-face {
	font-family: 'Avenir';
	src: url('fonts/Avenir-Light.eot');
	src: url('fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Avenir-Light.woff2') format('woff2'),
		url('fonts/Avenir-Light.woff') format('woff'),
		url('fonts/Avenir-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'cafeta';
	src: url('fonts/Cafeta.eot');
	src: url('fonts/Cafeta.eot?#iefix') format('embedded-opentype'),
		url('fonts/Cafeta.woff2') format('woff2'),
		url('fonts/Cafeta.woff') format('woff'),
		url('fonts/Cafeta.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SignPainter-HouseScript';
	src: url('fonts/SignPainter-HouseScript.eot');
	src: url('fonts/SignPainter-HouseScript.eot?#iefix') format('embedded-opentype'),
		url('fonts/SignPainter-HouseScript.woff2') format('woff2'),
		url('fonts/SignPainter-HouseScript.woff') format('woff'),
		url('fonts/SignPainter-HouseScript.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, p{
	font-family: 'Avenir';
	font-size: 20px;
	line-height: 1.8em;
	color: #392214;
}
h1, h2, h3, h4, h5, h6, .fl-heading-text{
	font-family: 'SignPainter-HouseScript';
	color: #392214;
}
h1{
	font-size: 60px;
}
h2{
	font-size: 50px;
}
h3{
	font-size: 40px;
}
h4{
	font-size: 30px;
}


/* GENERAL */
a{
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.hibiscus .fl-heading-text{
	padding-left: 45px;
	padding-top: 25px;
	background: url(img/picto-hibiscus.png) 0 0 no-repeat;
}
#contact-zone{
	display: table;
	width: 100%;
	height: 480px;
	background-size: contain;
	text-align: center;
}
@media (min-width: 468px) {
  #contact-zone {
    background: url(img/cadre-bambous.png) center center no-repeat;
  }
}
#contact-description{
	padding-top: 30px;
	padding-left: 50px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.borderpics .fl-photo{
	border: 10px solid #FFF;
	-webkit-box-shadow: 0 0 4px 2px #C4C4C4;
	box-shadow: 0 0 4px 2px #C4C4C4;
}
.slideshadow h3, .slideshadow h2{
	text-shadow: 2px 2px 4px #424242 !important;
}


/* HEADER */
.fl-builder .container.fl-content-full .fl-content{
margin-top: -240px; 
}
.fl-page-header-primary {
position: relative;
z-index: 3;
background: none;
}
.fl-page .fl-page-header-primary .fl-page-header-wrap {
border-bottom: none;
}
.fl-page-header-primary .fl-page-nav-wrap {
background: none;
border-top: none;
border-bottom: none;
}

.fl-page-header{
	/*margin-top: 23px;*/
	background-color: rgba(239, 227, 213, 0.9) !important;
}


/* NAV */
.fl-page-nav-wrap{
	background-color: transparent;
	border : none;
	padding-bottom: 6px;
}
.fl-page-nav-wrap .navbar-nav > li > a{
	color: #392214;
	font-family: 'cafeta';
	font-size: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.fl-page-nav-wrap .navbar-nav > li:hover > a{
	color: #FFF;
}
.fl-page-nav-wrap .navbar-nav > li.current-menu-item, .fl-page-nav-wrap .navbar-nav > li:hover{
	position: relative;
	background-color: #392214;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.fl-page-nav-wrap .navbar-nav > li.current-menu-item:after, .fl-page-nav-collapse ul.navbar-nav > li.current-menu-item a:after{
	position: absolute;
	width: 31px;
	height: 30px;
	content: ' ';
	background: url(img/petit-hibiscus.png) 0 0 no-repeat;
	top: -15px;
	left: -16px;
}

/* RESPONSIVE NAV */
@media (max-width: 767px){
	.fl-page-nav .navbar-toggle *, .fl-page-nav-collapse ul.navbar-nav > li > a{
	    color: #392214;
	}
	.fl-page-nav-collapse ul.navbar-nav > li > a{
		text-align: center;
	}
	.fl-page-nav-collapse ul.navbar-nav > li > a:hover, .fl-page-nav-collapse ul.navbar-nav > li > a:focus{
		color: #FFF;
	}
	.menu-reserver:before{
		display: none;
	}
	.fl-page-nav-collapse ul.navbar-nav > li.current-menu-item > a{
		background-color: #392214;
		color: #FFF;
	}
}


/*SUBMENU*/
.fl-page-nav ul.sub-menu{
	background-color: rgba(239, 227, 213, 0.9) !important;
	border-top: 0;
	padding: 0;
}
.fl-page-nav ul.sub-menu li{
	border-bottom: 1px solid rgba(57, 34, 20, 0.25);
}
.fl-page-nav ul.sub-menu li a{
	font-family: 'cafeta';
	font-size: 18px;
}
.fl-page-nav ul.sub-menu li a:hover{
	color: #e82031;
}


/* BTN MENU RESERVER */
.menu-reserver{
	position: relative;
	z-index: 2;
}
.menu-reserver:hover{
	background-color: transparent !important;
}
.menu-reserver a:hover{
	/*color: #FFF;*/
}
.menu-reserver:before{
	position: absolute;
	top: -12px;
	left: 4px;
	width: 178px;
	height: 56px;
	content: ' ';
	background: url(img/etiquette-menu-reserver.png) center center no-repeat;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.menu-reserver:hover:before{
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.menu-reserver.current-menu-item{
	background-color: transparent !important;
}
.menu-reserver.current-menu-item:after{
	display: none;
}


/* TEMOIGNAGES HOME */
.bloc-temoignages{
	border: 1px solid #FFF !important;
}
.fl-node-58a72b1ec25e2 .bx-pager.bx-default-pager a{
	opacity: 0.5;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background-color: #fff;
	opacity: 1;
}



/* BANANIER FLIPBOX ROW */
@media screen and (min-width: 768px) {
	.fl-node-58a730c536db0{
		position: relative;
	}
	.fl-node-58a730c536db0:before{
		position: absolute;
		content: '';
		width: 760px;
		height: 490px;
		background: url(img/bananier.png) 0 0 no-repeat;
		background-size: cover;
	    top: -28px;
	    left: -476px;
		z-index: 2;
	}
}


/* FLIPBOX */
.chambresflip{
	position: relative;
	z-index: 3;
}
.chambresflip .fl-module-content .uabb-flip-box .uabb-back .uabb-flip-box-section{
	border: 1px solid #f2e3d3;
	background-color: #392214;
}
.chambresflip .fl-module-content .uabb-flip-box .uabb-back{
	padding: 0 10px;
}
.chambresflip .uabb-button-text{
	font-family: 'SignPainter-HouseScript';
	font-size: 32px;
}
.uabb-back-text-title{
	margin-bottom: -10px !important;
}


/* PAPILLON BASSE TERRE */
@media screen and (min-width: 768px) {
	.fl-node-58ab000e10b28{
		position: relative;
	}
	.fl-node-58ab000e10b28:before{
		position: absolute;
		content: '';
		width: 141px;
		height: 272px;
		background: url(img/papillons-blancs-left.png) 0 0 no-repeat;
		background-size: cover;
		top: -80px;
	}
}


/* FOOTER */
.fl-page-footer{
	border: none !important;
}
.footer_links{
	font-family: 'SignPainter-HouseScript';
	font-size: 32px;
	color: #392214 !important;
}
.footer_links:hover{
	color: #e82031 !important;
	text-decoration: none;
}
.small_footer{
	font-size: 24px;
}
.butterfly{
	padding-left: 60px;
	background: url(img/papillon.png) 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
	.footer_links{
		font-size: 24px;
		line-height: 32px;
	}
	.butterfly{
		padding-bottom: 20px;
	}
}


/* CHAMBRES */
.parchemin{
	background: url(img/parchemin.png) 0 0 no-repeat;
	background-size: cover;
}


/* CONTACT FORM */
.fl-contact-form label{
	font-family: 'SignPainter-HouseScript';
	font-size: 32px;
	margin-bottom: 0;
	position: relative;
	bottom: -12px;
	font-weight: 300;
}
.fl-contact-form input[type=text],.fl-contact-form input[type=tel],.fl-contact-form input[type=email],.fl-contact-form textarea{
	background-color: transparent;
	border: 1px solid #392214;
	border-radius: 0;
}
.fl-contact-form .fl-button{
	display: block;
	width: 100%;
	background-color: #392214 !important;
	color: #f2e3d3 !important;
	font-family: 'SignPainter-HouseScript';
	font-size: 32px !important;
	line-height: 40px;
	text-align: center;
	border: none !important;
	height: 40px;
}
.fl-contact-form .fl-button:hover{
	opacity: 0.8;
}


/* RESERVATION */
.gform_wrapper .top_label .gfield_label{
	font-family: 'SignPainter-HouseScript';
	font-size: 32px;
	margin-bottom: 0;
	position: relative;
	bottom: -22px;
	font-weight: 300;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	background-color: transparent;
	border: 1px solid #392214;
	border-radius: 0;
}
.gform_button{
	display: block;
	background-color: #392214 !important;
	color: #f2e3d3 !important;
	font-family: 'SignPainter-HouseScript';
	font-size: 32px !important;
	line-height: 40px;
	text-align: center;
	border: none !important;
	height: 40px;
}
.gform_button:hover{
	opacity: 0.8;
}
.gform_footer{
	text-align: center;
}

/* TARIFS */
h2.tablepress-table-name{
	font-size: 32px;
}
.tablepress tfoot th, .tablepress thead th{
	background-color: #392214;
	color: #FFF;
}
.tablepress td, .tablepress th{
	text-align: center;
}


/* DRAPEAUX LANGUES */
.wg-default{
	right: 0;
	top: 20px;
	height: 20px;
}

/* FORMULAIRES */
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea{
	color: #392214 !important;
}
.ui-datepicker-title select{
	color: #333 !important;
}
.ui-datepicker td a, .ui-datepicker td span{
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
.uabb-modal .uabb-content{
	border-radius: 30px;
}
.fl-builder-content-725{
padding: 0 !important;
}
.fl-builder-content-725 .fl-module-content{
margin: 0 !important;
}