/*
Theme Name: South Paradise
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.
*/

@font-face {
	font-family: 'RomeMagito';
	src: url('assets/fonts/RomeMagito-Regular.eot');
	src: url('assets/fonts/RomeMagito-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/RomeMagito-Regular.woff2') format('woff2'),
		url('assets/fonts/RomeMagito-Regular.woff') format('woff'),
		url('assets/fonts/RomeMagito-Regular.ttf') format('truetype'),
		url('assets/fonts/RomeMagito-Regular.svg#RomeMagito-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*--------------------------------------------------------------
>>> 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,
.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,
.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: #011902;
	font-family: "aktiv-grotesk-extended", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

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: #333;
	display: block;
	font-weight: 800;
	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: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	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: #222;
	border: 0;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	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: #767676;
}

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: #333;
	font-family: "aktiv-grotesk-extended", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "aktiv-grotesk-extended", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "aktiv-grotesk-extended", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "aktiv-grotesk-extended", "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: #011902;
	text-decoration: none;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #924D2C;
	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: #F3EFE5;
	transition: opacity 0.8s ease;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}

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

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

.clear{
	clear: both;
}


a{
	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;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	padding: 50px 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: padding 0.4s ease, background 0.4s ease;
}

.scrolled .site-header {
	background: #F3EFE5;
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.site-title{
	line-height: 1;
	padding: 0;
	margin: 0;
}

.site-title a{
	display: block;
	width: 310px;
	height: 42px;
	text-indent: -999em;
	background: url(assets/images/logo_header.svg) no-repeat center center/contain;
	overflow: hidden;
}



.main-menu, .social-menu, .footer-menu, .menulangues > ul, .lang-menu{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	align-items: center;
}

.menu{
	display: flex;
	align-items: center;
	gap: 40px;
}

.main-menu > li > a{
	display: block;
	padding: 12px 20px;
	font-size: 16px;
}

.main-menu > li.current-menu-item > a, .main-menu > li.current-post-ancestor > a, .main-menu > li.current-menu-parent > a, .main-menu > li.current-post-parent > a, .main-menu > li.current-category-ancestor > a{
	background: #011902;
	color: #fff;
}

.menulangues > ul > li > a, .lang-menu > li > a{
	display: block;
	padding: 3px 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	border: 1px solid transparent;
}
.menulangues > ul > li > a:hover, .lang-menu > li > a:hover{
	/* border-color: #924D2C;
	background: #924D2C;
	color: #fff; */
	color: #924D2C;
}
.menulangues > ul > li > a.actif, html[lang^="fr"] li.weglot-fr > a, html[lang^="en"] li.weglot-en > a, html[lang^="de"] li.weglot-de > a, html[lang^="it"] li.weglot-it > a{
	font-weight: 700;
	color: #924D2C;
	border-color: #924D2C;
}

html[lang^="fr"] li.weglot-fr + li, html[lang^="en"] li.weglot-en + li, html[lang^="de"] li.weglot-de + li, html[lang^="en"] li.weglot-en, html[lang^="de"] li.weglot-de, html[lang^="it"] li.weglot-it{
	margin-left: 5px;
}

header .social-menu{
	gap: 10px;
}

header .social-menu a{
	display: block;
	color: #924D2C;
	font-size: 22px;
}
header .social-menu a:hover{
	color: #011902;
}


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

:root {
  --vh: 1vh;
}

body:not(.home):not(.single-post) .site-content {
	padding: 142px 0 0;
}

.hometop{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 21;
	display: block;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	padding-bottom: env(safe-area-inset-bottom);
	background: #011902;
	transition: background 0.8s ease;
}

.loaded5 .hometop{
	background: transparent;
}

.loaded6 .hometop{
	pointer-events: none;
	z-index: 1;
}

.groslogo{
	display: block;
	width: 367px;
	height: 283px;
	background: url(assets/images/gros_logo.svg) no-repeat center center/contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: opacity 0.8s ease, margin 0.8s ease;
}

.groslogo:before{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	height: 32%;
	background: #011902;
	transition: width 0.8s cubic-bezier(0.00, 0.70, 0.20, 1.00);
}

.loaded4.scrolled2 .groslogo{
	opacity: 0;
	margin-top: -30px;
}

.loaded2 .groslogo:before{
	width: 0;
}

.groslogo:after{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 32%;
	height: 40%;
	background: #011902;
	transition: width 0.8s cubic-bezier(0.00, 0.70, 0.20, 1.00);
}

.loaded2 .groslogo:after{
	width: 0;
}

.mask{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 15%;
	background: #011902;
	transition: opacity 0.8s ease;
}

.loaded4 .mask{
	opacity: 0;
}

.scrolledh .hometop, .scrolledh .slidehome{
	opacity: 0;
	pointer-events: none;
}

.slidehome{
	left: 0;
	top: 0;
	position: fixed;
	display: block;
	width: 100%;
	height: calc(var(--vh) * 100);
	height: 100svh;
	padding-bottom: env(safe-area-inset-bottom);
}

.slidehome .over{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
	z-index: 1;
}

.slidehome .over:before{
	content: '';
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	display: block;
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0;
	top: 0;
}

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

.bgvid {
	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%);
	background: #011902 url(assets/css/AjaxLoader.gif) no-repeat center center;
	background-size: 16px;
	object-fit: cover;
}

