#tableau_de_bord {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 1200px) {
  #tableau_de_bord {
    display: block;
    text-align: center;
  }
}

div.controles {
  display: table-row;
}
@media (max-width: 1200px) {
  div.controles {
    display: block;
  }
}
div.controles span {
  display: table-cell;
  text-align: center;
  width: 25%;
}
div.controles span a {
  font-size: 0.8em;
  text-align: center;
}
@media (max-width: 1200px) {
  div.controles span {
    width: 48%;
    display: inline-block;
  }
}

a.ic_acc_account {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_account.png) left -80px no-repeat;
}
a.ic_acc_account:hover {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_account.png) left top no-repeat;
}

a.ic_acc_account_on {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_account.png) left -160px no-repeat;
}
a.ic_acc_account_on:hover {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_account.png) left top no-repeat;
}

a.ic_acc_order {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_order.png) left -80px no-repeat;
}
a.ic_acc_order:hover {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_order.png) left top no-repeat;
}

a.ic_acc_order_on {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_order.png) left -160px no-repeat;
}
a.ic_acc_order_on:hover {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_order.png) left top no-repeat;
}

a.ic_acc_shop {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_shop.png) left -80px no-repeat;
}
a.ic_acc_shop:hover {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_shop.png) left top no-repeat;
}

a.ic_acc_shop_on {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_shop.png) left -160px no-repeat;
}
a.ic_acc_shop_on:hover {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_shop.png) left top no-repeat;
}

a.ic_acc_ship {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_ship.png) left -80px no-repeat;
}
a.ic_acc_ship:hover {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_ship.png) left top no-repeat;
}

a.ic_acc_ship_on {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_ship.png) left -160px no-repeat;
}
a.ic_acc_ship_on:hover {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_ship.png) left top no-repeat;
}

a.ic_acc_quit {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_quit.png) left -80px no-repeat;
}
a.ic_acc_quit:hover {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_quit.png) left top no-repeat;
}
a.ic_acc_quit:active {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../TEMPLATE/ic_acc_quit.png) left -160px no-repeat;
}

#ship {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
#ship div.ship_row {
  display: table-row;
}
#ship div.ship_row:first-child div.ship_cell {
  background-color: #eee;
}
#ship div.ship_cell {
  display: table-cell;
  border: solid 1px #999;
  padding: 10px;
  background-color: #ffffff;
}

td.caddie_account {
  border: solid 1px #785351;
  padding: 8px 60px 8px 8px;
  background-color: #ffffff;
}

#connexion {
  border: solid 2px #785351;
  padding: 10px 50px;
  width: 510px;
  text-align: left;
  border-radius: 16px;
}
@media (max-width: 1200px) {
  #connexion {
    width: 100%;
  }
}
#connexion input[type=text] {
  padding: 10px;
  border: solid 1px #785351;
  width: 390px;
  font-size: 16px;
  color: #785351;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  #connexion input[type=text] {
    width: 100%;
  }
}
#connexion input[type=password] {
  padding: 10px;
  border: solid 1px #785351;
  width: 390px;
  font-size: 16px;
  color: #785351;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  #connexion input[type=password] {
    width: 100%;
  }
}
#connexion input[type=submit] {
  font-family: "ubuntubold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  width: 360px;
  height: 60px;
  background-color: #785351;
  border: 0;
  border-radius: 16px;
}
#connexion input[type=submit]:hover {
  color: #ffffff;
  background-color: #ee7528;
}
#connexion input[type=submit]:active {
  background-color: #ee7528;
}
@media (max-width: 1200px) {
  #connexion input[type=submit] {
    width: 100%;
  }
}

input[type=radio].css-checkbox {
  display: none;
}
input[type=radio].css-checkbox + label.css-label {
  padding-left: 30px;
  height: 24px;
  display: block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -24px;
}

