/*
Theme Name: Valdaine
Author: Julien Loizeau / Jacques Leportier
*/
/*
Couleurs:
Beige: #cec4b7
Vert foncé: #7baa21
Vert clair: #b4d629
Marron typo: #ada495
*/
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	/* font-size: 100%; */
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #ada495;
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

body {
	background: #cec4b7;
}

a {
	color: #7baa21;
	text-decoration: none;
    /*
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    */
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #7BAA21;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    margin: 31px 0 10px;
}

h1 {
	font-size: 30px;
    /*font-size: 28pt; */
    font-weight: 400;
	line-height: 1.3846153846;
    text-transform: uppercase;
}

h2 {
	font-size: 20px;
	line-height: 1;
    margin: 0 0 13px 0;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
    margin: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #CEC4B7;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #7baa21;
	color: #fff;
	text-shadow: none;
}
.clear{
    clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* =============== General ===============*/
#main-side-cont{
    margin: 0 auto;
    position: relative;
    width: 1070px;
    z-index: 100;
}
#main{
    background: #fff;
    float: left;
    padding: 25px 30px;
    width: 820px;
-webkit-box-shadow: inset 9px 0px 20px -6px rgba(175, 175, 175, 0.75);
-moz-box-shadow:    inset 9px 0px 20px -6px rgba(175, 175, 175, 0.75);
box-shadow:         inset 9px 0px 20px -6px rgba(175, 175, 175, 0.75);
}

    /*  Letter spacings & font weights  */
p{
    letter-spacing: 0.5px;
}
#head-links a{
    font-weight: 300;
    letter-spacing: 1px;
}
#main-menu li a{
    font-weight: 300;
    letter-spacing: 1px;
}
#home-links-feat a{
    font-weight: 300;
}
.main-par{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
   /* font-size: 12pt;  */
}
.sec-par{
    font-weight: 300;
    letter-spacing: 0.4px;
}
#texte-gmap, #coord, .offre ul{
    letter-spacing: 0.4px;
}
footer{
    letter-spacing: 1px;
}
#texte-gmap, #coord{
    font-weight: 300;
}
#tarifs-inf-sup{
    letter-spacing: 0.5px;
}
.social{
    margin-bottom: 20px;
    vertical-align: top;
}
.fb_iframe_widget{
    margin-right: 10px;
    top: -8px;
}
#breadcrumbs{
    font-weight: 300;
    margin-top: 10px;
}
#breadcrumbs a{

}
/* =============== Repeated elements ===============*/
.main-par{
    margin-bottom: 30px;
    text-align: justify;
    text-transform: uppercase;
}
#col-left, #col-right{
    width: 375px;
}
#col-left{
    float: left;
}
#col-right{
    float: right;
}
.interm-link{
    color: #ada495;
    display: inline-block;
    height: 230px;
    margin-bottom: 30px;
    position: relative;
    vertical-align: top;
    width: 375px;
    line-height: 1.2;
}
.interm-link:hover{
    color: #7BAA21;
}
.interm-link h2{
    text-transform: uppercase;
}
.interm-link img{
    height: 125px;
    margin-bottom: 10px;
    width: 100%;
}
.hov-bord{
    display: block;
    height: 115px;
    position: absolute;
    top: 33px;
    border: 0px solid #7BAA21;
    width: 365px;
    /*
    -webkit-transition: border 0.2s ease-out;
    -moz-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
    */
}
.interm-link:hover .hov-bord{
    border: 5px solid #fff;
}
.interm-link .exc{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: justify;
}
.interm-link .more{
    color: #7baa21;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top: 7px;
}
div.interm-link:hover{
    color: #ada495;
}

