@charset "UTF-8";
@import '../fonts/remixicon/remixicon.css';
@import '../fonts/avenir/avenir.css';

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: Jost, Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  scroll-behavior: smooth;
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

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

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  font-size: 20px
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden],
.hidden {
  display: none;
}

[type='text'],
input:where(:not([type])),
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus,
input:where(:not([type])):focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

[multiple],
[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,
[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,
[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (max-width: 699px) {
  #topbar {
    display: none !important;
  }
}

@media (min-width: 700px) {
  .container {
    max-width: 700px;
  }
}

@media (min-width: 1020px) {
  .container {
    max-width: 1020px;
  }
}

@media (min-width: 1220px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.top-0 {
  top: 0px;
}

.top-24 {
  top: 6rem;
}

.isolate {
  isolation: isolate;
}

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

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-auto {
  margin-inline-start: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-md {
  max-width: 28rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.-space-x-px> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-x> :not([hidden])~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-gray-900\/5> :not([hidden])~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.05);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: #274798;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.ps-0 {
  padding-inline-start: 0px;
}

.ps-10 {
  padding-inline-start: 2.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.text-end {
  text-align: end;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: #274798;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header {
  border-bottom: 1px solid #E9E9E9;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  box-shadow: 20px 20px 80px 0px rgba(0, 0, 0, 0.05);
}

body.header-sticky {
  padding-top: 80px;
}

@media (max-width: 767px) {
  body.header-sticky {
    padding-top: 60px;
  }
}

header .seperator {
  width: 1px !important;
  height: 44px;
  background-color: #E9E9E9;
  display: block;
  margin-right: 20px;
}

header .text-white.btn.text-lg {
  position: relative;
  z-index: 40;
}

header .bg-secondary {
  margin-left: 10px !important;
}

header .bg-secondary:hover {
  background-color: #1D1D1B;
}

.navbar-toggler {
  position: relative;
  z-index: 9999999999999999999;
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  height: 18px;
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler #icon-wrap {
  width: 20px;
  height: 18px;
  display: inline-block;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navbar-toggler #icon-wrap span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1D1D1B;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 8px;
}

.navbar-toggler #icon-wrap span:nth-child(1) {
  top: 0;
}

.navbar-toggler #icon-wrap span:nth-child(2) {
  top: 7px;
  right: 0;
  left: auto;
}

.navbar-toggler #icon-wrap span:nth-child(3) {
  display: none;
}

.navbar-toggler #icon-wrap span:nth-child(4) {
  top: 14px;
  right: 0;
  left: auto;
}

#icon-wrap span:nth-child(3) {
  top: 7px;
}

.nav-open #icon-wrap span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}

.nav-open #icon-wrap span:nth-child(2) {
  transform: rotate(45deg);
  width: 20px;
}

.nav-open #icon-wrap span:nth-child(3) {
  transform: rotate(-45deg);
  display: block;
}

.nav-open #icon-wrap span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

.nav-open .mobile-menu {
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  display: block;
}

.nav-open .mobile-menu.site-mobile-drawer {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}

.mobile-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
  height: 100vh;
}

.mobile-menu .mobile-container {
  width: 100%;
  height: calc(100vh - 60px);
  overflow: scroll;
}