.slidehome a.scroll {
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 5px 52px;
	display: block;
	color: #E8D9BF;
	opacity: 1;
	font-weight: 400;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	line-height: 1;
	text-align: center;
}

.slidehome a.scroll:before {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	bottom: 0;
	background: #E8D9BF;
	opacity: 0.4;
}

.slidehome a.scroll:after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	bottom: 0;
	background: #E8D9BF;
	animation-name: bounce;
	-webkit-animation-name: bounce;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	transition-timing-function: cubic-bezier(.645,.045,.355,1) -in;
	-webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1) -in;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
	from {
		height: 40px
	}
	
	to {
		height : 0;
	}
}

@keyframes bounce {
	from {
		height: 40px
	}
	
	to {
		height : 0;
	}
}

.bounce {
	-webkit-animation-name:bounce;
	animation-name:bounce;
}



footer .boutons > *{
	flex: 1;
}

/* .pagecont{
	padding-top: 140px;
} */

.home .pagecont{
	margin-top: calc(var(--vh) * 100);
	margin-top: 100svh;
	position: relative;
	z-index: 1;
	background: #F3EFE5;
}

.navigation{
	padding: 60px 0;
	position: relative;
	text-align: center;
}

.navigation:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	width: 100vw;
	height: 100%;
	background: #E8D9BF;
	z-index: -1;
}

.nav-links{
	display: flex;
	justify-content: center;
}

.page-numbers{
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.page-numbers.next, .page-numbers.prev{
	font-size: 20px;
}

.page-numbers.current{
	background: #924D2C;
	color: #fff;
}

.sousmenu{
	display: flex;
	justify-content: center;
	margin: 60px 0;
	gap: 50px;
}

.sousmenu a{
	color: #924D2C;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.sousmenu a.actif{
	text-decoration: underline;
	color: #924D2C!important;
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.sousmenu a:hover{
	color: #011902;
}

.contac{
	padding-top: 40px;
}

.contactc{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 60px 0 100px;
}
.contactcc{
	width: 40%;
	padding-right: 100px;
}
.fullmap{
	display: block;
	width: 100%;
	height: 50vh;
}
.page-template-page-contact .footop, .page-template-page-contact .footop + .cols{
	display: none;
}
.page-template-page-contact .sousfooter {
	padding: 50px 0;
}
.formu{
	width: 60%;
}
.gform_heading{
	display: none;
}

.gfield_checkbox{
	columns: 2;
}

.formu .gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 6px;
	padding: 0;
}

.formu .gform_wrapper.gravity-theme .gfield_header_item, .formu .gform_wrapper.gravity-theme .gform_fileupload_rules, .formu .gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 14px;
	padding-top: 0;
	font-weight: 500;
	color: #011902;
}

.formu .gfield_required_text, .gfield_required{
	display: none!important;
}

.formu .gform_wrapper.gravity-theme .gform_fields{
	grid-column-gap: 30px !important;
	grid-row-gap: 30px !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: #fff;
	border: 0 !important;
	font-size: 16px !important;
	border-radius: 0;
	padding: 16px 24px !important;
	color: #011902;
	
}

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

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

.formu .gform_wrapper.gravity-theme .gfield select{
	height: 59px;
}

.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: #011902;
	z-index: 0;
	pointer-events: none;
	font-size: 19px;
}

.formu .gform_wrapper.gravity-theme .gfield_label{
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #011902;
}

.formu .gform_wrapper.gravity-theme .gform_footer{
	padding-bottom: 0!important;
}

.formu .gform_wrapper.gravity-theme .gform_footer button, .formu .gform_wrapper.gravity-theme .gform_footer input{
	border-radius: 0;
	text-transform: uppercase;
	font-size: 16px;
	background: #011902;
	color: #fff;
	margin: 0;
	padding: 20px 50px;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.formu .gform_wrapper.gravity-theme .gform_footer button:hover, .formu .gform_wrapper.gravity-theme .gform_footer input:hover{
	background: #924D2C;
}

.formu .gform_wrapper.gravity-theme .gform_footer, .formu .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 50px 0 0;
	padding: 0 0;
}

.formu ::-webkit-input-placeholder { color: rgba(1, 25, 2, 0.5); }
.formu :-moz-placeholder { color: rgba(1, 25, 2, 0.5); }
.formu ::-moz-placeholder { color: rgba(1, 25, 2, 0.5); }
.formu :-ms-input-placeholder { color: rgba(1, 25, 2, 0.5); }

