/*!
Author: Magali Nest 
Description: Theme Stabnau 2026 - Gutenberg exclusivement
Version: 1.0
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/** === baground === **/
/** === Links=== **/
/*scss/_mixins.scss*/
/*F_scss/_mixins.scss*/
/*! normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 1em;
  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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/** === Fonts === **/
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Regular.eot");
  src: url("fonts/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Barlow-Regular.woff2") format("woff2"), url("fonts/Barlow-Regular.woff") format("woff"), url("fonts/Barlow-Regular.ttf") format("truetype"), url("fonts/Barlow-Regular.svg#Barlow-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Italic.eot");
  src: url("fonts/Barlow-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Barlow-Italic.woff2") format("woff2"), url("fonts/Barlow-Italic.woff") format("woff"), url("fonts/Barlow-Italic.ttf") format("truetype"), url("fonts/Barlow-Italic.svg#Barlow-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Bold.eot");
  src: url("fonts/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Barlow-Bold.woff2") format("woff2"), url("fonts/Barlow-Bold.woff") format("woff"), url("fonts/Barlow-Bold.ttf") format("truetype"), url("fonts/Barlow-Bold.svg#Barlow-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-BoldItalic.eot");
  src: url("fonts/Barlow-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Barlow-BoldItalic.woff2") format("woff2"), url("fonts/Barlow-BoldItalic.woff") format("woff"), url("fonts/Barlow-BoldItalic.ttf") format("truetype"), url("fonts/Barlow-BoldItalic.svg#Barlow-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Barlow";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-style: 20px;
  color: #353535;
}
body .small-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body p {
  font-size: 1.2rem;
}
body h1 {
  font-size: 3rem;
}
body h2 {
  font-size: 2.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
body h3 {
  color: orange;
  font-size: 2rem;
  font-weight: normal;
}
body .wp-block-button__link {
  background: orange;
}
body .wp-block-button__link:hover {
  background-color: #2ED0D0;
}
body .site-main {
  max-width: 1200px;
  margin: auto;
}
body.home .site-main {
  max-width: 100%;
  margin: auto;
}

.bloc-services a {
  display: block;
  color: #2ED0D0;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 10px;
}
.bloc-services figure {
  text-align: center;
}
.bloc-services figure img {
  height: 80px;
  width: auto;
}

.bloc-2col .display-bloc {
  display: block;
  background-color: #e9e9e9;
  padding: 20px;
}
.bloc-2col .display-bloc figure {
  max-width: 70px;
  height: auto;
}
.bloc-2col .display-bloc h3 {
  color: #353535;
  font-size: 1.8rem;
  margin-bottom: 0px;
}
.bloc-2col .display-bloc p {
  margin: 0px;
  margin-bottom: 20px;
}

.post-content p img {
  width: 100%;
  height: auto;
}

.home .post-content p img {
  width: auto;
  height: auto;
}

/* specifique page nos ressources */
.page-id-2875 h1 {
  color: orange;
  text-align: center;
}

/* specifique page nos ressources */
.articles .content {
  display: flex;
  max-width: 800px;
  gap: 20px;
}
.articles .content article .post-info {
  text-transform: uppercase;
  color: grey;
  border-top: solid 1px grey;
  border-bottom: solid 1px grey;
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 0.8rem;
}
.articles .content article .post-info a {
  color: orange;
}
.articles .content aside {
  width: 300px;
}

/** === FORMS === **/
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,
select {
  -webkit-backface-visibility: hidden;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 15px;
  border: solid 1px #FCBC33;
  outline: 0;
  outline-offset: -4px;
  width: 100%;
  font-family: "Manrope";
  font-size: 0.8em;
  border-radius: 5px;
  min-height: 48px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #BCBCBC;
  font-size: 1em;
  letter-spacing: 0.075em;
}
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,
select:focus {
  outline: 1px dotted #3B3B3B;
  outline-offset: -4px;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=range]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=color]:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
  color: #BCBCBC;
}

label {
  font-weight: 700;
  font-size: 0.7em;
}

input[type=submit] {
  background-color: #FCBC33;
  border: 0px;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Playfair";
  text-transform: uppercase;
  letter-spacing: 2px;
}

input[type=checkbox] {
  height: 30px;
  width: 30px;
}

.contact a {
  color: orange;
}
.contact h3 {
  color: #353535;
  margin-top: 0px;
}
.contact .nf-form-content input[type=submit] {
  background-color: orange;
  font-family: "Barlow";
  font-weight: bold;
  border-radius: 30px;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}
.contact .nf-form-content input[type=submit]:hover {
  background-color: #2ED0D0;
  color: #fff;
}