label.css-label {
  background-image: url(../TEMPLATE/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
}

#connexion_form div.colonne_gauche {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#connexion_form div.colonne_droite {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#connexion_form fieldset {
  padding: 6px;
  border: none;
}
#connexion_form legend {
  font-family: "robotolight";
  font-weight: bold;
  font-size: 20px;
}
#connexion_form label {
  padding: 6px;
  display: inline-block;
  width: 220px;
  text-align: right;
  vertical-align: top;
  font-family: "robotobold";
  font-weight: 400;
}
#connexion_form label:after {
  content: " *";
}
#connexion_form label.facultatif {
  padding: 6px;
  display: inline-block;
  width: 220px;
  text-align: right;
  vertical-align: top;
  font-family: "robotolight", sans-serif;
}
#connexion_form label.facultatif:after {
  content: "";
}
#connexion_form label.newsletter {
  padding: 6px;
  display: inline-block;
  width: 400px;
  text-align: right;
  vertical-align: top;
}
#connexion_form label.title {
  padding: 6px;
  display: inline-block;
  width: 160px;
  text-align: right;
  vertical-align: top;
}
#connexion_form input[type=text] {
  width: 300px;
  font-family: "robotolight";
  font-size: 16px;
  color: #785351;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px #785351;
}
#connexion_form input[type=password] {
  width: 300px;
  font-family: "robotolight";
  font-size: 16px;
  color: #785351;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px #785351;
}
#connexion_form textarea {
  width: 300px;
  font-family: "robotolight";
  font-size: 16px;
  color: #785351;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px #785351;
  height: 100px;
}
#connexion_form span.checkbox {
  width: 330px;
  text-align: left;
  display: inline-block;
}
#connexion_form #captcha {
  margin-left: 200px;
}

.form_info {
  width: 19px;
  height: 18px;
  border: solid 1px #eeeeee;
}

.check_form {
  width: 19px;
  height: 18px;
  background: url(../TEMPLATE/form_check.png) left top no-repeat;
}

.check_error {
  width: 19px;
  height: 18px;
  background: url(../TEMPLATE/form_no.png) left top no-repeat;
}

.bt_envoyer {
  width: 360px;
  height: 60px;
  background-color: rgba(221, 24, 94, 0.5);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-family: "robotobold";
  text-transform: uppercase;
  border-radius: 16px;
}
.bt_envoyer:hover {
  width: 360px;
  height: 60px;
  background-color: rgba(221, 24, 94, 0.8);
  border: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  cursor: pointer;
}

#contenu {
  position: relative;
}

#filters label {
  margin-left: 20px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  #filters label {
    display: block;
    margin-left: 50px;
  }
}
@media (max-width: 1200px) {
  #filters select {
    margin-left: 50px;
  }
}

#result table td {
  border: solid 1px #999;
  padding: 10px;
}

.s_order {
  width: 100%;
  margin-top: 20px;
}
.s_order td {
  padding: 10px;
  border: solid 1px #785351;
}
.s_order td.prix_total {
  background-color: #785351;
  color: #ffffff;
}

/*
  Created by Stephane Arribart.
  For Influa
  Date: 05/11/2020
  Time: 13:57

  --- _caddie ---

          |\      _,,,---,,_
    ZZZzz /,`.-'`'    -.  ;-;;,_
         |,4-  ) )-,_. ,\ (  `'-'
        '---''(_/--'  `-'\_)  

*/
/* #caddie { position: absolute; margin: 2px 0 0 530px; padding:10px; width: 216px; border: solid 1px #e21d00; border-radius:6px; background-color: #ffffff; z-index: 920;} */
#caddie_bloc {
  position: absolute;
  display: inline-block;
  z-index: 910;
  right: 30px;
  top: 0;
}
#caddie_bloc .shop_cart {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
  height: 32px;
  vertical-align: middle;
  background: url("../TEMPLATE/ic_cart.png") left center no-repeat;
  background-size: contain;
}

#caddie_header {
  position: absolute;
  margin: 0;
  right: 0;
  padding: 10px;
  width: 320px;
  border: solid 1px #ebc200;
  background-color: #ffffff;
  z-index: 920;
  line-height: normal;
}
#caddie_header a.produit {
  color: #000;
}
#caddie_header a.produit:hover {
  color: #999;
}
#caddie_header .caddie_row:hover {
  background-color: #eee;
}
#caddie_header .caddie_detail {
  padding: 10px;
  border-bottom: solid 1px #ebc200;
}
#caddie_header .caddie_prix {
  white-space: nowrap;
}
#caddie_header .caddie_show {
  padding: 10px 0 0 0;
}
#caddie_header .caddie_show p {
  text-align: center;
  margin: 0;
  padding: 0;
}
#caddie_header .caddie_show .show {
  margin-top: 10px;
  display: block;
  border: none;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  background-image: linear-gradient(-251deg, #b79264 0%, #3f2f26 100%);
  color: #fff;
  font-family: "playfair_displayregular";
  font-size: 16px;
  width: 180px;
  border-radius: 4px;
}
#caddie_header .caddie_show .show:hover {
  background-image: none;
  background-color: #fb8c00;
}

