/*
Theme Name: Domaine Billaud-Simon
Author: Digital Concept
Author URI: http://www.digitalconcept.fr/
Description: Template personalisé pour le site du domaine Billaud-Simon
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'UniversCondensed';
    src: url('fonts/Univers-Condensed.eot');
    src: url('fonts/Univers-Condensed.eot') format('embedded-opentype'),
        url('fonts/Univers-Condensed.woff') format('woff'),
        url('fonts/Univers-Condensed.ttf') format('truetype'),
        url('fonts/Univers-Condensed.svg#Univers-Condensed') format('svg');
}

@font-face {
    font-family: 'UniversLight';
    src: url('fonts/Univers-Light.eot');
    src: url('fonts/Univers-Light.eot') format('embedded-opentype'),
        url('fonts/Univers-Light.woff') format('woff'),
        url('fonts/Univers-Light.ttf') format('truetype'),
        url('fonts/Univers-Light.svg#Univers-Light') format('svg');
}

#main {
    margin-top: 60px;
}

.home #loader {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.home #loader div {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -48px;
    margin-top: -48px;
    border: 8px solid #3E6A52;
    border-bottom-color: rgba(192, 192, 192, 0.4);
    border-right-color: rgba(192, 192, 192, 0.4);
    border-left-color: rgba(192, 192, 192, 0.4);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*****************
    HEADER
*****************/

#header {
    background: #3E6A52;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#header .toggleMenu {
    display: none;
    color: #FFF;
    text-decoration: none;
    position: absolute;
    width: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    font-size: 31px;
}

#header #mainmenu {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

#header #mainmenu .menuitem-wrapper {
    display: block;
    width: 20%;
    float: left;
}

#header #mainmenu .menuitem {
    display: block;
    width: 100%;
    color: #93B8A5;
    text-decoration: none;
    font: 20px/60px 'UniversCondensed';
    text-transform: uppercase;
    text-align: center;
    /* letter-spacing: 0.5px; */
}

#header #mainmenu .menuitem-wrapper:hover .menuitem,
#header #mainmenu .menuitem-wrapper .menuitem.current {
    text-decoration: none;
    background: #507D64;
    color: #FFF;
}

#header #mainmenu .submenuitem-wrapper {
    position: absolute;
    background: #93B6A3;
    padding: 0 20px;
    max-height: 0;
    min-width: 216px;
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#header #mainmenu .menuitem-wrapper:hover .submenuitem-wrapper {
    max-height: 300px;
    padding: 4px 20px;
}

#header #mainmenu .submenuitem-wrapper .submenuitem:before {
    content: "\f105";
    font: normal 20px/34px "FontAwesome";
    display: block;
    margin-right: 10px;
    float: left;
}

#header #mainmenu .submenuitem-wrapper .submenuitem {
    display: block;
    font: 14px/40px "UniversCondensed";
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    clear: both;
    overflow: hidden;
    position: relative;
}

#header #mainmenu .submenuitem-wrapper .submenuitem span {
    position: absolute;
    width: 0;
    height: 1px;
    background: #FFF;
    bottom: 7px;
    left: 18px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#header #mainmenu .submenuitem-wrapper .submenuitem:hover span {
    width: 100%;
}

#header #languagesSwitcher {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    overflow: hidden;
}

#header #languagesSwitcher:before {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 50%;
    margin-top: -10px;
    color: #93b8a5;
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#header #lang_choice_1 {
    cursor: pointer;
    color: #93b8a5;
    font: 20px/40px 'UniversCondensed';
    text-transform: uppercase;
    width: 150%;
    height: 100%;
    border: none;
    background: transparent;
}

.page #header #mainmenu .menuitem-wrapper,
.single #header #mainmenu .menuitem-wrapper {
    width: 16.666666667%;
}

.page #header #mainmenu .menuitem-wrapper #linktohome,
.single #header #mainmenu .menuitem-wrapper #linktohome {
    background: url(img/logo-billaud-transparent.png) no-repeat center center transparent;
    background-size: 90%;
}


/*****************
    HOME
*****************/

#homeSlider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#homeSlider .logo {
    width: 90%;
    max-width: 300px;
    margin: 30px auto 0;
}

#homeSlider .logo img {
    display: block;
    max-width: 100%;
}

#homeSlider .sliderNavigation {
    width: 40px;
    position: absolute;
    right: 0;
    bottom: 10px;
    overflow: hidden;
    z-index: 99;
}

#homeSlider .sliderNavigation .dot {
    display: block;
    width: 14px;
    height: 14px;
    background: #FFF;
    border-radius: 9px;
    margin: 16px auto;
}

#homeSlider .sliderNavigation .dot.active {
    background: #C9A558;
}

#homeSlider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: -100%;
    background-size: cover !important;
}

#homeSlider .slide#post-17,
#homeSlider .slide#post-263 {
    background-position: center center !important;
}

#homeSlider .slide#post-20,
#homeSlider .slide#post-407 {
    background-position: 70% 70% !important;
}

#homeSlider .slide.active {
    z-index: 9;
    left: 0;
}

#homeSlider .slide .caption {
    position: absolute;
    font-family: 'UniversCondensed';
}

#homeSlider .slide .caption p {
    font-size: 16px;
}

.separateur {
    height: 1px;
    margin: 80px auto;
    width: 1280px;
    background-color: #D6D6D6;
    border-bottom: 1px solid #F5F5F5;
}

#homegrid {
    margin: 40px 0 0;
    overflow: hidden;
    position: relative;
}

#homegrid .greyBackground.first {
    width: 100%;
    height: 719px;
    background: #F0F0F0;
    position: absolute;
    z-index: 9;
    top: 1000px;
}

#homegrid .greyBackground.second {
    width: 100%;
    height: 460px;
    background: #F0F0F0;
    position: absolute;
    z-index: 9;
    bottom: 0px;
}

#homegrid .left {
    width: 50%;
    float: left;
    clear: left;
    position: relative;
    z-index: 99;
}

#homegrid .right {
    width: 50%;
    float: right;
    position: relative;
    z-index: 99;
}

#homegrid .case-wrapper,
#homegrid .case {
    overflow: hidden;
}

#homegrid .case article {
    padding: 70px;
}

#homegrid .case img {
    display: block;
    /* max-width: 100%; */
    height: auto !important;
}

#homegrid .case.left img {
    float: right;
}

#homegrid .case table {
    background-color: #FFF;
    float: right;
    width: 100%;
    max-width: 600px;
    height: 100%;
}

#homegrid .case.right table {
    float: left;
}

#homegrid .case table td {
    vertical-align: middle;
}

#homegrid .case h1,
#homegrid .case h2 {
    font: 38px/50px 'UniversLight';
    color: #000;
    margin: 0 0 35px;
    position: relative;
    overflow: hidden;
}

#homegrid .case h1 span,
#homegrid .case h2 span {
    position: absolute;
    width: 0;
    height: 1px;
    background: #C9A558;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#homegrid .case.animate h1 span,
#homegrid .case:hover h1 span {
    width: 200px;
}

#homegrid .case.animate h2 span,
#homegrid .case:hover h2 span {
    width: calc(100% - 10px);
    margin-left: 1px;
}

#homegrid .case .underline {
    background-color: #C9A558;
    height: 1px;
    width: 0;
}

#homegrid .case p {
    color: #919191;
    font: 20px/28px "UniversLight";
}

#homegrid .case.navigation article {
    padding: 120px 70px 10px;
}

#homegrid .case.navigation nav {
    padding: 0px 70px 70px;
    transition: all ease 0.6s;
    opacity: 0;
    overflow: hidden;
}

#homegrid .case.animate.navigation nav,
#homegrid .case.navigation:hover nav {
    opacity: 1;
}

#homegrid .case.navigation nav .link:before {
    content: "\f105";
    font: normal 30px/44px "FontAwesome";
    display: block;
    margin-right: 10px;
    float: left;
}

#homegrid .case.navigation nav .link {
    clear: both;
    position: relative;
    left: -60px;
    display: block;
    float: left;
    font: 18px/50px "UniversCondensed";
    text-decoration: none;
    text-transform: uppercase;
    color: #C9A558;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#homegrid .case.navigation nav .link span {
    position: absolute;
    width: 0;
    height: 1px;
    background: #C9A558;
    bottom: 12px;
    left: 20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#homegrid .case.navigation nav .link:hover {
    padding-left: 20px !important;
}

#homegrid .case.navigation nav .link:hover span {
    width: 96%;
}

#homegrid .case-wrapper.left .thumb {
    clear: both;
}

#homegrid .case-wrapper.left .thumb img {
    float: right;
}

#homegrid #actualites {
    float: right;
    width: 100%;
    max-width: 600px;
}

#homegrid #actualites table {
    position: relative;
}

#homegrid #actualites .actus-wrapper {
    height: 322px;
}

#homegrid #actualites .actu {
    position: absolute;
    z-index: 9;
    left: 100%;
    top: 0;
    width: 83.333333333%;
    padding: 9.166666667% 9.166666667% 0;
    background: #FFF;
}

#homegrid #actualites .actu.active {
    left: 0;
}

#homegrid #actualites .actu .date {
    color: #C9A558;
    font: 19px/36px "UniversCondensed";
    display: inline-block;
    letter-spacing: 1px;
}

#homegrid #actualites .actu .share {
    position: absolute;
    right: 55px;
}

#homegrid #actualites .actu .share a {
    margin: 0 6px;
    font-size: 30px;
}

#homegrid #actualites .actu h1 {
    font: 30px/50px 'UniversCondensed';
    color: #000;
    margin: 15px 0;
}

#homegrid #actualites .actu p {
    color: #000;
    font: 18px/26px "UniversLight";
}

#homegrid #actualites .actu .more {
    color: #C9A558;
    text-decoration: none;
    text-transform: uppercase;
    font: 16px/22px "UniversCondensed";
    position: relative;
    display: inline-block;
}

#homegrid #actualites .actu .more span {
    position: absolute;
    width: 0;
    height: 1px;
    background: #C9A558;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#homegrid #actualites .actu .more:hover span {
    width: 94px;
}

#homegrid #actualites nav {
    padding: 0 55px 29px;
}

#homegrid #actualites nav a {
    color: #DADADA;
    display: inline-block;
    font-size: 32px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    margin: 0 8px;
}

#homegrid #actualites nav a:hover {
    color: #C9A558;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
}

#homegrid #actualites .all {
    display: inline-block;
    color: #000;
    font: 16px/34px "Arial";
    padding-right: 55px;
}

#homegrid #actualites .all:hover {
    text-decoration: none;
}

