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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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: #14030C;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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%;
	display: block;
}

figure {
	margin: 1em 0;
}

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

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



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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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





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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/* Amour website */
@font-face {
	font-family: 'Market Deco';
	src: url('fonts/MarketDeco.woff2') format('woff2'),
		url('fonts/MarketDeco.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Courier New';
	src: url('CourierNewPSMT.woff2') format('woff2'),
		url('CourierNewPSMT.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Exemple d'utilisation des polices */


header#masthead {
	position: absolute;
	display: flex;
}


/* Header */


header#masthead {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 0 0 50px;
	z-index: 10000;
	height: 100vh;
	justify-content: center;
}


.main-navigation a {
	color: #fff;
	font-size: 24px;
	letter-spacing: .03em;
	padding: 2px 0;
}


#menu-nos-hotels li a {
	color: white;
	transition: .3s;
}



#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
}

#loader img {
	width: 170px;
	height: auto;
	opacity: 1;
}

.hidden {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-out;
}

header .logo img {
	width: 150px;
	margin-bottom: 10px;
}

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


.hotel-dropdown-container {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
	width: fit-content;
}
	
.hotel-dropdown-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: black;
	font-family: 'Courier New', sans-serif;
	min-width: 150px;
}

.main-header .hotel-dropdown-btn {
	color: white;
}

.hotel-dropdown-btn:after {
	content: "";
	background: url(https://hotelamourparis.fr/wp-content/uploads/2025/03/andre-line-pink.svg) 0 0 / 100% no-repeat;
	width: 100%;
	height: 10px;
	display: block;
	position: absolute;
	margin-top: 42px;
}
	
		.hotel-dropdown-btn svg {
			margin-left: 15px;
		}
	

	
		.hotel-dropdown-menu.show {
			visibility: visible;
			opacity: 1;
		}
	
	
.hotel-dropdown-menu {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s ease;
	position: absolute;
	background: #000;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 25px;
	width: 340px;
	z-index: 1000;
	box-shadow: 0 5px 11px #00000017;
}
	
.hotel-dropdown-menu li a {
	text-decoration: none;
	display: block;
	padding: 5px 0;
	font-size: 18px;
	color: white;
	transition: .3s;
}

.hotel-dropdown-menu li a:hover {
	color: #fff;
	transition: .3s;
}

.burger-line span {
	width: 25px;
	height: 1px;
	background: black;
	display: block;
	margin: 8px 0;
	transition: .3s
}

.home .main-header .hotel-dropdown-btn,
.home .main-navigation a, .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language, .trp-language-switcher>div>a {
	color: black;
}

.home .language-switcher path {
	fill: black;
}

.home .slick-list.draggable {
	padding-right: 100px !important;
}

/* --- Transforme le burger en croix quand actif --- */
.burger.active .burger-line span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
	transition: 0.3s ease;
}

.burger.active .burger-line span:nth-child(2) {
	opacity: 0;
	transition: 0.3s ease;
}

.burger.active .burger-line span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
	transition: 0.3s ease;
}

.burger p {
	color: black;
	font-family: 'Market Deco';
	text-align: center;
	margin: 0;
	font-size: 10px;
	letter-spacing: .09em;
	line-height: 10px;
}

.burger {
	background: #fbc2cd;
	width: fit-content;
	padding: 5px 15px 7px;
	cursor: pointer;
	z-index: 100000;
	position: relative;
	transition: .3s;
}

.burger.active {
	background: white;
	transition: .3s;
}


.mobile-content-menu {
	position: fixed;
	top: 0;
	left: -400px;
	width: 400px;
	height: 100%;
	background: white;
	transition: 0.3s ease-in-out;
	padding: 100px 20px 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 6px 12px #00000038;
	z-index: 1;
}


.mobile-content-menu.active {
	left: 0;
}


.mobile-content-menu.active {
	visibility: visible;
	opacity: 1;
	/* Move to left edge when active */
}

body.menu-open {
	overflow: hidden;
}

.mobile-header img {
	max-width: 70px;
}

.mobile-header {
	z-index: 999;
	transition: transform 0.3s ease, opacity 0.6s ease, visibility 0.6s;
}

.mobile-header.hidden {
	opacity: 0;
	visibility: hidden;
}

