/*
Theme Name: doyard
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: doyard
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

doyard is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# 
## Captions
## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: "Geosans";
    src: url("inc/font/GeosansLight.ttf");
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    max-width: 1920px;
    margin: auto;
    background-image: url(http://champagnedoyard.fr/wp-content/uploads/2017/07/fondpages_doyard_nobord.png);
}

#page {
    background-color: #292929;
    overflow-x: hidden;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Actualités INSTAGRAM
--------------------------------------------------------------*/

body.blog #pl-1999 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding:100px 0;
}
body.blog #pl-1999 article{
    background-color: #fff;
    width: 19%;
    margin-bottom: 70px;
    padding-top: 30px;
    text-align: center;
}

body.blog #pl-1999 article .profil-insta{
    text-align: center;
    margin-top:-70px;
    padding-bottom: 15px;
}
body.blog #pl-1999 article .profil-insta img{   
    width: 75px;
    border: 3px solid #404040;
    transition: 0.3s;
}
body.blog #pl-1999 article .profil-insta img:hover{   
    opacity: 0.7;
}

body.blog #pl-1999 article .media img, body.blog #pl-1999 article .media video{
    width: 100%;
    height: auto;
    transition: 0.3s;
}
body.blog #pl-1999 article .media img:hover, body.blog #pl-1999 article .media video:hover{
    opacity: 0.7;
}

body.blog #pl-1999 article a{
    color: #404040;
    text-decoration: none;
}
body.blog #pl-1999 article a:hover{
    text-decoration: underline;
}

body.blog #pl-1999 article strong{
    text-transform: uppercase;
}


body.blog #pl-1999 article p{
    font-size: 14px;
    text-align: left;
    padding: 0 15px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    max-width: 1920px;
    clear: both;
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0vh;
    height: 6vh;
    font-size: 1.2vw;
    text-align: center;
    background-color: #292929;
    z-index: 9999;
    box-shadow: 0px -3px 13px 1px black;
}

.main-navigation ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center; 
    list-style: none;
    width: 85%;
}

.main-navigation li {
    width: 200px; 
    font-size: 1vw;
    letter-spacing: 1.8px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    transition: all 0.2s;
}

.main-navigation a:hover {
    color: #818181;
}

.sub-menu a:hover {
    color: initial;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -99vh;
    background-color: grey;
    opacity: 0.7;
    text-transform: uppercase;
}

.page-id-259 .main-navigation ul ul,
.page-id-264 .main-navigation ul ul,
.page-id-204 .main-navigation ul ul,
.page-id-269 .main-navigation ul ul,
.page-id-263 .main-navigation ul ul,
.page-id-262 .main-navigation ul ul,
.page-id-986 .main-navigation ul ul,
.page-id-1000 .main-navigation ul ul,
.page-id-1177 .main-navigation ul ul {
    bottom: 135px;
    width: 100%;
    left: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /*align-items:center;*/
}

.page-id-259 .entry-footer,
.page-id-264 .entry-footer,
.page-id-204 .entry-footer,
.page-id-269 .entry-footer,
.page-id-263 .entry-footer,
.page-id-262 .entry-footer,
.page-id-986 .entry-footer,
.page-id-1000 .entry-footer,
.page-id-1177 .entry-footer {
    display: none;
}

#menu-item-589 {
    width: 40px;
}

#menu-item-589 a {
    display: none;
}

#responsive-menu-item-1144 {
    margin-top: 25px!important;
}
#responsive-menu-item-1145{
    
}

#responsive-menu-item-1144 a{
    
    font-size: 16px;
    border-top: 1px solid #e6dab4;
}
#responsive-menu-item-1145 a{
    font-size: 16px;
    width: 75%!important;
}

.main-navigation ul ul ul {
    top: 0;
}

.main-navigation ul ul a {
    text-shadow: 0px 0px 5px grey;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}


/* MKB */


/* Mise en page header / menu / page */

.site-info {
    display: none;
}

.site-title {
    display: none;
}

.main-navigation a {
    text-decoration: none;
    color: #e6dab4;
    letter-spacing: 1.8px;
    font-family: 'Raleway', sans-serif;
}

#menu-item-10 a {
    position: relative;
    bottom: 100px;
}

#menu-item-10 img {
    height: auto;
    max-width: 100%;
    box-shadow: -4px -3px 12px 0px black;
    z-index: 100;
}

#menu-item-163 {
    padding-right: 0em;
}

