/*!
Theme Name: Aries
Theme URI: http://underscores.me/
Author: Linkweb
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linkweb
*/

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

/* @font-face {
  font-family: 'british_classical_neueregular';
  src: url('./fonts/britishclassicalneue-regular-webfont.woff2') format('woff2'),
    url('./fonts/britishclassicalneue-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

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

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

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

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

header {
  z-index: 200;
}

body.logged-in header#masthead {
  margin-top: 32px !important;
}

body p {
  margin-bottom: 15px !important;
}

/**
 * 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;
  /* background-color: #3f3f3f; */
  padding-left: 10px;
  padding-right: 10px;
  color: black;
}

a.button > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

a.button:hover svg {
  transform: translateX(5px);
}

a.button:active {
  transform: scale(0.95);
}

/**
 * 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"] {
  appearance: button;
  -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"] {
  appearance: textfield;
  -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: var(--color-obsidian-700);
  font-size: 1rem;
  line-height: 1.5;
}

body.logged-in header nav {
  margin-top: 0px;
  z-index: 600;
}

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,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.img-shapeL {
  clip-path: url(#svgMaskL);
}

.img-shapeR {
  clip-path: url(#svgMaskR);
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
/* a {
  color: #4169e1;
}


a:hover,
a:focus,
a:active {
  color: rgb(220 38 38 );
} */

a:focus {
  outline: thin dotted;
}

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

li.current_page_item a {
  color: var(--color-primary);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"] {
  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: black !important;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 3px 10px !important;
}

input::placeholder {
  color: black;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.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 ul a {
  width: 200px;
}

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

  .main-navigation ul {
    display: flex;
  }
}

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

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

.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-container {
  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;
}

/**
*
* Menu
*
**/

.navbar-menu {
  left: 0px;
  visibility: visible;
  transition: all ease 0.5s;
}

.navbar-menu.offArea {
  visibility: hidden;
}

.navbar-menu nav {
  left: 0px;
  transition: all ease 0.5s;
}

.navbar-menu ul.mobile li .sub-menu {
  position: relative;
  max-height: 0;
  transition: all ease 0.4s;
  padding: 0;
}

.navbar-menu ul.mobile li.activeMenu .sub-menu {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
  background: transparent;
  box-shadow: none;
  padding-left: 0 !important;
}

.navbar-menu ul.mobile li .sub-menu li {
  margin-bottom: 0;
  z-index: 0;
}

.navbar-menu ul.mobile li .sub-menu > li:last-child {
  margin-bottom: 1.2rem;
}

.navbar-menu ul.mobile li .sub-menu li a {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 2.2rem;
}

.navbar-menu ul.mobile li {
  z-index: 20;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar-menu.offArea nav {
  left: -1400px;
  transition: all ease 0.5s;
}

.menu-item-has-children li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 10px;
}

#header-menu ul:not(.menu-footer-3 > li ul.sub-menu) {
  min-width: 300px;
}

#header-menu > li {
  height: 80px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .menu-item-has-children ul.sub-menu:not(ul.menu-footer-3 > li > ul.sub-menu) {
    border-top: solid 4px var(--color-secondary);
    top: 80px;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top;
    margin-left: 0;
    transition: all ease 0.6s;
  }

  #masthead ul:not(.sub-menu) {
    height: 100%;
  }

  #masthead {
    height: fit-content;
  }

  #masthead li {
    height: 100%;
  }

  #masthead li {
    display: flex;
    align-items: center;
  }

  #primary .menu-item-has-children:hover ul.sub-menu,
  #masthead .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    height: auto;
    overflow: none;
    visibility: visible;
    transform: scaleY(1);
    transition: all ease 0.6s;
  }
}

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

/* .carousel .flickity-viewport {
  height: 100vh !important;
} */

.carousel {
  position: relative;
  background: #eee;
}

.bgOverlay .grille * {
  position: relative;
  z-index: 4;
}

.carousel-cell {
  width: 90%;
  height: 100vh;
  margin-right: 30px;
  background: #fff;
  border-radius: 5px;
  counter-increment: carousel-cell;
  background-position: center center;
  background-size: cover;
}

#home-slider-8 .carousel-cell {
  height: 100% !important;
  min-height: 100% !important;
}

#home-slider-8 .flickity-viewport {
  height: 100% !important;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  /* content: counter(carousel-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}

#bloc-atouts {
  position: relative;
}

#bloc-atouts::before {
  background-color: rgb(203 213 225);
  content: "";
  position: absolute;
  bottom: 50%;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 3;
}

.grille {
  z-index: 5;
}

.page-template-page-accueil .grille .barre_sup {
  position: absolute;
  height: 40%;
  left: 50%;
  top: 0;
  width: 1px;
  background-color: #fff;
}

.page-template-page-accueil .grille .barre_inf {
  position: absolute;
  height: 30%;
  left: 50%;
  bottom: 80px;
  width: 1px;
  background-color: #fff;
}

.page-template-page-accueil .grille .text_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

body.page-template-page-accueil .grille .vertical_inf {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 80px;
  width: 100%;
  background-color: #fff;
}

.page-template-page-accueil .grille .text_content {
  margin-top: 75px;
}

.grille .barre_sup {
  position: absolute;
  height: 33%;
  left: 50%;
  top: 0;
  width: 1px;
  background-color: #fff;
}

.grille .barre_inf {
  position: absolute;
  height: 30%;
  left: 50%;
  bottom: 40px;
  width: 1px;
  background-color: #fff;
}

.grille .text_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.grille .vertical_inf {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 40px;
  width: 100%;
  background-color: #fff;
}

.grille .text_content {
  margin-top: 15px;
}

.buttons {
  margin-top: 75px;
  display: flex;
  gap: 60px;
}

.buttons a {
  /* padding: 20px; */
  text-align: center;
}

.grille .social {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

footer ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}

#footer-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.svg--icon {
  width: 60px;
  fill: currentColor;
}

.form-field:not(textarea) {
  height: 50px;
}

#modal:not(.opacityTransition) {
  transition: opacity ease 0.4s;
  opacity: 0;
}

#modal.opacityTransition {
  transition: opacity ease 0.4s;
  opacity: 1;
}

#modal:not(.opacityTransition) img {
  transition: opacity ease 0.9s;
  opacity: 0;
}

#modal.opacityTransition img {
  transition: opacity ease 0.9s;
  opacity: 1;
}

#modal {
  z-index: 900;
}

/**
*
* Form
*
*/
fieldset {
  position: relative;
}

fieldset.succes input {
  border: 1px solid green;
}

fieldset.error input {
  border: 1px solid red;
}

fieldset.error small {
  background-color: rgba(255, 0, 0, 0.177);
  color: red;
  padding: 4px 8px;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  overflow: visible;
  top: 100%;
}