.mobile-menu .navbar-nav {
  padding: 15px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.mobile-menu .navbar-nav li:first-child a {
  padding-top: 0;
}

.mobile-menu .navbar-nav li a {
  color: #1D1D1B;
  font-family: "avenirBook";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.9px;
  padding: 10px 0;
  border-bottom: 1px solid #E9E9E9;
  display: block;
}

.mobile-menu .navbar-nav li a.border-bottom-none {
  border-bottom: none !important;
}

.mobile-menu .navbar-nav li a.btn {
  border-bottom: none !important;
  border-radius: 100px;
  background: #274798;
  display: flex;
  width: 100%;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 16px
}

.mobile-menu .app {
  padding: 15px 0;
}

.mobile-menu .app h5 {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.9px;
}

.mobile-menu .app .downloads {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

.mobile-menu .app .downloads a {
  width: calc(50% - 5px);
  height: 60px;
  border-radius: 16px;
  border: 3px solid #FFF;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #E9E9E9;
  margin-right: 2.5px;
}

.mobile-menu .app .downloads a+a {
  margin-left: 2.5px;
  margin-right: 0;
}

.mobile-menu .app .downloads a:hover {
  background-color: #274798;
}

.mobile-menu .app .downloads a:hover i,
.mobile-menu .app .downloads a:hover .text p,
.mobile-menu .app .downloads a:hover .text span {
  color: #fff;
}

.mobile-menu .app .downloads a i {
  font-size: 32px;
  color: #274798;
}

.mobile-menu .app .downloads a .text {
  margin-left: 10px;
}

.mobile-menu .app .downloads a .text span {
  color: #7B8091;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
  line-height: normal;
}

.mobile-menu .app .downloads a .text p {
  color: #1D1D1B;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: normal;
}

.dark-box {
  position: relative;
  border-radius: 16px;
  background-color: #0C0C0C;
  padding: 25px;
  z-index: 1;
}

.dark-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 352px;
  opacity: 0.15;
  background: #2563FF;
  filter: blur(100px);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dark-box img {
  width: 94px;
  height: 94px;
}

.dark-box h3 {
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.72px;
  margin: 15px 0;
}

.dark-box p {
  color: #AEB2C1;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  margin-bottom: 25px;
}

.dark-box a {
  width: 100%;
  display: block;
  border-radius: 32px;
  border: 1px solid #F4F4F4;
  background: linear-gradient(99deg, rgba(217, 217, 217, 0.4) -25.81%, rgba(217, 217, 217, 0.2) 130.94%);
  box-shadow: 0px 1.85px 3.15px 0px rgba(49, 49, 49, 0.02), 0px 8.15px 6.52px 0px rgba(49, 49, 49, 0.04), 0px 20px 13px 0px rgba(49, 49, 49, 0.05), 0px 38.52px 25.48px 0px rgba(49, 49, 49, 0.06), 0px 64px 46px 0px rgba(49, 49, 49, 0.04), 0px 100px 80px 0px rgba(49, 49, 49, 0.02);
  padding: 10px 15px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section .footer-box {
  font-family: "avenirBook", sans-serif;
}

section .footer-box .footer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section .footer-box ul li {
  display: block;
}

section .footer-box ul li a {
  display: block;
  color: #1D1D1B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}

section .footer-box ul li a:hover {
  color: #274798;
}

@media (max-width: 1280px) {

  header .text-lg:not(.btn),
  .mobile-header .text-lg:not(.btn) {
    padding: 0.5rem 0.2rem !important;
    font-size: 1rem;
  }

  header .text-white.btn,
  .mobile-header .text-white.btn {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  header .h-8 {
    width: 100px;
    height: auto;
  }

  header .h-20 {
    height: 60px;
  }

  header .text-white.btn.text-lg {
    font-size: 14px;
    padding: 0.25rem 0.8rem !important;
  }

  .mobile-header.h-20 {
    height: 60px;
  }

  .mobile-header .h-8 {
    width: 100px;
    height: auto;
  }

  .mobile-header .text-white.btn.text-lg {
    font-size: 14px;
    padding: 0.25rem 0.8rem !important;
  }
}

footer {
  font-family: "avenirBook", sans-serif;
  margin-top: 100px;
  z-index: 9999;
  position: relative;
  background-color: #fff;
}

footer > .container {
  padding: 0 30px;
}

.footer-separator {
  border: none;
  border-top: 1px solid #E9E9E9;
  margin: 30px 0 0 0;
}

footer .footer-ab-partner-cta {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1.25rem;
  background: #274798;
  border: none;
  border-radius: 9999px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.125rem;
  transition: background-color 0.3s ease;
}

footer .footer-ab-partner-cta:hover {
  background: #1a3066;
  color: #fff;
}

footer .footer-affiliate-cta-mobile {
  display: none;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 1020px) {
  footer .footer-box {
    border-bottom: 1px solid #E9E9E9;
    text-align: left;
  }

  footer .footer-box ul li a {
    text-align: left;
  }

  .footer-box {
    overflow: hidden
  }

  footer .copy-band.mobile .social-list {
    justify-content: center;
  }
}

/* CTA affilié : même seuil que Tailwind md (1020px) — mobile centré sous 1020px, colonne à gauche à partir de 1020px */
@media (max-width: 1019px) {
  footer .footer-box .footer-affiliate-cta-wrapper {
    display: none !important;
  }

  footer .footer-affiliate-cta-mobile {
    display: flex;
    justify-content: center;
  }
}

footer .footer-box {
  text-align: left;
}

footer .footer-box .footer-title {
  color: #1D1D1B;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

footer .footer-box .footer-title .ri-subtract-line {
  display: none;
}

footer .footer-box .footer-title .ri-add-line {
  display: none;
}

footer .footer-box .footer-title.active .ri-subtract-line {
  display: block;
}

footer .footer-box .footer-title.active .ri-add-line {
  display: none;
}

footer .footer-box .footer-title.active+ul {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-bottom: 20px;
}

footer .footer-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
}

/* CTA « Devenir affilié » : aligné à gauche avec le titre et les liens (flex pour dominer text-align / utilitaires) */
footer .footer-box .footer-affiliate-cta-wrapper {
  margin-top: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1020px) {
  footer .footer-box .footer-affiliate-cta-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  footer .footer-box .footer-affiliate-cta-wrapper .footer-ab-partner-cta {
    flex-shrink: 0;
  }
}

@media (max-width: 1020px) {
  footer .footer-box .footer-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  footer .footer-box .footer-title .ri-add-line {
    display: block;
  }

  footer .footer-box ul {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}

/* Annule la marge négative héritée de `footer ul li` pour aligner liens et CTA */
footer .footer-box ul li {
  display: block;
  margin-left: 0;
}

footer .footer-box ul li a {
  display: block;
  color: #1D1D1B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}

footer .footer-box ul li a:hover {
  color: #274798;
}

footer .copy-band {
  border-top: 1px solid #E9E9E9;
  margin-top: 35px;
  padding: 35px 0;
}

footer .copy-band.mobile {
  border-top: none;
  padding-top: 0;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

footer .copy-band.mobile > .dropdown {
  margin-top: 30px;
  position: relative;
}

footer .copy-band.mobile .dropdown-menu.country {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  right: auto !important;
  min-width: 200px;
}

footer .copy-band img {
  width: 60px;
}

footer .copy-band p {
  color: #1D1D1B;
  text-align: center;
  font-family: "avenirBook";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

footer .artibox-mobile {
  background-color: #0C0C0C;
  width: 100%;
  height: 328px;
  margin-bottom: 35px;
  padding: 30px 0;
  position: relative;
}

footer .artibox-mobile:after {
  content: "";
  top: 0;
  width: 33vh;
  height: 100%;
  right: 0;
  background-color: #274798;
  position: absolute;
}

footer .artibox-mobile:before {
  content: "";
  bottom: 0;
  width: 417px;
  height: 446px;
  right: 15vh;
  position: absolute;
  z-index: 999;
}

footer .artibox-mobile .text {
  width: 910px;
}

footer .artibox-mobile .text h2 {
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1px;
}

footer .artibox-mobile .text h2 span {
  color: #274798;
}

footer .artibox-mobile .downloads {
  display: flex;
  margin-top: 40px;
}

footer .artibox-mobile .downloads a {
  width: 290px;
  height: 100px;
  border-radius: 24px;
  border: 3px solid #FFF;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding-left: 25px;
  transition: all 0.3s ease-in-out;
}

footer .artibox-mobile .downloads a:hover {
  background-color: #274798;
}

footer .artibox-mobile .downloads a:hover i,
footer .artibox-mobile .downloads a:hover .text p,
footer .artibox-mobile .downloads a:hover .text span {
  color: #fff;
}

footer .artibox-mobile .downloads a i {
  font-size: 55px;
  color: #274798;
}

footer .artibox-mobile .downloads a .text {
  margin-left: 20px;
}

footer .artibox-mobile .downloads a .text span {
  color: #7B8091;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
}

footer .artibox-mobile .downloads a .text p {
  color: #1D1D1B;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (max-width: 1440px) {
  footer .artibox-mobile .text h2 {
    font-size: 36px;
  }
}

@media (max-width: 1280px) {
  footer {
    margin-top: 30px;
  }

  footer .artibox-mobile {
    height: auto;
    padding-bottom: 30px;
  }

  footer .artibox-mobile:before,
  footer .artibox-mobile:after {
    display: none;
  }

  footer .artibox-mobile .text {
    width: 100%;
  }

  footer .artibox-mobile .text h2 {
    font-size: 34px;
    text-align: center;
  }

  footer .artibox-mobile .text .downloads {
    justify-content: center;
    margin-bottom: 25px;
  }
}

@media (min-width: 1280px) {
  footer .mobile-mockup {
    display: block;
    position: absolute;
    right: 5vw;
    bottom: 0;
    z-index: 1000;
  }
  footer .mobile-mockup img {
    max-height: 320px;
    width: auto;
    object-fit: contain;
  }
}

@media (max-width: 1020px) {
  .social-list.hidden {
    display: none !important;
  }

  footer .copy-band {
    border-top: none;
    padding: 0;
  }
}

@media (min-width: 1020px) {
  footer .footer-title i {
    display: none;
  }
}

@media (max-width: 767px) {
  footer .artibox-mobile .text h2 {
    font-size: 20px;
  }

  footer .artibox-mobile .downloads a {
    height: 70px;
    padding: 0 10px;
  }

  footer .artibox-mobile .downloads a .icon i {
    font-size: 32px;
  }

  footer .artibox-mobile .downloads a .text {
    margin-left: 10px;
  }

  footer .artibox-mobile .downloads a .text span {
    font-size: 12px;
    line-height: normal;
    display: block;
  }

  footer .artibox-mobile .downloads a .text p {
    font-size: 16px;
    line-height: normal;
  }
}

.btn {
  transition: all 0.3s ease-in-out;
}

.btn.btn-black {
  background-color: #1D1D1B;
  color: #fff;
}

.btn.btn-black:hover {
  background-color: #274798;
}

.btn.btn-black.btn-shadow {
  box-shadow: 0px 1.85px 3.15px 0px rgba(49, 49, 49, 0.02), 0px 8.15px 6.52px 0px rgba(49, 49, 49, 0.04), 0px 20px 13px 0px rgba(49, 49, 49, 0.05), 0px 38.52px 25.48px 0px rgba(49, 49, 49, 0.06), 0px 64px 46px 0px rgba(49, 49, 49, 0.04), 0px 100px 80px 0px rgba(49, 49, 49, 0.02);
}

.btn.btn-secondary {
  background-color: #274798;
  color: #fff;
}

.btn.btn-secondary:hover {
  background-color: #1D1D1B;
}

.btn.btn-danger {
  background-color: #F00F0F;
  color: #fff;
}

.btn.btn-md {
  padding: 13px 30px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1.1px;
}

.btn.btn-sm {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1.1px;
}

.btn.btn-success {
  background-color: #40D446;
  color: #fff;
}

.btn.btn-success.btn-shadow {
  box-shadow: 0px 10px 20px 0px rgba(64, 212, 70, 0.5);
}

.btn.btn-success:hover {
  background-color: #274798;
}

.btn.btn-success:hover.btn-shadow {
  box-shadow: 0px 10px 20px 0px rgba(39, 71, 152, 0.5);
}

.badge {
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}

.badge.badge-warning {
  background-color: rgba(240, 108, 66, 0.1);
  color: #F06C42;
}

.badge.badge-success {
  background-color: rgba(64, 212, 70, 0.1);
  color: #40D446;
}

@media (max-width: 1280px) {
  .btn.btn-md {
    font-size: 20px;
  }
}

@media (max-width: 1020px) {
  .btn.btn-md {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.construction-table .thead {
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: rgba(244, 244, 244, 0.5);
}

.construction-table .thead p {
  color: #7B8091;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  padding: 14px 0 14px 14px;
  width: 20%;
}

.construction-table .thead p.franchise {
  width: 250px;
}

.construction-table .thead p.nombre {
  width: 171px;
}

.construction-table .thead p.local {
  width: 180px;
}

.construction-table .thead p.montant {
  width: 150px;
}

.construction-table .tbody .construction {
  display: flex;
  padding: 14px 0;
  align-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.construction-table .tbody .construction:nth-child(even) {
  background-color: rgba(244, 244, 244, 0.5);
  border-color: #E9E9E9 !important;
}

.construction-table .tbody .item {
  padding: 0 14px 0 0;
}

.construction-table .thead p:first-child {
  padding-left: 14px
}

.construction-table .tbody .item.p-0 {
  padding: 0 !important;
}

.construction-table .tbody .item figure img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.construction-table .tbody .item.local {
  color: #7B8091;
  width: 180px;
}

.construction-table .tbody .item.nombre {
  width: 121px;
}

.construction-table .tbody .item.montant {
  width: 150px;
}

.construction-table .tbody .item.postule {
  width: 20%;
  text-align: right;
}

.construction-table .tbody .item.franchise {
  align-items: center;
  width: 250px;
  padding-left: 14px;
}

.construction-table .tbody .item.franchise .text p {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.construction-table .tbody .item.franchise .text span {
  display: block;
  color: #7B8091;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

.construction-table .tbody .item.franchise .text span i {
  color: #F04242;
}

.construction-table .tbody .item.franchise .text span.success i {
  color: #40d446;
}

.construction-table .tbody .item.franchise .text span.error i {
  color: #F04242;
}

.construction-table .tbody .item.franchise .text span.localisation i {
  color: #41bfef;
}

.custom-table {
  width: 100%;
}

.custom-table thead tr th {
  background-color: #274798;
  padding: 15px 25px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.custom-table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}

.custom-table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}

.custom-table tbody tr:nth-child(even) {
  background-color: rgba(244, 244, 244, 0.5);
}

.custom-table tbody tr td {
  padding: 20px 25px;
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #E9E9E9;
}

.table-responsive {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.table-responsive::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1439px) {
  .construction-table .thead p {
    font-size: 14px;
    padding: 14px 7px;
  }

  .construction-table .thead p.franchise {
    width: 200px;
  }

  .construction-table .thead p.local {
    width: 150px;
  }

  .construction-table .thead p.nombre {
    width: 140px;
  }

  .construction-table .thead p.montant {
    width: 120px;
  }

  .construction-table .tbody .item {
    font-size: 14px;
    padding: 0 7px;
  }

  .construction-table .tbody .item .construction {
    justify-content: flex-end;
  }

  .construction-table .tbody .item figure img {
    width: 50px;
    height: 50px;
  }

  .construction-table .tbody .item.franchise {
    width: 250px;
  }

  .construction-table .tbody .item.franchise .text p {
    font-size: 18px;
  }

  .construction-table .tbody .item.franchise .text span {
    font-size: 14px;
  }

  .construction-table .tbody .item.local {
    width: 150px;
  }

  .construction-table .tbody .item.nombre {
    width: 120px;
  }

  .construction-table .tbody .item.montant {
    width: 120px;
  }

  .construction-table .tbody .item .btn.btn-sm {
    font-size: 16px;
    padding: 10px;
  }

  .construction-table .tbody .item:last-child {
    text-align: end;
  }
}

.construction-table-mobile {
  margin-top: 20px;
}

.construction-table-mobile .item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9;
}

.construction-table-mobile .item:first-child {
  padding-top: 0;
}

.construction-table-mobile .item .image {
  display: flex;
}

.construction-table-mobile .item .image figure {
  width: 40px;
  margin-right: 10px;
}

.construction-table-mobile .item .image figure img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.construction-table-mobile .item .image .detail {
  width: calc(100% - 50px);
}

.construction-table-mobile .item .image .detail p {
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
}

.construction-table-mobile .item .image .detail span {
  display: block;
  color: #7B8091;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
}

.construction-table-mobile .item .image .detail span span {
  display: inline-block;
  color: #1D1D1B;
}

.construction-table-mobile .item .image .detail span.timer i {
  color: #F04242;
}

.construction-table-mobile .item .action {
  text-align: right;
}

.construction-table-mobile .item .action>span {
  font-size: 12px;
  padding: 10px;
  background-color: #F4F4F4;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.construction-table-mobile .item .action .btn-sm {
  font-size: 12px;
  padding: 10px;
  letter-spacing: -0.03em;
  border-radius: 4px;
  display: block;
}

@media (max-width: 767px) {
  .custom-table thead tr th {
    font-size: 14px;
    padding: 10px 20px;
  }

  .custom-table tbody tr td {
    font-size: 14px;
  }

  .custom-table tbody tr td .badge {
    font-size: 14px;
  }
}

.custom-form .form-group.bg-white {
  border-radius: 8px;
  padding: 10px 20px;
}

.custom-form .form-group.bg-light {
  background-color: rgba(244, 244, 244, 0.5);
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 10px 20px;
}

.custom-form .form-group label {
  display: block;
  color: #7B8091;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
}

.custom-form .form-group input:not([type=checkbox]),
.custom-form .form-group textarea {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  resize: none;
}

.custom-form .form-group input:not([type=checkbox])::-moz-placeholder,
.custom-form .form-group textarea::-moz-placeholder {
  color: #1D1D1B;
}

.custom-form .form-group input:not([type=checkbox])::placeholder,
.custom-form .form-group textarea::placeholder {
  color: #1D1D1B;
}

.custom-form .form-group input:not([type=checkbox]):focus,
.custom-form .form-group textarea:focus {
  outline: none;
  box-shadow: none;
}

.custom-form .form-group .selectize-control {
  width: 100%;
}

.custom-form .form-group .selectize-control .selectize-input {
  border: none;
  padding: 0 !important;
  box-shadow: none !important;
  width: 100%;
  background-color: transparent;
}

.custom-form .form-group .selectize-control .selectize-input>input {
  display: inline-block !important;
}

.custom-form .form-group .selectize-control .selectize-input .item {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
}

.custom-form .form-group .selectize-control .selectize-input:not(.no-arrow):after {
  right: 0;
}

.filter-area {
  background-color: #fff;
  border-radius: 8px;
}

.filter-area .form-group {
  display: flex;
  align-items: center;
  padding: 15px;
  border-right: 1px solid #E9E9E9 !important;
  width: 33.33%;
}

.filter-area .form-group.p-0 {
  padding: 0 !important;
  border-right: none !important;
  width: 15%;
}

.filter-area .form-group.p-0 button {
  width: 100%;
  height: 100%;
  border-radius: 0 8px 8px 0;
}

.filter-area .form-group .searchInput {
  border-radius: unset;
  box-shadow: unset;
}

.filter-area .form-group .searchInput .resultBox {
  margin-left: -20px;
  margin-top: 6px;
}

.filter-area .form-group .searchInput input {
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  font-size: unset;
  height: unset;
  outline: unset;
  padding: unset;
  width: unset;
}

.filter-area .form-group .icon {
  font-size: 24px;
  color: #7B8091;
  width: 24px;
}

.filter-area .form-group .text {
  margin-left: 20px;
  width: calc(100% - 44px);
}

.filter-area .form-group .text label {
  display: block;
}

.filter-area .form-group .text .selectize-control {
  height: 26.5px;
}

.selectize-dropdown {
  border-color: #E9E9E9;
  border: none;
}

.selectize-dropdown .option {
  color: #1D1D1B;
  font-size: 16px;
  font-family: "Jost";
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.selectize-dropdown .option:hover,
.selectize-dropdown .option.selected {
  background-color: #1D1D1B;
  color: #fff;
}

@media (max-width: 767px) {
  .custom-form .form-group.bg-light {
    padding: 10px 15px;
  }

  .custom-form .form-group input:not([type=checkbox]),
  .custom-form .form-group textarea,
  .custom-form .form-group .selectize-control .selectize-input .item {
    font-size: 14px;
  }
}

.etape-list {
  display: flex;
  margin: 0 auto;
  max-width: 1610px;
  position: relative;
  flex-wrap: wrap;
}

.etape-list .item {
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 16px;
  padding: 25px 20px;
}

.etape-list .item:hover .number {
  background-color: #274798;
  box-shadow: 0px 0px 0px 5px rgba(39, 71, 152, 0.5), 0px 0px 0px 10px rgba(39, 71, 152, 0.2);
}

.etape-list .item .number {
  border-radius: 100px;
  background: #7B8091;
  box-shadow: 0px 0px 0px 5px rgba(123, 128, 145, 0.5), 0px 0px 0px 10px rgba(123, 128, 145, 0.2);
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.64px;
  line-height: 55px;
  font-family: "avenirBook";
  transition: all 0.3s ease-in-out;
}

.etape-list .item h3 {
  margin: 20px 0 40px 0;
  color: #7B8091;
  text-align: center;
  font-family: "avenirBook";
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.44px;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.etape-list .item img {
  width: 100%;
}

.artisan-list.small .artisan-item {
  height: 220px;
  padding: 20px 15px;
}

.artisan-list.small .artisan-item .text {
  width: 150px;
}

.artisan-list.small .artisan-item .text h3,
.artisan-list.small .artisan-item .text h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}

.artisan-list.small .artisan-item .text p {
  font-size: 18px;
}

.artisan-list.small .artisan-item .text .time {
  font-size: 16px;
  top: 15px;
  right: 15px;
}

.artisan-list.small .artisan-item .text figure {
  right: 20px;
}

.artisan-list.small .artisan-item .text figure img {
  width: 140px;
}

.artisan-list .artisan-item {
  border-radius: 16px;
  background: linear-gradient(180deg, #F3F6FE 0%, #E7ECFF 100%);
  width: 100%;
  height: 310px;
  padding: 22px;
  position: relative;
}

#artisans .artisans-carousel-few-wrap .splide.splide-artisans--few {
  flex: 0 0 auto;
  width: fit-content !important;
  max-width: 100%;
}

#artisans .splide-artisans--few .splide__list {
  justify-content: center;
}

.actualite-list .media-img {
  border-radius: 16px;
  background: linear-gradient(180deg, #F3F6FE 0%, #E7ECFF 100%);
  width: 100%;
  position: relative;
}

.artisan-list .artisan-item .text {
  width: 180px;
}

.artisan-list .artisan-item .text h3,
.artisan-list .artisan-item .text h2 {
  color: #1D1D1B;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 42px;
  margin-bottom: 30px;
}

.artisan-list .artisan-item .text p {
  color: #1D1D1B;
  font-family: "avenirBook", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.72px;
}

.artisan-list .artisan-item .text p span {
  color: #274798;
}

.artisan-list .artisan-item .text .time {
  color: #FFF;
  font-family: "avenirBook", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.4px;
  padding: 8px 10px;
  border-radius: 8px;
  position: absolute;
  top: 22px;
  right: 22px;
  background-color: #1D1D1B;
}

.artisan-list .artisan-item .text figure {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.artisan-list .artisan-item .text figure img {
  width: 200px;
}

.artisan-list .artisan-item .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 42px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.75));
}

.actualite-list .media-img .play {
  width: 65px;
  height: 65px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #274798;
  font-size: 34px;
  position: absolute;
  top: 33%;
  left: calc(50% - 32.5px);
}

.service-list a:hover figcaption {
  color: #274798;
}

.service-list figure {
  background-color: #fff;
  border-radius: 16px;
}

.service-list figure img {
  border-radius: 16px;
  width: 100%;
}

.service-list figure figcaption {
  padding: 20px;
  color: #1D1D1B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 154.545% */
  letter-spacing: -0.66px;
  min-height: 108px;
}

.service-list figure figcaption h3 {
  transition: all 0.3s ease-in-out;
}

.actualite-list .box:hover figure figcaption h5,
.actualite-list .box:hover figure figcaption h3 {
  color: #274798;
}

.actualite-list figure img {
  width: 100%;
  height: 230px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.actualite-list figure figcaption h5,
.actualite-list figure figcaption h3 {
  color: #1D1D1B;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  /* 154.545% */
  letter-spacing: -0.66px;
  margin: 15px 0 10px 0;
  min-height: 102px;
  transition: all 0.3s ease-in-out;
}

.actualite-list figure figcaption p {
  color: #7B8091;
  font-family: "avenirBook", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: -0.5px;
}

.actualite-list figure figcaption .read {
  display: block;
  color: #274798;
  font-family: "avenirBook";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.528px;
  text-decoration-line: underline;
}

ul.circle-list li {
  list-style: none;
}

.circle-list li {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}

.circle-list li i {
  margin-right: 8px;
  color: #274798;
}

@media (max-width: 1600px) {
  .etape-list .item .number {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .etape-list .item h3 {
    font-size: 19px;
  }
}

@media (max-width: 1450px) {
  .etape-list .item h3 {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .etape-list .item {
    padding: 25px 10px 10px 10px;
  }

  .etape-list .item .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 1020px) {
  .artisan-list .artisan-item {
    padding: 12px;
    height: 180px;
  }

  .artisan-list .artisan-item .text h3,
  .artisan-list .artisan-item .text h2 {
    font-size: 20px;
    line-height: normal;
    margin: 0;
  }

  .artisan-list .artisan-item .text p {
    font-size: 16px;
    max-width: 120px;
  }

  .artisan-list .artisan-item .text figure {
    right: 20px;
  }

  .artisan-list .artisan-item .text figure img {
    width: 120px;
  }

  .artisan-list .artisan-item .text .time {
    font-size: 12px;
    padding: 5px 8px;
    top: 12px;
    right: 12px;
  }

  .service-list figure figcaption {
    padding: 10px 15px;
    font-size: 18px;
    line-height: normal;
  }

  .actualite-list figure img {
    height: 150px;
  }

  .actualite-list figure figcaption h5,
  .actualite-list figure figcaption h3 {
    font-size: 18px;
    line-height: normal;
  }

  .actualite-list figure figcaption p {
    font-size: 16px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }

  .actualite-list figure figcaption .read {
    font-size: 16px;
  }

  #contractor .actualite-list figure figcaption h3 {
    min-height: auto;
  }

  #contractor a.box figure figcaption div.figcaption-full {
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 16px;
  }

  .circle-list li {
    font-size: 14px;
  }

  .circle-list li i {
    margin-right: 4px;
  }
}

* {
  box-sizing: border-box;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
  border-radius: 0.25rem;
}

.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.search-area {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.search-area span {
  background: linear-gradient(90deg, #FFF 0%, #274798 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 10px;
  margin: 0 auto 20px 0;
}

.search-area span:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  background-image: url(../img/text-divider.svg);
  width: 100%;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.search-area h1 {
  color: #FFF;
  font-size: 42px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: -0.84px;
  max-width: 820px;
}

.search-area form {
  position: relative;
  margin-top: 75px;
  max-width: 820px;
}

.search-area form i {
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 34px;
}

.search-area form button {
  position: absolute;
  right: 11px;
  top: 11px;
  background-color: #1D1D1B;
  font-family: "avenirBook";
  color: #fff;
}

.search-area form input {
  background-color: #fff;
  border-radius: 1000px;
  width: 820px;
  height: 81px;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  font-family: "avenirBook";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1.2px;
  padding-left: 80px;
}

.search-area form input::-moz-placeholder {
  color: #1D1D1B;
}

.search-area form input::placeholder {
  color: #1D1D1B;
}

.container {
  padding: 0 30px;
}

.primary-font {
  font-family: "Jost", sans-serif;
}

.secondary-font {
  font-family: "avenirBook", sans-serif;
}

section.px-30 {
  padding: 30px 0;
}

section.px-main {
  padding: 70px 0;
}

section.bg-light {
  background-color: #F4F4F4;
}

section.bg-dark {
  background-color: #0C0C0C;
}

section.bg-dark .sc-title {
  color: #fff;
}

section.bg-dark .splide__pagination .splide__pagination__page {
  background-color: rgba(255, 255, 255, 0.1);
}

section.bg-dark .splide__pagination .splide__pagination__page.is-active {
  background-color: #fff;
}

section.bg-primary {
  background-color: #1D1D1B;
}

section.bg-primary .title h1,
section.bg-primary .title h2,
section.bg-primary .title h3,
section.bg-primary .title h4,
section.bg-primary .title h5,
section.bg-primary .title h6 {
  color: #fff;
}

section.bg-primary .splide__pagination .splide__pagination__page {
  background-color: rgba(255, 255, 255, 0.1);
}

section.bg-primary .splide__pagination .splide__pagination__page.is-active {
  background-color: #fff;
}

section.arrow-center .splide__arrow {
  transform: none !important;
  width: 30px;
  height: 30px;
  font-size: 15px;
  background-color: #1D1D1B;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  color: #fff;
  top: calc(50% - 15px);
}

section.arrow-center .splide__arrow.splide__arrow--prev {
  left: -15px;
}

section.arrow-center .splide__arrow.splide__arrow--next {
  right: -15px;
}

section.arrow-center .splide__arrow:hover {
  background-color: #1D1D1B;
  color: #fff;
}

section#services .actions.splide__arrows .splide__arrow {
  background-color: #1D1D1B;
  border: 1px solid #1D1D1B;
  color: #fff;
}

section#services .actions.splide__arrows .splide__arrow:hover {
  background-color: #ffF;
  color: #1D1D1B;
}

section#services .actions.splide__arrows .view-all {
  background-color: #1D1D1B;
  border: 1px solid #1D1D1B;
  color: #fff;
}

section#services .actions.splide__arrows .view-all:hover {
  background-color: #ffF;
  color: #1D1D1B;
}

section.bg-blur {
  position: relative;
  z-index: 2;
}

section.bg-blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1127px;
  opacity: 0.1;
  background: #2563FF;
  filter: blur(100px);
  width: 1127px;
  height: 681px;
  z-index: -1;
}

section .sc-title {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.84px;
  color: #1D1D1B;
}

section .sc-title span {
  color: #274798;
}

section .title h1,
section .title h2,
section .title h3,
section .title h4,
section .title h5,
section .title h6 {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.84px;
  color: #1D1D1B;
}

section .title h1 span,
section .title h2 span,
section .title h3 span,
section .title h4 span,
section .title h5 span,
section .title h6 span {
  color: #274798;
}

section .title p {
  color: #7B8091;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 33px */
  letter-spacing: -0.44px;
}

section .title .actions.splide__arrows {
  position: static;
  display: flex;
}

section .title .actions.splide__arrows .splide__arrow {
  position: static;
  transform: none !important;
  width: 50px;
  height: 50px;
  font-size: 24px;
  background-color: #F4F4F4;
  border: 1px solid #E9E9E9;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

section .title .actions.splide__arrows .splide__arrow:hover {
  background-color: #1D1D1B;
  color: #fff;
}

section .title .actions.splide__arrows .view-all {
  background-color: #F4F4F4;
  border: 1px solid #E9E9E9;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

section .title .actions.splide__arrows .view-all:hover {
  background-color: #1D1D1B;
  color: #fff;
}

@media (max-width: 1020px) {
  section .actions.splide__arrows {
    display: none !important;
  }
}

.numbers {
  flex-wrap: wrap;
}

.number-item {
  font-family: "avenirBook", sans-serif;
}

.number-item span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #7B8091;
}

.number-item p {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  color: #1D1D1B;
}

#etapes .container {
  min-width: 100%;
  padding: 0 30px;
}

#etapes.splide-etapes .etape-list {
  overflow-x: hidden;
}

#etapes.splide-etapes .splide__track {
  overflow: visible;
}

#etapes.splide-etapes .splide__list {
  height: auto !important;
}

#etapes.splide-etapes .splide__slide.item {
  min-width: 0;
}

#sommes p {
  font-family: "avenirBook";
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.4px;
  color: #7B8091;
  max-width: 700px;
  margin: 25px 0 43px 0;
}

#sommes .partner-area {
  position: relative;
  height: 145px;
  width: 100%;
}

#sommes .title-wrapper {
  overflow: hidden;
  height: 20%;
  position: absolute;
  width: 250px;
  top: 100px;
  left: -200px;
  transform: rotate(-90deg);
}

#sommes .title-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#sommes .title-wrap:before {
  content: "";
  background: linear-gradient(90deg, #274798 0%, rgba(39, 71, 152, 0) 51.04%, #274798 100%);
  position: absolute;
  width: 250px;
  height: 100%;
  z-index: 999;
  transform: rotate(0deg);
}

#sommes .title {
  display: block;
  white-space: nowrap;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  animation: styles_line-animation__left 20s linear infinite;
  width: 100%;
}

#sommes .title .title-item {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

#sommes .title .title-item svg {
  margin-right: 10px;
}

#sommes .partners {
  width: 100%;
  height: 250px;
  padding: 20px 30px;
  background-color: #274798;
  position: relative;
}

#sommes .partners:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vh;
  height: 100%;
  width: 100vh;
  background-color: #274798;
}

#sommes .partners ul {
  display: flex;
  flex-wrap: wrap;
}

#sommes .partners ul li {
  width: 25%;
}

#sommes .partners ul li:first-child a {
  border-left: none;
}

#sommes .partners ul li:nth-child(5) a {
  border-left: none;
}

#sommes .partners ul li:nth-last-child(1) a,
#sommes .partners ul li:nth-last-child(2) a,
#sommes .partners ul li:nth-last-child(3) a,
#sommes .partners ul li:nth-last-child(4) a {
  border-bottom: none;
}

#sommes .partners ul li a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

#sommes .partners ul li a:hover img {
  opacity: 1;
}

#sommes .partners ul li a img {
  width: 135px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
  filter: brightness(0) invert(1);
}

a.box figure figcaption div {
  max-height: 95px;
  overflow: hidden;
  font-size: 20px;
}

#contractor .actualite-list figure figcaption h3 {
  min-height: 50px;
}

#contractor a.box figure figcaption div.figcaption-full {
  max-height: none;
  overflow: visible;
}


#video {
  position: relative;
  height: 570px;
  display: flex;
  align-items: center;
}

#video div.video {
  position: absolute;
  bottom: 0;
  right: 0;
}

#video div.video img {
  width: 750px;
}

#video div.video .play {
  display: flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #274798;
  font-size: 34px;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
}

#video div.video .play:before {
  content: "";
  animation: fadeIn 1s infinite alternate;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgb(66, 192, 240);
  border-radius: 100%;
  left: 0;
  top: 0;
}

#video .text {
  width: 600px;
}

#video .text small {
  color: #274798;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.4px;
  display: block;
}

#video .text h3,
#video .text h2 {
  color: #fff;
  font-family: "Jost";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 60px */
  letter-spacing: -1.2px;
}

#video .text p {
  color: #7B8091;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.48px;
}

.avantage-box {
  padding: 20px;
  border-radius: 16px;
}

.avantage-box.v2 {
  position: relative;
  z-index: 1;
  border: none;
  overflow: hidden;
  background-color: #fff;
}

