@import url(fonts/fonts.css);
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html, button, input, select, textarea {
    color: #000;
}

html {
    font-size: 1em;
    line-height: 1.2;
    overflow-y: scroll;
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

::-moz-selection {
    background: rgba(105, 178, 241, 0.79);
    text-shadow: none;
}

::selection {
    background: rgba(105, 178, 241, 0.79);
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, img, video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #1d1d1d;
    padding: 0.2em 0;
}

/* ==========================================================================   Author's custom styles   ========================================================================== */
body {
    height: 100%;
}

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

a {
    transition: color .2s ease, background .2s ease, transform .2s ease, border .2s ease;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

/* ==========================================================================   Media Queries   ========================================================================== */
@media only screen and (max-width: 750px), screen and (max-height: 450px) {
}

/*@media print,       (-o-min-device-pixel-ratio: 5/4),       (-webkit-min-device-pixel-ratio: 1.25),       (min-resolution: 120dpi) {}*//* ==========================================================================   Helper classes   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    height: 100%;
}

/* ==========================================================================   Print styles   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #1d1d1d !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

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

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-inside:;-break-after: avoid;
    }
}


/****************** PIERRE MONCUIT CSS Cryptho git3 *********************/


@keyframes arrow-ltr {
    0%{
        left:0;
    }
    100%{
        left: 10px;
    }
}
@keyframes arrow-ttb {
    0%{
        top: calc(100% + 10px);
    }
    100%{
        top: calc(100% + 20px);
    }
}

html,body{
    overflow: hidden;
}

body{
    background: url(../img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    overflow-y: auto;
}

a{
    text-decoration: none !important;
}

.ss-content {
    height: 100%;
    width: 100%;
    padding: 0 18px 0 0;
    position: relative;
    right: -18px;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**** MENU *******/
.navbar {
    align-items: flex-start;
    padding:  20px 20px 0;
}

.navRight,.navCenter,.navLeft {
    min-width: 100px;
}

button.aside-toggler{
    font-family: 'Source Sans Pro';
    font-size: 1.13em;
    color: #a6725b;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: none;
    border: none;
    outline: none;
}

button.aside-toggler:before, button.aside-toggler:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

button.aside-toggler:hover:before, button.aside-toggler:hover:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #a6725b;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    transition-property: width;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    width: 100%;
}
.close-link>button.aside-toggler:hover:before, .close-link>button.aside-toggler:hover:after {
    border-color: #D8CCB8;
}

button.aside-toggler:hover:before {
    bottom: auto;
    top: 0;
    width: 100%;
}

.app-aside{
    position: relative;
    left:0;
    transition: left 1s ease-in-out;
}

.aside-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: transparent;
}

.close-link {
    height: 15%;
}

.navContactContainer {
    height: 25%;
    min-height: 200px;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-size: .95em;
    line-height: 1.15em;
    text-transform: uppercase;
    color:  #fff;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.navContactContainer>.rs a.rs-link>img {
    width: 25px;
    margin: 0 4px;
}
.navContactContainer .rs {
    margin-bottom: 25px;
}
.navContactContainer .contact>p:first-child {
    margin-bottom: 30px;
}

nav.navi.clearfix {
    height: 60%;
    min-height: 480px;
}

.close-link>button.aside-toggler {
    margin-top: 20px;
    margin-left: 20px;
    color: #D8CCB8;
}

.main-menu ul.menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    height: 100%;
    padding: 0;
}

.main-menu li.menu-item:before, .main-menu li.menu-item:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
    left: 0;
    right: 0;
}

.main-menu li.menu-item:hover:before, .main-menu li.menu-item:hover:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #ffffff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    transition-property: width;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    width: 70%;
}

.main-menu li.menu-item:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

.main-menu li.menu-item {
    padding: 10px 0;
    position: relative
}

.main-menu li.menu-item>a {
    color: #fff;
    text-transform: uppercase;
    font-family: DroidSerif;
    font-size: 1.75em;
    line-height: .65em;
    text-decoration: none;
}

.main-menu li.menu-item>a>span {
    font-size: .65em;
    color: #D8CCB8;
    text-transform: none;
    line-height: .7em;
    font-style: italic;
}

.navCenter>.h1{
    margin-top: 10px;
}
ul.links {
    list-style: none;
    display: flex;
    padding: 0;
    color:  #000;
    font-family: DroidSerif;
    font-size: .94em;
    font-style: italic;
    opacity: .5;
    justify-content: flex-end;
}