#homegrid .case-wrapper.right {
    position: relative;
    min-height: 997px;
    @media (max-width: 1000px){
        min-height: unset;
    }
}

#homegrid .case-wrapper.right .case table {
    float: left;
}

#homegrid .case-wrapper.right .case article {
    padding: 120px 30px 10px;
}

#homegrid .case-wrapper.right .case.animate h1 span,
#homegrid .case-wrapper.right .case:hover h1 span {
    width: 540px;
}

#homegrid .case-wrapper.right .case.navigation nav {
    padding: 0px 30px 70px;
}

#homegrid .case-wrapper.right .thumb {
    position: absolute;
    bottom: 0;
}

#homegrid .quote {
    background: #39694F;
}

#homegrid .quote table {
    background: url(img/quote-left.jpg) no-repeat 13.667% 7.29167% #FFFFFF;
    text-align: center;
}

#homegrid .quote td {
    background: url(img/quote-right.jpg) no-repeat 86% 84.875% transparent;
}

#homegrid .quote p {
    font: 30px/40px "Georgia";
    color: #C9A558;
    margin: 8px 0;
}

#homegrid .quote article {
    padding: 0;
}

#homegrid .quote .underline {
    display: inline-block;
    width: 0%;
    height: 1px;
    background: #C9A558;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#homegrid .quote.animate .underline {
    width: 10%;
}

.bigSection {
    overflow: hidden;
    position: relative;
    margin: 80px 0 0;
}

.bigSection h2 {
    text-align: center;
    font: 46px/58px 'UniversLight';
    margin: 20px 0;
}

#vinsdudomaine #slider {
    background: url(img/fond-cuve-billaudsimon.jpg) repeat-x 0 0;
    text-align: center;
    height: auto;
    overflow: hidden;
    position: relative;
    cursor: grab;
}

#vinsdudomaine #slider .nav,
.owl-prev,
.owl-next {
    position: absolute;
    text-align: center;
    width: 40px;
    font-size: 42px;
    line-height: 42px;
    top: 320px;
    cursor: pointer;
    background: #C9A558;
    color: #F0F0F0;
    z-index: 99;
    border-radius: 31px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#vinsdudomaine #slider .nav:hover {
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

#vinsdudomaine #slider .nav:active {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

#vinsdudomaine #slider .nav.prev,
.owl-prev {
    left: 40px;
    padding: 0 6px 4px 0;
}

#vinsdudomaine #slider .nav.next,
.owl-next {
    right: 40px;
    padding: 0 0 4px 6px;
}

#vinsdudomaine .vin {
    width: 20%;
    display: block;
    position: absolute;
}

#vinsdudomaine #slider ul li {
    cursor: pointer;
}

#vinsdudomaine .vin table {
    width: 100%;
    height: 100%;
}

#vinsdudomaine .vin img {
    width: 200px;
    display: inline-block;
    cursor: pointer;
    margin-top: 30px;
}

#vinsdudomaine .vin.active img {
    width: 227px;
    margin-top: 0;
}

#vinsdudomaine .vin h2,
#vinsdudomaine .slide-wrap h2 {
    text-align: center;
    font: 1.6em 'UniversCondensed';
    color: #8A8A8A;
    text-transform: uppercase;
    padding-top: 16px;
    position: relative;
    width: 180%;
    margin-left: -40%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#vinsdudomaine .vin h2 strong,
#vinsdudomaine .slide-wrap h2 strong {
    display: block;
    font: 0.8em/1.4em 'UniversLight';
    color: #3E6A52;
    padding-bottom: 6px;
}

#vinsdudomaine .vin h2 span,
#vinsdudomaine .slide-wrap h2 span {
    width: 30%;
    height: 2px;
    background: #789988;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15%;
}

#vinsdudomaine .vin h2 .bottom,
#vinsdudomaine .slide-wrap h2 .bottom {
    top: inherit;
    bottom: 0;
}

#vinsdudomaine .navigation {
    background: rgba(57, 105, 79, 0.9);
    position: absolute;
    top: 98px;
    left: 8.59375%;
    width: 22.916666667%;
    height: 680px;
    overflow: hidden;
    min-width: 320px;
    z-index: 4;
}

#vinsdudomaine .navigation .link:before {
    content: "\f105";
    font: normal 20px/64px "FontAwesome";
    display: block;
    margin-right: 10px;
    float: left;
}

#vinsdudomaine .navigation .link {
    display: block;
    float: left;
    clear: both;
    font: 20px/70px "UniversCondensed";
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin-left: 10%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#vinsdudomaine .navigation .link:hover {
    padding-left: 4%;
}

#vinsdudomaine .navigation .link span {
    position: absolute;
    width: 0;
    height: 1px;
    background: #FFF;
    bottom: 23px;
    left: 6%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#vinsdudomaine .navigation .link:hover span {
    width: 100%;
}

#sliderVinsMobile .slide-wrap {
    text-align: center;
}

.slider-wrap .slider {
    width: 100%;
    height: 830px;
    margin: 0 auto;
    position: relative;
    -webkit-user-select: none;
}

.slide-wrap {
    width: 100%;
    height: 830px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.owl-wrapper .slide-wrap {
    height: auto;
}

.slide-wrap li {
    display: none;
    width: 300px;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

.slide-wrap .inner {
    position: relative;
    border-radius: 5px;
}

.slide-wrap .inner a {
    text-decoration: none;
    border: none;
    outline: none;
}

.slide-wrap .pic-tit {
    font-size: 14px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #1ca297;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 99999;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}

.slide-wrap img {
    max-width: 100%;
    border: none;
    outline: none;
    max-height: 620px;
}

.slide-wrap li {
    width: 20%;
}

.slide-wrap .pos1 {
    display: block;
    width: 200px;
    height: 600px;
    left: 5%;
    top: 20px;
    z-index: 1;
}

.slide-wrap .pos2 {
    display: block;
    width: 200px;
    height: 600px;
    left: 23%;
    top: 20px;
    z-index: 2;
}

.slide-wrap .pos3 {
    display: block;
    width: 240px;
    height: 820px;
    top: 0;
    left: 40%;
    z-index: 3;
}

.slide-wrap .pos4 {
    display: block;
    width: 200px;
    height: 600px;
    right: 23%;
    top: 20px;
    z-index: 2;
}

.slide-wrap .pos5 {
    display: block;
    width: 200px;
    height: 600px;
    right: 5%;
    top: 20px;
    z-index: 1;
}

.slide-wrap .inner {
    overflow: hidden;
    position: relative;
}

.arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #384047;
    color: #fff;
    position: absolute;
    top: 160px;
    z-index: 10;
    cursor: pointer;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    font-style: normal;
}

.prev {
    left: 0;
    background-position: 0px 0px;
}

.next {
    right: 0;
    background-position: -52px 0px;
}

#domainephoto #wrapper-galerie {
    background: url(img/fond-kimmeridgien-billaudsimon.jpg) repeat-x 0 0;
    height: 800px;
}

#domainephoto #wrapper-galerie .wrapped {
    width: 96%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#domainephoto #wrapper-galerie .wrapped .thumb {
    float: left;
    cursor: pointer;
    position: relative;
    transition: all ease 0.2s;
}

#domainephoto #wrapper-galerie .wrapped .thumb.top {
    top: 25%;
}

#domainephoto #wrapper-galerie .wrapped .thumb.paysage:hover {
    background-size: auto 110% !important;
}

#domainephoto #wrapper-galerie .wrapped .thumb.portrait:hover {
    background-size: 110% auto !important;
}

#domainephoto #wrapper-galerie .wrapped .thumb.x_1 {
    width: 25%;
}

#domainephoto #wrapper-galerie .wrapped .thumb.y_1 {
    height: 25%;
}

#domainephoto #wrapper-galerie .wrapped .thumb.x_2 {
    width: 50%;
}

#domainephoto #wrapper-galerie .wrapped .thumb.y_2 {
    height: 50%;
}


/*****************
    SHARE
*****************/

.share a {
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    display: inline-block;
}

.share a:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.fb {
    color: #3B5999;
}

.tw {
    color: #28A9E0;
}

.ig {
    color: #C13584;
}


/*****************
    PAGE - SINGLE
*****************/

.page .section .wrapper,
.single .section .wrapper {
    width: 96%;
    max-width: 860px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
}

.page-template-default .section .wrapper,
.single:not(.single-vin) .section .wrapper {
    max-width: 1280px;
    background: none;
}

.page .section .wrapper .article,
.single .section .wrapper .article {
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 44px;
    overflow: hidden;
    width: 70%;
    /* position: absolute;
    right: 0;
    top: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-inline: auto;
    margin-top: unset !important;
}

.page .section .wrapper.greater,
.single .section .wrapper.greater {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
}

.page .section .wrapper.greater .article,
.single .section .wrapper.greater .article {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page .section .wrapper p,
.single .section .wrapper p,
.page .section .wrapper li,
.single .section .wrapper li {
    font-family: "UniversCondensed";
    color: #303030;
}

.page .section .wrapper h1 {
    text-align: center;
    font: 2em/1.6em "UniversCondensed";
    color: #898989;
    margin: 44px 0 30px;
    text-transform: uppercase;
}

.single .section .wrapper h1 {
    text-align: left;
    font: 1.8em/1.4em "UniversCondensed";
    color: #898989;
    text-transform: uppercase;
    padding: 0 40px;
    margin: 0.4em 0 1em;
}

.page:not(.page-template-page-actualite):not(.page-template-page-presse) .section h2 {
    text-align: center;
}

.page .section h2,
.single .section h2 {
    color: #C9A558;
    text-transform: uppercase;
    font: normal 1.2em/1.2em "UniversCondensed";
    margin: 1em 0 0;
}

.page .section .wrapper p {
    padding-left: 40px;
    padding-right: 40px;
    /* text-align: center !important; */
    font-size: 1.2em;
    line-height: 1.4em;
    /* width: 350px; */
    /* max-width: 70%;
    min-width: 300px; */
}

.single .section .wrapper p {
    padding: 0 40px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.page .section .wrapper .or {
    color: #C9A558;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.4em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 1.5em;
    margin: auto;
}

.page-id-158 .section .wrapper,
.single .section .wrapper {
    align-items: unset;
    margin: auto;
}

.page-id-158 .section .wrapper p{
    margin: auto;
}

.page .section .wrapper .or:after {
    position: absolute;
    height: 1px;
    width: 100px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    background: #C9A558;
    content: '.';
    color: #FFF;
}

.single .section .date {
    padding: 0 40px;
    color: #C9A558;
    font: 1em/1.2em "UniversLight";
    margin: 40px 0 0;
}

.single .section #postsNav {
    text-align: center;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single .section #postsNav .postLink {
    color: #C9A558;
    text-decoration: none;
    display: inline-block;
    font: 18px/22px "UniversCondensed";
    position: relative;
    /* max-width: 240px; */
    /* margin: 0 20px; */
    flex: 0 0 240px;
}