.avantage-box.v2:before {
  content: "";
  z-index: -1;
  background-color: rgba(37, 99, 255, 0.2);
  filter: blur(100px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.avantage-box .icon {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100px;
  background: #274798;
  box-shadow: 0px 0px 0px 4px rgba(39, 71, 152, 0.5), 0px 0px 0px 8px rgba(39, 71, 152, 0.2);
  font-size: 38px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

.avantage-box h4,
.avantage-box h3 {
  color: #1D1D1B;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.72px;
  margin: 13px 0 6px 0;
}

.avantage-box p {
  color: #1D1D1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
}

#avantages .avantage-box {
  text-align: center;
}

#avantages .avantage-box .icon {
  margin-left: auto;
  margin-right: auto;
}

#services {
  position: relative;
  z-index: 1;
}

.social-list {
  display: flex;
  margin: 0 -5px;
}

.social-list li {
  display: block;
  padding: 0 5px;
}

.social-list li.facebook:hover a {
  color: #4267B2;
  border-color: #4267B2;
}

.social-list li.twitter:hover a {
  color: #000;
  border-color: #000;
}

.social-list li.linkedin:hover a {
  color: #0077b5;
  border-color: #0077b5;
}

.social-list li a {
  border: 1px solid #E9E9E9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #1D1D1B;
  display: block;
}

.social-list li a i {
  font-size: 20px;
}

#text-img figure {
  position: relative;
}

#text-img figure .revenu-box {
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  position: absolute;
  box-shadow: 20px 20px 80px 0px rgba(0, 0, 0, 0.05);
}

#text-img figure .revenu-box.revenu-1 {
  left: 2%;
  top: 50%;
  right: auto;
  bottom: auto;
  animation-name: swing;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

#text-img figure .revenu-box.revenu-1:before {
  left: auto;
  right: 25px;
}

#text-img figure .revenu-box.revenu-2 {
  left: 27%;
  bottom: 10%;
  animation-name: swing2;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

#text-img figure .revenu-box.revenu-3 {
  top: 50%;
  right: 26%;
  animation-name: swing;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

#text-img figure .revenu-box.revenu-4 {
  bottom: 10%;
  right: 1%;
  animation-name: swing2;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

#text-img figure .revenu-box.revenu-4:before {
  left: 25px;
}

#text-img figure .revenu-box:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  transform: rotate(45deg);
  top: -7.5px;
  left: calc(50% - 7.5px);
}

#text-img figure .revenu-box span {
  color: #7B8091;
  font-family: "Jost";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

#text-img figure .revenu-box p {
  color: #1D1D1B;
  font-family: "avenirBook";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
}

#text-img .text h3,
#text-img .text h2 {
  color: #1D1D1B;
  font-family: "Jost", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.7px;
  line-height: normal;
}

#text-img .text h3 span,
#text-img .text h2 span {
  color: #274798;
}

#text-img .text p {
  color: #7B8091;
  font-family: "Jost";
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.48px;
  margin: 20px 0;
}

#faq .faq-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 70px 0;
}

#faq .faq-box:before {
  content: "";
  border-radius: 24px;
  background-color: #0C0C0C;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -2;
}

#faq .faq-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 500px;
  border-radius: 1420px;
  opacity: 0.1;
  background-color: #2563FF;
  filter: blur(100px);
}

#faq .faq-box .faq-title {
  color: #FFF;
  font-family: "Jost";
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: -1.2px;
  margin: 0 auto;
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}

#faq .faq-box .faq-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/text-divider.svg);
  width: 100%;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.faq-area {
  border-radius: 16px;
  padding: 15px 60px;
  box-shadow: 20px 20px 80px 0px rgba(0, 0, 0, 0.05);
}

.faq-area.small {
  padding: 20px 25px;
}

.faq-area.small details summary {
  padding: 20px 0;
  font-size: 20px;
}

.faq-area.small a {
  width: 100%;
  display: block;
  border-radius: 32px;
  border: 1px solid #F4F4F4;
  background: linear-gradient(99deg, #1D1D1B -25.81%, rgba(29, 29, 27, 0.8) 130.94%);
  padding: 10px 15px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1.85px 3.15px 0px rgba(49, 49, 49, 0.02), 0px 8.15px 6.52px 0px rgba(49, 49, 49, 0.04), 0px 20px 13px 0px rgba(49, 49, 49, 0.05), 0px 38.52px 25.48px 0px rgba(49, 49, 49, 0.06), 0px 64px 46px 0px rgba(49, 49, 49, 0.04), 0px 100px 80px 0px rgba(49, 49, 49, 0.02);
}

.faq-area.small .content {
  font-size: 18px;
}

.faq-area details[open] summary:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="3" viewBox="0 0 17 3" fill="none"><path d="M1.77075 1.16211H15.9166" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.faq-area details:first-child summary {
  border-top: none;
}

.faq-area summary {
  list-style: none;
  color: #1D1D1B;
  font-family: "Jost";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 127.273% */
  letter-spacing: -0.44px;
  padding: 35px 0;
  border-top: 1px solid #E9E9E9;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}

.faq-area summary::-webkit-details-marker {
  display: none;
}

.faq-area summary:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.84375 1.10059V15.2427" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.77075 8.17139H15.9166" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 14px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}

.faq-area .content {
  margin-bottom: 35px;
  color: #7B8091;
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

@keyframes styles_line-animation__left {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes styles_line-animation__right {
  0% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes styles_line-animation__top {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/*
  @-webkit-keyframes styles_line-animation__bottom {
    0% {
        transform: translateY(100%);
    }
    50% {
        transform: translateY(0);
    }
    to {
        transform: translateY(50%);
    }
  }
   */
@keyframes styles_line-animation__bottom {
  0% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(0%);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes swing {
  from {
    transform: translate3d(0, -10px, 0);
  }

  to {
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes swingMobile {
  from {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes swingMobile2 {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes swing2 {
  from {
    transform: translate3d(0, 10px, 0);
  }

  to {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.splide__pagination {
  width: 100%;
  position: static;
  margin-top: 20px;
}

.splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.splide__pagination .splide__pagination__page.is-active {
  width: 24px;
  background-color: #1D1D1B;
  border-radius: 100px;
  transform: none;
  opacity: 1;
}

.mobile-bar {
  border-radius: 100px;
  background: #274798;
  box-shadow: 0px 10px 30px 0px rgba(39, 71, 152, 0.5);
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  color: #FFF;
  font-family: "avenirBook", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.mobile-bar i {
  font-size: 24px;
  margin-left: 10px;
}

#breadcrumb {
  background-color: #0C0C0C;
  padding: 30px 0;
}

#breadcrumb .container {
  position: relative;
  z-index: 1;
}

#breadcrumb .container:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #2563FF;
  border-radius: 719px;
  opacity: 0.1;
  background: #2563FF;
  filter: blur(100px);
  width: 719px;
  height: 200px;
  z-index: -1;
}

@media (max-width: 767px) {
  #breadcrumb .container:before,
  #notFound .container:before {
    width: 100%;
    max-width: 100%;
    left: 0;
  }
}

#breadcrumb h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.2px;
  margin-bottom: 25px;
}

#breadcrumb p {
  color: #A5B5D2;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
}

#breadcrumb.bg {
  height: 600px;
}

#breadcrumb.bg .bread-txt {
  position: relative;
  z-index: 1;
}

#breadcrumb.bg .bread-txt:before {
  position: absolute;
  top: -100px;
  left: 0;
  content: "";
  border-radius: 300px;
  opacity: 0.15;
  background: var(--Secondary, #274798);
  filter: blur(50px);
  width: 100%;
  height: 350px;
  z-index: -1;
}

#breadcrumb.bg .bread-txt span {
  background: linear-gradient(90deg, #FFF 0%, #274798 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
}

#breadcrumb.bg .bread-txt span:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  background-image: url(../img/text-divider.svg);
  width: 100%;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

#breadcrumb.bg .bread-txt h1 {
  margin-top: 30px;
}

#breadcrumb.artisans {
  padding: 0;
}

#breadcrumb.artisans .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#breadcrumb.artisans .text {
  width: 700px;
}

#breadcrumb.artisans .slide {
  display: flex;
  width: 700px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

#breadcrumb.artisans .slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1D1D1B 0%, rgba(29, 29, 27, 0) 29.33%, rgba(29, 29, 27, 0) 74.4%, #1D1D1B 100%);
}

#breadcrumb.artisans .slide .column {
  width: 340px;
}

#breadcrumb.artisans .slide .column.left {
  animation: styles_line-animation__top 20s linear infinite;
}

#breadcrumb.artisans .slide .column.right {
  animation: styles_line-animation__bottom 20s linear infinite;
}

#breadcrumb.artisans .slide .artisan-box {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin: 10px 5px;
}

#breadcrumb.artisans .slide .artisan-box figure {
  width: 70px;
}

#breadcrumb.artisans .slide .artisan-box figure img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

#breadcrumb.artisans .slide .artisan-box .text {
  margin-left: 10px;
  width: calc(100% - 80px);
}

#breadcrumb.artisans .slide .artisan-box .text p {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
}

#breadcrumb.artisans .slide .artisan-box .text span {
  color: #7B8091;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

ol.breadcrumb {
  font-size: unset;
  list-style: none;
  padding: 0
}

#constructions .title h2 {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.72px;
}

#constructions .title p {
  color: #7B8091;
  font-family: "Jost";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left !important;
}

#constructions .title p span {
  color: #274798;
}

.vertical-form {
  border-radius: 16px;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}

.vertical-form:before {
  content: "";
  border-radius: 639px;
  opacity: 0.3;
  filter: blur(100px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 639px;
  z-index: -1;
}

.vertical-form h3,
.vertical-form h2,
.light-box h2,
.light-box h3,
.latest-box h2,
.latest-box h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.84px;
  margin-bottom: 25px;
}

.sidebar-avantages .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-avantages .title h3 {
  color: #1D1D1B;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.84px;
}

.sidebar-avantages .title .actions.splide__arrows {
  display: flex !important;
}

.sidebar-avantages .title .actions.splide__arrows .splide__arrow {
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  margin-left: 0;
}

.sidebar-avantages .title .actions.splide__arrows .splide__arrow:hover {
  background-color: transparent;
  color: #1D1D1B;
}

.sidebar-avantages .avantage-box .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 28px;
}

.sidebar-avantages .avantage-box h4,
.sidebar-avantages .avantage-box h3 {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sidebar-avantages .avantage-box p {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#text-area {
  padding: 0 30px 60px 30px;
}

#text-area .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

#text-area .container .text-area {
  border-radius: 16px;
  padding: 60px 80px;
  background-color: rgba(244, 244, 244, 0.5);
}

#text-area .container .text-area h1,
#text-area .container .text-area h2,
#text-area .container .text-area h3,
#text-area .container .text-area h4,
#text-area .container .text-area h5,
#text-area .container .text-area h6,
.text-area h1,
.text-area h2,
.text-area h3,
.text-area h4 {
  color: #1D1D1B;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}

#text-area .container .text-area p,
.text-area p {
  color: #1D1D1B;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 154.545% */
  letter-spacing: -0.44px;
  margin-bottom: 16px;
}

#text-area .container .text-area p strong,
.text-area p strong {
  font-weight: 500;
}

#text-area .container .text-area p a,
.text-area p a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

#text-area .container .text-area p a:hover,
.text-area p a:hover {
  color: #274798;
}

.breadcrumb {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb .breadcrumb-item {
  position: relative;
  color: #7B8091;
  transition: all 0.3s ease-in-out;
}

.breadcrumb .breadcrumb-item:hover {
  color: #1D1D1B;
}

.breadcrumb .breadcrumb-item.active {
  color: #1D1D1B;
}

.breadcrumb .breadcrumb-item:first-child {
  margin-left: 0 !important;
}

.breadcrumb .breadcrumb-item:not(:last-child):after {
  content: "\ea6e";
  font-family: "remixicon";
  font-size: 18px;
  color: #7B8091;
  position: relative;
  top: 1px;
}

.franchise-card {
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 20px 20px 80px 0px rgba(0, 0, 0, 0.05);
}

.franchise-card .item {
  padding: 12px;
  border-bottom: 1px solid #E9E9E9;
}

.franchise-card .item.profile {
  display: flex;
  align-items: center;
}

.franchise-card .item.profile.v2 {
  display: block;
  padding: 0;
}

.franchise-card .item.profile.v2 figure {
  margin: 0;
}

.franchise-card .item.profile.v2 figure img {
  width: 100%;
}

.franchise-card .item.profile.v2 .text {
  padding: 12px;
}

.franchise-card .item.profile figure {
  margin-right: 20px;
  position: relative;
}

.franchise-card .item.profile figure i {
  color: #40D446;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  background-color: #fff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

.franchise-card .item.profile figure i:before {
  position: relative;
  top: -4px;
}

.franchise-card .item.profile .text p {
  color: #1D1D1B;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.44px;
}

.franchise-card .item.profile .text span {
  color: #7B8091;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

.franchise-card .item span {
  display: block;
  color: #7B8091;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
}

.franchise-card .item p {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.green-box {
  border-radius: 16px;
  background: linear-gradient(180deg, #32D624 0%, #22BA15 100%);
  padding: 24px 28px;
}

.green-box h3,
.green-box h2 {
  color: #FFF;
  font-family: "Jost";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.84px;
  line-height: normal;
}

.green-box p {
  margin: 15px 0 25px 0;
  color: #FFF !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.green-box a {
  border-radius: 32px;
  border: 1px solid #F4F4F4;
  background: linear-gradient(99deg, rgba(217, 217, 217, 0.4) -25.81%, rgba(217, 217, 217, 0.2) 130.94%);
  box-shadow: 0px 1.85px 3.15px 0px rgba(49, 49, 49, 0.02), 0px 8.15px 6.52px 0px rgba(49, 49, 49, 0.04), 0px 20px 13px 0px rgba(49, 49, 49, 0.05), 0px 38.52px 25.48px 0px rgba(49, 49, 49, 0.06), 0px 64px 46px 0px rgba(49, 49, 49, 0.04), 0px 100px 80px 0px rgba(49, 49, 49, 0.02);
  width: 100%;
  padding: 10px 25px;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.green-box a:hover {
  background-color: #fff;
  color: #40D446;
}

.green-box a i {
  font-size: 24px;
}

#construction .detail h1 {
  color: #1D1D1B;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-bottom: 30px;
}

#construction .detail p {
  color: #1D1D1B;
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.4px;
}

#construction .detail p strong {
  font-weight: 600;
}

#construction .detail .construction-list li {
  display: flex;
  border-bottom: 1px solid #E9E9E9;
  padding: 20px 0;
}

#construction .detail .construction-list li:last-child {
  border-bottom: none;
}

#construction .detail .construction-list li span {
  width: 242px;
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.4px;
}

#construction .detail .construction-list li .content {
  width: calc(100% - 272px);
  margin-left: 30px;
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.4px;
}

#construction .construction-info {
  position: relative;
}

#construction .construction-info .notIsLogin {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(123, 128, 145, 0.5) 0%, rgba(123, 128, 145, 0.5) 100%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 100px;
  cursor: pointer;
}

#construction .construction-info .notIsLogin .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #F04242;
  font-size: 48px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

#construction .construction-info .notIsLogin p {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 133.333% */
  letter-spacing: -0.72px;
}

#main-carousel {
  position: relative;
  z-index: 1;
}

#main-carousel .splide__slide img {
  width: 100%;
  height: 385px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

#main-carousel .splide__arrow {
  transform: none !important;
  width: 50px;
  height: 50px;
  font-size: 15px;
  background-color: #1D1D1B;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  color: #fff;
  top: calc(50% - 15px);
}

#main-carousel .splide__arrow.splide__arrow--prev {
  left: 15px;
}

#main-carousel .splide__arrow.splide__arrow--next {
  right: 15px;
}

#main-carousel .splide__arrow:hover {
  background-color: #1D1D1B;
  color: #fff;
}

#thumbnail-carousel {
  border: 1px solid #E9E9E9;
  padding: 25px 15px 15px 15px;
  margin-top: -10px;
  border-radius: 0 0 8px 8px;
}

#thumbnail-carousel .splide__slide {
  border: 2px solid transparent;
  border-radius: 10px;
}

#thumbnail-carousel .splide__slide img {
  width: 100%;
  height: 83px;
  border-radius: 8px;
}

#thumbnail-carousel .splide__slide.is-active {
  border-color: #1D1D1B;
}

.modal {
  transition: opacity 0.25s ease;
  z-index: 99999;
}

.modal .modal-content {
  max-height: 90vh;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.modal .modal-content::-webkit-scrollbar {
  display: none;
}

.modal .title {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.modal .title p {
  color: #1D1D1B;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.84px;
}

.modal .title .modal-close i {
  font-size: 32px;
}

body.modal-active {
  overflow-x: hidden;
  overflow-y: visible !important;
}

.mobile-accordion.sticky {
  position: sticky;
  top: 80px;
  background: #fff;
  z-index: 9999;
}

@media (max-width: 767px) {
  .mobile-accordion.sticky {
    top: 60px;
  }
}

.mobile-accordion.active .title i {
  transform: rotate(180deg);
}

.mobile-accordion.active .accordion-content {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.mobile-accordion.active .franchise-card {
  border-radius: 0;
  margin-top: -1px;
  box-shadow: none !important;
}

.mobile-accordion.active .accordion-detail {
  margin-top: -1px;
  border: 1px solid #E9E9E9;
  padding: 15px;
}

.mobile-accordion.active #toc-mobile ul {
  padding-left: 15px;
}

.mobile-accordion.active #toc-mobile ul li {
  margin-bottom: 20px;
  position: relative;
}

.mobile-accordion.active #toc-mobile ul li:last-child {
  margin-bottom: 0;
}

.mobile-accordion.active #toc-mobile ul li:last-child:after {
  display: none;
}

.toc ul li,
.network ul li {
  list-style: none;
}

.mobile-accordion.active #toc-mobile ul li:has(+ .toc-active):before,
.mobile-accordion.active #toc-mobile ul li:has(+ .toc-active):after {
  background-color: #1D1D1B;
}

.mobile-accordion.active #toc-mobile ul li:has(~ .toc-active):before,
.mobile-accordion.active #toc-mobile ul li:has(~ .toc-active):after {
  background-color: #1D1D1B;
}

.mobile-accordion.active #toc-mobile ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #E9E9E9;
  position: absolute;
  top: 0;
  left: -25px;
}

.mobile-accordion.active #toc-mobile ul li:after {
  content: "";
  width: 5px;
  height: calc(100% + 20px);
  border-radius: 0;
  background-color: #E9E9E9;
  position: absolute;
  top: 12px;
  left: -20px;
}

.mobile-accordion.active #toc-mobile ul li.toc-active:before,
.mobile-accordion.active #toc-mobile ul li.toc-active:after {
  background-color: #1D1D1B;
}

.mobile-accordion.active #toc-mobile ul li.toc-active a {
  color: #1D1D1B;
}

.mobile-accordion.active #toc-mobile ul li a {
  color: #7B8091;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.36px;
  position: relative;
}

.mobile-accordion .title {
  border-bottom: 1px solid #E9E9E9;
  padding: 10px 0;
  width: 100%;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.28px;
}

.mobile-accordion .title .container {
  display: flex;
  justify-content: space-between;
}

.mobile-accordion .accordion-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.construction-mobile {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E9E9E9;
}