ul.links>li {
    margin-left: 15px;
    position: relative;
}

ul.links>li:last-child:before {content: '-';position: absolute;top: 0;left: -11px;}

ul.links>li>a {
    color: #000;
    text-decoration: none;
}

ul.links>li>a:before, ul.links>li>a:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

ul.links>li>a:hover:before, ul.links>li>a:hover:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #000000;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    transition-property: width;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    width: 100%;
}

ul.links>li>a:hover:before {
    bottom: auto;
    top: 0;
    width: 100%;
}

ul.links>li.currentLang {
    text-decoration: underline;
}

.sidebarMenu {
    position: fixed;
    top: 0;
    width: 30%;
    background: #000;
    height: 100vh;
    overflow: auto;
    font-size: .9em;
}
.offScreen{
    position: relative;
    left:-100%;
}
/*******************************/

.imageContainer {
    height: 70vh;
    position: absolute;
    width: 100%;
    /*transition: height .5s ease;*/
    min-height: 33em;
}

.imageContainer>img {
    position: absolute;
    /*height: 100%;*/
    max-height: 100%;
    width: auto;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.mainContent {
    width: 100%;
    position: relative;
    margin-top: -20px;
    min-height: 80vh;
    opacity: 0
}

.textContainer {
    display: flex;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index:1;
    align-items: flex-end;
    min-height: 37em;
}

.homeContainer .h2,.textContainer .content .h2,.textContainer .contentTitle .h2 {
    font-family: DroidSerif;
    font-style: italic;
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 0;
}

.homeContainer .h3,.textContainer .content .h3,.textContainer .contentTitle .h3 {
    max-width: 480px;
    font-family: DroidSerif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1em;
    font-size: 2.19em;
    letter-spacing: 2px;
}

.textContainer .contentTitle .h3>div::before,
.textContainer .content .h3>div::before {float:left;clear:left;width: 80px;}
.textContainer .contentTitle .h3>div::after,
.textContainer .content .h3>div::after {float:right;clear:right;width: 80px;}
.textContainer .contentTitle .h3>div::before,
.textContainer .contentTitle .h3>div::after,
.textContainer .content .h3>div::before,
.textContainer .content .h3>div::after { content:'\A0'; }


section.contentTitle {
    /* position: absolute; */
    bottom: 0;
    cursor: pointer;
}

.nextStep>p,.nextStep>p>a {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    letter-spacing: 5px;
    font-size: .65em;
    color: #a6725b;
    position: relative;
    text-decoration: none;
}

.nextStep p:after {
    position: absolute;
    content: '';
    height: 30px;
    width: 7px;
    background: url(../img/arrow-ttb.png) no-repeat;
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%,0);
    transition: top .3s ease-out;
}
.contentTitle:hover .nextStep p:after,.nextStep:hover p:after {
    /*animation: arrow-ttb .7s ease-in-out 0s infinite alternate;*/
    top: calc(100% + 20px);
}

.nextStep {
    margin-top: 35px;
}

