/*!
Theme Name: Vinifera
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vinifera
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. 

Vinifera is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}
a {
    text-decoration: none;
}
button:hover {
    cursor: pointer;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	font-size: 18px;
	letter-spacing: .01em;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6, p, div, span, a, b, button{
	color:#31302c;
	font-family: 'Merriweather';
}


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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: white;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #31302c;
}


a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

div#page {
    max-width: 100vw;
    overflow: hidden;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	 padding: 10px 40px;
    border-radius: 0;
    background: none;
    border: 1px solid;
	margin: 20px 0;
    width: 200px;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #31302c;
    color: #fbf5e5;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 1px 22px 19px -8px #00000014;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	/* margin-bottom: 10px;  */
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

@media screen and (min-width: 900px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}	
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.site-branding {
    display: flex;
    align-self: center;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
	max-width:100vw;
	overflow-x: hidden;
}

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

.page-content,
.entry-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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.age-gate {
	max-width: 400px;
}
img.age-gate__heading-title.age-gate__heading-title--logo {
	max-width: 170px;
}
p.age-gate__subheadline {
	font-size: 1em;
	font-weight: 400;
}
label.age-gate__label {
	font-size: 0.8em;
}
header#masthead {
	display: flex;
	align-items: center;
}
.dark header#masthead {
    background: #fffffff7;
}	
a.custom-logo-link {
	width: 60px;
	margin: 0px 40px;
}
a.custom-logo-link img {
	margin-top: 10px;
	margin-bottom:0;
	filter: brightness(0);
}
.page-template-template-home-EN a.custom-logo-link img, .page-template-template-home-FR a.custom-logo-link img, .page-template-template-home-ZH a.custom-logo-link img {
	width:0p;
}
.home a.custom-logo-link, .home .site-branding{
	width:0px;
}

.home .site-branding{
	width:unset;
}
.home.dark a.custom-logo-link{
	width:60px;
}
.page-template-template-home-EN.dark a.custom-logo-link img, .page-template-template-home-FR.dark a.custom-logo-link img, .page-template-template-home-ZH.dark a.custom-logo-link img {
	opacity:100%;
}
.dark a.custom-logo-link img {
	display:unset;
	filter: brightness(0);
}
nav#site-navigation {
	margin: 30px auto;
	width: fit-content;
}
.main-navigation a {
    font-weight: 600;
    margin: 0 20px;
    letter-spacing: 1px;
    font-size: 10px;
    color: #31302c;
    font-family: 'Montserrat';
	text-transform: uppercase;
}
.dark .main-navigation a {
	color: black;
}
li.page_item.page-item-2.current_page_item {
	display: none;
}
.homecontent{
	position:relative;
}
.hero {
	width: 100vw;
	height: 600px;
	position: relative;

}
.page-template-template-home-EN .hero, .page-template-template-home-FR .hero, .page-template-template-home-ZH .hero {
	height: 1400px;

}
.herologo{
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 120px;
    width: 120px;
    z-index: 1000;
    background-position: center;
    background-size: contain;
   /* filter: brightness(100); */
    background-repeat: no-repeat;
	
}
.herologo::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	Content:"";
	background-image: url(/wp-content/uploads/2025/05/logointerior.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.herologo::after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	Content:"";
	background-image: url(/wp-content/uploads/2025/05/logoexterior.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	animation: spin-reverse 30s linear infinite;
}

@keyframes spin-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black;
	opacity:0;
}
body.page-template-template-home-EN::before, body.page-template-template-home-FR::before, body.page-template-template-home-ZH::before {
	background-image: url(/wp-content/uploads/2025/05/ae644ac2-b50c-4cd1-b38c-a8fdc8f7ae58_removalai_preview.png); 
	color: white;
    text-align: center;
    background-position: center;
    opacity: 0.1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
	content:"";
	animation-name: panandzoom;
  	animation-duration: 60s;
}
@keyframes panandzoom {
  from {height: 100%;}
  to {height: 170%;}
}

div#overlay{
    position: absolute;
    top: 400px;
    width: 100vw;
}
div#overlay h1, div#overlay h1 span, h1.maintitle, h1.maintitle span {
	color: #31302c;
	font-size: 25px;
    line-height: 55px;
	text-align:center;
	/* mix-blend-mode: color-burn; */
	text-transform: uppercase;
	letter-spacing: 10px;
}

div#overlay h1 span, h1.maintitle span {
	font-size: 60px;
	line)height: 50px;
}
span.basa, h1.maintitle span.basa {
  /*  mix-blend-mode: color-burn; */
    filter: brightness(0.5);
}