#menu-item-13 {
    padding-right: 0;
}


/* Mentions Légales & MKB Prod */

#menu-item-776 {
    width: auto;
    font-size: 0.5vw;
    position: absolute;
    bottom: 0;
    right: 43.3vw;
    font-weight: 100;
}

.GeoMKB {
    font-family: "Geosans";
}

#menu-item-775 {
    width: auto;
    font-size: 0.5vw;
    position: absolute;
    bottom: 0;
    left: 46vw;
    font-weight: 100;
}

.menu-menu-principal-container {
    display: flex;
    justify-content: space-around;
}

div#n2-ss-2 .n2-ss-slide,
.n2-ss-slider-1.n2-ow.n2-grab,
div#n2-ss-1 .n2-ss-slide {
    height: 100vh !important;
}

.entete_doyard {
    width: 100%;
    height: 11vh;
    background-color: #292929;
    text-align: center;
}

.entete_doyard img {
    height: 100%;
}


/*
.panel-row-style, .panel-layout, #panel-41-0-0-0, #panel-16-0-0-0{
min-height:85vh;
}

.panel-widget-style{
min-height:34em;
} */

.entry-title {
    display: none;
}


/* Maison & Vignoble */

.texte_home,
.texte_vignoble,
#pg-763-0 .texte_home,
#pg-770-0 .texte_vignoble {
    width: 35vw;
    position: absolute;
    bottom: 15vh;
    margin-left: 4vw;
    color: #e6dab4;
    font-family: 'Raleway', sans-serif;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 40px 10px 40px;
    opacity: 0.9;
    z-index: 1;
}

#pl-113 .siteorigin-widget-tinymce.textwidget {
    height: inherit;
}

#pl-507 .siteorigin-widget-tinymce.textwidget,
#pl-16 .siteorigin-widget-tinymce.textwidget,
#pl-763 .siteorigin-widget-tinymce.textwidget,
#pl-770 .siteorigin-widget-tinymce.textwidget {
    height: 86vh;
}

.texte_home h1,
.texte_vignoble h1 {
    text-align: center;
    letter-spacing: 5px;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.texte_vignoble h1 {
    text-align: left;
}

.texte_home p,
.texte_vignoble p {
    font-size: 0.8em;
    letter-spacing: -0.1px;
}

#pg-16-0,
#pg-507-0,
#pg-763-0,
#pg-770-0 {
    position: absolute;
}

#pg-16-1,
#pg-507-1,
#pg-763-1,
#pg-770-1 {
    height: 87vh;
    overflow: hidden;
}

.widget-title {
    display: none;
}


/*

#pg-16-0>.panel-row-style {
background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/maison1.jpg') !important;
background-repeat: no-repeat !important;
animation-name: zoomBg;
animation-duration: 15s;
animation-timing-function: ease;
animation-iteration-count: infinite;
}

*/

#pg-41-0 {
    background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/vignoble1.jpg') !important;
    background-repeat: no-repeat !important;
    animation-name: zoomBgVigne;
    animation-duration: 15s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes zoomBg {
    0% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/maison1.jpg');
    }
    33% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/maison2.jpg');
    }
    66% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/maison4.jpg');
    }
}

@-webkit-keyframes zoomBg {
    0% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/maison1.jpg');
    }
    33% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/maison2.jpg');
    }
    66% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/maison4.jpg');
    }
}

@keyframes zoomBgVigne {
    0% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/vignoble1.jpg');
    }
    33% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/vignoble2.jpg');
    }
    66% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/vignoble4.jpg');
    }
}

@-webkit-keyframes zoomBgVigne {
    0% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/vignoble1.jpg');
    }
    33% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/vignoble2.jpg');
    }
    66% {
        background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/vignoble4.jpg');
    }
}


/* Mentions Légales */

#pgc-773-1-0, #pg-1125-1 {
    width: 75% !important;
    margin: auto;
}


/* Galerie */

.titre_galerie,
.titre_gamme,
.titre_impo,
.titre_actu,
.titre_contact,
.titre_bouteille,
.titre_mentions {
    width: 90%;
    margin: auto;
    border-bottom: 2px solid;
    font-size: 4vh;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4px;
    padding-top: 1em;
    color: #292929;
    font-weight: 400;
}

#envira-gallery-wrap-69 {
    width: 100%;
    margin: 0 auto 20px auto;
    padding-top: 2.5em;
    padding-bottom: 1em;
    z-index: 2;
}