/* =============== Header ===============*/
header{
    height: 26px;
    position: relative;
    z-index: 1000;
}
#head-links{
    margin: 0 auto;
    position: relative;
    text-align: right;
    width: 1070px;
}
#head-links a{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    padding-top: 2px;
    text-align: center;
    width: 138px;
}
#head-links a:hover{
    color: #fff;
}
#head-lan-link{
    background: #b4d629;
    cursor: default;
    margin-right: -3px;
}
#head-res-link{
    background: #7baa21;
}
#language_list{
    background: #b4d629;
    display: none;
    text-align: left;
    position: absolute;
    right: 138px;
}
#language_list li{
    border-top: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 24px;
    padding-top: 4px;
    padding-left: 10px;
    width: 128px;
}
#language_list a{
    padding: 0;
    text-align: left;

}
#language_list li:hover{
    background: #7BAA21;
}

/* =============== Menu ===============*/
#sidebar{
    float: left;
    padding-bottom: 30px;
    width: 190px;
}
#home-link-img{
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
#home-link-img img{
    height: auto;
    width: 150px;
}
.menu-separator:before{
    content:"";
    background-color:#7baa21;
    display: block;
    height: 1px;
    margin: 5px 0;
    width: 99%;
}
#main-menu li{
    position: relative;
}
#main-menu li a{
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    padding: 7px 12px;
    text-transform: uppercase;
    width: 110px;
}
#main-menu li.current-menu-item a,
#main-menu li.current_page_ancestor a{
    color: #7baa21;
}
#main-menu li.current-menu-item .sub-menu li a,
#main-menu li.current_page_ancestor .sub-menu li a{
    color: #fff;
}
#main-menu li a:hover{
    color: #7baa21;
}
#link-golfy{
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
}
ul.sub-menu{
    display: none;
    left: 170px;
    top: 0px;
    position: absolute;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(150, 150, 150, 0.75);
    -moz-box-shadow:    0px 5px 5px 0px rgba(150, 150, 150, 0.75);
    box-shadow:         0px 5px 5px 0px rgba(150, 150, 150, 0.75);
    width: 170px;
    z-index: 10000;
}
ul.sub-menu li{
    background : #CEC4B7;
    /* background: rgba(206, 196, 183, 1); */
    border-top: 1px solid #fff;
}
ul.sub-menu li:first-child{
    border-top: none;
}
#main-menu ul.sub-menu li a{
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
    text-transform: none;
    width: 165px;
}
#main-menu ul.sub-menu li:hover a{
    color: #7baa21;
}
/* =============== Accueil ===============*/
#home-links-feat{
    margin-bottom: 30px;
    vertical-align: top;
}
#home-links-feat a{
    color: #ada495;
    display: inline-block;
    font-size: 15px;
    position: relative;
    text-align: center;
    margin: 0 -3px 0 7px;
    text-transform: uppercase;
    width: 200px;
    vertical-align: top;
}
#home-links-feat a:hover{
    color: #7BAA21;
}
#home-links-feat a:first-child{
    margin-left: 0px;
}
#home-links-feat a .hov-bord{
    display: block;
    height: 115px;
    position: absolute;
    top: 0px;
    border: 0px solid #7BAA21;
    width: 190px;
}
#home-links-feat a:hover .hov-bord{
    border: 5px solid #fff;
}
#home-links-feat a img{
    display: block;
    height: auto;
    margin-bottom: 7px;
    width: 100%;
}
#home-links-feat-2 a{
    background: #cec4b7 url(img/corner-green.png) no-repeat right top;
    color: #fff;
    display: inline-block;
    margin: 0 -3px 0 20px;
    padding: 15px 15px 15px 15px;
    height: 200px;
    vertical-align: top;
    width: 230px;
}
#home-links-feat-2 a:first-child{
    margin-left: 0px;
}
.post-une-home-titre{
    display: block;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
}
#home-links-feat-2 p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

