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

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

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600&display=swap');

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

/**
 * 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 {
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
    color: #1a1970;
    font-size: 21px;
    font-weight: 300;
}

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;
	overflow-x: hidden;
}

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

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

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

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%;
	width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
    color: #1b1970;
    text-decoration: none;
}

p a {
	border-bottom: 1px solid;
}



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;
	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 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {

}

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

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

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

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 10px 30px;
    color: white;
    border: none;
    font-size: 18px;
    letter-spacing: .02em;
}

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



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

/* Structure */

* {
	font-family: 'Jost', sans-serif;
}

h1 {
    font-size: 46px;
    font-weight: 600;
    color: #1b1970;
    text-transform: uppercase;
    line-height: 50px;
}

h2 {
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #1b1970;
}

h3 {
    margin: 0;
}

p {
    color: #1a1970;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 25px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.parent-medium {
	margin-left: -20px;
	margin-right: -20px;
}

.medium {
    width: calc(50% - 30px);
    margin: 12px;
}

.third {
    width: calc(33% - 30px);
    margin: 13px;
}

.half {
	width: calc(50% - 40px);
}

.small-width {
	max-width: 750px;
	padding: 0 20px;
	margin: 70px auto 50px;
}

.max-width {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

.align-center {
	align-items: center;
	justify-content: center;
}


main#primary {
    margin-top: -135px;
}

section {
    padding: 60px 0;
}

section.error-404.not-found {
    padding: 150px 0px;
}

/* /Structure */


.home h1.entry-title {
    display: none;
}

header#masthead .max-width {
    display: flex;
    justify-content: left;
    margin: auto;
    padding: 25px 0;
    align-items: center;
    z-index: 10;
    position: relative;
    justify-content: space-between;
}

.header_classique header#masthead {
    background: #030460;
}

.header_classique main#primary {
    margin-top: 0;
}