.construction-mobile .filter {
  display: flex;
}

.construction-mobile .filter .filter-search {
  position: relative;
  width: calc(100% - 60px);
}

.construction-mobile .filter .filter-search i {
  color: #7B8091;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.construction-mobile .filter .filter-search input {
  width: 100%;
  height: 50px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding-left: 40px;
}

.construction-mobile .filter button {
  width: 50px;
  height: 50px;
  border: 1px solid #E9E9E9;
  font-size: 22px;
  color: #7B8091;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  margin-left: 10px;
}

.network .text-center>i {
  font-size: 100px;
  color: #1D1D1B;
  text-align: center;
  line-height: normal;
}

.network h2 {
  color: #1D1D1B;
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -2.56px;
  line-height: 64px;
  margin-top: 20px;
}

.network ul {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.network ul li {
  color: #7B8091;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.96px;
  margin: 0 20px;
}

.network ul li i {
  color: #40D446;
}

.network p {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  /* 166.667% */
  letter-spacing: -0.96px;
}

.advantage-item .number {
  color: #FFF;
  text-align: center;
  font-family: "avenirBook";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.64px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100%;
  border-radius: 100px;
  background: #1D1D1B;
  box-shadow: 0px 0px 0px 5px rgba(29, 29, 27, 0.4), 0px 0px 0px 10px rgba(29, 29, 27, 0.2);
  display: block;
}

.advantage-item .number-mobile {
  display: none;
}

.advantage-item .number-desktop {
  display: block;
}

.advantage-item h3 {
  color: #1D1D1B;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  /* 60px */
  letter-spacing: -1.2px;
  margin: 30px 0 15px 0;
}

.advantage-item p {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  /* 166.667% */
  letter-spacing: -0.96px;
  margin-bottom: 20px;
}

#avantages-2 {
  position: relative;
  z-index: 1;
}

#avantages-2:before {
  content: "";
  border-radius: 600px;
  opacity: 0.1;
  background: #2563FF;
  filter: blur(100px);
  position: absolute;
  top: 0;
  left: 10%;
  width: 600px;
  height: 600px;
  z-index: -1;
}

#avantages-2:after {
  content: "";
  border-radius: 600px;
  opacity: 0.1;
  background: #2563FF;
  filter: blur(100px);
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 600px;
  height: 600px;
  z-index: -1;
}

.review-box {
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.review-box .play {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #274798;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
}

.review-box .play:before {
  content: "";
  animation: fadeIn 1s infinite alternate;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgb(66, 192, 240);
  border-radius: 100%;
  left: 0;
  top: 0;
}

.review-box:hover {
  box-shadow: 20px 20px 80px 0px rgba(0, 0, 0, 0.05);
}

.review-box figure img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.review-box figure figcaption p {
  color: #1D1D1B;
  margin: 14px 0 10px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
}

.review-box figure figcaption span {
  color: #274798;
  font-family: "avenirBook";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.528px;
  text-decoration-line: underline;
  display: block;
}

.growth-form {
  background-color: #0C0C0C;
  border-radius: 24px;
  height: 450px;
  padding: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.growth-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 654px;
  opacity: 0.15;
  background: #2563FF;
  filter: blur(100px);
  width: 650px;
  height: 100%;
  z-index: -1;
}

.growth-form .text {
  max-width: 510px;
}

.growth-form .text lottie-player {
  margin-left: -30px;
  margin-top: -30px;
}

.growth-form .text h2 {
  color: #FFF;
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
  /* 114.583% */
  letter-spacing: -0.96px;
  margin-top: -15px;
}

.growth-form .text p {
  color: #7B8091;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.48px;
  margin: 20px 0;
}

.growth-form .text a {
  border-radius: 32px;
  border: 1px solid #F4F4F4;
  background: linear-gradient(99deg, rgba(217, 217, 217, 0.4) -25.81%, rgba(217, 217, 217, 0.2) 130.94%);
  box-shadow: 0px 1.85px 3.15px 0px rgba(49, 49, 49, 0.02), 0px 8.15px 6.52px 0px rgba(49, 49, 49, 0.04), 0px 20px 13px 0px rgba(49, 49, 49, 0.05), 0px 38.52px 25.48px 0px rgba(49, 49, 49, 0.06), 0px 64px 46px 0px rgba(49, 49, 49, 0.04), 0px 100px 80px 0px rgba(49, 49, 49, 0.02);
  padding: 10px 25px;
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.growth-form .custom-form {
  width: 690px;
}

.growth-form .custom-form .btn-secondary:hover {
  background-color: #274798;
}

.articles h6 {
  color: #1D1D1B;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.84px;
}

.articles .item {
  position: relative;
  margin: 20px 0;
}

.articles .item:hover .number {
  background-color: #1D1D1B;
}

.articles .item figure {
  position: relative;
}

.articles .item figure img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.articles .item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 0.8) 65.62%);
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
  padding: 12px 10px;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.66px;
  text-align: center;
  line-height: normal;
}

.articles .item .number {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -15px;
  background-color: #274798;
  border-radius: 100%;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.54px;
  border: 3px solid #fff;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-list li a {
  display: block;
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  border: 1px solid #E9E9E9;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

.location-list li a:hover {
  border-color: #1D1D1B;
}

.location-list li a i {
  font-size: 24px;
  margin-right: 10px;
}

.location-list li a span {
  width: calc(100% - 34px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.dark-box {
  position: relative;
  border-radius: 16px;
  background-color: #0C0C0C;
  padding: 25px;
  z-index: 1;
}

.dark-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 352px;
  opacity: 0.15;
  background: #2563FF;
  filter: blur(100px);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dark-box img {
  width: 94px;
  height: 94px;
}

.dark-box h3 {
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.72px;
  margin: 15px 0;
}

.dark-box p {
  color: #AEB2C1;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  margin-bottom: 25px;
}

.dark-box a {
  width: 100%;
  display: block;
  border-radius: 32px;
  border: 1px solid #F4F4F4;
  background: linear-gradient(99deg, rgba(217, 217, 217, 0.4) -25.81%, rgba(217, 217, 217, 0.2) 130.94%);
  box-shadow: 0px 1.85px 3.15px 0px rgba(49, 49, 49, 0.02), 0px 8.15px 6.52px 0px rgba(49, 49, 49, 0.04), 0px 20px 13px 0px rgba(49, 49, 49, 0.05), 0px 38.52px 25.48px 0px rgba(49, 49, 49, 0.06), 0px 64px 46px 0px rgba(49, 49, 49, 0.04), 0px 100px 80px 0px rgba(49, 49, 49, 0.02);
  padding: 10px 15px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.light-box {
  position: relative;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  padding: 25px;
  z-index: 1;
}

.light-box i {
  font-size: 94px;
  height: 94px;
  line-height: normal;
  display: block;
  color: #1D1D1B;
}

.light-box h4 {
  color: #1D1D1B;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.72px;
  margin: 15px 0;
}

.light-box h4 strong {
  font-weight: 500;
}

.light-box p {
  color: #AEB2C1;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  margin-bottom: 25px;
}

.content-detail .title {
  color: #1D1D1B;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.96px;
}

.content-detail figure img {
  border-radius: 8px;
  width: 100%;
}

.content-detail .content-info {
  color: #7B8091;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.content-detail .content-info span>i {
  font-size: 20px;
}

.content-detail p {
  color: #1D1D1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 170% */
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}

.content-detail h2,
section#actualites h2 {
  font-weight: 600;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}

.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}

.content-detail h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}

.content-detail .number-slider {
  border-radius: 24px;
  background: #0C0C0C;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.content-detail .number-slider .number {
  width: 80px;
  height: 50px;
  color: #1D1D1B;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.content-detail .number-slider .number:before {
  content: "";
  border-radius: 100px;
  background: #2563FF;
  filter: blur(100px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content-detail .number-slider:after {
  content: "";
  position: absolute;
  border-radius: 665px;
  opacity: 0.15;
  background: #2563FF;
  filter: blur(100px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.content-detail .number-slider h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.64px;
  margin-bottom: 0;
}

.content-detail .number-slider p {
  color: #7B8091;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.44px;
  margin-bottom: 0;
}

.content-detail .number-slider .splide__arrows {
  position: static;
  display: flex;
}

.content-detail .number-slider .splide__arrows .splide__arrow {
  position: static;
  transform: none !important;
  width: 50px;
  height: 50px;
  font-size: 24px;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.content-detail .number-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  margin-left: 0 !important;
}

.share {
  display: flex;
  align-items: center;
}

.share span {
  color: #7B8091;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
}

.share .share-list {
  display: flex;
}

.share .share-list li {
  display: block;
  margin-left: 5px;
}

.share .share-list li a {
  border-radius: 4px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.share .share-list li a.facebook {
  background-color: #4267B2;
}

.share .share-list li a.twitter {
  background-color: #000;
}

.share .share-list li a.google {
  background-color: #DD4B39;
}

.share .share-list li a.pinterest {
  background-color: #BD081C;
}

blockquote {
  padding-left: 30px;
  border-left: 8px solid #F4F4F4;
}

blockquote p {
  font-size: 18px;
}

blockquote p strong {
  font-weight: 500;
}

.special-media-area {
  position: relative;
}

.special-media-area .person {
  position: absolute;
  bottom: 0;
  right: 45px;
  z-index: 1;
}

.special-media-area .person>img {
  width: 355px;
  height: 355px;
}

.special-media-area .person .play {
  display: flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #274798;
  font-size: 34px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 32.5px);
}

.special-media-area .person .play:before {
  content: "";
  animation: fadeIn 1s infinite alternate;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgb(66, 192, 240);
  border-radius: 100%;
  left: 0;
  top: 0;
}

.special-media {
  background-color: #0C0C0C;
  padding: 40px 40px 40px 40px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.special-media:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 430px;
  opacity: 0.5;
  background: #2563FF;
  filter: blur(100px);
  width: 430px;
  height: 430px;
  z-index: -1;
}

.special-media .text {
  max-width: 570px;
}

.special-media .text h3,
.special-media .text h2 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* 137.5% */
  letter-spacing: -1.2px;
  margin: 15px 0 10px 0;
}

.special-media .text p {
  color: #7B8091;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.4px;
}

.media-box:hover .media-img>img {
  transform: scale(1.1);
}

.media-box:hover .media-title {
  color: #274798;
}

.media-box .media-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.media-box .media-img>img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}

.media-box .media-img .press {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 45px;
  border-radius: 16px 0px 0px 0px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.actualite-list .media-img .duration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 45px;
  border-radius: 16px 0px 0px 0px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-box .media-img .press img {
  max-width: 65px;
  max-height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.media-box .media-title {
  border: 1px solid #E9E9E9;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.54px;
  margin-top: -1px;
  border-radius: 0 0 16px 16px;
  transition: all 0.3s ease-in-out;
}

.switch-tabs {
  display: flex;
  border: none;
  background-color: rgba(244, 244, 244, 0.8);
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
  border-radius: 100px;
}

.switch-tabs .nav-link {
  border-radius: 100px;
  color: #7B8091;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-align: center;
  border: none !important;
  margin-bottom: 0;
  padding: 10px 24px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .switch-tabs .nav-link {
    font-size: 14px;
  }
}

.switch-tabs .nav-link.plg {
  padding: 10px 44px;
}

.switch-tabs .nav-link:hover {
  color: #1D1D1B;
}

.switch-tabs .nav-link.active {
  background-color: #274798;
  color: #fff;
}

.login-area {
  position: relative;
}

.login-area .container {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.login-area .form-wrapper {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
}

.login-area .form-wrapper .form-head {
  border-bottom: 1px solid #E9E9E9;
  padding: 15px 0;
}

.login-area .form-wrapper .form-content {
  padding: 30px;
}

.login-area .form-wrapper .form-content p {
  color: #7B8091;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.login-area .form-wrapper .with-login {
  background-color: rgba(244, 244, 244, 0.5);
  padding: 20px 30px;
  border-top: 1px solid #E9E9E9;
}

.login-area .form-wrapper .with-login p {
  color: #7B8091;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
}

.login-area .form-wrapper .with-login .login-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.login-area .form-wrapper .with-login .login-list a {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  padding: 10px;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-area .form-wrapper .with-login .login-list a svg,
.login-area .form-wrapper .with-login .login-list a i {
  margin-right: 10px;
  font-size: 19px;
}

.login-area .form-wrapper .with-login .login-list a.facebook {
  width: calc(50% - 5px);
  margin-top: 10px;
}

.login-area .form-wrapper .with-login .login-list a.facebook i {
  color: #3B5999;
}

.login-area .form-wrapper .with-login .login-list a.twitter {
  width: calc(50% - 5px);
  margin-top: 10px;
}

.login-area .copyright {
  color: #7B8091;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.login-area .login-band {
  width: 50%;
  height: 100vh;
  position: fixed;
  overflow: scroll;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  padding: 30px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.login-area .login-band .splide__pagination .splide__pagination__page {
  background-color: rgba(255, 255, 255, 0.1);
}

.login-area .login-band .splide__pagination .splide__pagination__page.is-active {
  background-color: #fff;
}

.login-area .login-band:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(37, 99, 255, 0.1) 0%, #001957 100%, rgba(0, 25, 87, 0.2) 100%);
  filter: blur(50px);
  z-index: -1;
}

.login-area .login-band::-webkit-scrollbar {
  display: none;
}

.login-area .login-band .numbers {
  height: 200px;
  margin-bottom: 30px;
}

.login-area .login-band .numbers .number-item {
  position: relative;
}

.login-area .login-band .numbers .number-item.active span,
.login-area .login-band .numbers .number-item.active p {
  color: #274798;
}

.login-area .login-band .numbers .number-item p {
  color: #fff;
  font-size: 34px;
}

.login-area .login-band .numbers .number-item .text {
  position: absolute;
  top: 100px;
  left: 30px;
  display: flex;
  align-items: flex-end;
  width: 450px;
}

.login-area .login-band .numbers .number-item .text p {
  color: #274798;
  font-family: "avenirBook";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.72px;
  margin-left: 20px;
}

.login-area .login-band .splide-masters .splide__pagination .splide__pagination__page {
  background-color: rgba(255, 255, 255, 0.1);
}

.login-area .login-band .splide-masters .splide__pagination .splide__pagination__page.is-active {
  background-color: #fff;
}

.login-area .login-band .login-features h3 {
  color: #FFF;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -1.92px;
  line-height: normal;
}

.login-area .login-band .login-features .masters {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.login-area .login-band .login-features .masters p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 16px;
}

.login-area .login-band .login-features .feature-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  padding: 20px;
  height: 181px;
}

.login-area .login-band .login-features .feature-box i {
  font-size: 54px;
  color: #fff;
}

.login-area .login-band .login-features .feature-box p {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.72px;
}

.text-label {
  color: #1D1D1B !important;
  font-size: 16px !important;
  cursor: pointer;
}

.master-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.master-box .master {
  display: flex;
  align-items: center;
}

.master-box .master figure {
  margin-right: 20px;
}

.master-box .master figure img {
  width: 85px;
  height: 85px;
}

.master-box .master .text p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.72px;
}

.master-box .master .text span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  opacity: 0.7;
}

.master-box .price span {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.72px;
  opacity: 0.5;
  text-align: center;
  display: block;
}

.master-box .price p {
  color: #fff;
  font-family: "avenirBook";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.44px;
  line-height: normal;
}

.text-banner {
  position: relative;
  z-index: 1;
}

.text-banner:before {
  content: "";
  border-radius: 8px;
  background: rgba(29, 29, 27, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.text-banner h1 {
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.text-banner img {
  border-radius: 8px;
}

.online-franchise .title {
  display: flex;
}

.online-franchise .title .green {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #40D446;
  margin-top: 6px;
  position: relative;
}

.online-franchise .title .green:before {
  content: "";
  animation: fadeIn 0.75s infinite alternate;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(38, 189, 38, 0.75);
  border-radius: 100%;
  left: 0;
  top: 0;
}

.online-franchise .title h3 {
  width: calc(100% - 30px);
  margin-left: 10px;
  color: #1D1D1B;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  line-height: normal;
}

.online-franchise ul li a {
  display: flex;
  align-items: center;
  border: 1px solid #E9E9E9;
  border-radius: 16px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.online-franchise ul li a:hover {
  border-color: #274798;
}

.online-franchise ul li a:hover .number {
  color: #274798;
}

.online-franchise ul li a .number {
  color: #1D1D1B;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
  padding-right: 20px;
  border-right: 1px solid #E9E9E9;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.online-franchise ul li a .franchise {
  display: flex;
  align-items: center;
}

.online-franchise ul li a .franchise .info {
  margin-left: 20px;
  width: 38%;
}

.online-franchise ul {
  margin-left: -40px
}

.online-franchise ul li a .franchise .info p {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
}

.online-franchise ul li a .franchise .info span {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

#textv2 {
  display: flex;
  position: relative;
}

.sommaire {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
}

.sommaire.v2 {
  width: 340px;
  position: fixed;
  top: 80px;
  border-radius: 0;
  margin-top: -1px;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.5);
  z-index: 0;
}

.sommaire.v2.fixed {
  top: 80px;
  position: fixed;
}

.sommaire.fixed {
  position: sticky;
  top: 100px;
}

.sommaire span {
  color: var(--Primary, #1D1D1B);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}

.sommaire ul {
  padding-left: 15px;
}

.sommaire ul li {
  margin-bottom: 20px;
  position: relative;
}

.sommaire ul li:last-child:after {
  display: none;
}

.sommaire ul li:has(+ .toc-active):before,
.sommaire ul li:has(+ .toc-active):after {
  background-color: #1D1D1B;
}

.sommaire ul li:has(~ .toc-active):before,
.sommaire ul li:has(~ .toc-active):after {
  background-color: #1D1D1B;
}

.sommaire ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #E9E9E9;
  position: absolute;
  top: 0;
  left: -25px;
}

.sommaire ul li:after {
  content: "";
  width: 5px;
  height: calc(100% + 20px);
  border-radius: 0;
  background-color: #E9E9E9;
  position: absolute;
  top: 12px;
  left: -20px;
}

.sommaire ul li.toc-active:before,
.sommaire ul li.toc-active:after {
  background-color: #1D1D1B;
}

.sommaire ul li.toc-active a {
  color: #1D1D1B;
}

.sommaire ul li a {
  color: #7B8091;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  position: relative;
}

.text2-title {
  color: #1D1D1B;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.96px;
}

@media (max-width: 1700px) {
  .login-area .login-band .numbers .number-item span {
    font-size: 16px;
  }

  .login-area .login-band .numbers .number-item p {
    font-size: 24px;
  }

  .login-area .login-band .login-features h3 {
    font-size: 34px;
  }

  .login-area .login-band .login-features .feature-box p {
    font-size: 20px;
  }

  .master-box {
    padding: 10px;
  }

  .master-box .master figure img {
    width: 70px;
    height: 70px;
  }

  .master-box .master .text p {
    font-size: 20px;
  }

  .master-box .master .text span {
    font-size: 16px;
  }

  .master-box .price span {
    font-size: 20px;
  }

  .master-box .price p {
    font-size: 34px;
  }
}

@media (max-width: 1600px) {
  #sommes .title-wrapper {
    left: -120px;
  }

  #text-area .container {
    max-width: 1440px;
  }

  #text-area .container .text-area {
    padding: 30px;
  }

  #text-area .container .text-area h1,
  #text-area .container .text-area h2,
  #text-area .container .text-area h3,
  #text-area .container .text-area h4,
  #text-area .container .text-area h5,
  #text-area .container .text-area h6 {
    font-size: 24px;
  }

  #text-area .container .text-area p {
    font-size: 18px;
    line-height: normal;
  }

  .sommaire.v2 {
    width: 300px !important;
  }

  .login-area .login-band .numbers .number-item .text {
    left: 0;
    top: 70px;
    width: 320px;
  }

  .login-area .login-band .numbers .number-item .text img {
    width: 70px;
  }

  .login-area .login-band .numbers .number-item .text p {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  #video {
    height: 450px;
  }

  #video div.video img {
    width: 650px;
  }

  #text-img figure .revenu-box {
    padding: 10px 15px;
  }

  #text-img figure .revenu-box span {
    font-size: 14px;
  }

  #text-img figure .revenu-box p {
    font-size: 20px;
  }

  .growth-form .text {
    width: 400px;
  }

  .growth-form .text h2 {
    font-size: 34px;
    line-height: normal;
  }

  .growth-form .text p {
    font-size: 20px;
  }

  .growth-form form.custom-form {
    width: calc(100% - 450px);
  }

  .special-media-area .special-media .text {
    max-width: 450px;
  }

  .special-media-area .person {
    right: 20px;
  }

  #breadcrumb.artisans .text {
    width: 600px;
  }

  #breadcrumb.artisans .slide .artisan-box {
    padding: 10px;
  }

  #breadcrumb.artisans .slide .artisan-box figure {
    width: 50px;
    height: 50px;
  }

  #breadcrumb.artisans .slide .artisan-box figure img {
    width: 50px;
    height: 50px;
  }

  #breadcrumb.artisans .slide .artisan-box .text p {
    font-size: 20px;
  }

  #breadcrumb.artisans .slide .artisan-box .text span {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .search-area h1 {
    font-size: 34px;
    line-height: normal;
  }

  .search-area form input {
    font-size: 20px;
    padding-left: 60px;
    height: 76px;
  }

  .search-area form i {
    font-size: 24px;
    top: 18px;
  }

  .search-area form button {
    top: 10px;
    right: 10px;
  }

  #video {
    height: auto;
    padding-bottom: 0;
  }

  #video .text {
    max-width: 650px;
    width: 650px;
    margin: 0 auto;
  }

  #video div.video {
    position: relative;
    text-align: center;
    max-width: 650px;
    margin: 20px auto 0;
  }

  #video div.video img {
    border-radius: 8px 8px 0 0;
  }

  #breadcrumb.bg {
    height: 400px;
  }
}