div#overlay h1 span.basa2, h1.maintitle span.basa2 {
	font-size: 45px;
 /*   mix-blend-mode: color-burn; */
    filter: brightness(0.5);
}
.overlay2 span.basa {
    mix-blend-mode: color-burn;
    filter: brightness(0.5);
}

.overlay2 span.basa2 {
    mix-blend-mode: color-burn;
    filter: brightness(0.5);
}

header#masthead {
	display: flex;
	align-items: baseline;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 10000;
}

.hero-content img {
	filter: brightness(1000) drop-shadow(1px 0px 1px black);
    max-width: 40vw;
    opacity: 0.8;
    max-height: 30vh;
}
.content {
    position: relative;
}
.page-template-template-home-EN .content.first, .page-template-template-home-FR .content.first, .page-template-template-home-ZH .content.first {
    background: none;
    margin-top: -750px;
}
.content.first button {
    margin-bottom: 100px;
}
.content section {
	padding: 50px 100px;
	max-width: 1200px;
	margin: 0 auto;
}
#wpadminbar{
	display:none!important;
}
.absolutfull{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.craft button.flex.center{
    margin-top: 50px;
}

.content1.second {
    display: flex;
	padding:100px 20px;
}
.content1.second section {
    max-width: 50%;
}
.sectionimg.second {
    height: 750px;
	width:100%;
	background-image: url('/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-172.jpg');
  background-size: cover;    
  background-position: center;
  background-repeat: no-repeat;
	    max-width: calc(60% - 140px);
	content:"";
}
.sectionimg.third {
    height: 750px;
	width:100%;
	background-image: url('/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-111.jpg');
  background-size: cover;    
  background-position: center;
  background-repeat: no-repeat;
	    max-width: calc(60% - 140px);
}
.village .sectionimg.third{
	background-image: url('/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-133.jpg');
}
.banner {
	width: 100%;
	height: 50px;
	background-color: #d5c6b5;
	color: #fff;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	position: relative;
	top: 85vh;
}

.scrolling-text {
	position: absolute;
	white-space: nowrap;
	will-change: transform;
	animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
.contact {
    position: fixed;
    top: 50vh;
    right: 0;
    display: flex;
    rotate: 90deg;
    flex-direction: row;
    z-index: 20000;
    transform: translate(-50%, -50%);
	align-items:center;
}
.contact img {
    max-width: 20px;
}
.contact p {
    margin-left:10px;
    font-weight: 600;
    margin: 0 5px;
    letter-spacing: 1px;
    font-size: 11px;
    color: #31302c;
    font-family: 'Montserrat';
}
@font-face {
  font-family: 'FAIR Prosper';
  src: url('/wp-content/themes/domaines-de-m/fonts/Fair%20Prosper.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h2 {
  font-size: 2em;
	color: #31302c;
}
.centertext{
	width: 100%;
	text-align:center;
}
.flex{
	display: flex;
	flex-wrap:wrap;
}
.column{
	flex-direction: column;
}
.row{
	flex-direction: row;
}
.margin10{
	margin:10px;
}
.center{
	 align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
	justify-self: center;
}
.homeicons {
     width: 200px;
    height: 300px;
    margin-bottom: 10px;
}
.homeicons.grape{
	background-image: url('/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-184.jpg');
	background-size: cover;    
	background-position: center;
	background-repeat: no-repeat;
}
.homeicons.wine{
	background-image: url('/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-76.jpg');
	background-size: cover;    
	background-position: center;
	background-repeat: no-repeat;
}
.homeicons.distillation{
	background-image: url('/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-60-scaled.jpg');
	background-size: cover;    
	background-position: center;
	background-repeat: no-repeat;
}
.homeicons.barrel{
	background-image: url('/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-194-scaled.jpg');
	background-size: cover;    
	background-position: center;
	background-repeat: no-repeat;
}
.land {
    max-width: 40%;
	margin: auto 40px auto 100px;
}
.armagnac {
    max-width: 40%;
	margin: auto 100px auto 40px;
}

.armagnacpage {
    margin: 100px auto;
    max-width: 900px;
    padding: 20px;
}

.content.second.dark{
 background-color: white;
}
.craft h2.center {
    margin: 50px 10px;
}
.craft{
	margin: 0 0 100px;
}
.craft p{
	margin: 20px auto;
	text-align:center;
	padding: 0 5%;
	max-width: 900px;
}
footer#colophon {
    background: white;
}
.site-info{
	position: relative;
	background:white;
}
.site-footer .site-info{
	display:flex;
}
.site-info:before{
	position: absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url('/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-95.jpg');
	background-size: cover;    
	background-position: center;
	background-repeat: no-repeat;
	opacity:0;
}
div#language-switcher a {
    font-family: sans-serif;
    font-weight: 100;
    font-size: 0.7em;
	padding: 2px 2px;
}
div#language-switcher a:hover {
	background-color: #31302c;
	color: white;
}
.dark div#language-switcher:hover {
	background-color: #fffffff7;
	color: black;
}
.dark div#language-switcher a:hover {
	color: white;
}
div#language-switcher {
    display: flex;
    flex-direction: column;
}