.nf-response-msg {
  display: block;
  color: green;
  background: #e5f0e5;
  padding: 20px;
}

.site-header {
  background-color: #fff;
  padding: 15px;
  position: sticky;
  top: 0px;
  border-bottom: solid 1px #cccccc;
  z-index: 2;
}
.site-header .bloc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .bloc-header .site-logo a img {
  max-height: 70px;
  width: auto;
}
.site-header .bloc-header .bt-menu-mobile {
  display: none;
  height: 50px;
  width: 50px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cline x1='8.48' y1='12.07' x2='41.77' y2='12.07' style='fill:none; stroke:%23252525; stroke-linecap:round; stroke-miterlimit:10; stroke-width:4px;'/%3E%3Cline x1='8.48' y1='39.5' x2='41.77' y2='39.5' style='fill:none; stroke:%23252525; stroke-linecap:round; stroke-miterlimit:10; stroke-width:4px;'/%3E%3Cline x1='8.67' y1='25.58' x2='41.96' y2='25.58' style='fill:none; stroke:%23252525; stroke-linecap:round; stroke-miterlimit:10; stroke-width:4px;'/%3E%3C/svg%3E");
  position: absolute;
  right: 0px;
}
.site-header .bloc-header .bt-menu-mobile.close {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cline x1='10.88' y1='12.07' x2='38.57' y2='39.5' style='fill:none; stroke:%23252525; stroke-linecap:round; stroke-miterlimit:10; stroke-width:4px;'/%3E%3Cline x1='10.88' y1='39.5' x2='38.57' y2='12.07' style='fill:none; stroke:%23252525; stroke-linecap:round; stroke-miterlimit:10; stroke-width:4px;'/%3E%3C/svg%3E");
  position: absolute;
  right: 0px;
}
.site-header .menu {
  display: flex;
}
.site-header .menu > li {
  list-style-type: none;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.site-header .menu > li.bt-mea {
  background-color: #2ED0D0;
  border-radius: 30px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-header .menu > li.bt-mea a {
  color: #fff;
}
.site-header .menu > li.bt-mea a:hover {
  color: #fff;
}
.site-header .menu > li a {
  text-decoration: none;
  color: #3B3B3B;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-header .menu > li a:hover {
  color: orange;
}
.site-header .menu > li.menu-item-has-children {
  position: relative;
}
.site-header .menu > li.menu-item-has-children:after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 39.7 27.3'%3E%3C!-- Generator: Adobe Illustrator 29.8.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23000; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='st0' points='28.8 12.5 19.8 21.5 10.8 12.5'/%3E%3C/svg%3E");
  position: absolute;
  right: 0px;
  width: 20px;
}
.site-header .menu > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.site-header .menu > li.menu-item-has-children.current-menu-ancestor > a {
  color: orange;
  border-top: solid 2px orange;
}
.site-header .menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #efefef;
  padding: 15px;
  min-width: 270px;
  top: 30px;
}
.site-header .menu .sub-menu li {
  list-style-type: none;
}
.site-header .menu .sub-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-transform: none;
  letter-spacing: 0px;
}
.site-header .menu .sub-menu li a:hover {
  color: orange;
}
.site-header .menu .sub-menu li.current-menu-item a {
  color: orange;
}
.site-header .site-description {
  font-size: 0.2rem;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  top: 0px;
}

.avis .wp-block-column {
  display: flex;
}
.avis .wp-block-column img {
  max-width: 150px;
  height: auto;
  margin-right: 10px;
}

.home {
  position: relative;
}
.home .page {
  position: relative;
}
.home h1 {
  position: absolute;
  color: #fff;
  font-size: 4rem;
  top: 30px;
  left: 10%;
}
.home .titre-slide {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  top: 140px;
  left: 10%;
}
.home .titre-slide .wp-block-button a {
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #20b4b4;
  margin-top: 15px;
}
.home .titre-slide .wp-block-button a:hover {
  background-color: #2ED0D0;
}

.bloc-home-top figure {
  width: 100%;
}
.bloc-home-top figure img {
  width: 100%;
  height: auto;
}
.bloc-home-top .wp-block-image {
  width: 100%;
}

.bloc-3-entrees {
  max-width: 1200px;
  margin: auto;
  margin-top: -80px;
}
.bloc-3-entrees .wp-block-button a {
  background: orange;
  border-radius: 20px;
  padding: 30px;
}
.bloc-3-entrees .wp-block-button a:hover {
  background: #2ED0D0;
}
.bloc-3-entrees .wp-block-button a strong {
  font-size: 2rem;
}