body {
  font-family: "robotolight", sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #785351;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

a {
  transition: color 0.2s linear;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #3f2f26;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}

h1 {
  padding: 0px;
  margin: 0px;
  font-size: 50px;
  font-family: "playfair_displayregular", serif;
  font-weight: normal;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 26px;
  font-family: "playfair_displayregular", sans-serif;
  color: #c49a6c;
}
h2.subtitle {
  text-transform: uppercase;
}

h3 {
  font-family: "playfair_displayregular", serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 1px;
  color: #3f2e24;
  display: inline-block;
}

h4 {
  font-family: "roboto_condensedbold", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}

strong, b {
  font-family: "robotobold", sans-serif;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

hr {
  visibility: hidden;
  clear: both;
  padding: 0;
  margin: 0;
}
hr.padding5 {
  padding-top: 5px;
}
hr.padding10 {
  padding-top: 10px;
}
hr.padding20 {
  padding-top: 20px;
}
hr.padding30 {
  padding-top: 30px;
}
hr.padding40 {
  padding-top: 40px;
}
hr.padding60 {
  padding-top: 60px;
}
hr.padding80 {
  padding-top: 80px;
}
hr.padding100 {
  padding-top: 100px;
}
hr.padding120 {
  padding-top: 120px;
}

.error {
  padding: 10px;
  color: #ed1024;
  background-color: #ffebef;
  font-size: 12px;
}

.small {
  font-size: 0.8em;
}

.padding_10 {
  padding: 10px;
}

.padding_20 {
  padding: 20px;
}

.padding_30 {
  padding: 30px;
}

.info {
  text-align: justify;
  column-count: 2;
  column-gap: 30px;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -o-column-count: 2;
  -o-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
}
@media (max-width: 1200px) {
  .info {
    column-count: 1;
    -o-column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
.info span.title, .info h3 {
  text-align: left;
}

#social_network {
  position: absolute;
  height: 46px;
  margin: 30px 0 0 70%;
  z-index: 999;
}

#social_network_scroll {
  position: absolute;
  height: 46px;
  margin: 8px 0 0 70%;
  z-index: 999;
}

#social_network span, #social_network_scroll span {
  width: 46px;
  height: 46px;
  margin: 0 10px 0 0;
  padding: 0;
}

.title_content {
  font-family: "robotobold";
  font-size: 30px;
  display: block;
  line-height: 30px;
  margin-bottom: 30px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0;
}

#hero {
  position: relative;
  text-align: center;
  border: solid 1px #403833;
  vertical-align: middle;
  background: linear-gradient(to right, #56391c, #281b10, #362518);
  display: table-cell;
  background-size: cover;
}

.container_home {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .container_home {
    max-width: 100%;
    padding-top: 60px;
  }
}

div.col_1, div.col_2, div.col_3 {
  height: 100%;
}

#home_image {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}

#home_content {
  display: inline-block;
  width: 38%;
  vertical-align: top;
}
#home_content span.home_content {
  padding-left: 30px;
  border-left: 10px solid #5f081f;
  display: inline-block;
}
#home_content span.home_content p {
  margin: 0;
  font-size: 1.2em;
}

#local {
  position: absolute;
  right: 40px;
  top: 10px;
  float: right;
  z-index: 999;
}
#local a {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
  padding: 0 10px;
  color: #fff;
}
#local a:hover {
  color: #b9740b;
}

.sticky {
  position: fixed;
  top: 60px;
  width: 100%;
  background-color: rgba(93, 56, 27, 0.8);
}

.bouton {
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 6%;
  left: 0;
  right: 0;
  display: table-cell;
  text-align: center;
  z-index: 999;
}
.bouton a {
  display: inline-block;
  margin: 0 auto;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 1;
}