section.content {
    max-width: 450px;
    max-width: 28em;
    padding-top: 14vh;
    padding-bottom: 2em;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.genèse section.content{
    overflow: hidden;
}
.genèse .textContent{
    width:100%;
}
.genèse .text{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.genèse .text ul {
    list-style: none;
    width:100%;
    margin: 0;
    padding: 0;
    position: relative;
    align-items: center;
}

.genèse .text li {
    width:100%;
    float:left;
    text-align: justify;
    text-align-last: center;
    font-family:lato, sans-serif;
}
.genèse .owl-stage {
    display: flex;
    align-items: center;
}

.paragraph {}

a.prev {
    padding-left: 8%;
    padding-right: 3%;
    border-right-style: solid;
    transition: all .3s ease-out
}

a.next {
    padding-left: 3%;
    padding-right: 8%;
    border-left-style: solid;
    transition: all .3s ease-out
}

.buttons a {
    border-color: #000000fe;
    border-width: .5px;
    position: relative;
    color: #a6725b;
    font-size: 1.38em;
    font-family: 'Source Sans Pro';
    letter-spacing: 2px;
}
.buttons a:empty{
    pointer-events: none;
}
.buttons a:empty:after {
    content: attr(data-content);
    position: relative;
    width: 100px;
    height: 20px;
    color: transparent;
}

.buttons a:not(:empty):before {
    position: absolute;
    top: -4px;
}

.buttons a.prev:not(:empty):before {
    content: url(/themes/tweme/img/arrow-rtl.png);
    left: 0;
    transition: left .3s ease-out
}

.buttons a.next:not(:empty):before {
    content: url(/themes/tweme/img/arrow-ltr.png);
    right: 0;
    transition: right .3s ease-out
}


.buttons a.next:hover:before {
    right: -10px;
}

.buttons a.next:hover {
    letter-spacing: 3px;
    font-size: 1.5em;
}


.buttons a.prev:hover:before {
    left: -10px;
}

.buttons a.prev:hover {
    letter-spacing: 3px;
    font-size: 1.5em;
}

.content .nextPage p.h2 {
    font-family: DroidSerif;
    font-style: italic;
    font-size: 1.07em;
    text-align: center;
    margin-bottom: 0;
    color: #000;
}
.content .nextPage {
    padding-top: 30px;
    position: relative;
}

.content .nextPage:before {content: '';position: absolute;top: 0;left: 50%;transform: translate(-50%,0);border: 3px solid black;width: 30px;}

.content .nextPage p.h3 {
    max-width: 450px;
    font-family: DroidSerif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.45em;
    font-size: 1.25em;
    letter-spacing: 2px;
    color: #000;
}
.content .nextPage .nextStep{
    margin-top: 10px;
    text-align: center;
}
.content .nextPage .nextStep p{
    padding-left: 40px;
    display: inline-block;
}
.content .nextPage .nextStep p:after {
    position: absolute;
    content: '';
    height: 7px;
    width: 30px;
    background: url(../img/arrow-ltr.png) no-repeat;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    transition: left .3s ease-out;
}
.content .nextPage:hover .nextStep p:after,.content .nextPage .nextStep:hover p:after{
    /*animation: arrow-ltr .7s ease-in-out 0s ;  */
    left: 10px;
}


.paragraph p {
    font-family: DroidSerif;
    font-size: 1em;
}

.paragraph p.h4 {
    font-family: DroidSerif;
    font-size: 7.5em;
    text-align: center;
    opacity: .3;
    line-height: 1em;
}

.genèse .paragraph p:not(:first-child) {
    max-width: 80%;
    margin: 0 auto;
    font-size: .88em;
}

.buttons {
    margin: 20px auto;
}

.innerText {
    max-height: 31%;
}

/************************************************************************/
.imageContainer.wMask {
    background: transparent;
    -webkit-mask: url(../img/masque_home.svg);
    -webkit-mask-size: 150% 150%;
    transition: -webkit-mask-size 2s linear;
    -webkit-mask-position: 50%
}
.homeContainer{
    height: 70vh;
    position: absolute;
    width: 100%;
}
.startVisit {
    width: 250px;
    position: absolute;
    left: calc(50% + 20vh);
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
    padding-left: 20px;
}
.startVisit .h2, .startVisit .h3 {
    text-align: left;
}

.startVisit .nextStep {
    margin-top: 10px;
}

.startVisit .nextStep>p {
    text-align: left;
    padding-left: 40px;
}
.content>.nextStep{
    display: none;
}
.startVisit .nextStep>p:after {
    background: url(../img/arrow-ltr.png) no-repeat;
    width: 30px;
    height: 7px;
    top: 0;
    left: 0;
    transform: translate(0, 50%);
    transition: left .3s ease-out;
}

.startVisit:hover .nextStep>p:after{
    /*animation: arrow-ltr .7s ease-in-out 0s infinite alternate;*/
    left: 10px
}


.mainContent.overflowHidden,
.main.overflowHidden{
    overflow: hidden;
}
.mainContent.genèse:before {
    background: url(/themes/tweme/img/home_remuage.png) no-repeat;
    background-size: contain;
    background-position-y: calc(50% - 20px);
    background-position-x: calc(50% - 20px);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: transform 2s !important;
    -moz-transition: transform 2s !important;
    -ms-transition: transform 2s !important;
    -o-transition: transform 2s !important;
    transition: transform 2s !important;
    transform-origin: 50% 45%;
    min-height: 38em;
}
@media (max-width: 1250px) {
    .mainContent.genèse:before {
        background-size: auto 100%;
    }
}
.mainContent.genèse.backRotate:before {
    transform: rotate(40deg);
}

.mainContent.enter .imageContainer.wMask {
    -webkit-mask-size: 500% 500%;
}

.mainContent.enter:before { content: none}



/*  TEMPORAIRE  */
.circlemask {
    width: 100%;
    height: 100%;
    background: #00000000;
    background-size: cover;
    transition: 0.4s ease;
    clip-path: circle(14% at 49.2% 45%);
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
body {
    /* overflow: hidden; */
}
.imageContainer.wMask{
    -webkit-transition: all 2s !important;
    -moz-transition: all 2s !important;
    -ms-transition: all 2s !important;
    -o-transition: all 2s !important;
    transition: all 2s !important;
}
.imageContainer.wMask img{
    -webkit-transition: transform 2s !important;
    -moz-transition: transform 2s !important;
    -ms-transition: transform 2s !important;
    -o-transition: transform 2s !important;
    transition: transform 2s !important;
}
.circlemask.hover+.imageContainer.wMask,
.circlemask:hover+.imageContainer.wMask {
    transform: rotate(40deg);
}
.circlemask.hover+.imageContainer.wMask img,
.circlemask:hover+.imageContainer.wMask img {
    transform: translate(-50%,-50%) rotate(-40deg);
}


.elles .imageContainer {
    height: 60vh;
    display: flex;
    align-items: center;
}

.elles .imageContainer>img {
    top: auto;
    height: 60%;
    max-height: 350px;
}
.elles .imageContainer>img:nth-child(1) {
    transform: translateX(-200%)
}
.elles .imageContainer>img:nth-child(2) {
    transform: translateX(-50%)
}
.elles .imageContainer>img:nth-child(3) {
    transform: translateX(100%)
}
@media (max-width: 1199.9px) {

    .elles .imageContainer>img:nth-child(1) {
        transform: translateX(-175%)
    }
    .elles .imageContainer>img:nth-child(3) {
        transform: translateX(75%)
    }
}


.elles .content{
    padding-top: 4vh;
    max-width: 400px;
    max-width: 25em;
}
.elles .textContainer .content .h3{
    max-width: 300px;
}
.elles .textContent{
    padding-top: 2vh;
}

.éloge .imageContainer {
    height: 85vh;
    top: -20px;
    left: 100px;
    min-height: 38em;
}
.éloge .content{
    position: relative;
    left: -22vw;
    padding-top: 0vh;
}

.éxigence .content{
    padding-top: 4vh;
}
.éxigence .content .textContent {
    max-width: 354px;
    padding-top: 20px;
    max-height: 48vh;
    position: relative;
    left: 8px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.éxigence .imageContainer {
    /*height: 64vh;*/

    height: 61vh;
    top: 2vh;
}
.éxigence .show-more-text {
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    letter-spacing: 4px;
    font-size: .7em;
}


.éxigence .show-more-text:before, .éxigence .show-more-text:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.éxigence .show-more-text:hover:before, .éxigence .show-more-text:hover:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #a6725b;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    transition-property: width;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    width: 70%;
}

.éxigence .show-more-text:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

.éxigence .show-more-text>a {
    color: #a6725b;
}

.text{
    text-align: justify;
    text-align-last: center;
}

.exploration .imageContainer>img{
    left: 0;
    top:50%;
    transform: translate(0,-50%);
    height: auto;
    width:50%;
}


.mainContent.exploration section.content {
    padding-top: 7vh;
}

.mainContent.contact {
    display: flex;
}

.mainContent.contact .imageContainer {
    position: relative;
    width: 50%;
}

.mainContent.contact section.content {
    padding-top: 7vh;
    display: block;
    text-align: left;
}

.mainContent.contact .textContainer .content .h3 {
    text-align: left;
}

.mainContent.contact .text {
    text-align: left;
    text-align-last: left;
    /*opacity: .5;*/
}
.mainContent.contact .text .paragraph p{
    /*font-family: 'Source Sans Pro';*/
    /*text-transform: uppercase;*/
}

.mainContent.contact .text .paragraph p:not(:first-child) {
    margin: 10px 0;
}


.nuances .imageContainer,
.page_cuvee .imageContainer {
    height: 78vh;
    left: 158px;
    min-height: 43em;
    top:2vh;
}
.nuances section.contentTitle{
    position: relative;
    left: -32px;
}
.nuances .content{
    position: relative;
    left: -241px;
    height: 80%;
    align-self: flex-start;
}
@media (max-width: 1199.9px) {
    .nuances .content {
        left: -135px;
    }
}
.nuances .title .h3,
.page_cuvee .title .h3{
    max-width: none;
    width:450px;
    width: 12.8em
}

.nuances .content .nextPage{
    padding-top: 0;
}
.nuances .content .nextPage:before{
    display: none
}
.nuances .content .nextPage:after{
    position: absolute;
    bottom: 0;
    content: '';
    height: 30px;
    width: 7px;
    background: url(../img/arrow-ttb.png) no-repeat;
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%,0);
}
.nuances .content .nextPage a{
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-size: .8em;
    letter-spacing: 4px;
    color: #A6725B;
}


.mainContent.page_cuvee {
    margin-bottom: 9vh;
    min-height: 42em;
}

.page_cuvee section.content{
    padding-top: 11vh;
    width: 550px;
    width: 34.4em;
    max-width: none;
    position: relative;
    left: -230px;
}
.page_cuvee .textContainer{
    height: auto;
}
.page_cuvee .textContent{
    width: 100%;
    display: flex;
    overflow: hidden;
}

.page_cuvee .textContainer .title .h2{
    margin-bottom: 7px;
}
.page_cuvee .imageContainer img:nth-child(1){
    left: calc(50% - 350px)
}
.page_cuvee .imageContainer img:nth-child(2){
    left: calc(50% + 40px)
}

@media (max-width: 1199.9px) {
    .page_cuvee section.content{
        left: -130px;
    }
    .page_cuvee .imageContainer img:nth-child(1){
        left: calc(50% - 250px)
    }
    .page_cuvee .imageContainer img:nth-child(2){
        left: calc(50% + 100px)
    }
}

.page_cuvee .cuvee_presentation {
    display: flex;
    align-items: flex-end;
    flex: 0 0 100%;
}

.page_cuvee .cuvee_presentation > div.cuvee-image{
    width:40%;
    max-width: 225px;
}
.page_cuvee .cuvee_presentation > div.cuvee-desc{
    width: 60%;
    /*margin-bottom: 50px;*/
}

.page_cuvee .cuvee_presentation > div.cuvee-image > img{
    padding: 0 10px;
}
.page_cuvee .cuvee_presentation > div.cuvee-desc .title{
    font-family: DroidSerif;
    font-style: italic;
    font-size: 1em;
    color: #574946;
    letter-spacing: 1px;
}
.page_cuvee .cuvee_presentation > div.cuvee-desc .desc{
    font-family: DroidSerif;
    font-size: .8em;
}
.page_cuvee .cuvee_presentation > div.cuvee-desc .fiche_tech_link{
    position: relative;
    padding-left: 40px;
    font-family: SourceSansPro;
    font-size: .8em;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #A6725B;
}
.page_cuvee .cuvee_presentation > div.cuvee-desc .fiche_tech_link:before{
    content: '\A0';
    position: absolute;
    height: 100%;
    width: 50px;
    left:0;
    top:0;
    background: url(../img/arrow-ltr.png) no-repeat left center;
}
.page_cuvee .nav_cuvee{
    margin-top: 5vh;
    margin-bottom: 5vh;
    position: absolute;
    top: 70vh;
    /*position: relative;*/
    display: flex;
    justify-content: space-around;
    width:100%;
}
.page_cuvee .nav_cuvee.owl-carousel .owl-stage{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}
.page_cuvee .nav_cuvee.owl-carousel .owl-item{
    /*min-width: 480px;*/
}

.page_cuvee .gamme {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin-bottom: 5px;*/
    flex: 0 0 auto;
    margin:0 auto 5px;
    max-width: 100%;
}

.page_cuvee .gamme>.h4 {
    font-family: DroidSerif;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 1em;
    margin:0;
}
.page_cuvee .gamme>.cuvee-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_cuvee .gamme>.cuvee-list>.cuvee>a {
    font-family: SourceSansPro;
    font-size: .8em;
    text-decoration: none;
    color: #A6725B;
    letter-spacing: 2px;
}

.page_cuvee .gamme>.cuvee-list>.cuvee.current:after {position: absolute;content: '\A0';width: 100%;left: 0;bottom: -5px;height: 1px;background: rgba(0, 0, 0, 0.45);}

.page_cuvee .gamme>.cuvee-list>.cuvee {
    position: relative;
    margin: 0 10px;
}

.page_cuvee .textContent.animated{
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
}
.page_cuvee .textContent.animated .cuvee_presentation {
    position: relative;
    flex: 0 0 100%;
}


input, textarea {
    width: 100%;
    background: rgba(0,0,0,0.07);
    border: none;
    font-family: DroidSerif;
    font-style: italic;
    padding: 7px;
    letter-spacing: 1px;
}

.form-item-nom,.form-item-prenom {
    display: inline-block;
    width: 48.4%;
    margin-bottom: 5px !important;
}

.form-item {
    margin: 10px 0;
}

form-item {}

.form-item-nom {
    margin-right: 4px;
}

.form-item-prenom {
    margin-left: 4px;
}

::placeholder {
    color: #574946;
}

input#edit-actions-submit {
    width: auto;
    background: transparent;
    font-style: normal;
    text-transform: uppercase;
    color: #a6725b;
    font-size: .8em;
    letter-spacing: 4px;
}

svg.arrow-left{

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

}

svg.icon.icon-arrow {width: 25px;height: 25px;}

button.owl-prev {
    position: absolute;
    left: 0;
}

.owl-nav button,.owl-nav button:hover, .owl-nav button:focus {outline: none;background: transparent !important;}


.mentions-legales section.content {
    padding-top: 6vh;
    max-width: 80%;
}

.mentions-legales .text {
    text-align: left;
    text-align-last: left;
    padding-top: 4vh;
}
.mentions-legales .text ul {
    font-family: DroidSerif;
    font-size: 1em;
}

.mentions-legales .text a {
    color: #a6725b;
}

.main {
    position: relative;
    padding-bottom: 9vh;
    min-height: 100vh;
}
.page-node-type-cuvee .main {
    padding-bottom: 4vh;
}

footer#footer ul {
    list-style: none;
    padding: 0;
}


