/*!
Theme Name: Faviere
Author: ASAP / RENOM
Description: Theme for Chateau La Favière Website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: faviere
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #061a32;
	font-family: Gamay, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:"brother-1816";
	font-weight: 300;
}
h1,
h2 {
	font-size: 52px;
	text-align: center;
	 margin-bottom: 20px;
}

h3,
h4 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}

p {
	margin: 0 0 1em 0;
}
.light {
	font-weight: 100;

}

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

blockquote {
	margin: 0 1.5em;
	padding: 50px 0;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #9caaa6;
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #061a32;
	text-decoration: none;
}

a:visited {
	color: #061a32;
}

a:hover,
a:focus,
a:active {
	color: #061a32;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #687672;
    border-color: #687672;
    border-radius: 3px;
    background: #687672;
    color: #fff;
    line-height: 1;
    padding: 16px 30px;
		transition: all ease .3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #55635f;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #55635f;
}

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: #061a32;
	border: none;
	border-radius: 0;
	padding: 7px;
	background: #e1edea;
	transition: all ease .4s;
}

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: #687672;
	background: #fff;
	    outline: none;
}

select {
	border: 1px solid #687672;
	padding: 7px;
	background: #e1edea;
	border: none;
	outline: none;
}

textarea {
	width: 100%;
}

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

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

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

#menu-toggle {
	position: relative;
    z-index: 9999;
		color: #fff;
		font-weight: 500;
		cursor: pointer;
}

.menu-btn {
	width: 24px;
	height: 11px;
	position: relative;
	z-index:2;
	display: inline-block;
	margin-bottom: 1px;
}

.menu-btn .bar {
	width: 18px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}

.menu-btn .bar:nth-of-type(2) {
	top: calc(50% - 5px);
}
.menu-btn .bar:nth-of-type(3) {
	top: calc(50% + 5px);
}


.menu-active .menu-btn .bar:nth-of-type(1) {
  display: none;
}
.menu-active .menu-btn .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.menu-active .menu-btn .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}








#home-toggle {
    position: relative;
    z-index: 9999;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.home-btn {
    width: 24px;
    height: 11px;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: -3px;
}

.home-btn .home-bar {
    width: 12px; /* Réduction de la largeur pour donner une impression de flèche */
    height: 2px;
    position: absolute;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.home-btn .home-bar:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 1px;
    left: -1px;
}

.home-btn .home-bar:nth-of-type(2) {
    width: 18px; /* Barre principale plus longue */
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
}

.home-btn .home-bar:nth-of-type(3) {
    transform: rotate(-135deg);
    bottom: 1px;
    left: -1px;
}





#masthead {
	position: relative;
  z-index: 999;
}

#navigation {
    padding: 35px 0;
    text-transform: uppercase;
    font-size: 16px;
    position: fixed;
		top: 0;
    font-size: 18px;
    width: 100%;
    background: #9caaa6;
		background: #9caaa6c7;
		backdrop-filter: blur(5px);
    z-index: 9;
		transition: background ease .4s;
}
#navigation:hover {
	background: #9caaa6eb;
}
.admin-bar #navigation {
		top: 32px;
}

.admin-bar .site-branding {
    top: 32px;
}

#navigation .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
}

#site-navigation {position: relative;}

#primary-menu {
    z-index: 99;
    display: none;
    flex-direction: column;
    list-style: none;
    margin: 0;
    position: absolute;
    background: #00121c;
    color: #fff;
    top: -20px;
    left: -25px;
		padding: 60px 52px 40px;
		min-width: 322px;
		text-transform: none;
		list-style: none;
}


ul#primary-menu li {
    padding: 8px 0;
		font-size: 16px;
		border-bottom : 1px solid #ffffff78;


}
ul#primary-menu li.menu-item-weglot {
	display: none;
}

ul#primary-menu li:last-child {
            border-bottom: none;
        }

ul#primary-menu li a {
    color: #fff;
		font-weight: 200;
		font-size: 16px;
		text-decoration: none;
		transition: all ease .3s;
}

ul#primary-menu li a:hover {
    color: #009fe3;
}


.site-branding {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 210px;
	height: 60px;
	transition: opacity 0.3s ease-in-out;
	z-index: 9;
	margin: 7px auto 0;
	text-align: center;
}


.site-branding a		{
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  /* line-height: 1; */
	text-decoration: none;
}

.site-branding img {
	margin: 0 0 -7px;
	height: auto;
	max-width: 60px;
}


