@charset "utf-8";
/*
Theme Name: Vaux le Vicomte
*/
/*-- Fix pour le bug des Google Font sous Chrome --*/
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.L {
  font-weight: 300;
}
.G {
  font-weight: bold;
}
.M {
  text-transform: uppercase;
}
.FL {
  float: left;
}
.DB {
  display: block;
}
.LN {
  list-style: none;
}
.TL {
  text-align: left;
}
.TC {
  text-align: center;
}
.I {
  font-style: italic;
}
.FR {
  float: right;
}
.DIB {
  display: inline-block;
}
.GG {
  font-weight: 600;
}
.DI {
  display: inline;
}
.TR {
  text-align: right;
}
.TJ {
  text-align: justify;
}
.t10 {
  font-size: 10px;
}
.t14 {
  font-size: 14px;
}
.t18 {
  font-size: 18px;
}
.t22 {
  font-size: 22px;
}
.t26 {
  font-size: 26px;
}
.t30 {
  font-size: 30px;
}
.t34 {
  font-size: 34px;
}
.t38 {
  font-size: 38px;
}
.t11 {
  font-size: 11px;
}
.t16 {
  font-size: 16px;
}
.t20 {
  font-size: 20px;
}
.t24 {
  font-size: 24px;
}
.t28 {
  font-size: 28px;
}
.t32 {
  font-size: 32px;
}
.t36 {
  font-size: 36px;
}
.t42 {
  font-size: 42px;
}
.t12 {
  font-size: 12px;
}
.t13 {
  font-size: 13px;
}
/*----------- 1. Iconographie ------------*/
.icoBarre {
  background: url("img/barre.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.icoBarre.icoTwitter {
  background-position: 0 0;
}
.icoBarre.icoTwitter:hover {
  background-position: 0 -20px;
}
.icoBarre.icoFacebook {
  background-position: -20px 0;
}
.icoBarre.icoFacebook:hover {
  background-position: -20px -20px;
}
.icoBarre.icoPinterest {
  background-position: -40px 0;
}
.icoBarre.icoPinterest:hover {
  background-position: -40px -20px;
}
.icoBarre.icoInstagram {
  background-position: -60px 0;
}
.icoBarre.icoInstagram:hover {
  background-position: -60px -20px;
}
.icoBarre.icoGplus {
  background-position: -80px 0;
}
.icoBarre.icoGplus:hover {
  background-position: -80px -20px;
}
.icoBarre.icoFR {
  background-position: -100px 0;
}
.icoBarre.icoFR:hover {
  background-position: -100px -20px;
}
.icoBarre.icoEN {
  background-position: -120px 0;
}
.icoBarre.icoEN:hover {
  background-position: -120px -20px;
}
.icoVLV {
  background: url("img/VLVicones.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icoVLV.icoCroix {
  background-position: -30px 0;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
/*----------- 2. Communs ------------*/
body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #21344d;
  font-size: 13px;
  font-weight: 300;
  /*-- Boutons --*/

  /*-- Sidebar --*/

  /*-- Forms --*/

  /*-- Ariane --*/

  /*-- Onglets --*/

  /*-- Header --*/

  /*-- Menu --*/

  /*-- Pied de page --*/

  /*-- HOME PAGE --*/

}

picture > img{width: 100%;height: auto;}

body h1 {
  margin: 0 0 15px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  color: #21344d;
}
body h2 {
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #21344d;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
body h2 span {
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
}
body .fauxH2 {
  margin: 0 0 20px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  color: #21344d;
}
body h3 {
  font-weight: 300;
  font-size: 12px;
  color: #798187;
  display: inline-block;
  background: #eeeeee;
  padding: 10px 15px;
  margin: 0 0 10px 0;
}
body a {
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body a:hover,
body a:focus {
  text-decoration: none;
  outline: none;
}
body img.responsive {
  width: 100%;
}
body .cale {
  clear: both;
}
body table {
  border-collapse: collapse;
}
body table th {
  text-transform: uppercase;
  border-bottom: 1px solid #a7a7a7;
  background: #eeeeee;
  color: #a7a7a7;
  padding: 8px 10px;
  font-weight: normal;
}
body table td {
  border-bottom: 1px solid #a7a7a7;
  padding: 8px 10px;
  color: #21344d;
}
body .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body .btn-primary {
  background: #21344d;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-weight: 300;
}
body .btn-primary:hover,
body .btn-primary:focus {
  background-color: #bfa190;
}
body .btn-default {
  color: #bfa190;
  font-weight: 300;
  text-transform: uppercase;
}
body .btn-default:hover,
body .btn-default:focus {
  background-color: #bfa190;
  color: #fff;
  border-color: #bfa190;
}
body #contenu #sidebar .btn,
body #entetePage .btn {
  width: 100%;
}
body #contenu #sidebar h3,
body #entetePage h3 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  color: #21344d;
  font-size: 24px;
  display: block;
  background: none;
  padding: 0;
  font-weight: 300;
}
body #contenu #sidebar .sidebar-title,
body #entetePage .sidebar-title {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  color: #21344d;
  font-size: 24px;
  display: block;
  background: none;
  padding: 0;
  font-weight: 300;
}
body #contenu #sidebar .widgetVLV,
body #entetePage .widgetVLV {
  margin: 0 0 30px 0;
  width: 100%;
  padding-bottom: 20px;
}
body #contenu #sidebar .widgetVLV img,
body #entetePage .widgetVLV img {
  width: 100%;
}
body #contenu #sidebar .widgetVLV img.ajaxloader,
body #entetePage .widgetVLV img.ajaxloader {
  width: 10px;
  position: absolute;
  left: -9000px;
}
body #contenu #sidebar .widgetVLV .sendpress,
body #entetePage .widgetVLV .sendpress {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
body #contenu #sidebar .widgetVLV .sendpress form,
body #entetePage .widgetVLV .sendpress form,
body #contenu #sidebar .widgetVLV .sendpress p,
body #entetePage .widgetVLV .sendpress p {
  margin: 0;
  padding: 0;
}
body #contenu #sidebar .widgetVLV .sendpress input:focus,
body #entetePage .widgetVLV .sendpress input:focus {
  -moz-box-shadow: 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 #000000;
  box-shadow: 0 0 0 #000000;
}
body #contenu #sidebar .widgetVLV .sendpress .sp_email,
body #entetePage .widgetVLV .sendpress .sp_email {
  background: #eeeeee;
  border: 0;
  margin: 0;
  padding: 4px 6px;
  font-size: 11px;
}
body #contenu #sidebar .widgetVLV .sendpress .signup-fields-bottom,
body #entetePage .widgetVLV .sendpress .signup-fields-bottom {
  display: none;
}
body #contenu #sidebar .widgetVLV .sendpress .sendpress-submit,
body #entetePage .widgetVLV .sendpress .sendpress-submit {
  background: #21344d;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 4px 0;
  margin: 0;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body #contenu #sidebar .widgetVLV .sendpress .sendpress-submit:hover,