.mobile-header.visible {
	opacity: 1;
	visibility: visible;
}

.main-header-mobile {
	position: fixed;
	top: 60px;
	visibility: hidden;
}

.mobile-content-menu .main-navigation a {
	color: black;
	font-size: 22px;
}

header.hotel-pagegroupe .logo img {
	width: 120px;
	margin-bottom: 20px;
}

/* --- Overlay blanc semi-transparent --- */
.menu-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 40%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3sease-in-out;
	z-index: 1000;
}
/* --- Désactiver le scroll sans enlever la scrollbar --- */
html.no-scroll {
	overflow: hidden;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
	background: transparent;
	border: none;
	padding-left: 2px;
}

.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language {
	color: white;
	font-size: 18px;
}

.trp-language-switcher>div>a {
	color: white;
	font-size: 18px;
}

.mobile-content-menu .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language {
	color: black;
}

.mobile-content-menu .trp-language-switcher>div>a {
	color: black;
}

.mobile-content-menu .language-switcher svg {
	left: 72px;
}

.trp-ls-shortcode-language {
	background: transparent !important;
	border: none !important;
	padding-left: 2px !important;
}

.language-switcher svg {
	position: absolute;
	left: 34px;
	margin-top: -25px;
	width: 10px;
}

.trp-language-switcher>div>a {
	padding-left: 2px;
	padding-bottom: 0;
}

.trp-language-switcher>div>a:hover {
	background: transparent !important;
}

.trp-language-switcher {
	width: 50px !important;
}

.title-cta {
	margin-top: 20px;
}

.main-navigation li.button-menu {
	width: fit-content;
	float: left;
	margin-top: -12px;
	margin-right: 8px;
}


.trp-language-switcher-container {
	margin-right: 6px;
}

.main-navigation li.button-menu:nth-child(1) a {
	background: white;
}

.language-switcher {
	display: block;
	float: left;
	width: 100%;
	display: none;
}

li#menu-item-1354 a {
	background: white;
}

.title-cta {
	float: left;
	width: 100%;
}


ul.sub-menu {
	display: none;
	position: absolute;
	margin-top: -40px;
	margin-left: 40px;
}

.menu-item-has-children:hover ul.sub-menu {
	display: flex;
}

.mobile-content-menu .current-menu-item a {
	color: #fcc3cd !important;
}

li#menu-item-1368 a {
	background: white;
}

.menu-item-1368 a, li#menu-item-1412 a, li#menu-item-1415 a {
	background: white !important;
}


/* /Header */


/* Home */

.home header#masthead {
	justify-content: start;
	margin-top: 70px;
}

/* /Home */

/*  404 */


.error404 .main-header>.hotel-dropdown-container.dropdown-container:first-child {
	display: none;
}
/*  /404 */

/* Main styles */

.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.large-width .container {
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

.small-width {
	max-width: 600px;
	margin: auto;
	padding: 0 20px;
}

.slick-slider {
	width: 100%;
	min-width: 0;
	/* Fixe les problèmes de largeur en flexbox */
}

.slick-slide {
	flex-shrink: 0;
	/* Empêche les slides de se comprimer */
}

.slick-list {
	display: block !important;
	/* Réinitialise le comportement de flex sur Slick */
}

.flex-1 {
	flex: 1;
}

.pink-bg {
	background: #FFF2FB;
}

.with-padding {
	padding: 80px 0;
}

.dark-bg-color {
	background: #14030C;
}

.dark-bg,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg a,
.dark-bg li,
{
color: #fff;
}

.width-25 {
	width: 25%;
}

.pink-bg {
	background: #fbc2cd;
}

.pale-bg {
	background: #FFF2FB;
}

.white-bg {
	background: white;
}

.hotel-link a:nth-child(2) {
	background: white;
}

#masthead li a:hover, .hotel-dropdown-btn:hover .hotel-dropdown-label {
	color: #fbc2cd;
	transition: .3s;
}

.hotel-dropdown-btn:hover svg path {
	fill: #fbc2cd;
	transition: .3s;
}

.current-menu-item a, .current-page-ancestor a {
	color: #fbc2cd;
}

.espace-item:hover h3 {
	color: #fbc2cd;
	transition: .3s;
}


p a:hover {
	border-bottom: 1px solid #fbc2cd;
	transition: .3s;
}

