/*
Theme Name: La Treille
Theme URI: #
Author: Jeremy Bornerand
Author URI: http://jeremybornerand.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 
.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#fff}.hamburger-box{width:30px;height:11px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:0}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:20px;height:2px;background-color:#fff;border-radius:4px;position:absolute;transition-property:all;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block;width:30px}.hamburger.is-active .hamburger-inner,.hamburger:hover .hamburger-inner{width:30px}.hamburger-inner::before{top:-9px}.hamburger-inner::after{bottom:-9px}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 75ms .12s,opacity 75ms}.hamburger--squeeze .hamburger-inner::after{transition:bottom 75ms .12s,transform 75ms cubic-bezier(.55, .055, .675, .19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 75ms,opacity 75ms .12s}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms,transform 75ms cubic-bezier(.215, .61, .355, 1) .12s}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #222228;
	font-family: "IM Fell English", Times, serif;
	/* font-family: freight-big-pro, serif; */
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
}

h2,
.home.blog .entry-title {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

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

:focus {
	outline: none;
}



/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #222228;
	display: block;
	font-weight: 400;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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: #222228;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 0.7em;
	width: 100%;
}

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: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222228;
	border: 0;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.15em;
	padding: 20px 45px;
	line-height: 1;
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #8F9D81;
	color: white;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #737373;
	font-family: "IM Fell English", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #737373;
	font-family: "IM Fell English", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #737373;
	font-family: "IM Fell English", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #737373;
	font-family: "IM Fell English", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222228;
	text-decoration: none;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #8F9D81;
	outline: 0;
}