@media (max-width: 1220px) {
  #sommes .col-span-5 {
    text-align: center;
  }

  #sommes .partner-area {
    order: 0;
    height: auto;
  }

  #sommes .partner-area:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100vh;
    height: 100%;
    width: 100vh;
    background-color: #274798;
  }

  #sommes .partner-area .partners {
    height: auto;
    padding: 10px 0;
  }

  #sommes .sc-title {
    order: 1;
    margin-top: 30px;
    text-align: center;
  }

  #sommes p {
    order: 3;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  #sommes .title-wrapper {
    transform: none;
    position: static;
    max-width: 400px;
    width: 400px;
    height: auto;
    margin: 0 auto;
  }

  #sommes .title-wrapper .title-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }

  #sommes .title-wrapper .title-wrap:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  #text-img .text h3,
  #text-img .text h2 {
    font-size: 24px;
  }

  #text-img .text p {
    font-size: 20px;
  }

  #breadcrumb .container:before {
    height: 100%;
    top: 0;
    width: 100%;
  }

  #breadcrumb h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #breadcrumb p {
    font-size: 16px;
  }

  .franchise-card .item {
    padding: 8px 15px;
  }

  .franchise-card .item.profile:not(.v2) figure {
    margin-right: 15px;
  }

  .franchise-card .item.profile:not(.v2) figure img {
    width: 55px;
    height: 55px;
  }

  .franchise-card .item.profile:not(.v2) .text p {
    font-size: 18px;
  }

  .franchise-card .item.profile:not(.v2) .text span {
    font-size: 16px;
  }

  .franchise-card .item span {
    font-size: 14px;
  }

  .franchise-card .item p {
    font-size: 16px;
  }

  .filter-modal .modal-container {
    border-radius: 34px 34px 0 0;
  }

  .filter-modal .filter-area .form-group {
    width: 100% !important;
  }

  .filter-modal .filter-area .form-group.button {
    padding: 0 !important;
  }

  .filter-modal .filter-area .form-group:not(:last-child) {
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    margin: 10px 0;
  }

  .network h2 {
    font-size: 34px;
  }

  .network .text-center>i {
    font-size: 75px;
  }

  .network ul li {
    font-size: 20px;
  }

  .network p {
    font-size: 18px;
    line-height: normal;
  }

  #breadcrumb.artisans {
    height: 300px;
  }

  #breadcrumb.artisans .container .slide {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: calc(50% - 350px);
    height: 300px;
    z-index: -1;
  }

  #breadcrumb.artisans .container>.text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 300px;
    z-index: 1;
    flex-direction: column;
  }

  #breadcrumb.artisans .container>.text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .text-banner:before {
    display: none;
  }

  .text-banner h1 {
    position: static;
    background-color: transparent;
    color: #1D1D1B;
    text-align: left !important;
    font-size: 24px;
    display: block;
    margin-top: 20px;
  }

  #textv2 {
    display: block;
  }

  .login-area .login-band {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .login-area .login-band .numbers {
    height: 170px !important;
  }

  .login-area .login-band .numbers .number-item .text {
    display: flex !important;
  }
}

@media (max-width: 1020px) {
  .search-area form input {
    width: 100%;
  }

  .numbers .number-item {
    margin: 10px 0;
  }

  .numbers .number-item span {
    font-size: 14px;
  }

  .numbers .number-item p {
    font-size: 34px;
  }

  section .sc-title {
    font-size: 24px;
  }

  section .title h1,
  section .title h2,
  section .title h3,
  section .title h4,
  section .title h5,
  section .title h6 {
    font-size: 24px;
  }

  section .title p {
    width: 100%;
    font-size: 16px;
  }

  section:has(.numbers) {
    padding: 5px 0 !important;
  }

  section.px-main {
    padding: 35px 0;
  }

  .modal .title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .modal .title p {
    font-size: 20px;
  }

  .modal .title .modal-close i {
    font-size: 24px;
  }

  #text-area {
    border-radius: 0;
    padding: 0;
  }

  #text-area .text-area {
    padding: 30px 15px;
  }

  #text-area .btn.btn-md {
    font-size: 14px;
  }

  .content-detail .title {
    font-size: 20px;
  }

  .content-detail .content-info {
    font-size: 14px;
  }

  .content-detail p {
    font-size: 14px;
    line-height: normal;
  }

  .content-detail h1,
  .content-detail h2,
  .content-detail h3,
  .content-detail h4,
  .content-detail h5,
  .content-detail h6 {
    font-size: 16px;
  }

  .content-detail .franchise-card p {
    margin-bottom: 0;
  }

  .content-detail .btn.btn-md {
    font-size: 14px;
  }

  .content-detail .number-slider {
    padding: 20px;
  }

  .content-detail .number-slider h2 {
    font-size: 24px;
  }

  .content-detail .number-slider p {
    font-size: 18px;
  }

  .content-detail .number-slider .number {
    font-size: 18px;
  }

  .share span {
    font-size: 14px;
  }

  .share .share-list li a {
    width: 30px;
    height: 30px;
  }

  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }

  .breadcrumb .breadcrumb-item:not(:last-child):after {
    font-size: 14px;
  }

  .breadcrumb .breadcrumb-item .mx-2 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .breadcrumb .breadcrumb-item .ms-0 {
    margin-left: 0 !important;
  }

  .articles h6 {
    font-size: 24px;
  }

  .articles .item .number {
    font-size: 14px;
  }

  .articles .item figure figcaption {
    font-size: 16px;
    text-align: center;
    justify-content: center;
  }

  .dark-box img {
    width: 75px;
    height: 75px;
  }

  .dark-box h3 {
    font-size: 24px;
  }

  .dark-box p {
    font-size: 18px;
  }

  .dark-box a {
    font-size: 16px;
  }

  .light-box i {
    font-size: 74px;
    height: 74px;
  }

  .light-box h4 {
    font-size: 24px;
  }

  .advantage-item {
    position: relative;
  }

  .advantage-item .col-span-2:not(.image) {
    order: 1;
  }

  .advantage-item .image {
    order: 0;
  }

  .advantage-item .image figure {
    position: relative;
  }

  .advantage-item .number-desktop {
    display: none;
  }

  .advantage-item .number-mobile {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    margin-top: 0 !important;
    font-size: 18px !important;
    line-height: 35px;
    z-index: 10;
  }

  .advantage-item h3 {
    margin-top: 0 !important;
    font-size: 24px;
    margin-bottom: 0;
  }

  .advantage-item p {
    font-size: 18px;
    line-height: normal;
  }

  .growth-form {
    display: block;
    height: auto;
  }

  .growth-form .text {
    width: 100%;
  }

  .growth-form .text a {
    display: none;
  }

  .growth-form form.custom-form {
    width: 100%;
  }

  .special-media-area .special-media {
    padding: 20px;
  }

  .special-media-area .special-media .text {
    max-width: 300px;
  }

  .special-media-area .special-media .text h3,
  .special-media-area .special-media .text h2 {
    font-size: 28px;
  }

  .special-media-area .special-media .text p {
    font-size: 14px;
  }

  .special-media-area .person>img {
    width: 250px;
    height: 250px;
  }

  .text2-title {
    font-size: 34px;
  }

  .login-area .form-wrapper .form-content {
    padding: 30px 15px;
  }

  .login-area .form-wrapper .form-content .text-label {
    font-size: 14px !important;
  }

  .login-area .form-wrapper .form-content .text-gray-500 {
    font-size: 14px !important;
  }

  .login-area .form-wrapper .with-login {
    padding: 20px 15px;
  }

  .login-area .form-wrapper .with-login .login-list a {
    width: 100% !important;
  }

  #etapes .container {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  #faq .faq-box .faq-title {
    font-size: 24px;
  }

  .numbers {
    flex-wrap: wrap;
  }

  .numbers .number-item {
    width: 50%;
  }

  .login-band .numbers .number-item {
    width: 30%;
  }

  .login-band .numbers .number-item.w-lg {
    width: 70%;
  }

  #video .text {
    width: 100%;
  }

  #video .text small {
    font-size: 16px;
  }

  #video .text h3,
  #video .text h2 {
    font-size: 24px;
  }

  #video .text p {
    font-size: 18px;
  }

  #video div.video .play {
    top: 10px;
    left: 10px;
    width: 42px;
    height: 42px;
  }

  #video div.video .play i {
    font-size: 24px;
  }

  #text-img figure .revenu-box {
    padding: 5px 10px;
  }

  #text-img figure .revenu-box.revenu-1,
  #text-img figure .revenu-box.revenu-3 {
    animation-name: swingMobile !important;
    animation-duration: 1s;
  }

  #text-img figure .revenu-box.revenu-2,
  #text-img figure .revenu-box.revenu-4 {
    animation-name: swingMobile2 !important;
    animation-duration: 1s;
    bottom: 5%;
  }

  #text-img figure .revenu-box span {
    font-size: 10px;
    display: block;
  }

  #text-img figure .revenu-box p {
    font-size: 12px;
  }

  #faq .container {
    padding: 0;
  }

  #faq .container .faq-box {
    padding-top: 30px;
  }

  #faq .container .faq-box:before {
    border-radius: 0 !important;
    height: 180px;
  }

  #faq .container .faq-box .faq-title:after {
    height: 35px;
  }

  #faq .container .faq-area.w-2\/3 {
    width: calc(100% - 30px) !important;
    margin: 30px 15px 0 15px;
  }

  .faq-area {
    padding: 15px 20px;
  }

  .faq-area.border {
    border: 1px solid #E9E9E9;
  }

  .faq-area details summary {
    font-size: 16px;
    padding: 15px 0;
  }

  .faq-area details .content {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .avantage-box .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }

  .avantage-box h4,
  .avantage-box h3 {
    font-size: 20px;
  }

  .avantage-box p {
    font-size: 16px;
  }

  #sommes .title {
    font-size: 20px;
  }

  #sommes .partner-area {
    width: 100%;
  }

  #sommes .partners ul li a {
    padding: 20px 10px;
    display: block;
  }

  #sommes .partners ul li a img {
    width: 100%;
    max-width: 100%;
    height: 40px;
  }

  .search-area {
    height: auto;
    padding: 50px 0 30px 0;
  }

  .search-area form {
    margin-top: 40px;
  }

  .search-area form i {
    font-size: 20px;
    left: 15px;
    top: 15px;
  }

  .search-area form input {
    height: 60px;
    padding-left: 45px;
    font-size: 16px;
  }

  .search-area form button {
    font-size: 16px !important;
    padding: 10px 15px !important;
    top: 8px;
    right: 8px;
  }

  .search-area h1 {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.8) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
  }

  .mobile-accordion .accordion-content>.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  #construction .construction-info .notIsLogin {
    padding: 20px;
  }

  #construction .construction-info .notIsLogin .icon {
    width: 75px;
    height: 75px;
  }

  #construction .construction-info .notIsLogin .icon i {
    font-size: 30px;
  }

  #construction .construction-info .notIsLogin p {
    font-size: 28px;
    line-height: normal;
  }

  #construction .detail h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #construction .detail .construction-list li {
    display: block;
    padding: 10px 0;
  }

  #construction .detail .construction-list li span {
    font-size: 18px;
    display: block;
  }

  #construction .detail .construction-list li .content {
    margin-left: 0;
    font-size: 16px;
    width: 100%;
  }

  #construction .detail p {
    font-size: 16px;
    line-height: normal;
  }

  .green-box {
    padding: 20px;
  }

  .green-box h3,
  .green-box h2 {
    font-size: 20px;
  }

  .green-box p {
    font-size: 16px !important;
    margin: 15px 0 !important;
  }

  .green-box a {
    font-size: 16px;
  }

  #main-carousel .splide__slide img {
    height: 300px;
  }

  #thumbnail-carousel .splide__slide img {
    height: 71px;
  }

  .network ul {
    display: block;
  }

  .network ul li {
    margin: 0;
  }

  .review-box {
    padding: 10px;
  }

  .review-box figure img {
    height: 175px;
  }

  .review-box figure .play {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    font-size: 14px;
  }

  .review-box figure figcaption p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .review-box figure figcaption span {
    font-size: 14px;
  }

  #growth .container {
    margin: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
  }

  #growth .container .growth-form {
    border-radius: 0;
    padding: 15px;
  }

  #growth .container .growth-form:before {
    width: 100%;
  }

  .media-box .media-title {
    font-size: 14px;
    padding: 10px;
  }

  .media-box .media-img .press {
    width: 70px;
    height: 30px;
  }

  .media-box .media-img .press img {
    max-width: 50px;
    max-height: 20px;
  }

  .faq-area.small {
    padding: 15px;
  }

  .faq-area.small details summary {
    font-size: 16px;
    padding: 10px 0;
  }

  .faq-area.small a {
    font-size: 16px;
  }

  #breadcrumb.artisans .container .slide {
    width: 100%;
    left: 0;
    overflow: hidden;
  }

  .location-list li a {
    font-size: 14px;
  }

  .location-list li a i {
    font-size: 18px;
    margin-right: 6px;
  }

  .text2-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .master-box {
    display: block;
  }

  .master-box figure {
    width: 80px;
    margin-right: 10px !important;
  }

  .master-box figure img {
    width: 70px;
    height: 70px;
  }

  .master-box .text {
    width: calc(100% - 80px);
  }

  .master-box .price {
    margin-left: 90px;
  }

  .master-box .price span {
    text-align: left;
    font-weight: 500;
  }

  .login-area .form-wrapper .form-content p {
    font-size: 16px;
  }

  .login-area .login-band .login-features .masters {
    display: block;
  }

  .login-area .login-band .login-features .masters p {
    margin-left: 0 !important;
    margin-top: 10px;
    font-size: 16px;
  }
}

@media (max-width: 590px) {
  .special-media-area {
    background-color: #0C0C0C;
    padding: 20px 20px 0 20px;
    border-radius: 24px;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .special-media-area:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 430px;
    opacity: 0.5;
    background: #2563FF;
    filter: blur(100px);
    width: 430px;
    height: 430px;
    z-index: -1;
  }

  .special-media-area .special-media {
    height: auto;
    background-color: transparent;
    padding: 0;
  }

  .special-media-area .special-media:after {
    display: none;
  }

  .special-media-area .special-media .text {
    max-width: 100%;
    text-align: center;
  }

  .special-media-area .special-media .text h3,
  .special-media-area .special-media .text h2 {
    line-height: normal;
  }

  .special-media-area .special-media .text img {
    display: inline-block;
  }

  .special-media-area .special-media:after {
    height: 100%;
    width: 100%;
  }

  .special-media-area .person {
    position: static;
    display: block;
  }

  .special-media-area .person>img {
    margin: 0 auto;
    width: 200px;
    height: 200px;
  }

  .special-media-area .person .play {
    top: 80%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    left: calc(50% - 20px);
  }

  #breadcrumb.artisans .slide .artisan-box {
    display: block;
  }

  #breadcrumb.artisans .slide .artisan-box .text {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-height: 950px) {
  .login-area .login-band .numbers {
    height: auto;
  }

  .login-area .login-band .numbers .number-item .text {
    display: none;
  }
}

@media (max-height: 1050px) and (min-width: 1700px) {
  .login-area .login-band .numbers {
    height: auto;
  }

  .login-area .login-band .numbers .number-item .text {
    display: none;
  }
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}

.focus\:ring-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: #274798;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 700px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 1020px) {
  .md\:static {
    position: static;
  }

  .md\:inset-auto {
    inset: auto;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1220px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pe-16 {
    padding-inline-end: 4rem;
  }

  .lg\:pe-20 {
    padding-inline-end: 5rem;
  }

  .lg\:ps-20 {
    padding-inline-start: 5rem;
  }

  .lg\:ps-24 {
    padding-inline-start: 6rem;
  }

  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 1440px) {
  .xl\:ps-12 {
    padding-inline-start: 3rem;
  }
}

.partners ul li,
.online-franchise ul li {
  list-style: none;
}

.selectize-wrapper {
  position: relative;
}

.selectize-wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
  clear: left;
}

.selectize-multiple .selectize-input .item {
  padding: 5px 10px !important;
  border-radius: 4px;
}

footer ul li {
  margin-left: -40px;
}

.msgError {
  font-size: 12px;
  font-style: italic;
  color: rgb(221, 51, 51);
  font-weight: 500;
}

.error-icon {
  color: rgb(226, 7, 20);
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  height: 20px;
  transition: all 0.25s linear 0s;
}

.error {
  color: red !important;
  font-weight: 700 !important
}

.button-loader {
  position: relative;
  overflow: hidden;
}

.button-loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 4px solid #fff;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
  transform-origin: 50% 50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.buttonload {
  background-color: #04AA6D;
  /* Green background */
  border: none;
  /* Remove borders */
  color: white;
  /* White text */
  padding: 12px 24px;
  /* Some padding */
  font-size: 16px;
  /* Set a font-size */
}

#topbar {
  background-color: black;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

