@charset "UTF-8";
/*!
Author: Magali Nest 
Description: 
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;
}

:where(.wp-block-columns) {
  margin: 0px;
}

/** === Fonts === **/
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/** === general === **/
body {
  font-family: "Montserrat";
  font-weight: normal;
  font-optical-sizing: auto;
  color: #3C3C3C;
  overflow-x: hidden;
}
body .site-main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home h1 {
  color: #F28C28;
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 0rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.home .breadcrumb {
  display: none;
}
.home h2 {
  font-size: 2.5rem;
  font-weight: blod;
  font-family: "Montserrat";
}

h1 {
  font-size: 2.8rem;
  font-family: "Montserrat";
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 3.8rem;
}

h2 {
  color: #3C3C3C;
  font-size: 2.5rem;
  font-family: "Montserrat";
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: normal;
}
h2.dark {
  color: #292A32;
  line-height: 2.7rem;
  margin-bottom: 33px;
}

h3 {
  font-size: 1.8rem;
  margin: 0px;
  font-family: "Montserrat";
  font-weight: normal;
}

p {
  font-size: 20px;
  color: #3C3C3C;
  margin-top: 20px;
  margin-bottom: 20px;
}
p a {
  color: #F28C28;
  text-decoration: none;
}

a.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #F28C28;
  font-family: "Montserrat";
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}
a.wp-block-button__link::before {
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  order: 1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.22);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='2' y1='6' x2='10' y2='6'/%3E%3Cpolyline points='6.5,2.5 10,6 6.5,9.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
  position: relative;
  z-index: 2;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
a.wp-block-button__link::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 20px;
  height: 200%;
  background: rgba(255, 255, 255, 0.1411764706);
  transform: rotate(25deg);
  transition: left 0.6s ease;
  z-index: 1;
}
a.wp-block-button__link:hover::after {
  left: 125%;
}
a.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-color: #292A32;
}
a.wp-block-button__link:hover::before {
  transform: translateX(3px);
  background-color: rgba(255, 255, 255, 0.38);
}

.bt-secondaire a.wp-block-button__link {
  background-color: #fff;
  font-family: "Montserrat";
  border: solid 1px #F28C28;
  color: #F28C28;
}

.site-name, .site-description {
  position: absolute;
  left: -5000px;
}

.wp-block-separator {
  color: #F28C28;
  width: 150px;
  margin-top: 45px;
  margin-bottom: 45px;
  display: inline-block;
}

figure.decor {
  width: fit-content;
  position: relative;
}
figure.decor:after {
  bottom: -20px;
  left: 20px;
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  rotate: 90deg;
  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='85.13' height='79.3' viewBox='0 0 85.13 79.3'%3E%3Cpolyline points='68.96 9.48 68.96 66.87 11.57 66.87' style='fill:none; stroke:%23f28c28; stroke-miterlimit:10; stroke-width:4px;'/%3E%3C/svg%3E");
}
figure.decor:before {
  top: -20px;
  right: 20px;
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  rotate: -90deg;
  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='85.13' height='79.3' viewBox='0 0 85.13 79.3'%3E%3Cpolyline points='68.96 9.48 68.96 66.87 11.57 66.87' style='fill:none; stroke:%23f28c28; stroke-miterlimit:10; stroke-width:4px;'/%3E%3C/svg%3E");
}

.wp-block-image img {
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  width: fit-content;
}

ul.checklist {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
ul.checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 1rem;
}
ul.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #F28C28;
  font-weight: bold;
}