body .button:hover,
.main-navigation li.button-menu a:hover {
	background: #FFF2FB;
	transition: .3s;
}


/*  /Hover */


/* /Main styles */

/* Fonts */

body {
	font-family: 'Courier New', sans-serif;
	font-weight: 400;
	/* Normal */
}

h1,
h2,
h3,
h4 {
	font-weight: 400;
}

h1 {
	font-size: 42px;
	line-height: 56px;
	font-family: 'Market Deco';
}

h2 {
	font-size: 36px;
	line-height: 43px;
	margin: 20px 0 25px;
	font-family: 'Market Deco';
}

h3 {
	font-size: 32px;
	margin: 10px 0 20px;
	font-family: 'Market Deco';
}

p {
	margin: 5px 0 10px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: .03em;
}

a {
	text-decoration: none;
	color: #14030C;
}

body .button, .main-navigation li.button-menu a {
	font-family: 'Market Deco';
	border: 1px solid;
	padding: 12px 8px;
	margin: 10px 15px 10px 0;
	display: inline-block;
	box-shadow: 6px 6px 0px black;
	background: #fbc2cd;
	font-size: 14px;
	color: black !important;
	transition: .3s;
	border-radius: 0;
}

.main-navigation li.button-menu a {
	margin-top: 20px;
	color: #000;
	transition: .3s;
}

body .boutons .button:nth-child(2) {
	background: #ffffff;
}



a.button-link {
	border-bottom: 1px solid;
	padding-bottom: 2px;
	margin-top: 0px;
	display: inline-block;
	margin-right: 20px;
}

body .white-button {
	background: white;
	transition: .3s;
}

body .white-button:hover {
	background: #fbc2cd;
	transition: .3s;
}

/*  /Fonts  */


/* Image de fond */

section img {
	width: 100%;
}

.slick-next {
	right: 30px;
}

.slick-dots {
	bottom: 25px;
}

.slick-dots li {
	margin: 0;
}

.slick-dots li button:before {
	font-size: 12px;
	opacity: 1;
	color: white;
}

.image-de-fond .slick-dots li {
	margin: 18px 1px;
}

.gallery-item img {
	object-fit: cover;
	aspect-ratio: 16/9;
	object-position: center;
	padding: 15px;
	height: 100vh;
}

.slick-dots li.slick-active button:before {
	color: #fbc2cd;
	opacity: 1;
}

p.gallery-item-caption {
	display: none;
}

.gallery {
	margin-bottom: 0 !important;
}

.gallery:before {
	content: "";
	position: absolute;
	background: linear-gradient(to right, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 61%) 50%, rgb(0 0 0 / 0%) 100%);
	position: absolute;
	width: 370px;
	height: auto;
	z-index: 1;
	left: 15px;
	top: 15px;
	bottom: 15px;
}

.slick-slider .slick-dots,
.slick-slider .slick-prev,
.slick-slider .slick-next {
	display: none;
}

.slick-slider.slick-initialized.slick-slider .slick-track:only-child {
	display: block !important;
}

/* /Image de fond */

/* Titre et texte */


.top-title {
	margin-bottom: 30px;
}

.informations {
	padding-bottom: 20px;
}

.informations p {
	margin: 0 0 5px;
}

.titre-et-texte {
	padding-bottom: 30px;
}

.top-title .logo img {
	width: 100px;
}

/*  /Titre et texte */

/* Nos chambres */

.icon img {
	max-width: 140px;
}