.homebrands {
    width: 300px;
    height: 300px;
    position: relative;
}
.homebrands{
	background-color:black;
	border-radius:5px;
}
.homebrands.domdem{
	background-color:#000000c4;
}

.homebrands.cloudclet::before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height: 100%;
	opacity:0.5;
	background-image: url('https://www.domainedem.com/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-147-scaled.jpg');
	background-size: cover;    
	background-position: center;
	background-repeat: no-repeat;
}
.homebrand {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
	    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(50);
}
.cloudclet .homebrand {
    background-image: url('https://www.domainedem.com/wp-content/uploads/2025/05/LOGO_RVB-05.png');
}
.homebrands.gasco::before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height: 100%;
	opacity:0.5;
	background-image: url('https://www.domainedem.com/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-184.jpg');
	background-size: cover;    
	background-position: center;
	background-repeat: no-repeat;
}
.gasco .homebrand {
    background-image: url('/wp-content/uploads/2025/09/MAISON-GASCO-LOGO-ROUND.png');
	    filter: invert(1);
}
.homebrands.domdem::before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height: 100%;
	opacity:0.5;
	background-image: url('https://www.domainedem.com/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-95.jpg');
	background-size: cover;    
	background-position: center;
	background-repeat: no-repeat;
}
.domdem .homebrand {
    background-image: url('https://www.domainedem.com/wp-content/uploads/2025/05/cropped-cropped-logo-Domaines-de-M-2-e1747063361510.png');

}
.overlay2 span.basa, .overlay2 span.basa2, .overlay2 h1, .overlay2 h1 span  {
    color: black;
    mix-blend-mode: darken;
    opacity: 0.2;
}
.content.armagnacs, .craftbrands {
    background: white;
    padding: 100px 0;
}
.site-footer .main-navigation {
    margin: 20px;
	width: fit-content;
}
.site-footer .main-navigation li{
    margin: 5px 10px;
}

.row ul#primary-menu {
    display: flex
;
    flex-direction: column;
}
.site-footer .site-branding {
    margin-left: auto;
    margin-top: auto;
    margin-right: 20px;
    margin-bottom: auto;
}
footer#colophon .warning {
    padding: 0 40px 20px;
}
footer#colophon .warning {
    padding: 0 40px 20px;
    text-align: center;
}
footer#colophon .subaddress p, footer#colophon .address p{
	font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    font-size: 10px;
    color: #31302c;
    font-family: 'Montserrat';
}
footer#colophon .address p{
	margin: 5px 0;
}
footer#colophon .subaddress p{
	margin: 0;
}
p.subaddress {
    line-height: 15px;
}

.warning p {
    font-size: 9px;
    line-height: 11px;
    font-family: 'Montserrat';
    font-weight: 500;
}
div#languages {
    margin: 10px 30px;
    padding-top: 2px;
    max-height: 25px;
    overflow: hidden;
}
div#languages a {
    color: black;
}
.dark div#languages a {
    color: black;
}
div#languages {
    background-color: transparent;
    margin-top: 27px;
}

div#languages:hover {
    max-height: 25px;
    overflow: unset;
}
ul.sub-menu {
    display: flex;
    flex-direction: column;
	background-color: #fffffff7;
}
.dark ul.sub-menu {
	background-color: #fffffff7;
}
ul.sub-menu li {
    margin: 10px 0;
}

ul.sub-menu li:first-child {
    margin-top: 20px;
}
ul.sub-menu li:last-child {
    margin-bottom: 20px;
}
#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-visible .iubenda-cs-container {
    transform: translateY(0) !important;
    bottom: 0 !important;
    margin-top: auto;
}


.iub__us-widget__wrapper {
    display: none!important;
}
.page-template-template-craft-EN .hero::before, .page-template-template-craft-FR .hero::before, .page-template-template-craft-ZH .hero::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-60-scaled.jpg); 
    background-position: center;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
	content:"";
}
.page-template-template-craft-EN div#overlay, .page-template-template-craft-FR div#overlay, .page-template-template-craft-ZH div#overlay{
	top:300px;
}
.sectionimg.second.right.aos-init.aos-animate {
    margin-left: auto;
	background-image:url(/wp-content/uploads/2025/05/202408_CloudClet_DIVINO-CONSEILS-5-scaled.jpg)
}

