@charset 'UTF-8';

/* ---------------------------------
 * RESET 
 * --------------------------------- */

* {
    box-sizing: border-box;
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    color: #000;
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
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 {
    border-collapse: collapse;
    border-spacing: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: underline;
}


/* COMMUN */

body {
    font-family: 'Raleway', sans-serif;
}

#map {
    min-height: 340px;
}

.row {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.col1 {
    width: 100%
}

.col2 {
    width: 50%;
    float: left;
}

.col3 {
    width: 33.3%;
    float: left;
}

.col4 {
    width: 25%;
    float: left
}

.col5 {
    width: 20%;
    float: left
}

.col8 {
    width: 12.5%;
    float: left
}

.galerie {
    width: 22%;
    float: left;
    margin: 1.5%;
}

.coul1 {
    background: #e0b603;
    color: #ffffff;
}

.coul2 {
    background: #020202;
    color: #cabeb0
}

.item {
    height: inherit;
}

.left {
    float: left;
}

.right {
    float: right;
}

.nofloat {
    clear: both;
    height: 0px;
}

.shadow {}

.aright {
    text-align: right;
}


/* MENU */

header.menu {
    z-index: 1000;
    background: #ffffff;
    color: #ba9d22;
    font-size: 1.6em;
}

.flag {
    height: 15px;
}

header.menu a {
    text-decoration: none;
}

header.menu .logo {
    width: 10%;
    display: inline-block;
    text-align: left;
    padding: 15px 0 0 30px;
}

header.menu .logo img {
    margin: ;
}

header.menu .insta {
    display: inline-block;
    width: 5%;
    text-align: right;
    padding: 0;
}

header.menu .facebook {
    display: inline-block;
    width: 5%;
    text-align: right;
    padding: 0 30px 0 0;
}

header.menu .facebook img {
    width: 35px;
}

header.menu nav {
    display: inline-block;
    width: 79%;
    text-align: center;
}

header.menu nav ul {
    margin: 0;
    padding: 0;
}

header.menu nav ul li {
    list-style: none;
    position: relative;
    display: inline-block;
    margin: 0 2%;
    text-transform: uppercase;
    height: 45px;
}

.btmenu:hover div.menu_niv_1 {
    display: block;
}

div.menu_niv_1 {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    min-width: 270px;
    display: none;
    background: #ba9d22;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 200;
}

#rub_2.menu_niv_1 {
    min-width: 180px;
}

#rub_9.menu_niv_1 {
    min-width: 250px;
}

div.niv1 {
    padding: 5px 5px 8px;
}

div.niv1,
div.niv1 a:visited,
div.niv1 a {
    position: relative;
    width: 100%;
    margin: 0;
    cursor: hand;
    text-align: left;
    font-weight: normal;
    font-size: 0.9em;
}

div.niv1:hover,
div.niv1 a:hover {
    background-color: #ffffff;
    color: #ba9d22;
}

header.menu {
    height: 106px;
    position: fixed;
}

header.menu a.on {
    text-decoration: none;
    border-bottom: 4px solid #ba9d22;
    padding-bottom: 10px
}

.logoHome {
    position: relative;
    margin: 450px auto 0 auto;
}

section {
    padding-top: 106px;
}


/* RESO */

.reso {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 20%;
    padding: 15px 0 0 8px;
    background: #020202;
    border-radius: 0 8px 8px 0;
    width: 45px;
    height: 175px;
}

.reso .pinterest {
    display: none;
    background: url(./img/reso.png) no-repeat 0px 0px;
    width: 30px;
    height: 33px;
    margin-bottom: 5px;
}

.reso .twitter {
    display: block;
    background: url(./img/reso.png) no-repeat 0px -40px;
    width: 30px;
    height: 33px;
    margin-bottom: 5px;
}

.reso .facebook {
    display: block;
    background: url(./img/reso.png) no-repeat 0px -80px;
    width: 30px;
    height: 33px;
    margin-bottom: 5px;
}

.reso .instagram {
    display: block;
    background: url(./img/reso.png) no-repeat 0px -120px;
    width: 30px;
    height: 33px;
    margin-bottom: 5px;
}

.picto {
    margin: 0!important;
    top: 5px;
    position: absolute;
    left: 5px;
}