.after:after {
	content: "";
	background: url(https://hotelamourparis.fr/wp-content/uploads/2025/03/andre-line-pink.svg) 0 0 / 340px no-repeat;
	height: 10px;
	width: 100%;
	display: block;
}

.after-pink:after {
	border-color: #fbc2cd;
}

.slider-container {
	width: 60%;
}

ul.chambres-list-caracteristiques {
	padding: 0;
	list-style: none;
	font-weight: 700;
}

h4.after {
	width: fit-content;
}

article.chambres-list-item:nth-child(even) {
	flex-direction: row-reverse;
	background: #FFF2FB;
}

article.chambres-list-item:nth-child(even) .container {
	flex-direction: row-reverse;
}

article.chambres-list-item {
	padding: 100px 0 130px;
}

.chambres-list-slider img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.chambres-list-slider ul.slick-dots {
	position: relative;
	bottom: -35px;
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: center;
	padding: 0 20px;
}

.chambres-list-slider .slick-dots li {
	width: 120px;
}

.chambres-content {
	padding-top: 30px;
}

.is-caroussel {
	overflow: hidden;
}

button.slick-arrow {
	background: url(https://hotelamourparis.fr/wp-content/uploads/2025/01/arrow-amourhotel.svg) 22px 17px / 16px no-repeat !important;
	width: 60px;
	height: 60px;
	background-color: black !important;
	border-radius: 0;
	padding: 20px;
	top: 40%;
}

button.slick-arrow:before {
	display: none;
}

.not-caroussel button.slick-arrow {
	top: 42%;
	margin: 0;
	transform: none;
}

.not-caroussel .chambres-list {
	margin-top: 60px;
}


button.slick-prev.slick-arrow {
	z-index: 1;
	transform: rotate(180deg) !important;
	left: 0;
}

.is-caroussel button.slick-prev.slick-arrow {
	display: none !important;
}

.is-caroussel .chambres-list {
	position: relative;
	margin-right: calc(50% - 50vw);
	width: auto;
}

.is-caroussel article.chambres-list-item {
	background: transparent;
	padding-right: 40px;
	padding-top: 55px;
	padding-bottom: 0;
}

.not-caroussel button.slick-arrow {
	background: url(https://hotelamourparis.fr/wp-content/uploads/2025/01/arrow-amourhotel.svg) 17px 15px / 10px no-repeat !important;
	width: 45px;
	height: 45px;
}

.not-caroussel {
	padding-bottom: 0;
}


.is-caroussel .image-container img {
	aspect-ratio: 13/16;
	object-fit: cover;
}

.is-caroussel h3.chambres-list-title {
	font-size: 21px;
	font-family: 'Market Deco';
	margin-bottom: 10px;
}

.is-caroussel .chambres-content {
	padding-top: 12px;
}

.after-small:after {
	width: 60px;
	display: block;
	margin-top: 12px;
}


.not-caroussel button.slick-next.slick-arrow {
	right: 0;
}

.header-title-section .after:after {
	margin-top: 20px;
}

.not-caroussel article.chambres-list-item:nth-child(1) {
	padding-top: 20px;
}

.not-caroussel .slick-list.draggable {

max-height: 400px;

}
/* /Liste chambres */

/*  Single room */

.single-room .header-title-section {
	margin-bottom: 60px;
}

.single-room .chambre-detail {
	padding-bottom: 100px;
}

.single-room .is-caroussel article.chambres-list-item {
	padding-top: 0;
}

.chambres-content ul {
	padding-left: 12px;
}

/* /Single room */

/* Fancy slider */

.fancybox__footer {
	display: none;
}

.fancybox__toolbar.is-absolute {
	opacity: 1 !important;
}

.fancybox__toolbar__column.is-left {
	display: none;
}

.fancybox__toolbar__column.is-right button:last-child {
	display: block;
}

.fancybox__toolbar__column.is-right button {
	display: none;
}

.fancybox__container {
	z-index: 10000 !important;
}

.fancybox__nav {
	opacity: 1 !important;
}

.f-button {
	color: black !important;
	background: transparent !important;
	box-shadow: none !important;
}

.fancybox__container {
	z-index: 10001;
	--fancybox-bg: white !important;
}
.fancybox__caption {
	color: black !important;
}

.fancybox__slide {
	padding-top: 20px;
}

.fancybox__image {
	pointer-events: none !important;
	/* Empêche toute interaction avec l'image */
	cursor: default !important;
	transform: none !important;
	transition: none !important;
}

a.zoomer {
	cursor: zoom-in;
}
/* /Fancy slider */

/* Caroussel */

.caroussel-gallery .slick-list.draggable {
	padding: 0 25% !important;
}

.caroussel .icon {
	position: absolute;
	z-index: 1;
	margin-top: -80px;
	margin-left: 30px;
}


img.caroussel-image {
	padding: 10px;
	object-fit: cover;
	aspect-ratio: 16/9;
	transition: padding 0.3s ease;
	cursor: zoom-in;
}

.section.caroussel {
	padding-top: 0;
}

.caroussel-gallery button.slick-prev.slick-arrow {
	left: 20px;
}

/* /Caroussel */

/* Contact */

#page .nf-form-content input:not([type=button]),
#page .nf-form-content textarea {
	border: none;
	background: transparent;
	border-bottom: 1px solid #737373;
	font-family: inherit;
	padding: 0 0 5px 0;
	color: black;
	height: auto;
}

#page .nf-form-content label {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: -6px;
	display: block;
	font-weight: 300;
}

.nf-form-fields-required {
	display: none;
}

.nf-form-cont {
	position: relative;
}

.nf-form-cont:after {
	content: "";
	display: inline-block;
	border: 1px solid #fbc2cd;
	border-radius: 20px;
	position: absolute;
	height: 100%;
	top: 0;
	width: 7px;
	margin-left: -70px;
}

.contact-content {
	padding-right: 35px;
}

.contact-description {
	margin-bottom: 30px;
}

h2.contact-title {
	font-size: 26px;
}

.nf-error.field-wrap .nf-field-element:after {
	display: none !important;
}

/* /Contact	 */

/* Liste d'hôtels */

.home .liste-des-hotels {
	margin-left: 320px;
}

.hotel-item {
	position: relative;
	padding: 18px 10px 18px;
}

.hotel-details img.hotel-logo-image {
	width: 140px;
}

.hotel-featured-image {
	position: relative;
}

.hotel-details p, .hotel-details h2 a {
    color: white;
}

.hotel-item img.hotel-logo-image {
	position: absolute;
	width: 100px;
	left: calc(50% - 70px);
	right: 50%;
	top: 40%;
	margin-left: 20px;
}

.hotel-item h2.hotel-title br {
	display: none;
}

h2.hotel-title {
	font-size: 24px;
	margin-bottom: 0;
}


.hotel-featured-image img.hotel-image {
	aspect-ratio: 10/16;
	object-fit: cover;
}

.home button.slick-prev.slick-arrow {
	display: none !important;
}

button.slick-arrow {
	background: url(https://hotelamourparis.fr/wp-content/uploads/2025/01/arrow-amourhotel.svg) 20px 16px / 12px no-repeat !important;
	background-color: #fbc2cd !important;
	top: 50%;
	right: 20px;
	width: 50px;
	height: 50px;
}

.hotels-list button.slick-next {
	background-image: url(https://hotelamourparis.fr/wp-content/uploads/2025/03/arrow-amourhotel-black.svg) !important;
}

.hotel-details {
	position: absolute;
	z-index: 10000;
	bottom: 18px;
	padding: 41px 20px 10px;
	text-align: center;
	background: linear-gradient(to top, rgb(0 0 0 / 53%) 50%, rgba(0, 0, 0, 0) 100%);
	right: 10px;
	left: 10px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.hotel-item:hover .hotel-details {
	visibility: visible;
	opacity: 1;
}

.hotel-details p,
.hotel-details h2 a {
	color: white;
}

/* /Liste d'hôtels */

/* Espaces privatisables	 */

.espace-item {
	position: relative;
}

h3.espace-title {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	font-family: 'Market Deco';
}

.private-spaces article.chambres-list-item {
	padding-top: 0;
}

.private-spaces {
	padding-top: 20px;
}

/* /Espaces privatisables */

/* Eshop */

.eshop-gallery {
	position: relative;
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	width: auto;
}

.section.eshop {
	overflow: hidden;
}

.section.eshop .slick-list.draggable,
.is-caroussel .slick-list.draggable {
	padding-right: 150px;
}

.eshop-item {
	margin-right: 40px;
}

.eshop-icon.icon {
	text-align: right;
	margin-bottom: -45px;
	z-index: 10000;
	position: relative;
}

a.button.button-pale {
	background: #FFE5F7;
}

/* /Eshop */

/* FAQ */

.faq-item {
	border-bottom: 1px solid;
}

.faq-item:nth-child(1) {
	border-top: 1px solid;
}

.faq-answer {
	padding-bottom: 10px;
}

h3.faq-question {
	font-size: 18px;
	margin: 0;
	padding: 20px 0;
	cursor: pointer;
	font-family:'Courier New';
	position: relative;
	padding-right: 35px;
}

.faq-answer p {
	margin-top: 0;
}

.faq-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 12px;
	top: calc(50% - 12px);
}
	
	  .faq-icon span {
	  	position: absolute;
	  	background: #fbc2cd;
	  	transition: transform 0.3s ease;
	  }
	
	  .faq-icon-horizontal {
	  	width: 25px;
	  	height: 2px;
	  	top: 50%;
	  	left: 0;
	  	transform: translateY(-50%);
	  }
	
	  .faq-icon-vertical {
	  	width: 2px;
	  	height: 25px;
	  	top: 0;
	  	left: 50%;
	  	transform: translateX(-50%);
	  }
	
	  .faq-icon.open .faq-icon-vertical {
	  	transform: translateX(-50%) rotate(90deg);
	  }

/* /FAQ */


/* CTA */

.section.cta {
	margin-top: 120px;
}

.cta-visual {
	max-width: 490px;
	margin-top: -190px;
}

img.cta-image {
	object-fit: cover;
	aspect-ratio: 11/16;
}

p.cta-text {
	margin-bottom: 30px;
}

.cta-links .button:nth-child(2) {
	background: white;
}

/* /CTA */

/* Mosaique	 */

.mosaique-gallery {
	z-index: 2;
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.mosaique-column {
	width: 50%;
}

.container.mosaique-container {
	gap: 0;
}

.mosaique-item {
	margin-bottom: 20px;
}

.mosaique {
	padding-top: 0;
}

img.gallery-image {
	max-height: 500px;
	object-fit: cover;
}

/* /Mosaique */


/* Restaurant	infos */

.restaurant-texte h3 {
	font-size: 16px;
	width: fit-content;
	font-family: 'Market Deco';
}

.restaurant-text-container {
	background: #FFE5F7;
}

.restaurant-text-container-padding {
	background: #FFE5F7;
	padding: 60px;
}

.restaurant-texte p {
	margin-bottom: 40px;
	margin-top: -10px;
}

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

ul.cartes-list a {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.flex.restaurant-content {
	gap: 30px;
	align-items: center;
}

.restaurant-icon.icon {
	position: absolute;
	margin-top: -115px;
	margin-left: 40px;
}

/* /Restaurant infos */

/* Damier	 */

.damier-item.flex {
	gap: 10px;
	margin-bottom: 10px;
}

.damier-images {
	flex: 55;
}

.damier-text {
	background: #FFF2FB;
	padding: 20px 90px;
	flex: 48;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.damier-item:nth-child(even) {
	flex-direction: row-reverse;
}

img.damier-image {
	height: 100%;
	object-fit: cover;
}

.damier .slick-track, .damier .slick-list {
	height: 100%;
}

/* /Damier */

/* Events	 */

.event-item {
	padding: 20px 10px;
}

h3.event-title {
	font-size: 24px;
	margin-bottom: 0;
}

.events-list.flex {
	gap: 20px;
}

.event-item {
	width: calc(33% - 12px);
	margin-top: 10px;
}

/* /Events */

/* Popups */

.pum-container {
	height: 85vh !important;
}

.pum-container .pum-content>:first-child, .pum-container iframe {
	height: 100%;
}

#popmake-1377 .pum-content.popmake-content,
 	#popmake-1388 .pum-content.popmake-content,
			 	#popmake-1389 .pum-content.popmake-content {
	height: 100%;
}


#popmake-1374 h3, #popmake-1938 h3 {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 12px;
	margin-top: 24px;
}

#popmake-1374 h2 {
	font-size: 32px;
	margin-top: 45px;
	margin-bottom: 40px;
}

#popmake-1938 h2 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
	font-size: 32px;
}

div#popmake-1374 .pum-content, div#popmake-11938 .pum-content {
	text-align: center;
}

.pum-theme-574 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
	box-shadow: 0 0 0 !important;
	top: 0 !important;
	right: 0 !important;
}