/* =============== Page de contenu ===============*/
.sec-par-cont{
    font-weight: 300;
    float: left;
    margin-bottom: 40px;
    width: 540px;
}
.sec-par{
    line-height: 1.4;
    margin: 30px 0;
    text-align: justify;
}
.sec-par-sep{
    background: #7baa21;
    height: 1px;
    width: 180px;
}
#cont-links{
    float: right;
    margin-top: 35px;
    width: 240px;
}
.cont-link{
    background: url(img/btn-dl.png) no-repeat 0 1px;
    color: #ada495;
    display: block;
    line-height: 1.2;
    margin-bottom: 7px;
    padding: 0 0 0 32px;
    text-transform: uppercase;
}
#cont-diapo a{
    display: inline-block;
    margin-bottom: 25px;
    width: 160px;
}
#cont-diapo a img, #cont-diapo a .thumb-title{
    display: block;
}
#cont-diapo a img{
    margin-bottom: 5px;
}
#cont-diapo a .thumb-title{
    color: #ada495;
    font-weight: 300;
}
#cont-diapo a .thumb-title .trait{
    background: #7baa21;
    display: inline-block;
    height: 1px;
    margin-right: 5px;
    vertical-align: middle;
    width: 30px;
}
/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(img/slimbox/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(img/slimbox/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(img/slimbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size: 18px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbNumber{
    display: none;
}
#lbCaption {
	font-weight: 300;
    letter-spacing: 1px;
}

/* =============== Page Séminaires et réceptions -> Activités ===============*/
.page-template-page-templatesactivites-php .interm-link{
    height: auto;
}
.acti-text{
    margin-bottom: 10px;
}

/* =============== Page Séminaires et réceptions -> Forfaits ===============*/
.offre.forfait{
    background-image: none;
}
/* =============== Page Séminaires et réceptions -> Salles de réunion ===============*/
.page-template-page-templatessalles-de-reunion-php .sec-par-cont{
    width: 100%;
}
.seminaire .grille-prix .prixtitre{
    padding-left: 3px;
    width: 145px;
}
.seminaire .grille-prix .prixtitre.empty{
    border-left: none;
    width: 146px;
}
.seminaire .grille-prix .prixtitre.head{
    background: #B4D629;
    border-left: none;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    width: 150.5px;
}
#tableau-prix.seminaire .case{
    width: 145px;
}

/* =============== Page Offres spéciales ===============*/
.page-template-page-templatesoffres-php #col-left, .page-template-page-templatesoffres-php #col-right,
.page-template-page-templatesseminaires-php #col-left, .page-template-page-templatesseminaires-php #col-right
{
    width: 400px;
}
.offre{
    background: url(img/corner-offres.jpg) no-repeat left 0;
    border: 1px solid #ada495;
    display: inline-block;
    margin-bottom: 30px;
    padding: 25px;
    vertical-align: top;
    width: 350px;
    -webkit-box-shadow: 6px 6px 11px 0px rgba(175, 175, 175, 0.75);
    -moz-box-shadow:    6px 6px 11px 0px rgba(175, 175, 175, 0.75);
    box-shadow:         6px 6px 11px 0px rgba(175, 175, 175, 0.75);
}
.offre h1{
    margin: 0 0 17px 0;
    text-align: center;
}
.offre img{
    height: auto;
    margin: 0 0 26px -25px;
    width: 400px !important;
}
.offre h2{
    font-size: 20px;
    margin: 0 0 9px 0;
}
.offre h3{
    border-bottom: 1px solid #7baa21;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding-bottom: 7px;
}
.offre p{
    font-weight: 300;
    margin-bottom: 25px;
}
.offre ul{
    display: block;
    font-weight: 300;
    list-style-image: url('img/list-arrow.jpg');
    list-style-position:inside;
    margin: 25px 0 25px 0;
}
.page-template-page-templatesseminaires-php .dl-docs a,
.offre a{
    background: url(img/btn-dl.png) no-repeat 0 1px;
    color: #ada495;
    display: block;
    line-height: 1.2;
    margin-bottom: 7px;
    padding: 0 0 0 32px;
    text-transform: uppercase;
}

/* =============== Page Tarifs et réservations ===============*/
.page-template-page-templatestarifs-php .interm-link{
    cursor: pointer;
    height: auto;
}
/* =============== Page Contact ===============*/
.page-template-page-templatescontact-php h1{
    margin-bottom: 40px;
}
.page-template-page-templatescontact-php h2{
    margin-bottom: 20px;
}
.page-template-page-templatescontact-php #col-left,
.page-template-page-templatescontact-php #col-right{
    width: 375px;
}
.page-template-page-templatescontact-php .sec-par-sep{
    margin: 40px 0;
}
div.wpcf7{
    background: #cec4b7;
    padding: 20px 20px 0 20px;
    width: 310px;
}
div.wpcf7 input{
    background: #fff;
    color: #a89e92;
    border: none;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    padding: 2px 0 2px 10px;
}
div.wpcf7 textarea{
    border: none;
    color: #a89e92;
    height: 165px;
    letter-spacing: 0.5px;
    padding: 2px 0 2px 10px;
    width: 100%;
}
div.wpcf7 input[type="submit"]{
    background: url(img/form-submit.jpg) no-repeat 8px 12px #b4d629;
    color: #fff;
    margin: 20px 0 0 80px;
    padding: 5px 20px 5px 35px;
    text-transform: uppercase;
    -webkit-box-shadow: 7px 7px 21px 0px rgba(155, 155, 155, 0.75);
    -moz-box-shadow:    7px 7px 21px 0px rgba(155, 155, 155, 0.75);
    box-shadow:         7px 7px 21px 0px rgba(155, 155, 155, 0.75);
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #b4d629;
    font-weight: 300;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b4d629;
    font-weight: 300;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b4d629;
    font-weight: 300;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b4d629;
    font-weight: 300;
}
div.wpcf7-response-output{
    background: #fff;
    color: #000;
    margin: 10px 0;
}
div.wpcf7 img.ajax-loader{
    display: block;
}
#plan-acces{
    height: auto;
    width: 100%;
}
.acf-map {
	width: 100%;
	height: 355px;
	border: #ccc solid 1px;
    margin-top: 20px;
}

