/*
Theme Name:     Camping l'Epi Bleu
Description:    Child theme for Ultimatum
Author:         Inaxel
Template:       ultimatum
Version:        0.1.0
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* 						{ margin: 0; padding: 0; }
html, button, input,
select, textarea		{ font-family: UbuntuRegular; color: #565153; }
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.
 */
h2,
h2 span					{ margin: 0 0 25px; font-family: 'cac_pinaforeregular'; font-size: 35px !important; line-height: 1; font-weight: normal; text-transform: lowercase; position: relative; color: #9b51ba; }
h2::first-letter 		{ text-transform: uppercase; }
li						{ list-style-type: none; }
a						{ text-decoration: none; color: #efb434; 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,
a:focus 				{ color: #ffd477; }
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 l'Epi Bleu"
	   ========================================================================== */
	/** Container principal et content **/
	#container							{ width: 100%; height: auto; position: absolute; top: 0; }
	#container.accueil 					{ top: 100%; }
	#container.accueil #content 		{ padding: 40px 0 0; }
	#wrap 								{ width: 1100px; margin: 0 auto; position: relative; }
	#content 		 					{ width: 100%; height: auto; position: relative; top: 0; background: #fff; padding: 70px 0 0;}

	/** Style pour les boutons **/
	#btn 								{ width: 220px; height: 30px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; }
		/* Bouton gris */
		#btn.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+ */
											background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,180,52,1)), color-stop(100%,rgba(178,125,32,1))); /* Chrome,Safari4+ */
											background: -webkit-linear-gradient(top,  rgba(239,180,52,1) 0%,rgba(178,125,32,1) 100%); /* Chrome10+,Safari5.1+ */
											background: -o-linear-gradient(top,  rgba(239,180,52,1) 0%,rgba(178,125,32,1) 100%); /* Opera 11.10+ */
											background: -ms-linear-gradient(top,  rgba(239,180,52,1) 0%,rgba(178,125,32,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(239,180,52,1) 0%,rgba(178,125,32,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efb434', endColorstr='#b27d20',GradientType=0 ); /* IE6-8 */
											}
		#btn.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 */
											}
		#btn.yellow:hover:after 			{ opacity: 1; }
		#btn.yellow a,
		#btn.yellow input 					{ position: absolute; z-index: 5; display: block; font-family: oswald_regularregular; text-transform: uppercase; line-height: 1.6; font-size: 18px; color: #ffeed0; text-align: center; text-shadow: 0 -1px rgba(79, 53, 0, 0.55); }
		/* Bouton bleu */
		#btn.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; }
		#btn.blue:hover 					{ background: #11a1b3; box-shadow: inset 0 1px rgba(156, 216, 224, 0.6), inset 0 -1px rgba(13, 106, 117, 0.25); }
		#btn.blue a,
		#btn.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: #564d59 !important; border: none !important; padding: 4px 20px 2px !important; line-height: 1.5 !important; font-size: 17px !important; font-family: oswald_regularregular; color: #cabbcf !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; left: 103px; 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; }
		.bouton-stylise a:hover:before 		{ top: 8px; }

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

	/** Header **/
	header										{ width: 100%; height: 95px; background: url("images/bg_menu.png") repeat-x; position: fixed; top: 0; z-index: 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; }
	#content_header_top							{ width: 1100px; height: 115px; margin: 0 auto; position: relative; }
	#content-resa_img-header 					{ width: 100%; height: 450px; position: relative; top: 0; }
	#content-resa_img-header.accueil 			{ height: 100%; }
	
		/* Logo Flower */
		#logo_lavandes 							{ position: absolute; right: -265px; top: 8px; background: #fff; border: 1px solid #330745; 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; }
		#logo_flower 							{ width: 80px; height: 117px; position: absolute; right: -100px; top: 8px; background: #fff; border: 1px solid #330745; 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; }
		#logo_flower a 							{ width: 100%; height: 100%; display: block; }
		#logo_flower img 						{ width: 100%; height: 100%; }
		@media screen and (max-width: 1100px) { #logo_lavandes {display: none;}}
		/* Logo */
		#logo 									{ width: 262px; height: 162px; margin: 0; position: absolute; top: -47px; left: 0; right: 0; 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; }
		#logo.responsive 						{ display: none; }
		#logo a 								{ width: 100%; height: 100%; display: block; }
		
		/* 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: 100%; height: 25px; margin: 40px 0 0; font-family: oswaldmedium; font-size: 20px; text-transform: uppercase; 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 li								{ width: fit-content !important; height: 25px; float: left; text-align: center; }
		@media screen and (min-width: 1100px) { nav#menu li:nth-child(1) { margin-left: 282px; } }
		nav#menu li a 							{ color: #fff; }
		nav#menu li a:hover,
		nav#menu li.current-menu-item a,
		nav#menu li.current_page_item a			{ color: #efb434; }
		.nav > li > a:hover, .nav > li > a:focus{ background-color: transparent !important; }
		
		/* 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: 130px; 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; }

		/* Logo Castel */
		#logo_castel 							{ width: 136px; height: 48px; position: absolute; top: 20px; right: 50px; 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; }
		#logo_castel a							{ width: 100%; height: 100%; display: block; }
		#logo_castel.responsive 				{ display: none; }

		/* Bouton ouverture / fermeture du widget de résa en responsive */
		#btn_resa-responsive 								{ display: none; }

		/* Widget de réservation */
		#content-resa_img-header .sidebar-container {
		    width: 955px;
		    height: 49px;
		    position: absolute;
		    bottom: -25px;
		    left: 0;
		    right: 0;
		    margin: 0 auto;
		    z-index: 5;
		    background: #2e0624;
		}
		#content-resa_img-header .sidebar-container #search1{ position: relative; }
		#content-resa_img-header .sidebar-container #search1 .title {
		    font-size: 30px;
		    line-height: 39px;
		    color: #fff;
		    font-family: 'cac_pinaforeregular';
		    text-indent: 10px;
		}
		#content-resa_img-header .sidebar-container #search1 .title {
		    text-align: center;
		    top: -30px;
		    width: fit-content;
		    width: -moz-fit-content;
		    margin: 0 auto;
		    padding: 0 20px;
		    position: relative;
		    background: #2d0623;
		    border-radius: 100px 100px 0px 0px;
		}
		#content-resa_img-header.accueil .sidebar-container { bottom: 95px; }
		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: #fff; }
		#widget_resa h2 									{ width: 100%; height: 30px; margin: 4px 0; font-family: oswaldmedium; font-size: 20px; font-weight: normal; }
		#widget_resa h2: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 								{  }
		#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: #504056; text-shadow: 0 0 0 #6c6b6b; cursor: pointer; background: rgba(210, 204, 213, 0.7); border: 1px solid rgba(221, 214, 224, 0.85); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; }
		#widget_resa li .sbHolder .sbToggle 				{ background-color: #c4b6c9; }
		#widget_resa li .sbHolder .sbSelector 				{ width: 110px; font-size: 20px; line-height: 27px; color: #504056; }
		#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: #504056; text-shadow: 0 0 0 #6c6b6b; cursor: pointer; background: rgba(210, 204, 213, 0.7) url("images/icon_cal_input.png") no-repeat 86px 4px; border: 1px solid rgba(221, 214, 224, 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 #btn 									{ 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: relative; bottom: 85px; display: block; opacity: 0.8; }
		#btn_arrow-down:hover 								{ opacity: 1; }


	/* ==========================================================================
	   Header.small // modification du style quand la page sroll 
	   ========================================================================== */
		
		header.small 							{ top: -40px; }
		header.small #content_header_top 		{ height: 95px; }
		header.small #logo_flower 				{ top: 50px; }
		header.small #logo_lavandes 				{ top: 50px; }
		header.small #logo 						{ top: -7px; }
		header.small nav#menu 					{ margin: 35px 0 0; }
		.home header.small nav#menu 			{ margin: 55px 0 0; }
		header.small #phone_number,
		header.small nav#menu .sub-menu 		{ top: 85px; }
		header.small #logo_castel 				{ top: 42px; }


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

	.bg_image 							{ width: 100%; height: 100%; position: absolute; background: #000; background: url("images/background_image.jpg") no-repeat; background-size: cover; }


	/* ==========================================================================
	   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 						{ 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; min-height: 550px; position: relative; }
	#text h1 							{ margin: 0 0 25px; font-family: oswald_regularregular; font-size: 25px; font-weight: normal; text-transform: uppercase; border-bottom: 1px solid #d3d3d3; position: relative; }
	#text h1:before 					{ width: 180px; height: 5px; content:""; display: block; background: #efb434; position: absolute; bottom: -6px; }
	
	#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; }

	/* Couleur spécifique pour les accordéons des gammes de locatifs */
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_eco .vc_tta-panel .vc_tta-panel-heading  				{ background-color: #95d5ee; }
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_eco .vc_tta-panel .vc_tta-panel-title>a 					{ color: #0f516b; }
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_confort .vc_tta-panel .vc_tta-panel-heading  			{ background-color: #e482a7; }
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_confort .vc_tta-panel .vc_tta-panel-heading:hover,
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_confort .vc_tta-panel.vc_active .vc_tta-panel-heading	{ background-color: #c14d79; }
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_confort .vc_tta-panel .vc_tta-panel-title>a 				{ color: #8e1c46; }
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_confortPlus .vc_tta-panel .vc_tta-panel-heading  		{ background-color: #f6aa3c; }
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_confortPlus .vc_tta-panel .vc_tta-panel-title>a 			{ color: #704514; }
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_premium .vc_tta-panel .vc_tta-panel-heading  			{ background-color: #eeee22; }
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_premium .vc_tta-panel .vc_tta-panel-title>a 				{ color: #726101; }
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_premium .vc_tta-panel .vc_tta-panel-heading:hover,
	.wpb-js-composer .vc_tta-accordion.vc_tta-style-flat.accordion_premium .vc_tta-panel.vc_active .vc_tta-panel-heading	{ background-color: #bfbf23; }

	/* Fix pour Visual Composer */
	.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; }
		.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title { font-weight: bold; }
		/* 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 											{ clear: both; }

	/* Vidéo page d'accueil */
	#video_accueil .wpb_video_wrapper 										{ padding: 0; }
	#video_accueil iframe 													{ height: 300px !important; }

	/* 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 						{ 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; }

	/* Widgets Ctoutvert */
	#widgets_ctoutvert 					{ width: 100%; height: 305px; padding: 20px 0; background: #e9e2eb; }
	#widgets_ctoutvert #content_widgets { width: 1460px; margin: 0 auto; }
	#widgets_ctoutvert h3.title 		{ color: #00485e; 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>tbody>tr>td 						{ padding: 8px; }
	.tablepress tbody td.column-1 				{ width: 4%; color: #b7810b; }
	.tablepress tbody tr.row-1 td.column-1 		{ color: #444; }
	.tablepress tbody td 						{ width: 1%; text-align: center !important; }

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


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

	footer 								{ width: 100%; height: 100%; position: relative; background: url("images/bg_footer.jpg"); color: #b4a5bb; 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; }
	#content_footer a					{ text-transform: uppercase; color: #f7d253; }
	#content_footer a:hover 			{ text-decoration: underline; }
	#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; }
	footer #QualitelisWidget 			{ position: fixed !important; bottom: 3rem !important; right: 0 !important; }
	footer #QualitelisWidget #WidgetQualitelis { top: -500px !important; left: -150px !important; }

	/* 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 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(180, 165, 187, 0.35); border-bottom: 1px solid rgba(180, 165, 187, 0.35); }
	#partenaires span 					{ color: #8c8c8c; }
	#partenaires ul 					{ width: fit-content; height: auto; margin: 0 auto; }
	#partenaires li 					{ width: 85px; height: 45px; padding: 2px; float: left; margin: 0 8.5px; 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#region-auvergne img { width: 100%; }

	/* ==========================================================================
	   Modifs SEO 2020
	   ========================================================================== */

	#breadcrumbs {
	    padding-bottom: 0.5em;
	}

	#bloc-resa div {
	    display: flex !important;
	    width: 25%;
	    float: left;
	    justify-content: center;
	    align-items: center;
	    height: 38px;
	}

	#bloc-resa {
	    width: 100%;
	    height: 40px;
	    top: 9px;
	    position: absolute;
	}

	div#search1 {
	    top: -4px;
	}

	#content-resa_img-header .sidebar-container #search1 .title {
	    text-align: center;
	    padding-top: 2px;
	}

	input#begin, input#end {
		height: 25px;
		border: 1px solid #e9e9e9;
		margin: 0 1em;
		border-radius: 100px;
		overflow: hidden;
		width: 100%;
		text-align: left;
	    padding-left: 10px;
		font-size: 16px;
		font-weight: 400;
		color: #2d0623;
	}

	#bloc-resa select#type {
	    height: 27px;
	    border: 1px solid #e9e9e9;
	    margin: 0 1em;
	    border-radius: 100px!important;
	    overflow: hidden;
	    width: 100%;
	    text-align: left;
	    padding-left: 10px;
	    font-size: 16px;
	    font-weight: 400;
	    color: #2d0623;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	}

	#bloc-resa input[type="submit"] {
	    height: 25px;
	    margin: 0 1em;
	    border-radius: 100px;
	    overflow: hidden;
	    width: 100%;
	    text-align: center;
	    font-size: 16px;
	    font-weight: 400;
	    color: #ffffff;
	    border: 1px solid #efb433;
	    background: #efb433;
	}

	#tertiary {
	    border-radius: 100px;
	}


	@media (min-width: 768px) {
		.valign {
		    display: flex !important;
		    align-items: center !important;
		}
	}

	.wpb_column img {
	    max-width: 100% !important;
	}

	@media screen and (max-width: 1100px) {

	#content-resa_img-header .sidebar-container.responsive.open {
	    width: 100% !important;
	    bottom: 0 !important;
	    border-radius: 0px;
	}

	.responsive.open #bloc-resa div {
	    text-align: center;
	    flex-wrap: wrap;
	    width: 100%;
	    align-items: center;
	}

	.responsive.open #search1 {
	    height: 180px;
	}

	.responsive.open #bloc-resa {
	    top: 20px;
	    -webkit-appearance: none;
	}

	.responsive.open #bloc-resa select#type {
		background-color: white;
	}

	.responsive.open #bloc-resa input[type="submit"] {
	    height: 35px;
	    line-height: 35px;
	}
	
	.responsive.open #bloc-resa * {
	    text-align: center;
	    -webkit-appearance: none;
	}

	.responsive.open select#type {
	    text-align-last: center;
	}

	}