.restos {
	gap: 30px;
	padding: 0 5px 15px;
}

.resto {
	width: calc(25% - 25px);
}

.resto p {
	line-height: 23px;
	margin: 0 0 4px;
}

.pum-container.pum-responsive img {
	max-width: 100%;
	height: auto;
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.restos .button {
	margin-top: 15px;
}

div#popmake-1374, div#popmake-1938 {
	height: fit-content !important;
}

button.pum-close.popmake-close {
	background: white !important;
	color: black !important;
	font-size: 25px !important;
	margin-top: 0px;
	margin-right: 1px;
	font-family: sans-serif !important;
}

#popmake-1495 .pum-content.popmake-content, #popmake-1536 .pum-content.popmake-content, #popmake-1533 .pum-content.popmake-content, #popmake-1495 .pum-content.popmake-content {
	height: 100%;
}

div#popmake-1495 {
	height: fit-content !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.iframe-booking-hotel {
	height: 600px !important;
}

#popmake-1495 .iframe-wrapper {
	height: 600px !important;
}
.iframe-wrapper {
	position: relative;
	min-height: 600px;
}

.iframe-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #fbc2cd;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

#popmake-1495 iframe {
	height: 600px;
}

#popmake-1495 {
	min-height: 300px;
}

#popmake-1976 .pum-content.popmake-content,
#popmake-1992 .pum-content.popmake-content,
#popmake-1993 .pum-content.popmake-content {
	height: 100%;
}