.bg-grey {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bg-grey .small-width {
  max-width: 1200px;
  margin: auto;
}

hr.wp-block-separator {
  width: 150px;
  border-top: 2px solid orange;
}

.bloc-reassurance figure {
  width: 70px;
  margin: auto;
}

.bloc-cta {
  background-color: orange;
  padding: 25px;
  position: relative;
}
.bloc-cta .wp-block-button__link {
  background-color: #fff;
  color: #353535;
}
.bloc-cta .bloc-tel {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background: #2ED0D0;
  padding: 2rem;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  z-index: 9999;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.bloc-cta .bloc-tel .img-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
}
.bloc-cta .bloc-tel.show {
  display: block;
}

.bloc-remontee-auto .bloc-liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 0px;
}
.bloc-remontee-auto .bloc-liste li {
  width: 20%;
  list-style-type: none;
  margin-bottom: 30px;
}
.bloc-remontee-auto .bloc-liste li img {
  width: 100%;
  height: auto;
}
.bloc-remontee-auto .bloc-liste li a {
  text-decoration: none;
}
.bloc-remontee-auto .bloc-liste li a .latest-cards__title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bloc-remontee-auto .bloc-liste li a p {
  color: grey;
}
.bloc-remontee-auto .bloc-liste li a .wp-block-latest-posts__read-more {
  color: orange;
}

.site-footer {
  background-color: #272727;
  padding: 20px;
}
.site-footer .wp-block-columns {
  max-width: 80%;
  margin: auto;
  align-items: center !important;
}
.site-footer .wp-block-columns .wp-block-column p {
  color: #fff;
}
.site-footer .wp-block-columns .wp-block-column a {
  color: #fff;
}
.site-footer .signature {
  color: grey;
  text-align: center;
}
.site-footer .signature a {
  color: grey;
}
.site-footer ul {
  display: block;
}

/** === Responsive === **/
@media screen and (max-width: 1450px) {
  .home h1 {
    top: -10px;
    margin-bottom: 0px;
    font-size: 3rem;
  }
  .home .titre-slide {
    top: 100px;
    font-size: 1.8rem;
  }
  .bloc-home-top figure img {
    height: 100%;
    width: auto;
  }
  .wp-block-image .aligncenter {
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .bloc-home-top figure img {
    height: auto;
    width: 100%;
  }
  .wp-block-image .aligncenter {
    height: auto;
  }
  .wp-block-spacer {
    height: 50px !important;
  }
  body .site-main {
    padding: 15px;
  }
  body h1 {
    text-align: center;
  }
  .bloc-home-top h1 {
    color: #fff;
  }
  .bloc-home-top h2 {
    color: #fff;
  }
  .bloc-home-top .wp-block-image {
    position: absolute;
    top: -21px;
    z-index: -10;
    left: -20px;
    width: 190%;
  }
  .bloc-cta .wp-block-buttons.is-content-justification-right, .bloc-cta .wp-block-buttons.is-content-justification-left {
    justify-content: center;
  }
  .site-header .bloc-header .site-logo a img {
    max-height: 32px;
  }
  .site-header .bloc-header .bt-menu-mobile {
    display: block;
  }
  .bloc-menu {
    display: none;
  }
  .bloc-menu.show {
    display: block;
  }
  .bloc-menu.show .menu {
    padding-left: 0px;
    background-color: #3B3B3B;
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
  }
  .bloc-menu.show .menu li {
    margin-right: 0px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    align-items: center;
  }
  .bloc-menu.show .menu li > a {
    color: #fff;
  }
  .bloc-menu.show .menu li.menu-item-has-children:after {
    content: "";
  }
  .bloc-menu.show .menu .sub-menu {
    display: block;
    width: 100%;
    position: relative;
    background-color: #3B3B3B;
  }
  .bloc-menu.show .menu .sub-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .home h1 {
    display: block;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: inherit;
    left: inherit;
    font-size: 2.5rem;
  }
  .home h2 {
    text-align: center;
    display: block;
    color: #252525;
    position: relative;
    font-size: 1.5rem;
  }
  .home .titre-slide {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .home .titre-slide h2 {
    color: #fff;
  }
  .home .titre-slide .is-layout-flex {
    justify-content: center;
  }
  .bloc-3-entrees {
    display: block;
    gap: 10px;
  }
  .bloc-3-entrees .wp-block-button a {
    width: 100%;
    font-size: 1rem;
    padding: 13px;
  }
  .bloc-3-entrees .wp-block-button a strong {
    font-size: 1.3rem;
  }
  .bloc-3-entrees .wp-block-buttons {
    width: 100%;
  }
  .bloc-3-entrees .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  #menu-item-wpml-ls-3-de > a img {
    opacity: 0.5;
  }
  #menu-item-wpml-ls-3-de .sub-menu {
    padding: 0px;
    margin-top: 20px;
  }
}