.toaster.hide,
.toasterSuccess.hide {
  left: 100%;
  transition: all ease 0.7s;
}

.toaster.show,
.toasterSuccess.show {
  right: 3rem;
  transition: all ease 0.7s;
  z-index: 100;
}

/* BLOG content
	 ========================================================================== */

/**/

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
  font-family: titleFont, serif;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.2;
}

.single-post .type-post .entry-content > section > p {
  margin-bottom: 30px;
}

.single-post h1 {
  font-size: 3rem;
  /* color: var(--color-primary); */
}

.single-post h2 {
  font-size: 2.3rem;
}

.single-post h3 {
  font-size: 1.8rem;
}

.single-post h4 {
  font-size: 1.4rem;
}

blockquote {
  border-left: 1px solid var(--color-primary);
  padding-left: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: 30px;
  margin-bottom: 30px;
  display: block;
}

body ol,
body ul:not(#menu-footer):not(.nav4) {
  list-style: circle;
  margin: 0;
  padding-left: 40px;
}

body #masthead ul:not(.sub-menu),
body ul.reviews {
  list-style: none !important;
  padding-left: 0 !important;
}

/* 
#masthead ul li.current-menu-item a:not(.navbar-6 li.current-menu-item a, .navigation-7 li.current-menu-item a) {
  color: var(--color-secondary);
} */

.page-numbers:hover,
.page-numbers.current {
  color: var(--color-primary);
}

/*
*
* CSS V2
*
*/

main.v2 {
  position: relative;
}

main.v2::before {
  content: "";
  position: absolute;
  background-size: 2px 100%;
  background-color: var(--color-obsidian-300);
  width: 1px;
  height: 100%;
  left: calc(50%);
  top: 0;
  z-index: 2;
}

main.v2 #pageTitle {
  border-bottom: 1px solid var(--color-obsidian-300);
  flex-direction: row-reverse;
}

main.v2 footer {
  z-index: 3;
  position: relative;
}

main.v2 > section {
  position: relative;
  z-index: 4;
}

.containerhere {
  /* margin-bottom: 35px; */
  position: relative;
  /* height: 450px; */
  border: 2px solid white;
}

.containerhere .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 900px 100%;
}

.containerhere .background-img,
.containerhere .foreground-img {
  background-size: 900px;
  background-repeat: no-repeat;
}

.containerhere .foreground-img {
  width: 50%;
}

.containerhere .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerhere .slider:hover {
  background: rgba(242, 242, 242, 0.1);
}

.containerhere .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 800px;
  margin-left: 2px;
  background: var(--color-primary);
  cursor: pointer;
  opacity: 0;
}

.containerhere .slider::-moz-range-thumb {
  width: 6px;
  height: 800px;
  background: var(--color-primary);
  cursor: pointer;
  opacity: 0;
}

.containerhere .slider-button {
  pointer-events: none;
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #ed8b36;
  left: calc(50% - 17px);
  top: calc(50% - 14px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerhere .slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}

.containerhere .slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.allBefaf {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.allBefaf > div {
  width: 100%;
}

@media (max-width: 992px) {
  .allBefaf {
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/*
*
* Media Queries
*
*/

@media (max-width: 1500px) {
  html {
    font-size: 0.9rem;
  }
}

@media (max-width: 992px) {
  main.v2 #pageTitle {
    border-bottom: 1px solid var(--color-obsidian-300);
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.8rem;
  }

  .grille .barre_sup {
    position: absolute;
    height: 30%;
    left: 50%;
    top: 0;
    width: 1px;
    background-color: #fff;
  }

  .grille .barre_inf {
    position: absolute;
    height: 20%;
    left: 50%;
    bottom: 40px;
    width: 1px;
    background-color: #fff;
  }

  .grille .text_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .grille .vertical_inf {
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 40px;
    width: 100%;
    background-color: #fff;
  }

  .grille .text_content {
    margin-top: 15px;
  }

  .page-template-page-accueil .grille .barre_sup {
    position: absolute;
    height: 30%;
    left: 50%;
    top: 0;
    width: 1px;
    background-color: #fff;
  }

  .page-template-page-accueil .grille .barre_inf {
    position: absolute;
    height: 20%;
    left: 50%;
    bottom: 30px;
    width: 1px;
    background-color: #fff;
  }
}

/**
* V3 
**/

#pageTitle.v3 {
  position: relative;
}

.wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6rem;
  min-height: 4rem;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #3f3f3f;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: white;
}

.wpcf7-list-item select {
  min-height: 50px;
}

.wpcf7-list-item input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label {
  border-color: var(--color-primary) !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: var(--color-primary) !important;
}

.wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  transform: scale(1);
  opacity: 1;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.wpcf7-form {
  /* display: flex; */
  flex-wrap: wrap;
}

.wpcf7-form > p {
  width: 100%;
}

textarea {
  resize: none !important;
  height: 150px;
}

.wpcf7 fieldset {
  flex-grow: 1;
  flex-basis: 1;
}

.wpcf7-date,
.wpcf7-text {
  width: 100% !important;
  min-height: 50px;
}

.wpcf7-submit {
  border: solid 1px;
  background-color: var(--color-primary) !important;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  border-color: var(--color-primary);
  color: white;
  cursor: pointer;
  transition: all ease 0.3s;
}

.wpcf7-submit:hover {
  background-color: var(--color-obsidian-800) !important;
  color: #ffffff;
}

.wpcf7-list-item {
  margin: 0 0 1em 1em;
}

.wpcf7-spinner {
  display: none !important;
}

.shadowsolid {
  box-shadow: -8px 8px var(--color-primary);
}

.posLeft::before {
  content: "";
  height: 150px;
  width: 150px;
  border: solid 10px var(--color-primary);
  position: absolute;
  transform: rotate(-30deg);
  right: 50%;
  top: -65px;
}

.posLeft::after {
  content: "";
  position: absolute;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: solid 10px var(--color-secondary);
  position: absolute;
  right: -55px;
  bottom: -65px;
}

.posLeft .imageIllus::after {
  z-index: -1;
  display: block;
  z-index: 0;
  opacity: 0.6;
  position: absolute;
  bottom: -80px;
  left: 33%;
  /* filter: drop-shadow(1px 1px 0px #000000aa); */
  content: "";
  height: 287px;
  width: 287px;
  --dotSize: 0.25rem;
  --bgSize: 1.35rem;
  --bgPosition: calc(var(--bgSize) / 2);
  background-image:
    radial-gradient(
      circle at center,
      var(--color-secondary) var(--dotSize),
      transparent 0
    ),
    radial-gradient(
      circle at center,
      var(--color-primary) var(--dotSize),
      transparent 0
    );
  background-size: var(--bgSize) var(--bgSize);
  background-position:
    0 0,
    var(--bgPosition) var(--bgPosition);
}

.posRight::before {
  content: "";
  height: 150px;
  width: 150px;
  border: solid 10px var(--color-primary);
  position: absolute;
  transform: rotate(-70deg);
  left: 5%;
  bottom: -65px;
}

.posRight::after {
  content: "";
  position: absolute;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: solid 10px var(--color-secondary);
  position: absolute;
  right: 18%;
  top: -65px;
}

.posRight .imageIllus::after {
  z-index: -1;
  display: block;
  z-index: 0;
  opacity: 0.6;
  position: absolute;
  bottom: -80px;
  left: 45%;
  /* filter: drop-shadow(1px 1px 0px #000000aa); */
  content: "";
  height: 287px;
  width: 287px;
  --dotSize: 0.25rem;
  --bgSize: 1.35rem;
  --bgPosition: calc(var(--bgSize) / 2);
  background-image:
    radial-gradient(
      circle at center,
      var(--color-secondary) var(--dotSize),
      transparent 0
    ),
    radial-gradient(
      circle at center,
      var(--color-primary) var(--dotSize),
      transparent 0
    );
  background-size: var(--bgSize) var(--bgSize);
  background-position:
    0 0,
    var(--bgPosition) var(--bgPosition);
}

.text-shadow {
  text-shadow: 1px 1px var(--color-primary);
}

@media screen and (max-width: 1024px) {
  .posLeft::before {
    top: -20px;
  }

  .posLeft::after {
    right: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .beforeblur::before {
    height: 100%;
    width: calc(25% - 5px);
    background: transparent;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
  }
}

@media (min-width: 1024px) {
  .round-texture-blue::before {
    content: "";
    width: 600px;
    height: 600px;
    background-color: var(--color-primary);
    position: absolute;
    opacity: 0.1;
    right: -150px;
    bottom: -150px;
    border-radius: 300px;
    z-index: 6;
  }
}

.round-texture-blue-top-left::before {
  content: "";
  width: 600px;
  height: 600px;
  background-color: var(--color-primary);
  position: absolute;
  left: -150px;
  top: -150px;
  border-radius: 300px;
  z-index: 0;
  opacity: 0.1;
}

.round-texture-blue-cta::before {
  content: "";
  width: 500px;
  height: 500px;
  background-color: #01abb421;
  position: absolute;
  right: -150px;
  bottom: -150px;
  border-radius: 300px;
  z-index: 6;
}

.round-texture-blue-2::before {
  content: "";
  width: 600px;
  height: 600px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  right: -150px;
  top: -150px;
  border-radius: 300px;
  z-index: 6;
}

.round-texture-blue-presta::before {
  content: "";
  width: 200px;
  height: 200px;
  background-color: var(--color-primary);
  opacity: 0.1;
  position: absolute;
  left: calc(50% - 100px);
  bottom: -115px;
  border-radius: 300px;
  z-index: 6;
}

.line-blue::before {
  content: "";
  height: 2px;
  width: 70px;
  background-color: #00abb4;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 10px;
}

.line-white::before {
  content: "";
  height: 2px;
  width: 70px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 10px;
}

#menu-main_nav
  li
  a:not(
    .navbar-4-mobile li a,
    .navbar-5-mobile li a,
    .navbar-6 li a,
    .navigation-7 li a
  ) {
  color: white !important;
}

#menu-main_nav li a:not(.navbar-4-mobile > li .sub-menu a) {
  font-size: 15px !important;
}

#menu-main_nav:not(.navbar-4-mobile) {
  width: 100%;
  justify-content: end;
  padding-right: 40px;
}