.picto.pinterest {
    display: none;
    background: url(./img/reso.png) no-repeat 0px 0px;
    width: 30px;
    height: 33px;
    margin-bottom: 5px;
}

.picto.twitter {
    display: block;
    background: url(./img/reso.png) no-repeat 0px -40px;
    width: 30px;
    height: 33px;
    margin-bottom: 5px;
}

.picto.facebook {
    display: block;
    background: url(./img/reso.png) no-repeat 0px -80px;
    width: 30px;
    height: 33px;
    margin-bottom: 5px;
}

.picto.instagram {
    display: block;
    background: url(./img/reso.png) no-repeat 0px -120px;
    width: 30px;
    height: 33px;
    margin-bottom: 5px;
}

.info {
    position: absolute;
    font-size: 2em;
    color: #d3cfc4;
    z-index: 100;
    left: 0;
    bottom: 0;
    padding: 35px 22px;
    background: #020202;
    width: 410px;
    height: 210px;
}

.text p {
    margin: 10px 0;
}

.text0 {
    z-index: 900;
    height: 90vh;
    text-align: center;
}

.text1 {
    z-index: 800;
}

.text1 div {
    padding: 30px 15px;
    height: 186px;
    overflow: hidden;
}

.text1 div h2 {
    text-transform: uppercase;
    font-size: 2em;
}

.text1 div p {
    font-size: 1.6em;
}

.separ {}

button {
    border: none;
    padding: 5px 25px;
    font-size: 1.8em;
}

button span {
    font-size: 1.3em;
}

.text2 {
    z-index: 700;
}

.text2 .text {
    height: 490px;
    padding: 45px 75px 30px 70px;
    color: #020202;
}

.text2 .text h1 {
    font-size: 2.6em;
    color: #e0b603;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

#visit ul {
    margin: 0 0 40px 20px;
    font-weight: 600;
}

#visit button {
    padding: 10px 20px;
    background: #e0b603;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
}

#visit button:hover {
    background: #ffffff;
    color: #e0b603;
    border: 1px solid #e0b603;
}

#discover {
    background: url(/css/img/bg-bouscaut.jpg) no-repeat 85% 0;
}

#discover .content {
    margin: 0 0 40px 20px;
    width: 45%;
    font-weight: 600;
}

#discover button {
    padding: 10px 20px;
    background: #ffffff;
    color: #e0b603;
    border: 1px solid #e0b603;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
}

#discover button:hover {
    background: #e0b603;
    color: #ffffff;
}

.text2 .text ul,
.text2 .text p {
    font-size: 2em;
}

.text2 .img img {
    width: 100%;
}

.text3 {
    z-index: 600;
    padding: 0 10%;
}

.text3 .latest {
    width: 47%;
    text-align: center;
    margin: 40px auto;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #e0b603;
    font-size: 6em;
    font-weight: bold;
    color: #58564d;
    font-family: 'Brygada 1918', serif;
}

.text3 .latest img {}

.text3 .actu {
    padding: 0 20px;
    margin: 0 0 20px 0;
}

.text3 .actu .illus {
    height: 165px;
    margin: 0 0 20px 0;
}

.text3 .actu .title {
    font-size: 1.8em;
    font-weight: 700;
}

.text3 .actu .date {
    font-size: 1.2em;
    font-weight: medium;
}

.text3 .actu .text {
    margin: 10px 0 0 0;
    font-size: 1.6em;
}

.text3 .actu .text a {
    font-weight: bold;
}

.z4 {
    z-index: 500;
}

.text4 h2 {
    height: 50px;
    font-size: 1.8em;
    padding: 25px 0 0 40px;
}

.text4 .titre {
    position: relative;
    height: 38px;
}

.text4 .titre span {
    margin: 9px;
    padding: 4px 0;
}

.text4 #form {
    padding: 20px 50px;
    font-size: 1.4em;
    font-weight: 600;
    width: 50%;
}

.text4 #address {
    padding: 20px 50px;
    font-size: 1.4em;
    font-weight: 600;
    width: 40%;
}

.text4 .text div {
    font-size: 2em;
}

.z5 {
    z-index: 400;
}