body #entetePage .widgetVLV .sendpress .sendpress-submit:hover,
body #contenu #sidebar .widgetVLV .sendpress .sendpress-submit:focus,
body #entetePage .widgetVLV .sendpress .sendpress-submit:focus {
  background-color: #bfa190;
}
body #contenu #sidebar .widgetVLV .sendpress img,
body #entetePage .widgetVLV .sendpress img {
  display: none;
}
body #contenu #sidebar .coordonnees,
body #entetePage .coordonnees {
  border-left: 1px solid #798187;
  padding-left: 15px;
}
body .sendpress-signup-form #error {
  background: #BD1113;
  position: absolute;
  left: 0;
  top: -14px;
  color: #fff;
  padding: 2px 8px;
}
body .list-articles {
  margin-bottom: 30px;
}
body .list-articles a {
  display: block;
  background: #eeeeee;
  padding: 4px 6px 4px 10px;
  color: #3d3d3d;
  border-left: 3px solid #afb3b6;
  margin: 0 0 2px 0;
}
body .list-articles a:hover,
body .list-articles a:focus {
  color: #306999;
  border-left-color: #418fd1;
}
body #entetePage .widgetVLV {
  padding-top: 15px;
}
body #entetePage .widgetVLV h3 {
  margin: 0 0 5px 0;
}
body label {
  cursor: pointer;
  color: #21344d;
}
body .help-block {
  font-style: italic;
  font-size: 0.8em;
  color: #dddddd;
}
body form input,
body .form-control {
  border-radius: 0;
}
body form input:focus,
body .form-control:focus {
  -moz-box-shadow: 0 2px 10px #cccccc;
  -webkit-box-shadow: 0 2px 10px #cccccc;
  box-shadow: 0 2px 10px #cccccc;
  border-color: #bfa190;
}
body .breadcrumb {
  background: none;
  margin: 0;
  padding: 20px 0 10px 0;
  color: #a7a7a7;
  font-size: 12px;
}
body .breadcrumb a {
  color: #a7a7a7;
}
body .breadcrumb a:hover {
  color: #21344d;
}
body .onglets ul {
  padding: 0;
  margin: 0;
}
body .onglets li {
  padding: 0;
  font-size: 12px;
}
body .onglets a {
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
  background: #eeeeee;
  color: #3d3d3d;
  border-bottom: 1px solid #fff;
}
body .onglets .current_page_item a,
body .onglets .active a {
  background: #dddddd;
  color: #21344d;
  border-bottom-color: #dddddd;
}
body #ongletsMobile {
  display: none;
  width: 100%;
  margin-bottom: 15px;
}
body #bando {
  width: 100%;
  z-index: 9999;
}
body header {
  background: #19283b;
  height: 34px;
}
body header .barre {
  float: right;
  display: inline;
  padding: 5px 0 0 0;
}
body header .barre .rechercher {
  float: left;
  display: inline;
  margin: -5px 10px 0 0;
  padding: 0;
  position: relative;
}
body header .barre .rechercher form {
  margin: 0;
  padding: 0;
  height: 34px;
  line-height: 34px;
}
body header .barre .rechercher input {
  border: 0;
  background-color: #111a26;
  color: #eeeeee;
  height: 34px;
  font-weight: 300;
  vertical-align: top;
}
body header .barre .rechercher input::focus,
body header .barre .rechercher input::active {
  box-shadow: none;
}
body header .barre .rechercher .search-field {
  margin: 0;
  padding: 0 10px;
  width: 100px;
}
body header .barre .rechercher .search-submit {
  margin: 0;
  padding: 0;
  width: 30px;
  background-image: url("img/loupe.png");
  background-repeat: no-repeat;
  background-position: center center;
}
body header .barre .sociaux {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
}
body header .barre #langues {
  float: left;
  display: inline;
  margin: -5px 0 0 10px;
  padding: 0;
  height: 34px;
  position: relative;
}
body header .barre #langues #choixLangue {
  display: inline-block;
  height: 34px;
  background-color: #111a26;
  color: #eeeeee;
  line-height: 34px;
  padding: 0 15px;
  cursor: pointer;
}
body header .barre #langues #choixLangue img {
  margin: 0 0 0 4px;
  vertical-align: middle;
}
body header .barre #langues #choixLangue i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 0 0 1px 1px;
  border-color: #a7a7a7;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 15px 0 0;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body header .barre #langues #listeLangues {
  background-color: #111a26;
  color: #eeeeee;
  padding: 0;
  min-width: 140px;
  position: absolute;
  z-index: 99999;
  top: 34px;
  right: 0;
  text-align: right;
}
body header .barre #langues #listeLangues ul,
body header .barre #langues #listeLangues li {
  margin: 0;
  padding: 0;
}
body header .barre #langues #listeLangues a {
  display: block;
  color: #a7a7a7;
  padding: 6px 15px 10px 15px;
}
body header .barre #langues #listeLangues a:hover,
body header .barre #langues #listeLangues a:focus,
body header .barre #langues #listeLangues a:active {
  background: #bfa190;
  color: #21344d;
}
body header .barre #langues #listeLangues img {
  margin: 0 0 0 4px;
  vertical-align: middle;
}
body header .barre #langues:hover #choixLangue i {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
body header div[class^="menu-en-tete"][class$="container"] {
  float: left;
}
body header ul.menu-en-tete {
  list-style: none;
  position: relative;
}
body header ul.menu-en-tete.Superfish .sub-menu {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 25px;
  padding: 0;
  background: #19283b;
  min-width: 220px;
  display: block;
  float: none;
  display: none;
}
body header ul.menu-en-tete.Superfish .sub-menu li {
  display: block;
  float: none;
  position: relative;
}
body header ul.menu-en-tete.Superfish .sub-menu li a {
  float: none;
  margin: 0;
  padding: 4px 15px 8px 15px;
  display: block;
  font-weight: normal;
  text-transform: none;
  color: #dddddd;
  min-height: 2px;
  height: auto !important;
  height: 2px;
  font-size: 12px;
  text-align: left;
}
body header ul.menu-en-tete.Superfish .sub-menu li a:hover {
  background: #bfa190;
  color: #21344d;
}
body header ul.menu-en-tete > li {
  position: relative;
  float: left;
}
body header ul.menu-en-tete > li:after {
  content: '•';
  color: #ccc;
  display: inline-block;
  font-family: 'Myriad Pro';
  font-size: 12px;
}
body header ul.menu-en-tete > li:last-child:after {
  content: '';
}
body header ul.menu-en-tete > li > a {
  color: #eee;
  display: inline-block;
  padding: 5px 16px 6px 16px;
  font-size: 12px;
}
body header ul.menu-en-tete > li > a:hover {
  background-color: #21344d;
}
body .navigation {
  background: #21344d;
  height: 50px;
  clear: both;
}
body .navigation [class^="menu-principal-"][class$="container"] {
  text-align: center;
}
body .navigation .container {
  position: relative;
}
body .navigation #logo {
  position: absolute;
  z-index: 4;
  top: -28px;
  left: 0;
  display: block;
  width: 245px;
  height: 66px;
  background: url("img/logo.png") no-repeat center center;
}
body .navigation #logo h1 {
  text-indent: -3000px;
}
body .navigation #toggle-menu {
  display: none;
}
body .navigation .navbar-toggle {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  padding: 18px 0 0 0;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #fff;
  background: #bfa190;
  margin: 0;
  border-radius: 0;
}
body .navigation .navbar-toggle span {
  background: #21344d;
  margin-left: auto;
  margin-right: auto;
}
body .navigation #btReserver {
  display: inline-block;
  float: right;
  padding: 20px 15px 0 15px;
  height: 50px;
  line-height: 1em;
  color: #21344d;
  text-transform: uppercase;
  background: #eea405;
  position: relative;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body .navigation #btReserver .badge {
  display: inline-block;
  position: absolute;
  z-index: 4;
  top: -2px;
  right: -28px;
  background: #64af0c;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 14px 0 0 0;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body .navigation #btReserver:hover,