.single .section #postsNav .postLink:first-child {
    margin-left: 0
}

.single .section #postsNav .postLink:last-child {
    margin-right: 0
}

.single .section #postsNav .postLink:first-child .fa {
    margin-right: 8px;
}

.single .section #postsNav .postLink:last-child .fa {
    margin-left: 8px;
}

.single .section #postsNav .postLink span {
    position: absolute;
    width: 0;
    height: 1px;
    background: #C9A558;
    bottom: 0;
    left: 50%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.single .section #postsNav .postLink:first-child span {
    left: 100%;
}

.single .section #postsNav .postLink:last-child span {
    left: 0;
}

.single .section #postsNav .postLink:hover span {
    width: 100%;
    left: 0;
}

/*****************
    ACTUALITE
*****************/

.page #actualites,
.page #presses {
    overflow: hidden;
    background-size: cover !important;
}

.page #actualites .wrapper,
.page #presses .wrapper {
    margin: 3em auto;
}

.page #actualites .actualite,
.page #presses .presse {
    /* padding: 10px 2em 26px; */
    margin: 1em 0;
    position: relative;
    /* overflow: hidden; */
    width: 90%;
}

.page #actualites .actualite.first,
.page #presses .presse.first {
    padding-top: 0px;
}

.page #actualites .actualite.last,
.page #presses .presse.last {
    padding-bottom: 40px;
}

.page #actualites .actualite:after,
.page #presses .presse:after {
    position: absolute;
    height: 1px;
    width: 100px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    background: #ACACAC;
    content: '.';
    color: #FFF;
}

.page #actualites .actualite.last:after,
.page #presses .presse.last:after {
    display: none;
}

.page #actualites .actualite .date {
    color: #C9A558;
    font: italic 16px/22px "UniversLight";
}

.page #actualites .actualite h2 a,
.page #presses .presse h2 a {
    font: 30px/34px "UniversCondensed";
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.page #actualites .actualite h2 a:hover,
.page #presses .presse h2 a:hover {
    color: #C9A558;
}

.page #actualites .actualite p,
.page #presses .presse p {
    font: 18px/26px "UniversLight";
    padding: 0;
    text-align: left;
}

main#main .wrapper article.article p {
    text-align: left;
    width: 90%;
}

.page #actualites .actualite .more,
.page #presses .presse .more {
    color: #C9A558;
    float: right;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font: 18px/22px "UniversCondensed";
}

.page #actualites .actualite .more span,
.page #presses .presse .more span {
    position: absolute;
    width: 0;
    height: 1px;
    background: #C9A558;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.page #actualites .actualite .more:hover span,
.page #presses .presse .more:hover span {
    width: 100%;
}

.page #actualites .thumb,
.page #presses .thumb {
    width: 20%;
    float: right;
}

.page #actualites .thumb img,
.page #presses .thumb img {
    display: block;
    max-width: 100%;
    border: none;
    text-decoration: none;
}

.page #actualites .text,
.page #presses .text {
    width: 76%;
    float: left;
    margin-right: 4%;
}

.page #actualites .presse,
.page #presses .presse {
    margin: 1em 0;
}

.page #actualites .actualite h2,
.page #presses .presse h2 {
    margin: 0 0 0.8em;
}


/*****************
    MILLESIMES
*****************/

.page-template-page-millesimes .section .wrapper h1 {
    margin: 30px 0;
}

#millesimes {
    background: url(img/Chablis-Premier-Cru-Montee-de-Tonnerre-Billaud-Simon.jpg) no-repeat right center #2E5840;
    background-size: 80% auto;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#millesimes .wrapper {
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#millesimes .background {
    float: right;
}

#millesimes .navigation {
    background: #3C6A4E;
    overflow: hidden;
    float: left;
    width: 130px;
    height: 100%;
    padding: 2em 0;
}

#millesimes .navigation .annee {
    color: #86AC98;
    text-decoration: none;
    display: block;
    font: 1.4em/2.2em "UniversLight";
    text-align: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#millesimes .navigation .annee:hover,
#millesimes .navigation .annee.active {
    color: #FFFFFF;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

#millesimes .outside-wrapper {
    overflow: hidden;
    width: 0px;
    float: left;
}

#millesimes.open .outside-wrapper {
    width: 650px;
}

#millesimes .inside-wrapper {
    display: block;
    width: 665px;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#millesimes .millesime {
    background: rgba(255, 255, 255, 0.8);
    font: 1.3em/1.4em "UniversLight";
    padding: 0 2em;
    height: 100%;
}

#millesimes .millesime table {
    height: 100%;
    width: 100%;
}

#millesimes .millesime h2 {
    font: normal 1.4em/1.4em "UniversCondensed";
    text-transform: uppercase;
    color: #C9A558;
}

.page-template-page-millesimes #communications {
    border-top: 10px #FFF solid;
}


/*****************
    VINS
*****************/

.single-vin .section .article.wrapper {
    margin: 3em auto;
    min-height: 780px !important;
    height: 780px;
}


.single-vin #vin-header {
    position: relative;
    clear: both;
    margin: 3em 0;
    text-align: center;
}

.single-vin .section .wrapper h1 {
    text-transform: uppercase;
    text-align: center;
    color: #8A8A8A;
    margin: 0;
    font-size: 2.4em;
    line-height: 1.2em;
    position: relative;
}

.single-vin .section .wrapper h1:before {
    content: ' ';
    background: #3C6C52;
    height: 2px;
    top: -16px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    position: absolute;
}

.single-vin .section button {
    margin: 0 auto;
    font-size: 22px;
    color: #C9A558;
    text-transform: uppercase;
    font: normal 1.2em/1.2em "UniversCondensed";
    padding-top: 6px;
    display: block;
}

.single-vin #parcelle {
    text-transform: uppercase;
    color: #3C6C52;
    font: 1.6em/1.2em "UniversLight";
    position: relative;
}

.single-vin #domaine {
    font-size: 15px;
    font-style: italic;
    font-family: "UniversCondensed";
    margin-top: 10px;
}

.single-vin #domaine:after {
    content: ' ';
    background: #3C6C52;
    height: 2px;
    bottom: -12px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    position: absolute;
}

.single-vin .nav {
    color: #CEA758;
    font-size: 50px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 9;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.single-vin .nav.prev {
    left: 40px
}

.single-vin .nav.next {
    right: 40px;
}

.single-vin .nav:hover {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.single-vin #contenu {
    width: 90%;
    margin: 0 auto 2em;
    overflow: hidden;
}

.single-vin #contenu .packshot {
    float: left;
    max-height: 500px;
    display: block;
    max-width: 30%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.single-vin #contenu .inside-wrapper {
    float: right;
    width: 66%;
}

.single-vin #contenu h2 {
    color: #C9A558;
    text-transform: uppercase;
    font: normal 1.2em/1.2em "UniversCondensed";
    margin: 1em 0 0;
}

.single-vin #contenu h2.first {
    margin: 0.5em 0 0;
}

.single-vin #contenu p {
    font-size: 1.1em;
    line-height: 1.2;
    color: #303030;
    margin: 0.5em 0;
    padding: 0;
}

.single-vin .section .lien-btn {
    margin: 0 auto;
    color: #C9A558;
    text-transform: uppercase;
    font: normal 1.2em/1.2em "UniversCondensed";
    display: block;
    text-decoration: none;
    border: 1px solid;
    max-width: fit-content;
    padding: 5px 5px 0px 5px;
    margin-bottom: 12px;
}


/*****************
    ESPACE PARTENAIRE
*****************/

.page .section .wrapper .warning {
    background: rgba(46, 90, 65, 0.9);
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 20px;
    box-shadow: inset 0 0 3px 1px #1A402A;
}

.page-template-espace-partenaire #folders {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-template-espace-partenaire .folder {
    border: 1px solid #2E5A41;
    background: rgba(255, 255, 255, 0.4);
    width: 175px;
    height: 175px;
    /* padding-bottom: 20.5%; */
    margin: 2%;
    float: left;
    position: relative;
    z-index: 1;
}

.page-template-espace-partenaire .folder.open {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    height: 100%;
}