#menu-main_nav-1 li a {
  font-size: 16px;
}

/* --> NAVBAR */
.navbar-4-mobile li a {
  color: var(--color-primary) !important;
}

.navbar-5 li a {
  color: #393939;
}

.navbar-5 li {
  height: initial !important;
}

.navbar-5-mobile li a {
  color: var(--color-primary) !important;
}

.animate-presta-template-9:hover svg {
  bottom: 0;
  transform: scale(3);
  transition: all 1s;
}

.animate-presta-template-9 svg {
  transition: all 1s;
}

.animate-presta-template-8:hover .animate-presta-template-8-child {
  height: 100%;
  transition: all 1s;
}

.animate-presta-template-8 .animate-presta-template-8-child {
  transition: all 1s;
}

.hover-presta-template-10:hover .hover-presta-template-10-desc {
  transform: translateY(0px);
  transition: all 1s;
}

@media screen and (min-width: 1024px) {
  .bg-gradient-reviews-2::before {
    content: "";
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5802914915966386) 50%,
      rgba(255, 255, 255, 1) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
}

@media (min-width: 1700px) {
  .splide .splide__arrow--prev {
    left: 36% !important;
  }

  .splide .splide__arrow--next {
    right: 36% !important;
  }
}

@media (min-width: 1200px) {
  .splide .splide__arrow--prev {
    left: 33% !important;
  }

  .splide .splide__arrow--next {
    right: 33% !important;
  }
}

@media (max-width: 1200px) {
  .splide .splide__arrow--prev {
    left: 25px !important;
  }

  .splide .splide__arrow--next {
    right: 25px !important;
  }
}

.splide .splide__arrow--prev,
.splide .splide__arrow--next {
  border: 2px solid var(--color-primary);
  background: transparent;
}

.splide .splide__arrow--prev svg,
.splide .splide__arrow--next svg {
  fill: var(--color-primary);
}

.navbar-6 li.menu-item-type-post_type > a {
  color: black;
}

.navbar-6 li:hover > a {
  color: var(--color-primary);
}

.navbar-6 li.current-menu-item > a {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.navbar-6 li ul.sub-menu {
  top: 59px !important;
  background-color: var(--color-primary);
}

.navbar-6 li ul.sub-menu a {
  color: white !important;
}

.navbar-4 .caret,
.navbar-5 .caret,
.navbar-6 .caret {
  color: transparent;
}

.navbar-4 li ul.sub-menu {
  top: 84px !important;
  background-color: var(--color-secondary);
}

.navbar-5 li ul.sub-menu {
  top: 119px !important;
  z-index: 1;
}

.navbar-4-mobile > li,
.navbar-5-mobile > li,
.navbar-6-mobile > li {
  flex-direction: column;
  align-items: center;
}

.navbar-4-mobile > li .sub-menu,
.navbar-5-mobile > li .sub-menu,
.navbar-6-mobile > li .sub-menu {
  position: relative;
  opacity: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  flex-direction: column;
}

.navbar-4-mobile > li .sub-menu a,
.navbar-5-mobile > li .sub-menu a,
.navbar-6-mobile > li .sub-menu a {
  font-size: 13px !important;
  margin-bottom: 0px;
}

html,
body {
  overflow-x: hidden;
}

.form-3 input,
.form-3 textarea {
  border: none !important;
  border-bottom: 2px solid var(--color-primary) !important;
}

.navbar-5-mobile ul.sub-menu {
  box-shadow: none;
}

.navbar-5-mobile {
  padding-right: 40px;
}

.menu-footer-3 > li {
  display: flex;
  flex-direction: column;
}

@media (min-width: 575px) and (max-width: 1200px) {
  .menu-footer-3 {
    flex-wrap: wrap;
    padding-left: 0px !important;
  }
}

@media (max-width: 575px) {
  .menu-footer-3 {
    flex-wrap: wrap;
    padding-left: 0px !important;
  }
}

#navigation-4 #header-menu li a {
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1625px) {
  #navigation-4 #header-menu li a {
    font-size: 12px;
    font-weight: 800;
  }
}