div.vitrine {
  margin: 0 auto 0 auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  z-index: 2;
  position: relative;
  max-height: 80%;
}
div.vitrine ul.chateaux {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
div.vitrine ul.chateaux li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0px;
  width: 33%;
}
@media (max-width: 1200px) {
  div.vitrine ul.chateaux li {
    display: block;
    width: 80%;
  }
}
div.vitrine ul.chateaux li a {
  display: inline-block;
  color: #fff;
}
div.vitrine ul.chateaux li a img {
  visibility: visible;
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

#contenu {
  display: block;
}
#contenu span.image, #contenu span.image_paysage {
  width: 580px;
  height: 520px;
  margin: 0 0 30px 30px;
  float: right;
}
#contenu span.image_portrait {
  height: 580px;
  width: 520px;
  margin: 0 0 30px 30px;
  float: right;
  display: inline-block;
  position: relative;
}
#contenu li {
  list-style-image: url(../TEMPLATE/arrow_li.png);
  line-height: 20px;
  padding: 8px 0;
}
#contenu li strong {
  text-transform: uppercase;
}
#contenu p {
  text-align: left;
}

.contenu_txt ul {
  list-style: disc;
}
.contenu_txt ul li {
  list-style: disc;
}
.contenu_txt p img {
  max-width: 80%;
  height: auto;
}

#slider_full {
  width: 100%;
  height: 626px;
  float: left;
  clear: both;
  display: block;
  z-index: 1;
  position: relative;
}

#fil_ariane {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  color: #999;
  font-size: 12px;
}
#fil_ariane a {
  line-height: 10px;
  vertical-align: middle;
  color: #999;
}
#fil_ariane a:hover {
  color: #7e7e7e;
}

a.bt_remplir {
  width: auto;
  height: 24px;
  padding: 8px 60px;
  border-radius: 24px;
  color: #fff;
  background-color: #a5014f;
  border: solid 1px #fff;
  vertical-align: middle;
  margin: 30px;
}
a.bt_remplir:hover {
  background-color: #56829b;
  color: #fff;
}
a.bt_voir {
  width: auto;
  height: 40px;
  padding: 6px 60px 4px 30px;
  border-radius: 30px;
  color: #fff;
  vertical-align: middle;
  margin: 0;
  font-family: "pt_sans_narrowbold";
  font-size: 18px;
  background: url(../TEMPLATE/arrow_bt.png) right center no-repeat #a5014f;
}
a.bt_voir:hover {
  background-color: #56829b;
  color: #fff;
}
a.bt_voir_gd {
  width: auto;
  height: 44px;
  padding: 6px 100px 4px 80px;
  border-radius: 8px;
  color: #fff;
  vertical-align: middle;
  margin: 0;
  font-family: "pt_sans_narrowbold";
  font-size: 30px;
  background: url(../TEMPLATE/arrow_bt.png) right center no-repeat #56829b;
}
a.bt_voir_gd:hover {
  background-color: #5f316c;
  color: #fff;
}

input[type=text], input[type=password] {
  padding: 10px 10px 10px 24px;
  font-family: "roboto_condensedregular";
  font-size: 1em;
  width: 500px;
}
@media (max-width: 1200px) {
  input[type=text], input[type=password] {
    width: 100%;
  }
}

textarea {
  padding: 10px 10px 10px 24px;
  font-family: "roboto_condensedregular";
  font-size: 1em;
  width: 500px;
}

input[type=submit].continuer {
  width: auto;
  height: 40px;
  border: 0;
  font-family: "roboto_condensedbold";
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  padding: 8px 60px 5px 60px;
  background-color: #0f1632;
  text-transform: uppercase;
  cursor: pointer;
}
input[type=submit].continuer:hover {
  width: auto;
  height: 40px;
  background-color: #fdc027;
}

a.retour {
  width: 180px;
  height: 40px;
  background: url(../TEMPLATE/bouton_retour.png) left top no-repeat;
  border: 0;
  font-family: "roboto_condensedbold";
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
}
a.retour:hover {
  width: 180px;
  height: 40px;
  background: url(../TEMPLATE/bouton_retour.png) left -40px no-repeat;
}