.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #442660;
    box-shadow: 0px 8px 16px 0px rgba(65, 35, 91, 0.33);
    padding: 2px 15px;
    z-index: 1;
}

.menu-item-has-children:hover ul.sub-menu  {
  display: grid;
}


.sub-menu li {
    height: 40px !important;
    line-height: 42px !important;
    border-bottom: 1px solid #efb433;
}

.sub-menu li:last-of-type {
    border-bottom: 0px;
}


/* Flag */

div#Flag {
    top: 0px;
    position: absolute;
    right: 0px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    height: 24px;
    width: 24px;
}

#video_accueil {
    height: 300px;
}



.nouveautes span {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #2d0623;
    font-size: 30px;
    line-height: 39px;
    color: #fff;
    font-family: 'cac_pinaforeregular';
    border-radius: 0px 100px 0 0;
}

p.subnew {
    margin: 5px;
}

@media screen and (max-width: 1100px) {
	div#Flag {
	    width: fit-content !important;
	}
	.nouveautes span {
	    border-radius: 0px 0px 0 0;
	}
	.nouveautes img {
	    width: 100%;
	    max-height: 375px;
	    height: 100%;
	    object-fit: contain;
	}
}
@media screen and (min-width: 1101px) and (max-width: 1659px) {
	div#Flag {
	    width: fit-content !important;
	}
	.nouveautes span {
	    border-radius: 0px 0px 0 0;
	}
	.nouveautes {
	    display: block;
	    width: 230px;
	    margin: 0 auto;
	    text-align: center;
	    padding: 20px;
	}
	.nouveautes img {
	    width: 100%;
	    max-height: 375px;
	    height: 100%;
	    object-fit: contain;
	}
}