body .navigation #btReserver:focus {
  background-color: #fbb92b;
}
body .navigation #btReserver:hover .badge,
body .navigation #btReserver:focus .badge {
  top: 5px;
  background-color: #f37d00;
}
body .navigation ul.Superfish {
  position: relative;
  float: right;
  display: inline;
  padding: 0;
  margin: 0;
  margin-left: 245px;
}
body .navigation ul.Superfish li {
  display: inline;
  float: left;
  text-transform: uppercase;
  position: relative;
}
body .navigation ul.Superfish li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */

}
body .navigation ul.Superfish li a {
  font-weight: 700;
}
body .navigation ul.Superfish a {
  display: block;
  float: left;
  text-transform: uppercase;
  font-weight: 300;
  padding: 20px 15px 0 15px;
  height: 50px;
  line-height: 1em;
  color: #eeeeee;
  font-size: 14px;
}
body .navigation ul.Superfish a:hover {
  background-color: #19283b;
}
body .navigation ul.Superfish .sub-menu {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 50px;
  padding: 0;
  background: rgba(25, 40, 59, 0.9);
  min-width: 220px;
  display: block;
  float: none;
  display: none;
}
body .navigation ul.Superfish .sub-menu li {
  display: block;
  float: none;
  position: relative;
}
body .navigation ul.Superfish .sub-menu a {
  float: none;
  margin: 0;
  padding: 6px 15px 10px 15px;
  font-weight: normal;
  text-transform: none;
  color: #dddddd;
  min-height: 2px;
  height: auto !important;
  height: 2px;
  font-size: 13px;
  text-align: left;
}
body .navigation ul.Superfish .sub-menu a:hover {
  background: #bfa190;
  color: #21344d;
}
body .navigation ul.Superfish .sfHover > a {
  background-color: #19283b;
}
body #menuResponsive li.menu-header-superfish {
  background-color: #877467;
}
body #cookieChoiceInfo a {
  color: #3f6392;
}
body .footer .container {
  position: relative;
}
body .footer #logoPied {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  display: block;
  width: 258px;
  height: 71px;
  margin: -54px 0 0 -129px;
  background: url("img/logoBlanc.png") no-repeat center center;
}
body .footer #btRemonte {
  background: #fff;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 5;
  top: -22px;
  right: 0;
  padding: 4px 0 0 0;
  text-align: center;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body .footer #btRemonte span {
  display: inline-block;
  vertical-align: middle;
  background: url("img/VLVicones.png") no-repeat;
  width: 30px;
  height: 15px;
}
body .footer #btRemonte:hover {
  padding: 12px 0 0 0;
  top: -40px;
}
body .footer nav {
  text-align: center;
  position: relative;
  padding: 40px 0 20px 0;
}
body .footer nav ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
body .footer nav ul li {
  position: relative;
  float: left;
  display: inline;
}
body .footer nav ul li a {
  display: inline-block;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 12px;
  padding: 6px 8px;
}
body .footer nav ul li a:hover {
  color: #21344d;
}
body .footer nav ul li.menu-item-object-custom a {
  color: #d59304;
  border: 1px solid #eea405;
}
body .footer .copyright {
  text-align: center;
  color: #a7a7a7;
  font-size: 11px;
  margin-bottom: 30px;
}
body .illustrationPage {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/wp-content/uploads/2014/08/IlluParDefaut.jpg");
}
body #contenu .blocActu {
  margin-bottom: 50px;
}
body #contenu .blocActu .illu {
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 150px;
  background-image: url("/wp-content/uploads/2014/08/IlluParDefaut.jpg");
}
body #contenu .blocActu .illu a {
  display: block;
  width: 100%;
  height: 100%;
}
body #contenu .blocActu h2 a {
  color: #21344d;
}
body #contenu .blocActu .btReserver {
  display: inline-block;
  padding: 8px 15px;
  font-size: 12px;
  color: #3d3d3d;
  margin: 0 -4px 0 0;
  background: url("img/reservation-pointe.png") no-repeat center top #eea405;
}
body #contenu .blocActu .btReserver:hover {
  background-color: #21344d;
  color: #eea405;
}
body #contenu .blocActu h3 {
  font-weight: 300;
}
body #contenu .blocActu p {
  margin-top: 5px;
}
body .blocMiniatures {
  margin: 30px 5% 0 0;
  float: left;
  display: inline;
  width: 45%;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}