.imgcuve.fullwidth{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-76.jpg); 
    background-position: center;
    opacity: 1;
    position: relative;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background-size: cover;
	content:"";
}
.imgdavidmarche{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-6.jpg)!important; 
}
.textmargevert{
	margin: 50px 0;
}
.imgalambic{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-60-scaled.jpg)!important; 
}
.imgalambiccloseup{
	background-image: (url/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-69.jpg)!important; 
}

.thems {
    margin-bottom: 150px;
}
.homebrands.durroux, .homebrands.tastet{
	border-radius:100%;
	margin: 20px;
}
.homebrands.durroux:hover::before, .homebrands.tastet:hover:before{
	filter:brightness(1) grayscale(0);
}
.homebrands.durroux:hover::after, .homebrands.tastet:hover:after{
	animation:none;
}
.homebrands.durroux::before{
	background-image: url('/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-51.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
		opacity:0.5;
	filter: grayscale(1);
	border-radius:100%;
}
.durroux .homebrand{
	background-image: url('/wp-content/uploads/2025/05/Durroux.png');
}
.homebrands.tastet::before{
	background-image: url('/wp-content/uploads/2025/06/denistastet.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.7;
	filter: grayscale(1);
	border-radius:100%;
}
.homebrands.tastet::after, .homebrands.durroux::after{
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 5px double black;
	border-radius:100%;
	background-image: url(/wp-content/uploads/2025/05/logoexterior.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	animation: spin-reverse 60s linear infinite;
	filter:brightness(100);
}


.tastet .homebrand{
	background-image: url('/wp-content/uploads/2025/05/tastet.png');
	filter:brightness(100);
}
.flex.column.subaddress {
    max-width: 200px;
}
footer#colophon .subaddress p {
    margin: 5px;
}
.page-template-template-craft-EN-Durroux div#overlay, .page-template-template-craft-FR-Durroux div#overlay, .page-template-template-craft-ZH-Durroux div#overlay {
    transform: translateY(-250px);
}
.page-template-template-craft-EN-Durroux .hero::before, .page-template-template-craft-FR-Durroux .hero::before, .page-template-template-craft-ZH-Durroux .hero::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-198.jpg); 
    background-position: center;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
	content:"";
}
.flex.row.imagedeuxtiers {
    width: 90%;
    margin: 50px auto;
}
.flex.untier {
	background: #f7efdc;
    width: 40%;
    z-index: 1;
    height: 500px;
    margin-top: auto;
    margin-right: -20%;
    margin-left: 20%;
    max-width: 400px;
}
.imagegrande {
    height: 750px;
    width: 50%;
	position:relative;
	max-width: 600px;
}
.imagegrande::before{
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
	content:"";
}
.durroux .imagegrande::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-159.jpg); 
}

.flex.untier p, .flex.untier h3{
	margin: 10px 30px;
}
.textuntier {
    align-content: center;

}
.flex.untier h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
}
.flex.untier p {
    text-align: left;
	font-weight:400;
}
p.left{
	text-align: left;
}
p.justify{
	text-align: justify;
}
p{
	line-height: 35px;
}
.flex.row.jusify.center {
    max-width: 900px;
}
.n2-section-smartslider.fitvidsignore.n2_clear {
    margin: 50px auto;
    max-width: 90%;
}
.page-template-template-craft-EN-Tastet div#overlay, .page-template-template-craft-FR-Tastet div#overlay, .page-template-template-craft-ZH-Tastet div#overlay {
    transform: translateY(-250px);
}
.page-template-template-craft-EN-Tastet .hero::before, .page-template-template-craft-FR-Tastet .hero::before, .page-template-template-craft-ZH-Tastet .hero::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-198.jpg); 
    background-position: center;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
	content:"";
}
.tastet .imagegrande::before{
	background-image: url(/wp-content/uploads/2025/06/denistastet.jpg); 
}

h1.maintitle span.basamin {
    font-size: 20px;
}

.page-template-template-craft-EN-Durroux .content.first.center, .page-template-template-craft-EN-Tastet .content.first.center, .page-template-template-craft-FR-Durroux .content.first.center, .page-template-template-craft-FR-Tastet .content.first.center, .page-template-template-craft-ZH-Durroux .content.first.center, .page-template-template-craft-ZH-Tastet .content.first.center {
    margin-top: -150px;
}