#left-section {
  width: 33%;
  padding-left: 30px;

  display: flex;
  align-items: center;
  justify-content: left;
}

#middle-section {
  width: 33%;

  display: flex;
  align-items: center;
  justify-content: center;
}

#right-section {
  width: 33%;
  padding-right: 30px;

  display: flex;
  align-items: center;
  justify-content: right;
}

.menu-button,
.quick-action-button {
  color: #FFF
}

.menu-button:hover,
.quick-action-button:hover {
  color: #3498db;
}

.menu-button:active {
  background-color: darkgrey;
}

.quick-action-button:active {
  background-color: blue;
  color: white;
  font-weight: bold;
}

.menu-button {
  width: 25%;
}

#end-session-section {
  width: 68px;
  height: 32px;
  margin: 4px 1px 4px 1px;

  display: flex;
  justify-content: center;
  align-items: center;
}

#end-session-left {
  width: 40px;
  heigth: 32px;
  background-color: lightgrey;
  border: none;
  border-radius: 6px 0px 0px 6px;
}

#end-session-right {
  width: 28px;
  heigth: 32px;
  background-color: lightgrey;
  border: none;
  border-radius: 0px 6px 6px 0px;
}

#end-session-left:hover,
#end-session-left:hover~#end-session-right,
#end-session-right:hover {
  background-color: darkgrey;
}

#end-session-left:active,
#end-session-left:active~#end-session-right,
#end-session-right:active {
  background-color: grey;
}

.user {
  color: #F5F5F5
}

.d-none {
  display: none
}

.bold {
  font-weight: 600
}

.dispo {
  font-size: 14px;
  color: #3fd345
}

.offers {
  font-size: 14px;
  font-weight: 500
}

.date-offer {
  font-size: 14px;
  font-weight: 500
}

.first-bloc {
  width: 60%;
  float: left
}

.info {
  width: 40%;
  float: right
}

.estimation,
.local {
  float: right;
  font-size: 15px;
  font-weight: 500
}

.estimation {
  font-size: 12px;
  padding: 10px;
  background-color: #F4F4F4;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.franchisee {
  width: 100%
}

.clear {
  clear: both
}

.mobile-container ul li {
  list-style: none
}

ul.social-list li {
  margin-left: unset
}

.search-area form i {
  z-index: 99;
}

.easy-autocomplete {
  z-index: 2;
}

.search-area form button {
  z-index: 4;
}

.easy-autocomplete-container {
  top: 39px;
  z-index: -2 !important;
}

.easy-autocomplete-container .eac-item {
  font-size: 20px;
  padding: 10px 20px;
}

.easy-autocomplete-container>ul {
  padding-top: 50px;
  border-color: #e9e9e9;
}

.easy-autocomplete-container>ul li {
  border-color: #e9e9e9;
}

.easy-autocomplete-container>ul li.selected,
.easy-autocomplete-container>ul li:hover {
  background-color: #f4f4f4;
}

@media (max-width: 992px) {
  .easy-autocomplete-container>ul {
    padding-top: 39px;
  }
}

@media (max-width: 767px) {
  .easy-autocomplete-container {
    top: 35px;
  }

  .easy-autocomplete-container .eac-item {
    font-size: 16px;
    padding: 5px 15px;
  }
}

.searchInput {
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
}

.searchInputMobile {
  position: relative;
}

.searchInput input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 14px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.searchInputMobile input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  padding: 0 60px 0 20px;
  font-size: 14px;
}

.searchInput.active input {
  border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
}

.searchInputMobile .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}

.searchInput.active .resultBox,
.searchInputMobile.active .resultBox {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.searchInputMobile.active .resultBox {
  margin-left: -20px
}

.resultBox li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.searchInput.active .resultBox li,
.searchInputMobile.active .resultBox li {
  display: block;
}

.resultBox li:hover {
  background: #efefef;
}

.searchInput .icon,
.searchInputMobile .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #644bff;
  cursor: pointer;
}

.oops {
  font-size: 26px;
}

#notFound {
  background-color: #0c0c0c;
  background-image: url(../img/404.jpg);
  padding: 30px 0;
  width: auto;
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#notFound .container {
  position: relative;
  z-index: 1;
}

#notFound .container:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #2563FF;
  border-radius: 719px;
  opacity: 0.1;
  background: #2563FF;
  filter: blur(100px);
  width: 719px;
  height: 200px;
  z-index: -1;
}

#notFound h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.2px;
  margin-bottom: 25px;
}

#notFound p {
  color: #A5B5D2;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
}

#notFound.bg {
  height: 600px;
}

#notFound.bg .bread-txt {
  position: relative;
  z-index: 1;
}

#notFound.bg .bread-txt:before {
  position: absolute;
  top: -100px;
  left: 0;
  content: "";
  border-radius: 300px;
  opacity: 0.15;
  background: var(--Secondary, #274798);
  filter: blur(50px);
  width: 100%;
  height: 350px;
  z-index: -1;
}

#notFound.bg .bread-txt span {
  background: #FFF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 76px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
}

#notFound.bg .bread-txt span:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  background-image: url(../img/trait-bleu.png);
  width: 100%;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}

#notFound.bg .bread-txt h1 {
  margin-top: 30px;
}

#notFound.artisans {
  padding: 0;
}

#notFound.artisans .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#notFound.artisans .text {
  width: 700px;
}

#notFound.artisans .slide {
  display: flex;
  width: 700px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

#notFound.artisans .slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1D1D1B 0%, rgba(29, 29, 27, 0) 29.33%, rgba(29, 29, 27, 0) 74.4%, #1D1D1B 100%);
}

#notFound.artisans .slide .column {
  width: 340px;
}

#notFound.artisans .slide .column.left {
  animation: styles_line-animation__top 20s linear infinite;
}

#notFound.artisans .slide .column.right {
  animation: styles_line-animation__bottom 20s linear infinite;
}

#notFound.artisans .slide .artisan-box {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin: 10px 5px;
}

#notFound.artisans .slide .artisan-box figure {
  width: 70px;
}

#notFound.artisans .slide .artisan-box figure img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

#notFound.artisans .slide .artisan-box .text {
  margin-left: 10px;
  width: calc(100% - 80px);
}

#notFound.artisans .slide .artisan-box .text p {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
}

#notFound.artisans .slide .artisan-box .text span {
  color: #7B8091;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

@media (max-width: 767px) {
  #notFound {
    overflow: hidden;
    height: unset !important;
  }

  .number-item {
    text-align: center;
  }

  .estimation,
  .local {
    float: right;
    font-size: 15px;
    font-weight: 500;
    right: 7%;
    position: absolute;
  }

  #sommes .partners ul li {
    width: 40%
  }

  #sommes .partners ul li a {
    border: none !important
  }

  .service-list figure figcaption h3 {
    font-size: 16px
  }

  #notFound h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.2px;
    margin-bottom: 25px;
  }

}

.toc-mobile ul li {
  list-style: none
}

@media (max-width: 1020px) {

  #actualite .content-detail p,
  #actualite .content-detail ul li,
  #actualites p,
  #actualites ul li {
    font-size: 18px !important;
  }

  #actualite .content-detail h2,
  #actualites h2 {
    font-size: 24px !important;
  }

  #actualites h3 {
    font-size: 20px !important;
  }

  #actualites figcaption h3 {
    font-size: 16px !important;
  }

  #actualites figcaption div,
  #actualites figcaption .read {
    display: none !important;
  }
}

.txtarea textarea {
  width: 100%;
  min-height: 200px
}

.likeBtnTitle {
  background: #0c0c0c;
  color: #FFF;
  font-size: 20px;
  padding: 7px 15px;
  border-radius: 25px;
  margin-bottom: 20px
}

.underline {
  text-decoration: underline;
  color: #FFF
}

ul.navbar-nav {
  margin: 0
}

.faq-area details .content ul li {
  font-size: 16px
}

.etape-list .splide__pagination {
  top: 305px;
}

#sommes {
  margin: 10px 0 0 0;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media(max-width: 428px){
  .list-size li{
    font-size: 14px;
  }
}

@media(min-width: 429px) and (max-width: 820px){
  .list-size li{
    font-size: 14px;
  }
}

.dropdown-menu.country-scrollable {
  left: auto !important;
  max-height: 200px;
  overflow-y: auto;
}

/* Maillage interne (BAC) - listes repliables "Voir la suite" / "Voir moins" */
.internal-links-list-wrap {
  position: relative;
}

.internal-links-collapsible .internal-links-list-wrap {
  max-height: 540px;
  overflow: hidden;
}

.internal-links-collapsible.is-expanded .internal-links-list-wrap {
  max-height: none;
  overflow: visible;
}

.internal-links-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 35%, #fff 100%);
  pointer-events: none;
}

.internal-links-collapsible.is-expanded .internal-links-fade {
  display: none;
}

.internal-links-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  padding: 8px 0;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.internal-links-toggle:hover .internal-links-see-more-text,
.internal-links-toggle:hover .internal-links-chevron {
  color: #1d3a7a;
}

.internal-links-toggle .internal-links-see-more-text,
.internal-links-toggle .internal-links-chevron {
  color: #274798;
  font-family: "avenirBook", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.528px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.internal-links-toggle .internal-links-chevron {
  margin-left: 4px;
  font-size: 1.1em;
  transition: transform 0.2s ease;
}

.internal-links-toggle[aria-expanded="true"] .internal-links-chevron {
  transform: rotate(180deg);
}

/* ==========================================================================
   Header dropdowns
   ========================================================================== */

.dropdown {
  position: relative;
}

.dropdown > button {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dropdown > button:hover {
  color: #274798;
}

.site-header .nav-link {
  transition: color 0.2s ease;
}

.site-header .nav-link:hover {
  color: #274798;
}

.dropdown .dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  min-width: 230px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.18),
              0 0 0 1px rgba(0, 0, 0, 0.04);
  padding: 10px;
  margin-top: 8px;
  z-index: 100;
  opacity: 1;
}

.site-header .dropdown .dropdown-menu {
  padding-top: 18px;
  margin-top: 0;
}

.dropdown .dropdown-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 3px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.04);
}

.site-header .dropdown .dropdown-menu::before {
  top: 2px;
}

.dropdown .dropdown-menu.hidden {
  display: none;
}

/* Hover pour les dropdowns du header - priorité maximale */
.site-header .dropdown:hover .dropdown-menu,
.site-header .dropdown:hover .dropdown-menu.hidden,
.site-header .dropdown:hover > .dropdown-menu,
.site-header .dropdown:hover > .dropdown-menu.hidden {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.site-header .dropdown:hover > button .dropdown-chevron,
.site-header .dropdown:hover button .dropdown-chevron {
  transform: rotate(180deg);
}

/* Site header — deux bandes (principal + shell commun affilié) */
.site-header__nav-wrap {
  overflow: visible;
}

.site-header__bar-nav {
  border-top: 1px solid #ececec;
  overflow: visible;
}

.site-header--main .site-header__bar-nav {
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.site-header__nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 35px;
  row-gap: 8px;
  padding: 8px 0 16px;
}

.site-header__desktop-cluster {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.site-header__user-icon {
  font-size: 20px;
}

.site-header__lang-wrap {
  margin-left: 16px;
}

.site-header__lang-menu {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* Drawer mobile commun */
.site-mobile-drawer__header {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}

/* Même emprise que .site-header__menu-open (40×40, padding 8px) pour éviter le saut vertical du logo au toggle */
.site-mobile-drawer__close {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 8px;
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #253d4e;
  pointer-events: auto;
}

/* Bouton menu mobile (remplace navbar-toggler : pas de transformation en croix) */
.site-header__menu-open {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  padding: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.site-header__menu-open:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(39, 71, 152, 0.35);
  border-radius: 8px;
}

.site-header__menu-open-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #1d1d1b;
  border-radius: 2px;
}

/* Menu mobile au-dessus du header sticky (évite conflit avec header.sticky z-index: 99999) */
body.nav-open header.sticky {
  z-index: 1000;
}

body.nav-open .mobile-menu.site-mobile-drawer {
  z-index: 1000000001;
}

/* Drawer : colonne (header + zone scroll + langue fixée en bas du viewport drawer) */
.mobile-menu.site-mobile-drawer {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
  box-sizing: border-box;
}

.mobile-menu.site-mobile-drawer > .container {
  flex: 0 0 auto;
}

.mobile-menu.site-mobile-drawer > .mobile-container {
  flex: 1 1 auto;
  min-height: 0;
  height: auto !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-menu.site-mobile-drawer > .site-mobile-drawer__lang-shell {
  flex: 0 0 auto;
}

.site-mobile-drawer__scroll {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.site-mobile-drawer[data-site="affiliate"] .mobile-container {
  height: auto !important;
  max-height: none;
}

/* Barre « Retour au site principal » : en haut du drawer, même base visuelle que .ab-partner-nav-top (header fermé) */
.site-mobile-drawer__affiliate-footer {
  flex: 0 0 auto;
}

/* Même hauteur / largeur que le bandeau header : évite l’étirement en colonne flex du drawer */
.mobile-menu.site-mobile-drawer > .site-mobile-drawer__affiliate-footer.ab-partner-nav-top {
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Drawer site principal — typo / espacements alignés sur .mobile-menu-nav (affiliate.css) */
.site-mobile-drawer[data-site="main"] .navbar-nav {
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.site-mobile-drawer[data-site="main"] .site-mobile-drawer__link {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #253d4e;
  text-decoration: none;
  border-bottom: 1px solid #ececec;
  transition: background-color 0.2s, color 0.2s;
  box-sizing: border-box;
  letter-spacing: normal;
}

.site-mobile-drawer[data-site="main"] .site-mobile-drawer__link:hover {
  background-color: #f5f7fa;
  color: #274798;
}

.site-mobile-drawer[data-site="main"] .site-mobile-drawer__app-inner {
  box-sizing: border-box;
}

.mobile-menu.site-mobile-drawer[data-site="main"] .app {
  padding: 24px 0 28px;
  border-top: 1px solid #ececec;
  margin-top: 0;
}

.mobile-menu.site-mobile-drawer[data-site="main"] .app h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #253d4e;
  line-height: 1.45;
  margin: 0 0 14px;
  letter-spacing: normal;
}

.mobile-menu.site-mobile-drawer[data-site="main"] .app .downloads {
  margin-top: 14px;
}

/* Masquer toute action desktop du header < md (sécurise vs. règles .btn-* plus tardives) */
@media (max-width: 767px) {
  .site-header__desktop-cluster,
  .site-header__desktop-cta-wrap {
    display: none !important;
  }
}

/* Sélecteur de langue — barre header mobile (principal + affilié) */
.site-header__lang-bar-mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.site-header__lang-bar-mobile-btn:hover {
  border-color: #274798;
}

.site-header__lang-bar-mobile-menu {
  right: 0;
  left: auto;
  margin-top: 6px;
  min-width: 200px;
  z-index: 1000000000;
}

/* Langue / région — bas du drawer mobile */
.site-mobile-drawer__lang-shell {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px 20px;
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-mobile-drawer__lang-shell .site-mobile-drawer__lang {
  position: relative;
  width: auto;
  max-width: 100%;
}

.site-mobile-drawer__lang-btn.site-header__lang-bar-mobile-btn {
  min-width: auto !important;
  min-height: 44px !important;
  padding: 12px 20px !important;
  background-color: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-family: 'Jost', sans-serif !important;
  color: #1d1d1b !important;
  box-shadow: none !important;
}

.site-mobile-drawer__lang-btn.site-header__lang-bar-mobile-btn:hover {
  border-color: #d1d5db !important;
  background-color: #f9fafb !important;
}

.site-mobile-drawer__lang-btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.site-mobile-drawer__lang-flag {
  font-size: 1.35rem;
  line-height: 1;
}

.site-mobile-drawer__lang-label {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  font-family: 'Jost', sans-serif;
}

/* Liste pays : s’ouvre vers le haut (évite la coupure par overflow du .mobile-container) */
.site-mobile-drawer__lang-shell .site-mobile-drawer__lang-menu {
  top: auto !important;
  bottom: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #374151;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.15s ease;
  margin: 2px 0;
}

.dropdown .dropdown-item:hover {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
  color: #274798;
}

.dropdown .dropdown-item:active {
  transform: scale(0.98);
}

.dropdown .dropdown-item.active {
  background: #eff6ff;
  color: #274798;
  font-weight: 600;
}

.dropdown .dropdown-item i {
  font-size: 18px;
  color: #6b7280;
  transition: all 0.2s ease;
  width: 20px;
  text-align: center;
}

.dropdown .dropdown-item:hover i {
  color: #274798;
}

.dropdown-arrow {
  display: inline-block;
  font-size: 10px;
  margin-left: 4px;
  transition: transform 0.25s ease;
  color: #9ca3af;
}

.dropdown > button:hover .dropdown-arrow {
  color: #274798;
}

.dropdown-chevron {
  transition: transform 0.25s ease;
  color: #9ca3af;
  flex-shrink: 0;
}

.dropdown > button:hover .dropdown-chevron {
  color: #274798;
}

.dropdown.open .dropdown-chevron {
  transform: rotate(180deg);
}

/* ==========================================================================
   Country selector dropdown
   ========================================================================== */

.dropdown-fs {
  position: relative;
}

.dropdown-fs .dropdown-toggle {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  color: #374151;
  font-weight: 500;
  padding: 10px 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}

.dropdown-fs .dropdown-toggle::after,
.dropdown-fs .dropdown-toggle::before {
  display: none !important;
}

.dropdown-fs .dropdown-toggle:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-fs .dropdown-toggle:focus {
  outline: none;
  border-color: #9ca3af;
  box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.1);
}

.dropdown-fs .dropdown-menu {
  background: white;
  border: none;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15),
              0 0 0 1px rgba(0, 0, 0, 0.05);
  padding: 8px;
  margin-top: 8px;
  min-width: 180px;
  z-index: 100;
}

.dropdown-fs .dropdown-item {
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #374151;
  text-decoration: none;
  margin: 2px 0;
}

.dropdown-fs .dropdown-item:hover {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
  color: #274798;
}

.dropdown-fs .dropdown-item.active {
  background: #eff6ff;
  color: #274798;
  font-weight: 600;
}

.dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}

/* ==========================================================================
   Mobile menu dropdown overrides
   ========================================================================== */

@media (max-width: 1019px) {
  .dropdown-fs {
    display: none;
  }

  .mobile-menu .dropdown-fs,
  .ab-partner-country-selector .dropdown-fs {
    display: block !important;
    margin: 0;
  }

  .mobile-menu .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #E9E9E9 !important;
    color: #1D1D1B !important;
    font-family: "avenirBook";
    font-weight: 600;
    padding: 10px 0 !important;
    box-shadow: none !important;
    transition: none;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 18px;
    letter-spacing: -0.9px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu .dropdown-toggle::after,
  .mobile-menu .dropdown-toggle::before {
    display: none !important;
  }

  .mobile-menu .dropdown-toggle:hover,
  .mobile-menu .dropdown-toggle:active {
    box-shadow: none !important;
    transform: none;
  }

  .mobile-menu .dropdown-toggle:focus {
    outline: none;
    box-shadow: none !important;
  }

  .mobile-menu .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
    background: transparent !important;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0 0 0 16px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1000;
    left: auto !important;
    transform: none !important;
    top: auto !important;
    min-width: 0 !important;
    animation: none !important;
  }

  .mobile-menu .dropdown-menu::before {
    display: none !important;
  }

  .mobile-menu .dropdown-menu.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  .mobile-menu .dropdown-menu:not(.hidden) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 500px !important;
    overflow: visible !important;
  }

  .mobile-menu .dropdown-item {
    padding: 10px 0;
    color: #1D1D1B;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    font-family: "avenirBook";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.9px;
    transition: none;
    border-radius: 0;
    margin: 0;
    gap: 8px;
    box-shadow: none;
  }

  .mobile-menu .dropdown-item:last-child {
    border-bottom: none;
  }

  .mobile-menu .dropdown-item:hover,
  .mobile-menu .dropdown-item:active {
    background: transparent;
    color: #274798;
    transform: none;
  }

  .mobile-menu .dropdown-item.active {
    background: transparent;
    color: #274798;
    font-weight: 600;
  }

  .mobile-menu .dropdown-item i {
    font-size: 18px;
    color: #6b7280;
    width: 20px;
    text-align: center;
  }

  .mobile-menu .dropdown-item:hover i,
  .mobile-menu .dropdown-item:active i {
    color: #274798;
  }

  .mobile-menu .dropdown-arrow {
    color: #9ca3af;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    transition: transform 0.25s ease;
    display: inline-block;
    margin-left: auto;
    user-select: none;
  }

  /* Harmonisation drawer principal (réf. affilié : liens 16px / 700 / #253d4e / 18px 20px) */
  .mobile-menu.site-mobile-drawer[data-site="main"] .navbar-nav .dropdown-toggle {
    padding: 18px 20px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #253d4e !important;
    letter-spacing: normal !important;
    border-bottom: 1px solid #ececec !important;
  }

  .mobile-menu.site-mobile-drawer[data-site="main"] .navbar-nav .dropdown-toggle:hover,
  .mobile-menu.site-mobile-drawer[data-site="main"] .navbar-nav .dropdown-toggle:focus {
    background-color: #f5f7fa !important;
    color: #274798 !important;
  }

  .mobile-menu.site-mobile-drawer[data-site="main"] .navbar-nav .dropdown-menu {
    padding: 0 0 0 20px !important;
  }

  .mobile-menu.site-mobile-drawer[data-site="main"] .navbar-nav .dropdown-item {
    padding: 14px 0 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #253d4e !important;
    letter-spacing: normal !important;
    border-bottom: 1px solid #ececec !important;
  }

  .mobile-menu.site-mobile-drawer[data-site="main"] .navbar-nav .dropdown-item:hover,
  .mobile-menu.site-mobile-drawer[data-site="main"] .navbar-nav .dropdown-item:active {
    color: #274798 !important;
    background-color: transparent !important;
  }

  .mobile-menu.site-mobile-drawer[data-site="main"] .navbar-nav .dropdown-arrow {
    color: #9ca3af;
    font-size: 11px;
  }

  .site-mobile-drawer[data-site="main"] .site-header__user-icon {
    font-size: 18px;
    color: #253d4e;
  }

  /* Le sélecteur langue garde le style compact d'origine (pas le style nav mobile) */
  .mobile-menu.site-mobile-drawer .site-mobile-drawer__lang-menu {
    position: absolute !important;
    width: auto !important;
    min-width: 200px !important;
    max-width: calc(100vw - 32px) !important;
    background: #fff !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    padding: 8px !important;
    margin: 0 !important;
    z-index: 1000000002 !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    top: auto !important;
    bottom: 100% !important;
  }

  .mobile-menu.site-mobile-drawer .site-mobile-drawer__lang-menu.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    max-height: none !important;
  }

  .mobile-menu.site-mobile-drawer .site-mobile-drawer__lang-menu:not(.hidden) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .mobile-menu.site-mobile-drawer .site-mobile-drawer__lang-menu .dropdown-item {
    padding: 12px 16px !important;
    border-radius: 10px !important;
    margin: 2px 0 !important;
    border-bottom: none !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: normal !important;
    color: #374151 !important;
    background: transparent !important;
  }

  .mobile-menu.site-mobile-drawer .site-mobile-drawer__lang-menu .dropdown-item:hover,
  .mobile-menu.site-mobile-drawer .site-mobile-drawer__lang-menu .dropdown-item:active {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%) !important;
    color: #274798 !important;
  }

  .mobile-menu.site-mobile-drawer .site-mobile-drawer__lang-menu .dropdown-item.active {
    background: #eff6ff !important;
    color: #274798 !important;
    font-weight: 600 !important;
  }
}

