/*
Theme Name:     Thème Lomagnol
Description:    Theme principal Lomagnol
Author:         Inaxel
Version:        0.1.0
*/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* 						{ margin: 0; padding: 0; }
html, button, input,
select, textarea		{ font-family: UbuntuRegular; color: #404040; }
body					{ font-size: 0.93em; line-height: 1.4; -webkit-backface-visibility: hidden; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection		{ background: #b3d4fc; text-shadow: none; }
::selection				{ background: #b3d4fc; text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr						{ display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img						{ vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset				{ border: 0; margin: 0; padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea				{ resize: vertical; }

/*
 * List, Link and Text default style.
 */
li						{ list-style-type: none; }
a						{ text-decoration: none; color: #ffab00; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
a:hover 				{ color: #ffce69; }
p 						{ line-height: 1.3em; }

/* Classe Clearfix (nettoyer les floats) */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* =============================================================================
   Typography
   ========================================================================== */
.UbuntuLight			{ font-family: UbuntuLight; font-weight: normal; font-style: normal; }
.UbuntuRegular			{ font-family: UbuntuRegular; font-weight: normal; font-style: normal; }
.UbuntuMedium			{ font-family: UbuntuMedium; font-weight: normal; font-style: normal; }
.UbuntuBold				{ font-family: UbuntuBold; font-weight: normal; font-style: normal; }
.exergue				{ color: #ec138d; }


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe			{ margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }


	/* ==========================================================================
	   Style principal "Camping Lomagnol"
	   ========================================================================== */
	/** Container principal et content **/
	#container							{ width: 100%; height: auto; position: absolute; top: 0; }
	#container.accueil 					{ top: 100%; }
	#container.accueil #content 		{ padding: 40px 0 0; }
	#container.accueil #wrap 			{ width: 1100px; }
	body.page-template-page-village #container.accueil #wrap,
	#wrap 								{ width: 1400px; margin: 0 auto; position: relative; }
	#content 		 					{ width: 100%; height: auto; position: relative; top: 0; background: #fff; padding: 70px 0 15px; border-top: 8px solid rgba(211, 211, 211, 0.5); box-shadow: 0 -1px 0 rgba(255, 255, 255, 1), 0 0 0 2px rgba(27, 27, 27, 0.35); }

	/** Style pour les boutons **/
	.button 								{ width: 220px; height: 30px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; }
		/* Bouton gris */
		.button.yellow 						{ position: relative; border: 1px solid #af93ba; box-shadow: inset 0 -1px rgba(79, 53, 0, 0.55), inset 0 1px rgba(255, 197, 96, 1);
											/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efb434+0,b27d20+100 */
											background: rgb(239,180,52); /* Old browsers */
											/* IE9 SVG, needs conditional override of 'filter' to 'none' */
											background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmYjQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMjdkMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
											background: -moz-linear-gradient(top,  rgba(239,180,52,1) 0%, rgba(178,125,32,1) 100%); /* FF3.6-15 */
											background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,180,52,1)), color-stop(100%,rgba(178,125,32,1))); /* Chrome4-9,Safari4-5 */
											background: -webkit-linear-gradient(top,  rgba(239,180,52,1) 0%,rgba(178,125,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
											background: -o-linear-gradient(top,  rgba(239,180,52,1) 0%,rgba(178,125,32,1) 100%); /* Opera 11.10-11.50 */
											background: -ms-linear-gradient(top,  rgba(239,180,52,1) 0%,rgba(178,125,32,1) 100%); /* IE10 preview */
											background: linear-gradient(to bottom,  rgba(239,180,52,1) 0%,rgba(178,125,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efb434', endColorstr='#b27d20',GradientType=0 ); /* IE6-8 */
											}
		.button.yellow:after 					{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; content: ''; opacity: 0; transition: opacity 0.4s ease-out; box-shadow: inset 0 -1px rgba(79, 53, 0, 0.55), inset 0 1px rgba(255, 197, 96, 1);
											/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd06a+0,cc9431+100 */
											background: rgb(255,208,106); /* Old browsers */
											/* IE9 SVG, needs conditional override of 'filter' to 'none' */
											background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDA2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzk0MzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
											background: -moz-linear-gradient(top,  rgba(255,208,106,1) 0%, rgba(204,148,49,1) 100%); /* FF3.6+ */
											background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,208,106,1)), color-stop(100%,rgba(204,148,49,1))); /* Chrome,Safari4+ */
											background: -webkit-linear-gradient(top,  rgba(255,208,106,1) 0%,rgba(204,148,49,1) 100%); /* Chrome10+,Safari5.1+ */
											background: -o-linear-gradient(top,  rgba(255,208,106,1) 0%,rgba(204,148,49,1) 100%); /* Opera 11.10+ */
											background: -ms-linear-gradient(top,  rgba(255,208,106,1) 0%,rgba(204,148,49,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(255,208,106,1) 0%,rgba(204,148,49,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd06a', endColorstr='#cc9431',GradientType=0 ); /* IE6-8 */
											}
		.button.yellow:hover:after 			{ opacity: 1; }
		.button.yellow a,
		.button.yellow input 					{ position: absolute; z-index: 5; display: block; font-family: oswald_regularregular; text-transform: uppercase; line-height: 1.6; font-size: 18px; color: #ffedce; text-align: center; text-shadow: 0 -1px rgba(79, 53, 0, 0.55); }
		/* Bouton bleu */
		.button.blue 							{ background: #0d6a75; border: 1px solid #1391a3; box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 -1px rgba(156, 216, 224, 0.85); transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
		.button.blue:hover 					{ background: #11a1b3; box-shadow: inset 0 1px rgba(156, 216, 224, 0.6), inset 0 -1px rgba(13, 106, 117, 0.25); }
		.button.blue a,
		.button.blue input 					{ display: block; font-family: breuer_condensedregular; font-size: 21px; color: #fff; text-align: center; text-shadow: 0 -1px rgba(60, 45, 16, 0.6); }

		/* Boutons stylé */
		.bouton-stylise 					{ padding: 0 !important; overflow: hidden; }
		.bouton-stylise a 					{ position: relative; background-image: none !important; background-color: #20b4c7 !important; border: none !important; padding: 4px 20px 2px !important; line-height: 1.5 !important; font-size: 17px !important; font-family: oswald_regularregular; color: #bffcff !important; border-radius: 0 !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0 !important; }
		.bouton-stylise a:before 			{ width: 9px; height: 15px; display: block; background: url("images/arrow_btn_stylise.png") no-repeat; content: ''; position: absolute; top: -20px; right: 5px; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
		.bouton-stylise a:hover 			{ padding-right: 35px !important; color: #fff !important; background-color: #ffab00 !important; }
		.bouton-stylise a:hover:before 		{ top: 8px; }

	/* ==========================================================================
	   Header (header-accueil.php, header.php)
	   ========================================================================== */

	/** Header **/
	header 									{ width: 100%; height: auto; position: fixed; top: 0; background: rgba(5, 116, 130, 0.8); border-bottom: 1px solid rgba(38, 65, 47, 0.8); z-index: 125; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
	.content-resa_img-header 				{ width: 100%; height: 650px; position: relative; top: 0; }
	.content-resa_img-header.accueil 		{ height: 100%; position: absolute; }

	/* Content Band - bandeau top blanc */
	.bg_band 								{ width: 100%; position: relative; left: 0; right: 0; transition: top .4s ease-out; -moz-transition: top .4s ease-out; -webkit-transition: top .4s ease-out; -o-transition: top .4s ease-out; }
	.bg_band#website_setting 				{ height: 40px; top: 0; border-bottom: 1px solid #d6e6e7; font-family: 'oswaldmedium'; font-size: 14px; }
	.bg_band#website_info 					{ height: 50px; background: rgba(255, 255, 255, 0.15); border-bottom: 1px solid rgba(136, 210, 219, 0.4); font-family: 'oswaldmedium'; }
	.bg_band#website_menu 					{ height: 80px; }
	.bg_band .content_band 					{ width: 1100px; margin: 0 auto; position: relative; }

	/* Logo */
	#logo 									{ width: 160px; height: auto; position: absolute; top: -25px; left: 0; z-index: 10; transition: top .3s linear .5s, width .4s linear .2s, left .4s linear .2s; -moz-transition: top .3s linear .5s, width .4s linear .2s, left .4s linear .2s; -webkit-transition: top .3s linear .5s, width .4s linear .2s, left .4s linear .2s; -o-transition: top .3s linear .5s, width .4s linear .2s, left .4s linear .2s; }
	#logo a 								{ width: 100%; height: 100%; display: block; color: #cccccc; }
	#logo img 								{ width: 100%; }

	/* Content pour les widgets en haut de page */
	.bg_band#website_setting .content_band > div 					{ width: auto; height: 20px; padding: 10px 0; margin: 0 15px; float: right; position: relative; }
	.bg_band#website_setting .content_band > div:after 				{ width: 1px; height: 20px; display: block; content:""; background: #c8e5e7; position: absolute; top: 10px; right: -15px; }
	.bg_band#website_setting .content_band > div:first-child 		{ margin: 0 0 0 15px; }
	.bg_band#website_setting .content_band > div:first-child:after 	{ display: none; }

	/* Icône social_icon */
	#social_icon							{ float: right; margin: 15px 10px 0 0; }
	#social_icon:after 						{ width: 1px; height: 23px; margin: 0 15px 0 15px; display: block; float: left; content: ""; border-right: 1px solid rgba(175, 116, 178, 0.7); }
	#social_icon a 							{ width: 22px; height: 22px; display: block; text-align: center; float: left; margin: 0 0 0 10px; }
	#social_icon a img 						{ width: 100%; height: 100%; }
	#social_icon a:hover img 				{ opacity: 0.7; }

	/* Widget traduction */
	#trad_flag 								{ float: right; margin: 18px 0 0 40px; }
	#trad_flag ul 							{ display: flex; }
	#trad_flag li							{ width: auto; height: auto; margin: 0 10px; }
	#trad_flag li:last-child 				{ margin: 0; }

	/* Info tel */
	#info_tel 							{ float: right; margin: 9px 25px 0 0; }
	#info_tel:before 					{ width: 50px; height: 35px; margin: 0 15px 0 0; display: block; float: left; content: ""; background: url("images/icon_tel.png") no-repeat center; border-right: 1px solid rgba(136, 210, 219, 0.55); }
	#info_tel .content_text 			{ float: left; }
	#info_tel p 						{ display: table-row; font-size: 12px; color: #a3ecf3; }
	#info_tel p:first-child 			{ padding: 10px 0 0; }
	#info_tel p.info 					{ font-size: 19px; color: #fff; font-family: 'oswaldmedium'; }

	/* Info mail */
	#info_mail 							{ float: right; margin: 9px 0 0; }
	#info_mail:before 					{ width: 50px; height: 35px; margin: 0 15px 0 0; display: block; float: left; content: ""; background: url("images/icon_mail.png") no-repeat center; border-right: 1px solid rgba(136, 210, 219, 0.55); }
	#info_mail .content_text 			{ float: left; }
	#info_mail p 						{ display: table-row; font-size: 12px; color: #a3ecf3; }
	#info_mail p:first-child 			{ padding: 10px 0 0; }
	#info_mail p.info 					{ font-size: 18px; color: #fff; font-family: 'oswaldmedium'; }

	/* Header amovible au scroll - ajout de la classe small */
	header.small 						{ top: -130px; }
	#logo.small 						{ width: 120px; top: 90px; left: -170px; }
	
	/* Image header (image à la une) pour les pages types avec effet parallax */
	#img_header 							{ width: 100%; height: 100%; position: relative; }
	.parallax-window 						{ height: 100%; min-height: 470px; background: transparent; }
		/* Fix affichage image parallax sur Edge */
		.parallax-mirror 						{ visibility: visible !important; }
		
	/* Menu de navigation */
	nav#menu 								{ width: auto; height: 27px; margin: 27px 0 0; float: right; font-family: 'oswald_regularregular'; text-transform: uppercase; }
	nav#menu ul 							{ width: auto;  }
	nav#menu li								{ width: auto; height: 27px; margin: 0 18px; font-size: 19px; float: left; text-align: center; position: relative; }
	/*nav#menu li:after 						{ width: 1px; height: 27px; content: ""; display: block; position: absolute; right: -25px; top: 0; background: rgba(175, 116, 178, 0.5); }*/
	nav#menu li:first-child 				{ margin: 0 16px 0 0; }
	nav#menu li:last-child 					{ margin: 0 0 0 16px; }
	nav#menu li:nth-child(7):after 			{ top: 17px; }
	nav#menu li:last-child:after 			{ display: none; }
	nav#menu li a 							{ color: #fff; line-height: 1.9; }
	nav#menu li:hover a,
	nav#menu li.current-menu-item a,
	nav#menu li.current_page_item a			{ color: #ffab00 }
	nav#menu li.current-menu-item 			{ position: relative; }
	/* Affiche une icône à la place du texte pour le bouton "Accueil" */
	/*
	nav#menu li:nth-child(7) 				{ height: 62px; position: relative; top: -18px; }
	nav#menu li:last-child					{ height: 62px; padding: 0 0 0 5px; position: relative; top: -8px; }
	nav#menu li:nth-child(7) a,
	nav#menu li:last-child a				{ width: 43px; height: 62px; text-indent: 9999px; position: relative; display: grid; overflow: hidden; }
	nav#menu li:nth-child(7) img,
	nav#menu li:last-child img				{ width: 100%; height: auto; position: absolute; left: 0; top: 0; }
	*/
		/* Sous-menu */
		nav#menu li.menu-item-has-children 						{ padding-bottom: 30px; }
		nav#menu li.menu-item-has-children:before 				{ width: 11px; height: 7px; content: ""; display: block; background: url("img/arrow_submenu.png") no-repeat; position: absolute; bottom: 22px; left: 0; right: 0; margin: 0 auto; }
		nav#menu li.menu-item-has-children:hover .sub-menu 		{ width: 120%; display: block; }
		nav#menu .sub-menu 							{ width: 120%; height: auto !important; display: none; padding: 5px 25px 10px !important; left: 50%; transform: translate3d(-50%, 0, 0px); position: absolute; z-index: 5; top: 42px; background-color: rgba(30, 0, 33, 0.8); }
		nav#menu .sub-menu .arrow_sub-menu 			{ width: 0; height: 0; position: absolute; top: 0; left: 48%; border-style: solid; border-width: 10px 6.5px 0 6.5px; border-color: #d597db transparent transparent transparent; }
		nav#menu li:hover .sub-menu li 				{ background: transparent; }
		nav#menu li:hover .sub-menu,
		nav#menu .sub-menu li						{ width: auto; height: 100%; float: none; margin: 10px 0 0; }
		nav#menu .sub-menu li:after 				{ display: none; }
		nav#menu .sub-menu li a						{ width: 100%; height: 100%; line-height: 1.5; display: block; padding: 0; text-align: center; font-size: 13px; color: #33830c; text-decoration: none; }
		nav#menu .sub-menu li a img 				{ display: none; }
		nav#menu .sub-menu li.current-menu-item,
		nav#menu .sub-menu li.current_page_item		{ background-color: transparent; }
		nav#menu .sub-menu li.menu-item a			{ color: #fff; }
		nav#menu .sub-menu li.menu-item:hover a		{ color: #3baa34; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
		nav#menu .sub-menu li.current-menu-item a	{ color: #3baa34; }
		
		/* Téléphone */
		#phone_number 							{ width: 175px; height: 25px; padding: 0 10px 0 0; font-family: oswaldmedium; font-size: 18px; line-height: 1.6; text-align: right; color: #1b1b1b; position: absolute; right: 155px; top: 10px; background: rgba(255, 255, 255, 0.4); border: 1px solid rgba(27, 27, 27, 0.7); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; box-shadow:  inset 0 -1px rgba(255, 255, 255, 0.4), inset 0 1px rgba(16, 16, 22, 0.45); transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
		#phone_number img 						{ position: absolute; left: 5px; top: 3px; }

		/* Boutons sociaux */
		ul#Social 								{ width: 35px; height: 35px; margin: 0 40px; float: left; }
		#Social li 								{ width: 27px; height: 45px; float: left; margin: 0 3px; }
		#Social li a 							{ width: 27px; height: 45px; display: block; }
		#Social li a img 						{ display: none; }
		#Social li#Facebook a					{ background: url("images/Facebook.png") no-repeat center center; }

		/* Barre bouton sociaux */
		#social_bar 							{ position: absolute; right: -40px; top: 32px; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }

		/* Dates ouverture camping */
		#date-camping 							{ width: 185px; position: absolute; left: -1160px; top: 30px; color: #fff; font-weight: bold; text-align: center; }

		/* Affichage des boutons gauche */
		#btn_lateral_left 							{ width: 120px; height: auto; position: absolute; left: 65px; top: 130px; z-index: 104; }
		#btn_lateral_left #flower_camping a 		{ width: 100%; height: 100%; display: block; }
		#btn_lateral_left #flower_camping img 		{ width: 100%; height: 100%; }
		#btn_lateral_left .btn_icon 				{ width: 43px; height: 43px; margin: 0 0 20px; }
		#btn_lateral_left .btn_icon a				{ width: 100%; height: 100%; display: block; }

		/* Widget de réservation */
		.content-resa_img-header .sidebar-container 		{ width: 1000px; height: 100px; /*height: 90px;*/ position: absolute; bottom: -45px; left: 0; right: 0; margin: 0 auto; z-index: 105; background: #fff; border: 1px solid rgba(0, 0, 0, 0.04); /*background: rgba(5, 116, 130, 0.8); border-bottom: 4px solid rgba(163, 236, 243, 0.8);*/ }
		.content-resa_img-header.accueil .sidebar-container { bottom: 65px; }
		aside.widget_text 									{ height: 75px; padding: 10px 15px; }
		#sidebar.accueil aside.widget_text 					{  } /* style pour la page d'accueil */
		#widget_resa 										{ width: 100%; height: 100%; color: #1a9aaa; /*color: #fff;*/ }
		#widget_resa h3 									{ width: 100%; height: 30px; margin: 4px 0; font-family: oswaldmedium; font-size: 20px; font-weight: normal; }
		#widget_resa h3:before 								{ width: 27px; height: 27px; margin: 0 8px 0 0; content: ''; display: block; background: url("images/icon_title-resa.png") no-repeat; float: left; }
		#widget_resa ul 									{ float: left; }
		#widget_resa li 									{ font-family: breuer_condensedregular; font-size: 22px; float: left; }
		#widget_resa li#dateArrive,
		#widget_resa li#dateDepart							{ margin: 0 10px 0 0; }
		#widget_resa .label 								{ margin: 0 0 0 10px; }
		#widget_resa .label:first-child 					{ margin: 0; }
		#widget_resa .radio_label 							{ font-size: 14px; }
		#widget_resa li div									{ float: left; }
		#widget_resa li .sbHolder 							{ width: 130px; height: 26px; margin: 0 0 0 7px; padding: 0 0 0 5px; font-family: breuer_condensedregular; font-size: 20px; color: #093f46; text-shadow: 0 0 0 #6c6b6b; cursor: pointer; background: rgba(182, 211, 215, 0.7); border: 1px solid rgba(224, 241, 243, 0.85); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; }
		#widget_resa li .sbHolder .sbToggle 				{ background-color: rgba(255, 255, 255, 0.3); }
		#widget_resa li .sbHolder .sbSelector 				{ width: 110px; font-size: 20px; line-height: 27px; color: #093f46; }
		#widget_resa li .sbHolder .sbOptions 				{ width: 135px; }
		#widget_resa li .sbHolder li 						{ float: none; }
		#widget_resa li .sbHolder li a 						{ font-size: 20px; }
		#widget_resa input[type="text"] 					{ width: 100px; height: 26px; margin: 0 0 0 7px; padding: 0 0 0 7px; font-family: breuer_condensedregular; font-size: 20px; color: #093f46; text-shadow: 0 0 0 #6c6b6b; cursor: pointer; background: rgba(182, 211, 215, 0.7) url("images/icon_cal_input.png") no-repeat 86px 4px; border: 1px solid rgba(224, 241, 243, 0.85); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; }
		#widget_resa input[type="radio"] 					{ margin: 0 0 0 10px; }
		#widget_resa input[type="button"]					{ width: 100%; display: block; cursor: pointer; background: transparent; border: medium none; }
		#widget_resa .button 								{ width: 149px; height: 26px; float: right; }

		/* Bouton scroll down sur la page d'accueil */
		#btn_arrow-down 									{ width: 46px; height: 46px; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 10px; display: block; opacity: 0.8; z-index: 102; }
		#btn_arrow-down:hover 								{ opacity: 1; }


		/* ==========================================================================
		   Slider
		   ========================================================================== */

		/* Page d'accueil - Slider spécifique administrable */
		#slider_top 								{ width: 100%; position: absolute; top: 0; left: 0; }
		#slider_top .vc_column_container 			{ -webkit-backface-visibility: hidden !important; -webkit-perspective: 1000 !important; }
		#slider_top .wpb_gallery_slides 			{ margin: 0; }
		#slider_top img 							{ width: 100vw; height: 100vh; object-fit: cover; }
		#slider_top .wpb_gallery_slides .caption 	{ width: 100%; height: 115px; margin: 0 auto; padding: 10px 0 0; font-size: 23px; text-align: center; color: #bce4ff; background: rgba(0, 45, 76, 0.5); position: absolute; bottom: 0; left: 0; right: 0; z-index: 100; }

		/* Page d'accueil - Vidéo d'introduction à la place du diaporama */
		.upb_video-bg 								{ width: 100% !important; }
		.upb_video-bg iframe 						{ top: -60px !important; left: -20px !important; }
		/*
		#slider_top iframe 							{ width: 100% !important; height: 110% !important; margin-left: 0 !important; }
		*/

	/* ==========================================================================
	   Header.small // modification du style quand la page sroll 
	   ========================================================================== */
		
		header.small 							{ top: -50px; }
		header.small #content_header_top 		{ height: 95px; }
		header.small #logo 						{ width: 100px; height: 100px; top: 5px; }
		header.small #phone_number,
		header.small #flag 						{ top: -10px; }
		header.small #social_bar 				{ top: 50px; }

	/* ==========================================================================
	   Slider page d'accueil - jCycle2
	   ========================================================================== */

	.bg_image 									{ width: 100%; height: 100%; position: absolute; }
	.bg_image .cycle-slideshow 					{ height: 100%; }
	.bg_image .cycle-slideshow div 				{ width: 100%; height: 100%; }
		/* Sélection des iamges du slider */
		.bg_image .cycle-slideshow #image1 			{ background: url("images/slider/image1.jpg") no-repeat; background-size: cover; background-position: center; }
		.bg_image .cycle-slideshow #image2 			{ background: url("images/slider/image2.jpg") no-repeat; background-size: cover; background-position: center; }
		.bg_image .cycle-slideshow #image3 			{ background: url("images/slider/image3.jpg") no-repeat; background-size: cover; background-position: center; }
		.bg_image .cycle-slideshow #image4 			{ background: url("images/slider/image4.jpg") no-repeat; background-size: cover; background-position: center; }
	/* Style pour le bouton de navigation */
	.bg_image .nav-slider-mask 					{ width: 28px; height: 28px; cursor: pointer; position: absolute; top: 47%; z-index: 103; opacity: 0.7; background: #fff; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; overflow: hidden; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
	.bg_image .nav-slider-mask img 				{ width: 43px; height: 16px; max-width: none; position: absolute; top: 6px; background: #97bf10; }
	/* Flèche de gauche "prev" */
	.bg_image .nav-slider-mask.left 			{ left: 25px; opacity: 0.6; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
	.bg_image .nav-slider-mask.left:hover 		{ opacity: 0.9; }
	.bg_image .nav-slider-mask.left img			{ left: 6px; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
	.bg_image .nav-slider-mask.left:hover img 	{ left: -21px; }
	/* Flèche de droite "next" */
	.bg_image .nav-slider-mask.right 			{ right: 25px; opacity: 0.6; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
	.bg_image .nav-slider-mask.right:hover 		{ opacity: 0.9; }
	.bg_image .nav-slider-mask.right img		{ right: 6px; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
	.bg_image .nav-slider-mask.right:hover img 	{ right: -21px; }


	/* ==========================================================================
	   Content (page-accueil.php, page.php)
	   ========================================================================== */

	/* Postion de l'ancre pour le scroll down de la page d'accueil */
	#ancre								{ position: absolute; top: -50px; }

	/* Content #text page d'accueil */
	#text.accueil .wpb_text_column li 						{ line-height: 2.2; color: #7d7d7d; }
	#text.accueil .wpb_text_column li:before 				{ width: 16px; height: 11px; margin: 17px 15px 0 0; content: ''; display: block; float: left; background: url("images/list_arrow.png") no-repeat; }

	/* Style spécifique pour les blocs de couleurs fil d'ariane résa */
	.fil-ariane_resa img									{ max-width: none !important; }
	.fil-ariane_resa .vc_column_container:nth-child(2) 		{ left: -11px; }
	.fil-ariane_resa .vc_column_container:nth-child(3) 		{ left: -17px; }

	/* content #text */
	#text 								{ width: 100%; height: auto; position: relative; }
	#text h1,
	.titre_accueil 						{ margin: 0 0 25px; font-family: oswald_regularregular; color: #1a9aaa; font-size: 25px; font-weight: normal; text-transform: uppercase; border-bottom: 1px solid #dee8e9; position: relative; }
	#text h1:before 	 				{ width: 90px; height: 5px; content:""; display: block; background: #ffab00; position: absolute; bottom: -6px; }
	#text .wpb_text_column li:before 	{ width: 5px; height: 5px; display: block; content:""; background: #ffab00; float: left; margin: 9px 6px 0 0; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; }

	#content_slogan 					{ height: 250px; position: fixed; bottom: 100px; }
	#slogancontent 						{ width: 1100px; height: 250px; margin: 0 auto; position: relative; }
	#sloganjcycle						{ width: 500px; height: 250px; position: absolute; right: 0; }
	#sloganjcycle div 					{ position: absolute; right: 0; }
	#sloganjcycle span.top 				{ height: 55px; position: absolute; right: 0; padding: 0 15px; background-color: rgba(142, 95, 3, 0.8); border: 3px solid rgba(250, 222, 158, 0.8); background-clip: padding-box; font-family: "BreuerCondensed-Regular"; font-size: 38px; color: #fade9e; text-shadow: 0px 1px #614614; }
	#sloganjcycle span.bottom			{ height: 47px; position: absolute; right: 0; padding: 0 15px; top: 58px; overflow: hidden; background-color: rgba(250, 222, 158, 0.8); border: 3px solid rgba(250, 222, 158, 0.8); background-clip: padding-box; font-family: "BreuerCondensed-Regular"; font-size: 30px; color: #8e5f03; text-shadow: 0px 1px #fff; }

	#Bouton_Offres						{ width: 228px; height: 38px; background: url("../img/btn_Offres.png") no-repeat; position: absolute; right: 0; bottom: 80px; }
	#Bouton_Actus 						{ width: 228px; height: 38px; background: url("../img/btn_Offres.png") no-repeat; position: absolute; right: 0; bottom: 30px; }
	#Bouton_Offres a,
	#Bouton_Actus a 					{ display: block; margin: 4px 0 0; color: #fade9e; font-size: 18px; text-align: center; text-shadow: 0px -1px #4e3403; }
	#Bouton_Offres span					{ display: none; position: absolute; top: 4px; left: 28px; z-index: 5; color: #efe3c9; }
	#Bouton_Actus span					{ display: none; position: absolute; top: 4px; left: 16px; z-index: 5; color: #efe3c9; }
	#Bouton_Offres img,
	#Bouton_Actus img 					{ display: none; }

	/* Modification module Visual Composer list-icon */
	.uavc-list-icon li,
	.uavc-list-icon ul:last-child 			{ width: auto; height: 50px; float: left; clear: none !important; margin: 0 40px 20px 0 !important; }
	.uavc-list-content 						{ width: auto; }
	.uavc-list-content span.uavc-list-desc 	{ width: auto; }

	/* Fix pour Visual Composer */
	.flexslider 						{ overflow: hidden; border: 0 none !important; }
	.flexslider .slides img 			{ height: auto; }
		/* Module accordéon */
		.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body 		{ background-color: #fff; }
		/* Positionnement des liste icônes (m2 et nb pers.) pour la page location */
		.smile_icon_list li.icon_list_item 												{ float: left; clear: none !important; margin: 0 !important; z-index: 1; }
		.smile_icon_list.left li .icon_description										{ padding-left: 0; padding-right: 25px; }
		.smile_icon_list.left li .icon_list_connector 									{ display: none; }
		.vc_tta-panel-body .wpb_text_column,
		.vc_message_box 																{ clear: both; }
		/* Positionnement des icônes fleurs */
		.icon_etoiles 																	{ width: 150px; position: absolute; top: 15px; right: 0; }
		/* Positionnement du diaporama sous les fleurs */
		.diapo_locatifs																	{ float: left; }


	/* Réglage pour le module Essential Grid qui gère les 3 blocs d'images avec over sur la page d'accueil */
	.content_accueil_ess-grid .esg-overflowtrick,
	.content_accueil_ess-grid .esg-overflowtrick ul 						{ width: 100%; height: 350px !important; }
	.content_accueil_ess-grid .esg-overflowtrick li 						{ width: 32.7% !important; height: 350px !important; margin: 0 10px 0 0 !important; float: left !important; position: static !important; }
	.content_accueil_ess-grid .esg-overflowtrick li:last-child 				{ margin: 0 !important; }
	.content_accueil_ess-grid .esg-overflowtrick img 						{ width: auto !important; height: 100% !important; top: 0 !important; left: 0 !important; }
	.content_accueil_ess-grid .esg-overflowtrick .esg-cc 					{ height: 100%; top: 0 !important; }
	.content_accueil_ess-grid .esg-overflowtrick .esg-cc div:nth-child(1),
	.content_accueil_ess-grid .esg-overflowtrick .esg-cc div:nth-child(3) 	{ top: 130px !important; z-index: 0 !important; }
	.content_accueil_ess-grid .esg-overflowtrick .esg-slide 				{ top: 0 !important; left: 0 !important; position: absolute !important; transform: none !important; -webkit-transform: none !important; -moz-transform: none !important; -o-transform: none !important; }
	.content_accueil_ess-grid .esg-overflowtrick .esg-slide a 				{ width: 360px; height: 350px; display: block; position: absolute !important; top: 0 !important; left: 0 !important; }

	/* Page article - Single.php */
	#btn_retour 						{ margin: 15px 0 0; }

	/* Réglage margin-bottom pour tout les éléments Visual Composer */
	.wpb_button,
	.wpb_content_element,
	.wpb_row,
	ul.wpb_thumbnails-fluid > li 		{ margin-bottom: 15px; }

	/* Widgets Ctoutvert */
	#widgets_ctoutvert 					{ width: 100%; height: 305px; padding: 20px 0; background: #d3f2f6; }
	#widgets_ctoutvert #content_widgets { width: 1460px; margin: 0 auto; }
	#widgets_ctoutvert h3.title 		{ color: #218c9a; font-size: 30px; text-align: center; font-family: oswaldlight; text-transform: uppercase; }
	#widgets_ctoutvert #widget_avis 	{ width: 30%; float: left; }
	#widgets_ctoutvert #widget_offres 	{ width: 68%; height: 260px; float: right; background: #fff; }

	/* Réglage pour les tableaux Tablepress */
	.footable>thead>tr>th, 
	.footable>thead>tr>td,
	.tablepress tr.row-9 td,
	.tablepress.tablepress-id-bungalow tr.row-10 td		{ background-color: #84358c; color: #fff; border: 1px solid #b37eb8; border-top: 0 none; }
	.tablepress tr.row-8 td,
	.tablepress.tablepress-id-bungalow tr.row-9 td		{ background-color: #e3cee5; border: 0 none; }
	.tablepress.tablepress-id-bungalow tr.row-8 td 		{ background-color: #fff; border: 1px solid #dac1dd; border-top: 0 none; border-left: 0 none; }
	.tablepress 						{ border: 3px solid #84358c; }
	.tablepress th,
	.tablepress td 						{ border: 1px solid #dac1dd; }
	.tablepress caption 				{ display: none; margin-bottom: 5px !important; }
	.tablepress .column-2,
	.tablepress .column-3 				{ text-align: center; }

	/* Formulaire de contact */
	iframe#contact 						{ width: 100%; height: 840px; border: 0 none; }

	/* Formulaire de contact - Contact Form 7 */
	.wpcf7 									{ width: 100%; height: 100%; margin: 0 auto !important; padding: 0 10px 0 0 !important; position: relative; }
	.wpcf7 p 								{ margin: 10px 0 0; }
	.wpcf7 p#obligatoire 					{ font-size: 15px; text-align: right; font-style: italic; color: #8e8e8e; }
	.wpcf7 #btn_green 						{ width: 132px; height: 33px; margin: 15px 0 0; position: relative; bottom: 0; float: right; }
	.wpcf7 #btn_green img#bg_btn 			{ width: 100%; height: 100%; }
	.wpcf7 input[type="submit"] 			{ width: 90px; height: 30px; position: absolute; right: 27px; z-index: 6; line-height: 1.4em; font-size: 16px; color: #fff; text-shadow: 0 -1px #8b8b8b; cursor: pointer; border: none; background-color: #db013d; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; }
	.wpcf7 input[type="submit"]:hover 		{ background-color: #e15179; }
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="date"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="number"],
	textarea 								{ width: 96%; padding: 8px 8px 8px 10px; margin: 5px 0; font-size: 15px; color: #00324e; background: #f9f9f9; border: 1px solid #ccc; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px; box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); }
	.wpcf7 #dateDep 						{ float: left; margin: 0 0 0 35px; }
	.wpcf7 #dateArr p,
	.wpcf7 #dateDep p 						{ float: left; line-height: 2.7; margin: 0 10px 0 0; }
	.wpcf7 #dateArr p:nth-child(2),
	.wpcf7 #dateDep p:nth-child(2) 			{ width: 150px; }
	div.wpcf7-response-output 				{ margin: 65px 0 0; }
	span.wpcf7-not-valid-tip 				{ line-height: 1.4; }
		/* Style global pour les selectbox - Sans script */					
		.selectbox select 									{ width: 100%; height: 35px; position: absolute; top: -1px; left: 0; padding: 4px 0 0 10px; color: #00324e; background: #f9f9f9; border: 1px solid #ccc; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px; box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -webkit-appearance:none; -moz-appearance:none; appearance:none; }
		.selectbox select:hover 							{ cursor: pointer; }
		
		.selectbox,
		.ui-selectmenu-button 								{ width: 98%; height: 35px; position: relative; font-size: 16px; color: #00324e; background: #f9f9f9;  }
		.selectbox:before,
		.ui-selectmenu-button:before 						{ width: 30px; height: 33px; background: url("images/arrow-open.png") no-repeat #b7b7b7; background-position: 46% 53%; background-size: 50% 20%; position: absolute; right: 1px; top: 0; z-index: 5; content:""; display: block; pointer-events: none; border-left: 1px solid #989898; border-radius: 0 15px 15px 0; -webkit-border-radius: 0 15px 15px 0; -moz-border-radius: 0 15px 15px 0; -o-border-radius: 0 15px 15px 0; }
		.selectbox.change:before,
		.ui-selectmenu-button.change:before 				{ background: url("images/arrow-close.png") no-repeat #b7b7b7; background-position: 46% 53%; background-size: 50% 20%; }
			/* Style pour le bloc des options */
			.selectbox select option,
			.ui-selectmenu-menu		 							{ height: 25px; padding: 6px 0 0; border-bottom: 1px dotted #b7b7b7; text-align: center; color: #6c6b6b; }
			.selectbox select option:hover 						{ cursor: pointer; }


	/* ==========================================================================
	   Footer (footer-accueil.php, footer.php)
	   ========================================================================== */

	footer 								{ width: 100%; height: 100%; position: relative; background: url("images/bg_footer.jpg"); color: #67d7e5; box-shadow: 0 -1px 0 rgba(255, 255, 255, 1), 0 0 0 2px rgba(27, 27, 27, 0.8); }
	#content_footer 					{ width: 1100px; height: 30px; margin: 0 auto; font-size: 13px; }
	#copyright 							{ float: left; margin-top: 7px; }
	#copyright a#mentions 				{ text-transform: lowercase; }
	#site-info 							{ float: right; margin: 7px 0 0; }
	footer.home #site-info 				{ margin: 7px 20px 0 0; }

	/* Adresse */
	footer #adresse 					{ width: 1100px; margin: 25px auto 0; text-align: center; }

	/* Texte référencement */
	#text-ref 							{ width: 1100px; height: auto; margin: 25px auto; text-align: center; font-size: 13.5px; }
	#text-ref strong 					{ color: #aaf5ff; }
	#text-ref a 						{ text-decoration: underline; }

	/* Copyright */
	footer #info-cpy 					{ width: 100%; height: 55px; background: rgba(0, 0, 0, 0.3); font-size: 12px; }
	footer #info-cpy #content_info-cpy 	{ width: 1100px; margin: 0 auto; }

	/* Partenaires */
	#partenaires 						{ width: 1100px; height: 50px; margin: 6px auto; padding: 15px 0; border-top: 1px solid rgba(170, 245, 255, 0.4); border-bottom: 1px solid rgba(170, 245, 255, 0.4); }
	#partenaires span 					{ color: #8c8c8c; }
	#partenaires ul 					{ width: 760px; height: auto; margin: 0 auto; }
	#partenaires li 					{ width: 85px; height: 45px; padding: 2px; float: left; margin: 0 8px; text-align: center; background-color: #fff; border: 1px solid rgba(100, 100, 100, 0.7); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; overflow: hidden; display: flex; justify-content: center; align-items: center; }
	#partenaires li a 					{ width: 96%; height: 92%; padding: 2px; }
	#partenaires li img 				{ height: 100%; }
	#partenaires li#fed_reg img 	 	{ width: 100%; height: auto; padding: 10px 0; }