@media screen and (min-width: 1660px) {
	.nouveautes {
	    display: block;
	    position: absolute;
	    width: 250px;
	    background: #2d0623;
	    color: white;
	    top: 50px;
	    border-radius: 0 100px 40px 0;
	}
    .nouveautes img {
        max-width: 100%;
    }
}

.single h2 {
    margin: 20px 0;
}
.single h3 {
    margin: 10px 0;
}
.single p {
    margin: 5px 0;
}
.single iframe.lazyloaded {
    margin: 10px 0;
}
.single a {
    text-decoration: underline;
}
.single #content li {
    list-style-type: disc;
    list-style-position: inside;
}

.single #content {
	margin-bottom: 25px;
}

.cta-txt img {width: 100%;height: 130px;object-fit: cover;}

p.article-title-cat {
    background: #2e0624;
    color: white;
    width: 100%;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.category .cta-txt img {
    border-radius: 10px 10px 0px 0px;
}

.category .cta-txt a {
    border-radius: 10px;
}

@media screen and (min-width: 992px) {
    .category .col-md-4 {
        padding: 10px !important;
        margin: 0px !important;
        width: calc(33% - 20px);
    }   
}

.rll-youtube-player {
    padding-bottom: 36.23% !important;
}

.category .cta-txt a:hover img {
    opacity: 0.5;
    transition: .2s;
}

.category .cta-txt {
    background: #2e0624;
    border-radius: 10px;
}

nav#menu .sub-menu li:nth-child(1) {
    margin-left: 0;
}