.formu .ginput_container_consent{
	display: flex;
	align-items: flex-start;
	gap: 6px;
}

.formu .ginput_container_consent .gform-field-label{
	color: #924D2C;
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
}

.contactc .sib_signup_form input{
	width: 100%;
	border-color: #011902 !important;
	color: #011902 !important;
}
.contactc .sib_signup_form button{
	color: #011902;
}
.contactc .sib_signup_form button:hover {
	color: #924D2C;
}
.contactc .social-menu {
	font-size: 24px;
	gap: 15px;
}
.contactc .txtf{
	max-width: 100%;
}

.contactcc > p:not(.lab){
	font-size: 16px;
}

.contactcc a[href^="tel:"]{
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	display: block;
	line-height: 1;
}
.contactcc .sib_signup_form ::-webkit-input-placeholder { color: rgba(146, 77, 44, 0.5); }
.contactcc .sib_signup_form :-moz-placeholder { color: rgba(146, 77, 44, 0.5); }
.contactcc .sib_signup_form ::-moz-placeholder { color: rgba(146, 77, 44, 0.5); }
.contactcc .sib_signup_form :-ms-input-placeholder { color: rgba(146, 77, 44, 0.5); }

.singletop{
	text-align: center;
	padding: 180px 0 110px;
	background: #E8D9BF;
}

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

.surtitree{
	color: #924D2C;
	font-size: 22px;
	font-style: italic;
	line-height: 1;
	font-family: 'Playfair Display', serif;
	margin: 0 0 1em;
}

.singletop .metas{
	justify-content: center;
	color: #011902;
	margin: 25px 0 0;
}

.imagetop{
	margin-top: -60px;
	margin-bottom: 80px;
}

.imagetopc{
	position: relative;
	width: 100%;
	padding: 40% 0 0;
}

.imagetopc img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post .pagecont .wrapper{
	max-width: 1100px;
}

.bread{
	position: absolute;
	left: 50%;
	margin-left: calc(-50vw + 40px);
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.1em;
	top: 50%;
	transition: opacity 0.4s ease;
	pointer-events: none;
	opacity: 0;
}

.scrolled .bread{
	opacity: 1;
	pointer-events: all;
}

.breadcrumbs{
	transform: rotate(-90deg) translate(-50%, 0);
	transform-origin: left top;
}

.breadcrumbs:before{
	content:'';
	display: inline-block;
	width: 72px;
	height: 1px;
	background: #011902;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.breadcrumbs a{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.current-item{
	font-weight: 700;
}

/* 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 {
	position: relative;
	background: #011902;
	color: #fff;
}

.site-footer a{
	color: #E8D9BF;
}
.site-footer a:hover{
	color: #fff;
}
.footer-menu > li > a{
	color: #fff;
}
.footer-menu > li > a:hover{
	color: #E8D9BF;
}
.footop{
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	display: block;
	width: 325px;
	height: 92px;
	background: url(assets/images/logo_footer.svg) no-repeat center center/contain;
}
.crypto svg{
	width: 84px;
}
.crypto svg path{
	fill:#E8D9BF;
}
.cols{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.lab{
	color: #924D2C;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 12px !important;
}
.adresse + .adresse{
	margin-top: 20px;
}
.addr{
	font-size: 14px;
	color: #FFFFFF!important;
	display: block;
}
.addr:hover{
	color: #E8D9BF!important;
}
footer .social-menu{
	font-size: 24px;
	gap: 15px;
}
.txtf{
	font-size: 14px;
	max-width: 220px;
}
.sib_signup_form{
	position: relative;
}
.sib_signup_form input{
	color: #fff!important;
	width: 340px;
	border-radius: 0;
	background: transparent;
	border-color: #E8D9BF!important;
	margin: 12px 0 0;
	padding: 12px 16px;
}
.sib_signup_form ::-webkit-input-placeholder { color: rgba(255,255,255,0.5); }
.sib_signup_form :-moz-placeholder { color: rgba(255,255,255,0.5); }
.sib_signup_form ::-moz-placeholder { color: rgba(255,255,255,0.5); }
.sib_signup_form :-ms-input-placeholder { color: rgba(255,255,255,0.5); }

.sib_signup_form button{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #E8D9BF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: transparent!important;
	padding: 0 12px;
	height: 50px;
}
.sib_signup_form button:hover{
	color: #fff;
}
.sousfooter{
	padding: 60px 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copy{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 300;
}
.menu-footer-container{
	order: 1;
}
.footer-menu{
	font-size: 11px;
}
.footer-menu > li{
	display: flex;
	align-items: center;
}
.footer-menu > li + li:before{
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: #fff;
	margin: 0 8px;
}


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



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


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

}

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

@media print {}