/* =============== Page Presse ===============*/
#press-dl-links{
    padding-bottom: 30px;
}
.page-template-page-templatespresse-php #cont-diapo{
    margin: 15px 0 20px;
}
#liens-part{
    margin: 30px 0;
    text-align: left;
}
.lien-part{
    color: #ada495;
    display: inline-block;
    font-weight: 300;
    margin: 20px;
    text-align: center;
    vertical-align: top;
    width: 120px;
}
.lien-part img{
    height: 70px;
    max-width: 100%;
}
.part-name{
    display: block;
    margin-top: 10px;
}

/* =============== Page Tarifs Hotel ===============*/
#tableau-prix{
    margin-top: 30px;
}
#entete{
    margin: 0 0 30px 110px;
    width: 710px;
}
#saison{
    margin-bottom : 20px;
}
#saison div{
    background: #B4D629;
    color: #fff;
    display: inline-block;
    margin: 0px;
    padding: 10px 0;
    text-align: center;
    width: 310px;
}
#saison div:first-child{
    margin-right: 41px;
}
.prixtitre{
    border-left: 1px solid #7baa21;
    display: inline-block;
    padding-left: 5px;
    text-transform: uppercase;
}
#entete-saison .prixtitre{
    font-size: 14px;
    vertical-align: top;
    width: 79px;
}
.grille-prix{
    margin-bottom: 30px;
}
.grille-prix .prixtitre{
    margin-bottom: 10px;
    width: 815px;
}
.grille-prix .prixtitre p{
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.grille-prix .prixtitre p em{
    font-size: 11px;
    font-style: normal;
}
.lignetitre{
    display: block;
    width: 820px;
}
.case,.case-left{
    font-weight: 300;
    display: inline-block;
    padding-left: 5px;
}
.case{
    width: 80px;
}
.c1{ background: #EBEBEB; }
.c2{ background: #E4E4DA; }
/*.c3{ background: #DAEEDA; }*/
.c3{ background: #dadce5; }
.c4{ background: #eff7ef; }
.c5{ background: #F4EFEF; }
.case-left{
    font-weight: 400;
    width: 103px;
}
#tableau-prix .sec-par-sep{
    margin-top: 30px;
    width: 110px;
}
#lien-resa-ext{
    margin: 50px 0;
}
#lien-resa-ext a{
    background: url(img/form-submit.jpg) no-repeat 8px 12px #b4d629;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 5px 20px 5px 35px;
    text-transform: uppercase;
    -webkit-box-shadow: 7px 7px 21px 0px rgba(155, 155, 155, 0.75);
    -moz-box-shadow: 7px 7px 21px 0px rgba(155, 155, 155, 0.75);
    box-shadow: 7px 7px 21px 0px rgba(155, 155, 155, 0.75);
}
.lien-resa-ext:hover{
    color: #fff;
}
#tarifs-inf-sup{
    font-weight: 300;
    margin-bottom: 30px;
}

/* =============== Page Tarifs Golf ===============*/
#tableau-prix.golf .grille-prix:first-child .ligne-titre:first-child .prixtitre:nth-child(2),
#tableau-prix.golf .grille-prix:first-child .ligne-titre:first-child .prixtitre:nth-child(3){
    background: #B4D629;
    border-left: 1px solid #fff;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    text-transform: none;
    width: 204px;
}
#tableau-prix.golf .prixtitre{
    width: 198px;
}
#tableau-prix.golf .case{
    width: 200px;
}
#tableau-prix.golf .case:first-child{
    font-weight: 400;
}