div#video_accueil {
    overflow: hidden;
}

.vc_gitem-post-data-source-post_excerpt {
    display: none;
}

.nouveautes img {
    max-height: 150px;
    object-fit: cover;
}

p.subnew {
    color: white !important;
}

div#list_blog {
    margin: 0;
    padding-bottom: 30px;
}

#list_blog .vc_column-inner {
    padding: 0 !important;
    margin: 0 !important;
}

#list_blog .wpb_column {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

#list_blog .wpb_text_column.wpb_content_element {
    margin: 00;
    text-align: center;
}

a.btn.home {
    background: #2e0624;
    color: white;
}

a.btn.home:hover {
    background: #efb434;
}

.home .category .col-md-4 {
    margin: 15px 0;
}

.vc_col-sm-4 .rll-youtube-player {
    padding-bottom: 56.23%!important;
}

.heberg-resa>div{
	display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    -webkit-box-flex: wrap;
}
.frame-ctoutvert{
	width: 100%;
	padding:0 10px;
}

.promo-covid {
    position: absolute;
    top: 50%;
    background: rgba(255,255,255, 0.8)!important;
    width: 300px;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9;
}

p.covid-title {
    font-family: 'oswald_regularregular';
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
}

p.covid-content {
    padding: 5px 20px;
    margin-bottom: 10px;
}

a.covid-link {
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #efb434;
    padding: 5px 10px;
    margin-top: 10px;
    transition: 0.5s;
}

a.covid-link:hover {
	background: #442850; 
}

.SEO {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}