.text5 h2 {
    height: 100px;
    font-size: 2.4em;
    padding: 55px 0 0 40px;
}

.text5 .text {
    padding: 35px 30px 30px 55px;
    height: 376px;
}

.text5 .text div {
    font-size: 2em;
}

.text6 {
    z-index: 300;
}

.text6 h2 {
    height: 100px;
    font-size: 2.4em;
    padding: 55px 0 0 50%;
}

.text6 .text {
    padding: 35px 30px 30px 55px;
    height: 280px;
}

.text6 .text div {
    font-size: 2em;
}

footer nav {
    padding: 25px 50px;
    margin: 30px 0 0 0;
}

footer nav .legal {
    margin: 20px 0 0 30px;
}

footer nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    font-size: 1.4em;
}

footer nav ul li img {
    margin-top: 6px;
}

footer #hve {
    position: relative;
    float: right;
    height: 100px;
    margin: -25px 30px 0 0;
}

.form fieldset {
    background: #fff;
    margin-bottom: 5px;
}

.form fieldset .inputBox {
    display: inline-block;
    color: #aca19a;
    width: 100%;
    border: 1px solid #aca19a;
    min-height: 30px;
    padding: 2px 10px;
}

.form .submit {
    padding: 10px 20px;
    background: #e0b603;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    border: none;
}

.form .submit:hover {
    background: #ffffff;
    color: #e0b603;
    border: 1px solid #e0b603;
}

.g-recaptcha {
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.tohide {
    display: none;
}


/* MAIN */

.main {
    min-height: 800px;
    background-size: cover;
}

.main nav {
    width: 25%;
    float: left;
    margin: 30px 0 0 5%;
    position: relative;
}

.main nav ul li.bloc {
    list-style: none;
    min-height: 100px;
    color: #020202;
    background: rgba(255, 255, 255, 0.72);
    padding: 15px 15px 10px 15px;
    margin-bottom: 7px;
}

.main nav ul li.bloc h2 {
    font-size: 2em;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #caa614;
}

.main nav ul li.bloc p {
    width: 80%;
    font-size: 1.3em;
    line-height: 1.3em;
}

.main nav ul li.bloc .more {
    float: right;
    margin: 20px 0 0 0;
}

.main nav ul li.bloc:hover,
.main nav ul li.on {
    cursor: pointer;
    background: #ffffff;
}

.main nav ul li.on {}


/* CONTENT */

.main .content {
    width: 45%;
    padding: 30px 40px;
    float: left;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #020202;
    min-height: 700px;
    margin: 30px 0 0 3%;
    background: rgba(255, 255, 255, 0.90);
}

.main .content h1 {
    font-weight: bold;
    font-size: 2em;
    line-height: 1em;
    color: #daba31;
    border-bottom: 1px solid #daba31;
    padding-bottom: 3px;
    margin: 0 0 30px 0;
}

.main .content h2 {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1em;
    margin: 30px 0 30px 0;
}

.main .content .download {
    font-weight: bold;
    font-size: 1.3em;
    color: #daba31;
    text-transform: uppercase;
    margin: 30px 0 30px 0;
}

.main .content .contenu {
    margin: 0 0 30px 0;
}

.main .content .contenu .illus {
    float: right;
    max-width: 30%;
    margin: 10px 30px;
    max-height: 400px;
}

.main .content select#choseMillesime {
    appearance: none;
    border: none;
    cursor: inherit;
    outline: none;
    border: 1px solid #daba31;
    color: #daba31;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 1.25em;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.1;
    display: grid;
    width: 30%;
    background: transparent url(/css/img/puce-select.png) no-repeat 90% center;
}

select::-ms-expand {
    display: none;
}

 :root {
    --select-border: #777;
    --select-focus: blue;
    --select-arrow: var(--select-border);
}

.main .content p {
    margin-bottom: 10px;
}

.main .content.big {
    width: 60%;
    font-size: 1.3em;
}


/* TARIF */

.commandeForm .min {
    font-size: 0.9em;
    line-height: 1.1em;
}

.commandeForm .mention {
    font-size: 0.8em;
    line-height: 1.1em;
}

.commandeForm .separ {
    height: 20px;
}