/* =============== Footer ===============*/
footer{
    background: #ada495;
    border-top: 2px solid #b4d629;
    color: #fff;
    font-weight: 300;
}
#footer-cont{
    margin: 0 auto;
    width: 1070px;
}
#scroll-top{
    background: url(img/scroll-top-btn.png) no-repeat;
    cursor: pointer;
    height: 45px;
    margin: 17px auto 37px;
    width: 79px;
}
#foot-links{
    color: #fff;
}
#foot-links a{
    color: #fff;
    display: inline-block;
    height: 145px;
    margin-left: 25px;
    vertical-align: top;
    width: 245px;
}
#foot-links a:first-child{
    margin-left: 0px;
}
.foot-link-title{
    border-bottom: 2px solid #b4d629;
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
#foot-links a p{
    font-size: 14px;
}
#contact-zone{
    border-bottom: 2px solid #b4d629;
    border-top: 2px solid #b4d629;
    font-size: 14px;
    padding: 17px 0;
    position: relative;
    text-align: center;
}
#contact-zone a{
    color: #b4d629;
}
#soc-res-foot{
    margin-top: 12px;
}
#soc-res-foot a img{
    height: auto;
    width: 25px;
}
#soc-res-foot a.foot-fb img{
    width: 23px;
}
#copyright{
    color: #b4d629;
    padding: 18px 0 22px;
    text-align: center;
}

/* =============== Popup ===============*/
.wdpu-title, .wdpu-subtitle{
	color: #ada495 !important;
    font-family: 'Oswald', sans-serif !important;
}
.wdpu-title{
    font-size: 24px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.wdpu-cta{
    background : #b4d629 !important;
}

/* =============== Slideshow ===============*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	background: #fff;
    height: 402px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    right: 60px;
	background: url(img/prev-slide.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: 22px;
	background: url(img/next-slide.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 18px;
	outline: 0;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
	z-index: 9999;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
 .caption{

}
.bx-wrapper .bx-caption {
    left: 25px;
    position: absolute;
    top: 20px;
	width: 100%;
}

.bx-wrapper .bx-caption span {
    /*background: rgba(255,255,255,0.4);*/
	color: #fff;
    display: block;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
	padding: 10px;
    text-transform: uppercase;
}