#pl-113,
#pl-472,
#pl-773,
#pl-1125,
#pl-1999 {
    background-image: url(http://champagnedoyard.fr/wp-content/uploads/2017/07/fondpages_doyard_nobord.png);
    min-height: 86vh;
}

#pl-157 .siteorigin-widget-tinymce.textwidget {
    height: inherit;
}

.page-id-157,
.page-id-67,
{
    background-image: url(http://champagnedoyard.fr/wp-content/uploads/2017/07/fondpages_doyard_nobord.png);
}

.page-id-157 #page,
.page-id-67 #page {
    background-color: inherit;
}


/* Gamme */

#pg-113-1,
#pg-472-1,
#pg-472-2 {
    width: 95%;
    margin: auto;
    margin-top: 4em;
    padding-bottom: 2em;
}

#pg-472-1 img,
#pg-472-2 img {
    height: 300px;
    min-width: 60px;
}

#pg-113-1 a,
#pg-472-1 a,
#pg-472-2 a {
    text-decoration: none;
    color: inherit;
}

#pg-113-1 p,
#pg-472-1 p,
#pg-472-2 p {
    text-align: center;
}

#pg-113-1 img:hover {
    transition: 0.3s;
    transform: scale(1.02);
}

.nom_cuvee {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    border-bottom: 2px solid #8E8E8E;
    color: #292929;
    font-size: 0.83em;
    padding-bottom: 10px;
    margin-bottom: 0.5em;
}

.prenom_cuvee {
    margin-top: 0;
    font-size: 0.7em;
    font-family: 'Raleway', sans-serif;
    line-height: 1.2;
}


/* Contact */

#mapmonde {
    margin-top: 2em;
}

#pg-157-3 {
    width: 75%;
    margin: auto;
}

.adresse_titre {
    font-size: 1.5em;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4px;
    width: 75%;
    margin: auto;
    margin-bottom: 0.5em;
}

.adresse_desc {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 1.3em;
    border-top: 2px solid;
    border-bottom: 2px solid;
    width: 75%;
    margin: auto;
}

.form_titre {
    font-size: 1.5em;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4px;
    width: 75%;
    margin: auto;
    margin-bottom: 0.5em;
}

form {
    font-family: 'Raleway', sans-serif;
    border-top: 2px solid;
    width: 75%;
    margin: auto;
}

form p {
    display: inline-block;
    width: 49%;
    margin-top: 0em;
    margin-bottom: 0em;
}

input {
    width: 95%;
    background-color: #EDEDED;
    border: 1px solid #4A4A4A !important;
    border-radius: 3px !important;
}

textarea {
    display: block;
    width: 100%;
    height: 150px;
    background-color: #EDEDED;
    border: 1px solid #4A4A4A;
    border-radius: 3px !important;
}

form div+p+p+p+p+p {
    width: 96.5%;
}

form div+p+p+p+p+p+p {
    display: block;
    margin-top: 1em;
    width: 100%;
}

input[type="submit"] {
    font-family: 'Raleway', sans-serif;
    border: 0px !important;
    padding-top: 1em;
    background-color: #292929;
    padding-bottom: 1em;
    width: 25%;
    margin-bottom: 5em;
    margin-right: 3.5%;
    float: right;
    border-radius: 3px !important;
    color: #BFB597;
}

input::placeholder,
textarea::placeholder {
    padding-left: 3px;
    font-size: 0.8em;
    color: #BFB597;
    letter-spacing: 0px;
    font-family: 'Raleway', sans-serif;
}


/* Pop-up bouteilles */

.cl-popup a {
    text-decoration: none;
    color: inherit;
}

.cl-popup-box.size_s {
    width: 75% !important;
    margin: auto !important;
    padding: 25px 0;
}

.cl-popup-box {
    position: initial !important;
    top: 0;
    cursor: default;
}

.cl-popup-box-content {
    background-color: transparent !important;
}

.cl-popup-box-h {
    background-image: url('http://champagnedoyard.fr/wp-content/uploads/2017/07/fondpages_doyard_nobord.png') !important;
    margin-top: 1em !important;
}

.section_bouteille_texte {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin-top: 3em;
    margin-bottom: 0em;
}

.section_bouteille {
    width: 50%;
    text-align: center;
}

.section_bouteille img {
    width: 250px;
}