.font-text {
  font-family: baseTypo;
}

#home-slider-11 .flickity-viewport {
  height: 800px !important;
}

#page-title-11 .flickity-viewport {
  height: 600px !important;
}

.footerMenu {
  z-index: 20 !important;
}

.footerMenu li {
  position: relative !important;
}

.footerMenu .menu-item-has-children ul > li {
  padding-left: 15px;
}

.footerMenu .menu-item-has-children ul {
  position: absolute;
  padding-left: 0;
  margin-left: 0;
  min-width: 250px;
  border-top: solid 4px var(--color-secondary);
  top: 34px;
  left: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: center top;
  margin-left: 0;
  transition: all ease 0.6s;
  background-color: #000000c4;
}

.navSocial {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navSocial svg {
  height: 15px;
  width: 15px;
}

.font-thin {
  font-weight: 100;
  font-variation-settings: "wght" 100 !important;
}

.font-extralight {
  font-weight: 200;
  font-variation-settings: "wght" 200 !important;
}

.font-light {
  font-weight: 300;
  font-variation-settings: "wght" 300 !important;
}

.font-normal {
  font-weight: 400;
  font-variation-settings: "wght" 400 !important;
}

.font-medium {
  font-weight: 500;
  font-variation-settings: "wght" 500 !important;
}

.font-semibold {
  font-weight: 600;
  font-variation-settings: "wght" 600 !important;
}

.font-bold {
  font-weight: 700;
  font-variation-settings: "wght" 700 !important;
}

.font-extrabold {
  font-weight: 800;
  font-variation-settings: "wght" 800 !important;
}

.font-black {
  font-weight: 900;
  font-variation-settings: "wght" 900 !important;
}

.faqItem {
  overflow: hidden;
  max-height: 100vh;
  transition: max-height ease 0.7s;
}

.faqItem.hiddenItem {
  max-height: 0;
}

.triggerGroup .iconTrigger {
  height: 38px;
  width: 38px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  bottom: 2px;
}

.triggerGroup .iconTrigger::before {
  position: absolute;
  background-color: #ffffff;
  left: 2px;
  top: 2px;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  border-radius: 50%;
}

.triggerGroup .iconTrigger.chevrons::before {
  background-image: url(./img/faq/chevrons_close.png);
}

.triggerGroup.active .iconTrigger.chevrons::before {
  background-image: url(./img/faq/chevrons_open.png);
}

.triggerGroup .iconTrigger.arrows::before {
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  background-image: url(./img/faq/arrow_close.png);
}

.triggerGroup.active .iconTrigger.arrows::before {
  background-image: url(./img/faq/arrow_open.png);
}

.triggerGroup .iconTrigger.maths::before {
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  background-image: url(./img/faq/plus.png);
}

.triggerGroup.active .iconTrigger.maths::before {
  background-image: url(./img/faq/minus.png);
}

.flickity-button {
  background: #333;
}

.flickity-button:hover {
  background: #f90;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border: solid 2px var(--color-primary) !important;
  border-radius: 5px;
}

/* icon color */
.flickity-button-icon {
  fill: var(--color-primary) !important;
}

/* position outside */
.flickity-prev-next-button.previous {
  left: calc(33% - 30px) !important;
  z-index: 50;
}

.flickity-prev-next-button.next {
  right: calc(33% - 30px) !important;
  z-index: 50;
}

@media screen and (max-width: 1024px) {
  /* position outside */
  .flickity-prev-next-button.previous {
    left: 30px !important;
    z-index: 50;
  }

  .flickity-prev-next-button.next {
    right: 30px !important;
    z-index: 50;
  }
}

.flickity-prev-next-button {
  top: calc(50% - 22px) !important;
  transform: none !important;
}

@media screen and (max-width: 780px) {
  .flickity-prev-next-button {
    width: 34px !important;
    height: 34px !important;
  }

  .flickity-prev-next-button {
    top: calc(50% - 17px) !important;
    transform: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* position outside */
  .flickity-prev-next-button.previous {
    left: 10px !important;
    z-index: 50;
  }

  .flickity-prev-next-button.next {
    right: 10px !important;
    z-index: 50;
  }
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 26% !important;
  top: 27% !important;
  width: 45% !important;
  height: 45% !important;
}

.leading-relaxed ul li,
.leading-relaxed ol li {
  text-align: left;
}

/*If Icon list is enabled*/

@media screen and (max-width: 1024px) {
  .centerList ul,
  .centerList ol {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  [class*="text"] ol,
  [class*="typo"] ol,
  [class*="text"] ul,
  [class*="typo"] ul {
    padding-left: 0 !important;
  }
}

.iconListEnabled ul li,
.iconListEnabled ol li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
  min-height: 30px;
  position: relative;
}

.iconListEnabled ul li::marker,
.iconListEnabled ol li::marker {
  display: none !important;
}

.iconListEnabled ul li::before,
.iconListEnabled ol li::before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: -28px;
  top: 1px;
  height: 18px;
  width: 18px;
}

.separatorTitle {
  max-width: 100%;
}

.added_to_cart,
#modalFaq + .spacer,
.duplicate_city + .spacer {
  display: none;
}

.grecaptcha-badge {
  z-index: 10;
}

@media (max-width: 1024px) {
  .text-photo ul,
  .text-photo ol,
  .text-photo-2 ul,
  .text-photo-2 ol,
  .text-photo-3 ul,
  .text-photo-3 ol,
  .text-photo-4 ul,
  .text-photo-4 ol,
  .text-photo-5 ul,
  .text-photo-5 ol,
  .text-photo-6 ul,
  .text-photo-6 ol,
  .text-photo-7 ul,
  .text-photo-7 ol,
  .text-photo-8 ul,
  .text-photo-8 ol,
  .text-photo-9 ul,
  .text-photo-9 ol,
  .text-photo-10 ul,
  .text-photo-10 ol,
  .text-photo-11 ul,
  .text-photo-11 ol,
  .typo ul,
  .typo ol,
  .typo-2 ul,
  .typo-2 ol,
  .typo-3 ul,
  .typo-3 ol,
  .typo-4 ul,
  .typo-4 ol,
  .typo-5 ul,
  .typo-5 ol {
    margin-left: 15px !important;
  }
}

/* =====================================================================
   SK NETTOYAGE — DESIGN SYSTEM
   Univers épuré, aéré, fond gris (logo), texte noir, accent orange.
   Chargé globalement (style.css). Les composants utilisent Tailwind
   + les classes helper ci-dessous pour rester harmonieux.
   ===================================================================== */
:root {
  --sk-bg: #e5e3e0; /* gris doux, dérivé du fond du logo */
  --sk-bg-soft: #eeece9; /* gris plus clair (sections alternées) */
  --sk-card: #ffffff;
  --sk-ink: #191919; /* "noir" lisible */
  --sk-ink-soft: #565452; /* texte secondaire */
  --sk-accent: #d85f33; /* orange du logo */
  --sk-accent-strong: #bd4c22; /* hover */
  --sk-accent-tint: rgba(216, 95, 51, 0.1);
  --sk-charcoal: #1c1b1a; /* sections sombres (rythme) */
  --sk-line: rgba(25, 25, 25, 0.12);
  --sk-shadow: 0 18px 40px -22px rgba(28, 27, 26, 0.45);
  --sk-radius: 18px;
}

/* --- Base --------------------------------------------------------- */
body {
  background: var(--sk-bg);
  color: var(--sk-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  scroll-behavior: smooth;
}
/* NB : la couleur du texte est gérée par `body` (hérité) + les composants,
   pour ne pas forcer les <p> en noir sur les blocs sombres (typo-5, etc.). */
::selection {
  background: var(--sk-accent);
  color: #fff;
}

/* Le thème force parfois du blanc : on garde nos sections lisibles */
.site-main {
  background: var(--sk-bg);
}

/* --- Typographie harmonisée -------------------------------------- */
/* Eyebrow : petit sur-titre orange, présent partout pour l'unité */
.sk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "baseTypo", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sk-accent);
  margin: 0 0 1rem;
}
.sk-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--sk-accent);
  display: inline-block;
}
.sk-eyebrow.is-center {
  justify-content: center;
}
.sk-eyebrow.is-light {
  color: var(--sk-accent);
}