.commandeForm h1 {
    font-size: 2em;
    border-bottom: 1px solid;
    padding: 0 0 5px 0;
    margin: 10px 0;
}

.commandeForm label {
    float: left;
    width: 20%;
    text-transform: uppercase;
}

.commandeForm .inputBox {
    display: inline-block;
    float: left;
    color: #aca19a;
    width: 50%;
    border: 1px solid #aca19a;
    min-height: 30px;
    padding: 2px 10px;
    margin: 5px 0;
}

.commandeForm .formButton {
    padding: 10px 20px;
    border: none;
    background: #e0b603;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

label.error {
    display: none!important;
}

input.error,
textarea.error,
select.error {
    border: 1px solid red!important;
}


/* OENO */

.oeno {
    position: relative;
    border-bottom: 1px solid;
    padding: 10px 0;
    min-height: 100px;
}

.oeno h2 {
    font-size: 1.5em;
}

.oeno h1 {
    font-size: 1.5em;
    border: none!important;
    color: #daba31;
}

.oeno button {
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding: 10px 20px;
    background: #e0b603;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

.oeno button:hover {
    background: #ffffff;
    color: #e0b603;
    border: 1px solid #e0b603;
}

.contactForm {
    background: #fff;
    padding: 20px 40px;
    color: #020202;
}

.contactForm label {
    float: left;
    width: 30%;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 12px 0 0 0;
}

.contactForm .formInput,
.contactForm .formTextarea {
    display: inline-block;
    color: #aca19a;
    width: 70%;
    float: left;
    border: 1px solid #aca19a;
    min-height: 30px;
    padding: 2px 10px;
    margin: 5px 0;
}

.contactForm .formTextarea {
    width: 100%;
    min-height: 60px;
}

.contactForm .formButton,
.devis {
    bottom: 10px;
    right: 20px;
    padding: 10px 20px;
    background: #e0b603;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    border: 1px solid #e0b603;
}

.contactForm .formButton:hover,
.devis:hover {
    background: #ffffff;
    color: #e0b603;
    border: 1px solid #e0b603;
}


/* DOCU background: #01078b;*/

.docu .doc {
    position: relative;
    height: 223px;
}

.docu .doc .bg {
    width: 100%;
    height: 100%;
}

.docu .doc header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 2em;
}

.docu .doc header h2,
.docu .doc header button {
    display: none;
}

.docu .doc:hover header h2,
.docu .doc:hover header button {
    display: block;
}

.docu .doc header h2 {
    padding: 20px 0 0 20px;
    text-transform: uppercase;
    font-weight: 400!important;
}

.docu .doc header button {
    background: none;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 1em;
    padding: 0;
}

.doc3 .bg,
.doc4 .bg,
.doc6 .bg,
.doc11 .bg,
.doc13 .bg,
.doc16 .bg,
.doc17 .bg {
    background-color: #000;
    opacity: 0.83;
    filter: alpha(opacity=83);
}

.doc3:hover .bg,
.doc4:hover .bg,
.doc6:hover .bg,
.doc11:hover .bg,
.doc13:hover .bg,
.doc16:hover .bg,
.doc17:hover .bg {
    background-color: #1901fc;
    opacity: 0.54;
    filter: alpha(opacity=54);
}

.doc5:hover .bg,
.doc8:hover .bg,
.doc10:hover .bg,
.doc14:hover .bg {
    background-color: #01078b;
}

.ui-widget-overlay {
    z-index: 2000!important;
    background: #555555 url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x!important;
    opacity: .8;
    filter: Alpha(Opacity=80);
}

.ui-widget-content,
.ui-widget-header {
    z-index: 3000!important;
    background: none!important;
    border: none!important;
    color: #fff!important;
}

.ui-widget-header {
    color: #020202;
}


/* GALERIE */

.galerie hr {
    border-color: #fff;
}


/* VIN */

#dock {
    float: left;
    background: #000;
    opacity: 0.73;
    filter: alpha(opacity=73);
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 0;
}

#dock ul li {
    list-style: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
}

#dock ul li img {
    margin-left: 5px;
    vertical-align: bottom;
    height: 5px;
}

.nyroModalBg {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1100;
}

.nmReposition {
    position: absolute;
}