.story .toptitle{
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-template-template-story-EN .homeherotransition, .page-template-template-bottling-EN .homeherotransition, .page-template-template-domaine-EN .homeherotransition.domaine, .page-template-template-story-FR .homeherotransition, .page-template-template-bottling-FR .homeherotransition, .page-template-template-domaine-FR .homeherotransition.domaine, .page-template-template-story-ZH .homeherotransition, .page-template-template-bottling-ZH .homeherotransition, .page-template-template-domaine-ZH .homeherotransition.domaine {
    width: 90%;
    height: 500px;
    margin: auto;
	position:relative;
}
.page-template-template-story-EN .homeherotransition::before, .page-template-template-story-FR .homeherotransition::before, .page-template-template-story-ZH .homeherotransition::before {
	background-image: url(/wp-content/uploads/2025/05/202408_CloudClet_DIVINO-CONSEILS-163-scaled.jpg); 
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
	content:"";
}
.page-template-template-bottling-EN .homeherotransition::before, .page-template-template-bottling-FR .homeherotransition::before, .page-template-template-bottling-ZH .homeherotransition::before {
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-199-scaled.jpg); 
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
	content:"";
}
.homeherotransition.domaine::before {
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-184.jpg); 
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
	content:"";
}
.domaine .toptitle H1, .domaine .toptitle H1 span {
    color: white;
	filter:brightness(100);
}
.homecontent.domaine {
    height: 100VH;
    position: relative;
    width: 100vw;
	margin-top:-50px;
	background: black;
}
.homecontent.domaine::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-133.jpg); 
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
	content:"";
	opacity: 0.6;
	filter: grayscale(1);
}
.domaine .toptitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.page-template-template-domaine-EN .main-navigation a, .page-template-template-domaine-FR .main-navigation a, .page-template-template-domaine-ZH .main-navigation a {
	color: white;
}
.page-template-template-domaine-EN a.custom-logo-link img, .page-template-template-domaine-FR a.custom-logo-link img, .page-template-template-domaine-ZH a.custom-logo-link img{
	filter: brightness(100);
}
.page-template-template-domaine-EN.dark a.custom-logo-link img, .page-template-template-domaine-FR.dark a.custom-logo-link img, .page-template-template-domaine-ZH.dark a.custom-logo-link img{
	filter: brightness(0);
}
.page-template-template-domaine-EN.dark .main-navigation a, .page-template-template-domaine-FR.dark .main-navigation a, .page-template-template-domaine-ZH.dark .main-navigation a {
	color: #31302c;
}
.page-template-template-domaine-EN ul.sub-menu, .page-template-template-domaine-FR ul.sub-menu, .page-template-template-domaine-ZH ul.sub-menu {
    background: #00000087;
}
.page-template-template-domaine-EN.dark ul.sub-menu, .page-template-template-domaine-FR.dark ul.sub-menu, .page-template-template-domaine-ZH.dark ul.sub-menu {
    background: #fffffff7;
}

.toptitle p {
    color: white;
    width: 90%;
    margin: 50px auto;
    max-width: 660px;
    text-align: center;
}
.vineyarddescription {
    margin: 100px auto;
}

.maparmagnac {
    height: 600px;
    position: relative;
    width: 600px;
	margin: 50px auto;
	    filter: drop-shadow(2px 4px 16px #000000b5);
}
.maparmagnac::before{
	background-image: url(/wp-content/uploads/2025/05/Carte-Armagnac.png); 
    background-position: center;
	background-size:contain;
	background-repeat:no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	content:"";
}
.age-gate__additional-information p {
    font-size: 9px;
}
p.age-gate__subheadline {
    line-height: 1.3em;
}
.age-gate__heading{
	position:relative;
}
img.age-gate__heading-title.age-gate__heading-title--logo {
    margin: 0;
	padding: 20px;
}
.age-gate__heading::after{
    position: absolute;
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
	Content:"";
	background-image: url(/wp-content/uploads/2025/05/logoexterior.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	animation: spin-reverse 30s linear infinite;	
}
.arma {
	height: 100%;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    background: black;
}

.arma::before {
    height: 800px;
    position: absolute;
	content:"";
	top: 0;
    left: 0;
    width: 100%;
	height:100%;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	opacity:0.3;
}


.arma2::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-133.jpg);
	z-index: 2;
}
.arma3::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-172.jpg);
	z-index: 3;
}
.arma4::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-60-scaled.jpg);
	z-index: 4;
}
.arma5::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-184.jpg);
	z-index: 5;
}
.arma6::before{
	background-image: url(/wp-content/uploads/2025/05/Carte-Armagnac.png);
	opacity: 0.2;
	z-index: 6;
}
.arma7::before{
	background-image: url(/wp-content/uploads/2025/05/Carte-Armagnac.png);
	opacity: 0.2;
	z-index: 7;
}
.arma8::before{
	background-image: url(/wp-content/uploads/2025/05/Carte-Armagnac.png);
	opacity: 0.2;
	z-index: 8;
}
.arma9::before{
	background-image: url(/wp-content/uploads/2025/05/202408_CloudClet_DIVINO-CONSEILS-5-scaled.jpg);
	z-index: 9;
}
.arma10::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-16.jpg);
	z-index: 10;
}
.arma11::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-60-scaled.jpg);
	z-index: 11;
}
.arma12::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-194-scaled.jpg);
	z-index: 12;
}
.arma13::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-111.jpg);
	z-index: 13;
}
.arma14::before{
	background-image: url(/wp-content/uploads/2025/04/202408_CloudClet_DIVINO-CONSEILS-90-scaled.jpg);
	z-index: 14;
}
.arma15::before{
	background-image: url(/wp-content/uploads/2025/05/pylyp-sukhenko-Sr3bhcYqftA-unsplash-scaled.jpg);
	z-index: 15;
}
.arma .text{
    position: absolute;
	top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
	z-index:100;
	width: 90%;
}
.arma .text p{
    color: white;
	text-align:justify;
}
.arma .text h1{
    color: white;
	text-align: center;
}
.armagnac-main {
    position: sticky;
    height: calc(100vh - 120px);
    top: 0;
    overflow: scroll;
    padding: 0;
    width: calc(100vw - 10%);
    left: 5%;
    margin-bottom: 150px;
}