.page-template-espace-partenaire .folder:not(.open):hover {
    cursor: pointer;
    background: #2E5A41;
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.page-template-espace-partenaire .folder .inside-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-template-espace-partenaire .folder .informations {
    font: 18px/32px "UniversCondensed";
    color: #333;
}

.page-template-espace-partenaire .folder:not(.open):hover .informations {
    color: #FFF;
}

.page-template-espace-partenaire .folder .informations .name {
    top: 50%;
    left: 10px;
    position: absolute;
    margin-top: -16px;
}

.page-template-espace-partenaire .folder .informations .number {
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.page-template-espace-partenaire .folder .iconPlus {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.page-template-espace-partenaire .folder .iconPlus .bar {
    background: #C9A558;
    position: absolute;
    height: 1px;
    width: 1px;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.page-template-espace-partenaire .folder:not(.open):hover .iconPlus .bar {
    background: #FFF;
}

.page-template-espace-partenaire .folder .iconPlus .bar:first-child {
    width: 20px;
    margin-left: -10px;
}

.page-template-espace-partenaire .folder .iconPlus .bar:last-child {
    height: 20px;
    margin-top: -10px;
}

.page-template-espace-partenaire .folder:not(.open):hover .iconPlus .bar:first-child {
    width: 60px;
    margin-left: -30px;
}

.page-template-espace-partenaire .folder:not(.open):hover .iconPlus .bar:last-child {
    height: 60px;
    margin-top: -30px;
    transition-delay: 0.2s;
}

.page-template-espace-partenaire .folder.open {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 9;
    width: 96%;
    max-height: 95%;
    padding-bottom: 0;
    top: 0;
    overflow: hidden;
}

.page-template-espace-partenaire .folder.open .inside-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.page-template-espace-partenaire .folder.open .iconPlus {
    display: block;
    width: 40px;
    height: 40px;
    top: 20px;
    left: inherit;
    right: 0px;
    margin-left: -20px;
    margin-top: -20px;
}

.page-template-espace-partenaire .folder.open .informations .name {
    position: relative;
}

.page-template-espace-partenaire .folder.open .informations .number {
    display: none;
}

.page-template-espace-partenaire .folder.open .files {
    float: none;
    width: 96%;
    margin: 15px auto;
}

.page-template-espace-partenaire .folder.open .iconPlus:hover {
    cursor: pointer;
}

.page-template-espace-partenaire .folder.open .iconPlus .bar {
    ms-transform: rotate(45deg);
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-template-espace-partenaire .folder.open .iconPlus:hover .bar:first-child {
    width: 40px;
    margin-left: -20px;
}

.page-template-espace-partenaire .folder.open .iconPlus:hover .bar:last-child {
    height: 40px;
    margin-top: -20px;
}

.page-template-espace-partenaire .folder .files {
    display: none;
    list-style: none;
    width: 60%;
    float: right;
    padding: 0;
    margin: 0;
}

.page-template-espace-partenaire .folder.open .files {
    display: block;
}

.page-template-espace-partenaire .folder .file {
    display: block;
    overflow: hidden;
    clear: both;
    left: 0;
    position: relative;
    margin: 4px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.page-template-espace-partenaire .folder .file:hover {
    left: 10px;
}

.page-template-espace-partenaire .folder .file .fa {
    display: block;
    float: left;
    color: #C9A558;
    font-size: 20px;
    line-height: 30px;
    margin-right: 8px;
}

.page-template-espace-partenaire .folder .file .link {
    display: block;
    float: left;
    position: relative;
    font: 18px/36px "UniversCondensed";
    text-decoration: none;
    color: #303030;
}

.page-template-espace-partenaire .folder .file .link span {
    position: absolute;
    width: 0px;
    height: 1px;
    background: #C9A558;
    bottom: 8px;
    left: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.page-template-espace-partenaire .folder .file:hover .link span {
    width: 100%;
}

.page-template-espace-partenaire .folder .file .size {
    color: #A3A3A3;
    line-height: 36px;
    margin-left: 5px;
    font-size: 0.7em;
}


/*****************
    LE VIGNOBLE
*****************/

#vignoble .wrapper {
    max-width: 1280px;
    background: rgba(255, 255, 255, 0.97);
    display: flex;
    flex-direction: column;
    align-items: normal;
}

#vignoble .inside-wrapper {
    position: relative;
}

#vignoble #appelationsNav {
    position: absolute;
    width: 28%;
    left: 3%;
    top: 2%;
    z-index: 9;
}

#vignoble h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
}

#vignoble #appelationsNav div {
    clear: both;
}

#vignoble #appelationsNav .appelationLink {
    display: inline-block;
    clear: both;
    font: 18px/32px "UniversLight";
    text-decoration: none;
    color: #898989;
    position: relative;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

#vignoble #appelationsNav .appelationLink:hover,
#vignoble #appelationsNav .open .appelationLink {
    color: #C9A558;
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

#vignoble #appelationsNav .appelationLink span {
    position: absolute;
    width: 20px;
    height: 1px;
    background: #C9A558;
    bottom: 4px;
    left: 50%;
    margin-left: -10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#vignoble #appelationsNav .appelationLink:hover span,
#vignoble #appelationsNav .open .appelationLink span {
    left: 0;
    margin-left: 0;
    width: 100%;
}

#vignoble #appelationsNav .informations {
    display: none;
    max-height: 0;
    margin: 10px 0 0;
    width: 70%;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#vignoble #appelationsNav .open .informations {
    max-height: 100px;
}

#vignoble #appelationsNav .informations a {
    padding: 0 0 30px;
    display: block;
    width: 50%;
    float: left;
    text-decoration: none;
}

#vignoble #appelationsNav .informations .fa {
    font-size: 30px;
    color: #898989;
}

#vignoble #appelationsNav .informations .legend {
    display: block;
    color: #898989;
    text-align: center;
    margin: 10px 0 0;
    font-size: 14px;
}

#vignoble #appelationsNav .informations a:hover .fa,
#vignoble #appelationsNav .informations a.check .fa {
    color: #C9A558;
}

#vignoble #appelationsNav .informations a:hover .legend,
#vignoble #appelationsNav .informations a.check .legend {
    color: #C9A558;
}

#vignoble #appelationsNav .open .informations {
    display: block;
}

#vignoble #appelationsNav .limit {
    clear: both;
    margin: 20px 0;
    line-height: 0;
}

#vignoble .map-wrapper {
    position: relative;
    z-index: 0;
    float: right;
    width: 71.875%;
}

#vignoble .map-wrapper .map {
    display: block;
    max-width: 100%;
}

#vignoble .map-wrapper .vin {
    opacity: 0;
    position: absolute;
}

#vignoble .map-wrapper .vin.visible {
    opacity: 1;
}

#vignoble .map-wrapper .vin .appelation {
    border-bottom: 1px solid #2E5A41;
    font: bold 18px/32px "UniversCondensed";
    color: #2E5A41;
    text-shadow: 1px 1px 0 #FFF;
    padding: 0 10px;
    position: relative;
    top: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

#vignoble .map-wrapper .vin.visible .appelation {
    top: 0;
}

#vignoble .map-wrapper .vin .fleche {
    width: 0;
    height: 0;
    border-top: 0px solid #2E5A41;
    border-left: 30px solid transparent;
    position: absolute;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

#vignoble .map-wrapper .vin.visible .fleche {
    border-top: 30px solid #2E5A41;
}

/*****************
    CONTACT
*****************/

#contact {
    background-size: cover !important;

    >article.article.wrapper{
        display: block;

        @media (max-width: 768px) {
            display:flex;
        }
    }
}

#whoareu {
    position: absolute;
    left: -99999px;
}

.page .article form {
    width: 80%;
    margin: 2em auto;
}

#contactForm .optins {
    margin-left: 26%;
}

#contactForm .optins .field {
    margin-bottom: 0;
}

#contactForm .optins input {
    margin: 8px 8px 20px;
    display: block;
    float: left;
}

.getMap {
    position: absolute;
    right: 60px;
    top: 165px;
    cursor: pointer;
    background: url(img/map.png) no-repeat center transparent;
    background-size: cover;
    width: 160px;
    height: 160px;
}

/*.getMap .fa-map-o{font-size:60px;color:#C9A558;}
.getMap .fa-map-marker{color:#2E5A41;position:absolute;left:30px;top:18px;transition:all 0.2s ease;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;}
.getMap:hover .fa-map-marker{transform:scale(1.6);-moz-transform:scale(1.6);-webkit-transform:scale(1.6);-o-transform:scale(1.6);-ms-transform:scale(1.6);}*/
form .field {
    margin: 1em 0;
    clear: both;
}

form .field .radioLabel {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    cursor: pointer;
}

form .field .radioLabel input {
    margin: 4px;
}

form .field label {
    display: inline-table;
    vertical-align: top;
    width: 26%;
    font: 1.2em/1.8em "UniversCondensed";
}

form .field.error label:first-child {
    color: #3B6B51;
}

form .field label span {
    color: #C9A558;
    margin-left: 5px;
}

form .field.odd,
form .field.even {
    width: 50%;
    float: left;
    clear: none;
    margin-top: 0;
}

form .field.odd label {
    width: 52%;
}

form .field.even label {
    width: 22%;
}

form .field input[type="text"],
form .field input[type="password"],
form .field textarea {
    border: none;
    height: 38px;
    width: 69%;
    padding: 0 2%;
    display: inline-block;
    font: 1.2em/2em "UniversLight";
    box-shadow: 0 0 2px 0 #ACACAC;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

form .field textarea {
    height: 94px;
}

form .field select {
    cursor: pointer;
    border: none;
    width: 73%;
    padding: 0 2%;
    display: inline-block;
    font: 1.2em/2em "UniversLight";
    height: 2em;
    background: #FFF;
    box-shadow: 0 0 2px 0 #ACACAC;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

form .field.odd input[type="text"] {
    width: 37%;
}

form .field.even input[type="text"] {
    width: 72%;
}

form .field input[type="text"]:focus,
form .field input[type="password"]:focus,
form .field textarea:focus {
    box-shadow: 0 0 3px 1px #C9A558;
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

form .field.error input[type="text"],
form .field.error input[type="password"],
form .field.error textarea {
    box-shadow: 0 0 3px 1px #3B6B51;
}

form .field select:focus {
    box-shadow: 0 0 3px 0 #C9A558;
}

form .actions {
    text-align: center;
    padding: 1em 0;
    overflow: hidden;
}

form .button,
form input[type="submit"] {
    display: inline-block;
    background: #C9A558;
    color: #FFF;
    font: 1.2em/2em "UniversCondensed";
    border: none;
    border-bottom: 3px solid #A07F37;
    padding: 0 2em;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

form .button:hover,
form input[type="submit"]:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

form .button:active,
form input[type="submit"]:active {
    transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
}

form .legend {
    text-align: right;
    color: #868686;
    display: block;
    margin: 1em 0;
    font-size: 0.7em;
}

form .legend span {
    color: #C9A558;
}

#newsletterForm .pro {
    display: none;
}

form .rgpd {
    font-size: 12px;
    font-style: italic;
}

form .rgpd div input {
    margin: 3px 8px 20px;
    display: block;
    float: left;
}

/* Forminator – contact form */
#contact #contactForm {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

#contact #contactForm .forminator-custom-form {
    width: 80%;
    margin: 2em auto;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    font-size: inherit;
}

#contact #contactForm .forminator-row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#contact #contactForm .forminator-custom-form[data-grid="open"] .forminator-row:not(:last-child),
#contact #contactForm .forminator-custom-form[data-grid="open"] .forminator-col:not(:last-child) {
    margin-bottom: 0;
}

#contact #contactForm .forminator-field-select select.forminator-select2 {
    grid-column: 2;
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

#contact #contactForm .forminator-field {
    margin: 0.875em 0;
    clear: both;
}

#contact #contactForm .forminator-field-html .forminator-field {
    text-align: right;
    color: #868686;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0.25em;
    font-style: italic;
}

#contact #contactForm .forminator-field-html .forminator-field span {
    color: #C9A558;
}

#contact #contactForm .forminator-label {
    display: block;
    width: auto;
    padding-top: 7px;
    font: 18px/24px "UniversCondensed", sans-serif;
    color: #333;
}

#contact #contactForm .forminator-col-12 .forminator-field,
#contact #contactForm .forminator-field-select .forminator-field,
#contact #contactForm .forminator-field-checkbox .forminator-field,
#contact #contactForm .forminator-field-gdprcheckbox .forminator-field {
    display: grid;
    grid-template-columns: 26% 69%;
    column-gap: 5%;
    align-items: start;
}

#contact #contactForm .forminator-field-radio .forminator-field[role="radiogroup"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.875em 0;
}

