/*
Theme Name: Domaine Augé
Theme URI: http://www.domaine-auge.com
Author: Jorl
Author URI: https://jorl.fr/
Description: WordPress Theme for Domaine Auge.
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpjorl
*/


/*

	1. Normalize
	2. Grid
	3. Global
	4. WP Core
	5. Header
	6. Footer
	7. Page Header / Content
	8. Page Related
	9. Page Search / Lang
	10. Page Navi
	11. Home
	12. Blog
	13. Post
	14. Wines
	15. Wine
	16. Page Form / Contact
  17. MailPoet
 */



/* ==============================================================================
	1. Normalize
============================================================================== */
html {
  overflow-x: hidden;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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-appearance: textfield;
  box-sizing: content-box;
}
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;
}


/* ==============================================================================
	2. Grid
============================================================================== */
[class*=grid] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
[class*=grid] > .col, [class*=grid] > [class*=col-] {
  padding: 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
[class*=grid] > .col.-nop, [class*=grid] > [class*=col-].-nop {
  padding: 0;
}
[class*=grid-1] > .col, [class*=grid-1] > [class*=col-] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
[class*=grid-2] > .col, [class*=grid-2] > [class*=col-] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
[class*=grid-3] > .col, [class*=grid-3] > [class*=col-] {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
[class*=grid-4] > .col, [class*=grid-4] > [class*=col-] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
[class*=grid-5] > .col, [class*=grid-5] > [class*=col-] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
[class*=grid-6] > .col, [class*=grid-6] > [class*=col-] {
  -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*=grid-7] > .col, [class*=grid-7] > [class*=col-] {
  -ms-flex-preferred-size: 14.28571429%;
      flex-basis: 14.28571429%;
  max-width: 14.28571429%;
}
[class*=grid-8] > .col, [class*=grid-8] > [class*=col-] {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*=grid-9] > .col, [class*=grid-9] > [class*=col-] {
  -ms-flex-preferred-size: 11.11111111%;
      flex-basis: 11.11111111%;
  max-width: 11.11111111%;
}
[class*=grid-10] > .col, [class*=grid-10] > [class*=col-] {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
}
[class*=grid-11] > .col, [class*=grid-11] > [class*=col-] {
  -ms-flex-preferred-size: 9.09090909%;
      flex-basis: 9.09090909%;
  max-width: 9.09090909%;
}
[class*=grid-12] > .col, [class*=grid-12] > [class*=col-] {
  -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
[class*=grid] > [class*=col-1] {
  -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
[class*=grid] > [class*=col-2] {
  -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*=grid] > [class*=col-3] {
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
  max-width: 25%;
}
[class*=grid] > [class*=col-4] {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
[class*=grid] > [class*=col-5] {
  -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
[class*=grid] > [class*=col-6] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
[class*=grid] > [class*=col-7] {
  -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
[class*=grid] > [class*=col-8] {
  -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
[class*=grid] > [class*=col-9] {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}
[class*=grid] > [class*=col-10] {
  -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
[class*=grid] > [class*=col-11] {
  -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
[class*=grid] > [class*=col-12] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  [class*=grid-s-1] > .col, [class*=grid-s-1] > [class*=col-] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  [class*=grid-s-2] > .col, [class*=grid-s-2] > [class*=col-] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=grid-s-3] > .col, [class*=grid-s-3] > [class*=col-] {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*=grid-s-4] > .col, [class*=grid-s-4] > [class*=col-] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  [class*=grid-s-5] > .col, [class*=grid-s-5] > [class*=col-] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  [class*=grid-s-6] > .col, [class*=grid-s-6] > [class*=col-] {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*=grid-s-7] > .col, [class*=grid-s-7] > [class*=col-] {
    -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*=grid-s-8] > .col, [class*=grid-s-8] > [class*=col-] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=grid-s-9] > .col, [class*=grid-s-9] > [class*=col-] {
    -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*=grid-s-10] > .col, [class*=grid-s-10] > [class*=col-] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  [class*=grid-s-11] > .col, [class*=grid-s-11] > [class*=col-] {
    -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*=grid-s-12] > .col, [class*=grid-s-12] > [class*=col-] {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*=grid] > [class*=col-s-1] {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*=grid] > [class*=col-s-2] {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*=grid] > [class*=col-s-3] {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 25%;
  }
  [class*=grid] > [class*=col-s-4] {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*=grid] > [class*=col-s-5] {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*=grid] > [class*=col-s-6] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=grid] > [class*=col-s-7] {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*=grid] > [class*=col-s-8] {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*=grid] > [class*=col-s-9] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  [class*=grid] > [class*=col-s-10] {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*=grid] > [class*=col-s-11] {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*=grid] > [class*=col-s-12] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  [class*=grid-sm-1] > .col, [class*=grid-sm-1] > [class*=col-] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  [class*=grid-sm-2] > .col, [class*=grid-sm-2] > [class*=col-] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=grid-sm-3] > .col, [class*=grid-sm-3] > [class*=col-] {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*=grid-sm-4] > .col, [class*=grid-sm-4] > [class*=col-] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  [class*=grid-sm-5] > .col, [class*=grid-sm-5] > [class*=col-] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  [class*=grid-sm-6] > .col, [class*=grid-sm-6] > [class*=col-] {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*=grid-sm-7] > .col, [class*=grid-sm-7] > [class*=col-] {
    -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*=grid-sm-8] > .col, [class*=grid-sm-8] > [class*=col-] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=grid-sm-9] > .col, [class*=grid-sm-9] > [class*=col-] {
    -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*=grid-sm-10] > .col, [class*=grid-sm-10] > [class*=col-] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  [class*=grid-sm-11] > .col, [class*=grid-sm-11] > [class*=col-] {
    -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*=grid-sm-12] > .col, [class*=grid-sm-12] > [class*=col-] {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*=grid] > [class*=col-sm-1] {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*=grid] > [class*=col-sm-2] {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*=grid] > [class*=col-sm-3] {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 25%;
  }
  [class*=grid] > [class*=col-sm-4] {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*=grid] > [class*=col-sm-5] {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*=grid] > [class*=col-sm-6] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=grid] > [class*=col-sm-7] {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*=grid] > [class*=col-sm-8] {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*=grid] > [class*=col-sm-9] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  [class*=grid] > [class*=col-sm-10] {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*=grid] > [class*=col-sm-11] {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*=grid] > [class*=col-sm-12] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}



/* ==============================================================================
	3. Global
============================================================================== */
html {
  box-sizing: border-box;
}
body {
  padding-bottom: 150px;
  color: #212121;
  font-family: "Open sans", "Helvetica", "Arial", sans-serif;
  font-size: 62.5%;
}
body:before {
  content: '';
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #EFEFEF url("assets/img/patterns/pattern-logo.png");
  opacity: 0.25;
}
*, *::before, *::after {
  box-sizing: inherit;
}
@media only screen and (max-width: 768px) {
  body {
    padding-bottom: 75px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
}
hr {
  border: 1px solid #5C6670;
  margin: 20px 0;
  clear: both;
}
.Main {
  overflow-x: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.PageHeader h1 {
  font-size: 3.3em;
}
.PageContent h2,
.PageContent h3,
.PageContent h4,
.PageContent h5,
.PageContent h6 {
  display: inline-block;
  border-bottom: 1px solid #5C6670;
  color: #5C6670;
  font-style: italic;
}
.PageContent h2 {
  font-size: 2.8em;
}
.PageContent h3 {
  font-size: 2.5em;
}
.PageContent h4 {
  font-size: 2.2em;
}
.PageContent h5 {
  font-size: 1.9em;
}
.PageContent h6 {
  font-size: 1.6em;
}
.PageContent p a,
.PageContent ul li a,
.PageContent ol li a {
  padding: 0 2px;
  text-decoration: underline;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.PageContent p a:hover,
.PageContent ul li a:hover,
.PageContent ol li a:hover {
  background-color: #5C6670;
  color: #FFF;
}
p, ul li, ol li {
  font-family: "Open sans", "Helvetica", "Arial", sans-serif;
  font-size: 1.6em;
}
.PageContent p,
.PageContent ul li,
.PageContent ol li {
  color: #5C6670;
}
.PageContent blockquote p {
  font-style: italic;
}
.PageContent blockquote cite {
  display: block;
  color: #5C6670;
  font-size: 1.6em;
  font-weight: bold;
  text-align: right;
}
a {
  color: #5C6670;
  text-decoration: none;
}
form label {
  padding: 0 20px;
  display: block;
  width: 100%;
  font-size: 1.6em;
}
form label span {
  display: block;
  width: 100%;
  color: #5C6670;
}
form input[type="text"],
form input[type="email"] {
  padding: 10px 5px;
  width: 100%;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #212121;
  font-family: "Open sans", "Helvetica", "Arial", sans-serif;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
form input[type="search"] {
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #212121;
  font-family: "Open sans", "Helvetica", "Arial", sans-serif;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
form input[type="text"]:active,
form input[type="text"]:focus,
form input[type="email"]:active,
form input[type="email"]:focus,
form input[type="search"]:active,
form input[type="search"]:focus {
  outline: none;
  background-color: #F9F9F9;
}
form textarea {
  padding: 10px 5px;
  width: 100%;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #212121;
  font-family: "Open sans", "Helvetica", "Arial", sans-serif;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
form textarea:active,
form textarea:focus {
  outline: none;
  background-color: #FFFFFF;
}
form button {
  height: 40px;
  line-height: 1;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #212121;
  font-size: 1.6em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
form button:hover,
form button:active,
form button:focus {
  outline: none;
  background-color: #5C6670;
  color: #FFF;
}
form input[type="submit"] {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 1;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #5C6670;
  font-size: 1.6em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
form input[type="submit"]:hover,
form input[type="submit"]:active,
form input[type="submit"]:focus {
  outline: none;
  background-color: #5C6670;
  border-color: #FFF;
  color: #FFF;
}

/* ==============================================================================
	4. WP Core
============================================================================== */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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;
}
.gallery {
    margin: 0 auto 18px;
    overflow: auto
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
    min-height: 200px
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery img {
    padding: 8px;
    background: #5C6670;
    border: 1px solid #fff;
    -webkit-transition: all .2s cubic-bezier(.65, .52, .31, .87);
    -o-transition: all .2s cubic-bezier(.65, .52, .31, .87);
    transition: all .2s cubic-bezier(.65, .52, .31, .87)
}
.gallery img:hover {
    background: #fff
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px
}
.gallery dl,
.gallery dt,
.gallery figure {
    margin: 0
}
.gallery br+br {
    display: none
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
[data-rel*=lightbox]:hover {
    background-color: transparent !important;
}


/* ==============================================================================
	5. Header
============================================================================== */
.MainHead {
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hve{
	position: absolute;
    top: 40px;
    right: 40px;
}
@media only screen and (max-width: 500px){
	.hve {
	    top: 8px;
	    right: 10px;
	    height: 11% !important;
	}
}

.MainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  border: 1px solid #ECEFF1;
}
.MainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.MainMenu ul li a {
  padding: 0 15px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  color: #5C6670;
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.MainMenu ul li a:hover {
  color: #FFF;
  background-color: #5C6670;
}
.MainMenu_List {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.MainMenu_List li a {
  border-right: 1px solid #ECEFF1;
}
.MainMenu_Tools {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.MainMenu_Tools li a {
  border-left: 1px solid #ECEFF1;
}

/*modif sous-menu*/
/*.sub-menu {display: none !important;}*/
.MainMenu .MainMenu_List li .sub-menu { display:none; }
.MainMenu .MainMenu_List li .sub-menu li a{
    font-size: 17px;
    border: 1px solid #ECEFF1;
}
.MainMenu .MainMenu_List li .sub-menu {
    position:absolute;
     z-index: 10000;
 }
.MainMenu .MainMenu_List li:hover .sub-menu {
 display:block;
 }
.MainMenu .MainMenu_List li:hover .sub-menu li {
 float:none;
 }

@media only screen and (max-width: 500px){
.MainMenu .MainMenu_List li .sub-menu {
    display: block;
    position: inherit;
    float: left;
    flex-direction: column;
    width: 100%;
}
.MainMenu ul li a {
    padding: 0 10px;
    font-size: 1.2em;
    background: #F9F9F9;
}
.MainMenu .MainMenu_List li .sub-menu li a { font-size: 0.6em; background-color: #fff; }
.MainMenu .MainMenu_List li .sub-menu li a::before { content:"-";padding-right: 10px;}
.PageNavi {display: none;}
.PageHeader h1 {font-size: 2.3em;}
.grecaptcha-badge{display: none !important;}


}


@media only screen and (max-width: 768px) {
  .MainMenu ul li a {
  	padding: 0 10px;
  font-size: 1.2em;
  }
}
@media only screen and (min-width: 501px) {
  .MainMenu_Tools li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .MainHead {
    height: 120px;
  }
  .MainHead img {
  	height: 100px;
  }
  .MainMenu {
    display: block;
  }
  .MainMenu_Tools li {
    display: block;
  }
  .MainMenu_Tools li:nth-child(1) {
    width: 60%;
    text-align: left;
  }
  .MainMenu_Tools li:nth-child(2),
  .MainMenu_Tools li:nth-child(3) {
    width: 20%;
  }
  .MainMenu ul.MainMenu_List {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .MainMenu ul.MainMenu_List li {
    border-bottom: 1px solid #ECEFF1;
  }
}


/* ==============================================================================
	6. Footer
============================================================================== */
.MainFoot_logo {
  padding-top: 30px;
  background-color: #E7E7E7;
  text-align: center;
}
.MainFoot_logo a {
  display: inline-block;
  height: 125px;
}
.MainFoot_logo a img {
  height: 100%;
}
.MainFoot_widgets {
  background-color: #E7E7E7;
}
.MainFoot_widgets_item {
  padding: 20px 40px;
  min-height: 250px;
}
.MainFoot_widgets_item .WidgetsItem_title {
  border-bottom: 1px solid #5C6670;
  color: #5C6670;
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
  font-size: 2.4em;
  text-transform: uppercase;
}
.MainFoot_widgets_item p {
  color: #5C6670;
}
.MainFoot_widgets_item hr {
  border: 0;
  border-top: 1px solid #5C6670;
}
.WidgetsItem_partners {
  margin: 0;
  padding: 0;
  list-style: none;
}
.WidgetsItem_partners li {
  display: inline-block;
}
.WidgetsItem_partners li {
  margin-right: 5px;
}

.WidgetsItem_partners li a img {
	max-width: 90px;
}

.WidgetsItem_infos {
  padding-left: 20px;
  color: #5C6670;
}
.WidgetsItem_infos li span {
  font-weight: bold;
}
.WidgetsItem_links {
  padding-left: 20px;
  color: #5C6670;
}
.WidgetsItem_links li a {
  display: inline-block;
  padding: 0 2px;
  color: #5C6670;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.WidgetsItem_links li a:hover {
  background-color: #5C6670;
  color: #FFF;
}
.MainFoot_social {
  padding: 30px 0;
  background-color: #5C6670;
  text-align: center;
}
.MainFoot_social a {
  margin: 0 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 40px;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #5C6670;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.MainFoot_social a i {
font-size: 2em;
    padding-top: 5px;
}
.MainFoot_social a:hover {
  background-color: #5C6670;
  border-color: #FFF;
  color: #FFF;
}
.MainFoot_copyright {
  background-color: #5C6670;
  text-align: center;
}
.MainFoot_copyright hr {
  margin: 0 auto;
  width: 400px;
  height: 1px;
  background-color: #ECEFF1;
  border: 0;
}
.MainFoot_copyright p {
  display: inline;
  color: #ECEFF1;
  font-size: 1.3em;
}
.MainFoot_copyright p a {
  color: #ECEFF1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.MainFoot_copyright p a:hover {
  color: #FFF;
}
@media only screen and (max-width: 1024px) {
  .WidgetsItem_partners img {
    width: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .MainFoot_widgets {
    padding: 30px 0;
  }
  .MainFoot_widgets_item {
    padding: 10px 40px;
    height: auto;
    min-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .MainFoot_widgets {
    padding: 30px 20px;
  }
}


/* ==============================================================================
	7. Page Header / Content
============================================================================== */
.PageHeader {
  padding: 20px;
  background-color: #5C6670;
}
.PageHeader h1 {
  width: 100%;
  display: block;
  color: #FFF;
  text-align: center;
}
.PageContent {
  padding: 80px 150px;
  background-color: #F9F9F9;
}
.PageContent p {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .PageContent {
    padding: 60px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .PageContent {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .PageContent {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .PageContent {
    padding: 20px 40px;
  }
}


/* ==============================================================================
	8. Page Related
============================================================================== */
.PageRelated {
  padding: 50px 150px;
  background-color: #999;
}
.PageRelated_post {
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.PageRelated_post_thumb {
  width: 250px;
  height: 250px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.PageRelated_post_thumb img {
  width: 100%;
  height: auto;
}
.PageRelated_post_link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  width: 200px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #777;
}
@media only screen and (max-width: 1024px) {
  .PageRelated {
    padding: 50px 50px;
  }
}


/* ==============================================================================
	9. Page Search / Lang
============================================================================== */
.PageSearch {
  background-color: #ECEFF1;
}
.PageSearch.is-hidden {
  z-index: -1;
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: height .2s ease-out .3s, opacity .2s ease, -webkit-transform .2s ease-out;
  transition: height .2s ease-out .3s, opacity .2s ease, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, height .2s ease-out .3s, opacity .2s ease;
  transition: transform .2s ease-out, height .2s ease-out .3s, opacity .2s ease, -webkit-transform .2s ease-out;
}
.PageSearch.is-active {
  height: 100px;
  opacity: 1;
  -webkit-transition: height .2s ease-out, opacity .2s ease .3s, -webkit-transform .2s ease-out;
  transition: height .2s ease-out, opacity .2s ease .3s, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, height .2s ease-out, opacity .2s ease .3s;
  transition: transform .2s ease-out, height .2s ease-out, opacity .2s ease .3s, -webkit-transform .2s ease-out;
}
.PageSearch form {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.PageSearch form input[type="text"] {
  width: 320px;
  border-right: none;
  font-size: 1.4em;
}
.PageSearch form button {
  width: 80px;
}
@media only screen and (max-width: 500px) {
  .PageSearch form input[type="text"] {
  	width: 200px;
  }
}
.PageLang {
  background-color: #ECEFF1;
}
.PageLang.is-hidden {
  z-index: -1;
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: height .2s ease-out .3s, opacity .2s ease, -webkit-transform .2s ease-out;
  transition: height .2s ease-out .3s, opacity .2s ease, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, height .2s ease-out .3s, opacity .2s ease;
  transition: transform .2s ease-out, height .2s ease-out .3s, opacity .2s ease, -webkit-transform .2s ease-out;
}
.PageLang.is-active {
  height: 100px;
  opacity: 1;
  -webkit-transition: height .2s ease-out, opacity .2s ease .3s, -webkit-transform .2s ease-out;
  transition: height .2s ease-out, opacity .2s ease .3s, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, height .2s ease-out, opacity .2s ease .3s;
  transition: transform .2s ease-out, height .2s ease-out, opacity .2s ease .3s, -webkit-transform .2s ease-out;
}
.PageLang ul {
  list-style: none;
  margin: 0;
  margin: 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.PageLang ul li a {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #5C6670;
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.PageLang ul li a:hover,
.PageLang ul li a:focus,
.PageLang ul li a:active {
  background-color: #5C6670;
  color: #FFF;
}


/* ==============================================================================
	10. Page Navi
============================================================================== */
.PageNavi {
  padding: 40px;
  background-color: #FFF;
}
.single-les-vins .PageNavi {
  padding: 50px 150px;
}
.PageNavi h2 {
  margin-top: 0;
  margin-bottom: 60px;
  display: inline-block;
  border-bottom: 1px solid #5C6670;
  color: #5C6670;
  font-size: 2.5em;
  font-style: italic;
}
.PageNavi ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.PageNavi ul li {
  display: inline-block;
}
.PageNavi ul li a {
  margin: 0 20px;
  padding: 8px 20px;
  background-color: #5C6670;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.PageNavi ul li a:hover {
  background-color: #FFF;
  border-color: #5C6670;
  color: #5C6670;
}
.PageNavi ul li.active a {
  background-color: #FFF;
  border-color: #5C6670;
  color: #5C6670;
}
.PageNavi ul li.active a:hover {
  background-color: #5C6670;
  border-color: #FFF;
  color: #FFF;
}
@media only screen and (max-width: 1024px) {
  .PageNavi {
    padding: 20px;
  }
  .PageNavi ul li a {
    margin: 0 5px;
    padding: 8px 10px;
    font-size: 0.7em;
  }
  .single-les-vins .PageNavi {
    padding: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .PageNavi ul li a {
    display: block;
  }
}

/* ==============================================================================
	11. Home
============================================================================== */
.PageSlider {
  overflow: hidden;
  position: relative;
  background-color: #AAA;
}
.PageSlider_controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 84px;
  text-align: center;
}
.PageSlider_controls span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #202020;
  font-size: 1.8em;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.PageSlider_controls span:hover,
.PageSlider_controls span:active,
.PageSlider_controls span:focus {
  outline: none;
  background-color: #5C6670;
  border-color: #FFF;
  color: #FFF;
}
.PageSlider > h1 {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 500px;
  height: 115px;
  color: #5C6670;
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
  font-size: 3.8em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px #FFF;
  background-color: rgba(255,255,255,0.6);
}
.PageSlider_item {
  position: relative;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5C6670;
}
.PageSlider_item ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.PageSlider_item ul li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.PageEdito {
    padding: 50px 150px;
    background-color: #5C6670;
    text-align: center
}
.PageEdito p {
    padding: 20px;
    color: #fff;
    font-style: italic;
    position: relative;
    text-align: center
}
.PageEdito p:after,
.PageEdito p:before {
    font-size: 2em;
    position: absolute
}
.PageEdito p:after {
    content: "\f10e";
    font-family: fontAwesome;
    right: 0;
    bottom: 0
}
.PageEdito p:before {
    content: "\f10d";
    font-family: fontAwesome;
    top: 0;
    left: 0
}
.PageEdito a {
  margin-top: 30px;
  padding: 8px 20px;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #5C6670;
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
  font-size: 1.6em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.PageEdito a:hover,
.PageEdito a:focus,
.PageEdito a:active {
  background-color: #5C6670;
  border-color: #FFF;
  color: #FFF;
}
.home .PageRelated {
  padding: 80px 200px;
  background-color: #FFF;
}
.home .PageRelated h2 {
  margin-bottom:60px;
  color:#5C6670;
  font-size: 3em;
  text-align:center;
}
.home .PageRelated_post {
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .PageRelated_post_link {
  width: 300px;
  height: 150px;
  background-color: #5C6670;
  text-align: center;
}
.home .PageRelated_post_link a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #E7E7E7;
  border: 1px solid #5C6670;
  color: #5C6670;
  font-size: 1.6em;
  font-style: italic;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.home .PageRelated_post_link a:hover {
  background-color: #5C6670;
  border-color: #FFF;
  color: #FFF;
}
@media only screen and (max-width: 1024px) {
  .PageSlider_item {
    height: 400px;
  }
  .PageSlider_item ul li {
    height: 100%;
  }
  .PageSlider_item ul li img {
    width: auto;
    height: 100%;
  }
  .home .PageRelated {
    padding: 50px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .PageSlider_item {
    height: 260px;
  }
  .PageSlider_item ul li img {
    width: 100%;
    height: auto;
  }
  .PageEdito {
    padding: 50px 80px;
  }
  .PageEdito p {
    padding: 50px 30px;
  }
  .PageRelated_post_thumb {
    position: relative;
    left: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .PageSlider_item.-right {
    display: none;
  }
  .PageSlider_item {
    height: 250px;
  }
  .PageSlider_controls span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.4em;
  }
  .PageSlider > h1 {
  	width: 300px;
  	font-size: 2.8em;
  }
  .PageEdito {
    padding: 30px 40px;
  }
  .home .PageRelated_post {
    height: auto;
  }
  .home .PageRelated_post_thumb {
    left: 0;
    width: 100%;
    height: auto;
  }
  .home .PageRelated_post {
    display: block;
  }
  .home .PageRelated_post_link {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}


/* ==============================================================================
	12. Blog
============================================================================== */
.Blog .PageContent {
  padding: 80px 150px;
}
.PageContent_Post {
  position: relative;
  height: 450px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.PageContent_Post_shot {
  width: 300px;
  height: 300px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.PageContent_Post_shot img {
  width: 300px;
  height: 300px;
}
.PageContent_Post_link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  width: 350px;
  height: auto;
  background-color: #5C6670;
  text-align: right;
}
.PageContent_Post_link h2 {
  margin: 0;
  display: block;
  color: #FFF;
  text-align: left;
}
.PageContent_Post_link .metas{
  margin:20px 0;
  display:block;
  color:#FFF;
  font-size:1.3em;
  text-align:left;
  text-decoration:underline;
}
.PageContent_Post_link .metas a{
  margin:0;
  padding:0;
  display:inline;
  background-color:transparent;
  border:0;
  color:#FFF;
  font-family:inherit;
  font-size:1em;
  text-transform:inherit;
}
.PageContent_Post_link p {
  color: #FFF;
  font-size: 1.3em;
  text-align: left;
}
.PageContent_Post_link a {
  margin-top: 20px;
  padding: 8px 20px;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #5C6670;
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.PageContent_Post_link a:hover,
.PageContent_Post_link a:focus,
.PageContent_Post_link a:active {
  background-color: #5C6670;
  border-color: #FFF;
  color: #FFF;
}
@media only screen and (max-width: 1024px) {
  .Blog .PageContent {
    padding: 80px 100px 40px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .Blog .PageContent {
    padding: 60px 40px 40px 40px;
  }
  .PageContent_Post {
    padding: 0 10px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .PageContent_Post_shot {
    width: 100%;
    height: auto;
    font-size: 0;
  }
  .PageContent_Post_shot img {
    width: 100%;
    height: auto;
  }
  .PageContent_Post_link {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .Blog .PageContent {
    padding: 40px;
  }
}


/* ==============================================================================
	13. Post
============================================================================== */
.single-post .PageHeader hr {
  margin: 20px auto;
  width: 100px;
  border-color: #FFF;
}
.single-post .PageHeader span {
  display: block;
  color: #FFF;
  font-size: 1.4em;
  text-align: center;
}
.single-post .PageHeader span a {
  color: #FFF;
  text-decoration: underline;
}
.single-post .PageRelated {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;
}
.single-post .PageRelated h2 {
  margin-top: 0;
  display: inline-block;
  border-bottom: 1px solid #5C6670;
  color: #5C6670;
  font-size: 2.5em;
  font-style: italic;
}
.single-post .PageRelated_post {
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-post .PageRelated_post_link {
  width: 250px;
  height: 150px;
  background-color: #5C6670;
  text-align: center;
}
.single-post .PageRelated_post_link a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #5C6670;
  font-size: 1.6em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.single-post .PageRelated_post_link a:hover {
  background-color: #5C6670;
  border-color: #FFF;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .single-post .PageRelated_post_thumb {
    position: relative;
    left: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .single-post .PageRelated {
    display: block;
  }
  .single-post .PageRelated_post {
    display: block;
    height: auto;
  }
  .single-post .PageRelated_post_link {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .single-post .PageRelated_post_thumb {
    left: 0;
    width: 100%;
    height: auto;
  }
}


/* ==============================================================================
	14. Wines
============================================================================== */
.Wines .PageContent {
  padding: 80px 150px;
  min-height: 600px;
}
.PageContent_Postwine {
  position: relative;
  height: 400px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.PageContent_Postwine_shot {
  width: 300px;
  height: 300px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.PageContent_Postwine_shot img {
  width: 300px;
  height: 300px;
}
.PageContent_Postwine_link {
  position: absolute;
  bottom: 0;
  left: 250px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 150px;
  background-color: #5C6670;
  text-align: center;
}
.PageContent_Postwine_link a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #5C6670;
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
  font-size: 1.8em;
  font-style: italic;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.PageContent_Postwine_link a:hover {
  background-color: #5C6670;
  border-color: #FFF;
  color: #FFF;
}
.PageContent_Postwine_link a span {
  font-size: 0.8em;
}
@media only screen and (max-width: 1280px) {
  .PageContent_Postwine_link {
    left: inherit;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .Wines .PageContent {
    padding: 80px 100px 40px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .Wines .PageContent {
    padding: 60px 40px 40px 40px;
  }
  .PageContent_Postwine {
    padding: 0 10px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .PageContent_Postwine_shot {
    width: 100%;
    height: auto;
    font-size: 0;
  }
  .PageContent_Postwine_shot img {
    width: 100%;
    height: auto;
  }
  .PageContent_Postwine_link {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .Wines .PageContent {
    padding: 40px;
  }
}


/* ==============================================================================
	15. Wine
============================================================================== */
.single-les-vins .PageContent {
  padding: 0;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.WineShot {
  padding: 150px 0;
}
.WineShot_inner {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.WineDesc {
  padding: 300px 0 150px 0;
}
.WineDesc_inner {
  padding: 20px 50px;
  background-color: rgba(255, 255, 255, 0.7)
}
.WineDesc_inner a.-custom {
  margin-top: 20px;
  padding: 8px 20px;
  display: inline-block;
  background-color: #5C6670;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.WineDesc_inner a.-custom:hover {
  background-color: #FFF;
  border-color: #5C6670;
  color: #5C6670;
}
.single-les-vins .PageRelated {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;
}
.single-les-vins .PageRelated h2 {
  margin-top: 0;
  display: inline-block;
  border-bottom: 1px solid #5C6670;
  color: #5C6670;
  font-size: 2.5em;
  font-style: italic;
}
.single-les-vins .PageRelated_post {
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-les-vins .PageRelated_post_link {
  width: 250px;
  height: 150px;
  background-color: #5C6670;
  text-align: center;
}
.single-les-vins .PageRelated_post_link a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #5C6670;
  color: #5C6670;
  font-size: 1.6em;
  font-style: italic;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.single-les-vins .PageRelated_post_link a:hover {
  background-color: #5C6670;
  border-color: #FFF;
  color: #FFF;
}
.single-les-vins .PageRelated_post_link a span {
 font-size: 0.8em;
}
@media only screen and (max-width: 1024px) {
  .WineShot {
    padding: 100px 0;
  }
  .WineDesc {
    padding: 250px 0 100px 0;
  }
}
@media only screen and (max-width: 768px) {
  .WineShot,
  .WineDesc {
    padding: 0;
  }
  .single-les-vins .PageRelated_post_thumb {
    position: relative;
    left: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .single-les-vins .PageRelated_post {
    display: block;
    height: auto;
  }
  .single-les-vins .PageRelated_post_thumb {
    left: 0;
    width: 100%;
    text-align: center;
  }
  .single-les-vins .PageRelated_post_link {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .WineShot_inner img {
  	height: 340px;
  }
}


/* ==============================================================================
	16. Page Form / Contact
============================================================================== */
.PageContent_FormOrder {
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ECEFF1;
}
.PageContent_FormOrder form .-custom {
  width: 80%;
}
.PageContent_FormOrder form div > span {
  color: #5C6670;
  font-size: 1.6em;
}
.PageContent_FormOrder form input[type="text"] {
  margin-bottom: 10px;
}
.PageContent_FormOrder form input[type="text"].-custom {
  font-size: 1.6em;
}
.PageContent_FormOrder form input[type="submit"] {
  margin-top: 20px;
}
.page-template-template-contact .PageContent {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.PageContent_formIntro {
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.8);
}
.PageContent_formIntro p:last-child {
  margin-bottom: 0;
}
.PageContent_form {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.PageContent_form form {
  width: 100%;
}
.PageInfo {
  background-color: #FFF;
  text-align: center;
}
.PageInfo_Item {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.PageInfo_Item span {
  padding: 0 30px 5px 30px;
  display: block;
  border-bottom: 1px solid #5C6670;
  font-family: "Marcellus", "Helvetica", "Arial", sans-serif;
  color: #5C6670;
  font-size: 2.2em;
  font-weight: bold;
  text-transform: uppercase;
}
.PageInfo_Item p {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
  color: #5C6670;
}
.PageMap {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #888;
}
@media only screen and (max-width: 500px) {
  .PageInfo_Item {
    padding: 20px 0;
  }
}


/* ==============================================================================
  16. MailPoet
============================================================================== */
.MainFoot .wysija-paragraph {
  font-size: 1em;
}
.MainFoot .wysija-paragraph label {
  padding: 0;
}
.MainFoot .wysija-paragraph label span {
  display: inline;
}
.MainFoot .wysija-paragraph input[type="text"] {
  width: 80%;
  height: 30px;
}
.MainFoot .wysija-submit-field {
  display: block;
  padding: 0 15px;
  margin-top: 15px;
  margin-left: 0;
  width: auto;
  height: 30px;
}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
    width: 100% !important;
}
.mailpoet_text_label{display: none !important;}


.instatitle{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #5C6670;
    font-size: 2.2em;
}

.grecaptcha-badge{display: none;}