body .blocMiniatures .illu {
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 200px;
  background-image: url("/wp-content/uploads/2014/08/IlluParDefaut.jpg");
}
body .blocMiniatures .illu a {
  display: block;
  width: 100%;
  height: 100%;
}
body .blocMiniatures h2 {
  text-transform: uppercase;
}
body .blocMiniatures h2 a {
  color: #21344d;
}
body .blocMiniatures p {
  margin-top: 5px;
}
body #contenu {
  background: #dddddd;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding: 30px 0 100px 0;
}
body #contenu h3 {
  font-weight: bold;
  color: #21344d;
}
body #contenu .hupso-share-buttons {
  margin-top: 20px;
}
body #status {
  position: absolute;
  z-index: 2;
  width: 200px;
  text-align: center;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -100px;
}
body #illuHome {
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
}
body #illuHome #bienvenue {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -100px 0 0 0;
  height: 200px;
}
body #illuHome #bienvenue p {
  margin: 0;
  padding: 0;
}
body #illuHome #bienvenue .titre {
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  color: #bfa190;
  background: rgba(33, 52, 77, 0.8);
  padding: 15px 30px;
}
body #illuHome #bienvenue .soustitre {
  display: inline-block;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #21344d;
  background: #bfa190;
  padding: 8px 15px;
}
body #illuHome #bienvenue #homeNext {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 10px 5px 8px 5px;
}
body #illuHome #bienvenue #homeNext span {
  display: inline-block;
  background: url("img/VLVicones.png") no-repeat;
  background-position: 0 -20px;
  width: 30px;
  height: 16px;
}
body #home3blocs {
  background: #fff;
  padding: 50px 0 50px;
}
body #home3blocs .bloc {
  background: #eeeeee;
  text-align: center;
  padding: 0 0 10px 0;
}
body #home3blocs .bloc .illu {
  height: 200px;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("/wp-content/uploads/2014/08/IlluParDefaut.jpg");
}
body #home3blocs .bloc .illu a {
  display: block;
  width: 100%;
  height: 100%;
}
body #home3blocs .bloc h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  color: #21344d;
  font-family: 'Raleway', sans-serif;
  padding: 8px 0;
  margin: 10px;
  background: #fff;
}
body #home3blocs .bloc .lien h4 {
  background: #eea405;
}
body #home3blocs .bloc a {
  color: #21344d;
}
body #home3blocs .bloc p {
  font-size: 13px;
  line-height: 1.1em;
  padding: 0 10px;
}
body #home3blocs .bloc #featured_slider {
  position: relative;
  width: 100%;
}
body #home3blocs .bloc #featured_slider #slider {
  width: 100%;
}
body #home3blocs .bloc #featured_slider ul,
body #home3blocs .bloc #featured_slider ul li {
  list-style: none !important;
  border: none !important;
  float: left;
  margin: 0;
  width: 100%;
  background: #eeeeee;
}
body #home3blocs .bloc #featured_slider ul h4,
body #home3blocs .bloc #featured_slider ul li h4 {
  margin-bottom: 4px;
}
body #home3blocs .bloc #featured_slider ul small,
body #home3blocs .bloc #featured_slider ul li small {
  display: inline-block;
  padding: 0 0 4px 0;
}
body .blocDirect {
  margin-bottom: 30px;
}
body .blocDirect .illu {
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 150px;
  background-image: url("/wp-content/uploads/2014/08/IlluParDefaut.jpg");
}
body .blocDirect .illu a {
  display: block;
  width: 100%;
  height: 100%;
}
body .blocDirect h2 {
  margin: 0 0 10px 0;
}
body .blocDirect h2 a {
  color: #21344d;
}
body #contenu .blocMiniatures h2,
body #contenu .blocDirect h2 {
  font-weight: 300;
  background: none;
  padding: 0;
  display: block;
}