#contact #contactForm .forminator-field-radio .forminator-field > .forminator-label {
    flex: 0 0 26%;
    max-width: 26%;
    box-sizing: border-box;
    padding-right: 5%;
    width: auto;
    margin: 0;
    padding-top: 0;
}

#contact #contactForm .forminator-radio.forminator-radio-inline {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    margin-right: 20px;
    cursor: pointer;
    font: 16px/24px "UniversLight", sans-serif;
    position: static;
    padding: 0;
}

#contact #contactForm .forminator-row > .forminator-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    box-sizing: border-box;
}

#contact #contactForm .forminator-col-6 .forminator-field {
    display: grid;
    grid-template-columns: 52% 48%;
    column-gap: 0;
    align-items: start;
}

#contact #contactForm .forminator-col-6 + .forminator-col-6 .forminator-field {
    grid-template-columns: 22% 78%;
}

#contact #contactForm .forminator-required {
    color: #C9A558;
    margin-left: 4px;
    font-size: 0.9em;
}

#contact #contactForm .forminator-input,
#contact #contactForm .forminator-textarea {
    box-sizing: border-box;
    border: none;
    height: 38px;
    width: 100% !important;
    max-width: 100%;
    padding: 0 12px;
    display: block;
    grid-column: 2;
    font: 16px/38px "UniversLight", sans-serif;
    color: #333;
    box-shadow: 0 0 2px 0 #ACACAC;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    background: #FFF;
    border-radius: 0;
}

#contact #contactForm .forminator-field-select .select2-container,
#contact #contactForm .forminator-field-select .forminator-select.select2-container {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    height: 38px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    display: block !important;
    grid-column: 2;
}

#contact #contactForm .forminator-textarea {
    height: 94px;
    line-height: 1.45;
    padding: 10px 12px;
}

#contact #contactForm .forminator-input::placeholder,
#contact #contactForm .forminator-textarea::placeholder {
    color: #999;
    font-size: 15px;
}

#contact #contactForm .forminator-input:focus,
#contact #contactForm .forminator-textarea:focus {
    box-shadow: 0 0 3px 1px #C9A558;
    transform: scale(1.03);
    outline: none;
}

#contact #contactForm .select2-container--focus .select2-selection--single,
#contact #contactForm .select2-container--open .select2-selection--single {
    box-shadow: 0 0 3px 1px #C9A558 !important;
    outline: none;
}

#contact #contactForm .forminator-field-select .select2-container--focus,
#contact #contactForm .forminator-field-select .select2-container--open {
    transform: scale(1.03);
}

#contact #contactForm .forminator-has_error .forminator-input,
#contact #contactForm .forminator-has_error .forminator-textarea,
#contact #contactForm .forminator-has_error .select2-selection {
    box-shadow: 0 0 3px 1px #3B6B51;
}

#contact #contactForm .forminator-error-message {
    display: block;
    grid-column: 2;
    margin: 4px 0 0;
    font: 13px/1.3 "UniversLight", sans-serif;
    color: #3B6B51;
}

#contact #contactForm .forminator-col-6 .forminator-error-message {
    grid-column: 2;
    margin-left: 0;
}

#contact #contactForm .forminator-response-message {
    margin-bottom: 1em;
    padding: 0.75em 1em;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    border-radius: 0;
}

#contact #contactForm .forminator-col-6 .forminator-label {
    width: auto;
    padding-top: 7px;
}

#contact #contactForm .forminator-col-6 .forminator-input,
#contact #contactForm .forminator-col-6 .forminator-phone,
#contact #contactForm .forminator-col-6 .select2-container {
    width: 100% !important;
    max-width: 100%;
    grid-column: 2;
}

#contact #contactForm .forminator-col-6 + .forminator-col-6 .forminator-label {
    width: auto;
}

#contact #contactForm .forminator-col-6 + .forminator-col-6 .forminator-input,
#contact #contactForm .forminator-col-6 + .forminator-col-6 .forminator-phone,
#contact #contactForm .forminator-col-6 + .forminator-col-6 .select2-container {
    width: 100% !important;
    max-width: 100%;
    grid-column: 2;
}

#contact #contactForm .forminator-row > .forminator-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

#contact #contactForm .forminator-field-select .forminator-field > .forminator-label {
    width: auto;
    margin: 0;
    padding-top: 7px;
}

#contact #contactForm .forminator-custom-form[data-design="default"] select.forminator-select2 + .forminator-select,
#contact #contactForm .forminator-field-select .forminator-select,
#contact #contactForm .forminator-field-select .select2-container {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

#contact #contactForm .forminator-field-select .select2-selection,
#contact #contactForm .forminator-field-select .select2-selection--single {
    height: 38px !important;
    min-height: 38px;
    border: none !important;
    border-radius: 0;
    box-shadow: 0 0 2px 0 #ACACAC;
    background: #FFF !important;
    background-image: none !important;
    transition: box-shadow 0.2s ease;
}

#contact #contactForm .forminator-field-select .select2-selection .selection {
    display: block;
    height: 100%;
}

#contact #contactForm .forminator-radio .forminator-radio-bullet,
#contact #contactForm .forminator-checkbox .forminator-checkbox-box {
    display: none !important;
}

#contact #contactForm .forminator-radio input[type="radio"],
#contact #contactForm .forminator-checkbox input[type="checkbox"] {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
    margin: 3px 4px 0 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    display: inline !important;
    vertical-align: middle;
    clip: auto !important;
    clip-path: none !important;
    background: transparent;
}

#contact #contactForm .forminator-radio .forminator-radio-label,
#contact #contactForm .forminator-checkbox .forminator-checkbox-label {
    display: inline;
    width: auto;
    vertical-align: middle;
    font: 16px/1.4 "UniversLight", sans-serif;
}

#contact #contactForm .forminator-field-checkbox .forminator-field,
#contact #contactForm .forminator-field-gdprcheckbox .forminator-field {
    font-size: 14px;
    line-height: 1.45;
    font-style: italic;
    color: #555;
    align-items: center;
}

#contact #contactForm .forminator-field-checkbox .forminator-field > .forminator-label,
#contact #contactForm .forminator-field-gdprcheckbox .forminator-field > .forminator-label {
    width: auto;
    padding-top: 0;
    font-size: 14px;
    line-height: 1.45;
    font-style: normal;
}

#contact #contactForm .forminator-field-checkbox .forminator-checkbox,
#contact #contactForm .forminator-field-gdprcheckbox .forminator-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    grid-column: 2;
    width: auto;
    max-width: none;
    text-align: left;
}

#contact #contactForm .forminator-field-checkbox .forminator-checkbox input,
#contact #contactForm .forminator-field-gdprcheckbox .forminator-checkbox input {
    float: none;
    margin: 2px 0 0;
    flex-shrink: 0;
}

#contact #contactForm .forminator-field-checkbox .forminator-checkbox-label,
#contact #contactForm .forminator-field-gdprcheckbox .forminator-checkbox-label {
    flex: 1;
}

#contact #contactForm #text-3 .forminator-description {
    display: none;
}

#contact #contactForm .forminator-description {
    display: block;
    grid-column: 2;
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.3;
    color: #868686;
}

#contact #contactForm .forminator-phone {
    grid-column: 2;
    width: 100%;
}

#contact #contactForm .forminator-phone .forminator-input {
    width: 100% !important;
}

#contact #contactForm .forminator-field-captcha .forminator-field {
    display: grid;
    grid-template-columns: 26% 69%;
    column-gap: 5%;
}

#contact #contactForm .forminator-field-captcha .forminator-field > *:not(.forminator-label) {
    grid-column: 2;
}

#contact #contactForm .forminator-row-last {
    text-align: center;
    padding: 1.25em 0 0.5em;
}

#contact #contactForm .forminator-button-submit {
    display: inline-block;
    background: #C9A558;
    color: #FFF;
    font: 18px/38px "UniversCondensed", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid #A07F37;
    padding: 0 2.5em;
    min-height: 38px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, background 0.2s ease;
}

#contact #contactForm .forminator-button-submit:hover {
    transform: scale(1.05);
    background: #d4b06a;
}

#contact #contactForm .forminator-button-submit:active {
    transform: scale(0.97);
}

#contact #contactForm .select2-selection {
    border: none !important;
    height: 38px;
    border-radius: 0;
    background: #FFF !important;
    background-image: none !important;
}

#contact #contactForm .forminator-field-select .select2-selection {
    box-shadow: 0 0 2px 0 #ACACAC;
}

#contact #contactForm .select2-selection__rendered {
    line-height: 38px;
    padding-left: 12px;
    padding-right: 8px;
    font: 16px/38px "UniversLight", sans-serif;
    color: #333;
}

#contact #contactForm .select2-selection__placeholder {
    color: #999;
}

#contact #contactForm .select2-selection__arrow {
    height: 38px;
    width: 34px;
    position: relative;
    border: none;
    background: transparent;
}

#contact #contactForm .select2-selection__arrow b {
    display: none;
}

#contact #contactForm .select2-selection__arrow [class*="forminator-icon-"] {
    color: #C9A558;
    font-size: 11px;
    line-height: 38px;
}

#contact #contactForm .forminator-edit-module {
    display: none;
}


/******************
    PLAN DU SITE
 *****************/

#sitemap ul {
    padding: 0;
}

#sitemap ul li {
    text-align: center;
}

#sitemap ul.menuitem-wrapper li {
    list-style-type: none;
}

#sitemap ul.menuitem-wrapper li a {
    color: #93B8A5;
    text-decoration: none;
    font: 24px/54px 'UniversCondensed';
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

#sitemap ul.menuitem-wrapper li a:hover {
    opacity: 1;
}

#sitemap ul.menuitem-wrapper li.submenuitem-wrapper ul li a {
    color: #C9A558;
    font: 16px/30px 'UniversCondensed';
}

/*****************
    FOOTER
*****************/

#footer {
    margin: 8px 0;
}

#footer .wrapped {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

#communications {
    background: #2E5A41;
    overflow: hidden;
    position: relative;
}

#communications .wrapped {
    width: 96%;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
}

#communications .link {
    width: 20%;
    margin: 6px 2.5% 10px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    font: 14px/18px "UniversLight";
}

#communications .link:first-child {
    margin-left: 0;
}

#communications .link:last-child {
    margin-right: 0;
}

#communications .link .icon {
    width: 80px;
    height: 50px;
    margin: 0 auto;
    display: block;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

#communications .link:hover .icon {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#communications .contacter .icon {
    background: url(img/picto-contacter.png) no-repeat center center transparent;
    background-size: auto 100%;
}

#communications .newsletter .icon {
    background: url(img/picto-newsletter.png) no-repeat center center transparent;
    background-size: auto 100%;
}