/* Titre de section : MÊME taille / graisse partout */
.sk-title {
  font-family: "titleFont", serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--sk-ink);
  margin: 0;
}
.sk-title .accent,
.sk-accent-text {
  color: var(--sk-accent);
}

/* Chapô / texte introductif */
.sk-lead {
  font-family: "baseTypo", sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--sk-ink-soft);
  max-width: 60ch;
}

/* --- Boutons ----------------------------------------------------- */
.sk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  font-family: "baseTypo", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.sk-btn svg {
  width: 1.15em;
  height: 1.15em;
  flex: none;
}
.sk-btn:hover {
  transform: translateY(-2px);
}

.sk-btn--primary {
  background: var(--sk-accent);
  color: #fff;
  box-shadow: 0 12px 26px -12px rgba(216, 95, 51, 0.85);
}
.sk-btn--primary:hover {
  background: var(--sk-accent-strong);
  color: #fff;
}
.sk-btn--primary svg {
  fill: #fff;
}

.sk-btn--dark {
  background: var(--sk-charcoal);
  color: #fff;
}
.sk-btn--dark:hover {
  background: var(--sk-accent);
  color: #fff;
}
.sk-btn--dark svg {
  fill: #fff;
}

.sk-btn--ghost {
  background: transparent;
  color: var(--sk-ink);
  border-color: rgba(25, 25, 25, 0.35);
}
.sk-btn--ghost:hover {
  background: var(--sk-ink);
  color: #fff;
  border-color: var(--sk-ink);
}
.sk-btn--ghost svg {
  fill: currentColor;
}

.sk-btn--light {
  background: #fff;
  color: var(--sk-ink);
}
.sk-btn--light:hover {
  background: var(--sk-accent);
  color: #fff;
}
.sk-btn--light svg {
  fill: currentColor;
}

/* --- Carte ------------------------------------------------------- */
.sk-card {
  background: var(--sk-card);
  border-radius: var(--sk-radius);
  box-shadow: var(--sk-shadow);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Trait de séparation fin sous les titres */
.sk-sep {
  display: block;
  width: 56px;
  height: 3px;
  border-radius: 3px;
  background: var(--sk-accent);
  margin: 1.1rem 0 0;
}
.sk-sep.is-center {
  margin-left: auto;
  margin-right: auto;
}

/* --- Ronds décoratifs orange (accents discrets) ------------------ */
.sk-dot {
  color: var(--sk-accent);
}

/* --- Icônes réseaux sociaux (harmonisées) ------------------------ */
.sk-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  color: var(--sk-ink);
  box-shadow: 0 8px 20px -14px rgba(28, 27, 26, 0.6);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.sk-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.sk-social:hover {
  background: var(--sk-accent);
  color: #fff;
  transform: translateY(-2px);
}
.sk-social.on-dark {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.sk-social.on-dark:hover {
  background: var(--sk-accent);
  color: #fff;
}

/* Accessibilité : focus visible cohérent */
a:focus-visible,
button:focus-visible,
.sk-btn:focus-visible {
  outline: 2px solid var(--sk-accent);
  outline-offset: 3px;
}

/* =====================================================================
   SK NETTOYAGE — NAVIGATION (burger sur tous les écrans)
   ===================================================================== */
.sk-nav {
  background: rgba(229, 227, 224, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--sk-line);
}

/* Bouton téléphone dans la barre */
.sk-nav-phone {
  align-items: center;
  gap: 0.5rem;
  color: var(--sk-ink);
  font-family: "baseTypo", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.25s ease;
}
.sk-nav-phone svg {
  color: var(--sk-accent);
  transition: transform 0.25s ease;
}
.sk-nav-phone:hover {
  color: var(--sk-accent);
}
.sk-nav-phone:hover svg {
  transform: rotate(-8deg);
}

/* Burger */
.sk-burger {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1.5px solid rgba(25, 25, 25, 0.16);
  background: transparent;
  color: var(--sk-ink);
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    color 0.25s ease,
    background-color 0.25s ease;
}
.sk-burger:hover {
  border-color: var(--sk-accent);
  color: var(--sk-accent);
}
.sk-burger-lines {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  width: 22px;
}
.sk-burger-lines span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: width 0.25s ease;
}
.sk-burger-lines span:first-child {
  width: 22px;
}
.sk-burger-lines span:last-child {
  width: 14px;
}
.sk-burger:hover .sk-burger-lines span:last-child {
  width: 22px;
}
.sk-burger-label {
  font-family: "baseTypo", sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Panneau glissant */
.sk-navpanel {
  background: var(--sk-bg-soft);
  box-shadow: 30px 0 60px -30px rgba(0, 0, 0, 0.5);
}
.sk-navclose {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: var(--sk-ink);
  background: rgba(25, 25, 25, 0.05);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.4s ease;
}
.sk-navclose:hover {
  background: var(--sk-accent);
  color: #fff;
  transform: rotate(90deg);
}

/* Liens du panneau (override du walker qui met text-primary) */
.sk-navpanel ul.mobile {
  width: 100%;
}
.sk-navpanel ul.mobile > li {
  width: 100%;
  align-items: stretch !important;
  border-bottom: 1px solid var(--sk-line);
}
.sk-navpanel ul.mobile > li > a,
.sk-navpanel ul.mobile li a {
  color: var(--sk-ink) !important;
  font-family: "titleFont", serif !important;
  font-size: 1.6rem !important;
  text-align: left !important;
  justify-content: flex-start !important;
  padding: 1rem 0 !important;
  margin: 0 !important;
  line-height: 1.15 !important;
  transition:
    color 0.25s ease,
    padding-left 0.25s ease !important;
}
.sk-navpanel ul.mobile > li > a:hover,
.sk-navpanel ul.mobile li.current-menu-item > a,
.sk-navpanel ul.mobile li.current-menu-ancestor > a {
  color: var(--sk-accent) !important;
  padding-left: 0.5rem !important;
  background: transparent !important;
}
.sk-navpanel ul.mobile li .sub-menu {
  padding-left: 1rem !important;
}
.sk-navpanel ul.mobile li .sub-menu a {
  font-size: 1.05rem !important;
  color: var(--sk-ink-soft) !important;
  padding: 0.45rem 0 !important;
}
.sk-navpanel ul.mobile li .sub-menu a:hover {
  color: var(--sk-accent) !important;
}

/* Pied du panneau */
.sk-navfoot {
  border-top: 1px solid var(--sk-line);
}
.sk-navfoot-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--sk-ink-soft);
  font-size: 0.95rem;
  transition: color 0.25s ease;
}
.sk-navfoot-link svg {
  color: var(--sk-accent);
  flex: none;
}
.sk-navfoot-link:hover {
  color: var(--sk-accent);
}