.text-seo{margin: 0px 24px 30px;}

/*=============================================================================*/
/* Medium devices (desktops, 1200px and down) */
@media (min-width: 1600px) {
  body .illustrationPage {
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 1200px) {
  body header ul.menu-en-tete.Superfish > li > a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 11px;
  }
  body .navigation #logo {
    width: 200px;
  }
  body .navigation #btReserver,
  body .navigation ul.Superfish a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  body .navigation #btReserver .badge {
    right: -32px;
  }
  body .navigation ul.Superfish {
    margin-left: 200px;
  }
  body .onglets li {
    font-size: 12px;
  }
  body .onglets a {
    padding-left: 10px;
    padding-right: 10px;
  }
  body #entetePage .widgetVLV p {
    font-size: 11px;
  }
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  body .navigation #logo {
    width: 150px;
  }
  body .navigation #btReserver,
  body .navigation ul.Superfish a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
  }
  body .navigation #btReserver .badge {
    right: -30px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    padding: 12px 0 0 0;
    font-size: 10px;
  }
  body .navigation ul.Superfish {
    margin-left: 150px;
  }
  body .onglets li {
    font-size: 11px;
    margin: 0;
  }
  body .onglets a {
    padding-left: 5px;
    padding-right: 5px;
  }
  body #entetePage .widgetVLV p {
    font-size: 10px;
  }
  body .footer nav ul li a {
    font-size: 11px;
  }
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
  body header .barre {
    float: none;
    display: block;
  }
  body header .barre .rechercher {
    display: none;
  }
  body header .barre .sociaux {
    float: none;
    margin: 0;
    padding: 0;
  }
  body header .barre .sociaux li {
    margin: 0;
    padding: 0;
  }
  body header .barre #langues {
    float: right;
    display: inline;
    margin-left: 0;
    padding: 0;
  }
  body header ul.Superfish {
    display: none;
  }
  body .navigation #logo {
    left: 50%;
    margin-left: -75px;
  }
  body .navigation #toggle-menu {
    display: block;
  }
  body .navigation ul.Superfish {
    display: none;
  }
  body .navigation #btReserver {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 11px;
  }
  body .navigation #btReserver .badge {
    left: -30px;
  }
  body .breadcrumb {
    font-size: 11px;
  }
  body h1 {
    font-size: 26px;
  }
  body .illustrationPage {
    height: 150px;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  body .onglets {
    display: none;
  }
  body #ongletsMobile {
    display: block;
  }
  body .footer nav ul li a {
    padding: 6px 7px;
    font-size: 10px;
  }
  body #illuHome {
    display: none;
  }
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 560px) {
  body header .langueNom {
    display: none;
  }
  body header .navigation #btReserver .badge {
    display: none;
  }
  body .blocMiniatures {
    margin-right: 0;
    margin-top: 15px;
    float: none;
    display: block;
    width: 100%;
    min-height: 200px;
    height: auto !important;
    height: 200px;
  }
  body .footer nav ul {
    display: block;
  }
  body .footer nav ul li {
    display: block;
    float: none;
  }
  body .footer nav ul li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #dddddd;
  }
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 460px) {
  
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 380px) {
  body .breadcrumb {
    font-size: 10px;
  }
}
/* Ajout SF O.M. 20140814 */
.margeG {
  margin: 3px 0 0 20px;
  float: right;
}
.margeD {
  margin: 3px 20px 0 0;
  float: left;
  clear: left;
}
.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* STX Newsletter */
body #contenu #sidebar #stx-newsletter {
  margin: 0 0 30px 0;
  width: 100%;
}
body #contenu #sidebar #stx-newsletter,
body #entetePage #stx-newsletter {
  padding-bottom: 20px;
}
body #entetePage .secutix-newsletter {
  padding-top: 15px;
}
body #contenu #sidebar #stx-newsletter .iVfykK,
body #entetePage #stx-newsletter .iVfykK {
  background-color: transparent;
}
body #contenu #sidebar #stx-newsletter p,
body #contenu #sidebar #stx-newsletter form,
body #entetePage #stx-newsletter p,
body #entetePage #sidebar #stx-newsletter form {
  margin: 0;
  padding: 0;
}
body #contenu #sidebar #stx-newsletter label,
body #entetePage #stx-newsletter label {
  margin-bottom: 0;
  margin-top: 10px;
}
body #contenu #sidebar #stx-newsletter input[type="text"],
body #entetePage #stx-newsletter input[type="text"],
body #contenu #sidebar #stx-newsletter input[type="email"],
body #entetePage #stx-newsletter input[type="email"] {
  background: #eeeeee;
  border: 0;
  margin: 0;
  padding: 4px 6px;
  font-size: 11px;
}
body #contenu #sidebar #stx-newsletter .icrAbh,
body #entetePage #stx-newsletter .icrAbh {
  height: auto;
}
body #contenu #sidebar #stx-newsletter .iMVQid,
body #entetePage #stx-newsletter .iMVQid {
  padding: 0;
}
body #entetePage #stx-newsletter .cgxsip,
body #contenu #sidebar #stx-newsletter .cgxsip {
  padding: 0;
}
body #contenu #sidebar #stx-newsletter button,
body #entetePage #stx-newsletter button {
  background: #21344d;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 2px 0;
  margin: 0;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 14px;
}
#featured_slider .feat_prev {
  background: transparent url(/wp-content/plugins/wp-featured-content-slider/images/sprite.png) no-repeat;
  background-position: 0px 0px;
  width: 17px;
  z-index: 10;
  height: 16px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  bottom: -30px;
}
#featured_slider .feat_prev:hover {
  background-position: 0px -16px;
}
#featured_slider .feat_next {
  background: transparent url(/wp-content/plugins/wp-featured-content-slider/images/sprite.png) no-repeat;
  background-position: -17px 0px;
  width: 17px;
  z-index: 10;
  height: 16px;
  position: absolute;
  right: 50%;
  margin-right: -20px;
  bottom: -30px;
  cursor: pointer;
}
#featured_slider .feat_next:hover {
  background-position: -18px -16px;
}
.vauxlevicomte_slider {
  font-size: 10px;
  float: right;
  clear: both;
  position: relative;
  top: -10px;
  background-color: #CCC;
  padding: 3px 3px;
  line-height: 10px !important;
}
/* FAQ */
#listeFAQ {
  margin-top: 20px;
}
#listeFAQ a[name] {
  display: block;
  height: 80px;
}
#featured_slider .feat_prev {
  background: transparent url(/wp-content/plugins/wp-featured-content-slider/images/sprite.png) no-repeat;
  background-position: 0px 0px;
  width: 17px;
  z-index: 10;
  height: 16px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  bottom: -30px;
}
#featured_slider .feat_prev:hover {
  background-position: 0px -16px;
}
#featured_slider .feat_next {
  background: transparent url(/wp-content/plugins/wp-featured-content-slider/images/sprite.png) no-repeat;
  background-position: -17px 0px;
  width: 17px;
  z-index: 10;
  height: 16px;
  position: absolute;
  right: 50%;
  margin-right: -20px;
  bottom: -30px;
  cursor: pointer;
}
#featured_slider .feat_next:hover {
  background-position: -18px -16px;
}
.vaux-le-vicomte_slider {
  font-size: 10px;
  float: right;
  clear: both;
  position: relative;
  top: -10px;
  background-color: #CCC;
  padding: 3px 3px;
  line-height: 10px !important;
}
.ls-wrapper > .ls-layer {
  /* top:0 !important;
	y:0 !important;
		transform: translateX(0px) translateY(0px) !important;*/

}
/* Ajouts pour le questionnaire de noel */
.notus:not(.notus-type-snackbar).popupquestions {
  background-color: #ffffff;
  width: 320px;
  display: hidden;
  font-family: 'Open Sans', sans-serif;
  animation-delay: 3s !important;
  animation-duration: 1s !important;
  /*animation-iteration-count: infinite !important;*/

}
.notus:not(.notus-type-snackbar).popupquestions .notus-content-body {
  margin-top: 0;
}
.notus-container.notus-position-br .notus,
.notus-container.notus-position-tr .notus {
  margin-right: 10px;
}
.notus:not(.notus-type-snackbar).popupquestions .notus-content {
  max-width: 100%;
}
.notus.popupquestions {
  padding: 0;
  margin: 10px;
  /*border: solid 2px #c08833;*/

  border: solid 2px #eea405;
}
.gauche {
  padding-right: 0;
}
.droite {
  text-align: center;
  min-height: 270px;
  font-weight: 500;
  padding: 25px 30px !important;
  padding-top: 10px !important;
}
.droite .top {
  border: solid 1px #eea405;
  margin: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 2px;
}
.droite p {
  padding: 0;
  font-size: 0.85em;
  line-height: 15px;
  margin: 0px;
}
.droite .sous-titre {
  margin-top: 10px;
}
.droite .lien,
.location_cta {
  padding: 10px;
  background-color: #eea405;
  color: #ffffff;
}
.droite .lien:hover,
.location_cta:hover {
  background-color: #fbb92b;
  color: #fff;
}
.droite strong {
  font-weight: 900;
}
.mlw_qmn_question {
  /*display: inline !important;*/

  margin: 0 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qmn_btn {
  padding: 6px 12px !important;
  border: 0 !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}
.qmn_quiz_container .qmn_btn,
.qmn_quiz_container .btn {
  color: #fff !important;
  background: #21344d !important;
  font-size: 14px;
}
.qmn_quiz_container .qmn_btn:hover,
.qmn_quiz_container .btn {
  color: #fff !important;
  background: #bfa190 !important;
}
.quiz_section.quiz_end .qsm-submit-btn {
  display: block;
  margin: 50px 0;
}
.quiz_section .mlw_qmn_question {
  /*display: inline-block !important;*/

  display: block;
}
.quiz_section textarea {
  display: block !important;
}
.quiz_section.quiz_end .qsm_contact_div input {
  margin-bottom: 12px;
}
.etoile {
  color: #eea405;
}
/*  Mise à jours du 21/02/2020 tweaks sur les pages Location d'espaces*/
.location_cta {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  max-width: 255px;
  text-align: center;
}
.location_formulaire {
  font-size: .85em;
}
.location_formulaire input {
  background: #eee;
  padding: 4px 6px;
  border: 0;
  width: 400px;
}
.wpcf7-form input[type=submit] {
  color: #fff;
  text-transform: uppercase;
  background: #21344d;
  border: none;
  padding: 2px 0;
  font-size: 14px;
  width: 400px;
}