#popmake-1976 h2,
#popmake-1992 h2,
#popmake-1993 h2 {
	height: auto;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	border-bottom: 1px solid;
	padding-bottom: 12px;
	margin-top: -10px;
	font-family: 'Courier New';
}

#popmake-1976 h2 a,
#popmake-1992 h2 a,
#popmake-1993 h2 a {
	border-bottom: 1px solid #bebebe;
	font-size: 13px;
}

#popmake-1976 iframe,
#popmake-1976 p,
#popmake-1992 iframe,
#popmake-1992 p,
#popmake-1993 iframe,
#popmake-1993 p {
	height: calc(100% - 40px);
}

#popmake-1938 .resto {
	text-align: center;
	width: calc(33% - 20px);
}

.iframe-loader .spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #999;
	border-top: 4px solid #333;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

#popmake-2021.pum-container.pum-responsive img {
	object-fit: contain;
	max-width: 600px;
	margin: 30px auto;
}

/* /Popups */

/* Footer */

footer {
	margin-top: 10px;
	padding-top: 50px !important;
}

.footer-logo {
	margin-top: 30px;
	margin-bottom: 30px;
}

ul#menu-menu-footer {
	list-style: none;
	padding: 0;
}

footer a.hotel-name {
	font-size: 18px;
	margin-bottom: 5px;
	display: inline-block;
	font-family: 'Market Deco';
}
footer a.social-link {
	margin: 20px 6px 0 0px;
	width: 22px;
	display: inline-block;
}