body div#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-container {
    width: 100vw !important;
}
#iubenda-cs-banner #iubenda-cs-title{
	display: none;
}
body #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn, #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary {
    background-color: #000000 !important;
    color: #fff !important;
}

.arma .text h1 {
    text-transform: uppercase;
    letter-spacing: 21px;
}
justify p {
    text-align: justify;
}
button.menu-toggle{
	position:relative;
	margin-left:auto;
}
button.menu-toggle{
	width: 50px;
    border: none;
	height: 40px;
	filter: drop-shadow(1px 1px 1px #ffffffab)
} 
button.menu-toggle{
	background-color: unset!important;
}
.vineyarddescription.flex.row.jusify.center {
    padding: 20px;
}

button.menu-toggle::after{
	position: absolute;
	content:"";
	top: 0;
    left: 0;
    width: 100%;
	height:100%;
    background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
	background-image:url(/wp-content/uploads/2025/10/menuicon.png);
}
.toggled button.menu-toggle::after{
	background-image:url(/wp-content/uploads/2025/10/closemenuicon-300x300-1.png);
}
.footer-nav .main-navigation ul{
	display:unset;
}
.address {
    text-align: center;
}
.main-navigation.toggled ul ul {
    display: none;
}

.craft small {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.page-template-template-contact-EN .contacta, .page-template-template-contact-FR .contacta, .page-template-template-contact-ZH .contacta{
	display:none;
}

.contactintro{
	margin:150px 0 50px;
	padding: 0 20px;
}
.contactintro h1 {
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
}
.contact-form {
    padding: 20px;
}
.contact-form label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
	width: 50%;
	padding: 0 10px;
}
.flex.column.margin10.center.homebrands a {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex
;
}
.contact-name p, .contact-info p {
    display: flex;
}
.contact-form select {
    height: 35px;
    border-radius: 2px;
    margin: 0 10px;
    border: 1px solid #d5d5d5;
	font-family: 'Montserrat';
    letter-spacing: 1px;
}
.contact-subject input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    /* background: #efefef; */
    font-family: 'Montserrat';
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.homecontent.contactEN {
    max-width: 900px;
    margin: auto;
}

.homecontent.armagnacpage {
    margin-top: 200px;
}
.page-template-template-GCU-ZH .homecontent.armagnacpage .flex.row.jusify.center {
    max-width: 900px;
    flex-direction: column;
}


.homehero{
	position: relative;
	width:100vw;
	height:100vh;
}
.homehero::before{
	position: absolute;
	content:"";
	width:100%;
	height:100%;
	background-image:url('/wp-content/uploads/2025/06/Vinifera-leather.png');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	opacity: 0.3;
}
.herologo{
	position: absolute;
	width:300px;
	height:300px;
	background-image:url('/wp-content/uploads/2025/06/Vinifera-Logo-Gold-square.png');
	background-size:contain;
	background-repeat:no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	filter: drop-shadow(1px 1px 0px white);
}


li.page_item.page-item-14.current_page_item {
    display: none;
}





@media screen and (max-width: 900px) {
	.toggled .contact{
		display: block;
		position: relative;
		top: unset;
		transform: translate(0, 0);
		rotate: 0deg;
	}
	.toggled .contact img{
		display: none;
	}	
	nav#site-navigation{
		width: 100%!important;
	}
	.toggled nav#site-navigation{
		width: 100%!important;
		background: #f1ebe2fa;
		margin: 0;
	}
	.site-branding{
		display:none;
	}
	div#languages{
		display: none;
	}
	.toggled div#languages{
		display: unset;
	}    
	.toggled button.menu-toggle {
        opacity: 20%;
		transform:scale(0.8);
    }
	.toggled .menu-menu-1-container {
		position: absolute;
		top: 0;
		background: #fffffff7;
		left: 0;
		padding-top: 120px;
		z-index: 1;
		width: 100vw;
		height: 100vh;
	}
	.site-branding {
		z-index: 2;
	}
	button.menu-toggle {
		z-index: 2;
	}
	.toggled li.menu-item {
		padding: 10px;
	}
	.toggled li.menu-item a{
		font-size: 20px;
	}
	.toggled div#language-switcher{
		flex-direction:row;
	}
	.toggled div#languages a {
		color: black;
		margin-left: 30px;
		font-size: 14px;
	}
	div#overlay h1, div#overlay h1 span, h1.maintitle, h1.maintitle span{
		font-size:20px;
		line-height:20px;
		letter-spacing:7px;
	}
	div#overlay h1 span, h1 span.basa{
		font-size:40px;
		line-height:40px;
	}
	div#overlay h1 span.basa2, h1 span.basamin{
		font-size:30px;
		line-height:30px;	
	}
	.page-template-template-craft-EN div#overlay h1, .page-template-template-craft-FR div#overlay h1, .page-template-template-craft-ZH div#overlay h1{
		font-size:15px;
		line-height:15px;
		letter-spacing:5px;
	}
	.page-template-template-craft-EN div#overlay h1 span, h1 span.basa, .page-template-template-craft-FR div#overlay h1 span, .page-template-template-craft-ZH div#overlay h1 span{
		font-size:25px;
		line-height:25px;
		letter-spacing:5px;
	}
	.page-template-template-craft-EN div#overlay h1 span.basa2, h1 span.basamin, .page-template-template-craft-FR div#overlay h1 span.basa2, .page-template-template-craft-ZH div#overlay h1 span.basa2{
		font-size:20px;
		line-height:20px;	
		letter-spacing:5px;
	}
	
	.content section {
   		padding: 50px 20px;
		text-align: justify;
	} 
	.content.first.center button {
		display: flex;
		justify-self: center;
	}.craft p{
		margin:20px;
		padding:0;
		text-align: justify;
	}
	.content.second.flex.row.dark {
		flex-direction: column-reverse;
	}
	.content.second.flex.row.armagnacs {
		flex-direction: column;
	}
	.sectionimg.second, .sectionimg.third {
		max-width:calc(100% - 40px);
		margin: auto;
	}
	.land, .armagnac{
		max-width:100%;
		margin: 20px;
	}
	.land p, .armagnac p{
		text-align: justify;
	}
	.land button, .armagnac button {
		display: flex;
		align-self: center;
	}
	.content.armagnacs{
		padding-bottom:0;
	}
	.site-info .site-branding{
		display: none;
	}
	.address {
		padding: 0 30px;
	}
	.site-footer .main-navigation {
		margin: 20px;
		width: fit-content;
		max-width: calc(50% - 40px);
	}
	.site-footer .main-navigation ul ul{
		display: none;
	}
	.page-template-template-home-EN.toggled a.custom-logo-link img, .page-template-template-home-FR.toggled a.custom-logo-link img, .page-template-template-home-ZH.toggled a.custom-logo-link img{
		display:unset;
	}
	a.custom-logo-link {
		margin: 0px 20px;
	}
	.main-navigation.toggled ul ul.sub-menu {
    	display: contents;
	}
	.main-navigation.toggled ul ul.sub-menu li{
		margin:5px;
	}
	.main-navigation.toggled ul ul.sub-menu li a{
		text-transform:uppercase;
		letter-spacing: 5px;
		width:100%;
	}
	.flex.untier{
		width: 80%;
	    margin-right: -50%;
    	margin-left: 0%;
	}
	.imagegrande{
		width: 70%;
	}
	.page-template-template-domaine-EN span.basa, .page-template-template-domaine-FR span.basa, .page-template-template-domaine-ZH span.basa {
		font-size: 40px;
		line-height: 40px;
	}	
	.maparmagnac{
		width: auto;
	}
	.vineyarddescription{
		margin-top:0;
	}
	.page-template-template-domaine-EN.toggled .main-navigation a, .page-template-template-domaine-FR.toggled .main-navigation a, .page-template-template-domaine-ZH.toggled .main-navigation a {
		color: #31302c;
	}	
	.page-template-template-domaine-EN.toggled a.custom-logo-link img, .page-template-template-domaine-FR.toggled a.custom-logo-link img, .page-template-template-domaine-ZH.toggled a.custom-logo-link img {
		filter: brightness(0);
	}
	.dark header#masthead, header#masthead{
		background:transparent;
	}
	.toggled .contact p{
		font-size: 14px;
		letter-spacing: 2px;
	}
	.main-navigation a.contacta{
		display:none;
	}
	.toggled .main-navigation a.contacta{
		display:block;
	}
	.main-navigation.toggled ul ul.sub-menu li:last-child {
		margin-bottom: -10px;
	}
	.page-template-template-bottling-EN span.basa, h1.maintitle span.basa, .page-template-template-bottling-EN span.basa, h1.maintitle span.basa2, .page-template-template-bottling-FR span.basa, .page-template-template-bottling-ZH span.basa {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width: 750px) {
	.page-template-template-story-EN h1.maintitle, h1.maintitle span, .page-template-template-story-FR h1.maintitle, .page-template-template-story-ZH h1.maintitle{
		font-size:15px;
		line-height:15px;
		letter-spacing: 3px;
	}
	.page-template-template-story-EN h1.maintitle span.basamin, .page-template-template-story-FR h1.maintitle span.basamin, .page-template-template-story-ZH h1.maintitle span.basamin{
		font-size:15px;
		line-height:20px;
	}
	.page-template-template-story-EN h1.maintitle span.basa, .page-template-template-story-FR h1.maintitle span.basa, .page-template-template-story-ZH h1.maintitle span.basa {
		font-size:25px;
		letter-spacing: 9px;
		line-height: 30px;
	}
	.page-template-template-domaine-EN span.basa, .page-template-template-domaine-FR span.basa, .page-template-template-domaine-ZH span.basa {
		font-size: 40px;
		line-height: 40px;
	}	
	.sectionimg.second {
    	height: 500px;
		margin-bottom:50px;
	}
}	