.section_texte {
    width: 50%;
    margin-top: 2em;
}

.section_texte p {
    /* font-family:'Raleway', sans-serif; */
    font-size: 1.1em;
    letter-spacing: 1.7px;
    line-height: 1.4;
    text-align: justify;
    color: #292929;
    border-bottom: 2px solid #292929;
    margin-top: 0em;
    padding-bottom: 3em;
}

.choix_bouteille {
    width: 76vw;
    background-color: rgba(41, 41, 41, 0.2);
    margin-left: -2.5em;
    margin-top: 1em;
    font-family: inherit;
    color: #292929;
    letter-spacing: 1.7px;
    font-size: 1.2em;
    padding-left: 3em;
    padding-right: 3em;
}

.choix_bouteille ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.choix_bouteille li {
    list-style-type: none;
    padding: 5px 0 5px 0;
}


/* Layout page bouteille */

#panel-259-0-0-0>.panel-widget-style,
#panel-264-0-0-0>.panel-widget-style,
#panel-204-0-0-0>.panel-widget-style,
#panel-269-0-0-0>.panel-widget-style,
#panel-263-0-0-0>.panel-widget-style,
#panel-262-0-0-0>.panel-widget-style,
#panel-986-0-0-0>.panel-widget-style,
#panel-1000-0-0-0>.panel-widget-style,
#panel-1177-0-0-0>.panel-widget-style {
    height: 86vh;
}

.soustitre_bouteille {
    float: right;
    font-size: 0.9em;
    padding-top: 0.2em
}

.desc_bouteille {
    font-family: 'Raleway', sans-serif;
    width: 75%;
    font-size: 0.9em;
    letter-spacing: 1.4px;
    line-height: 1.4;
    text-align: justify;
    color: #292929;
    border-bottom: 2px solid #292929;
    margin-top: 3em;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.bouton_fiche {
    margin-top: 5vh;
    text-align: center;
}

.desc_bouteille a,
.su-spoiler-content a {
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    border: 2px solid #292929;
    padding: 11px;
    color: #e6dab4;
    border-radius: 9px;
    background-color: #292929;
    opacity: 0.9;
    transition: all 0.2s;
}

.su-spoiler-content a {
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    border: 1px solid #e6dab4;
    padding: 11px;
    color: #e6dab4;
    border-radius: 0px;
    background-color: #292929;
    opacity: 0.9;
    transition: all 0.2s;
}

.desc_bouteille a:hover {
    background-color: #DEDEDE;
    color: #292929;
}

#img_perdrix {
    margin-top: 2em;
}

#img_perdrix img {
    width: 15vh;
}

.bandeau,
.bandeau_2 {
    display: inline-block;
    margin-top: 0em;
    width: 100%;
    background-color: rgba(41, 41, 41, 0.2);
    height: 37px;
}

.bandeau ul,
.bandeau_2 ul {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: 1em;
    margin-left: 1em;
}

.bandeau_2 ul {
    margin-left: 3em;
    margin-right: 1em;
}

.bandeau li,
.bandeau_2 li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 1.4em;
    color: #292929;
    margin-right: 1em;
    padding-top: 2px;
}

.bandeau_2 ul>li,
.bandeau_2 ul>li+li {
    margin-right: 2em;
}

.bandeau li:last-of-type,
.bandeau_2 li:last-of-type {
    margin-right: 0em;
}

.bandeau a,
.bandeau_2 a {
    text-decoration: none;
    color: inherit;
}

.bandeau a:hover,
.bandeau_2 a:hover {
    transition: 0.2s;
    border-bottom: 1px solid #292929;
}

.current-menu-item {
    margin-top: -1.45em
}

.current-menu-item:before {
    content: url('http://champagnedoyard.fr/wp-content/uploads/2017/08/Triangle.svg');
    box-shadow: 0 0 0 0px black;
}

.gmnoprint {
    display: none;
}


/* anim accueil & vignoble */

.texte_home,
.texte_vignoble {
    animation-name: noBug;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 2.5s;
}

@keyframes noBug {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }
    ;
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

#pg-472-1 img,
#pg-472-2 img {
    transition: all 0.2s;
}

#pg-472-1 img:hover,
#pg-472-2 img:hover {
    transform: scale(1.1);
}


/* --- */

.page-id-16,
.page-id-507 {
    overflow-y: hidden;
}


/* Media Queries */