/* Compense la barre fixe : le contenu commence sous la nav */
main#primary {
  padding-top: 0;
}

/* =====================================================================
   SK NETTOYAGE — HERO
   ===================================================================== */
.sk-hero {
  padding-top: 148px;
  padding-bottom: 88px;
  background: var(--sk-bg);
}
@media (min-width: 1024px) {
  .sk-hero {
    padding-top: 168px;
    padding-bottom: 110px;
    min-height: 92vh;
    display: flex;
    align-items: center;
  }
}
.sk-hero .container {
  width: 100%;
}

.sk-hero-roof {
  position: absolute;
  top: 96px;
  right: -60px;
  width: 360px;
  max-width: 55vw;
  color: var(--sk-accent);
  opacity: 0.14;
  z-index: 0;
  pointer-events: none;
}

.sk-hero-title.sk-title {
  font-size: clamp(2.4rem, 5.8vw, 4.1rem);
  line-height: 1.04;
  margin-top: 0.2rem;
}

.sk-hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 120px 22px 22px 22px;
  overflow: hidden;
  box-shadow: var(--sk-shadow);
  background: #d4d1ce;
}
@media (min-width: 1024px) {
  .sk-hero-visual {
    aspect-ratio: 5 / 5.4;
    border-radius: 160px 24px 24px 24px;
  }
}
.sk-hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
}
.sk-hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.sk-hero-video.is-loaded {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .sk-hero-video {
    transition: none;
  }
}
.sk-hero-visual--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e9e7e4, #d7d4d1);
}

/* En-tête des pages internes */
.sk-pagehead {
  padding-top: 138px;
  padding-bottom: 60px;
  background: var(--sk-bg);
}
@media (min-width: 1024px) {
  .sk-pagehead {
    padding-top: 168px;
    padding-bottom: 84px;
  }
}
.sk-pagehead .sk-hero-roof {
  top: 108px;
}

/* En-tête interne AVEC image : photo en fond + voile clair "givré"
   pour garder le texte noir lisible tout en montrant l'image. */
.sk-pagehead--image {
  background: var(--sk-bg);
}
.sk-pagehead-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.sk-pagehead-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(229, 227, 224, 0.82),
    rgba(229, 227, 224, 0.66)
  );
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.sk-pagehead--image .sk-hero-roof {
  opacity: 0.22;
}

/* =====================================================================
   SK NETTOYAGE — CTA (composant signature, carte arrondie)
   ===================================================================== */
.sk-cta {
  position: relative;
  min-height: 520px;
  padding-top: 90px;
  background: var(--sk-bg);
  overflow: hidden;
}
.sk-cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.sk-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(28, 27, 26, 0.4),
    rgba(28, 27, 26, 0.05) 55%,
    rgba(28, 27, 26, 0)
  );
}
.sk-cta-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: 0 24px;
  padding: 3rem 1.8rem 3.4rem;
  background: #fff;
  border-radius: 70px 70px 0 0;
  box-shadow: 0 -24px 60px -30px rgba(28, 27, 26, 0.5);
  text-align: center;
}
.sk-cta-card::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  border-radius: 4px;
  background: var(--sk-accent);
  margin: 0 auto 1.4rem;
}
@media (min-width: 1024px) {
  .sk-cta {
    min-height: 620px;
  }
  .sk-cta-card {
    padding: 4rem 3rem 4.4rem;
    border-radius: 110px 110px 0 0;
  }
}
.sk-cta-card .sk-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

/* =====================================================================
   SK NETTOYAGE — CONTENU GÉNÉRIQUE (sections, médias, texte riche)
   ===================================================================== */
.sk-section {
  padding: 68px 0;
}
@media (min-width: 1024px) {
  .sk-section {
    padding: 96px 0;
  }
}

/* Image encadrée réutilisable */
.sk-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--sk-shadow);
  background: #d4d1ce;
}
.sk-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.sk-media--tall {
  aspect-ratio: 4 / 5;
}

