@charset "UTF-8";
@import '../fonts/remixicon/remixicon.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 */
}

/*
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.
*/
h1,
h2,
h3,
h4,
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 {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
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] {
    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='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='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='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 (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: 0px;
}

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

.left-0 {
    left: 0px;
}

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

.right-0 {
    right: 0px;
}

.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: rgb(66 192 240 / var(--tw-bg-opacity));
}

.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: rgb(66 192 240 / var(--tw-text-opacity));
}

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

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

.mobile-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    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: "Inter";
    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: linear-gradient(180deg, #32D624 0%, #22BA15 100%);
    display: flex;
    width: 100%;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
}

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

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

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

@media (max-width: 1024px) {
    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: "Inter", sans-serif;
    margin-top: 100px;
    z-index: 9999;
    position: relative;
    background-color: #fff;
}

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

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

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

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

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: #42C0F0;
}

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 img {
    width: 120px;
}

footer .copy-band p {
    color: #1D1D1B;
    text-align: center;
    font-family: "Inter";
    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: 40vh;
    height: 100%;
    right: 0;
    background-color: #42C0F0;
    position: absolute;
}

footer .artibox-mobile:before {
    content: "";
    bottom: 0;
    width: 417px;
    height: 446px;
    right: 15vh;
    position: absolute;
    background-image: url(../media/logos/mobile_sigle.png);
    z-index: 999;
}

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

footer .artibox-mobile .text h6 {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
}

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

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: #42C0F0;
}

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: #42C0F0;
}

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

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

@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: #42C0F0;
}

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