#communications .partenaires .icon {
    background: url(img/picto-partenaires.png) no-repeat center center transparent;
    background-size: auto 100%;
}

#communications .presse .icon {
    background: url(img/picto-presse.png) no-repeat center center transparent;
    background-size: auto 100%;
}

#communications .link .title {
    display: block;
}

#footer #footermenu {
    float: left;
}

#footer #footermenu .link {
    text-transform: uppercase;
    color: #DADADA;
    text-decoration: underline;
    text-decoration: none;
    display: inline-block;
    font: 16px/22px "UniversCondensed";
    margin: 14px;
    position: relative;
}

#footer #footermenu .link:first-child {
    margin-left: 0;
}

#footer #footermenu .link span {
    position: absolute;
    width: 0;
    height: 1px;
    background: #DADADA;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#footer #footermenu .link:hover span {
    width: 100%;
}

#footer .socials {
    float: right;
    margin: 10px 0;
}

#footer .socials .social {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#footer .socials .social:last-child {
    margin-right: 0;
}

#footer .socials .social:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#footer .copyright {
    float: right;
    color: #DADADA;
    display: inline-block;
    margin-right: 30px;
}

#footer .copyright a {
    color: #DADADA;
    text-decoration: none;
}


/*****************
    MESSAGES
*****************/

#messages {
    position: fixed;
    left: 50%;
    width: 74%;
    top: 60px;
    height: auto;
    margin-left: -40%;
    padding: 3%;
    background: #3B6B51;
    color: #FFF;
    font: 1.2em/1.2em 'UniversCondensed';
    z-index: 999;
    display: none;
}

#messages p {
    font: 1.3em/1.4em 'UniversCondensed';
}

#messages .close {
    display: block;
    color: #FFF;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
}


/*****************
    POPIN
*****************/

#popinBack {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 1000%;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

#popin {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0%;
    top: 0%;
    background: transparent;
    z-index: 9999;
    border-radius: 6px;
    display: none;
}

#popin.galerie {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#popin.galerie .content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#popin.galerie img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#popin.galerie #navigationGalerie {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}

#popin.galerie #navigationGalerie .fa {
    display: block;
    position: fixed;
    width: 40px;
    font-size: 40px;
    text-align: center;
    background: #C9A558;
    color: #F0F0F0;
    border-radius: 21px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#popin.galerie #navigationGalerie .fa:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#popin.galerie #navigationGalerie .fa-angle-left {
    left: 10px;
    padding: 0 2px 2px 0;
}

#popin.galerie #navigationGalerie .fa-angle-right {
    right: 10px;
    padding: 0 0 2px 2px;
}

#popin .close {
    width: 35px;
    height: 35px;
    color: #C9A558;
    text-shadow: 1px 1px 0px #a07f37;
    font: 30px/30px 'UniversLight';
    text-align: center;
    position: fixed;
    right: 10px;
    top: 10px;
    text-decoration: none;
}


/*****************
    BLOCAGE
*****************/

#blocage {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

#blocage .header {
    background: #3E6A52;
    position: relative;
    height: 60px;
    z-index: 9;
}

#blocage .header #languagesSwitcher {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    overflow: hidden;
}

#blocage .header #languagesSwitcher:before {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 50%;
    margin-top: -10px;
    color: #93b8a5;
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#blocage .header #languages {
    cursor: pointer;
    color: #93b8a5;
    font: 20px/40px 'UniversCondensed';
    text-transform: uppercase;
    width: 140%;
    height: 100%;
    border: none;
    background: transparent;
}

#blocage .logo {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 10px;
    margin-left: -100px;
}

#blocage .logo img {
    display: block;
    max-width: 100%;
}

#blocage .pan {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30%;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

#blocage .pan p {
    color: #333;
    text-align: center;
    line-height: 1.2em;
}

#blocage .pan>.content p {
    font-size: 0.8em;
    font-style: italic;
}

#blocage .pan p a {
    color: #333;
    text-decoration: none;
}

#blocage .content {
    margin: 2em 0;
}

#blocage form {
    margin: 2em 0 3em;
}

#blocage .field {
    width: 60%;
    margin: 1.2em auto 0;
    text-align: center;
}

#blocage .field select {
    text-align: center;
    border: none;
    color: #333;
}

#blocage .field label {
    float: none;
    display: inline-block;
    position: relative;
    color: #333;
    font: 1.2em/1.6em "UniversCondensed";
    width: 20%;
}

#blocage .field label:first-child {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    font-size: 1em;
}

#blocage .field label input {
    position: absolute;
    left: -99999px;
}

#blocage .field label:not(:first-child) span {
    padding-top: 0.3em;
    cursor: pointer;
    margin: 0;
    display: block;
    color: #333;
    box-shadow: 0 0 0 1px #3E6A52;
}

#blocage .field label input:checked~span {
    background: #3E6A52;
    color: #FFF;
}

#blocage .field label input:checked~.fa-square-o:before {
    content: "\f046";
}

#blocage .field label[for="rememberMe"] {
    cursor: pointer;
}

#blocage .field button {
    cursor: default;
    margin: 1em 0 0;
    border: none;
    background: #3E6A52;
    opacity: 0.5;
    color: #FFF;
    font: 1.2em/1.8em "UniversCondensed";
    padding: 0.3em 2em 0;
}

#blocage .field button.active {
    position: relative;
    cursor: pointer;
    opacity: 1;
    background: #3E6A52;
    color: #FFF;
    box-shadow: 0 6px #345643;
}

#blocage .field button.active:hover {
    top: 3px;
    box-shadow: 0 3px #345643;
}

#blocage .field button.active:active {
    top: 6px;
    box-shadow: 0 0px #345643;
}

/******************
    COOKIEWARNING (Cookie Notice v3)
 *****************/

#cookie-notice {
    background-color: #2E5A41 !important;
    font-family: 'UniversCondensed', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

#cookie-notice .cookie-notice-container,
#cookie-notice .cookie-revoke-container {
    color: #FFF !important;
}

#cookie-notice .cn-text-container {
    font: 14px/18px 'UniversCondensed', sans-serif;
}

#cookie-notice .cn-text-container a {
    color: #FFF;
    text-decoration: underline;
}

#cookie-notice .cn-button,
#cookie-notice .cn-set-cookie,
#cookie-notice .cn-more-info,
#cookie-notice .cn-revoke-cookie {
    background: #ab8e59 !important;
    color: #FFF !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    border: none !important;
    font: 13px/1 'UniversCondensed', sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin: 0 6px 6px 0 !important;
    cursor: pointer;
}

#cookie-notice .cn-button:hover,
#cookie-notice .cn-button:focus {
    background: #967a4a !important;
    color: #FFF !important;
}

#cookie-notice .cn-close-icon::before,
#cookie-notice .cn-close-icon::after {
    background-color: #FFF !important;
}

@media only screen and (max-width: 900px) {
    #cookie-notice #cn-notice-buttons,
    #cookie-notice #cn-revoke-buttons {
        display: block;
        margin-top: 10px;
    }

    #cookie-notice .cn-button {
        margin: 0 4px 8px 4px !important;
    }
}

#cookieWarning {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    bottom: 0;
    width: 40%;
    z-index: 999;
}

#cookieWarning .close {
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 14px;
}

#cookieWarning p {
    padding: 20px;
    margin: 0;
    color: #FFF;
    font: 14px/18px 'UniversCondensed';
}

#cookieWarning p a {
    color: #FFF;
}

@media only screen and (min-width: 1440px) {
    #vinsdudomaine #slider .pos3 {
        left: 43.5%;
    }

    .slide-wrap .pos1 {
        height: 630px;
    }

    .slide-wrap .pos2 {
        height: 630px;
    }

    .slide-wrap .pos4 {
        height: 630px;
    }

    .slide-wrap .pos5 {
        height: 630px;
    }
}

@media only screen and (max-width: 1440px) {
    #millesimes {
        background-size: 92% auto;
    }
}

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

@media only screen and (max-width: 1280px) {
    #main {
        margin-top: 60px;
    }

    #header #mainmenu .menuitem {
        font: 16px/60px 'UniversCondensed';
    }

    #homeSlider .logo {
        max-width: 220px;
    }

    #header #mainmenu,
    .separateur,
    #millesimes .wrapper,
    #domainephoto #wrapper-galerie .wrapped,
    #communications .wrapped {
        max-width: 1200px;
    }

    #vignoble #appelationsNav {
        width: 32%;
    }

    #vignoble .map-wrapper {
        width: 65%;
    }
}

@media only screen and (max-width: 1200px) {
    .separateur {
        width: 1024px;
        margin: 40px auto;
    }

    .bigSection {
        margin: 60px 0 0;
    }

    #homegrid .case h1 {
        font: 36px/48px "UniversLight";
    }

    #homegrid .case.navigation article {
        padding: 7% 7% 10px;
    }

    #homegrid .case.navigation nav {
        padding: 5% 7% 7%;
    }

    #homegrid .case-wrapper.right .case article {
        padding: 7% 7% 10px;
    }

    #homegrid .case-wrapper.right .case.navigation nav {
        padding: 5% 7% 7%;
    }

    #homegrid .case p {
        font: 18px/24px "UniversLight";
    }

    #homegrid .quote p {
        font: 28px/38px "Georgia";
    }

    #homegrid .case.navigation nav .link::before {
        font: 24px/28px "FontAwesome";
    }

    #homegrid .case.navigation nav .link {
        font: 18px/38px "UniversCondensed";
    }

    #homegrid .case.navigation nav .link span {
        bottom: 10px;
    }

    #homegrid #actualites .actu h1 {
        font: 26px/46px "UniversCondensed";
    }

    #vinsdudomaine #slider .nav,
    .owl-buttons {
        width: 44px;
        line-height: 46px;
        border-radius: 26px;
        font-size: 50px;
        top: 305px;
    }

    #vinsdudomaine #slider .nav.prev,
    #vinsdudomaine .slider-wrap .prev {
        left: 20px;
    }

    #vinsdudomaine #slider .nav.next,
    #vinsdudomaine .slider-wrap .next {
        right: 20px;
    }

    #header #mainmenu,
    #domainephoto #wrapper-galerie .wrapped,
    #communications .wrapped {
        max-width: 1024px;
    }

    #vinsdudomaine .navigation {
        height: 580px;
    }

    #vinsdudomaine #slider .nav {
        top: 305px;
    }

    #vinsdudomaine .vin img {
        width: 175px;
        margin-top: 25px;
    }

    #vinsdudomaine .vin.active img {
        width: 195px;
    }

    #vinsdudomaine #slider,
    #domainephoto #wrapper-galerie {
        height: 700px;
    }
}