@media screen and (max-width: 500px) {
	div#overlay h1, div#overlay h1 span, h1.maintitle, h1.maintitle span{
		font-size:15px;
		line-height:15px;
		letter-spacing: 3px;
	}
	div#overlay h1 span.basa2{
		font-size:20px;
		line-height:20px;
	}
	div#overlay h1 span.basa {
		font-size:25px;
		letter-spacing: 9px;
		line-height: 50px;
	}	
	div#overlay {
		top: 330px;
	}
	.page-template-template-home-EN .content.first, .page-template-template-home-FR .content.first, .page-template-template-home-ZH .content.first {    
    margin-top: -950px;
	}
	.page-template-template-story-EN h1.maintitle span.basa, .page-template-template-story-FR h1.maintitle span.basa, .page-template-template-story-ZH h1.maintitle span.basa {
        font-size: 25px;
        letter-spacing: 3px;
        line-height: 30px;
    }
	.page-template-template-craft-EN div#overlay h1, .page-template-template-craft-FR div#overlay h1, .page-template-template-craft-ZH div#overlay h1{
		font-size:15px;
		line-height:15px;
		letter-spacing:3px;
	}
	.page-template-template-craft-EN div#overlay h1 span, h1 span.basa, .page-template-template-craft-FR div#overlay h1 span, .page-template-template-craft-ZH div#overlay h1 span{
		font-size:20px;
		line-height:20px;
		letter-spacing:3x;
	}
	.page-template-template-craft-EN div#overlay h1 span.basa2, h1 span.basamin, .page-template-template-craft-FR div#overlay h1 span.basa2, .page-template-template-craft-ZH div#overlay h1 span.basa2{
		font-size:15px;
		line-height:20px;	
		letter-spacing:3px;
	}
	.flex.untier{
		width: 100%;
		height: fit-content;
		padding: 0 20px;
	}
	.imagegrande{
		display: none;
	}
	.flex.untier p, .flex.untier h3 {
		margin: 10px 0;
	}
	.page-template-template-domaine-EN span.basa, .page-template-template-domaine-FR span.basa, .page-template-template-domaine-ZH span.basa {
		font-size: 30px;
		line-height: 40px;
	}
	.page-template-template-bottling-EN span.basa, h1.maintitle span.basa, h1.maintitle span.basa2, .page-template-template-bottling-FR span.basa, .page-template-template-bottling-ZH span.basa {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 1px;
	}
}
.description p {
     max-width: 900px;
	margin: auto;
}

.description p {
    padding: 20px;
    text-align: justify;
}
.contact-form {
    max-width: 900px;
    margin: auto;
}
.contact-form h2{
	text-align:center;
}
.footer-info {
    text-align: center;
}
.footer-info h4 {
    font-size: 25px;
    margin-bottom: -10px;
	font-family: serif;
    letter-spacing: 4px;
}
.dark nav#site-navigation {
    margin: auto 0;
    width: fit-content;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: flex;
    justify-self: anchor-center;
}
.footer-info p {
    font-size: 12px;
    text-transform: capitalize;
}