.btn.btn-success:hover.btn-shadow {
    box-shadow: 0px 10px 20px 0px rgba(66, 192, 240, 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: 18px;
        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;
    width: 20%;
}

.construction-table .thead p.franchise {
    text-align: center;
    width: 300px;
}

.construction-table .thead p.statut {
    text-align: center;
    width: 171px;
}

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

.construction-table .thead p.offer {
    text-align: center;
    width: 171px;
}

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

.construction-table .thead p.title {
    width: 130px;
}

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

.construction-table .tbody .item.title {
    width: 140px;
}

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

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

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

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

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

.construction-table .tbody .item.offer {
    width: 171px;
}

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

.construction-table .tbody .item.franchise {
    align-items: center;
    width: 300px;
}

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

.construction-table .tbody .item.title {
    width: 140px;
}

.construction-table .tbody .item.franchise .text {
    margin-left: 25px;
}

.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.statut .text span {*/
/*  display: block;*/
/*  color: #7B8091;*/
/*  font-size: 16px;*/
/*  font-weight: 400;*/
/*  letter-spacing: -0.32px;*/
/*}*/
/*.construction-table .tbody .item.statut .text {*/
/*  margin-left: 25px;*/
/*}*/
/*.construction-table .tbody .item.statut .text p {*/
/*  color: #1D1D1B;*/
/*  font-size: 20px;*/
/*  font-weight: 500;*/
/*  letter-spacing: -0.4px;*/
/*}*/
/*.construction-table .tbody .item.statut .text span i {*/
/*  color: #F04242;*/
/*}*/

.custom-table {
    width: 100%;
}

.custom-table thead tr th {
    background-color: #42C0F0;
    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: 250px;
    }

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

    .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 {
        object-fit: contain;
    }

    .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.statut {
        width: 150px;
    }

    /*.construction-table .tbody .item.statut .text p {*/
    /*  font-size: 18px;*/
    /*}*/
    /*.construction-table .tbody .item.statut .text span {*/
    /*  font-size: 14px;*/
    /*}*/
    .construction-table .tbody .item.local {
        width: 150px;
    }

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

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

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

.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;
    text-align: end;
    padding-right: 20px;
}

.construction-table-mobile .item .action .btn-sm {
    font-size: 12px;
    padding: 10px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    display: inline-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%;
    background-color: transparent !important;
}

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

.selectize-dropdown-content {
    max-height: 200px; /* Ajustez la hauteur maximale selon vos besoins */
    overflow-y: auto;
    border: 0px solid #ccc;
    border-radius: 4px;
}

.selectize-dropdown-content .option {
    padding: 0px;
    cursor: pointer;
    font-size: 10px;
    width: max-content;
}

.selectize-dropdown-content .option .highlight {
    padding: 0px !important;

}

/* Style pour l'option sélectionnée */
.selectize-dropdown-content .selected {
    background-color: #007bff;
    color: #fff;

}

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

.filter-area .form-group {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-right: 1px solid #E9E9E9 !important;
    width: 25%;
    max-height: 90px;
}
.button-group {
    display: flex;
    justify-content: center;
    gap: 10px; 
}

.search-button {
    order: 1; 
}

.reset-button {
    order: 2; 
}
/* Réduction de largeur pour petits écrans */
@media (max-width: 768px) { 
    .filter-area {
        display: flex;
        flex-direction: row; 
        justify-content: center; /* Centrer le contenu horizontalement */
        align-items: center; /* Centrer le contenu verticalement */
    }

    .filter-area .form-group {
        display: flex;
        justify-content: center; /* Centrer les éléments à l'intérieur du form-group */
        width: 100%; 
        border-right: none; 
        padding: 10px;
        gap: 10px;
    }
    .filter-area .form-group button,
    .filter-area .form-group a {
        margin: 0; 
    }
    /* Aligner les placeholders au centre pour les petits écrans */
    .filter-area .form-group input::placeholder, 
    .filter-area .form-group select::placeholder {
        text-align: center; /* Centrer les placeholders */
    }

    .filter-area .form-group.p-0 {
        padding: 0 !important;
        border-right: none !important;
        width: 100%;
    }
    .search-button {
        order: 2;
    }

    .reset-button {
        order: 1; 
    }

    .hidden-res {

        display: none !important;;
    }

    .app-navbar-item.hidden-res {
        display: none !important; /* Priorité accrue grâce à la spécificité */
    }

    .hidden-lg {
        display: block;
        }
    

}

@media (max-width: 1024px) { 
    .filter-area {
        display: flex;
        flex-direction: row; 
        justify-content: flex-start; 
        align-items: stretch; 
        flex-wrap: nowrap;
    }

    .filter-area .form-group {
        display: flex;
        justify-content: center; /* Centrer les éléments à l'intérieur du form-group */
        width: 100%; 
        border-right: none; 
        padding: 10px;
        gap: 10px;
    }
    .filter-area .form-group button,
    .filter-area .form-group a {
        margin: 0;
        width: 100%; 
    }
    /* Aligner les placeholders au centre pour les petits écrans */
    .filter-area .form-group input::placeholder, 
    .filter-area .form-group select::placeholder {
        text-align: center; /* Centrer les placeholders */
    }

    .filter-area .form-group.p-0 {
        padding: 0 !important;
        border-right: none !important;
        width: 100%;
    }
    .search-button {
        order: 2;
    }

    .reset-button {
        order: 1; 
    }

    .hidden-res {

        display: none !important;;
    }

    .app-navbar-item.hidden-res {
        display: none !important; /* Priorité accrue grâce à la spécificité */
    }

    .hidden-lg {
        display: block;
        }

    .tagify__input {
        text-align: center;
    }
        
    
}
/* Pour mobiles encore plus petits */
@media (max-width: 480px) {
    .filter-area {
        display: flex;
        flex-direction: column; 
        justify-content: center; /* Centrer le contenu horizontalement */
        align-items: center; /* Centrer le contenu verticalement */
    }
    .filter-area .form-group {
        display: flex;
        justify-content: center; /* Centrer les éléments à l'intérieur du form-group */
        padding: 8px; 
        font-size: 14px; 
        align-items: center; /* Centrer verticalement les éléments dans le form-group */
        flex-wrap: nowrap;
        width: 100%;
        gap: 10px;
    }

    .filter-area .form-group .text {
        margin-left: 10px;
        text-align: right; 
    }
    .filter-area .form-group button,
    .filter-area .form-group a {
        display: inline-block; 
        margin: 0; 
    }

    .filter-area .form-group.p-0 {
        padding: 0 !important;
        border-right: none !important;
        width: 100%;
    }
    .search-button {
        order: 2; 
    }

    .reset-button {
        order: 1; 
    }
    /* Aligner les placeholders au centre dans tous les champs de formulaire */
    .filter-area .form-group input::placeholder, 
    .filter-area .form-group select::placeholder {
        text-align: center; /* Centrer les placeholders */
    }

    /* S'assurer que l'input a la largeur correcte */
    .filter-area .form-group text {
        text-align: center; /* Centrer le texte dans le champ */
    }

    /* Aligner les labels au centre */
    .filter-area .form-group label {
        text-align: center; 
        width: 100%; 
        display: block; 
        margin-bottom: 8px;
    }

    .hidden-res {

        display: none !important;
    }

    .hidden-lg {
        display: block;
    }

    .tagify__input {
        text-align: center;
     }

}

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

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

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

.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: #42C0F0;
    box-shadow: 0px 0px 0px 5px rgba(66, 192, 240, 0.5), 0px 0px 0px 10px rgba(66, 192, 240, 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: "Inter";
    transition: all 0.3s ease-in-out;
}

.etape-list .item h3 {
    margin: 20px 0 40px 0;
    color: #7B8091;
    text-align: center;
    font-family: "Inter";
    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;
}

.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: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.72px;
}

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