footer#footer {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer#footer p.footer-legal, footer#footer ul {
    font-family: "DroidSerif";
    font-size: .76em;
    opacity: .4;
}

footer#footer ul a {
    color: #000;
}


/**********

brak point :
    1200 ok
    1000
    900
    768
    650
    450

***********/

@media (max-height: 860.1px){
    .page_cuvee .nav_cuvee{
        top: 38em;
    }
}
@media (max-height: 750.1px){
    .startVisit{
        left : 65%;
    }
}

@media (max-width: 1699.9px){

    .page_cuvee .nav_cuvee.owl-carousel .owl-nav{
        position: absolute;
        width: 100%;
        z-index:0;
    }
    .page_cuvee .nav_cuvee.owl-carousel .owl-nav .owl-prev{
        position: relative;
        float: left;
        z-index:2;
    }
    .page_cuvee .nav_cuvee.owl-carousel .owl-nav .owl-next{
        position: relative;
        float: right;
        z-index:2;
    }

    .page_cuvee .nav_cuvee.owl-carousel .owl-stage-outer{
        z-index: 1;
        margin: 0 50px;
    }
}
@media (max-width: 1000.1px){
    body{
        font-size: .8em;
    }
    .navCenter{
        max-width: 200px;
        margin-top: -15px;
        margin-bottom: 15px;
    }
    .sidebarMenu{
        width:45%;
    }
    .startVisit{
        width: 200px;
    }
    .nuances .imageContainer, .page_cuvee .imageContainer{
        left: 90px
    }
    .elles .imageContainer>img{
        height: auto;
        width:25%;
    }
}