.nyroModalCloseButton {
    top: -13px;
    right: -13px;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    background: url(./img/close.gif);
    z-index: 1200;
}

.nyroModalTitle {
    top: -26px;
    left: 0;
    margin: 0;
    font-size: 1.1em;
    color: #fff;
    z-index: 1200;
}

.nyroModalCont {
    position: absolute;
    margin: 25px;
    z-index: 1200;
}

.nyroModalCont iframe {
    width: 600px;
    height: 400px;
}

.nyroModalError {
    border: 4px solid red;
    color: red;
    width: 250px;
    height: 250px;
}

.nyroModalError div {
    min-width: 0;
    min-height: 0;
    padding: 10px;
}

.nyroModalLink,
.nyroModalDom,
.nyroModalForm,
.nyroModalFormFile {
    position: relative;
    padding: 10px;
    min-height: 250px;
    min-width: 250px;
    max-width: 1000px;
}

.nyroModalImage,
.nyroModalSwf,
.nyroModalIframe,
.nyroModalIframeForm {
    position: relative;
    overflow: hidden;
}

.nyroModalImage img {
    vertical-align: top;
}

.nyroModalHidden {
    left: -9999em;
    top: -9999em;
}

.nyroModalLoad {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff url(./img/ajaxLoader.gif) no-repeat center;
    padding: 0;
}

.nyroModalPrev,
.nyroModalNext {
    outline: none;
    position: absolute;
    top: 0;
    height: 60%;
    width: 150px;
    min-height: 50px;
    max-height: 300px;
    cursor: pointer;
    text-indent: -9999em;
    background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}

.nyroModalImage .nyroModalPrev,
.nyroModalImage .nyroModalNext {
    height: 100%;
    width: 40%;
    max-height: none;
}

.nyroModalPrev {
    left: 0;
}

.nyroModalPrev:hover {
    background-image: url(./img/prev.gif);
}

.nyroModalNext {
    right: 0;
    background-position: right 20%;
}

.nyroModalNext:hover {
    background-position: right 20%;
    background-image: url(./img/next.gif);
}


/* Taille par defaut */

.nophone {
    display: block;
}

.iphone,
.onlyphone {
    display: none;
}

.slicknav_menu {
    display: none;
    background: #ffffff;
    padding: 0;
}

.slicknav_nav {
    background: #ba9d22;
    color: #ffffff;
    font-size: 1.2em;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #daba31;
}

.slicknav_brand {
    padding: 7px 12px;
    text-align: center;
    position: absolute;
    width: 100%;
}

.slicknav_brand .logo {
    height: 40px;
}

.slicknav_brand .insta {
    float: right;
}