a.rdv {
  color: #fff;
  background-color: #785351;
  font-size: 12px;
  font-family: "roboto_condensedbold";
  text-transform: uppercase;
  padding: 20px;
  border-radius: 26px;
}
a.rdv:hover {
  color: #fff;
  background-color: #000000;
}

.bt_envoyer {
  width: 180px;
  height: 43px;
  background-color: rgba(93, 56, 27, 0.5);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "roboto_condensedbold";
  border-radius: 4px;
}
.bt_envoyer:hover {
  width: 180px;
  height: 43px;
  background-color: rgba(93, 56, 27, 0.8);
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
}

#contact_form div.colonne_gauche, #contact_form div.colonne_droite {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#contact_form fieldset {
  padding: 6px;
  border: none;
}
#contact_form legend {
  font-family: "roboto_condensedregular";
  font-weight: bold;
  font-size: 20px;
}
#contact_form label {
  padding: 6px;
  display: inline-block;
  width: 180px;
  text-align: right;
  vertical-align: top;
}
#contact_form label.newsletter {
  padding: 6px;
  display: inline-block;
  width: 400px;
  text-align: right;
  vertical-align: top;
}
#contact_form label.title {
  padding: 6px;
  display: inline-block;
  width: 160px;
  text-align: right;
  vertical-align: top;
}
#contact_form input[type=text], #contact_form input[type=password] {
  width: 300px;
  font-family: "roboto_condensedregular";
  font-size: 14px;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px #eee;
}
#contact_form textarea {
  width: 300px;
  font-family: "roboto_condensedregular";
  font-size: 14px;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px #eee;
}
#contact_form #captcha {
  margin-left: 200px;
}
#contact_form textarea {
  height: 100px;
}

#diaporama {
  display: table;
  width: 100%;
}
@media (max-width: 1200px) {
  #diaporama {
    display: block;
  }
}

div.ligne_1 {
  display: table-row;
  width: 100%;
  height: 266px;
}
@media (max-width: 1200px) {
  div.ligne_1 {
    display: block;
    height: auto;
  }
}
div.ligne_2 {
  display: table-row;
  width: 100%;
}
@media (max-width: 1200px) {
  div.ligne_2 {
    display: block;
  }
}
div.image_1, div.image_2, div.image_3 {
  display: table-cell;
  border-bottom: solid 5px #fff;
}
@media (max-width: 1200px) {
  div.image_1, div.image_2, div.image_3 {
    display: block;
    height: 266px;
    border: none;
  }
  div.image_1.texte, div.image_2.texte, div.image_3.texte {
    height: auto;
  }
}
div.image_1, div.image_3 {
  width: 25%;
}
@media (max-width: 1200px) {
  div.image_1, div.image_3 {
    width: 100%;
  }
}
div.image_1 {
  border-right: solid 5px #fff;
}
@media (max-width: 1200px) {
  div.image_1 {
    border: none;
  }
}
div.image_3 {
  border-left: solid 5px #fff;
}
@media (max-width: 1200px) {
  div.image_3 {
    border: none;
  }
}
div.ligne_3 {
  display: table;
  width: 100%;
  height: 400px;
}
@media (max-width: 1200px) {
  div.ligne_3 {
    display: block;
    height: auto;
  }
}
div.image_full {
  display: table-cell;
  width: 100%;
}
@media (max-width: 1200px) {
  div.image_full {
    display: block;
  }
}
div.vignoble {
  width: 100%;
}

.contenu_mobile {
  padding: 20px;
}

#bouteille {
  float: left;
  width: 200px;
  display: block;
}
@media (max-width: 1200px) {
  #bouteille {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  #bouteille img {
    max-height: 300px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
}

input[type=submit].pdf {
  background-color: #4e2a00;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 30px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
input[type=submit].pdf:hover {
  color: #b9740b;
}

a.pdf {
  background-color: #4e2a00;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 30px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
a.pdf:hover {
  color: #b9740b;
}

a.bt_appellation {
  padding: 10px;
  border: solid 1px #c69d86;
  border-radius: 4px;
  margin: 0 5px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  a.bt_appellation {
    display: block;
    margin-bottom: 5px;
  }
}
a.bt_appellation:hover {
  border: solid 1px #5d4436;
}
a.bt_appellation.on {
  background: rgba(93, 68, 54, 0.2);
  border: solid 1px #5d4436;
}

#footer {
  width: 100%;
  background-color: #fff;
  color: #775a48;
  clear: both;
  padding: 30px 0 0 0;
  font-family: "robotolight";
}
#footer strong, #footer b {
  font-family: "roboto_condensedbold", sans-serif;
  font-weight: normal;
}