footer .hotel-item p {
	margin: 0 0 2px;
}

footer a.social-link {
	margin: 6px;
	width: 22px;
	display: inline-block;
}

.footer-hotels .hotel-item {
	min-width: 45%;
}

footer a.custom-logo-link img {
	width: 120px;
}

.newsletter h2 {
	font-family: 'Courier New';
	font-size: 18px;
	line-height: 26px;
}

.newsletter {
	max-width: 800px;
	margin: auto;
	text-align: center;
	padding: 0 20px;
}

div#mc_embed_signup_scroll {
	position: relative;
}

input#mc-embedded-subscribe {
	position: absolute;
	right: 0px;
	top: -2px;
	font-size: 12px;
	letter-spacing: .03em;
	background: transparent;
}

input#mce-EMAIL {
    width: 100%;
    padding: 17px 15px;
    background: transparent;
    border-radius: 0;
    border: 1px solid #555555;
	font-family: "Courier New", Courier, monospace;
}

input#mce-EMAIL:focus {
	outline: none;
	border-color: black;
}

input#mce-EMAIL::-webkit-input-placeholder {
	color: black;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}

input#mce-EMAIL:-moz-placeholder {
	color: black;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}

input#mce-EMAIL::-moz-placeholder {
	color: black;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}

input#mce-EMAIL:-ms-input-placeholder {
	color: black;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}

form#mc-embedded-subscribe-form {
	max-width: 550px;
	margin: 0 auto 50px;
}



/* /Footer */


/*  /Responsive */

@media (max-width: 1280px) {

#popmake-1374 h3, #popmake-1938 h3{
	font-size: 18px;
	line-height: 23px;
}

.resto p {
	line-height: 21px;
	font-size: 14px;
}