#context {
	display: flex;
	gap: 50px;
	position: relative;
	z-index: 99;
	    align-items: center;
}


.country-selector.weglot-inline li {
  margin: 0;
  vertical-align: top;
  line-height: 1.5 !important;
}
.wglanguage-name::after {
  content: " /";
}
.country-selector a {
  padding: 0 3px;
	color: #fff;
}
.country-selector {
    display: flex;
		color: #fff;
}
.country-selector ul {
    padding: 0px 1px;
}
.country-selector.weglot-inline a:hover {
    color: #ffffff;
}
#book a {
	color: #fff;
	padding: 3px 10px 5px;
	border: 2px solid #fff;
	background: transparent;
	text-decoration: none;
	transition: all ease .3s;
	    display: block;
}
#book a:hover {
	color: #9caaa6;
	background: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee)) {
			#book a {
				padding: 5px 10px 5px;
        }
    }
}

@supports (-moz-appearance: none) {
    #book a {
        padding: 9px 10px 4px;
    }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


.has-blanc-color { color: #fff !important; }
.has-blanc-background-color { background-color: #fff !important; }

.has-noir-color { color: #000 !important; }
.has-noir-background-color { background-color: #000 !important; }

.has-bleu-profond-color { color: #00192a !important; }
.has-bleu-profond-background-color { background-color: #00192a !important; }

.has-gris-doux-color { color: #9caaa6 !important; }
.has-gris-doux-background-color { background-color: #9caaa6 !important; }

.has-bleu-clair-color { color: #a1c0d7 !important; }
.has-bleu-clair-background-color { background-color: #a1c0d7 !important; }

.has-vert-emeraude-color { color: #009354 !important; }
.has-vert-emeraude-background-color { background-color: #009354 !important; }

.has-violet-profond-color { color: #4e308c !important; }
.has-violet-profond-background-color { background-color: #4e308c !important; }

.has-jaune-vif-color { color: #fff34a !important; }
.has-jaune-vif-background-color { background-color: #fff34a !important; }

.has-bleu-electrique-color { color: #00aae9 !important; }
.has-bleu-electrique-background-color { background-color: #00aae9 !important; }

.has-rose-profond-color { color: #9e3076 !important; }
.has-rose-profond-background-color { background-color: #9e3076 !important; }


/* Conserve la largeur normale des blocs */
.wp-block-group {
    max-width: var(--wp--style--global--content-size, 900px);
    margin-left: auto;
    margin-right: auto;
}

/* Largeur étendue (alignwide) */
.wp-block-group.alignwide,
.wp-block-image.alignwide,
.wp-block-cover.alignwide {
    max-width: var(--wp--style--global--wide-size, 1200px);
}

/* Pleine largeur (alignfull) */
.wp-block-group.alignfull,
.wp-block-image.alignfull,
.wp-block-cover.alignfull {
    max-width: none;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.has-text-justified,
.is-style-text-justified {
    text-align: justify !important;
}


.columns .wp-block-group__inner-container {
	columns: 3;
	column-gap: 30px;
}

.surtitle {
	text-transform: uppercase;
	font-family: "brother-1816";
	font-size: 28px;
	font-weight: 200;
}

.lines p {
	margin: 0;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #9e3076;
	/*text-transform: uppercase;*/

}
.lines p:last-child {
    border-bottom: 1px solid #9e3076;
}
/*
.site-branding {
    max-width: 550px;
    margin: 40px auto 50px;
    position: relative;
    z-index: 2;
}
.page-template-page-home .site-branding {
  margin: 40px auto -67px;

}
*/

.inner {
  max-width: 1200px; /* ou la valeur que tu souhaites */
  margin: 0 auto; /* pour centrer le bloc si nécessaire */
}
.compact {
  max-width: 800px; /* ou la valeur que tu souhaites */
  margin: 0 auto; /* pour centrer le bloc si nécessaire */
}

.wp-block-cover {
	    /*min-height: calc(100vh - 250px) !important;*/
}

/*
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
	bottom: 0;
	left: 0;
	background: none!important;
}
.kb-gallery-caption-style-bottom-hover .kadence-blocks-gallery-item .kadence-blocks-gallery-item__caption {
  opacity: 1!important;
}
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gal-image-radius {
  padding: 0 20px 40px;
}
*/
.kb-gallery-caption-style-bottom-hover .kadence-blocks-gallery-item .kadence-blocks-gallery-item__caption {
  opacity: 1!important;
}
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
    padding: 15px!important;
		font-size: 16px !important;
    font-style: italic;
    background: #01121c!important;
}
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gal-image-radius {
    /*padding-bottom: 54px;*/
}


blockquote p {
	font-size: 40px;
	font-style: italic;
	font-family: gamay;
	font-weight: 200;
}
blockquote cite {
	font-size: 40px;
	font-style: normal;
	font-family: "brother-1816";
	text-transform: uppercase;
	font-weight: 200;
}

.site-info {
	padding: 15px 0 0;
	border-top: 1px solid #000;
	font-size: 16px;
	text-align: center;
	color: #fff
}
.site-info a {color: #fff}

.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0!important;
}


.container {
  max-width: 1200px;
  margin: 180px auto 100px;
}


.mphb-details-title,
.mphb-single-room-type-attributes,
.mphb-regular-price,
.mphb-reservation-form-title,
.mphb-required-fields-tip,
.mphb-check-in-date-wrapper,
.mphb-check-out-date-wrapper,
.mphb_room_type .entry-title,
.mphb-calendar-title,
.mphb-guest-name-wrapper,
.mphb-room-type-title,
.mphb-room-number,
.mphb-login-form-wrap,
.mphb-rooms-quantity-wrapper.mphb-rooms-quantity-single,
.mphb-booking-details-section.booking .accommodations
{
	display: none;
}

.datepick-multi.mphb-datepicker-grayscale {
	width: 100% !important;
	max-width: 800px!important;
	margin: auto;
}

.mphb-calendar .mphb-datepicker-grayscale .datepick-month td, .datepick-popup .mphb-datepicker-grayscale .datepick-month td {
    background-color: #fff;
    border: 0;
}

.mphb-calendar .mphb-datepicker-grayscale .datepick-nav, .datepick-popup .mphb-datepicker-grayscale .datepick-nav {
    background-color: #687672;
}
.mphb-calendar .mphb-datepicker-grayscale .datepick-nav a:hover, .datepick-popup .mphb-datepicker-grayscale .datepick-nav a:hover {
    background-color: #576460;
    color: #fff;
		text-decoration: none;
}
.mphb-calendar .mphb-datepicker-grayscale .datepick-month-header, .mphb-calendar .mphb-datepicker-grayscale .datepick-month-header select, .mphb-calendar .mphb-datepicker-grayscale .datepick-month-header input, .datepick-popup .mphb-datepicker-grayscale .datepick-month-header, .datepick-popup .mphb-datepicker-grayscale .datepick-month-header select, .datepick-popup .mphb-datepicker-grayscale .datepick-month-header input {
  background-color: #cedbd7;
}
.mphb-reserve-room-section,
.mphb-reserve-btn-wrapper {
	text-align: center;
	margin-top: 40px;
}
.mphb-calendar.mphb-datepick .mphb-datepicker-grayscale .datepick-month td a {
    text-decoration: none;
}
.mphb-error,
.mphb-rooms-quantity-wrapper {
	margin-top: 20px;
	font-size: 20px; font-style: italic;
	text-align: center;
	font-weight: 700;
}
.mphb-calendar .mphb-datepicker-grayscale a.datepick-cmd, .datepick-popup .mphb-datepicker-grayscale a.datepick-cmd {
    padding: 0 20px;
}
.mphb-calendar .mphb-datepicker-grayscale .datepick-ctrl .datepick-cmd:hover, .datepick-popup .mphb-datepicker-grayscale .datepick-ctrl .datepick-cmd:hover {
    background-color: #cddbd7;
    color: #363636;
		text-decoration: none;
}
.mphb-reserve-btn-wrapper {
	margin-top: 40px
}
.mphb-reserve-btn-wrapper.mphb-hide {
	margin-top: 20px
}
.mphb-booking-form.mphb-loading:before,
.datepick-popup.mphb-loading:before,
.mphb-calendar.mphb-loading .datepick:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: none;
		display: none!important;
    z-index: 1
}

.mphb-errors-wrapper,
.mphb_sc_checkout-submit-wrapper,
.mphb-payment-messages,
.mphb-booking-details,
.mphb-terms-and-conditions-accept,
.mphb-checkout-section {
	text-align: center;
}

ul.mphb_checkout-services-list {
	margin: 0;
	padding: 0;
}

.mphb-customer-note label {
	font-size: 0px; color: transparent;
}
.mphb-customer-note label:after {
	content: "Special Request";
	color: #061a32!important;
	font-size: 20px!important;
}

.mphb-total-price{
	 font-size: 32px;
	 text-align: center;
	 margin: 80px 0;
}

.mphb-payment-instructions {
	text-align: center;
   padding: 50px 0;

}

.mphb-gateways-list {
    list-style: none;
    padding: 0;
		margin: 0;
}

.mphb-gateway {
    display: block;
    width: 100%;
    background: #cddbd7; /* Couleur de fond */
    border-radius: 8px; /* Coins arrondis */
    padding: 0;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.mphb-gateway:hover {
    background: #bccac6;
}

.mphb-gateway input[type="radio"] {
    display: none; /* Cache le bouton radio natif */
}

.mphb-gateway label {
		display: block;
		padding: 15px 15px 50px 90px;
		margin-bottom: -45px;
		font-weight: bold;
		font-size: 1.1em;
		cursor: pointer;
		position: relative;
		z-index: 2;
}
.mphb-gateway label strong {
	font-weight: 500;
}

.mphb-gateway p {
	margin: 0;
	font-size: 0.9em;
	padding: 0 15px 15px 90px;
}

.mphb-gateway input[type="radio"]:checked + label {

}

.mphb-gateway input[type="radio"]:checked + label + p {

}

.mphb-gateway label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 30px;
    height: 30px;
    background: transparent;
		border: 1px solid #9caaa6;
    border-radius: 50%;
    transform: translateY(-50%);
}

.mphb-gateway input[type="radio"]:checked + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 30px;
	height: 30px;
	background: #9caaa6;
	border-radius: 50%;
	transform: translateY(-50%);
}









.mphb-calendar.mphb-datepick .mphb-datepicker-grayscale {
  --mphb-available-date-bg: #cddbd7; /* Couleur des jours disponibles */
  --mphb-available-date-color: #061a32; /* Texte des jours disponibles */


}
.mphb-calendar.mphb-datepick .mphb-datepicker-grayscale {
  --mphb-selected-date-bg: #061a32; /* Fond des jours sélectionnés */
  --mphb-selected-date-color: #fff; /* Texte des jours sélectionnés */
}


.mphb-calendar .mphb-datepicker-grayscale .datepick-nav,
.datepick-popup .mphb-datepicker-grayscale .datepick-nav {
  background-color: #061a32; /* Fond des boutons navigation */
}

.mphb-calendar .mphb-datepicker-grayscale .datepick-nav a,
.datepick-popup .mphb-datepicker-grayscale .datepick-nav a {
  color: #9caaa6; /* Couleur du texte des boutons */
}

.mphb-calendar .mphb-datepicker-grayscale .datepick-nav a:hover,
.datepick-popup .mphb-datepicker-grayscale .datepick-nav a:hover {
  background-color: #061a32; /* Fond au survol */
  color: #fff; /* Texte au survol */
}

.mphb-calendar .mphb-datepicker-grayscale .datepick-nav a.datepick-disabled, .datepick-popup .mphb-datepicker-grayscale .datepick-nav a.datepick-disabled {
    cursor: not-allowed;
    color: #7b7b7b;
}
.mphb-calendar .mphb-datepicker-grayscale .datepick-ctrl a, .datepick-popup .mphb-datepicker-grayscale .datepick-ctrl a,
.mphb-calendar.mphb-datepick .mphb-datepicker-grayscale .mphb-calendar__selected-dates {
    line-height: 2.1;
    color: #687672;
    font-size: 16px;
}



.mphb-customer-name,
.mphb-customer-last-name,
.mphb-customer-phone,
.mphb-customer-email,
.mphb-customer-country,
.mphb-customer-note {
    display: inline-flex;
    width: 100%; /* Ajuste si besoin */
    vertical-align: top;
}

.mphb-customer-last-name,
.mphb-customer-email {
    margin-left: 0; /* Pour espacer les paires */
}

.mphb-customer-country,
.mphb-customer-note {
    width: 100%;
}

/* Aligner label et champ sur la même ligne */
.mphb-customer-name label,
.mphb-customer-last-name label,
.mphb-customer-email label,
.mphb-customer-phone label,
.mphb-customer-country label,
.mphb-customer-note label {
    display: inline-block;
    width: 30%; /* Ajuste selon la largeur souhaitée */
    vertical-align: middle;
    padding-right: 30px;
		padding-left: 15%;
}

.mphb-customer-name input,
.mphb-customer-last-name input,
.mphb-customer-email input,
.mphb-customer-phone input,
.mphb-customer-country select,
.mphb-customer-note textarea {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
}



.mphb-price-breakdown {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
		max-width: 900px;
    margin: auto;
}

.mphb-price-breakdown th,
.mphb-price-breakdown td {
    padding: 10px;
    border-bottom: 1px solid #687672;
    text-align: left;
}

.mphb-table-price-column {
    text-align: right;
}
.mphb-price-breakdown-booking.mphb-price-breakdown-group .mphb-table-price-column .mphb-price {
		color: #fff;
}

.mphb-price-breakdown tr.mphb-price-breakdown-booking {
    font-weight: bold;
    background-color: #687672;
		color: #fff;
}
.mphb-price-breakdown tr.mphb-price-breakdown-booking a {
	color: #fff;
	text-decoration: none;
}

.mphb-price-breakdown tr.mphb-price-breakdown-dates {
    background-color: #cedbd7;
}

.mphb-price-breakdown tr.mphb-price-breakdown-accommodation-total,
.mphb-price-breakdown tr.mphb-price-breakdown-subtotal,
.mphb-price-breakdown-total {
    font-weight: bold;
    background-color: #cedbd7;
}

.mphb-price {
    font-weight: bold;
    color: #333;
}

.mphb-price-breakdown-accommodation {
    display: flex;
    align-items: center;
}

.mphb-price-breakdown-accommodation .mphb-inner-icon {
    margin-right: 5px;
}

.mphb-price-breakdown-rate,
.mphb-reserve-btn-wrapper {
    display: none;
}


label[for="mphb_room_details-0-service-588-adults"] {
    display: none;
}

.mphb_sc_checkout-form>.mphb-checkout-section:not(:first-of-type) {
    margin-top: 2em;
}


.mphb-price-breakdown-accommodation .mphb-inner-icon {
    position: relative;
    display: inline-block;
		width: 28px !important;
    height: 22px !important;
		border:0;
		color: transparent;
}
.button {
	cursor: pointer;
}

.mphb-price-breakdown-accommodation .mphb-inner-icon::before,
.mphb-price-breakdown-accommodation .mphb-inner-icon::after {
    content: "";
    position: absolute;
    width: 12px; /* Largeur des traits du chevron */
    height: 2px; /* Épaisseur des traits */
    background-color: #fff; /* Couleur du chevron */
    transition: transform 0.3s ease;
}

.mphb-price-breakdown-accommodation .mphb-inner-icon::before {
    top: 9px;
    left: 4px;
    transform: rotate(45deg);
}

.mphb-price-breakdown-accommodation .mphb-inner-icon::after {
    top: 9px;
    right: 4px;
    transform: rotate(-45deg);
}

/* Quand la classe "mphb-hide" est présente (donc ouvert) */
.mphb-price-breakdown-accommodation .mphb-inner-icon.mphb-hide::before {
    transform: rotate(-45deg);
}

.mphb-price-breakdown-accommodation .mphb-inner-icon.mphb-hide::after {
    transform: rotate(45deg);
}



.wp-block-separator {
    border: none;
    border-top: 1px solid !important;
}





.kb-splide .splide__arrow {
    font-size: 1rem;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 3em;
    width: 3em;
    justify-content: center;
    opacity: 0.6;
    padding: 0;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: none;
    transition: opacity .3s ease-in-out;
		margin: 0 10px;
}

.kb-splide .splide__arrow:focus,
.kb-splide .splide__arrow:hover {
    opacity: 1;
		background: none!important;
}

.kb-splide .splide__arrow svg {
    display: none; /* Cache le SVG existant */
}

.kb-splide .splide__arrow::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border: solid white;
    border-width: 0 3px 3px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.kb-splide .splide__arrow--prev::after {
    transform: translateY(-50%) rotate(135deg);
}

.kb-splide .splide__arrow--next::after {
    transform: translateY(-50%) rotate(-45deg);
}



.z-index-9 .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land169 {
    padding-bottom: 100vh;
}



span.scrollDown {
    position: fixed;
    bottom: 80px;
    left: 50%;
		width: 40px;
    height: 40px;
    margin-left: -20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
		z-index: 11;
}

@-webkit-keyframes sdb05 {
  0% {-webkit-transform: rotate(-45deg) translate(0, 0); opacity: 0;}
  50% {opacity: 1;}
  100% {-webkit-transform: rotate(-45deg) translate(-20px, 20px); opacity: 0;}
}
@keyframes sdb05 {
  0% {transform: rotate(-45deg) translate(0, 0);opacity: 0;}
  50% {opacity: 1;}
  100% {transform: rotate(-45deg) translate(-20px, 20px);opacity: 0;}
}



.z-index-9 {position: relative; z-index: 9}
.z-index-10 {position: relative; z-index: 10}





.intro-container {
    display: flex;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(1.3);
		z-index: 999;
}
.intro-logo {
    display: inline-block;
}
.intro-container img {max-height: 50px; width: auto}
#intro-logo {position: relative; width: 39px; height: 50px}
#intro-logo img {
    position: absolute;
    width: 100%;
    height: auto;
}
/* animation texte */
			 .text-animation {
					 display: inline-block;
					 position: relative;
					 overflow: hidden;
					 height: 50px;
			 }
			 .for {opacity: 0; transition: all ease 1.5s}
			 .step2 .for {opacity: 1;}
			 .word {
				 position: absolute;
				 opacity: 0;
			 }
			 .step3 .word {
					 position: absolute;
					 opacity: 0;
					 animation: slide 8s infinite;
			 }
			 .word:nth-child(1) {animation-delay: 0s;}
			 .word:nth-child(2) {animation-delay: 2s;}
			 .word:nth-child(3) {animation-delay: 4s;}
			 .word:nth-child(4) {animation-delay: 6s;}
			 @keyframes slide {
				 0% { transform: translateY(-150%); opacity: 0; }
				 10% { transform: translateY(0%); opacity: 1; }
				 25% { transform: translateY(0%); opacity: 1; }
				 35% { transform: translateY(150%); opacity: 0; }
				 100% { transform: translateY(150%); opacity: 0; }
			 }
			 .animation {width: 600px}
			 .step-2 {display: flex; opacity: 0; width: 0; overflow: hidden; transition: all ease .8s}
			 .step2 .step-2 {opacity: 1; width: 560px;}

			 @media (max-width: 768px) {
				 .intro-container {
					 	transform: translate(-50%, -50%) scale(1);
						 zoom: .8;
				 }
				}

				@media (max-width: 480px) {
					.intro-container {
							zoom: .7;
					}
				}

				@media (max-width: 420px) {
					.intro-container {
							zoom: .5;
					}
				}






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


	.inner {
    padding: 0 30px;
	}

		.wp-block-group.z-index-10,
		.wp-block-group.z-index-9 {
			padding: 0;
		}
		.wp-block-group.z-index-10 .wp-block-group {
			padding: 0 30px;
		}
		.wp-block-group.z-index-10 .wp-block-group .wp-block-group {
			padding: 0 0;
		}
		.container {
		    padding: 0 20px;
		}
		.page-template-page-home .container {
		    padding: 0;
		}

}


@media screen and (max-width: 800px) {
	ul#primary-menu li.menu-item-weglot {
		display: block;
	}
	#context .country-selector {
		display: none;
	}
}


@media screen and (max-width: 600px) {
	body {font-size: 18px;}
		#context {
		    gap: 10px;
		}
		#navigation {
	    font-size: 14px;
	}
	.site-branding {
    margin: 8px auto 0;
	}
	.site-branding a {
    font-size: 14px;
	}
	.site-branding img {
    margin: 0 0 -8px;
    max-width: 45px;
	}
	#navigation {
    padding: 32px 0;
	}
	h1, h2 {
	  font-size: 34px;
	}
	h3,
	h4 {
		font-size: 26px;
	}

	.mphb-customer-name label, .mphb-customer-last-name label,
	.mphb-customer-email label, .mphb-customer-phone label,
	.mphb-customer-country label, .mphb-customer-note label {
    width: 35%;
    padding-right: 0px;
    padding-left: 0%;
}
.mphb-customer-name input, .mphb-customer-last-name input,
.mphb-customer-email input, .mphb-customer-phone input,
.mphb-customer-country select, .mphb-customer-note textarea {
    width: 60%;
    vertical-align: middle;
}

}


@media screen and (max-width: 420px) {
	.inner {
    padding: 0 10px;
	}
		#navigation {
	    font-size: 12px;
	}
	.site-branding a {
		font-size: 12px;
	}
	#book a {
    letter-spacing: -.5px;
	}
}