.slicknav_btn {
    float: left;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.slicknav_nav li {
    padding: 5px 10px;
    text-transform: uppercase;
}

.caisse select {
    max-width: 80%;
}


/* ---------------------------------------------------------
   Media Queries
   ---------------------------------------------------------*/

@media screen and (max-width: 1024px) {
    body {}
    .row {
        width: 100%;
    }
    .home header.menu {
        height: 80px;
    }
    header.menu .logo {
        width: 10%;
        padding: 15px 0 0 10px;
    }
    header.menu {}
    header.menu nav {
        display: inline-block;
        width: 75%;
    }
    header.menu nav ul li {
        list-style: none;
        position: relative;
        display: inline-block;
        margin: 0 10px;
        text-transform: uppercase;
        height: 35px;
    }
    header.menu .insta,
    header.menu .facebook {
        padding: 0;
    }
    #discover {
        background: url(/css/img/bg-bouscaut.jpg) no-repeat 85% 84px;
        background-size: 29%;
    }
    .text2 .text {}
    .text3 {
        padding: 0;
    }
    .text4 #address {
        padding: 20px;
        font-size: 1.4em;
        font-weight: 600;
        width: 40%;
        height: auto;
    }
    .text4 #form {
        height: auto;
        padding: 20px;
        font-size: 1.4em;
        font-weight: 600;
        width: 60%;
    }
    .text4 .text {}
    .text5 .text {
        padding: 20px 30px 30px 55px;
        height: 321px;
    }
    .text6 .text {
        height: 239px;
    }
    .int header.menu .logo {
        margin: 8px 0 0 10px;
    }
    .g-recaptcha {
        transform: scale(0.68);
        -webkit-transform: scale(0.68);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .main nav {
        width: 30%;
        float: left;
        margin: 30px 0 0 30px;
    }
    .main .content {
        width: 63%;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding-top: 55px;
    }
    .slicknav_menu {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 10000;
    }
    header.menu nav,
    .nophone {
        display: none !important;
    }
    .home header.menu {
        display: none;
    }
    header.menu .logo {
        display: none;
    }
    .instab,
    .facebookb {
        float: right;
        width: 28px;
    }
    .text1 div {
        height: 210px;
    }
    .main .content {
        width: 92%;
        float: none;
        margin: 0px auto 30px;
    }
    .int header.menu {
        display: none;
    }
    .int header.menu .logo {
        top: -53px;
        position: absolute;
        height: auto;
    }
    .g-recaptcha {
        transform: scale(0.47);
        -webkit-transform: scale(0.47);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .main nav {
        width: 92%;
        float: none;
        margin: 0px auto;
        padding: 30px 0;
        position: relative;
    }
    .main nav ul li.bloc {
        list-style: none;
        min-height: 30px;
        padding: 10px;
        margin-bottom: 7px;
    }
    .main nav ul li.bloc .more {
        height: 15px;
    }
    .main nav ul li.bloc h2 {
        margin: 5px 15px;
        font-size: 1.7em;
    }
    .main .content.big {
        width: 92%;
    }
    .main .content h1 {
        font-size: 1.7em;
    }
    .main nav ul li.bloc h2::before {
        content: '> ';
    }
    .design {
        width: 40%;
        font-size: 0.8em;
    }
    .millesime {
        width: 10%;
    }
    .caisse {
        width: 18%;
    }
}

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

@media screen and (max-width: 400px) {
    .slicknav_nav {
        font-size: 1em;
    }
    .reso {
        display: none;
    }
    .onlyphone {
        display: block;
        width: 100%;
    }
    .onlyphone .item {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }
    .main .content {
        min-height: 400px;
        padding: 30px;
    }
    .text0 {
        height: 350px;
    }
    .logoHome {
        position: relative;
        margin: 55% auto 0 auto;
        width: 50%;
    }
    header.menu .logo {
        display: none;
    }
    .info,
    .col2,
    .col3,
    .col5,
    .col4,
    .col8 {
        width: 100%;
        height: auto;
    }
    .design {
        width: 70%;
        font-size: 0.8em;
    }
    .millesime {
        width: 50%;
        display: none;
    }
    .tarif {
        width: 30%;
    }
    .caisse {
        width: 50%;
    }
    .text1 div {
        height: auto;
        padding: 10px 15px;
    }
    .text2 .text {
        height: auto;
        padding: 20px;
        font-size: 0.8em;
    }
    .text3 {
        display: none;
    }
    .text4 h2 {
        height: auto;
        padding: 25px 0 0 10px;
    }
    .text5 .text {
        height: auto;
    }
    .text6 .text {
        height: auto;
    }
    .text4 #address,
    .text4 #form {
        width: 100%;
    }
    footer nav ul li {
        display: block;
    }
    .main nav {}
    .main .content,
    .main .content.big {
        width: 92%
    }
    .main .vin {}
    .galerie {
        width: 47%;
    }
    .main .content .contenu .illus {
        display: none;
    }
    .oeno {
        position: relative;
        border-bottom: 1px solid;
        padding: 10px 0;
        min-height: 100px;
    }
    .oeno button {
        position: relative;
        margin: 20px 0;
        right: 0;
    }
    .iphone {
        display: block;
        width: 100%;
        height: 30px;
        border: none;
        font-size: 1.5em;
        color: #fff;
        background: #020202;
    }
    .g-recaptcha {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .text6 h2 {
        padding: 30px 0 0 40px;
    }
    .commandeForm label,
    .commandeForm .inputBox {
        width: 100%;
    }
    .caisse select {
        max-width: 90%;
    }
    footer nav {
        padding: 25px 10px;
    }
    footer #hve {
        margin: 0;
        height: 70px;
    }
    footer nav .legal {
        margin: 20px;
    }
}