@media only screen and (max-width: 1024px) {
    #main {
        margin-top: 50px;
    }

    #header #mainmenu .menuitem {
        font: 16px/50px 'UniversCondensed';
    }

    #header #languagesSwitcher {
        right: 10px;
    }

    #homegrid .quote p {
        font: 24px/34px "Georgia";
    }

    #domainephoto #wrapper-galerie .wrapped .thumb.x_1.y_2 {
        background-size: 133% auto !important
    }

    #domainephoto #wrapper-galerie .wrapped .thumb.x_1.y_2:hover {
        background-size: 143% auto !important
    }

    #header #mainmenu,
    .separateur,
    #domainephoto #wrapper-galerie .wrapped,
    #communications .wrapped {
        max-width: 980px;
    }

    #homegrid .case.navigation nav .link span {
        bottom: 5px;
        left: 16px;
    }

    #vinsdudomaine #slider .pos3 {
        left: 40.2%;
    }

    #vinsdudomaine .vin h2,
    #vinsdudomaine .slide-wrap h2 {
        font-size: 1.4em;
    }

    #vinsdudomaine .navigation {
        height: 480px;
        width: 300px;
    }

    #vinsdudomaine #slider .nav {
        top: 215px;
    }

    #vinsdudomaine .vin img {
        width: 150px;
        margin-top: 20px;
    }

    #vinsdudomaine .vin.active img {
        width: 165px;
    }

    #vinsdudomaine .navigation .link {
        font: 18px/40px "UniversCondensed";
    }

    #vinsdudomaine .navigation .link span {
        bottom: 9px;
        left: 10%;
    }

    #vinsdudomaine .navigation .link:hover {
        padding-left: 8%;
    }

    #vinsdudomaine .navigation .link:hover span {
        width: 98%;
    }

    #vinsdudomaine .navigation .link:before {
        font: 16px/34px "FontAwesome";
    }

    #vinsdudomaine #slider,
    #domainephoto #wrapper-galerie {
        height: 600px;
    }

    #vignoble .map-wrapper .vin .appelation {
        font: bold 16px/30px "UniversCondensed"
    }
}

@media only screen and (max-width: 1000px) {

    #header #mainmenu,
    .separateur,
    #domainephoto #wrapper-galerie .wrapped,
    #communications .wrapped {
        max-width: 80%;
    }


    #header {
        height: 50px;
    }

    #header .toggleMenu {
        display: block;
    }

    #header #mainmenu {
        width: 80%;
        height: 100%;
        position: absolute;
        right: -100%;
        margin-top: 50px;
        background: #3E6A52;
    }

    #header #mainmenu .menuitem-wrapper {
        float: none;
        width: 100%;
        background: #3E6A52;
    }

    .page #header #mainmenu .menuitem-wrapper,
    .single #header #mainmenu .menuitem-wrapper {
        width: 100%;
    }

    #header #mainmenu .menuitem-wrapper:hover .submenuitem-wrapper {
        max-height: 0px;
        padding: 0;
    }

    #header #mainmenu .menuitem {
        border-top: 1px solid #86AC98;
        border-bottom: 1px solid #345643;
        color: #FFF;
        position: relative;
        z-index: 1;
    }

    #header #mainmenu .menuitem-wrapper:hover .menuitem {
        background: none;
    }

    #header #mainmenu .menuitem-wrapper {
        position: relative;
    }

    #header #mainmenu .menuitem-wrapper:after {
        z-index: 0;
        position: absolute;
        background: #507D64;
        left: 50%;
        top: 1px;
        width: 0;
        height: 50px;
        content: ' ';
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    #header #mainmenu .menuitem-wrapper:active:after {
        left: 0;
        width: 100%;
    }

    #header #mainmenu .submenuitem-wrapper {
        position: relative;
        padding: 0;
        width: 100%;
        max-height: inherit;
        display: none;
    }

    #header #mainmenu .menuitem-wrapper:hover .submenuitem-wrapper {
        max-height: inherit;
        padding: 0;
    }

    #header #mainmenu .submenuitem-wrapper .submenuitem {
        float: none;
        text-align: center;
    }

    #header #mainmenu .submenuitem-wrapper .submenuitem:before {
        display: none;
    }

    #header #mainmenu .submenuitem-wrapper .submenuitem span {
        left: 50%;
        margin-left: -40%;
    }

    #header #mainmenu .submenuitem-wrapper .submenuitem:hover span {
        width: 80%;
    }

    #header #languagesSwitcher {
        right: 60px;
    }

    .page #header #mainmenu .menuitem-wrapper #linktohome,
    .single #header #mainmenu .menuitem-wrapper #linktohome {
        background-size: auto 90%;
    }

    #homeSlider .slide .caption p {
        display: block;
        text-align: center;
        color: #FFF;
        font-size: 1.6em !important;
        line-height: 1.2em !important;
        text-shadow: 1px 1px #333;
    }

    #homeSlider .logo {
        max-width: 150px;
    }

    #homegrid .quote {
        float: none;
        width: 100%;
    }

    #homegrid .quote table {
        max-width: 100%;
    }

    #homegrid .quote p {
        font: 24px/34px "Georgia" !important;
    }

    #homegrid .case.img.left {
        width: 100%;
        height: 290px;
    }

    #homegrid .case.img.left img {
        width: 100%;
    }

    #homegrid #ledomaine {
        width: 100%;
    }

    #homegrid #actualites,
    #homegrid #ledomaine table,
    #homegrid .case-wrapper.right .case table {
        float: none;
        margin: 0 auto;
    }

    #homegrid .case-wrapper.left .thumb,
    #homegrid .case-wrapper.right .thumb {
        height: 290px;
        position: relative;
    }

    #homegrid .case-wrapper.left .thumb img,
    #homegrid .case-wrapper.right .thumb img {
        float: none;
        width: 100%;
        vertical-align: middle;
    }

    #homegrid .case.big {
        display: none;
    }

    #homegrid .case-wrapper.right {
        width: 100%;
    }

    #homegrid .greyBackground {
        display: none;
    }

    #homegrid .case h1 {
        font: 32px/44px "UniversLight";
    }

    #homegrid .case.navigation article {
        padding: 7% 7% 10px;
    }

    #homegrid .case.navigation nav {
        padding: 0 7% 7%;
    }

    #homegrid .case p,
    #homegrid #actualites .actu p {
        font: 16px/22px "UniversLight";
    }

    #homegrid .case.navigation nav .link::before {
        font: 20px/24px "FontAwesome";
    }

    #homegrid .case.navigation nav .link {
        font: 14px/30px "UniversCondensed";
    }

    #vinsdudomaine .navigation {
        width: 30%;
        left: 10%;
        min-width: 280px;
    }

    #vinsdudomaine .navigation .link {
        margin-left: 8%;
        font: 16px/40px "UniversCondensed";
    }

    #vignoble .map-wrapper {
        display: none;
    }

    #vignoble #appelationsNav {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }

    #blocage .logo {
        width: 120px;
        margin-left: -60px;
    }

    #blocage .pan {
        width: 90%;
        margin-left: -45%;
    }

}