@media screen and (min-width:2500px) {
    #menu-item-10 a {
        bottom: 85px;
    }
    .desc_bouteille {
        margin-top: 5em;
        transform: scale(1.2);
    }
    .main-navigation ul {
        width: 85%;
    }
    #menu-item-775 {
        left: 31.5vw;
    }
    #menu-item-776 {
        right: 32vw;
    }
}

@media screen and (max-width:1440px) {
    .main-navigation li {
        font-size: 1.2vw;
    }
    #menu-item-10 a {
        width: 75px;
        bottom: 75px;
    }
    .texte_home,
    .texte_vignoble,
    #pg-763-0 .texte_home,
    #pg-770-0 .texte_vignoble {
        width: 50vw;
    }
    .desc_bouteille {
        font-size: 1.35vh;
    }
    body.blog #pl-1999 article{
        width: 32%;
    }
}

@media screen and (max-width:1024px) {
    .main-navigation li {
        font-size: 1.5vw;
    }
    #menu-item-10 {
        padding-left: 1vw;
        padding-right: 1vw;
    }
    #menu-item-10 a {
        width: 70px;
        bottom: 70px;
    }
    #pg-16-0>.panel-row-style,
    #pg-763-0>.panel-row-style {
        background-position: center;
    }
    .texte_home,
    .texte_vignoble,
    #pg-763-0 .texte_home,
    #pg-770-0 .texte_vignoble {
        width: 60vw;
    }
    /* Position bouteilles gamme */
    #pg-113-1,
    #pg-472-1,
    #pg-472-2 {
        flex-wrap: wrap;
    }
    #pgc-472-1-0,
    #pgc-472-1-1,
    #pgc-472-1-2,
    #pgc-472-1-3,
    #pgc-472-1-4,
    #pgc-472-1-5,
    #pgc-472-2-0,
    #pgc-472-2-1,
    #pgc-472-2-2,
    #pgc-472-2-3 {
        width: 50% !important;
    }
    #pgc-113-1-0,
    #pgc-113-1-1,
    #pgc-113-1-2,
    #pgc-113-1-3,
    #pgc-113-1-4,
    #pgc-113-1-5 {
        width: 50% !important;
    }
    .nom_cuvee {
        border-bottom: 0px !important;
        font-size: 1.2em;
    }
    .prenom_cuvee {
        font-size: 0.9em;
    }
    .desc_bouteille {
        margin-left: 0;
    }
    #menu-item-775 {
        left: 50.5vw;
    }
    #menu-item-776 {
        right: 50.5vw;
    }
    #pg-472-1 img,
    #pg-472-2 img {
        height: 300px;
    }

    body.blog #pl-1999 article{
        width: 48%;
    }
}