.artisan-list .artisan-item .text .time {
    color: #FFF;
    font-family: "Inter", 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));
}

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

.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: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 154.545% */
    letter-spacing: -0.66px;
}

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

.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;
    transition: all 0.3s ease-in-out;
}

.actualite-list figure figcaption p {
    color: #7B8091;
    font-family: "Inter", 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: #42C0F0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.528px;
    text-decoration-line: underline;
}

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

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

    .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%, #42C0F0 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: "Inter";
    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: "Inter";
    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: "Inter", 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: #42C0F0;
}

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: #42C0F0;
}

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: "Inter", 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;
}

#sommes p {
    font-family: Inter;
    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: 250px;
}

#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, #42C0F0 0%, rgba(66, 192, 240, 0) 51.04%, #42C0F0 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: 30px;
    background-color: #42C0F0;
    position: relative;
}

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

#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: 32px 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;
    margin: 0 auto;
    opacity: 0.75;
    transition: all 0.3s ease-in-out;
}

#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: #42C0F0;
    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: #42C0F0;
    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 {
    border: 1px solid #E9E9E9;
    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: #42C0F0;
    box-shadow: 0px 0px 0px 4px rgba(66, 192, 240, 0.5), 0px 0px 0px 8px rgba(66, 192, 240, 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;
}

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

#services:after {
    content: "";
    background-image: url(../img/service-bg.png);
    width: 600px;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    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: 10%;
    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: 35%;
    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: 25%;
    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: 5%;
    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: "Inter";
    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: #42C0F0;
}

#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: #42C0F0;
    box-shadow: 0px 10px 30px 0px rgba(66, 192, 240, 0.5);
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    color: #FFF;
    font-family: "Inter", 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;
}

#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, #42C0F0);
    filter: blur(50px);
    width: 100%;
    height: 350px;
    z-index: -1;
}

#breadcrumb.bg .bread-txt span {
    background: linear-gradient(90deg, #FFF 0%, #42C0F0 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;
}

#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: #42C0F0;
}

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

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

.vertical-form h3, .vertical-form h2 {
    color: #FFF;
    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 {
    color: #1D1D1B;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.64px;
    margin-bottom: 16px;
}

#text-area .container .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 {
    font-weight: 500;
}

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

#text-area .container .text-area p a:hover {
    color: #42C0F0;
}

.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 {
    margin: 0 auto;
    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;
}

.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: "Inter";
    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 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: #42C0F0;
    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: #42C0F0;
    font-family: "Inter";
    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: #42C0F0;
}

.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: #42C0F0;
    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 h1, .content-detail h2, .content-detail h3, .content-detail h4, .content-detail h5, .content-detail h6 {
    font-size: 24px;
    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: #42C0F0;
    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: #42C0F0;
}

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

.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: 18px;
    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: #42C0F0;
    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;
    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: #42C0F0;
}

.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: #42C0F0;
    font-family: Inter;
    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: "Inter";
    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: #42C0F0;
}

.online-franchise ul li a:hover .number {
    color: #42C0F0;
}

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

.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 h5 {
    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: #42C0F0;
    }

    #sommes .partner-area .partners {
        height: auto;
        padding: 30px 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: 1024px) {
    .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 .number {
        position: absolute;
        top: -10px;
        left: -10px;
        width: 35px;
        height: 35px;
        margin-top: 0 !important;
        font-size: 18px !important;
        line-height: 35px;
    }

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

    .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: rgb(66 192 240 / var(--tw-ring-opacity));
}

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

.invalid-feedback {
    color: red;
    font-weight: 400;
}

form[name="register_company_form"] .tagify.form-control {
    background-color: transparent;
    border: none;
}

form[name="register_company_form"] .form-select {
    --bs-form-select-bg-img: none;
    border: none;
}

form[name="register_company_form"] .selectize-dropdown.form-select {
    background-color: #fff !important;
}

form[name="construction_site_filter"] span.select2-selection.select2-selection--multiple{
    max-height: 45px;
    overflow: scroll;
}
form[name="construction_site_filter"] .tagify:not(.form-control-sm):not(.form-control-lg){
    border: 0 !important;
}