svg{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

html,body{
	overflow-x: hidden;
}

body{
	opacity: 0;
	background: #fff;
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;

}

.wrapper{
	max-width: 1290px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
}

.wrap{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
}

.clear{
	clear: both;
}


a{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.bxslider{
	list-style: none;
	margin: 0;
	padding: 0;
}

.wow{
	visibility: hidden;
}

p:last-child, ul:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/


.site-header {
	position: fixed;
	width: 100%;
	z-index: 20;
	padding: 41px 0;
	background: transparent;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: right;
}

.scrolled .site-header {
	background: #8F9D81;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.site-title{
	padding: 0;
	margin: 0;
}

.site-title a{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 173px;
	height: 66px;
	line-height: 1;
	z-index: 0;
	text-align: left;
	text-indent: -999em;
	background: url(assets/images/treille-blanc.svg) no-repeat center center/contain;
	transition: all 0.4s ease,background 0s linear;
}

.site-title a:hover{
	opacity: 0.6;
}

.hamburger{
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translate(0,-50%);
	text-align: left;
	color: #fff;
	height: 50px;
	z-index: 2;
	padding: 15px 0;
}

.hamburger span{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin: 0 0 0 12px;
}

.barre{
	position: relative;
	text-align: right;
	padding-right: 100px;
	display: inline-block;
	text-align: left;
}

.barre > *{
	display: inline-block;
	vertical-align: middle;
}

.barre > * + *{
	margin-left: 20px;
}

header .top-menu, .lang-menu{
	position: relative;
	z-index: 2;
}

.menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100vh;
	/* z-index: -999;
	opacity: 0;
	pointer-events: none; */
	background: #222228;
	color: #fff;
	text-align: left;
	display: none;
}

.menuon .menu{
	/* opacity: 1;
	z-index: 1;
	pointer-events: all; */
}

.menul a:not(:hover), .menur a:not(:hover){
	color: #fff;
}

.menul{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 0;
}

.menul .logo{
	width: 233px;
	height: 265px;
	background: url(assets/images/LaTreille-blanc.svg) no-repeat center center/contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	opacity: 0;
	transition: all 1s ease;
	margin-top: -20px;
}

.charge .menul .logo{
	opacity: 1;
	margin-top: 0;
}

.coos{
	position: absolute;
	left: 100px;
	bottom: 70px;
	font-size: 18px;
	line-height: 1.5;
	z-index: 2;
	transform: translate(0,-20px);
	opacity: 0;
	transition: all 1s ease;
}

.chargee .coos{
	transform: translate(0,0);
	opacity: 1;
}

.coos p{
	padding: 0;
	margin: 0;
}

.imgs{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.img{
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: opacity 0.6s ease;
}

.img.actif{
	opacity: 1;
}

.imgs:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(34,34,40,0.7);
}

.menur{
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 0;
	display: flex;
	align-items: center;
}

header .main-menu > li + li{
	padding-top: 50px;
}

header .main-menu > li.current-menu-item > a, header .main-menu > li.current-page-ancestor > a, header .main-menu > li.current-menu-parent > a{
	color: #8F9D81;
}

header .main-menu{
	padding-left: 110px;
	transform: translate(-20px,0);
	opacity: 0;
	transition: all 1s ease;
}

header .chargee .main-menu{
	transform: translate(0,0);
	opacity: 1;
}

header .main-menu > li > a{
	position: relative;
	font-family: 'Antic Didone',serif;
	font-size: 26px;
}

header .main-menu > li > a:before{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	font-size: 18px;
	margin: 5px 0 0;
}

header .main-menu > li:nth-of-type(1) > a:before{ content: '01.'; }
header .main-menu > li:nth-of-type(2) > a:before{ content: '02.'; }
header .main-menu > li:nth-of-type(3) > a:before{ content: '03.'; }
header .main-menu > li:nth-of-type(4) > a:before{ content: '04.'; }
header .main-menu > li:nth-of-type(5) > a:before{ content: '05.'; }
header .main-menu > li:nth-of-type(6) > a:before{ content: '06.'; }
header .main-menu > li:nth-of-type(7) > a:before{ content: '07.'; }
header .main-menu > li:nth-of-type(8) > a:before{ content: '08.'; }
header .main-menu > li:nth-of-type(9) > a:before{ content: '09.'; }
header .main-menu > li:nth-of-type(10) > a:before{ content: '10.'; }

.menusoc{
	position: absolute;
	right: 100px;
	bottom: 70px;
	opacity: 0;
	transition: all 1s ease;
}

.chargee .menusoc{
	opacity: 1;
}

.main-menu, .top-menu, .footer-menu, .social-menu, .lang-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.top-menu > li, .social-menu > li, .lang-menu > li{
	display: inline-block;
	vertical-align: middle;
}

.top-menu > li + li{
	margin-left: 10px;
}

.lang-menu > li + li {
	margin-left: 8px;
}

.social-menu > li + li{
	margin-left: 20px;
}

.top-menu > li > a, .boutonresa a{
	font-size: 18px;
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	line-height: 1;
	padding: 12px 32px 11px;
}

.boutonresa a{
	font-family: "IM Fell English", Times, serif;
	text-transform: none;
	padding: 12px 32px 11px !important;
	background: transparent !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

.boutonresa a:hover, .menuon .boutonresa a{
	background: #fff!important;
	color: #222228!important;
}

.lang-menu > li > a{
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.lang-menu > li > a:hover{
	opacity: 0.5;
}

.lang-menu > li.wpml-ls-current-language > a{
	font-weight: 700;
	text-underline-offset: 4px;
	text-decoration: underline;
}

header .top-menu > li > a:hover, .menuon header .top-menu > li > a{
	background: #fff;
	color: #222228;
}

.menuon header .top-menu > li > a:hover{
	background: #8F9D81;
	color: #fff;
	border-color: #8F9D81;
}

.menuon .boutonresa a:hover{
	background: #8F9D81!important;
	color: #fff!important;
	border-color: #8F9D81!important;
}

.social-menu > li > a{
	font-size: 25px;
}

footer .main-menu > li.hide{
	display: none;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/


.site-content {
	position: relative;
}

.pagetop{
	background: #8F9D81;
	display: block;
	width: 100%;
	/* min-height: 30vw; */
	padding-top: 125px;
	position: relative;
}

.bread{
	position: absolute;
	left: 0;
	width: 100%;
	top: 160px;
	z-index: 3;
}

.bread .wrap{
	padding: 0 100px;
}

.breadcrumbs{
	font-size: 9px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
}

.breadcrumbs a{
	color: #fff;
	opacity: 0.5;
}

.breadcrumbs a:hover{
	opacity: 1;
}

.swiper-pagination{
	width: 100%;
	bottom: 40px;
	line-height: 1;
}

.swiper-pagination-bullet{
	border-radius: 0;
	width: 50px;
	height: 3px;
	background: #979797;
	opacity: 1;
	margin: 0 3px;
}

.swiper-pagination-bullet-active{
	background: #fff;
}

.homeslider{
	display: block;
	width: 100%;
	height: 100%;
}


.home .homeslider{
	display: block;
	position: relative;
	width: 100%;
	height: 750px;
	margin-bottom: 40px;
	z-index: 0;
	background: #fff;
}

.homeslider:before{
	content: '';
	position: absolute;
	left: -40px;
	bottom: 0;
	width: calc(100% + 80px);
	height: 60px;
	z-index: -1;
	background: #fff;
}

.homeslider .logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
	background-image:url(assets/images/LaTreille-blanc.svg);
	width: 240px;
	height: 273px;
	transition: all 0.4s ease;
}

.scrolled .homeslider .logo{
	margin-top: -20px;
	opacity: 0;
}

.homeslider .swiper-container, .homeslider .swiper-wrapper, .homeslider .swiper-slide {
	height: 100%;
}

.homeslider .swiper-slide:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(34,34,40,0.5);
	z-index: 1;
}

.homeslider .swiper-slide{
	overflow: hidden;
}

.slidfond{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bgvid {
	max-width: 99999999999em;
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.hometxt{
	margin: 120px 0;
}

.left, .right{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.hometxt .txt{
	font-size: 20px;
}

.hometxt .left, .hometxt .right{
	vertical-align: middle;
}

.hometxt .left{
	width: 52%;
}

.hometxt .right{
	width: 48%;
	padding-left: 13%;
}

.motvert{
	text-transform: uppercase;
	position: absolute;
	letter-spacing: 0.1em;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.4s ease;
	display: block;
	font-size: 13px;
}

.motvert span{
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.scrolledd .motvert{
	opacity: 1;
}

.motvert.gauche{
	left: 36px;
	top: 25%;
}

.page-template-page-evenements .motvert.gauche{
	top: 40%;
}

.motvert.gauche span{
	transform: rotate(-90deg) translate(-50%,0);
	transform-origin: left top;
	display: block;
}

.motvert.droite{
	right: 36px;
	top: 65%;
}

.motvert.droite span{
	transform: rotate(90deg) translate(50%,0);
	transform-origin: right top;
	display: block;
}

.wrapper.wrapperm{
	max-width: 1000px;
}

.restauslider{
	padding: 0 20px 0 0;
}

.restauslider .swiper-slide{
	display: block;
	width: 100%;
	height: auto;
	padding: 135% 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.restau{
	position: relative;
	z-index: 0;
	background: #F5F1EC;
	margin: 110px 0 0;
}

.restau:last-child{
	margin-bottom: 0;
}

.restau:before{
	content: '';
	display: block;
	width: 100%;
	height: 70px;
	background: #fff;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 0;
}

.restau .wrapper{
	z-index: 1;
}

.restau .left, .restau .right{
	vertical-align: middle;
}

.restau .right{
	padding-left: 48px;
}

.titre{
	font-family: freight-big-pro, serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.sstitre{
	font-family: freight-big-pro, serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.1;
	font-style: italic;
	margin: 4px 0 0;
	padding: 0;
}

.sstitre + .txt{
	margin-top: 25px;
}

.liens{
	margin-top: 50px;
}

.lien{
	font-size: 16px;
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
	color: #8F9D81;
	position: relative;
	padding: 0 0 0 65px;
}

.lien:hover{
	padding: 0 0 0 75px;
	color: #222228;
}

.lien:before{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #8F9D81;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.pagecont{
	position: relative;
	min-height: 26vw;
}

.restaut{
	padding-bottom: 90px;
}

.events{
	margin-bottom: 90px;
}

.events .left, .events .right{
	vertical-align: middle;
}

.events .left{
	text-align: right;
	padding-right: 48px;
}

.events .left .txt{
	width: calc(100% + 120px);
	margin-left: -120px;
}

.events .left .txt > *:not(blockquote){
	padding-left: 120px;
}

.events .restauslider {
	padding: 0 0 0 20px;
}

.txt blockquote{
	color: #222228;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 15px;
	padding-right: 2px;
}



:root {
  --plyr-color-main: #8F9D81;
}

/* .plyr--full-ui.plyr--video .plyr__control--overlaid{
	width: 80px;
	height: 80px;
}

.plyr__control--overlaid svg {
	left: 50%;
	transform: translate(-50%,0);
	margin-left: 3px;
	width: 30px;
	height: 30px;
} */

.plyr__poster{
	background-size: cover;
}

.videoo{
	position: relative;
	z-index: 0;
}

.plyr{
	font-family: 'Poppins', sans-serif;
}

.videoo{
	padding-bottom: 90px;
	position: relative;
}

.videoo .plyr{
	box-shadow: 20px 20px 40px rgba(0,0,0,0.2);
}

/* .videoo:before{
	content: '';
	display: block;
	width: 100%;
	height: 180px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 0;
} */

.domaine{
	padding-bottom: 72px;
	position: relative;
}

.home .domaine:after{
	content: '';
	display: block;
	width: 100%;
	height: 62%;
	background: #F5F1EC;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.videoo:after{
	content: '';
	display: block;
	width: 100%;
	height: 38%;
	background: #8F9D81;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.lieux{
	margin: 15px -18px 0;
}

.lieu{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 18px;
}

.lieuc{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 120% 0 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.lieuc .titre{
	font-size: 23px;
}

.lieuc .sstitre{
	font-size: 23px;
}

.lieuc:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
}

.lieucc{
	position: absolute;
	left: 24px;
	top: 24px;
	height: calc(100% - 48px);
	width: calc(100% - 48px);
	background: transparent;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.lieucc:hover{
	background: rgba(255,255,255,0.75);
	color: #222228;
}

.lieucc > span{
	position: absolute;
	bottom: 35px;
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: 'Poppins', sans-serif;
	transition: opacity 0.4s ease;
	opacity: 0;
	color: #222228;
}

.lieucc:hover > span{
	opacity: 1;
}

.lieuccc{
	padding: 20px;
}

.titree{
	font-family: freight-big-pro, serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.1;
	margin: 0 0 25px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.newstop .lien{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin: 12px 0 0 16px;
}

.newstop .lien:hover{
	color: #222228;
}

.newstop .lien:before{
	background: #fff;
}

.socio{
	background: #8F9D81;
	color: #fff;
}

.socio .right{
	margin-bottom: -140px;
}

.socioc{
	padding: 90px 0;
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.24);
}

.socioc .left{
	padding-right: 14%;
}

.article a{
	display: block;
}

.article a:hover{
	color: #222228;
}

.newsimg{
	display: block;
	width: 100%;
	height: auto;
	padding: 50% 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #eee;
}

.articlec{
	display: block;
	padding: 30px 20px 0;
}

.articlec h3{
	font-family: freight-big-pro, serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.1;
	margin: 0 0 15px;
}

.socioc .left .article a{
	color: #fff;
}

.socioc .left .article a:hover{
	color: #222228;
}

.socioc .left .blogex, .socioc .left .articlec h3{
	color: #fff;
}

.lire{
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: 'Poppins', sans-serif;
	border-bottom: 1px solid;
	margin: 20px 0 0;
}

.reseaux{
	margin: 0 0 30px;
}

.reseaux a{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	position: relative;
	padding-left: 42px;
}

.reseaux a svg{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 26px;
}

.reseaux a + a{
	margin-top: 15px;
}

.reseaux a:hover{
	color: #222228;
}

.pageimg{
	min-height: 750px;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #eee;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.pageimg .txt a:not(:hover){
	color: #fff;
}

.pageimg .wrapper{
	z-index: 1;
}

.pageimg:after,  .pageimg .swiper-slide:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
}

.pagetitre{
	font-family: freight-big-pro, serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.pagesstitre{
	font-family: freight-big-pro, serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.1;
	font-style: italic;
	margin: 10px 0 0;
	padding: 0;
}

.pagetop.pagetopimg{
	z-index: 4;
}

.pagetop.pagetopimg > .wrap{
	z-index: 2;
}

.pagetop.pagetopimg:after{
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.pageimg .swiper-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pageimg .swiper-wrapper, .pageimg .swiper-slide{
	height: 100%;
}

.pageimg .swiper-slide{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #eee;
}

body:not(.home) .pagetop:not(.pagetopimg) > .wrap{
	border-top: 1px solid rgba(255,255,255,0.25);
	z-index: 2;
}

body:not(.home) .pagetop:not(.pagetopimg) > .wrap .wrapper{
	color: #fff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.pagetop .txt{
	display: block;
	margin: 40px auto 0;
	width: 100%;
	max-width: 650px;
	font-size: 18px;
}

.info{
	display: none;
	position: absolute;
	right: 0;
	bottom: -40px;
	z-index: 5;
	background: #222228;
	color: #fff;
	width: 100%;
	max-width: 330px;
	padding: 50px;
	font-size: 24px;
	line-height: 1.2;
}

.closeinfo{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	line-height: 1;
}

.closeinfo:hover{
	opacity: 0.6;
}

.wrapper.wrappers {
	max-width: 690px;
}

.pagetxt{
	margin: 75px 0;
	text-align: center;
	font-size: 18px;
}

.pagetxt .txt:not(:first-child){
	margin: 50px 0 0;
}

.txt.hor{
	color: #8F9D81;
}

.txt.hor b, .txt.hor strong{
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	font-weight: 400;
}

.txtt{
	font-size: 16px;
	font-style: italic;
	margin: 25px 0 0;
}

.boutons{
	
}

.txt .boutons{
	margin-top: 5px;
}

.bouton{
	display: inline-block;
	vertical-align: middle;
	font-family: freight-big-pro, serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	background: #222228;
	color: #fff;
	padding: 14px 45px;
	border-radius: 40px;
}

.bouton:hover{
	background: #8F9D81;
	color: #fff;
}

.restaucont{
	margin: 75px 0;
}

.restaucont .left{
	width: 38%;
}

.cartes{
	position: relative;
	padding: 50px;
}

.cartes:before{
	content: '';
	display: block;
	width: calc(100% + 100px);
	height: 100%;
	background: #8F9D81;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}

.cartes a{
	display: block;
	font-size: 24px;
	position: relative;
	padding-left: 70px;
	line-height: 1;
	color: #fff;
}

.cartes a:before{
	content: '';
	display: block;
	width: 50px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: url(assets/images/fleche-d.svg) no-repeat center center/contain;
}

.cartes a span{
	transition: opacity 0.4s ease;
}

.cartes a:hover{
	color: #fff;
	padding-left: 75px;
}

.cartes a:hover span{
	opacity: 0.6;
}

.cartes a + a{
	margin-top: 24px;
}

.restaucont .right{
	width: 62%;
	padding-top: 110px;
}

.imgslider{
	position: relative;
}

.imgslider .swiper-slide{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #f7f7f7;
	display: block;
	width: 100%;
	padding: 66.66% 0 0;
}

.fancybox-container{
	font-family: 'Poppins', sans-serif;
}

.imgslider .swiper-slide a{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.imgslider .swiper-slide:after{
	content: '';
	display: block;
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}

.imgslider .swiper-pagination{
	bottom: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	font-family: 'Poppins', sans-serif;
}

.imgslider .swiper-pagination span{
	font-weight: 500;
	font-size: 25px;
	font-family: freight-big-pro, serif;
}

.imgslider .swiper-pagination span.swiper-pagination-current{
	transform: translate(0,-10px);
	display: inline-block;
}

.swiper-button-next, .swiper-button-prev{
	width: 50px;
	height: 14px;
}

.swiper-button-prev{
	background: url(assets/images/fleche-g.svg) no-repeat center center/contain;
}

.swiper-button-next{
	background: url(assets/images/fleche-d.svg) no-repeat center center/contain;
}

.imgslider .swiper-button-prev{
	left: auto;
	right: 50%;
	top: auto;
	margin: 0 60px 0 0;
	bottom: 50px;
}

.imgslider .swiper-button-next{
	right: auto;
	left: 50%;
	top: auto;
	margin: 0 0 0 60px;
	bottom: 50px;
}

.swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}

.pagetop .wrapper.wrappers {
	max-width: 710px;
}

.pagetop.pagetopimg + .pagecont .souspages{
	margin-top: 20px;
}

.pagetop.pagetopimg + .pagecont .souspages:after{
	display: none;
}

.souspages{
	position: relative;
	z-index: 0;
	margin: -30px 0 80px;
}

.souspages:after{
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 190px;
	z-index: -1;
	background: #8F9D81;
}

body:not(.home) .lieux{
	margin-top: 0;
}

.souspage{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	padding: 40% 0 0;
}

.souspage:after{
	content: '';
	background-color: rgba(29,29,27,0.3);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.souspage + .souspage{
	margin-top: 40px;
}

.souspage h2{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0,-50%);
	padding: 0 30px;
	color: #fff;
	z-index: 1;
	text-align: center;
	font-family: freight-big-pro, serif;
	font-weight: 500;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.souspage a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	left: 0;
	top: 0;
	z-index: 1;
}

.souspage a:hover{
	background: rgba(29,29,27,0.2);
}

.souspage a:after{
	content: '';
	display: block;
	position: absolute;
	left: 40px;
	top: 40px;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	border: 1px solid #fff;
	transition: opacity 0.4s ease;
	opacity: 0;
}

.souspage a span{
	transition: opacity 0.4s ease;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: 'Poppins',sans-serif;
	background: #fff;
	color: #222228;
	line-height: 1;
	padding: 10px 24px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translate(-50%,50%);
	z-index: 1;
	opacity: 0;
}

.souspage a:hover:after, .souspage a:hover span{
	opacity: 1;
}

.fullmap{
	display: block;
	width: 100%;
	height: calc(100% - 125px);
	position: absolute;
	right: 0;
	bottom: 0;
}

.page-template-page-contact .pagetop{
	height: 770px;
}

.fullmap:before{
	content: '';
	display: block;
	width: 100%;
	height: 12vw;
	background: linear-gradient(to bottom,  rgba(143,157,129,1) 0%,rgba(143,157,129,0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.pagetop > .wrap > .pagetitre{
	color: #fff;
	text-align: center;
	padding: 70px 0 0;
}

.videol{
	position: absolute;
	z-index: 1;
	right: 30px;
	bottom: 30px;
	color: #fff;
}

.videol:hover{
	color: #fff;
	opacity: 0.6;
}

.videol svg{
	vertical-align: middle;
	font-size: 50px;
	margin-left: 10px;
}

.bloc .txt{
	font-size: 18px;
}

.bloc .txt blockquote{
	font-size: 25px;
}

.back{
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.15em;
	font-size: 11px;
	margin: 0 0 20px;
	display: inline-block;
	border-radius: 20px;
	padding: 7px 14px 5px;
	color: #222228;
	background: #fff;
}

.back svg{
	font-size: 17px;
	vertical-align: middle;
	margin: -2px 6px 0 0;
}

.back:hover{
	color: #fff;
	background: #222228;
}

.bouton.normal{
	font-family: "IM Fell English", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.15em;
	padding: 20px 45px;
}

.bloc .boutons {
	text-align: center;
}

.boutons{
	margin: -5px;
}

.boutons .bouton{
	margin: 5px;
}

.bloc{
	margin-top: 85px;
}

.bloc.bloc-boutons{
	margin-top: 50px;
}

.bloc-image img{
	display: block;
	width: 100%;
}

.bloc:last-child{
	margin-bottom: 85px;
}

.bloc-titre{
	margin-bottom: 0;
}

.bloc-titre .titre{
	text-align: center;
	text-transform: none;
	font-size: 40px;
	position: relative;
	padding-bottom: 40px;
	line-height: 1.2;
}

.bloc-titre .titre:after{
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #D2D2D2;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}

.bloc-titre + .bloc{
	margin-top: 50px;
}

.bloc-slider{
	overflow: hidden;
}

.bloc-slider .swiper-container{
	overflow: visible;
}

.bloc-slider .swiper-slide{
	opacity: 0.3;
	transition: opacity 0.4s ease;
}

.bloc-slider .swiper-slide.swiper-slide-active{
	opacity: 1;
}

.logoos{
	text-align: center;
	margin: -15px -35px;
}

.logoo{
	display: inline-block;
	vertical-align: middle;
	margin: 15px 35px;
}

.logoo a{
	display: block;
}

.logoo a:hover{
	opacity: 0.6;
}

.logoo img{
	display: block;
	width: auto;
	height: auto;
	max-width: 190px;
	max-height: 110px;
}

.pagetop .wrap + .bouton{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
	z-index: 3;
}

.bouton.vert{
	background: #8F9D81;
}

.bouton.vert:hover{
	background: #222228;
}

.bloc-image_texte .left, .bloc-image_texte .right{
	vertical-align: middle;
}

.colimg img{
	display: block;
	width: 100%;
}

.coltxt{
	background: #fff;
	padding: 50px;
	position: relative;
	z-index: 1;
}

.bloc-image_texte .right.coltxt{
	margin-left: -12.5%;
}

.bloc-image_texte .left.coltxt{
	margin-right: -12.5%;
	text-align: right;
	margin-left: 12.5%;
}

body.archive .pagetop > .wrap .wrapper{
	padding-bottom: 140px!important;
}

body.archive .article .lire{
	transition: color 0.4s ease;
}

body.archive .article a:hover .lire{
	color: #8F9D81;
}

.articlescont{
	margin: -120px 0 70px;
}

.articlescont .articles{
	margin: 0 -18px;
	position: relative;
	z-index: 3;
}

.articlescont .article{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 35px 18px;
}

.navigation{
	margin: 65px 0 0;
	padding: 60px 0 0;
	border-top: 1px solid rgba(213, 213, 213, 0.6);
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	flex: 100%;
	font-family: 'Poppins',sans-serif;
}

.page-numbers{
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
	border: 1px solid transparent;
	font-size: 15px;
	color: #919294;
}

.page-numbers:hover{
	color: #1d1d1b;
}

.page-numbers.current{
	border: 1px solid #1d1d1b;
	border-radius: 50%;
	font-weight: 700;
	color: #1d1d1b;
}

.page-numbers.next, .page-numbers.prev{
	font-size: 20px;
	position: relative;
	font-weight: 300;
}

.extratxt{
	margin: 50px 0;
}

.extratxt .txt{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 50px;
}

.extratxt + .contacont{
	margin-top: 60px;
}

.contacont{
	margin: 140px 0;
}

.contacont .left{
	width: 40%;
}

.contacont .left .logo{
	width: 130px;
	height: 148px;
	margin-bottom: 30px;
}

.contacont .left .txt{
	font-size: 18px;
}

.contacont .right{
	width: 60%;
}

.gfield_checkbox{
	columns: 2;
}

.gfield_required_text{
	display: none!important;
}

.gform_wrapper.gravity-theme .gform_fields{
	grid-column-gap: 5%!important;
	grid-row-gap: 26px!important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	background: #F5F1EC;
	border: 0!important;
	font-size: 15px!important;
	border-radius: 0;
	padding: 20px!important;
	color: #222228;
	
}

.site-footer .gform_wrapper.gravity-theme input[type=email]{
	background: #fff;
}

.formu .gform_wrapper.gravity-theme .iti--allow-dropdown input[type=text]{
	padding-left: 100px!important;
}

.gform_wrapper.gravity-theme .gfield textarea.large, .gform_wrapper.gravity-theme .gfield textarea{
	height: 190px!important;
	resize: none;
}

.gform_wrapper.gravity-theme .gfield select{
	height: 59px;
	padding: 0 24px!important;
}

.iti--separate-dial-code .iti__selected-dial-code{
	color: white;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

.ginput_container_select, .ginput_address_country{
	position: relative;
}

.ginput_container_select + svg, .ginput_address_country + svg, .gfield_select + svg{
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 16px;
	top: 21px;
	color: #222228;
	z-index: 0;
	pointer-events: none;
}

.formu .gform_wrapper.gravity-theme .gfield_label, .filtres label{
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #222228;
}

.gform_wrapper.gravity-theme .gform_footer{
	/* text-align: center;
	justify-content: center; */
	padding-bottom: 0!important;
}

.access{
	background: #F5F1EC;
	padding: 90px 0 70px;
	border-bottom: 1px solid #fff;
	position: relative;
}

.access .titre{
	text-transform: none;
	font-size: 70px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}

.acces{
	margin: 0 -30px;
}

.acce{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 30px;
}

.acce h3{
	font-family: freight-big-pro, serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1;
	margin: 0 0 15px;
}

.txt.alt{
	font-family: freight-big-pro, serif;
	font-size: 17px;
	font-weight: 500;
}

.acce .txt:not(.alt){
	margin-bottom: 12px;
}

.cooor{
	text-align: center;
	font-family: freight-big-pro, serif;
	font-size: 18px;
	font-weight: 500;
}

.cooor p{
	font-family: "IM Fell English", Times, serif;
	font-style: italic;
	font-size: 15px;
	font-weight: 400;
}

.cooor span{
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.txt ul, .txt ol{
	line-height: 1.2;
	padding-left: 15px;
}

.txt li + li{
	margin-top: 10px;
}

.txt h1{
	font-family: freight-big-pro, serif;
	font-size: 45px;
}

.txt h2{
	font-family: freight-big-pro, serif;
	font-size: 36px;
}

.txt h3{
	font-family: freight-big-pro, serif;
	font-size: 28px;
}

.txt h4{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 20px;
	font-weight: normal;
}

.txt h5{
	font-size: 20px;
	font-weight: normal;
}

.txt h6{
	font-family: 'Poppins',sans-serif;
	font-size: 18px;
}

/** Instagram **/

.instagram{
	position: relative;
	margin: -5px;
}

.instagram-placeholder{
	display: block;
	width: 33.33%;
	padding: 5px;
	margin: 0;
	float: left;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
}

.instagram .inside {
	display: block;
	width: 100%;
	height: 100%;
	padding: 100% 0 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.instagram .inside:after{
	content:'';
	display: block;
	width: 100%;
	height: 0;
	background: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	transition: height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}


.instagram-placeholder a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.2);
}
.instagram-placeholder a span{
	color: white;
	display: none;
	line-height: 1;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.instagram-placeholder:hover a{
	opacity: 1;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	background: #F5F1EC;
	padding: 70px 0;
}

.home .site-footer{
	padding-top: 100px;
}

.newsletter{
	display: block;
	width:100%;
	max-width: 500px;
	margin: 0 auto;
}

.footextra{
	text-align: center;
}

.newsletter + .cols{
	border-top: 1px solid rgba(34,34,40,0.1);
	margin-top: 60px;
	padding-top: 40px;
}

.newsletter + .footextra{
	border-top: 1px solid rgba(34,34,40,0.1);
	margin-top: 60px;
	padding-top: 30px;
}

.footextra + .cols{
	border-top: 1px solid rgba(34,34,40,0.1);
	margin-top: 30px;
	padding-top: 40px;
}

p.h3{
	font-family: freight-big-pro, serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 15px;
}

.newsletter form{
	position: relative;
}

.newsletter .gform_footer{
	margin: 0!important;
	padding: 0!important;
}

.newsletter .gform_wrapper.gravity-theme input[type=text]{
	background: transparent!important;
	padding: 0 140px 0 20px!important;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsletter .gform_wrapper.gravity-theme .gform_fields{
	display: block;	
}

.newsletter .gform_wrapper{
	background: #fff;
}

.newsletter form input[type=text]{
	padding: 0 140px 0 20px;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsletter form input[type=submit]{
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	background: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #222228;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 20px;
}

.newsletter form input[type=submit]:hover{
	background: #222228;
	color: #fff;
}

.cols{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo{
	display: block;
	width: 186px;
	height: 212px;
	background: url(assets/images/LaTreille.svg) no-repeat center center/contain;
}

footer .main-menu > li:not(.hide) + li{
	margin-top: 12px;
}

footer .top-menu > li > a{
	background: #222228;
	color: #fff;
	border-color: #222228;
	padding: 12px 55px 11px;
}

footer .top-menu > li > a:hover{
	background: #8F9D81;
	color: #fff;
	border-color: #8F9D81;
}

.coordonnees{
	margin-top: 30px;
	font-size: 18px;
}

.coordonnee{
	
}

.coordonnee > *{
	display: inline-block;
	vertical-align: top;
}

.coordonnee .lab{
	width: 60px;
}

.coordonnee .lab span{
	border-bottom: 1px solid;
}

.coordonnee + .coordonnee{
	margin-top: 10px;
}

footer .social-menu{
	margin-top: 30px;
}

.col4{
	position: relative;
}

.col4, .col4 a{
	color: #9B9B9B;
}

.col4 a:hover{
	color: #222228;
}

.col4:before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -30px;
	top: 0;
	background: #D4D4D4;
}

.footer-menu > li > a{
	font-size: 13px;
}

.footer-menu > li + li{
	margin-top: 10px;
}

.copy{
	font-family: 'Poppins',sans-serif;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 130px 0 0;
}



/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

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

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

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

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}

.bloc-image_texte .coltxt, .hometxt .left, .hometxt .right, .restau .right, .events .left{
	opacity: 0;
	transition: all 0.6s ease;
}

.souspage{
	opacity: 0;
	transition: all 0.6s ease;
	transform: translate(0,20px);
}

.page-template-page-domaine .lieu, .archive .article, .acce, .home .lieu{
	opacity: 0;
	transition: all 0.6s ease;
	transform: translate(0,-20px);
}

.bloc-image_texte .right.coltxt, .hometxt .right, .restau .right{
	transform: translate(20px,0);
}
.bloc-image_texte .left.coltxt, .hometxt .left, .events .left{
	transform: translate(-20px,0);
}

.bloc-image_texte.vue .coltxt, .souspage.vue, .page-template-page-domaine.loaded0 .lieu, .archive.loaded0 .article, .vue .acce, .loaded0 .hometxt .left, .loaded0 .hometxt .right, .restau.vue .right, .events.vue .left, .home .vue .lieu{
	opacity: 1;
	transform: translate(0,0);
}

#cookie-law-info-bar{
	right: 30px;
	left: auto;
	bottom: 30px!important;
	top: auto;
	width: calc(100% - 60px);
	max-width: 462px;
	padding: 40px 40px 30px!important;
	font-family: 'Poppins', sans-serif!important;
	box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.3);
}

.cli-bar-container{
	display: block;
}
.cli-style-v2 .cli-bar-message {
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.1;
}
.cli-bar-btn_container {
	margin-left: -5px;
}

.cli-plugin-button{
	border-radius: 20px;
	font-size: 12px!important;
}

.instagram-placeholder:nth-of-type(7),.instagram-placeholder:nth-of-type(8){
	display: none;
}

.page-template-page-contact .col1, .page-template-page-contact .col3{
	display: none;
}

.pagetopimg.desa .pageimg:after{
	display: none;
}

.shar{
	text-align: center;
	margin: 80px 0 0 0;
	padding-top: 50px;
	border-top: 1px solid #e6e6e6;
}

.shar p.h4{
	font-size: 24px;
	margin: 0 0 30px;
}

.shar a{
	font-size: 30px;
	margin: 0 10px;
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 70px;
	border: 1px solid #8F9D81;
	color: #8F9D81;
	border-radius: 50%;
	line-height: 74px;
}

.shar a:hover{
	color: white;
	background: #8F9D81;
}

.bloc-texte .left{
	padding-right: 20px;
}

.bloc-texte .right{
	padding-left: 20px;
}

.single-post .pageimg:after, .single-post .pageimg .swiper-slide:after{
	background: rgba(0,0,0,0.5);
}

section.error-404{
	background: #8F9D81;
	padding: 175px 0 100px;
	color: #fff;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

@media screen and (max-height: 700px) {
	header .main-menu > li + li {
		padding-top: 36px;
	}
}

@media screen and (max-width: 1499px) {
	.pageimg {
		min-height: 650px;
	}
	.home .homeslider, .page-template-page-contact .pagetop {
		height: 650px;
	}
	.coos{
		left: 40px;
		bottom: 40px;
	}
	.menusoc{
		right: 40px;
		bottom: 40px;
	}
	.hometxt, .contacont {
		margin: 90px 0;
	}
	.access{
		padding: 70px 0 60px;
	}
}

@media screen and (max-width: 1399px) {
	.site-footer{
		padding: 50px 0;
	}
	.motvert{
		display: none;
	}
	.hamburger{
		left: 40px;
	}
	.barre{
		padding-right: 40px;
	}
	header .main-menu > li + li {
		padding-top: 36px;
	}
	.pageimg {
		min-height: 550px;
	}
	.home .homeslider {
		height: 550px;
	}
	.page-template-page-contact .pagetop {
		height: 600px;
	}
	.bread .wrap {
		padding: 0 80px;
	}
	.page-template-page-contact .bread .wrap, .pagetop:not(.pagetopimg) .bread .wrap{
		padding: 0 40px;
	}
}

@media screen and (max-width: 1299px) {
	.socioc{
		padding: 70px 0;
	}
	.txt.alt{
		font-size: 16px;
	}
}

@media screen and (max-width: 1199px) {
	.site-header{
		padding: 32px 0;
	}
	.pagetop{
		padding-top: 107px;
	}
	.fullmap{
		height: calc(100% - 107px);
	}
	.bread{
		top: 138px;
	}
	header .main-menu {
		padding-left: 70px;
	}
	header .main-menu > li > a{
		font-size: 22px;
	}
	header .main-menu > li > a:before{
		width: 50px;
		font-size: 16px;
	}
	.hometxt .left {
		width: 60%;
	}
	.hometxt .txt {
		font-size: 18px;
	}
	.hometxt .right {
		width: 40%;
		padding-left: 6%;
	}
	.events .left .txt {
		width: 100%;
		margin-left: 0;
	}
	.socioc .left {
		padding-right: 0;
		width: 40%;
	}
	.socio .right {
		width: 60%;
		padding-left: 100px;
	}
	.instagram-placeholder{
		width: 50%;
	}
	.instagram-placeholder:nth-of-type(5),.instagram-placeholder:nth-of-type(6){
		display: none;
	}
	.logo{
		width: 150px;
		height: 171px;
	}
	.info{
		padding: 32px 60px 32px 32px;
	}
	.pagetitre{
		font-size: 42px;
	}
	.pagesstitre{
		font-size: 24px;
	}
	
	.breadcrumbs{
		font-size: 8px;
	}
	.bloc-image_texte .left.coltxt{
		margin-right: -12.5%;
		margin-left: 0;
		width: 62.5%;
	}
	.bloc-image_texte .right.coltxt {
		margin-left: -12.5%;
		width: 62.5%;
	}
	.acce:nth-of-type(1), .acce:nth-of-type(2){
		width: 30%;
	}
	.acce:nth-of-type(3){
		width: 40%;
	}
	footer .main-menu > li > a{
		font-size: 14px;
	}
	footer .main-menu > li:not(.hide) + li {
		margin-top: 10px;
	}
	footer .social-menu {
		margin-top: 24px;
	}
	footer .social-menu > li > a {
		font-size: 23px;
	}
	footer .top-menu > li > a{
		padding: 12px 32px 11px;
	}
	.menul .logo {
		width: 185px;
		height: 210px;
	}
}

@media screen and (min-width: 1024px) {
	.home .article + .article{
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.cli-style-v2 .cli-bar-btn_container {
		margin-left: -5px;
	}
	.site-title a{
		width: 150px;
		height: 55px;
	}
	.home .homeslider {
		height: 400px;
		width: calc(100% + 80px);
		margin-left: -40px;
	}
	.top-menu > li > a{
		padding: 10px 24px 8px;
		font-size: 16px;
	}
	.boutonresa a{
		padding: 10px 24px 8px!important;
		font-size: 16px!important;
	}
	.hamburger span{
		font-size: 14px;
	}
	.menul{
		position: relative;
		left: 0;
		width: 100%;
		padding: 120px 40px 40px;
		height: auto;
	}
	.menul .logo {
		width: 150px;
		height: 170px;
		position: relative;
		left: 0;
		top: 0;
		margin-top: 0;
		transform: translate(0,-20px);
	}
	.charge .menul .logo{
		transform: translate(0,0);
	}
	.menur {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		display: block;
		padding: 40px;
	}
	header .main-menu {
		padding-left: 0;
	}
	
	.menusoc {
		right: 0;
		bottom: 0;
		position: relative;
		margin: 50px 0;
	}
	.menu{
		height: 100vh;
		overflow-y: auto;
	}
	.coos{
		left: auto;
		right: 40px;
	}
	.imgs:after{
		background: #8F9D81;
		z-index: 1;
	}
	.swiper-pagination{
		bottom: 30px;
	}
	.swiper-pagination-bullet{
		width: 35px;
		height: 2px;
	}
	.homeslider .logo{
		width: 172px;
		height: 195px;
	}
	.hometxt {
		margin: 60px 0 50px;
	}
	.restau{
		margin: 70px 0 0;
	}
	.restaut {
		padding-bottom: 70px;
	}
	.acces {
		margin: 0 -20px;
	}
	.acce{
		width: 100%!important;
		padding: 20px;
		text-align: center;
	}
	.cooor{
		margin-top: 20px;
	}
	.cols{
		display: block;
	}
	.col{
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.col1{
		width: 210px;
	}
	.col3{
		width: calc(100% - 210px);
	}
	.col2, .col4{
		margin-top: 40px;
	}
	.copy{
		margin-top: 110px;
	}
	.articlescont .article{
		width: 50%;
	}
	.articlec h3{
		font-size: 24px;
	}
	.blogex{
		font-size: 14px;
		line-height: 1.3;
	}
	.pageimg {
		min-height: 50vw;
		padding: 75px 0;
		width: calc(100% + 80px);
		margin-left: -40px;
	}
	.pagetitre {
		font-size: 36px;
	}
	.pagetop{
		padding-top: 100px;
	}
	.fullmap{
		height: calc(100% - 100px);
	}
	.bread{
		top: 128px;
	}
	.bread .wrap {
		padding: 0 40px;
	}
	.pagetop .wrap .wrapper{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.pagetop .wrap .wrapper > *:not(a){
		padding-left: 30px;
		padding-right: 30px;
	}
	.restaucont .left {
		width: 100%;
	}
	.cartes:before{
		width: 100%;
	}
	.restaucont .right {
		width: 100%;
		padding-top: 40px;
	}
	.lieu{
		width: 100%;
	}
	.souspage, .lieuc{
		padding: 45% 0 0;
	}
	.coltxt{
		padding: 30px;
	}
	.bloc-image_texte .right.coltxt{
		padding-right: 0!important;
	}
	.bloc-image_texte .left.coltxt{
		padding-left: 0!important;
	}
	.bloc .txt {
		font-size: 15px;
	}
	.hometxt .txt, .pagetxt {
		font-size: 16px;
	}
	.liens {
		margin-top: 35px;
	}
	.lien {
		font-size: 14px;
	}
	.events .left .txt > *:not(blockquote) {
		padding-left: 0;
	}
	.restau:before{
		height: 35px;
	}
	.videoo:after{
		display: none;
	}
	.home .videoo {
		padding-bottom: 40px;
	}
	.socioc .left{
		width: 100%;
		margin-bottom: 40px;
	}
	.socioc .articles{
		margin: 0 -18px;
	}
	.socioc .article{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 18px;
	}
	.socio .right {
		width: 100%;
		padding-left: 0;
	}
	.instagram-placeholder{
		width: 25%;
	}
	.instagram-placeholder:nth-of-type(5), .instagram-placeholder:nth-of-type(6), .instagram-placeholder:nth-of-type(7), .instagram-placeholder:nth-of-type(8) {
		display: block;
	}
	.articlec{
		padding-left: 0;
		padding-right: 0;
	}
	.home .domaine:after{
		height: calc(100% - 220px);
	}
}

@media screen and (min-width: 768px) {
	.lien.lienn{
		padding: 0 65px 0 0;
	}
	
	.lien.lienn:hover {
		padding: 0 75px 0 0;
	}
	
	.lien.lienn:before{
		left: auto;
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.bloc-texte .left {
		padding-right: 0;
	}
	.bloc-texte .right {
		padding-left: 0;
	}
	.shar a{
		font-size: 23px;
		width: 55px;
		height: 55px;
		line-height: 59px;
	}
	.home .videoo {
		padding-bottom: 30px;
	}
	.coos {
		left: 0;
		bottom: 0;
		position: relative;
	}
	#cookie-law-info-bar {
		left: 0;
		bottom: 0!important;
		width: 100%;
		max-width: 100%;
		padding: 20px 25px 20px!important;
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-top: 10px;
		display: block;
	}
	.cli-bar-btn_container a{
		margin: 2px 0!important;
		display: block;
		width: 100%;
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-left: 0;
	}
	.hamburger span{
		display: none;
	}
	.barre{
		padding-right: 30px;
		opacity: 0;
		z-index: -1;
		transition: opacity 0.5s ease, z-index 0s 0.5s;
	}
	.menuon .barre{
		opacity: 1;
		z-index: 1;
		transition: opacity 0.5s ease, z-index 0s;
	}
	.menul{
		display: none;
	}
	.menur{
		padding: 110px 30px 60px;
	}
	header .main-menu > li > a:before{
		display: none;
	}
	.hamburger {
		left: 30px;
	}
	header .main-menu > li + li {
		padding-top: 25px;
	}
	header .main-menu > li > a {
		font-size: 20px;
	}
	.coos{
		font-size: 16px;
	}
	.top-menu > li > a{
		background: #fff;
		color: #222228;
	}
	.boutonresa a{
		
	}
	.left, .right{
		width: 100%!important;
	}
	.hometxt .right{
		padding-left: 0;
		/* margin-top: 0;
		margin-bottom: 40px; */
	}
	.restauslider{
		padding-right: 0;
	}
	.wrap, .wrapper{
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	.right{
		margin-top: 40px;
	}
	.hometxt .txt, .pagetxt, .pagetop .txt {
		font-size: 15px;
	}
	.restau .right, .events .restauslider {
		padding-left: 0;
	}
	.videoo:before{
		height: 35px;
	}
	.events .left{
		padding-right: 0;
		text-align: left;
	}
	.events .right{
		margin-top: 0;
		margin-bottom: 40px;
	}
	.souspage, .lieuc {
		padding: 70% 0 0;
	}
	.restau {
		margin: 50px 0 0;
	}
	.restaut {
		padding-bottom: 50px;
	}
	.lieucc > span{
		bottom: 20px;
		font-size: 10px;
	}
	.home .domaine {
		padding-bottom: 12px;
	}
	.socioc .article{
		width: 100%;
	}
	.socioc .article + .article, .col4:before{
		display: none;
	}
	.socio .right{
		margin-top: 0;
	}
	.instagram-placeholder {
		width: 50%;
	}
	.instagram-placeholder:nth-of-type(5), .instagram-placeholder:nth-of-type(6), .instagram-placeholder:nth-of-type(7), .instagram-placeholder:nth-of-type(8) {
		display: none;
	}
	.site-footer {
		padding: 40px 0;
	}
	.col{
		width: 100%!important;
		text-align: center;
	}
	.col .logo{
		margin: 0 auto 30px;
	}
	.copy {
		margin-top: 25px;
	}
	.site-header {
		padding: 22px 0;
	}
	.pagetop{
		padding-top: 80px;
	}
	.fullmap{
		height: calc(100% - 80px);
	}
	.site-title a {
		width: 120px;
		height: 45px;
	}
	.bread, .souspage a:after{
		display: none;
	}
	.titre{
		font-size: 26px;
	}
	.closeinfo{
		display: none;
	}
	/* .titree{
		font-size: 26px;
	} */
	.sstitre{
		font-size: 21px;
	}
	.info {
		padding: 20px 30px;
		position: relative;
		bottom: 0;
		max-width: 100%;
		font-size: 18px;
		text-align: center;
	}
	.pagetitre {
		font-size: 30px;
	}
	.pagesstitre {
		font-size: 20px;
	}
	.pageimg {
		min-height: 65vw;
		padding: 50px 0;
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.pagetxt {
		margin: 50px 0;
	}
	.cartes a:before, .swiper-button-next, .swiper-button-prev {
		width: 37px;
		height: 10px;
	}
	.cartes a + a {
		margin-top: 15px;
	}
	.cartes a {
		font-size: 20px;
		padding-left: 55px;
	}
	.cartes {
		padding: 36px;
	}
	.restaucont .right {
		padding-top: 0;
	}
	.imgslider {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.imgslider .swiper-pagination {
		bottom: 25px;
		font-size: 20px;
	}
	.imgslider .swiper-button-prev, .imgslider .swiper-button-next{
		bottom: 35px;
	}
	.restaucont {
		margin: 50px 0 0;
	}
	.txtt {
		font-size: 14px;
	}
	.home .homeslider {
		height: 340px;
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.homeslider .logo {
		width: 163px;
		height: 185px;
	}
	.newsletter form input[type=submit]{
		font-size: 10px;
		padding: 0 15px;
	}
	.newsletter form input[type=text], .newsletter .gform_wrapper.gravity-theme input[type=text] {
		padding: 0 100px 0 20px!important;
	}
	p.h3{
		font-size: 26px;
	}
	.souspage h2{
		font-size: 25px;
		padding: 0 20px;
	}
	.newsletter + .cols{
		margin-top: 40px;
	}
	body:not(.home) .pagetop:not(.pagetopimg) > .wrap .wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.souspages {
		margin: 0 0 30px;
	}
	.articlescont .article {
		width: 100%;
	}
	.articlescont {
		margin: -140px 0 50px;
	}
	.back{
		font-size: 9px;
	}
	.back svg {
		font-size: 14px;
	}
	.bouton.normal{
		padding: 16px 40px;
		font-size: 12px;
	}
	.coltxt {
		padding: 0;
	}
	.bloc-image_texte .right.coltxt{
		margin-left: 0;
	}
	.bloc-image_texte .left.coltxt {
		margin-right: 0;
		text-align: left;
	}
	.bloc-image_texte.droite .right{
		margin-top: 0;
		margin-bottom: 40px;
	}
	.bloc {
		margin-top: 60px;
	}
	.bloc:last-child {
		margin-bottom: 60px;
	}
	.bloc.bloc-slider:last-child {
		margin-bottom: 0;
	}
	.bloc .txt blockquote {
		font-size: 21px;
	}
	.bloc .txt blockquote br {
		display: none;
	}
	.videol{
		right: 20px;
		bottom: 20px;
		font-size: 10px;
	}
	.videol svg{
		font-size: 30px;
	}
	.pagetop > .wrap > .pagetitre {
		padding: 40px 0 0;
	}
	.page-template-page-contact .pagetop {
		height: 400px;
	}
	.contacont .left {
		text-align: center;
	}
	.contacont .left .logo{
		margin: 0 auto 30px;
	}
	.contacont {
		margin: 50px 0 80px;
	}
	.formu .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
		min-height: 0;
	}
	.access .titre{
		font-size: 50px;
	}
	.access {
		padding: 40px 0 50px;
	}
	.col2, .col4 {
		margin-top: 30px;
	}
	.page-template-page-contact .col2 {
		margin-top: 0;
	}
	.txt.alt {
		font-size: 15px;
	}
	.formu input[type="submit"]{
		width: 100%;
	}
	.hometxt {
		margin: 40px 0 50px;
	}
	.events {
		margin-bottom: 60px;
	}
	.txt h1{
		font-size: 30px;
	}
	
	.txt h2{
		font-size: 26px;
	}
	
	.txt h3{
		font-size: 22px;
	}
	.extratxt {
		margin: 35px 0;
	}
	.extratxt .txt{
		padding-bottom: 35px;
	}
	.pagetop .wrap .wrapper > *:not(a) {
		padding-left: 0;
		padding-right: 0;
	}
}

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

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

body.single-menu{
	background: #f4f4f4;
	min-height: 0!important;
}

body.single-menu #cookie-law-info-bar{
	display: none!important;
}

#pagea4{
	display: block;
	background: #fff;
	width: 210mm;
	height: 297mm;
	padding: 0.9in 0.9in 0.5in 0.9in; 
	margin: 0 auto;
	position: relative;
}

#pagea4b{
	display: block;
	background: #fff;
	width: 297mm;
	height: 210mm;
	padding: 0; 
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

#pagea4 .left img{
	display: block;
	width: 100%;
	height: auto;
}

#pagea4 .left{
	width: 1.5in;
}

#pagea4 .right{
	width: calc(100% - 1.5in);
	padding-left: 0.9in;
	padding-top: 0.6in;
}

#pagea4 .right h1{
	font-weight: normal;
	font-family: freight-big-pro, serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 24pt;
	line-height: 1.2;
}
#pagea4 .right h2{
	font-weight: 600;
	font-style: italic;
	font-family: freight-big-pro, serif;
	margin: 0;
	padding: 0;
	font-size: 20pt;
	line-height: 1.2;
}

.tarifs{
	border-bottom: 1px solid #222228;
	position: relative;
	padding: 6mm 0;
}

.prix{
	font-weight: normal;
	font-family: freight-big-pro, serif;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 17pt;
}

.prix + .prix{
	margin-top: 1mm;
}

.mentiont{
	font-weight: normal;
	font-style: italic;
	font-family: freight-big-pro, serif;
	margin: 2mm 0 0;
	padding: 0;
	font-size: 12pt;
	line-height: 1;
}

.mentionb{
	position: absolute;
	left: 0;
	top: 100%;
	font-style: italic;
	font-size: 10pt;
	line-height: 1;
	margin-top: 2mm;
}

#pagea44{
	position: relative;
	width: 100%;
	height: 100%;
}

.piedpage{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #222228;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 5mm 0 0;
}

.coorz{
	font-weight: 600;
	font-family: freight-big-pro, serif;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 10pt;
}

.menucont{
	padding: 15mm 0 0;
}

#pagea4 .elemtitre{
	font-size: 13pt;
	text-transform: uppercase;
	line-height: 1.2;
}

.elemtxt{
	font-size: 13pt;
	font-style: italic;
	line-height: 1.2;
}

.menucont > * + *{
	margin-top: 9mm;
}

.menucont .elemtitre + .elemtxt{
	margin-top: 2mm;
}

.pdf{
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	background: #222228;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
}

.pdf:hover{
	background: #8F9D81;
	color: #fff;
}

.pageA5{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 10mm;
	box-sizing: border-box;
}

.pageA5:first-child{
	border-right: 1px solid #eee;
}

.pageA5 + .pageA5{
	left: 50%;
}

.pageA5b{
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #19191e;
}

.pageA5 img{
	display: block;
	margin: 0 auto;
	width: 1.5in;
}

.pageA5 .sepa{
	display: block;
	width: 12mm;
	background: #19191e;
	height: 1px;
	margin: 30px 0;
}

.titregarde{
	font-weight: 400;
	font-family: freight-big-pro, serif;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 24pt;
	text-align: center;
	font-style: italic;
}

.titrepage{
	font-weight: 400;
	font-family: freight-big-pro, serif;
	margin: 0 0 5mm;
	padding: 0 0 5mm;
	line-height: 1.2;
	font-size: 30pt;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #19191e;
}

.page-break:not(:last-child){
	height: 40px;
}

.boistitre{
	margin: 0;
	font-size: 13pt;
	padding-right: 8mm;
}

.pageA5 .elemtitre{
	font-weight: 600;
	font-style: italic;
	font-family: freight-big-pro, serif;
	margin: 0;
	padding: 0;
	font-size: 22pt;
	line-height: 1.2;
}

.elemstitre{
	font-weight: 600;
	font-family: freight-big-pro, serif;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	line-height: 1.2;
}

.boisson .left{
	width: calc(100% - 15mm);
	vertical-align: top;
}
.boisson .right{
	width: 15mm;
	vertical-align: top;
	text-align: center;
}

.boisdesc{
	font-weight: 400;
	font-style: italic;
	font-size: 11pt;
	line-height: 1.2;
	padding-right: 8mm;
}

.prixx, .contenance span{
	font-family: freight-big-pro, serif;
	font-weight: 400;
	font-size: 14pt;
	line-height: 1.2;
}

.elemtit{
	position: relative;
	padding: 0 0 4mm;
	margin: 0 0 5mm;
}

.elemtit:after{
	content: '';
	display: block;
	width: 12mm;
	height: 1px;
	background: #19191e;
	position: absolute;
	left: 0;
	bottom: 0;
}

.boisson + .boisson{
	margin-top: 4mm;
}

.boisdesc ul{
	padding-left: 15px;
	list-style: circle;
}

.boisdesc ul:first-child{
	margin-top: 1mm;
}

.boisdesc li + li{
	margin-top: 1mm;
}

.elemboissons + .elemtit{
	margin-top: 10mm;
}

.elemboissons{
	position: relative;
}

.elemboissons:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 18mm;
	top: 0;
	background: #d3d3d3;
}

.contenances{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 8mm;
}

.contenance{
	display: flex;
	justify-content: space-between;
	width: 40mm;
}

.contenance span{
	display: block;
	width: 12mm;
	text-align: center;
	line-height: 1;
}

.vins{
	position: relative;
}

.vins:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 44mm;
	top: 0;
	background: #d3d3d3;
}

.vin{
	position: relative;
}

.vin .left{
	width: calc(100% - 40mm);
	vertical-align: top;
}

.vin .right{
	width: 40mm;
	vertical-align: top;
}

.vintitre{
	padding-right: 8mm;
	margin: 0;
	font-size: 13pt;
	line-height: 1.2;
}

.fav{
	position: absolute;
	right: 44mm;
	top: 50%;
	transform: translate(50%,-50%) rotate(10deg);
	display: block;
	width: 6mm;
	height: 6mm;
	font-size: 7pt;
	background: #8f9d82;
	border-radius: 50%;
	z-index: 1;
	line-height: 1;
}

.fav svg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.fav svg path{
	fill: #fff;
}

.vin + .vin{
	margin-top: 6mm;
}

.annee{
	line-height: 1;
}

.annee .ann{
	font-family: freight-big-pro, serif;
	font-weight: 400;
	font-size: 14pt;
}

.annee .desc{
	font-size: 11pt;
	font-style: italic;
}

.annee .desc:before{
	content: '/';
	margin: 0 2mm;
}

.deux .contenance, .deux .vin .right{
	width: 26mm;
}

.deux .vin .left{
	width: calc(100% - 26mm);
}

.deux .fav, .vins.deux:after{
	right: 30mm;
}

.un .contenance, .un .vin .right{
	width: 12mm;
}

.un .vin .left{
	width: calc(100% - 12mm);
}

.un .fav, .vins.un:after{
	right: 16mm;
}

#pagea4b:last-child, .page-break:last-child{
	margin-bottom: 40px;
}