@media (max-width: 900.1px) {
    .elles .content{
        padding-top: calc(30vw * 1.2);
    }
}
@media (max-width: 850.1px) {

    .mainContent.genèse:before {
        background-size: 140%;
    }

}
@media (max-width: 768.1px) {

    .main.overflowHidden{
        min-height: 720px;
    }
    .navbar{
        padding: 20px 10px 0;
    }
    .navRight, .navCenter, .navLeft{
        min-width: 75px;
    }
    section.content{
        max-width: 25em;
        padding-top: 3em;
    }
    .sidebarMenu{
        width:50%
    }
    .mainContent.genèse:before{
        background-size: 1100px;
    }
    .genèse .imageContainer img{
        width: auto;
        height: 100%;
        max-width: none;
    }
    .startVisit{
        left:auto;
        top: calc(50% + 250px);
        padding-left: 0px;
    }
    .imageContainer.wMask{
        -webkit-mask-size: 1150px 1150px;
        -webkit-mask-repeat: no-repeat;
    }
    .éloge .content{
        left: auto;
    }

    .exploration .imageContainer {
        height: auto;
    }

    .exploration .imageContainer>img {
        left: 50%;
        transform: translate(-50%,-35%);
        width: 26em;
    }

    .exploration .textContent {padding: 20em 0 5em;}

    .mainContent.exploration section.content {
        padding-top: 3em;
    }

    .mainContent.exploration section.content {
        justify-content: flex-start;
    }

    .mainContent.contact .imageContainer {
        height: auto;
        position: absolute;
        width: 100%;
    }

    .contact .imageContainer>img {
        left: 50%;
        transform: translate(-50%,-35%);
        width: 22em;
    }
    .mainContent.contact .textContainer{
        max-width: 90%;
    }
    .mainContent.contact .textContainer .content .h3{
        text-align: center;
    }
    .contact .textContent {padding: 24em 0 5em;}

    .mainContent.contact {
        justify-content: center;
    }
    .mainContent.contact .text .paragraph p{
        /*font-family: DroidSerif;*/
        text-align: center;
        text-align-last: center
    }
    .form-item-nom {
        margin-right: 3px;
    }

    .form-item-prenom {
        margin-left: 3px;
    }

    .ss-content{
        width: 100%;
        right: -10px;
        padding-right: 21px;
    }
}
@media (min-width: 650.9px) {

    .page_cuvee .textContent.owl-theme .owl-nav{
        display: none;
    }

}
@media (max-width: 650.1px) {
    .page-node-type-cuvee .main,.main{
        padding-bottom: 12vh
    }
    .mainContent.page_cuvee {
        margin-bottom: -75px;
        min-height: auto;
    }
    section.contentTitle{
        margin-bottom: 30px
    }
    .nextStep{
        margin-top: 5px;
    }
    .sidebarMenu{
        width:60%
    }

    .nuances .imageContainer,
    .page_cuvee .imageContainer{
        left: 160px;
    }


    .nuances .imageContainer img,
    .page_cuvee .imageContainer img{
        max-width: none;
        width:1000px;
    }
    .page_cuvee .imageContainer img:nth-child(1){
        left: calc(50% - 40px)
    }
    .page_cuvee .imageContainer img:nth-child(2){
        left: calc(50% + 150px)
    }
    .nuances .content,
    .page_cuvee section.content {
        left: auto;
        padding-top: 3em;
    }
    .nuances .content .textContainer,
    .page_cuvee section.content .textContainer {
        padding-top: 2em;
    }
    .page_cuvee .owl-carousel .owl-stage-outer{
        z-index:1;
        width:100vw;
    }
    .page_cuvee .owl-carousel .owl-nav button.owl-prev,
    .page_cuvee .owl-carousel .owl-nav button.owl-next{
        z-index:2;
    }

    .page_cuvee .cuvee_presentation{
        flex-direction: column;
        align-items: center;
    }
    .page_cuvee .cuvee_presentation > div.cuvee-image{
        padding-bottom: 15px;
    }
    .page_cuvee .nav_cuvee{
        display: none;
    }
    .page_cuvee .textContent.owl-theme .owl-nav{
        position: absolute;
        top: 35%;
        width: 100%;
    }
    .textContent button.owl-prev{
        position: relative;
        float: left;
    }
    .textContent button.owl-next{
        position: relative;
        float: right;
    }
}
@media (max-width: 450.1px) {
    .navCenter{
        max-width: 150px;
        margin-top: -15px;
        margin-bottom: 15px;
    }
    .sidebarMenu{
        width:80%
    }
    .nuances .content{
        max-width: 60%;
    }
    .nuances .title .h3, .page_cuvee .title .h3{
        font-size: 1.9em;
    }
    .nuances .imageContainer img,
    .page_cuvee .imageContainer img{
        width: 800px;
    }
    .page_cuvee .imageContainer img:nth-child(1){
        left: calc(50% - 50px)
    }
    .page_cuvee .imageContainer img:nth-child(2){
        left: calc(50% + 60px)
    }
    .contact .imageContainer>img {
        transform: translate(-50%,-41%);
    }
    .page_cuvee .textContent.owl-theme .owl-nav{
        width: 70%;
        margin: 0 15%;
    }

    footer#footer {
        padding: 0 5px;
    }
}