/* FAQ*/
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleOpen {
  from {
    transform: scaleY(0.96);
    opacity: 0.6;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
details {
  border-bottom: 1px solid #666666;
  padding: 1em 0;
  transform-origin: top center;
  transition: transform 0.35s ease;
}
details::last-child {
  border-bottom: 0px solid #fff;
}
details[open] {
  animation: scaleOpen 0.35s ease forwards;
}
details[open] summary {
  color: #F28C28;
}
details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
details > *:not(summary) {
  overflow: hidden;
  animation: fadeSlideIn 0.35s ease forwards;
}
details p {
  font-size: 17px;
}

summary {
  cursor: pointer;
  list-style: none;
  padding-left: 0;
  padding-right: 2em;
  position: relative;
  font-size: 17px;
}
summary::hover {
  color: #F28C28;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.1em;
  height: 1.1em;
  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='18.5' height='12' viewBox='0 0 18.5 12'%3E%3Cpolyline points='15.9 2.8 9.1 9.6 2.4 2.9' style='fill:none; stroke:%23F28C28; stroke-linecap:round; stroke-linejoin:round; stroke-width:2px;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.35s ease;
}

blockquote {
  margin-left: 0px;
}
blockquote em {
  color: #F28C28;
  font-size: 1.2em;
}

.full-width {
  background-color: #f0f2f8;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.bg-dark {
  background-color: #292A32;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.small-width {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.no-margin {
  margin-bottom: 0px;
}

.ss-titre {
  color: #F28C28;
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

nav.breadcrumb {
  padding: 10px 16px;
  background-color: #f8f8f8;
  border-left: 3px solid #F28C28;
  border-radius: 0 4px 4px 0;
  margin-bottom: 24px;
  font-size: 0.85rem;
}
nav.breadcrumb span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  line-height: 1.5;
}
nav.breadcrumb a {
  color: #1a1a2e;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
nav.breadcrumb a:hover {
  color: #F28C28;
}
nav.breadcrumb .breadcrumb_last {
  color: #888;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 600px) {
  nav.breadcrumb .breadcrumb_last {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
  }
}

/** === 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 #F28C28;
  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 grey;
  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: #F28C28;
  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;
}

/** === Header === **/
.site-header .bloc-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.site-header .bloc-nav .site-logo img {
  max-height: 150px;
  width: auto;
}
.site-header .top-navigation ul {
  display: flex;
  padding: 0px;
}
.site-header .top-navigation ul.menu-top {
  justify-content: right;
}
.site-header .top-navigation ul li {
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.site-header .top-navigation ul li.current-menu-item a {
  color: #F28C28;
}
.site-header .top-navigation ul li a {
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 0.9rem;
  padding-left: 5px;
  padding-right: 5px;
}
.site-header .top-navigation ul li a:hover {
  color: #F28C28;
}
.site-header .top-navigation ul li.current-page-ancestor a {
  color: #F28C28;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999;
  background: #fff;
  min-width: 790px;
  padding: 25px 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li {
  padding: 0 0 10px 0;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li > a {
  display: block;
  color: #F28C28;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: none;
  padding: 0 0 8px 0;
  margin-bottom: 6px;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li > a:hover {
  color: #292A32;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li > .sub-menu {
  display: flex !important;
  position: static !important;
  flex-direction: column;
  box-shadow: none;
  border: none;
  padding: 0;
  min-width: unset;
  background: transparent;
  gap: 0;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li > .sub-menu li {
  padding: 0;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li > .sub-menu li a {
  color: #666666;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  padding: 4px 0;
  display: block;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li > .sub-menu li a:hover {
  color: #F28C28;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu.sub-menu-normal {
  min-width: inherit;
  display: block;
}
.site-header .top-navigation ul li.menu-item-has-children:hover > .sub-menu {
  display: grid;
}
.site-header .menu-sur-top {
  position: absolute;
  right: 0px;
  top: 0px;
}
.site-header .menu-sur-top ul {
  display: flex;
  margin-right: 15px;
}
.site-header .menu-sur-top ul li {
  list-style-type: none;
  padding-left: 15px;
}
.site-header .menu-sur-top ul li.bt-secondaire a {
  border: solid 1px #F28C28;
  border-radius: 30px;
  padding: 5px 15px;
}
.site-header .menu-sur-top ul li.bt-secondaire a:hover {
  background-color: #F28C28;
  color: #fff;
}
.site-header .menu-sur-top ul li a {
  color: #292A32;
  text-decoration: none;
}
.site-header .menu-sur-top .urgence a {
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  background: #F28C28;
  text-decoration: none;
  border-radius: 15px;
}
.site-header .menu-sur-top .bold a {
  color: #F28C28;
  font-weight: bold;
}

.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li.more {
  background-color: #F28C28;
  font-family: "Montserrat";
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li.more a {
  color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 0px;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li.more:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 20px;
  height: 200%;
  background: rgba(255, 255, 255, 0.1411764706);
  transform: rotate(25deg);
  transition: left 0.6s ease;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li.more:hover::after {
  left: 125%;
}
.site-header .top-navigation ul li.menu-item-has-children > .sub-menu > li.more:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-color: #292A32;
}

.has-mega-menu {
  position: relative;
}

.sub-menu-normal > .sub-menu > li {
  display: block;
}

.site-header .top-navigation ul li.menu-item-has-children.sub-menu-normal:hover > .sub-menu {
  display: block;
  min-width: 290px;
}
.site-header .top-navigation ul li.menu-item-has-children.sub-menu-normal:hover > .sub-menu li a {
  font-weight: normal;
}

.site-logo-mobile,
.menu-mobile {
  display: none;
}

.menu-menu-principal-gauche-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche {
  display: flex;
  flex-direction: row;
  padding: 16px 16px 0;
  gap: 8px;
  border-bottom: 1px solid #eee;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > a {
  display: inline-block;
  padding: 20px 22px;
  border-radius: 30px;
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
  color: #999898;
  transition: background 0.2s;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item.hidden {
  display: none;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item.is-active > a, .menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item.current-menu-item > a, .menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item.current-menu-ancestor > a {
  color: #F28C28;
  position: relative;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item.is-active > a:after, .menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item.current-menu-item > a:after, .menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item.current-menu-ancestor > a:after {
  content: "›";
  position: absolute;
  bottom: -2px;
  left: 54%;
  height: 21px;
  rotate: 90deg;
  font-size: 36px;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  border-top: none;
  z-index: 100;
  flex-direction: row;
  min-height: 200px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu.is-open {
  display: flex;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-left {
  width: 220px;
  border-right: 1px solid #eee;
  padding: 8px 0;
  flex-shrink: 0;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-left > .menu-item > a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-left > .menu-item > a:hover {
  background-color: #f5f5f5;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-left > .menu-item.is-active > a {
  background-color: #F28C28;
  font-weight: 700;
  color: #222;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-left > .menu-item > .sub-menu {
  display: none;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-right {
  flex: 1;
  padding: 12px 20px;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-right > .sub-items {
  display: none;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-right > .sub-items.is-visible {
  display: block;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-right > .sub-items > .menu-item > a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: color 0.2s;
}
.menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-right > .sub-items > .menu-item > a:hover {
  color: #F28C28;
}

.cas-client-wrapper {
  padding: 40px 0;
}

.cas-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-left: 4px solid #F28C28;
  border-radius: 4px;
  padding: 32px;
  height: 100%;
  box-sizing: border-box;
}
.cas-card__sur-titre {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F28C28;
  margin-bottom: 12px;
}
.cas-card__titre {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.3;
}
.cas-card__extrait {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 24px;
}
.cas-card__resultat {
  background: #fff8f3;
  border-top: 2px solid #F28C28;
  padding: 16px;
  margin-top: auto;
}
.cas-card__resultat-label {
  display: block;
  font-weight: 700;
  color: #F28C28;
  font-size: 14px;
  margin-bottom: 6px;
}
.cas-card__resultat p {
  font-size: 14px;
  font-weight: 600;
  color: #F28C28;
  margin: 0;
  line-height: 1.5;
}

.cas-client-swiper .swiper-button-next,
.cas-client-swiper .swiper-button-prev {
  color: #F28C28;
}
.cas-client-swiper .swiper-pagination-bullet-active {
  background: #F28C28;
}

/** === block-custom === **/
.bloc-exertises-home h2 {
  color: #F28C28;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
.bloc-exertises-home .wp-block-columns {
  margin-bottom: 0px;
}
.bloc-exertises-home .card a {
  background: #F5F5F5;
  color: #292A32;
  background: #F5F5F5;
  color: #292A32;
  display: block;
  text-align: center;
  padding: 50px;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  will-change: transform;
}
.bloc-exertises-home .card a:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
  background: #F28C28;
  color: #fff;
}

.menu-menu-specifique-home-container ul#menu-menu-specifique-home {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  position: relative;
}
.menu-menu-specifique-home-container ul#menu-menu-specifique-home > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: grey;
  background: #fff;
}
.menu-menu-specifique-home-container ul#menu-menu-specifique-home > li:last-child > a {
  background: transparent;
  color: #444;
}
.menu-menu-specifique-home-container ul#menu-menu-specifique-home > li.is-active > a {
  color: #F28C28;
}
.menu-menu-specifique-home-container #menu-item-57 > .sub-menu,
.menu-menu-specifique-home-container #menu-item-58 > .sub-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  list-style: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  padding: 14px;
  width: 500px;
  min-height: 200px;
  z-index: 9999;
}
.menu-menu-specifique-home-container #menu-item-57 > .sub-menu > li,
.menu-menu-specifique-home-container #menu-item-58 > .sub-menu > li {
  width: 180px;
  float: left;
  clear: left;
  position: static;
}
.menu-menu-specifique-home-container #menu-item-57 > .sub-menu > li > a,
.menu-menu-specifique-home-container #menu-item-58 > .sub-menu > li > a {
  display: block;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  box-shadow: none;
}
.menu-menu-specifique-home-container #menu-item-57 > .sub-menu > li > a:hover,
.menu-menu-specifique-home-container #menu-item-58 > .sub-menu > li > a:hover {
  color: #F28C28;
}
.menu-menu-specifique-home-container #menu-item-57 > .sub-menu > li.is-active > a,
.menu-menu-specifique-home-container #menu-item-58 > .sub-menu > li.is-active > a {
  background: #f5f5f5;
  border: 1px solid #ddd;
  font-weight: 600;
  color: #111;
}
.menu-menu-specifique-home-container #menu-item-57 > .sub-menu > li > .sub-menu,
.menu-menu-specifique-home-container #menu-item-58 > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 14px;
  left: 208px;
  width: 270px;
  list-style: none;
  border-left: 1px solid #eee;
  padding: 0 0 0 20px;
  display: none;
  background: transparent;
  box-shadow: none;
}
.menu-menu-specifique-home-container #menu-item-57 > .sub-menu > li > .sub-menu > li,
.menu-menu-specifique-home-container #menu-item-58 > .sub-menu > li > .sub-menu > li {
  float: none;
  clear: none;
  width: auto;
}
.menu-menu-specifique-home-container #menu-item-57 > .sub-menu > li > .sub-menu > li > a,
.menu-menu-specifique-home-container #menu-item-58 > .sub-menu > li > .sub-menu > li > a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  background: transparent;
}
.menu-menu-specifique-home-container #menu-item-57 > .sub-menu > li > .sub-menu > li > a:hover,
.menu-menu-specifique-home-container #menu-item-58 > .sub-menu > li > .sub-menu > li > a:hover {
  color: #F28C28;
}
.menu-menu-specifique-home-container #menu-item-57 > .sub-menu {
  display: block;
}
.menu-menu-specifique-home-container #menu-item-58 > .sub-menu {
  display: none;
}

.bloc-bg-noir {
  gap: 0px;
}
.bloc-bg-noir.big-txt .wp-block-image {
  height: auto;
  width: auto;
}
.bloc-bg-noir.big-txt .wp-block-image img {
  border-bottom-right-radius: 0px;
  height: 100%;
  width: auto;
  max-width: inherit;
}
.bloc-bg-noir .wp-block-image {
  height: 100%;
}
.bloc-bg-noir .wp-block-image img {
  border-bottom-right-radius: 0px;
  height: 100%;
  width: auto;
  max-width: inherit;
  max-height: 390px;
}
.bloc-bg-noir .fond-noir {
  background-color: #292A32;
  padding: 40px;
}
.bloc-bg-noir .fond-noir h2 {
  color: #fff;
}
.bloc-bg-noir .fond-noir p {
  color: #fff;
}
.bloc-bg-noir .fond-noir p.ss-titre {
  color: #F28C28;
}
.bloc-bg-noir .fond-noir ul li {
  color: #fff;
}

.full-bg-black {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #292A32;
}
.full-bg-black h2 {
  color: #fff;
}
.full-bg-black p {
  color: #fff;
}
.full-bg-black .ss-titre {
  color: #F28C28;
}
.full-bg-black ul {
  margin-left: 0px;
}
.full-bg-black ul li {
  color: #fff;
  padding-bottom: 15px;
}

.full-width-grey {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F5F5F5;
}

.bg-full-tonic {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F28C28;
  padding-left: 10%;
  padding-right: 10%;
}

.img-sticky {
  position: sticky;
  top: 20px;
}

.bloc-bg-noir.big-txt .img-sticky img {
  position: sticky;
  top: 20px;
  width: 100%;
  height: auto;
}

ul.check {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.check li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
}
ul.check li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline points='2 8 6 12 14 4' style='fill:none; stroke:%23F28C28; stroke-linecap:round; stroke-linejoin:round; stroke-width:2px;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.card-grey {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 40px;
}

.cas-clients {
  position: relative;
}
.cas-clients .cas-client-wrapper {
  position: absolute;
  max-width: 100%;
  top: 0px;
}
.cas-clients .cas-client-wrapper .cas-card__resultat p {
  color: #292A32;
}
.cas-clients .cas-client-wrapper .cas-card__extrait {
  color: #292A32;
}
.cas-clients .cas-client-wrapper .cas-card {
  padding-left: 40px;
  padding-right: 40px;
}

.bloc-cta {
  max-width: 70%;
  margin: auto;
  background: #F28C28;
  padding: 40px;
  border-radius: 30px;
}
.bloc-cta h2 {
  color: #fff;
  font-size: 2rem;
}
.bloc-cta p {
  margin-top: 0px;
  color: #fff;
}
.bloc-cta .bloc-img {
  max-width: 150px;
}
.bloc-cta a.wp-block-button__link {
  background: #fff;
  color: #F28C28;
}

/** === Footer === **/
.bandeau-footer p {
  color: #fff;
  font-weight: normal;
}
.bandeau-footer img {
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  max-height: 50px;
  width: auto !important;
  max-width: inherit;
}

.img-footer {
  width: 100%;
  background-image: url(https://mariecamailavocat.com/wp-content/uploads/2026/04/importance-training-development-paraleg-generative-ai-1-scaled.webp);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 10%;
  padding-right: 10%;
}
.img-footer .titre {
  font-size: 2rem;
  color: #fff;
}

.site-footer {
  background-color: #292A32;
  padding: 50px 15%;
  padding-top: 0px;
  margin-top: 50px;
}
.site-footer p {
  color: #fff;
}
.site-footer p strong {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-footer a {
  color: #fff;
  font-size: 0.8rem;
}
.site-footer h2 {
  color: #fff;
  font-size: 2.2rem;
}
.site-footer .bt-mediation {
  background-color: #1f2025;
  border-radius: 20px;
  padding: 30px;
  margin-top: 50px;
}
.site-footer .liens p {
  font-size: 0.8rem;
}
.site-footer .signature {
  color: grey;
  font-size: 0.8rem;
  text-align: center;
}
.site-footer .signature a {
  color: grey;
}

/** === Responsive === **/
@media screen and (max-width: 750px) {
  html, body {
    overflow-x: clip;
  }
  h2 {
    font-size: 2rem;
  }
  .bloc-cta {
    max-width: 100%;
  }
  .bloc-cta h2 {
    font-size: 1.5rem;
  }
  body .site-main {
    margin-top: -60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .wp-block-button__link {
    padding: 10px 15px;
  }
  body h1 {
    font-size: 2.1rem;
    line-height: inherit;
    margin-top: 70px;
    text-align: center;
  }
  .sur-top-nav {
    display: none;
  }
  .site-logo-mobile {
    display: block;
    text-align: center;
  }
  .site-logo-mobile a {
    text-align: center;
  }
  .site-logo-mobile a img {
    height: 103px;
    width: auto;
  }
  .card-grey {
    padding: 17px;
  }
  .home h1 {
    line-height: normal;
    text-align: center;
    margin-top: 64px;
  }
  .home h2 {
    font-size: 1.5rem;
    color: #F28C28;
    font-weight: bold;
  }
  h3 {
    font-size: 1.5rem;
  }
  .menu-mobile {
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0px;
    height: 70px;
    width: 100%;
    z-index: 100000;
    background: #F28C28;
    padding: 0px;
    margin-bottom: 0px;
  }
  .menu-mobile li {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-mobile li.current-menu-item {
    background-color: #d76f0a;
  }
  .menu-mobile li.contact {
    padding-right: 10px;
  }
  .menu-mobile li.contact a {
    position: relative;
    padding-top: 24px;
  }
  .menu-mobile li.contact a:before {
    top: -1px;
    left: 20px;
    content: "";
    position: absolute;
    height: 22px;
    width: 25px;
    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='24' height='23.56' viewBox='0 0 24 23.56'%3E%3Cpath fill='%23ffffff' d='M20.09,15.32l-.02-4.12v-2.83c0-.53.02-1.08-.03-1.61-.15-.23-.29-.38-.52-.52-3.28-.07-6.56-.02-9.84-.02h-3.61c-.64,0-1.3-.03-1.93.02-.2.13-.4.23-.46.49-.16.76-.05,3.12-.05,4.05,0,2.07-.08,4.17-.01,6.24,0,.19.02.47.13.63.13.19.37.27.59.3.63.08,1.32.03,1.96.03h3.63s6.23,0,6.23,0c1.14,0,2.3.04,3.44-.02.19-.1.38-.21.43-.44.16-.66.06-1.53.05-2.22ZM12.73,6.93c2.13,0,4.31-.08,6.44.04-1.04.85-2.13,1.65-3.19,2.48l-2.64,2.09c-.51.4-1.01.84-1.56,1.17-1.31-1.12-2.67-2.15-4.01-3.23-1.03-.83-2.04-1.7-3.06-2.55,2.67-.06,5.36,0,8.03-.01ZM19.32,17.24c-4.97-.03-9.95.11-14.93,0-.04-3.18,0-6.36,0-9.54.72.48,1.42,1.12,2.09,1.68l3.28,2.65c.61.51,1.33,1.25,2.05,1.57.49-.1,6.56-5.12,7.5-5.86.02,1.27,0,2.54,0,3.8-.01,1.9.03,3.8.01,5.7Z'/%3E%3C/svg%3E");
  }
  .menu-mobile li.urgence a {
    position: relative;
    padding-top: 24px;
  }
  .menu-mobile li.urgence a:before {
    top: -1px;
    left: 30px;
    content: "";
    position: absolute;
    height: 22px;
    width: 25px;
    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='24' height='23.56' viewBox='0 0 24 23.56'%3E%3Cpath fill='%23ffffff' d='M12.52,19.72c0,.27-.07.47-.21.61-.14.14-.34.21-.6.21s-.46-.07-.61-.22c-.15-.15-.23-.35-.23-.6s.07-.46.22-.61c.15-.15.35-.23.6-.23s.46.08.6.23c.15.15.22.35.22.61ZM12.07,17.69h-.74c0-.34,0-.71-.03-1.09-.02-.38-.04-.76-.06-1.13s-.04-.71-.07-1c-.02-.3-.04-.52-.06-.68-.03-.33-.06-.65-.11-.97-.04-.32-.07-.66-.07-1.02,0-.31.06-.56.19-.76.13-.2.32-.3.59-.3s.46.1.57.31c.11.21.16.45.16.74,0,.37-.02.72-.07,1.03-.04.32-.08.64-.11.97,0,.16-.03.39-.05.68s-.05.63-.07,1c-.02.37-.04.75-.06,1.13-.02.38-.03.75-.03,1.09Z'/%3E%3Cline x1='15.36' y1='10.44' x2='19.92' y2='7.38' style='fill:none; stroke:%23ffffff; stroke-linecap:round; stroke-miterlimit:10;'/%3E%3Cline x1='8.43' y1='10.9' x2='3.48' y2='8.27' style='fill:none; stroke:%23ffffff; stroke-linecap:round; stroke-miterlimit:10;'/%3E%3Cline x1='11.45' y1='7.38' x2='11.37' y2='2.94' style='fill:none; stroke:%23ffffff; stroke-linecap:round; stroke-miterlimit:10;'/%3E%3C/svg%3E");
  }
  .menu-mobile li.home {
    padding-left: 10px;
  }
  .menu-mobile li.home a {
    position: relative;
    padding-top: 24px;
  }
  .menu-mobile li.home a:before {
    top: -1px;
    left: 30px;
    content: "";
    position: absolute;
    height: 22px;
    width: 25px;
    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='24' height='23.56' viewBox='0 0 24 23.56'%3E%3Cpath fill='%23ffffff' d='M20.07,10.98c-.18-.39-8.42-8.43-8.6-8.49-.06-.02-.09-.02-.15-.03-2.06,1.91-4.01,3.97-6.01,5.94-.8.79-1.74,1.5-2.5,2.31-.13.14-.27.3-.28.5,0,.09.04.13.09.21.18.09.29.15.49.08.48-.16,1.04-.87,1.42-1.21,0,1.28-.17,8.4.1,9.17.46.28,5.92.13,6.84.13,1.45.02,2.91.03,4.36.02.7,0,1.5.08,2.18-.06.12-.17.13-.39.15-.59.08-.99.02-2.03.02-3.03v-5.76c.39.35,1.2,1.32,1.71,1.28.1,0,.13-.05.2-.1.06-.14.05-.24-.02-.38ZM17.33,18.83l-5.9-.04h-6.08c-.01-3.12,0-6.22.02-9.32,2.06-1.93,4.03-3.96,6.05-5.94.37.18,1.24,1.23,1.59,1.57,1.42,1.41,2.82,2.89,4.31,4.22-.04,3.17.07,6.34,0,9.52Z'/%3E%3C/svg%3E");
    background-repeat: none;
  }
  .menu-mobile li a {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
  }
  .site-header .bloc-nav {
    position: fixed;
    width: 100%;
    background: #292A32;
    z-index: 10000;
    bottom: 0px;
    left: 0px;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: self-start;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding-left: 20px;
    overflow-y: auto;
    /*max-height: calc(100vh - 150px); 
    -webkit-overflow-scrolling: touch; */
    margin-bottom: 0px;
    top: 0px;
  }
  .site-header .bloc-nav.open {
    display: flex;
  }
  .site-header .bloc-nav .site-logo {
    order: -1;
  }
  .site-header .bloc-nav .site-logo img {
    max-height: 90px;
  }
  .site-header .bloc-nav .top-navigation {
    width: 100%;
  }
  .site-header .bloc-nav .top-navigation ul {
    display: block;
  }
  .site-header .bloc-nav .top-navigation ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-header .bloc-nav .top-navigation ul li a {
    color: #fff;
    padding-bottom: 15px;
  }
  .site-header .bloc-nav .top-navigation ul li.menu-item-has-children > a::after {
    content: " ›";
    font-size: 1.1rem;
    margin-left: 6px;
    color: #fff;
    transition: transform 0.2s ease;
    display: inline-block;
  }
  .site-header .bloc-nav .top-navigation ul li.menu-item-has-children.is-open > a::after {
    transform: rotate(90deg);
  }
  .site-header .bloc-nav .menu-item-has-children > a::after {
    content: "›";
    display: inline-block;
    margin-left: 8px;
    font-size: 1.2rem;
    transition: transform 0.2s ease;
    color: #fff;
  }
  .site-header .bloc-nav .menu-item-has-children.mobile-open > a::after {
    transform: rotate(90deg);
  }
  .site-header .bloc-nav .menu-item-has-children > .sub-menu {
    display: none;
  }
  .site-header .bloc-nav .menu-item-has-children.mobile-open > .sub-menu {
    display: block;
  }
  .site-header .top-navigation ul li.menu-item-has-children:hover > .sub-menu {
    display: block;
    min-width: initial;
    width: 100%;
    position: relative;
  }
  .wp-block-columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wp-block-columns.bloc-hero {
    display: flex;
    flex-direction: column;
  }
  .wp-block-columns.bloc-hero > .wp-block-column:first-child {
    order: 2;
  }
  .wp-block-columns.bloc-hero > .wp-block-column:last-child {
    order: 1;
  }
  .wp-block-columns.is-not-stacked-on-mobile {
    padding: 0px;
    gap: 15px;
  }
  .wp-block-spacer {
    height: 15px !important;
  }
  .bloc-exertises-home .card a {
    font-size: 1rem;
    padding: 5px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cas-clients .cas-client-wrapper {
    position: relative;
  }
  .ss-titre {
    line-height: inherit;
  }
  .bt-menu a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: 28px;
    padding-left: 0;
    text-decoration: none;
  }
  .bt-menu a::before, .bt-menu a::after,
  .bt-menu a .burger-line {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
  .bt-menu a::before, .bt-menu a::after {
    content: "";
  }
  .bt-menu a::before {
    top: 6px;
  }
  .bt-menu a .burger-line {
    top: 12px;
  }
  .bt-menu a::after {
    top: 18px;
  }
  .bt-menu a.is-open::before {
    top: 12px;
    transform: translateX(-50%) rotate(45deg);
  }
  .bt-menu a.is-open::after {
    top: 12px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .bt-menu a.is-open .burger-line {
    opacity: 0;
  }
  .site-footer {
    padding: 15px;
    padding-bottom: 50px;
  }
  .bandeau-footer p {
    font-size: 9px;
  }
  .bandeau-footer .wp-block-image img {
    max-width: 28px;
    height: auto;
  }
  .bandeau-footer .bg-full-tonic {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bandeau-footer .wp-block-column.is-vertically-aligned-center {
    align-self: flex-start;
  }
  .bloc-juridique-home {
    padding: 0px;
    margin-bottom: 320px;
  }
  .bloc-juridique-home h2 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .bloc-juridique-home .is-layout-flex {
    padding: 0px;
  }
  .menu-menu-principal-gauche-container #menu-menu-principal-gauche {
    padding: 0px;
  }
  .menu-menu-principal-gauche-container #menu-menu-principal-gauche .wp-block-columns {
    padding: 0px;
  }
  .menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-left {
    width: 50%;
  }
  .menu-menu-principal-gauche-container #menu-menu-principal-gauche > .menu-item > .sub-menu .col-right {
    width: 50%;
  }
  .bloc-bg-noir .wp-block-image img {
    height: auto;
    width: 100%;
  }
  .bloc-exertises-home h2 {
    margin-bottom: 15px;
  }
  .bloc-exertises-home p {
    margin: 0px;
  }
  .bandeau-footer {
    display: none !important;
  }
  .bloc-exertises-home .wp-block-columns {
    margin-bottom: 15px;
  }
  nav.breadcrumb {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
}