/* Texte riche (corps de contenu) */
.sk-richtext {
  color: var(--sk-ink-soft);
  font-size: 1.02rem;
  line-height: 1.8;
}
.sk-richtext p {
  margin-bottom: 1rem;
}
.sk-richtext a {
  color: var(--sk-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sk-richtext strong,
.sk-richtext b {
  color: var(--sk-ink);
  font-weight: 600;
}
.sk-richtext h2,
.sk-richtext h3,
.sk-richtext h4 {
  color: var(--sk-ink);
  font-family: "titleFont", serif;
  margin: 1.4rem 0 0.6rem;
}
.sk-richtext ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.sk-richtext ul li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.6rem;
}
.sk-richtext ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sk-accent);
}
.sk-richtext ol {
  padding-left: 1.2rem;
  margin: 1rem 0;
}
.sk-richtext ol li {
  margin-bottom: 0.6rem;
}
/* Centrage propre du texte riche sur mobile */
@media (max-width: 1023px) {
  .centerList.sk-richtext ul {
    display: inline-block;
    text-align: left;
  }
}

/* Texte riche sur fond sombre */
.sk-richtext--light {
  color: rgba(255, 255, 255, 0.82);
}
.sk-richtext--light strong,
.sk-richtext--light b {
  color: #fff;
}
.sk-richtext--light a {
  color: var(--sk-accent);
}
.sk-richtext--light h2,
.sk-richtext--light h3,
.sk-richtext--light h4 {
  color: #fff;
}

/* Bloc sombre (rythme) */
.sk-panel-dark {
  background: var(--sk-charcoal);
  border-radius: 36px;
  padding: 60px 26px;
}
@media (min-width: 1024px) {
  .sk-panel-dark {
    border-radius: 90px;
    padding: 92px 72px;
  }
}
.sk-panel-roof {
  position: absolute;
  top: -18px;
  right: -26px;
  width: 260px;
  max-width: 45%;
  color: var(--sk-accent);
  opacity: 0.16;
  z-index: 0;
  pointer-events: none;
}

/* =====================================================================
   SK NETTOYAGE — CARTES SERVICES
   ===================================================================== */
.sk-service {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: left;
}
.sk-service.sk-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -24px rgba(28, 27, 26, 0.55);
}
.sk-service-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.sk-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.sk-service:hover .sk-service-media img {
  transform: scale(1.06);
}
.sk-service-body {
  padding: 1.7rem 1.6rem 1.9rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sk-service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--sk-accent-tint);
  color: var(--sk-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.sk-service-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.sk-service-icon svg {
  width: 28px;
  height: 22px;
}
.sk-service-title {
  font-family: "titleFont", serif;
  font-size: 1.4rem;
  color: var(--sk-ink);
  margin: 0 0 0.5rem;
  line-height: 1.15;
}
.sk-service-desc {
  color: var(--sk-ink-soft);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}
.sk-service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.2rem;
  color: var(--sk-accent);
  font-weight: 600;
  font-size: 0.92rem;
}
.sk-service-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
}
.sk-service:hover .sk-service-link svg {
  transform: translateX(4px);
}

/* =====================================================================
   SK NETTOYAGE — FORMULAIRE + CONTACT
   ===================================================================== */
.sk-formcard {
  background: #fff;
  border-radius: 28px;
  box-shadow: var(--sk-shadow);
  padding: 2.2rem 1.6rem;
}
@media (min-width: 1024px) {
  .sk-formcard {
    padding: 3rem 3rem;
  }
}

/* Champs (FormBuilder -> .form-field / label / .submitButton) */
.form-3 label {
  color: var(--sk-ink) !important;
  font-family: "baseTypo", sans-serif !important;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  text-align: left;
}
.form-3 .form-field {
  width: 100%;
  background: #f4f2ef;
  border: 1.5px solid transparent;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  color: var(--sk-ink);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}
.form-3 .form-field::placeholder {
  color: #9b9894;
}
.form-3 .form-field:focus {
  outline: none;
  background: #fff;
  border-color: var(--sk-accent);
}
.form-3 textarea.form-field {
  min-height: 160px;
  resize: vertical;
}
.form-3 .submitButton {
  background: var(--sk-accent) !important;
  color: #fff !important;
  font-family: "baseTypo", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0.95rem 2.4rem !important;
  cursor: pointer;
  box-shadow: 0 12px 26px -12px rgba(216, 95, 51, 0.85);
  transition:
    background-color 0.25s ease,
    transform 0.25s ease !important;
}
.form-3 .submitButton:hover {
  background: var(--sk-accent-strong) !important;
  transform: translateY(-2px);
}

/* Barre de coordonnées (sombre, lisible, accents orange) */
.sk-contactbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--sk-line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--sk-shadow);
}
@media (min-width: 768px) {
  .sk-contactbar {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sk-contactbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 2.4rem 1.5rem;
  background: var(--sk-charcoal);
  color: #fff;
  transition: background-color 0.25s ease;
}
.sk-contactbar-item:hover {
  background: #262523;
}
.sk-contactbar-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--sk-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.sk-contactbar-icon svg {
  width: 24px;
  height: 24px;
}
.sk-contactbar-label {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sk-accent);
  font-weight: 600;
}
.sk-contactbar-value {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.5;
}

/* =====================================================================
   SK NETTOYAGE — AVIS
   ===================================================================== */
.sk-review {
  height: 100%;
  padding: 2.2rem 2rem 2.4rem;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
}
.sk-review-quote {
  width: 40px;
  height: 40px;
  color: var(--sk-accent);
  opacity: 0.9;
  margin-bottom: 1rem;
}
.sk-review-text {
  color: var(--sk-ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
  margin: 0 0 1.4rem;
  flex: 1;
}
.sk-review-stars {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  color: var(--sk-accent);
}
.sk-review-stars svg {
  width: 20px;
  height: 20px;
}
.sk-review-name {
  font-family: "titleFont", serif;
  font-size: 1.2rem;
  color: var(--sk-ink);
  margin: 0;
}

/* Boutons du carousel Flickity, harmonisés */
.flickity-prev-next-button {
  width: 46px;
  height: 46px;
  background: #fff;
  box-shadow: var(--sk-shadow);
  transition: background-color 0.25s ease;
}
.flickity-prev-next-button:hover {
  background: var(--sk-accent);
}
.flickity-prev-next-button .flickity-button-icon {
  fill: var(--sk-ink);
  transition: fill 0.25s ease;
}
.flickity-prev-next-button:hover .flickity-button-icon {
  fill: #fff;
}
.flickity-prev-next-button.previous {
  left: -6px;
}
.flickity-prev-next-button.next {
  right: -6px;
}

/* =====================================================================
   SK NETTOYAGE — PARTENAIRES / GALERIE / FAQ / ATOUTS / CARTE
   ===================================================================== */

/* Partenaires */
.sk-partner {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 30px -22px rgba(28, 27, 26, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  min-height: 130px;
  transition: transform 0.3s ease;
}
.sk-partner:hover {
  transform: translateY(-4px);
}
.sk-partner img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.7;
  transition:
    filter 0.3s ease,
    opacity 0.3s ease;
}
.sk-partner:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/* Galerie */
.sk-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--sk-shadow);
  border: 0;
  padding: 0;
}
.sk-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.sk-gallery-item:hover img {
  transform: scale(1.08);
}
.sk-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 27, 26, 0.35), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.sk-gallery-item:hover::after {
  opacity: 1;
}
.sk-gallery-plus {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--sk-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.6);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  z-index: 2;
}
.sk-gallery-plus svg {
  width: 22px;
  height: 22px;
}
.sk-gallery-item:hover .sk-gallery-plus {
  transform: scale(1);
  opacity: 1;
}