#signature {
  text-align: center;
}
#signature div.contenu_footer {
  width: 100%;
  text-align: center;
}
#signature div.contenu_footer div.col {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 30%;
  float: left;
}
#signature div.contenu_footer div.col span.title {
  font-family: "roboto_condensedbold", sans-serif;
  font-weight: normal;
  font-size: 1.2em;
}
#signature div.contenu_footer div.col ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}
#signature p a {
  color: #fff;
}
#signature p a:hover {
  color: #ffcd00;
}

#mentions {
  width: 100%;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8em;
  padding: 10px 0;
}
#mentions p {
  font-size: 0.8em;
  font-family: "robotoregular", serif;
  color: #775a48;
  line-height: 2em;
  letter-spacing: 2px;
}
#mentions p a, #mentions p span {
  margin: 6px 6px;
  color: #775a48;
}
#mentions a:hover {
  color: #56829b;
}
#mentions span.evin {
  font-size: 0.8em;
}

#map_canvas p {
  color: #565656;
}
#map_canvas p a {
  color: #565656;
}
#map_canvas p a:hover {
  color: #ffcd00;
}

.view {
  width: 100%;
  height: 240px;
  margin: 0;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-radius: 6px;
}
.view .mask, .view .content {
  width: 100%;
  height: 240px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 12;
}
.view .overlay {
  width: 100%;
  height: 240px;
  position: absolute;
  background-color: rgba(82, 96, 107, 0.4);
  z-index: 10;
}
.view img {
  display: block;
  position: relative;
  z-index: 2;
}
.view div.more {
  text-transform: none;
  width: 110px;
  color: #fff;
  font-family: "roboto_condensedbold";
  text-align: left;
  position: relative;
  font-size: 16px;
  padding: 0;
  margin: -40px 0 0 70%;
  cursor: pointer;
  background: url(../TEMPLATE/arrow.png) right top no-repeat;
}
.view div.more a {
  color: #fff;
}
.view div.more a:hover {
  color: #b9740b;
}
.view p {
  width: 80%;
  font-family: "roboto_condensedregular";
  font-size: 16px;
  position: relative;
  color: #fff;
  padding: 20px 0 0 0;
  margin-left: 24px;
  text-align: left;
  display: inline-block;
}
.view p strong {
  font-family: "roboto_condensedbold";
  font-weight: normal;
}
.view a.info {
  width: 668px;
  padding: 0;
  position: absolute;
  z-index: 500;
  text-align: left;
  text-decoration: none;
  margin-left: -520px;
  margin-top: 30px;
  padding: 0 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "roboto_condensedbold";
  font-weight: 100;
  font-size: 24px;
}
.view a.info:hover {
  color: #b9740b;
}
.view div.more:hover {
  color: #b9740b;
}

.view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(82, 96, 107, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view-first div.more {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view-first p {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view-first:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-first:hover div.more, .view-first:hover p, .view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#cookie-msg {
  width: 100%;
  line-height: 40px;
  color: #F7F7F7;
  font-weight: 400;
  text-align: left;
  display: none;
  min-width: 1200px;
  background-color: rgba(63, 46, 36, 0.8);
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

#cookie-msg-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#cookie-msg-inner a {
  color: #fff;
}
#cookie-msg-inner a:hover {
  color: #fdc026;
}
#cookie-msg-inner span {
  float: left;
  display: inline;
}

#cookieClose {
  float: right;
  display: inline;
  cursor: pointer;
  background: #24387b;
  line-height: 24px;
  margin-top: 7px;
  border: 1px solid #334ca2;
  border-radius: 3px;
  padding: 0 8px;
  font-weight: 700;
  color: #FFF;
  box-shadow: 0 0 1px #FFF inset;
}
#cookieClose:hover {
  background: #fdc026;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    width: 96%;
  }
}
#login {
  display: none;
}

/*# sourceMappingURL=style.css.map */