button.menu-toggle {
    background: url(https://www.leclandesmamma.com/wp-content/uploads/2023/09/menu.png) 11px 14px / 22px no-repeat;
    height: auto;
    width: auto;
    padding: 22px;
    margin-right: 12px;
    border: none;
    cursor: pointer;
}

.insta {
    background: url(https://www.leclandesmamma.com/wp-content/uploads/2023/09/instagram.png) 5px 9px / 32px no-repeat;
    height: auto;
    width: auto;
    padding: 22px;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

#masthead a.button.privatisation {
    margin: 4px 22px;
    background: transparent;
    border-color: transparent;
    text-transform: none;
    font-size: 20px;
    padding: 0;
    border-bottom: 2px solid;
    border-radius: 0;
    height: 29px;
    font-weight: 400;
}

.menu-footer-container {
    z-index: 10;
    position: relative;
}

footer#colophon {
    padding: 60px 20px 20px;
    background: #eaeaea;
}

.site-branding img {
    max-width: 230px;
    display: block;
}

.hero-image {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.hero-video {
    height: 800px;
}

.hero-video video {
	object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
}




.hero-content {
    z-index: 0;
    text-align: center;
    margin: auto;
    color: black;
    padding: 0px 30px;
    background: #0000002e;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
}

.hero-content h1, .hero-content p {
	color: white;
	text-transform: uppercase;

}

.slider {
	position: absolute;
	height: 800px;
}

.the-hero-image {
    object-fit: cover;
    height: 800px !important;
}

img.the-hero-logo {
    max-width: 500px;
    margin-bottom: 30px;
}


button.slick-arrow {
    top: 50%;
    position: absolute;
    z-index: 1;
    font-size: 0;
    margin: 0 40px;
    border-radius: 60px;
    border: none;
    background: url(https://www.leclandesmamma.com/wp-content/uploads/2023/11/arrow-right-regular-1.svg) 11px 12px / 20px no-repeat white;
    transform: rotate(0deg);
    padding: 22px;
    cursor: pointer;
}

button.slick-prev.slick-arrow {
    transform: rotate(180deg);
}


button.slick-next {
	right: 0;
}



.restaurant-item img {
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

.restaurant-item .desc h3 {
    margin-bottom: 15px;
}

.desc.dark_mode {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #00000042;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.galerie-item img {
    display: block;
}

.galerie-texte {
    text-align: center;
    padding: 0 50px;
}

.custom-dropdown-wrapper {
    position: relative;
    display: inline-block;
    background-color: blue;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 20px;
}



.custom-dropdown-wrapper select {
    width: 100%;
    padding: 10px 30px;
    color: white;
    background-color: #030460;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.custom-dropdown-wrapper::after {
    content: '▼';
    position: absolute;
    top: 52%;
    right: 22px;
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
    font-size: 13px;
}

.single-restaurant .texte-gallerie {
    padding-top: 0;
    margin-top: -80px;
}


.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}



.contact {
    background: #F4F4F4;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}


.current_page_item > a {
    font-weight: 800;
}

.footer-content {
    justify-content: space-between;
}

.social-links a {
    width: 25px;
    margin: 6px;
}

footer p, footer a {
    font-size: 18px;
    font-weight: 300;
}

label.sk-google-profile-info-label {
    color: pink;
}

.content-block {
    padding: 45px;
}

.contenu-texte {
    text-align: center;
}

ul.buttons li {
    display: inline-block;
}

ul.buttons a, body .button, section p strong a {
    background: #1a1970;
    color: #ffffff;
    padding: 10px 45px;
    display: inline-block;
    border-radius: 40px;
    margin: 30px 10px 0 0;
    border: 1px solid #1a1970;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 600;
    font-size: 15px;
}




ul.buttons a:hover, section p strong a:hover {
    background: white;
    border-color: #1a1970;
    color: #1a1970;
}

.dark_mode a.button {
    background: white;
    color: #1a1870;
}

.dark_mode {
    background: #000460;
    color: white;
}

.dark_mode h2, .dark_mode a, .dark_mode p {
    color: white;
}

.dark_mode .custom-dropdown-wrapper select {
    background: white;
    color: #000560;
}

.dark_mode .custom-dropdown-wrapper::after {
    color: #000560;
}

.restaurant-reservation-link a {
    margin: 5px 4px 0;
    padding: 8px 30px;
    font-size: 14px;
}

ul.buttons a.button-sec, body .button-sec {
    color: white;
    background: none;
    border-color: white;
}


.restaurant-reservation-link a.button.button-sec {
    background: transparent;
    color: white;
    border: 2px solid;
}

.restaurant-reservation-link a.button.button-first {
    background: #1b1970;
    color: white;
    border: 2px solid #1c1970;
}

section.logos-menu-wrapper {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: -50px;
    z-index: 100;
    position: relative;
}

.logo-menu-item img {
    max-width: 150px;
}

.logo-menu-item {
    text-align: center;
    flex: 1;
}


ul.cta-contact a {
font-size: 16px;
}

.wpgmza-infowindow p {
    color: black;
}

.wpgmza-infowindow a {
    font-size: 12px;
    margin-top: 5px;
}

.gm-style-iw-d {
    padding: 10px;
}



p.wpgmza_infowindow_address, p.wpgmza_infowindow_title {
    display: none;
}

.gm-style-iw.gm-style-iw-c {
    max-width: 300px !important;
    width: 100% !important;
}

.google-content h2 {
    margin-top: 20px;
    margin-bottom: 14px;
}

.schedules {
    margin-top: 20px;
}

.schedules h3 {
    font-size: 16px;
    margin-bottom: 6px;
}

.schedules h6 {
    position: absolute;
    top: 70px;
    font-size: 16px;
    margin: 0;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 25px;
    font-style: italic;
    font-weight: 400;
}

.schedules ul li {
    max-width: 365px;
    border-bottom: 1px solid #ffffff96;
    margin: 3px 0;
    padding: 5px 0;
}

.schedules ul li:first-child {
    border-top: 1px solid #ffffff96;
}

#primary-menu {
    background-color: #030460;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
    overflow-y: auto;
    transition: left 0.3s ease-in-out; /* Important for the sliding effect */
    z-index: 1001;
    padding-top:100px ;
}

#primary-menu.open {
    left: 0; /* To show the menu */
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.6s;
}

.overlay.visible {
    background-color: rgba(0, 0, 0, 0.3); /* Change it to semi-transparent black when visible */
    transition: .6s; /* This provides the smooth fade effect */
    visibility: visible;
}



.close-menu:focus {
    outline: none;
}

.close-menu {
    background: url(https://www.leclandesmamma.com/wp-content/uploads/2023/09/cross.png) 10px 10px / 16px no-repeat;
    height: auto;
    width: auto;
    padding: 22px;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 67px;
    right: 2px;
    opacity: .7;
}



header h3 {
    margin-left: -230px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .03em;
    font-size: 18px;
}

main#primary section:first-child {
    margin-top: 0;
}

.restaurant-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.liste-restaurants {
    align-items: flex-start;
    margin-top: -50px;
    padding-top: 0;
}

.galerie-block {
	display: flex;
}

.galerie-item {
    border-radius: 30px;
    overflow: hidden;
    margin: 10px;

}

.galerie-block-horizontale {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    border-bottom: 2px solid #000560;
    margin: auto;
    padding: 0 0 80px;
    margin-bottom: -80px;
}

.galerie-block-horizontale img {
    flex: auto;
    height: 330px;
    min-width: 250px;
    margin: 8px;
    width: auto;
    object-fit: cover;
    border-radius: 16px;
}

.contenu-texte img {
    width: auto;
    margin-bottom: 20px;
}

.galerie-block-horizontale img:nth-child(4n+1) {
  width: 380px;
}
.galerie-block-horizontale img:nth-child(4n+1):nth-child(4n+2) {
  width: 355px;
}
.galerie-block-horizontale img:nth-child(4n+1):nth-child(4n+3) {
  width: 200px;
}
.galerie-block-horizontale img:nth-child(4n+1):nth-child(4n+4) {
  width: 420px;
}


.desc h3 {
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-align: center;
    line-height: 36px;
}

.restaurant-adresse {
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 18px;
    margin: 10px 0;
}

.instagram-feed {
    margin-top: 60px;
}

.instagram-feed h2 {
    text-align: center;
    font-size: 22px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 40px;
    display: block;
    font-weight: 300;
    margin-top: -10px;
}

.instagram-feed a.button {
    text-transform: none;
    font-size: 22px;
    font-weight: 300;
    color: white;
    background: transparent;
    border-color: white;
    padding: 5px 21px;
    margin-left: 6px;
}

.damier-section {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.damier-section:nth-child(odd) {
    flex-direction: row-reverse;
}

.damier-section:nth-child(odd) .galerie-texte {
    padding-left: 20px;
}

.damier-image, .damier-texte {
    width: 50%;
}

.damier-texte {
    text-align: left;
}

.chiffre-section {
    text-align: center;
}

section.chiffre-block {
    justify-content: space-around;
}

.chiffre-texte h3 {
    text-transform: uppercase;
    letter-spacing: .03em;
}
.chiffre-image h2 {
    margin-bottom: 0;
}

.contenu-texte h2 {
    font-size: 25px;
    line-height: 31px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 12px;
}



/* Map */

.map-restaurant {
    padding-top: 0;
    padding-bottom: 0;
}

body .wpgmza_marker_list_class {
    width: 350px !important;
    top: 35px !important;
    left: 35px !important;
    bottom: 35px !important;
    height: auto !important;
    border-radius: 12px;
    border: none;
}

.gmnoprint {
    display: none !important;
}

.wpgmza-grid-row {
    flex-basis: 100% !important;
    height: auto !important;
    padding: 0 !important;
}

.wpgmza-grid-item {
    height: auto !important;
}

p.wpgmza-content-address-holder-inner.wpgmza_marker_title, .wpgmza-grid-item-content .wpgmza-address, .wpgmza-grid-item .wpgmza_marker_icon {
    display: none;
}

.wpgmza-grid-item .wpgmza-desc, .wpgmza-grid-item .wpgmza-desc p {
    font-size: 16px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

.wpgmza-grid-item {
    border: none !important;
    border-bottom: 2px solid #45448a !important;
    box-shadow: 0 0 0 !important !important;
}

.wpgmza-desc p strong a {
    margin-top: 0;
    font-size: 13px;
    padding: 8px 15px;
}

body .wpgmza-modern-store-locator > .wpgmza-inner {
    border: 2px solid #45448b !important;
    border-radius: 50px !important;
    padding: 12px 20px !important;
    margin-top: 20px !important;
}

.wpgmza-modern-store-locator input, .wpgmza-modern-store-locator select {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    color: #45448b !important;
}

.wpgmza-modern-store-locator select {
	display: none;
}

input#addressInput_4 {
    width: 270px;
}
/* /Map */


/* Responsive */

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

	section.liste-restaurants {
		display: none;
	}
	}

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

	section {
	    padding: 25px 0;
	}

	section.flex {
	    flex-direction: column;
	}

	section .half {
    width: 100%;
}

.galerie-texte {
    text-align: center;
    padding: 0 25px 25px;
}

section .half {
    width: 100%;
    max-width: 100%;
}

.galerie-item.half {
    width: calc(50% - 24px);
    margin: -5px 7px 15px 12px;
}

.third {width: 100%;
	margin: 13px 0;
}

.parent-medium {
	margin: 0;
}

div#wpgmza_marker_list_4 {
    display: none;
}

.wpgmza-modern-store-locator {
    width: 100% !important;
    max-width: 360px;
    left: 0 !important;
}

.damier-section {
    flex-direction: column !important;
}

.damier-image, .damier-texte {
    width: 100%;
}

}


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

	.galerie-block-horizontale img:nth-child(4n+1) {
	    width: 150px;
	}

	.galerie-block-horizontale img {

	    height: 230px;
	    min-width: 110px;
	 
	}

	.small-width {
	    margin: 30px auto 70px;
	}

	.google-content h2 {
	    margin-top: 70px;
	    margin-bottom: 14px;
	}

	.content-block {
	    padding: 25px;
	}

	button.slick-arrow {
	    top: auto;
	    bottom: 30px;
	}

	.hero-image {
	    height: 700px;
	}

	.hero-video {
	    height: 700px;
	}

	.slider {
		height: 700px;
	}

	.the-hero-image {
	    height: 700px !important;
	}

	h1 {
    font-size: 34px;
}

.galerie-block-horizontale.parent-medium {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.home .galerie-block-horizontale {
    border-bottom: 0;
    margin-bottom: -80px;
}

.instagram-feed h2 {
    margin-top: 30px;
}

.instagram-feed a.button {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#sbi_images {
    margin-left: -20px;
    margin-right: -20px;
    width: auto !important;
}

.footer-content {
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: baseline;
}

.social-links a {
    width: 25px;
    margin: 40px 15px 20px;
}

.custom-dropdown-wrapper {
    width: 100%;
}

.galerie-item, .restaurant-item {
    border-radius: 15px;
}

#masthead a.button.privatisation {
    position: absolute;
    right: 5px;
    top: 70px;
}

.cta a.button {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
}

section.logos-menu-wrapper {
    margin-bottom: 20px;
}

ul.cta-details.buttons li a, ul.cta-details.buttons li {
    width: 100%;
    text-align: center;
}


button.menu-toggle span {
    display: block;
    height: 1px;
    background: black;
    min-width: 36px;
    margin: 0;
    width: 100%;
    margin: 10px 0;
    border-radius: 6px;
}



}