@media screen and (max-width:780px) {
    #pg-472-1,
    #pg-472-2 {
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap;
    }
    .entete_doyard {
        height: 8vh;
    }
    .page-id-472 {
        overflow-y: inherit;
    }
    .texte_home,
    .texte_vignoble,
    #pg-763-0 .texte_home,
    #pg-770-0 .texte_vignoble {
        width: 65vw;
    }
    .main-navigation {
        height: 5vh;
    }
    .main-navigation ul {
        width: 85%;
        padding-left: 20px;
    }
    .main-navigation li {
        font-size: 1.6vw;
        padding-top: 11px;
    }
    #menu-item-10 a {
        width: 60px;
        bottom: 60px;
    }
    .adresse_desc {
        margin-bottom: 10vh;
    }
    .page-id-259 .main-navigation ul ul,
    .page-id-264 .main-navigation ul ul,
    .page-id-204 .main-navigation ul ul,
    .page-id-269 .main-navigation ul ul,
    .page-id-263 .main-navigation ul ul,
    .page-id-262 .main-navigation ul ul,
    .page-id-986 .main-navigation ul ul,
    .page-id-1000 .main-navigation ul ul,
    .page-id-1177 .main-navigation ul ul {
        bottom: 10.5vh;
    }
    .main-navigation ul ul li {
        font-size: 1.3vw;
    }
    .panel-widget-style-for-264-0-0-0 .panel-grid.panel-no-style,
    .panel-widget-style-for-259-0-0-0 .panel-grid.panel-no-style,
    .panel-widget-style-for-204-0-0-0 .panel-grid.panel-no-style,
    .panel-widget-style-for-269-0-0-0 .panel-grid.panel-no-style,
    .panel-widget-style-for-263-0-0-0 .panel-grid.panel-no-style,
    .panel-widget-style-for-262-0-0-0 .panel-grid.panel-no-style {
        flex-direction: row !important;
    }
    .panel-widget-style-for-264-0-0-0 .panel-grid-cell,
    .panel-widget-style-for-259-0-0-0 .panel-grid-cell,
    .panel-widget-style-for-204-0-0-0 .panel-grid-cell,
    .panel-widget-style-for-269-0-0-0 .panel-grid-cell,
    .panel-widget-style-for-263-0-0-0 .panel-grid-cell,
    .panel-widget-style-for-262-0-0-0 .panel-grid-cell {
        width: 50%;
    }
    .titre_bouteille {
        font-size: 2.5vh;
    }
    .soustitre_bouteille {
        font-size: 2.1vh;
    }
    .page-id-259 .desc_bouteille {
        margin-top: 8em;
    }
    .page-id-263 .desc_bouteille {
        margin-top: 12em;
    }
    .page-id-262 .desc_bouteille {
        margin-top: 10em;
    }
    #panel-259-0-0-0>.panel-widget-style,
    #panel-264-0-0-0>.panel-widget-style,
    #panel-204-0-0-0>.panel-widget-style,
    #panel-269-0-0-0>.panel-widget-style,
    #panel-263-0-0-0>.panel-widget-style,
    #panel-262-0-0-0>.panel-widget-style {
        height: 87vh;
    }
    .sow-image-container {
        line-height: 63vh;
    }
    .sow-image-container img {
        vertical-align: middle;
    }
    #post-604 .sow-image-container {
        line-height: 0vh;
    }
    #menu-item-775 {
        left: 50.5vw;
        bottom: 0;
    }
    #menu-item-776 {
        right: 51.5vw;
        bottom: 0;
    }
    #pg-157-3 {
        flex-direction: column;
    }
    #pgc-157-3-0,
    #pgc-157-3-1 {
        width: 100% !important;
    }
    body.blog #pl-1999 article{
        width: 90%;
    }
}

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

    .main-navigation {
        display: none;
    }

    #responsive-menu-item-600 a:last-of-type{
        height:100px !important;
    }

    #pl-604{
        margin-bottom:5vh;
    }

    /* Page Contact */
    #pg-157-0,
    #pg-157-1 {
        display: none;
    }
    #pg-157-3 {
        width: 100%;
        flex-direction: column-reverse !important;
    }
    .adresse_desc {
        border-bottom: 0px;
    }
    /* Display Maison & Vignoble */
    div#n2-ss-1 .n2-ss-slide-background,
    div#n2-ss-1 .n2-ss-slide-background>div,
    div#n2-ss-2 .n2-ss-slide-background,
    div#n2-ss-2 .n2-ss-slide-background>div {
        left: 2vw !important;
        width: 96% !important;
        height: 60% !important;
    }
    div#n2-ss-1 [data-mode="fill"]>.n2-ss-background-image,
    div#n2-ss-2 [data-mode="fill"]>.n2-ss-background-image {
        background-size: cover;
        box-shadow: 0px 1px 12px 1px black;
        z-index: 99;
    }
    #panel-16-1-0-0,
    #panel-507-1-0-0,
    #panel-763-1-0-0,
    #panel-770-1-0-0 {
        background-color: #292929;
    }
    .texte_home,
    .texte_vignoble,
    #pg-763-0 .texte_home,
    #pg-770-0 .texte_vignoble {
        width: 100vw;
        bottom: 10px;
        margin-left: 0;
        padding-left: 6vw;
        padding-right: 6vw;
        padding-top: 5vh;
        color: black;
        background-color: white;
        opacity: 1;
        z-index: 0;
        min-height:50vh;
    }
    .texte_vignoble {
        bottom: -260px;
    }
    .texte_home h1,
    .texte_vignoble h1 {
        font-size: 1em;
    }
    #responsive-menu-container {
        width: 100% !important;
    }
    button#responsive-menu-button.is-active {
        left: 90%;
        transition: left 0.5s;
    }
    #responsive-menu-container li.responsive-menu-item a {
        width: 90% !important;
        margin: auto;
        text-align: center;
        color: #e6dab4 !important;
    }
    .responsive-menu-open button#responsive-menu-button:hover,
    .responsive-menu-open button#responsive-menu-button:focus,
    button#responsive-menu-button:hover,
    button#responsive-menu-button:focus,
    button#responsive-menu-button,
    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        background: none !important;
        transition: 0.5s;
    }
    .responsive-menu-inner,
    .responsive-menu-inner::before,
    .responsive-menu-inner::after,
    button#responsive-menu-button:hover .responsive-menu-inner::before,
    button#responsive-menu-button:hover .responsive-menu-inner::after,
    button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner,
    button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::before,
    button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::after,
    button#responsive-menu-button:focus .responsive-menu-inner,
    button#responsive-menu-button:focus .responsive-menu-inner::before,
    button#responsive-menu-button:focus .responsive-menu-inner::after,
    button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner,
    button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::before,
    button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::after {
        background-color: #e6dab4 !important;
    }
    .current-menu-item:before {
        display: none;
    }
    #responsive-menu {
        margin-top: 10vh !important;
    }
    .nom_cuvee {
        font-size: 1em;
    }
    .desc_bouteille {
        margin-top: 0em;
        font-size: 1.5vh;
        width: 90%;
    }
    .adresse_titre,
    .form_titre {
        display: none;
    }
    .adresse_desc,
    form {
        border-top: none;
    }
    #post-604 {
        background-color: #292929;
        padding-left: 3vw;
        padding-right: 3vw;
        margin-bottom: 0 !important;
    }
    #pg-604-0,
    #pg-604-1,
    #pg-604-2,
    #pg-604-3,
    #pg-604-4,
    #pg-604-5,
    #pg-604-6 {
        flex-direction: row;
        justify-content: space-around;
        margin-top: 2vh;
    }
    #pg-604-4 img, #pg-604-0 img{
        height: 150px;
    }

    #pg-604-1 .su-spoiler-title,
    #pg-604-5 .su-spoiler-title,
    #pg-604-9 .su-spoiler-title {
        margin-left: 37vw;
        margin-top: -100px;
    }
    #pg-604-9 .su-spoiler-title {
        margin-left: 39vw;
        margin-top: -100px;
    }
    #pg-604-13 .su-spoiler-title, #pg-604-17 .su-spoiler-title{
        margin-left: 38vw;
        margin-top: -100px;
    }
    #pg-604-1 img,
    #pg-604-5 img,
    #pg-604-9 img,
    #pg-604-13 img,
    #pg-604-16 img {
        margin-left: 5vw !important;
    }
    #pg-604-3 .su-spoiler-title,
    #pg-604-7 .su-spoiler-title,
    #pg-604-11 .su-spoiler-title {
        margin-left: 10vw;
        margin-top: -100px;
    }
    #pg-604-11 .su-spoiler-title {
        margin-left: 8.5vw;
        margin-top: -100px;
    }
    #pg-604-3 img,
    #pg-604-7 img,
    #pg-604-11 img {
        margin-right: 5vw;
    }
    #pl-604 h2 {
        text-align: center;
        font-family: 'Raleway', sans-serif;
        color: #e6dab4;
        font-weight: 300;
        margin-bottom: 0;
        font-size: 1.3em;
        padding-bottom: 5px;
    }
    .soustitremobile {
        text-align: center;
        font-family: 'Raleway', sans-serif;
        color: #e6dab4;
        margin-top: 0.5vh;
        border-top: 1px solid #e6dab4;
        width: 75%;
        margin: auto;
        padding-top: 5px;
    }
    .su-spoiler-title {
        text-align: center;
        color: #e6dab4;
        border: 1px solid #e6dab4;
        padding: 3px;
        width: 50%;
        font-size: 0.9em;
        margin-top: -100px;
        margin-left:8vw;
        font-family: 'Raleway', sans-serif;
        padding-left: 5px !important;
    }
    .su-spoiler-icon {
        display: none !important;
    }
    .su-spoiler-content {
        color: #e9dab4;
        font-family: 'Raleway';
        font-size: 0.9em;
    }
    #pgc-157-3-0,
    #pgc-157-3-1 {
        width: 100% !important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
        font-size: 17px !important;
        padding-top: 15px;
        letter-spacing: 0.05em;
        font-family: 'Raleway', sans-serif;
    }

    .page-id-16,
    .page-id-507 {
        overflow-y: visible;
    }
}

@media all and (max-width:330px) {
    #pg-604-1 .su-spoiler-title,
    #pg-604-3 .su-spoiler-title {
        margin-top: -6vh;
    }

    .texte_vignoble {
        bottom: -345px;
    }
}