.restos {
	gap: 25px;
	padding: 0 0px 15px;
}

.resto {
	width: calc(25% - 20px);
}

.restos .button {
	margin-top: 8px;
}

.home .main-header {
	display: none;
}

.home #masthead .mobile-header {
	visibility: visible !important;
	opacity: 1 !important;
}

.home .liste-des-hotels {
	margin-left: 5px;
}

}

@media (max-width: 1000px) {

.restaurant-text-container-padding {
	padding: 20px;
}

.flex.restaurant-content {
	gap: 20px;
	align-items: stretch;
}

img.visuel-image {
	height: 100%;
	object-fit: cover;
}

.resto {
	width: calc(50% - 15px);
}

}

@media (max-width: 800px) {

	#pum-1938 .flex.restos {
			flex-direction: column;
		}

				#popmake-1938 .resto {
					text-align: center;
					width: 100%;
				}

	.home .main-header {
			display: block;
		}

.main-header .language-switcher,
.main-header .main-navigation,
.main-header .hotel-dropdown-container {
	display: none;
}

.with-padding {
	padding: 60px 0;
}

img.caroussel-image {
	aspect-ratio: 16/16;
}

.caroussel-gallery .slick-list.draggable {
	padding: 0 60px !important;
}

.header-title-section.small-width {
	padding: 0;
}

.is-caroussel article.chambres-list-item {
	padding-right: 20px;
	padding-top: 40px;
}

.section.eshop .slick-list.draggable,
.is-caroussel .slick-list.draggable {
	padding-right: 60px;
}

button.slick-arrow {
	display: none !important;
}

.booking-button {
	display: block !important;
	position: absolute;
	right: 0;
	top: 13px;
}



header#masthead {
	height: auto;
	width: 100%;
	background: white;
	margin-left: 0;
	position: fixed;
}

.main-header-mobile {
	margin-top: -40px;
	position: absolute;
	left: 6px;
}

header .main-header .logo img {
	margin: 0 auto;
}

header .main-header-mobile .logo img {
	width: 110px;
	padding: 0;
}

header .logo img {
	width: 90px;
	margin: 0;
	padding: 5px;
}

.booking-button a.button,
.burger {
	background: white;
}

.gallery-item img {
	padding: 0;
}

.gallery:before {
	display: none;
}

li.button-menu.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1368 a {
	background: white;
}

.mobile-content-menu ul.sub-menu {
	margin-top: -38px;
}

.mobile-content-menu {
	padding: 100px 20px 20px 20px;
}

h3.faq-question {
	padding-right: 35px;
}

.width-25 {
	width: 25%;
	width: 100%;
}

.hotel-item {
	position: relative;
	padding: 0px;
}

.home .hotel-item {
	padding: 10px;
}


.not-caroussel button.slick-arrow {
	display: block !important;
}

.not-caroussel .header-title-section.small-width {
	padding: 0 20px;
}

.mosaique-gallery {
	flex-wrap: wrap;
	gap: 0;
}

.flex.restaurant-content {
	flex-direction: column;
}

.damier-text {padding: 20px;}

.mosaique-column {
	width: 100%;
}

.large-width .container {
	flex-direction: column;
}

.events-list.flex {
	gap: 20px;
	flex-direction: column;
}

.event-item {
	width: 100%;
}

.resto {
	width: 100%;
	margin-bottom: 20px;
}

#popmake-1374 h3, #popmake-1938 h3 {
	font-size: 22px;
	margin-top: 20px;

}

.hotel-details {
	visibility: visible;
	opacity: 1;
	bottom: 10px;
}

.home .hotels-list {
	padding-top: 80px;
}

.home .slick-list.draggable {
	padding-right: 70px !important;
}

.home header#masthead {
	margin-top: 0px;
}

.slider-container {
	width: 100%;
}

.damier-item.flex {
	flex-direction: column;
}

img.damier-image {
	aspect-ratio: 16/16;
}

.damier-grid {
	padding: 0 10px;
}

.pum-container {
top: 20px !important;
}

div#popmake-1495 {
	padding-left: 0;
	padding-right: 0;
	height: 100% !important;
}

.mobile-content-menu {
	max-width: 90%;
}



}

div#popmake-1495 p {
	height: auto;
}