/* Contractor advantage landing (front/contractor/advantage) */
.contractor-advantage-page { background: #fff; }

.contractor-advantage-page .contractor-hero { position: relative; min-height: 420px; overflow: hidden; }
.contractor-advantage-page .contractor-hero-bg { position: absolute; inset: 0; z-index: 1; }
.contractor-advantage-page .contractor-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #0f2a5c 0%, #1a3a7a 50%, #1a3a7a 100%); opacity: 0.88; }
.contractor-advantage-page .contractor-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.contractor-advantage-page .contractor-hero-content { position: relative; z-index: 10; display: flex; align-items: center; min-height: 420px; padding: 50px 0; }
.contractor-advantage-page .contractor-hero-text { max-width: 700px; }
.contractor-advantage-page .contractor-hero-title { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 36px; line-height: 1.25; color: #fff; margin: 0 0 20px; }
.contractor-advantage-page .contractor-hero-intro { font-family: 'Jost', sans-serif; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.95); margin-bottom: 24px; }
.contractor-advantage-page .contractor-hero-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: #274798; color: #fff; border-radius: 50px; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 15px; text-decoration: none; transition: all 0.3s; }
.contractor-advantage-page .contractor-hero-cta:hover { background: #1a3670; color: #fff; }
.contractor-advantage-page .contractor-hero-cta i { font-size: 14px; }

.contractor-advantage-page .contractor-advantages-section { padding: 60px 0; background: #f8fafc; }
.contractor-advantage-page .contractor-advantages-header { text-align: center; margin-bottom: 48px; }
.contractor-advantage-page .contractor-advantages-title { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 32px; line-height: 1.3; color: #000; margin: 0 0 16px; }
.contractor-advantage-page .contractor-advantages-subtitle { font-family: 'Jost', sans-serif; font-size: 18px; color: #666; margin: 0; }
.contractor-advantage-page .contractor-advantages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.contractor-advantage-page .contractor-advantage-card { display: flex; flex-direction: column; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 1px solid #eee; text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.contractor-advantage-page .contractor-advantage-card:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0,0,0,0.12); }
.contractor-advantage-page .contractor-advantage-image { height: 180px; overflow: hidden; background: linear-gradient(135deg, #274798 0%, #1a3670 100%); display: flex; align-items: center; justify-content: center; }
.contractor-advantage-page .contractor-advantage-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.contractor-advantage-page .contractor-advantage-card:hover .contractor-advantage-image img { transform: scale(1.05); }
.contractor-advantage-page .contractor-advantage-icon { font-size: 48px; color: #fff; }
.contractor-advantage-page .contractor-advantage-content { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.contractor-advantage-page .contractor-advantage-step { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: #274798; color: #fff; border-radius: 50%; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 14px; margin-bottom: 12px; }
.contractor-advantage-page .contractor-advantage-title { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 18px; color: #000; margin: 0 0 12px; transition: color 0.3s ease; }
.contractor-advantage-page .contractor-advantage-card:hover .contractor-advantage-title { color: #274798; }
.contractor-advantage-page .contractor-advantage-text { font-family: 'Jost', sans-serif; font-size: 15px; line-height: 1.65; color: #555; margin: 0 0 16px; flex: 1; }
.contractor-advantage-page .contractor-advantage-link { display: inline-flex; align-items: center; gap: 6px; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 14px; color: #274798; margin-top: auto; }
.contractor-advantage-page .contractor-advantage-link i { font-size: 12px; transition: transform 0.3s ease; }
.contractor-advantage-page .contractor-advantage-card:hover .contractor-advantage-link i { transform: translateX(4px); }

@media (max-width: 1023px) {
    .contractor-advantage-page .contractor-advantages-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .contractor-advantage-page .contractor-advantages-grid { grid-template-columns: 1fr; }
    .contractor-advantage-page .contractor-advantages-section { padding: 40px 0; }
}

/* Contractor Page - Avantages avec alternance image/contenu */
.contractor-page .contractor-advantages-section { padding: 60px 0; background: #f8fafc; }
.contractor-page .contractor-advantages-header { text-align: center; margin-bottom: 48px; }
.contractor-page .contractor-advantages-title { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 32px; line-height: 1.3; color: #000; margin: 0 0 16px; }
.contractor-page .contractor-advantages-subtitle { font-family: 'Jost', sans-serif; font-size: 18px; color: #666; margin: 0; }

.contractor-page .contractor-advantages-list { display: flex; flex-direction: column; gap: 40px; }

.contractor-page .contractor-advantage-row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.contractor-page .contractor-advantage-row:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }

/* Image à droite (impair) - ordre par défaut : contenu puis image */
.contractor-page .contractor-advantage-row.image-right { }
.contractor-page .contractor-advantage-row.image-right .contractor-advantage-content { order: 1; padding: 40px; }
.contractor-page .contractor-advantage-row.image-right .contractor-advantage-image { order: 2; }

/* Image à gauche (pair) - ordre inversé : image puis contenu */
.contractor-page .contractor-advantage-row.image-left { }
.contractor-page .contractor-advantage-row.image-left .contractor-advantage-image { order: 1; }
.contractor-page .contractor-advantage-row.image-left .contractor-advantage-content { order: 2; padding: 40px; }

.contractor-page .contractor-advantage-image { height: 100%; min-height: 320px; position: relative; overflow: hidden; }
.contractor-page .contractor-advantage-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; transition: transform 0.4s ease; }
.contractor-page .contractor-advantage-row:hover .contractor-advantage-image img { transform: scale(1.05); }
.contractor-page .contractor-advantage-icon { width: 100%; height: 100%; min-height: 320px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #274798 0%, #1a3670 100%); }
.contractor-page .contractor-advantage-icon i { font-size: 80px; color: rgba(255,255,255,0.9); }

.contractor-page .contractor-advantage-content { padding: 40px; }
.contractor-page .contractor-advantage-step { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: linear-gradient(135deg, #274798 0%, #1a3670 100%); color: #fff; font-family: 'Jost', sans-serif; font-weight: 700; font-size: 16px; border-radius: 50%; margin-bottom: 16px; }
.contractor-page .contractor-advantage-row .contractor-advantage-title { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 24px; line-height: 1.3; color: #000; margin: 0 0 16px; transition: color 0.3s ease; }
.contractor-page .contractor-advantage-row:hover .contractor-advantage-title { color: #274798; }
.contractor-page .contractor-advantage-text { font-family: 'Jost', sans-serif; font-size: 16px; line-height: 1.7; color: #555; margin: 0 0 20px; }
.contractor-page .contractor-advantage-link { display: inline-flex; align-items: center; gap: 6px; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 15px; color: #274798; transition: gap 0.3s ease; }
.contractor-page .contractor-advantage-row:hover .contractor-advantage-link { gap: 10px; }
.contractor-page .contractor-advantage-link i { font-size: 14px; }

@media (max-width: 991px) {
    .contractor-page .contractor-advantage-row { grid-template-columns: 1fr; gap: 0; }
    .contractor-page .contractor-advantage-row.image-right .contractor-advantage-image,
    .contractor-page .contractor-advantage-row.image-left .contractor-advantage-image { order: 1; min-height: 240px; }
    .contractor-page .contractor-advantage-row.image-right .contractor-advantage-content,
    .contractor-page .contractor-advantage-row.image-left .contractor-advantage-content { order: 2; padding: 24px; }
    .contractor-page .contractor-advantage-icon { min-height: 240px; }
}
@media (max-width: 767px) {
    .contractor-page .contractor-advantages-section { padding: 40px 0; }
    .contractor-page .contractor-advantages-list { gap: 24px; }
    .contractor-page .contractor-advantage-row .contractor-advantage-title { font-size: 20px; }
    .contractor-page .contractor-advantage-text { font-size: 15px; }
    .contractor-page .contractor-advantage-content { padding: 20px !important; }
}

.contractor-advantage-page .contractor-features-section { padding: 60px 0; }
.contractor-advantage-page .contractor-features-header { text-align: center; margin-bottom: 48px; }
.contractor-advantage-page .contractor-features-title { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 32px; line-height: 1.3; color: #000; margin: 0 0 16px; }
.contractor-advantage-page .contractor-features-personas { font-family: 'Jost', sans-serif; font-size: 18px; color: #274798; margin: 0 0 24px; font-weight: 500; }
.contractor-advantage-page .contractor-features-personas span { margin: 0 8px; opacity: 0.5; }
.contractor-advantage-page .contractor-features-count { font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #888; margin: 0; }
.contractor-advantage-page .contractor-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.contractor-advantage-page .contractor-feature-card { display: block; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 1px solid #eee; text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.contractor-advantage-page .contractor-feature-card:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0,0,0,0.12); }
.contractor-advantage-page .contractor-feature-image { height: 200px; overflow: hidden; }
.contractor-advantage-page .contractor-feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.contractor-advantage-page .contractor-feature-card:hover .contractor-feature-image img { transform: scale(1.05); }
.contractor-advantage-page .contractor-feature-content { padding: 20px 24px 24px; }
.contractor-advantage-page .contractor-feature-title { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 18px; color: #000; margin: 0 0 12px; transition: color 0.3s ease; }
.contractor-advantage-page .contractor-feature-card:hover .contractor-feature-title { color: #274798; }
.contractor-advantage-page .contractor-feature-text { font-family: 'Jost', sans-serif; font-size: 15px; line-height: 1.65; color: #555; margin: 0; }

.contractor-advantage-page .contractor-cta-section { padding: 40px 0; text-align: center; }
.contractor-advantage-page .contractor-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: #274798; color: #fff; border-radius: 50px; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 18px; text-decoration: none; transition: all 0.3s; }
.contractor-advantage-page .contractor-cta-btn:hover { background: #1a3670; }
.contractor-advantage-page .contractor-cta-btn i { font-size: 16px; }

.contractor-advantage-page .contractor-modules-section { padding: 60px 0; background: #f8f9fa; }
.contractor-advantage-page .contractor-modules-header { text-align: center; margin-bottom: 48px; }
.contractor-advantage-page .contractor-modules-title { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 32px; line-height: 1.25; color: #000; margin: 0 0 16px; }
.contractor-advantage-page .contractor-modules-subtitle { font-family: 'Jost', sans-serif; font-size: 16px; color: #666; margin: 0; }
.contractor-advantage-page .contractor-modules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 24px; }
.contractor-advantage-page .contractor-modules-group { display: none; margin-top: 40px; }
.contractor-advantage-page .contractor-modules-group.show { display: grid; }
.contractor-advantage-page .contractor-modules-toggle { text-align: center; margin-top: 40px; }
.contractor-advantage-page .contractor-toggle-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: transparent; border: 2px solid #274798; color: #274798; border-radius: 50px; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 16px; cursor: pointer; transition: all 0.3s; }
.contractor-advantage-page .contractor-toggle-btn:hover { background: #274798; color: #fff; }
.contractor-advantage-page .contractor-toggle-btn i { font-size: 18px; transition: transform 0.3s; }
.contractor-advantage-page .contractor-toggle-btn.active i { transform: rotate(180deg); }
.contractor-advantage-page .contractor-module-card { display: flex; flex-direction: column; text-decoration: none; transition: transform 0.3s ease; }
.contractor-advantage-page a.contractor-module-card:hover { transform: translateY(-8px); }
.contractor-advantage-page .contractor-module-image { width: 100%; aspect-ratio: 1; border-radius: 20px; overflow: hidden; margin-bottom: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: box-shadow 0.3s ease; }
.contractor-advantage-page a.contractor-module-card:hover .contractor-module-image { box-shadow: 0 12px 24px rgba(0,0,0,0.15); }
.contractor-advantage-page .contractor-module-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.contractor-advantage-page a.contractor-module-card:hover .contractor-module-image img { transform: scale(1.05); }
.contractor-advantage-page .contractor-module-title { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 18px; color: #000; margin: 0 0 10px; line-height: 1.4; transition: color 0.3s ease; }
.contractor-advantage-page a.contractor-module-card:hover .contractor-module-title { color: #274798; }
.contractor-advantage-page .contractor-module-text { font-family: 'Jost', sans-serif; font-size: 17px; line-height: 1.65; color: #555; margin: 0; flex: 1; }

@media (max-width: 1024px) {
  .contractor-advantage-page .contractor-features-grid,
  .contractor-advantage-page .contractor-modules-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .contractor-advantage-page .contractor-features-grid,
  .contractor-advantage-page .contractor-modules-grid { grid-template-columns: 1fr; }
  .contractor-advantage-page .contractor-hero { min-height: auto; }
  .contractor-advantage-page .contractor-hero-content { min-height: auto; padding: 40px 16px; }
  .contractor-advantage-page .contractor-hero-title { font-size: 28px; }
  .contractor-advantage-page .contractor-features-title,
  .contractor-advantage-page .contractor-modules-title { font-size: 24px; }
  .contractor-advantage-page .contractor-features-personas { font-size: 15px; }
  .contractor-advantage-page .contractor-features-personas span { margin: 0 4px; }
}


/* ===== COMMON UTILITIES ===== */

/* Autocomplete dropdown (used in register forms, search, etc.) */
.autocomplete-list {
  display: none;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  padding: 5px;
}
.autocomplete-list:has(.autocomplete-item:empty) {
  display: none !important;
}
.autocomplete-item {
  padding: 8px 12px;
  cursor: pointer;
}
.autocomplete-item:hover {
  background-color: #f0f0f0;
}

/* Form error states */
.detail .error,
.text .error {
  font-weight: unset !important;
}

/* Content demo spacing */
#content-demo {
  margin-bottom: 200px;
}

/* Article detail content spacing */
.contenu {
  margin-top: 30px;
}

/* ===== WIDGET: Password strength indicator ===== */
.password-strength-container {
  margin-top: 10px;
}
.password-strength-bar {
  width: 100%;
  height: 6px;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}
.password-strength-fill {
  height: 100%;
  width: 0%;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.strength-weak {
  background-color: #dc3545;
  width: 25%;
}
.strength-fair {
  background-color: #fd7e14;
  width: 50%;
}
.strength-good {
  background-color: #ffc107;
  width: 75%;
}
.strength-strong {
  background-color: #28a745;
  width: 100%;
}
.password-criteria {
  font-size: 12px;
}
.criteria-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #6c757d;
}
.criteria-item.valid {
  color: #28a745;
}
.criteria-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 10px;
  font-weight: bold;
}
.criteria-item .criteria-icon {
  background-color: #e9ecef;
  color: #6c757d;
}
.criteria-item.valid .criteria-icon {
  background-color: #28a745;
  color: white;
}
.strength-text {
  font-weight: bold;
  margin-bottom: 8px;
}
.strength-weak-text { color: #dc3545; }
.strength-fair-text { color: #fd7e14; }
.strength-good-text { color: #ffc107; }
.strength-strong-text { color: #28a745; }

/* ===== PAGE: Register (account type selection) ===== */
.account-type-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.account-type-container {
  max-width: 800px;
  width: 100%;
  text-align: center;
}
.account-type-section .main-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
.account-type-section .cards-container {
  display: flex;
  gap: 4rem;
  justify-content: center;
  flex-wrap: wrap;
}
.account-type-section .cards-container img {
  max-height: 100px;
  max-width: 100px;
}
.account-card {
  background: #0E235C;
  border-radius: 20px;
  padding: 3rem 1rem;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  max-height: 320px;
  box-shadow: 0 8px 25px rgba(30, 60, 114, 0.3);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.account-card:hover {
  transform: translateY(-5px);
  background: #274798;
  text-decoration: none;
  color: white;
}
.account-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.account-card:hover::before {
  opacity: 1;
}
.account-card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-align: center;
}
.account-card .card-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  margin: 0;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .account-type-section .main-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .account-type-section .cards-container {
    flex-direction: column;
    align-items: center;
  }
  .account-card {
    width: 250px;
    height: 280px;
    padding: 2.5rem 1.5rem;
  }
  .account-type-section {
    padding: 1rem;
  }
}

/* ===== PAGE: Formule (artisan + contractor pricing) ===== */
.formule-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}
.formule-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.formule-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0f2a5c 0%, #1a3a7a 50%, #1a3a7a 100%);
  opacity: 0.88;
}
.formule-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.formule-hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  min-height: 420px;
}
.formule-hero-text {
  max-width: 700px;
}
.formule-hero-title {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 20px;
}
.formule-hero-subtitle {
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.95);
  margin: 0 0 24px;
}
.formule-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #1D1D1B;
  color: #fff;
  border-radius: 50px;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.formule-hero-cta:hover {
  background: #000;
  color: #fff;
}
.formule-page {
  background: #f8fafc;
  padding: 32px 96px 80px;
}
.formule-container {
  max-width: 1248px;
  margin: 0 auto;
}
.formule-page .section-gap {
  margin-top: 40px;
}
.formule-page .section-header {
  text-align: center;
  margin-bottom: 24px;
}
.formule-page .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  line-height: 40px;
  margin-bottom: 16px;
}
.formule-page .section-title-medium {
  font-size: 30px;
  line-height: 36px;
}
.formule-page .section-subtitle {
  font-size: 18px;
  color: #374151;
  line-height: 28px;
}
.formule-page .cards-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.formule-page .cards-grid-1 {
  max-width: 400px;
  margin: 0 auto;
}
.formule-page .cards-grid-2 {
  max-width: 824px;
  margin: 0 auto;
}
.formule-page .cards-grid-3 {
  max-width: 1248px;
  margin: 0 auto;
}
.formule-page .formula-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  width: 100%;
  max-width: 400px;
  position: relative;
}
.formule-page .formula-card-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
}
.formule-page .formula-title {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  line-height: 36px;
  margin: 0;
}
.formule-page .formula-title-with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.formule-page .formula-description {
  font-size: 13px;
  color: #9ca3af;
  line-height: 18px;
  margin: 4px 0 0;
}
.formule-page .formula-description p {
  margin: 0;
}
.formule-page .formula-description strong {
  font-weight: 600;
  color: #6b7280;
}
.formule-page .formula-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 8px;
}
.formule-page .price-amount {
  font-size: 48px;
  font-weight: 900;
  color: #111827;
  line-height: 1;
}
.formule-page .price-unit {
  font-size: 14px;
  font-weight: 400;
  color: #9ca3af;
  margin-left: 4px;
}
.formule-page .trial-badge {
  font-size: 14px;
  font-weight: 500;
  color: #059669;
  margin: 8px 0 0;
}
.formule-page .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  margin-top: 16px;
}
.formule-page .features-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  line-height: 20px;
}
.formule-page .features-list li i,
.formule-page .features-list li svg {
  width: 16px;
  height: 16px;
  color: #9ca3af;
  flex-shrink: 0;
  margin-top: 2px;
}
.formule-page .formula-card-premium .features-list li i,
.formule-page .formula-card-premium .features-list li svg {
  color: #615FFF;
}
.formule-page .feature-highlight {
  font-weight: 400;
  color: #374151;
}
.formule-page .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.formule-page .btn-secondary {
  background: #f3f4f6;
  color: #111827;
  border: 1px solid #e2e8f0;
}
.formule-page .btn-secondary:hover {
  background: #e5e7eb;
}
.formule-page .btn-current {
  background: #f3f4f6;
  color: #9ca3af;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  border: 1px solid #e5e7eb;
  cursor: not-allowed;
}
.formule-page .btn-outline {
  background: white;
  color: #111827;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin-top: 32px;
}
.formule-page .btn-outline:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.formule-page .btn-premium {
  background: #615FFF;
  color: white;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  box-shadow: 0 4px 14px rgba(97, 95, 255, 0.25);
  margin-top: 32px;
}
.formule-page .btn-premium:hover {
  background: #4F39F6;
}
.formule-page .premium-badge-top {
  position: absolute;
  top: -12px;
  left: 32px;
  background: linear-gradient(to bottom, #615FFF, #4F39F6);
  color: white;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.1);
}
.formule-page .premium-icon {
  width: 28px;
  height: 26px;
}
.formule-page .no-commitment {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  color: #9ca3af;
  margin: 16px 0 0;
}
.formule-page .benefits-container {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.formule-page .benefit-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 25px;
  width: 394px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.formule-page .benefit-icon-wrapper {
  width: 56px;
  height: 56px;
  background: #f2f5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formule-page .benefit-icon-wrapper svg {
  width: 24px;
  height: 24px;
  color: #615FFF;
}
.formule-page .benefit-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  line-height: 28px;
  margin: 0;
}
.formule-page .benefit-description {
  font-size: 16px;
  color: #374151;
  line-height: 24px;
  margin: 0;
}
/* Comparison table - HTML table structure */
.formule-page .comparison-table-wrapper {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.formule-page .comparison-table {
  width: 100%;
  min-width: max-content;
  border-collapse: collapse;
}
.formule-page .comparison-table thead .comparison-header-row {
  background: linear-gradient(to right, #f9fafb, #f3f4f6);
}
.formule-page .comparison-table th,
.formule-page .comparison-table td {
  padding: 16px 20px;
}
.formule-page .comparison-header-label {
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.formule-page .comparison-plan-label {
  width: 160px;
  min-width: 160px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6b7280;
}
.formule-page .comparison-plan-label.premium {
  background: linear-gradient(to right, #eef2ff, #f5f3ff);
  color: #615FFF;
}
.formule-page .comparison-row {
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.15s ease;
}
.formule-page .comparison-row:hover {
  background-color: #f9fafb;
}
.formule-page .comparison-row:last-child {
  border-bottom: none;
}
.formule-page .comparison-feature {
  padding: 16px;
}
.formule-page .comparison-feature-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.formule-page .comparison-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f3f4f6;
  color: #6b7280;
}
.formule-page .comparison-feature-icon svg {
  width: 16px;
  height: 16px;
}
.formule-page .comparison-feature-label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.formule-page .comparison-value {
  text-align: center;
  vertical-align: middle;
  color: #374151;
}
.formule-page .comparison-value.premium {
  background: rgba(238, 242, 255, 0.6);
}
.formule-page .value-text {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}
.formule-page .value-text.premium {
  font-weight: 600;
  color: #615FFF;
}
.formule-page .icon-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #374151;
}
.formule-page .icon-cross svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
}
.formule-page .icon-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e7ff;
  color: #615FFF;
  margin: 0 auto;
}
.formule-page .icon-check svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}

/* Comparison table category headers */
.formule-page .comparison-category-row {
  background: #eef2ff;
}
.formule-page .comparison-category-header {
  padding: 12px 20px;
}
.formule-page .category-header-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.formule-page .comparison-category-header .category-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #615FFF;
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.formule-page .comparison-category-header .category-name {
  font-size: 14px;
  font-weight: 700;
  color: #312e81;
}

/* Formule contractor info-card specific */
.formule-page .info-card {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8edff 100%);
  border: 1px solid #d4deff;
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
.formule-page .info-card-header {
  text-align: center;
  margin-bottom: 20px;
}
.formule-page .info-card-icon {
  width: 56px;
  height: 56px;
  background: #274798;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.formule-page .info-card-icon i {
  font-size: 28px;
  color: #fff;
}
.formule-page .info-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
  line-height: 28px;
  margin: 0;
}
.formule-page .info-card-text {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0 0 20px;
}
.formule-page .info-card-highlight {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.formule-page .info-card-highlight-value {
  font-size: 36px;
  font-weight: 700;
  color: #274798;
  line-height: 1;
  flex-shrink: 0;
}
.formule-page .info-card-highlight-content {
  flex: 1;
}
.formule-page .info-card-highlight-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 4px;
}
.formule-page .info-card-highlight-desc {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .formule-page {
    padding: 32px 48px 60px;
  }
  .formule-page .cards-container {
    flex-direction: column;
    align-items: center;
  }
  .formule-page .formula-card {
    width: 100%;
    max-width: 600px;
  }
  .formule-page .benefits-container {
    flex-wrap: wrap;
  }
  .formule-page .benefit-card {
    width: calc(50% - 16px);
  }
}
@media (max-width: 1024px) {
  .formule-page .formula-card,
  .formule-page .info-card {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .formule-hero { min-height: auto; }
  .formule-hero-content { min-height: auto; padding: 40px 16px; }
  .formule-hero-title { font-size: 28px; line-height: 1.3; }
  .formule-page {
    padding: 24px 16px 40px;
  }
  .formule-page .section-title {
    font-size: 28px;
    line-height: 32px;
  }
  .formule-page .section-title-medium {
    font-size: 24px;
    line-height: 28px;
  }
  .formule-page .benefit-card {
    width: 100%;
  }
  .formule-page .comparison-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
  }
  .formule-page .comparison-header-label {
    width: 100%;
  }
  .formule-page .comparison-header-plans {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }
  .formule-page .comparison-plan-label {
    width: auto;
    flex: 1;
    font-size: 12px;
  }
  .formule-page .comparison-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }
  .formule-page .comparison-feature {
    width: 100%;
  }
  .formule-page .comparison-values {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }
  .formule-page .comparison-value {
    width: auto;
    flex: 1;
    font-size: 12px;
  }
  .formule-page .savings-badge {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    margin-bottom: 8px;
  }
  .formule-page .info-card-title {
    font-size: 20px;
  }
  .formule-page .info-card-highlight-value {
    font-size: 28px;
  }
}

/* ===== PAGE: Contractor index (landing page) ===== */
.contractor-page { background: #fff; }
.contractor-page .contractor-hero { position: relative; min-height: 480px; overflow: hidden; }
.contractor-page .contractor-hero-bg { position: absolute; inset: 0; z-index: 1; }
.contractor-page .contractor-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #0f2a5c 0%, #1a3a7a 50%, #1a3a7a 100%); opacity: 0.92; }
.contractor-page .contractor-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.contractor-page .contractor-hero-content { position: relative; z-index: 10; display: flex; align-items: center; min-height: 480px; padding: 60px 0; }
.contractor-page .contractor-hero-text { max-width: 650px; }
.contractor-page .contractor-hero-title { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 40px; line-height: 1.2; color: #fff; margin: 0 0 20px; }
.contractor-page .contractor-hero-intro { font-family: 'Jost', sans-serif; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.95); margin-bottom: 28px; }
.contractor-page .contractor-hero-intro p { margin: 0; }
.contractor-page .contractor-hero-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: #274798; color: #fff; border-radius: 50px; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 15px; text-decoration: none; transition: all 0.3s; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
.contractor-page .contractor-hero-cta:hover { background: #1a3670; color: #fff; }
@media (max-width: 768px) {
  .contractor-page .contractor-hero { min-height: auto; }
  .contractor-page .contractor-hero-content { min-height: auto; padding: 40px 16px; }
  .contractor-page .contractor-hero-title { font-size: 28px; }
}

/* ===== PAGE: Affiliate tools ===== */
.tools-carousel-section {
  padding: 80px 0;
  background: #f8f9fa;
}
.tools-carousel-title {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1D1D1B;
  margin-bottom: 40px;
}
.tools-swiper {
  padding-bottom: 50px;
}
.tools-slide {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  height: 100%;
}
.tools-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.tools-slide-content {
  padding: 24px;
}
.tools-slide-content h3 {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #274798;
  margin-bottom: 12px;
}
.tools-slide-content p {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.tools-swiper .swiper-button-prev,
.tools-swiper .swiper-button-next {
  color: #274798;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.tools-swiper .swiper-button-prev::after,
.tools-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.tools-swiper .swiper-pagination {
  bottom: 0;
}
.tools-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}
.tools-swiper .swiper-pagination-bullet-active {
  background: #274798;
}
@media (max-width: 768px) {
  .tools-carousel-section {
    padding: 50px 0;
  }
  .tools-carousel-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .tools-slide img {
    height: 200px;
  }
  .tools-slide-content {
    padding: 16px;
  }
  .tools-slide-content h3 {
    font-size: 18px;
  }
  .tools-swiper .swiper-button-prev,
  .tools-swiper .swiper-button-next {
    display: none;
  }
}

/* ===== PAGE: Affiliate news ===== */
.news-page {
  padding: 40px 0 80px;
  background: #f8f9fa;
}
.news-main-title {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 40px;
  line-height: 1.3;
}
.news-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.news-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.news-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.news-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-card:hover .news-card-image img {
  transform: scale(1.05);
}
.news-card-content {
  padding: 24px 24px 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-card-title {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.news-card-title a {
  color: inherit;
  text-decoration: none;
}
.news-card-title a:hover {
  color: #274798;
}
.news-card-date {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}
.news-card-excerpt {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-link {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #274798;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.news-card-link:hover {
  text-decoration: underline;
}
.news-sidebar {
  position: sticky;
  top: 100px;
}
.news-sidebar-box {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.news-sidebar-title {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #274798;
}
.news-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: sidebar-counter;
}
.news-sidebar-list li {
  counter-increment: sidebar-counter;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.news-sidebar-list li:last-child {
  border-bottom: none;
}
.news-sidebar-list li::before {
  content: counter(sidebar-counter);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #274798;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.news-sidebar-list li a {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #374151;
  text-decoration: none;
  line-height: 1.4;
}
.news-sidebar-list li a:hover {
  color: #274798;
}
.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
}
.news-pagination a,
.news-pagination span {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.news-pagination a {
  color: #374151;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.news-pagination a:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}
.news-pagination span.current {
  color: #fff;
  background: #274798;
  border: 1px solid #274798;
}
.news-pagination .next {
  color: #274798;
  font-weight: 600;
}
.news-empty {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.news-empty i {
  font-size: 48px;
  color: #d1d5db;
  margin-bottom: 16px;
  display: block;
}
.news-empty p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  color: #6b7280;
}
@media (max-width: 1024px) {
  .news-layout {
    grid-template-columns: 1fr;
  }
  .news-sidebar {
    position: static;
  }
}
@media (max-width: 768px) {
  .news-card {
    grid-template-columns: 1fr;
  }
  .news-card-image {
    height: 180px;
  }
  .news-card-content {
    padding: 20px;
  }
  .news-main-title {
    font-size: 28px;
  }
}

/* ===== PAGE: Affiliate news article ===== */
#actualite .content-detail figure img {
  max-height: 450px;
  object-fit: cover;
}

/* ===== PAGE: Affiliate contact ===== */
.dept-autocomplete {
  position: relative;
}
.dept-autocomplete-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 220px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 100;
}
.dept-autocomplete-list.open {
  display: block;
}
.dept-autocomplete-item {
  padding: 10px 14px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #1D1D1B;
  cursor: pointer;
  transition: background-color 0.15s;
}
.dept-autocomplete-item:hover,
.dept-autocomplete-item.active {
  background-color: #f0f4ff;
}
.dept-autocomplete-empty {
  padding: 10px 14px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #999;
}
.contact-form-label.error {
  color: #e53e3e;
}
.contact-form-input.error,
.contact-form-textarea.error,
.contact-form-select.error {
  border-color: #e53e3e;
  box-shadow: 0 0 0 1px #e53e3e;
}
.msgError {
  display: block;
  color: #e53e3e;
  font-size: 13px;
  font-style: italic;
  margin-top: 4px;
}
.contact-form-input.is-error,
.contact-form-textarea.is-error,
.contact-form-select.is-error {
  border-color: #e53e3e;
  box-shadow: 0 0 0 1px #e53e3e;
}
.contact-form-input.is-error:focus,
.contact-form-textarea.is-error:focus,
.contact-form-select.is-error:focus {
  border-color: #e53e3e;
  box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.3);
  outline: none;
}

/* ===== PAGE: Exchange (bourse aux chantiers) ===== */
.greyhover:hover {
  color: grey;
}
a.disabled {
  pointer-events: none;
}
.pagination__next {
  display: none;
}
.loader-ellips {
  font-size: 20px;
  position: relative;
  height: 1em;
  text-align: center;
  margin: 10px auto;
}
.loader-ellips .loader-ellips {
  width: 5rem;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}
@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}
@keyframes slide {
  to { transform: translateX(1.5em); }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.infinite-scroll-no-result {
  font-size: 20px;
  position: relative;
  height: 1em;
  text-align: center;
  margin: 10px auto;
}
.last-mobile {
  font-size: 17px;
  display: none;
}
.last {
  font-size: 17px;
  display: none;
}

/* Exchange construction-table mobile layout */
@media (max-width: 1023px) {
  .construction-table .thead { display: none !important; }
  .construction-table .tbody .construction.infinite-item { display: none !important; }
  .construction-table .tbody .infinite-item > a.block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
  }
  .construction-table .tbody .infinite-item > a.block:hover {
    border-color: #274798;
  }
  .construction-table .tbody .infinite-item .franchisee {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .construction-table .tbody .infinite-item:not(.construction) { display: none !important; }
}

/* ===== PAGE: Advantage ===== */
.advantage-item .number {
  background: #274798 !important;
  box-shadow: 0px 0px 0px 5px rgba(39, 71, 152, 0.4), 0px 0px 0px 10px rgba(39, 71, 152, 0.2) !important;
}
.advantage-item .btn.btn-black {
  background-color: #274798 !important;
}
.advantage-item .btn.btn-black:hover {
  background-color: #1a3670 !important;
}

/* ===== PAGE: Testimonial ===== */
#temoignages .artisan-item .text {
  background: rgb(255,255,255,0.5);
}
#temoignages .artisan-item .text h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* ===== PAGE: Partner ===== */
#content-demo h2 {
  background: #0c0c0c;
  color: #FFF;
  font-size: 20px;
  padding: 7px 15px;
  border-radius: 25px;
  margin-bottom: 20px;
}
#content-demo h2:before {
  content: "\ea4e";
  font-family: "remixicon";
}
#content-demo .item {
  margin-top: 30px;
  border: 1px solid #F5F5F5;
  border-radius: 16px;
  text-align: center;
  height: 280px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
#content-demo .media {
  width: 100%;
  padding: 20px;
  height: 150px;
}
#content-demo .media img {
  width: 170px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content-demo .advantage {
  border-radius: 16px;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
#content-demo .primary-col {
  color: #274798;
}

/* ===== PAGE: Press ===== */
.press-page .media-img img { height: 200px; }
.press-page .media-box .media-title { height: 80px; }
.press-page .text-area h2 { font-size: 24px; }
.press-page .text-area p {
  font-size: 18px;
  line-height: normal;
  color: #1d1d1b;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.44px;
  margin-bottom: 16px;
}

/* ===== PAGE: Demo ===== */
#videobcg {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -100;
}
.demo-page footer {
  margin-top: 130px;
}