@media only screen and (max-width: 800px) {
    #homegrid .case.img.left {
        height: auto;
    }

    #homegrid .case-wrapper.left .thumb,
    #homegrid .case-wrapper.right .thumb {
        height: auto;
    }

    #vinsdudomaine .vin {
        width: 25%;
    }

    #vinsdudomaine .navigation {
        min-width: 300px;
    }

    #vinsdudomaine .navigation .link {
        margin-left: 10%;
    }

    #vinsdudomaine .navigation .link:before {
        font: 16px/34px "FontAwesome";
    }

    #millesimes {
        background-size: auto 100%;
    }

    #millesimes .millesime {
        padding: 0 1em;
    }

    #millesimes .millesime h2 {
        font: 1.2em/1.4em 'UniversCondensed';
    }

    #millesimes .navigation {
        width: 90px;
        min-height: 350px !important;
    }

    #millesimes.open .outside-wrapper {
        width: 77.5%;
    }

    #millesimes .inside-wrapper {
        width: 101%;
    }

    .page .section .wrapper .article,
    .single .section .wrapper .article {
        width: 100%;
    }

    .page.page-template-page-contact .section .wrapper p {
        text-align: center !important;
    }

    .getMap {
        position: relative;
        display: block;
        margin: 0 auto;
        clear: both;
        top: 0;
        right: 0;
    }

    form .field input[type="text"],
    form .field input[type="password"],
    form .field textarea {
        width: 68.5%;
        box-shadow: 0px 0px 2px 0px #a5a5a5;
        -webkit-box-shadow: 0px 0px 2px 0px #a5a5a5;
        -moz-box-shadow: 0px 0px 2px 0px #a5a5a5;
        -o-box-shadow: 0px 0px 2px 0px #a5a5a5;
        border-radius: 1px;
    }

    form .field select {
        width: 72.5%;
    }

    form .field.even input[type="text"] {
        width: 71.5%;
    }

    #vinsdudomaine .vin h2,
    #vinsdudomaine .slide-wrap h2 {
        font-size: 1.2em;
    }

    .slide-wrap img {
        max-width: 90%;
    }

    .slide-wrap .pos1 {
        display: block;
        width: 140px;
        height: 522px;
        left: 5%;
        top: 20px;
        z-index: 1;
    }

    .slide-wrap .pos2 {
        display: block;
        width: 140px;
        height: 522px;
        left: 23%;
        top: 20px;
        z-index: 2;
    }

    .slide-wrap .pos3 {
        display: block;
        width: 170px;
        height: 620px;
        top: 0;
        left: 39%;
        z-index: 3;
    }

    .slide-wrap .pos4 {
        display: block;
        width: 140px;
        height: 522px;
        right: 23%;
        top: 20px;
        z-index: 2;
    }

    .slide-wrap .pos5 {
        display: block;
        width: 140px;
        height: 522px;
        right: 5%;
        top: 20px;
        z-index: 1;
    }

    .page-template-page-millesimes #communications {
        border-top: 0;
    }

    .single-vin .section .article.wrapper {
        height: auto;
    }
}

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

    #header #mainmenu,
    .separateur,
    #domainephoto #wrapper-galerie .wrapped,
    #communications .wrapped {
        max-width: 90%;
    }

    #blocage .field {
        width: 80%;
    }

    #blocage .pan p {
        font-size: 0.9em;
        line-height: 1.3em;
    }

    #vinsdudomaine #slider,
    #domainephoto #wrapper-galerie {
        height: 540px;
    }

    #vinsdudomaine .vin {
        width: 29%;
    }

    #vinsdudomaine .vin img {
        width: 130px;
    }

    #vinsdudomaine .vin.active img {
        width: 150px;
    }

    #vinsdudomaine .navigation {
        width: 45%;
        left: 6%;
        height: 440px;
        min-width: 280px;
    }

    #vinsdudomaine .navigation .link {
        font: 14px/34px "UniversCondensed";
    }

    #vinsdudomaine .navigation .link:before {
        font: 14px/32px "FontAwesome";
    }

    #domainephoto #wrapper-galerie .wrapped .thumb {
        clear: none !important;
    }

    #domainephoto #wrapper-galerie .wrapped .thumb.x_2,
    #domainephoto #wrapper-galerie .wrapped .thumb.x_1 {
        width: 50%;
    }

    #domainephoto #wrapper-galerie .wrapped .thumb.y_2,
    #domainephoto #wrapper-galerie .wrapped .thumb.y_1 {
        height: 33.33%;
    }

    #domainephoto #wrapper-galerie .wrapped .thumb.top {
        top: 0;
    }

    #millesimes .navigation {
        min-height: 260px !important;
    }

    #millesimes .navigation .annee {
        font: 1.2em/2em "UniversLight";
    }

    #millesimes .millesime h2 {
        font: 1em/1.2em "UniversCondensed";
    }

    #millesimes .millesime {
        font: 1em/1.2em "UniversLight";
    }

    #millesimes.open .outside-wrapper {
        width: 60%;
    }

    form .field {
        text-align: center;
    }

    form .field label {
        width: 100%;
        clear: both;
        text-align: center;
    }

    form .field input[type="text"],
    form .field input[type="password"],
    form .field textarea,
    form .field select {
        width: 96%;
    }

    #contactForm .optins {
        margin-left: 0;
    }

    #contact #contactForm .forminator-col-12 .forminator-field,
    #contact #contactForm .forminator-field-select .forminator-field,
    #contact #contactForm .forminator-field-checkbox .forminator-field,
    #contact #contactForm .forminator-field-gdprcheckbox .forminator-field,
    #contact #contactForm .forminator-field-radio .forminator-field[role="radiogroup"],
    #contact #contactForm .forminator-field-captcha .forminator-field,
    #contact #contactForm .forminator-col-6 .forminator-field {
        display: block;
        grid-template-columns: none;
    }

    #contact #contactForm .forminator-label {
        width: 100%;
        clear: both;
        text-align: center;
        display: block;
        padding-top: 0;
        font-size: 17px;
        line-height: 1.35;
        margin-bottom: 6px;
    }

    #contact #contactForm .forminator-input,
    #contact #contactForm .forminator-textarea,
    #contact #contactForm .forminator-field-select .select2-container,
    #contact #contactForm .forminator-field-select .forminator-select,
    #contact #contactForm .forminator-phone,
    #contact #contactForm .forminator-phone .forminator-input {
        width: 96% !important;
        max-width: 96%;
        font-size: 16px;
        grid-column: auto;
        margin: 0 auto;
        display: block;
    }

    #contact #contactForm .forminator-field-select .forminator-field > .forminator-label {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 0;
    }

    #contact #contactForm .forminator-error-message,
    #contact #contactForm .forminator-description {
        grid-column: auto;
        margin-left: 0;
        text-align: center;
    }

    #contact #contactForm .forminator-field-checkbox .forminator-checkbox,
    #contact #contactForm .forminator-field-gdprcheckbox .forminator-checkbox {
        margin: 0 auto;
        max-width: 96%;
        grid-column: auto;
        text-align: left;
        padding: 0;
    }

    #contact #contactForm .forminator-field-checkbox .forminator-field > .forminator-label,
    #contact #contactForm .forminator-field-gdprcheckbox .forminator-field > .forminator-label {
        width: 100%;
        text-align: center;
        margin-bottom: 6px;
    }

    #contact #contactForm .forminator-field-captcha .forminator-field > *:not(.forminator-label) {
        grid-column: auto;
        margin: 0 auto;
    }

    #contact #contactForm .forminator-field-radio .forminator-field[role="radiogroup"] {
        display: block;
        text-align: center;
    }

    #contact #contactForm .forminator-field-radio .forminator-field > .forminator-label {
        flex: none;
        max-width: none;
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 8px;
    }

    #contact #contactForm .forminator-radio.forminator-radio-inline {
        display: inline-flex;
        margin: 0 10px 10px;
        font-size: 15px;
    }

    #contact #contactForm .forminator-row > .forminator-col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    #contact #contactForm .forminator-col-6,
    #contact #contactForm .forminator-col-6 + .forminator-col-6 {
        width: 100%;
        float: none;
    }

    form .optins .field .radioLabel {
        margin: 0;
        text-align: left;
        line-height: 1.4em;
    }

    #contactForm .optins input {
        margin-top: 4px;
    }

    .single-vin .nav.prev {
        left: 15px;
    }

    .single-vin .nav.next {
        right: 15px;
    }

    .page #actualites .actualite h2 a,
    .page #presses .presse h2 a {
        font: 22px/26px "UniversCondensed";
    }

    .page #actualites .actualite p,
    .page #presses .presse p {
        font: 16px/24px "UniversLight";
    }
}

@media only screen and (max-width: 540px) {
    #vinsdudomaine .navigation {
        min-width: 250px
    }

    #vinsdudomaine .navigation .link:hover {
        margin-left: 12%;
    }
}

@media only screen and (max-width: 480px) {

    #homeSlider .logo {
        max-width: 100px;
        margin: 20px auto;
    }

    #homeSlider .slide .caption {
        bottom: 6px !important;
        left: 50% !important;
        top: auto !important;
        margin-left: -50%;
        position: absolute;
        width: 100%;
    }

    #homeSlider .slide .caption p {
        font-size: 1.4em !important;
    }

    .separateur {
        margin: 30px auto 20px;
    }

    #homegrid {
        margin: 20px 0 0;
    }

    #homegrid .quote table {
        background: url("img/quote-left.jpg") no-repeat 6% 0% #FFF;
        background-size: 10%;
    }

    #homegrid .quote td {
        background: url("img/quote-right.jpg") no-repeat 96% 90%;
        background-size: 10%;
    }

    #homegrid .quote p {
        font: 18px/28px "Georgia" !important;
    }

    #homegrid #actualites nav {
        padding: 0 30px 30px;
    }

    .bigSection {
        margin: 40px 0 0;
    }

    .bigSection h1 {
        font: 30px/40px "UniversLight";
    }

    #vinsdudomaine #slider,
    #domainephoto #wrapper-galerie {
        height: 650px;
    }

    #vinsdudomaine .vin {
        width: 48%;
    }

    #vinsdudomaine .vin img {
        width: 148px;
    }

    #vinsdudomaine .vin.active img {
        width: 166px;
    }

    #vinsdudomaine .navigation {
        top: 125px;
        width: 45%;
        left: 0;
        height: 175px;
        min-width: auto;
        padding: 10px 0 0 0;
    }

    #vinsdudomaine .navigation .link {
        margin-left: 4%;
        font: 12px/20px "UniversCondensed";
        padding: 8px 0 0 0;
    }

    #vinsdudomaine .navigation .link:before {
        font: 12px/18px "FontAwesome";
        margin-bottom: 8px;
    }

    #vinsdudomaine .navigation .link:hover span {
        width: 90%;
    }

    #vinsdudomaine .navigation .link:hover {
        margin-left: 4%;
    }

    #millesimes.open .outside-wrapper {
        width: 70%;
    }

    .single-vin .section .wrapper h1 {
        font-size: 1.5em;
    }

    .single-vin #parcelle {
        font-size: 1.2em;
    }

    .single-vin #contenu .packshot {
        margin: 0 10px 10px 0;
    }

    .single-vin #contenu .inside-wrapper {
        float: none;
        width: auto;
    }

    #contactForm {
        width: 96%;
    }

    #contact #contactForm .forminator-custom-form {
        width: 96%;
    }

    #contact #contactForm .forminator-col-6,
    #contact #contactForm .forminator-col-6 + .forminator-col-6 {
        width: 100%;
        float: none;
    }

    #contact #contactForm .forminator-col-6 .forminator-label,
    #contact #contactForm .forminator-col-6 + .forminator-col-6 .forminator-label {
        width: 100%;
    }

    #contact #contactForm .forminator-col-6 .forminator-input,
    #contact #contactForm .forminator-col-6 + .forminator-col-6 .forminator-input,
    #contact #contactForm .forminator-col-6 .select2-container,
    #contact #contactForm .forminator-col-6 + .forminator-col-6 .select2-container {
        width: 96% !important;
    }

    form .field.odd,
    form .field.even {
        width: 100%;
        float: none;
    }

    form .field.odd label,
    form .field.even label {
        width: 100%;
    }

    form .field.odd input[type="text"],
    form .field.even input[type="text"] {
        width: 96%;
    }

    .page #actualites .actualite,
    .page #presses .presse {
        padding: 10px 1em 26px;
    }

    #footer #footermenu .link {
        display: block;
        margin-left: 0;
    }
}

@media only screen and (max-width: 360px) {
    .slide-wrap .pos1 {
        display: none;
    }

    .slide-wrap .pos2 {
        display: none;
    }

    .slide-wrap .pos3 {
        display: block;
        width: 180px;
        height: 820px;
        top: 12px;
        left: 20% !important;
        z-index: 3;
    }

    .slide-wrap .pos4 {
        display: none;
    }

    .slide-wrap .pos5 {
        display: none;
    }

    #vinsdudomaine #slider .nav,
    #vinsdudomaine #slider .nav {
        bottom: 20px !important;
        top: inherit !important;
    }

    #vinsdudomaine #slider .nav.prev,
    #vinsdudomaine #slider .nav.next {
        padding: 0;
    }

    #vinsdudomaine .vin h2,
    #vinsdudomaine .slide-wrap h2 {
        font-size: 1.2em;
    }
}

nav#pagination {
    margin-bottom: 20px;
    text-align: center;
}

.page-numbers {
    color: #2e5a41;
    background-color: #FFF;
    border: 1px solid #2e5a41;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 5px;
    font: 14px/24px 'UniversCondensed', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-numbers:hover,
.page-numbers:focus {
    color: #fff;
    background-color: #2e5a41;
    border-color: #2e5a41;
}

.page-numbers.current {
    color: #fff;
    background-color: #2e5a41;
    pointer-events: none;
}

.page-id-268 #main .section.lazyloaded,
.page-id-314 #main .section.lazyloaded {
    background-size: cover !important;
}