/* Légende au survol (visible seulement si l'image a une légende) */
.sk-gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 2.4rem 4rem 1.2rem 1.3rem; /* padding-right pour ne pas passer sous le "+" */
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.4;
  text-align: left;
  background: linear-gradient(
    to top,
    rgba(20, 19, 18, 0.88),
    rgba(20, 19, 18, 0)
  );
  transform: translateY(14px);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.sk-gallery-item:hover .sk-gallery-caption {
  transform: translateY(0);
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .sk-gallery-caption {
    transition: none;
  }
}

/* FAQ */
.sk-faq-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 30px -24px rgba(28, 27, 26, 0.5);
  margin-bottom: 0.9rem;
  overflow: hidden;
}
.sk-faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
}
.sk-faq-question {
  font-family: "titleFont", serif;
  font-size: 1.15rem;
  color: var(--sk-ink);
  margin: 0;
  transition: color 0.25s ease;
}
.triggerGroup.active .sk-faq-question {
  color: var(--sk-accent);
}
.sk-faq-toggle {
  position: relative;
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--sk-accent-tint);
}
.sk-faq-answer {
  padding: 0 1.5rem 1.4rem;
  color: var(--sk-ink-soft);
  line-height: 1.75;
}
/* neutralise le fond blanc des pastilles d'icônes FAQ (chevrons/arrows/maths) */
.sk-faq-toggle .iconTrigger::before {
  background-color: transparent !important;
}

/* Atouts (icons) */
.sk-feature {
  padding: 2rem 1.8rem;
  text-align: center;
}
.sk-feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.2rem;
  border-radius: 18px;
  background: var(--sk-accent-tint);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-feature-icon .svg--icon {
  width: 32px;
  height: 32px;
  fill: var(--sk-accent);
  color: var(--sk-accent);
}
.sk-feature-title {
  font-family: "titleFont", serif;
  font-size: 1.3rem;
  color: var(--sk-ink);
  margin-bottom: 0.5rem;
}
.sk-feature-text {
  color: var(--sk-ink-soft);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}

/* Carte */
.sk-map-frame {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--sk-shadow);
  border: 1px solid var(--sk-line);
}
.sk-map-frame #map {
  border-radius: 26px;
}

/* =====================================================================
   SK NETTOYAGE — FOOTER (clair, aéré) + contact rapide flottant
   ===================================================================== */
.sk-footer {
  position: relative;
  overflow: hidden;
  background: var(--sk-bg-soft);
  color: var(--sk-ink);
  border-top: 1px solid var(--sk-line);
  padding: 80px 0 104px;
}
.sk-footer-roof {
  position: absolute;
  bottom: -30px;
  left: -40px;
  width: 300px;
  max-width: 40%;
  color: var(--sk-accent);
  opacity: 0.1;
  pointer-events: none;
}
.sk-footer-logo {
  height: 56px;
  width: auto;
  object-fit: contain;
  border-radius: 10px;
}
.sk-footer-tagline {
  color: var(--sk-ink-soft);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 34ch;
  margin-top: 1.2rem;
}

.sk-footer-heading {
  font-family: "baseTypo", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sk-ink);
  margin-bottom: 1.4rem;
  position: relative;
  padding-bottom: 0.7rem;
}
.sk-footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  background: var(--sk-accent);
}

.sk-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sk-footer-menu li {
  margin: 0;
}
.sk-footer-menu a {
  color: var(--sk-ink-soft);
  font-size: 1rem;
  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
  display: inline-block;
}
.sk-footer-menu a:hover {
  color: var(--sk-accent);
  padding-left: 5px;
}
.sk-footer-menu .sub-menu {
  display: none;
} /* garde le footer épuré */

.sk-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.sk-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: var(--sk-ink-soft);
  line-height: 1.6;
}
.sk-footer-contact li svg {
  width: 20px;
  height: 20px;
  flex: none;
  color: var(--sk-accent);
  margin-top: 2px;
}
.sk-footer-contact a {
  color: var(--sk-ink-soft);
  transition: color 0.25s ease;
}
.sk-footer-contact a:hover {
  color: var(--sk-accent);
}

/* Contact rapide flottant */
.sk-quickcontact {
  position: fixed;
  right: 18px;
  bottom: 84px;
  z-index: 190;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sk-quickcontact-btn {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--sk-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(216, 95, 51, 0.8);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}
.sk-quickcontact-btn svg {
  width: 24px;
  height: 24px;
}
.sk-quickcontact-btn:hover {
  transform: translateY(-3px) scale(1.05);
  background: var(--sk-accent-strong);
}
@media (max-width: 640px) {
  .sk-quickcontact-btn {
    width: 46px;
    height: 46px;
  }
  .sk-quickcontact-btn svg {
    width: 21px;
    height: 21px;
  }
}

/* =====================================================================
   SK NETTOYAGE — AJUSTEMENTS (retours client)
   ===================================================================== */

/* (1) Bloc sombre typo-5 : garantir un texte clair et lisible.
   Le thème/mon ancien `body p` forçait le texte en noir sur fond sombre. */
.sk-panel-dark {
  color: #fff;
}
.sk-richtext--light,
.sk-richtext--light p,
.sk-richtext--light li,
.sk-richtext--light span {
  color: rgba(255, 255, 255, 0.86);
}
.sk-richtext--light strong,
.sk-richtext--light b {
  color: #fff;
}

/* (2) Puces de liste par défaut : le thème applique `list-style: circle`
   à presque tous les <ul> (specificity élevée). On neutralise sur nos listes. */
.sk-footer-menu,
.sk-footer-menu li,
.sk-footer-contact,
.sk-footer-contact li,
.sk-review-stars,
.sk-review-stars li,
.sk-richtext ul,
.sk-richtext ol {
  list-style: none !important;
}

/* (3) Liens du menu footer : survol ET page active en orange (plus en gris).
   `li.current_page_item a` du thème forçait l'actif en gris. */
.sk-footer-menu a:hover,
.sk-footer-menu li.current-menu-item > a,
.sk-footer-menu li.current_page_item > a,
.sk-footer-menu li.current-menu-ancestor > a {
  color: var(--sk-accent) !important;
}