@media (max-width: 350.1px) {

}
@media (max-width: 330.1px) {

    .form-item-nom {
        margin-right: 2px;
    }

    .form-item-prenom {
        margin-left: 2px;
    }
    .mainContent.enter .imageContainer.wMask {
        -webkit-mask-size: 700% 700%;
    }
    .mainContent.genèse:before{
        background-size: 1000px;
    }
    .imageContainer.wMask{
        -webkit-mask-size: 1050px 1050px;
        -webkit-mask-repeat: no-repeat;
    }
    footer#footer {
        padding: 0 2px;
    }
}


 /** Prehome **/


#age { position:fixed; top:0; left:0; width:100%; height:100%; z-index: 9999; background:url(../img/background.jpg) center center #F2EEEB; background-size: cover; overflow-y: scroll; }
.agePasOk { overflow: hidden; }
.ageTop { padding: 0.8em; font-family: Montserrat; font-size: 0.65em; letter-spacing: .05em; }
.ageBottom { position: absolute; bottom: 0; width: 100%; letter-spacing: 0.4em; font-size: 0.6em; font-weight: bold; padding: 0.6em .6em 0.3em;  color: #fff; background: rgba(0,0,0,0.3); }

.ageLogo { position: absolute; top: 11%; left: 0; width: 100%; }
.ageLogo img { width: 42vh;  min-width: 195px; }
.ageForm { position: absolute; left: 0; width: 100%; padding: 1em; top: 50%; }
.ageSentence { max-width: 410px; margin: auto; font-size: 0.9em; line-height: 1.4; font-family: Montserrat; font-weight: bold; position: relative }
.ageOk #age{ overflow: hidden; }
.btnRow { margin-top:1.5em; }
.btnRow .btn { margin:0 1em; width:10em; text-align: center; font-size: 1em; }
.ageInner { text-align: center; position: relative; min-height: 100%; height: 370px; }

.ageSentence:before { content: ""; position: absolute; top: -1.8em; left: 140px; right: 140px; height: 1px; background: rgba(0, 0, 0, 0.45); }
.ageSentence:after { content: ""; position: absolute; top: -1.8em; left:50%; width:5px; height:5px; border-radius:50%; background:#222; margin-top:-2px; margin-left:-2px; box-shadow:0 0 0 7px #F2EEEB; }



/******************** Modification propre au site *********************/

#age {
    background: url(/themes/tweme/img/background_prehome.png) no-repeat calc(50% - 20px) center, url(/themes/tweme/img/background.jpg);
    background-size: 1500px, cover;
}
.ageLogo {
    position: absolute;
    top: 4%;
    left: 0;
    width: 100%;
}
.ageLogo img {
    width: 32vh;
    min-width: 195px;
}
.ageSentence{display: none}

.btnCol{
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(0,-50%);
}
.btnCol>a {
    color: #000;
    text-transform: uppercase;
    font-family: DroidSerif;
    font-size: 25px;
    padding: 0;
}
.btnCol>a>span {
    color: #a6725b;
    position: relative;
    padding-left: 40px;
    font-family: SourceSansPro;
    font-size: 16px;
}
.btnCol>a>span:before {
    content: '';
    width: 30px;
    position: absolute;
    top: 50%;
    left:5px;
    transform: translate(0,-50%);
    height: 100%;
    background: url(/themes/tweme/img/arrow-ltr.png) no-repeat center;
}

.ageBottom {
    background: none;
    color: #000;
    font-family: DroidSerif;
    font-style: italic;
    font-weight: normal;
    text-align: initial;
    font-size: 1em;
    letter-spacing: normal;
    opacity: .5;
}

.ageBottom p {
    margin-bottom: 0;
}


@media (max-width: 650.1px) {
    #age {
        background-size: 1200px, cover;
    }
}

@media (max-width: 450.1px) {

    #age {
        background-size: 1000px, cover;
    }
}


.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #dfd8c6;
    border: 0px solid #000000;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cac3b0;
}

.control input:checked ~ .control_indicator {
    background: #dfd8c6;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #cac3b0;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.form-item-opt-in input, .form-item-opt-in label {display: inline;width: auto;font-family: DroidSerif;font-size: 1em;}

#toolbar-administration, #drupal-live-announce {
    display: none;
}
