/* -------------------------------------------------------------------------- */
/* -------------------------------- VARIABLES ------------------------------- */
.app {
  --height-header: 95px;
  --height-banner: 30px;
  --font-family-primary: "DM Sans", sans-serif;
  --font-size-default: 1.6rem;
  --font-size-h1: 7.2rem;
  --font-size-h2: 5.5rem;
  --font-size-h3: 4.5rem;
  --font-size-h4: 3.5rem;
  --font-size-h5: 2.4rem;
  --font-size-h6: 2rem;
  --font-size-button: 1.6rem;
  --font-size-xs: 1.4rem;
  --font-size-xl: 1.8rem;
  --color-light: rgb(255, 255, 255);
  --color-dark: rgb(0, 0, 0);
  --color-transparent: rgb(0, 0, 0, 0);
  --color-success: #46c916;
  --color-warning: #ffbc42;
  --color-error: #e72324;
  --color-strange: #4fa8b7;
  --color-primary: #293169;
  --color-primary-light: #e3e9ff;
  --color-primary-dark: #190e48;
  --color-secondary: #f8468e;
  --color-secondary-light: #ffc9df;
  --color-secondary-dark: #f8468e;
  --color-tertiary: #e1e1e1;
  --color-tertiary-light: #efefef;
  --color-tertiary-dark: #676767;
  --color-text: #303030;
  --color-text-light: #676767;
  --color-text-dark: #1e1e1e;
  --color-link: var(--color-primary-dark);
  --color-link-active: var(--color-secondary);
}
@media screen and (max-width: 1535.98px) {
  .app {
    --font-size-h1: 5rem;
    --font-size-h2: 4.5rem;
    --font-size-h3: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .app {
    --font-size-h1: 4.2rem;
    --font-size-h2: 3.8rem;
    --font-size-h3: 3.4rem;
    --font-size-h4: 3rem;
  }
}
@media screen and (max-width: 639.98px) {
  .app {
    --font-size-h1: 3.8rem;
    --font-size-h2: 3.4rem;
    --font-size-h3: 3rem;
    --font-size-h4: 2.6rem;
    --font-size-h5: 2.2rem;
    --font-size-h6: 1.8rem;
  }
}

/* -------------------------------------------------------------------------- */
/* ------------------------------- MIXINS SCSS ------------------------------ */
/* -------------------------------------------------------------------------- */
/* ------------------------------- FRAMEWORKS ------------------------------- */
/* -------------------------------------------------------------------------- */
/* --------------------------------- CUSTOM --------------------------------- */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- RESET --------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 10px;
  font-size: 62.5% !important;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
html img,
html video {
  max-width: 100%;
  height: auto;
}
html svg {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
b,
strong {
  font-weight: bolder;
}

em {
  font-style: italic;
}

/* -------------------------------------------------------------------------- */
/* ---------------------------------- FONTS --------------------------------- */
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4Hz-D.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZOIHQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------- KEYFRAMEs ------------------------------- */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes banner {
  0% {
    transform: translateX(100vw);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes floating {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(6%, 6%) rotate(2deg);
  }
  50% {
    transform: translate(6%, -6%);
  }
  75% {
    transform: translate(-6%, -6%) rotate(-2deg);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/* -------------------------------------------------------------------------- */
/* ------------------------------- COMPONENTS ------------------------------- */
strong {
  font-variation-settings: "wght" 750;
}

em {
  font-style: italic;
}

small {
  font-size: 80%;
}

ol {
  padding-left: 15px;
}

ul {
  padding-left: 15px;
  list-style-image: url("../medias/app/icon-list-secondary-nnm44PN.svg");
}

i {
  display: inline-flex;
  vertical-align: middle;
}

a:not([class]) {
  color: var(--color-link);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:not([class]):hover {
  color: var(--color-link-hover);
}

.container {
  width: calc(100% - 40px - 8px);
  max-width: 1800px;
  margin-inline: auto;
}
.container-small {
  width: calc(100% - 40px - 8px);
  max-width: 1540px;
  margin-inline: auto;
}
.container-xsmall {
  width: calc(100% - 40px - 8px);
  max-width: 1240px;
  margin-inline: auto;
}

.h0 {
  margin-bottom: 1rem;
  font-size: var(--font-size-default);
  line-height: 1.5;
}
.h1 {
  font-size: var(--font-size-h1);
  font-variation-settings: "wght" 650;
  line-height: 1.1;
}
.h2 {
  font-size: var(--font-size-h2);
  font-variation-settings: "wght" 650;
  line-height: 1.1;
}
.h3 {
  font-size: var(--font-size-h3);
  font-variation-settings: "wght" 650;
  line-height: 1.1;
}
.h4, .cms h2:not([class]) {
  font-size: var(--font-size-h4);
  font-variation-settings: "wght" 650;
  line-height: 1.2;
}
.h5, .cms h4:not([class]), .cms h3:not([class]) {
  font-size: var(--font-size-h5);
  font-variation-settings: "wght" 650;
  line-height: 1.2;
}
.h6, .cms h5:not([class]) {
  font-size: var(--font-size-h6);
  font-variation-settings: "wght" 650;
  line-height: 1.5;
}
.hxl, .cms h6:not([class]) {
  font-size: var(--font-size-xl);
  font-variation-settings: "wght" 650;
  line-height: 1.5;
}
.hxs {
  font-size: var(--font-size-xs);
  line-height: 1.5;
}

.text-light {
  color: var(--color-light);
}
.text-primary {
  color: var(--color-primary);
}
.text-primary-dark {
  color: var(--color-primary-dark);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-tertiary {
  color: var(--color-tertiary);
}
.text-text-light {
  color: var(--color-text-light);
}
.text-success {
  color: var(--color-success);
}
.text-error {
  color: var(--color-error);
}
.text-xs {
  font-size: var(--font-size-xs);
}
.text-xxs {
  font-size: var(--font-size-xxs);
}
.text-xxxs {
  font-size: var(--font-size-xxxs);
}
.text-xl {
  font-size: var(--font-size-xl);
}
.text-up {
  text-transform: uppercase;
  word-spacing: 0.5px;
  letter-spacing: 0.5px;
}
.text-center {
  text-align: center;
}

.icon {
  display: inline-flex;
  vertical-align: middle;
}
.icon-moveable {
  padding-right: 5px;
  padding-left: 5px;
  transition: padding 0.3s ease-in-out;
}
.icon-primary {
  color: var(--color-primary);
}
.icon-primary-light {
  color: var(--color-primary-light);
}
.icon-primary-dark {
  color: var(--color-primary-dark);
}
.icon-secondary {
  color: var(--color-secondary);
}
.icon-tertiary {
  color: var(--color-tertiary);
}
.icon-text {
  color: var(--color-text);
}
.icon-light {
  color: var(--color-light);
}
.icon-dark {
  color: var(--color-dark);
}

.link {
  --link-color: var(--color-link);
  --link-color-active: var(--color-link-active);
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 3px;
  color: var(--link-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.link:hover .icon-moveable {
  padding-right: 5px;
  padding-left: 15px;
}
.link:not(.link-disabled):hover {
  color: var(--link-color-active);
}
.link.link-light {
  --link-color: var(--color-light);
  --link-color-active: var(--color-primary-light);
}
.link.link-dark {
  --link-color: var(--color-dark);
  --link-color-active: var(--color-text-light);
}
.link.link-text {
  --link-color: var(--color-text-light);
  --link-color-active: var(--color-text-dark);
}
.link.link-primary {
  --link-color: var(--color-primary);
  --link-color-active: var(--color-primary-dark);
}
.link.link-primary-light {
  --link-color: var(--color-primary-light);
  --link-color-active: var(--color-light);
}
.link.link-secondary {
  --link-color: var(--color-secondary);
  --link-color-active: var(--color-secondary-dark);
}
.link.link-tertiary {
  --link-color: var(--color-tertiary);
  --link-color-active: var(--color-tertiary-dark);
}
.link.--disabled {
  opacity: 0.55;
  filter: grayscale(0.5);
}

.button {
  --button-color: var(--color-primary);
  --button-bg-color: var(--color-primary-light);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary);
  cursor: pointer;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  height: auto;
  min-height: 50px;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 2em;
  border: 2px solid var(--button-bg-color);
  background-color: var(--button-bg-color);
  color: var(--button-color);
  font-size: var(--font-size-button);
  font-family: var(--font-family-primary);
  font-variation-settings: "wght" 650;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  border-color: var(--button-bg-color-active);
  color: var(--button-color-active);
  background-color: var(--button-bg-color-active) !important;
}
.button:hover .icon-moveable {
  padding-right: 0;
  padding-left: 10px;
}
.button.button-primary {
  --button-color: var(--color-light);
  --button-bg-color: var(--color-primary);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary-dark);
}
.button.button-secondary {
  --button-color: var(--color-light);
  --button-bg-color: var(--color-secondary);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-secondary-dark);
}
.button.button-tertiary {
  --button-color: var(--color-dark);
  --button-bg-color: var(--color-tertiary);
  --button-color-active: var(--color-dark);
  --button-bg-color-active: var(--color-tertiary-dark);
}
.button.button-light {
  --button-color: var(--color-primary-dark);
  --button-bg-color: var(--color-light);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary-dark);
}
.button.button-dark {
  --button-color: var(--color-light);
  --button-bg-color: var(--color-dark);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary-dark);
}
.button.button-outline {
  --button-color: var(--color-primary);
  --button-bg-color: var(--color-primary-light);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary);
  background-color: var(--color-transparent);
}
.button.button-outline-primary {
  --button-color: var(--color-primary);
  --button-bg-color: var(--color-primary);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary-dark);
  background-color: var(--color-transparent);
}
.button.button-outline-secondary {
  --button-color: var(--color-secondary);
  --button-bg-color: var(--color-secondary);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-secondary-dark);
  background-color: var(--color-transparent);
}
.button.button-outline-tertiary {
  --button-color: var(--color-dark);
  --button-bg-color: var(--color-tertiary);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary);
  background-color: var(--color-transparent);
}
.button.button-outline-light {
  --button-color: var(--color-light);
  --button-bg-color: var(--color-light);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary-dark);
  background-color: var(--color-transparent);
}
.button.button-outline-dark {
  --button-color: var(--color-dark);
  --button-bg-color: var(--color-dark);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary-dark);
  background-color: var(--color-transparent);
}
.button.button-xs {
  min-height: 40px;
  padding: 8px;
  gap: 4px;
  font-size: var(--font-size-xs);
}
.button.button-square {
  aspect-ratio: 1/1;
  border-radius: 0;
}
.button.button-round {
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.button.--disabled {
  cursor: not-allowed;
  opacity: 0.33;
  filter: grayscale(0.66);
}

.badge, .ts-wrapper .item {
  --badge-color: var(--color-primary-light);
  --badge-color-constrat: var(--primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  gap: 4px;
  border-radius: 1em;
  background-color: var(--badge-color);
  color: var(--badge-color-constrat);
  font-size: var(--font-size-xs);
  line-height: 1;
}
.badge.badge-primary, .ts-wrapper .badge-primary.item {
  --badge-color: var(--color-primary);
  --badge-color-constrat: var(--color-light);
}
.badge.badge-secondary, .ts-wrapper .badge-secondary.item {
  --badge-color: var(--color-secondary);
  --badge-color-constrat: var(--color-light);
}
.badge.badge-tertiary, .ts-wrapper .badge-tertiary.item {
  --badge-color: var(--color-tertiary-light);
  --badge-color-constrat: var(--color-dark);
}
.badge.badge-success, .ts-wrapper .badge-success.item {
  --badge-color: var(--color-success);
  --badge-color-constrat: var(--color-dark);
}
.badge.badge-light, .ts-wrapper .badge-light.item {
  --badge-color: var(--color-light);
  --badge-color-constrat: var(--color-text);
}
.badge.badge-error, .ts-wrapper .badge-error.item {
  --badge-color: var(--color-error);
  --badge-color-constrat: var(--color-light);
}

.notice {
  --notice-color: var(--color-tertiary);
  z-index: 1;
  position: relative;
  padding: 15px 25px;
  border-left: 4px solid var(--notice-color);
}
.notice::before {
  content: "";
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: var(--notice-color);
  opacity: 0.1;
}
.notice > *:last-child {
  margin-bottom: 0;
}
.notice.notice-primary {
  --notice-color: var(--color-primary);
}
.notice.notice-secondary {
  --notice-color: var(--color-secondary);
}
.notice.notice-tertiary {
  --notice-color: var(--color-tertiary);
}
.notice.notice-success {
  --notice-color: var(--color-success);
}
.notice.notice-error {
  --notice-color: var(--color-error);
}

.alert {
  --alert-color: var(--color-tertiary);
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 16px;
  border-radius: 8px;
}
.alert::before {
  content: "";
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: var(--alert-color);
  opacity: 0.2;
}
.alert > *:last-child {
  margin-bottom: 0;
}
.alert.alert-primary {
  --alert-color: var(--color-primary-light);
}
.alert.alert-primary::before {
  opacity: 1;
}
.alert.alert-secondary {
  --alert-color: var(--color-secondary);
}
.alert.alert-tertiary {
  --alert-color: var(--color-tertiary);
}
.alert.alert-success {
  --alert-color: var(--color-success);
}
.alert.alert-error {
  --alert-color: var(--color-error);
}

.media {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.media :is(img, video) {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.media.media-cover :is(img, video, svg) {
  object-fit: cover;
}
.media.media-round {
  border-radius: 50%;
}
.media.media-rounded {
  border-radius: 2em;
}

.background {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.background :is(img, video) {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hr {
  width: 100%;
  margin: 20px 0;
  background: none;
  color: none;
  border-top: 1px solid rgba(127, 127, 127, 0.2);
}

.brand {
  --brand-color: var(--color-primary);
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: var(--brand-color);
  transition: all 0.3s ease-in-out;
}
.brand:hover {
  opacity: 0.66;
}

.menu {
  display: inline-flex;
  flex-flow: column nowrap;
  gap: 16px;
}
.menu .menu__list {
  display: inline-flex;
  flex-flow: column nowrap;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}
.menu .menu__link {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.actions {
  display: inline-flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.breadcrumb {
  --breadcrumb-color-text: var(--color-light);
  --breadcrumb-color-text-active: var(--color-tertiary);
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--breadcrumb-color-text);
}
.breadcrumb .breadcrumb__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb .breadcrumb__item {
  margin-bottom: 0;
}
.breadcrumb .breadcrumb__link {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 5px 10px;
  color: var(--breadcrumb-color-text);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.breadcrumb .breadcrumb__link:hover {
  color: var(--breadcrumb-color-text-active);
}
.breadcrumb .breadcrumb__label {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 5px 10px;
  color: var(--breadcrumb-color-text-active);
}

.social {
  display: inline-flex;
  flex-flow: column nowrap;
  gap: 16px;
}
.social .social__list {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 16px;
  list-style: none;
}
.social .social__link {
  display: inline-flex;
  padding: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.details {
  display: flex;
  flex-flow: column nowrap;
  background-color: var(--color-tertiary-light);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
}
.details .details__head {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 10px;
}
.details .details__icon {
  transform-origin: center;
  transition: all ease-in-out 0.3s;
}
.details .details__body {
  padding: 0 20px 20px;
  opacity: 0;
  transform: translateY(10px);
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
.details:hover {
  background-color: var(--color-transparent);
}
.details:hover .details__icon {
  color: var(--color-secondary);
}
.details[open] {
  background-color: var(--color-light);
}
.details[open] .details__icon {
  transform: rotate(-180deg);
}
.details[open] .details__body {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  transform: translateY(0);
}

.cms i {
  font-style: italic;
}
.cms b {
  font-variation-settings: "wght" 750;
}

.loader {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: relative;
  display: none;
  background-color: #000;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
}
.loader::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.loader.--active {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

.line {
  white-space: nowrap;
  clip-path: inset(-15px 0 -5px 0);
}
.line span {
  white-space: initial;
}

.form {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.form .form__control {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  font-variation-settings: "wght" 550;
}
.form .form__control:-webkit-autofill, .form .form__control:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.form .form__control::placeholder {
  color: var(--color-text-light);
}
.form .form__control:focus {
  outline: unset;
  border-color: var(--color-primary) !important;
}
.form .form__control[disabled], .form .form__control.disabled {
  cursor: not-allowed;
}
.form .form__control[type=text], .form .form__control[type=email], .form .form__control[type=tel], .form .form__control[type=number], .form .form__control[type=date], .form .form__control[type=url], .form .form__control[type=password], .form .form__control[type=file] {
  height: auto;
  min-height: 55px;
  width: 100%;
  padding: 15px;
  border: inherit;
  border: 1px solid var(--color-tertiary);
  border-radius: 8px;
  background-image: inherit;
  background-color: var(--color-transparent);
  color: var(--color-text-dark);
}
.form .form__control[type=file] {
  cursor: pointer;
}
.form .form__control[type=file]:hover {
  border-color: var(--color-primary);
}
.form .form__control:is(select) {
  height: auto;
  min-height: 55px;
  width: 100%;
  padding: 15px 40px 15px 15px;
  border: inherit;
  border: 2px solid var(--color-tertiary);
  border-radius: 8px;
  appearance: none;
  background-image: url("../medias/app/icon-dropdown-NeilCV1.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  background-color: var(--color-transparent);
  color: var(--color-text-dark);
  font-size: var(--font-size-default);
}
.form .form__control:is(textarea) {
  height: auto;
  min-height: 110px;
  width: 100%;
  padding: 15px;
  resize: none;
  border: inherit;
  border: 1px solid var(--color-tertiary);
  border-radius: 8px;
  background-color: var(--color-transparent);
  background-image: inherit;
  color: var(--color-text-dark);
  font-size: var(--font-size-default);
}
.form .form__control[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form .form__control[type=radio] + label:not(.button) {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.form .form__control[type=radio] + label:not(.button)::before {
  content: "";
  display: block;
  margin-right: 10px;
  height: 15px;
  width: 15px;
  outline: 2px solid var(--color-text-dark);
  border-radius: 50%;
  border: 3px solid var(--color-light);
  background-color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.form .form__control[type=radio] + label.button {
  --button-color: var(--color-primary);
  --button-bg-color: var(--color-tertiary-light);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary);
  align-items: center;
  min-width: 100px;
  gap: 15px;
}
.form .form__control[type=radio] + label.button-outline {
  --button-color: var(--color-text);
  --button-bg-color: var(--color-tertiary);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-secondary);
  border-radius: 10px;
}
.form .form__control[type=radio]:checked + label::before {
  background-color: var(--color-dark);
}
.form .form__control[type=radio]:checked + label.button {
  --button-color: var(--color-light);
  --button-bg-color: var(--color-primary);
  --button-color-active: var(--button-color);
  --button-bg-color-active: var(--button-bg-color);
}
.form .form__control[type=radio]:checked + label.button-outline {
  --button-color: var(--color-light);
  --button-bg-color: var(--color-secondary);
  background-color: var(--button-bg-color);
}
.form .form__control[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form .form__control[type=checkbox] + label:not(.button) {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.form .form__control[type=checkbox] + label:not(.button)::before {
  content: "";
  display: block;
  margin-right: 10px;
  height: 15px;
  width: 15px;
  min-width: 15px;
  border-radius: 2px;
  outline: 2px solid var(--color-primary-dark);
  transition: all 0.3s ease-in-out;
  background-color: var(--color-light);
  background-image: url("../medias/app/icon-checked-light-gRM6Jjn.svg");
  background-repeat: no-repeat;
  background-position: -20px 0;
  background-size: contain;
}
.form .form__control[type=checkbox] + label.button {
  --button-color: var(--color-primary);
  --button-bg-color: var(--color-tertiary-light);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-primary);
  align-items: center;
  min-width: 100px;
  gap: 15px;
}
.form .form__control[type=checkbox] + label.button-outline {
  --button-color: var(--color-text);
  --button-bg-color: var(--color-tertiary);
  --button-color-active: var(--color-light);
  --button-bg-color-active: var(--color-secondary);
  border-radius: 10px;
}
.form .form__control[type=checkbox]:checked + label::before {
  background-color: var(--color-primary-dark);
  background-position: 0 2px;
}
.form .form__control[type=checkbox]:checked + label.button {
  --button-color: var(--color-light);
  --button-bg-color: var(--color-primary);
  --button-color-active: var(--button-color);
  --button-bg-color-active: var(--button-bg-color);
}
.form .form__control[type=checkbox]:checked + label.button-outline {
  --button-color: var(--color-light);
  --button-bg-color: var(--color-secondary);
  background-color: var(--button-bg-color);
}
.form .form__slot {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form .form__slot + label {
  cursor: pointer;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  height: auto;
  min-height: 50px;
  width: auto;
  min-width: 100px;
  padding: 12px 24px;
  border-radius: 2em;
  border: 4px solid var(--color-tertiary-light);
  background-color: var(--color-tertiary-light);
  color: var(--color-primary-dark);
  font-variation-settings: "wght" 650;
  transition: all 0.3s ease-in-out;
}
.form .form__slot:checked + label, .form .form__slot.form__slot-included + label {
  background-color: var(--color-secondary-light);
  border-color: var(--color-secondary-light);
}
.form .form__slot:hover + label {
  background-color: var(--color-secondary-light);
  border-color: var(--color-secondary);
}
.form .form__slot:is(.form__slot-start, .form__slot-end):checked + label {
  border-color: var(--color-secondary);
}
.form .form__submit {
  width: 100%;
}
.form .form__label {
  display: inline-block;
  width: 100%;
  padding: 10px 0 5px;
}
.form .form__alert {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 2px 10px;
  border-radius: 0;
  background-color: var(--color-error);
  color: #fff;
  font-size: var(--font-size-xs);
  font-variation-settings: "wght" 450;
  text-align: center;
}
.form .form__alert > span {
  display: inline-block;
  padding: 5px 10px;
}
.form .form__item {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 1;
  min-width: 300px;
  max-width: 100%;
}
.form .form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
}
.form .form__group {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.form .form__row {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  gap: 10px;
}
.form .form__col {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  gap: 10px;
}
.form .form__col.form__col-centered {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .form .form__row {
    flex-flow: row wrap;
  }
}

.ts-wrapper {
  height: auto !important;
  min-height: 55px !important;
  width: 100%;
  border: 1px solid var(--color-tertiary) !important;
  border-radius: 8px !important;
}
.ts-wrapper .ts-control {
  all: initial !important;
  width: 100% !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  padding: 15px !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-default) !important;
  font-variation-settings: "wght" 550 !important;
}
.ts-wrapper .item {
  padding: 4px 12px;
}
.ts-wrapper input {
  height: 100% !important;
  width: 100% !important;
  padding: 15px !important;
  border: inherit !important;
  background-image: inherit !important;
  background-color: var(--color-transparent) !important;
  color: var(--color-text-dark) !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-default) !important;
  font-variation-settings: "wght" 550 !important;
}

.iti {
  width: 100%;
}

[role=button]:not(.--disabled) {
  cursor: pointer;
}

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

.--hidden {
  display: none !important;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 30px;
  list-style: none;
}

/* -------------------------------------------------------------------------- */
/* ----------------------------------- APP ---------------------------------- */
.app::-webkit-scrollbar {
  width: 8px;
  background-color: var(--color-tertiary-light);
}
.app::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.app::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary-dark);
}

.app__wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden !important;
  background-color: var(--color-light);
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-variation-settings: "wght" 550;
  font-size: var(--font-size-default);
  line-height: 1.5;
}

.app__container {
  position: relative;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
  min-height: 100vh;
  width: 100%;
  transition: top 0.3s ease-in-out;
}

.app__main {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
}

.app__article {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  max-width: 100%;
}

.app__preloader {
  z-index: 1090;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.app__preloader .preloader__wrapper {
  pointer-events: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.app__preloader .preloader__background {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-light);
}
.app__preloader .preloader__icon {
  color: var(--color-primary);
}
.app__preloader .preloader__icon :is(img, svg) {
  width: 100%;
  max-width: 72px;
}

.app__loader {
  z-index: 1089;
}
.app__loader .loader__wrapper {
  pointer-events: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.app__loader .loader__background {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-light);
}
.app__loader .loader__icon {
  color: var(--color-primary);
}
.app__loader .loader__icon :is(img, svg) {
  width: 100%;
  max-width: 72px;
}
.app__loader.hidden {
  display: none !important;
}

.app__header {
  --header-bg-color: var(--color-transparent);
  --header-color: var(--color-light);
  z-index: 1030;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  transition: top 0.3s ease-in-out;
}
.app__header .header__backdrop {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: var(--color-dark);
  transition: all 0.3s ease-in-out;
}
.app__header .header__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.app__header .header__navbar {
  z-index: 2;
  position: relative;
  width: 100%;
  height: var(--height-header);
  background-color: var(--header-bg-color);
  transition: all 0.6s ease;
}
.app__header .header__navbar__brand {
  --brand-color: var(--header-color);
  width: 220px;
  max-width: 45vw;
}
.app__header .header__navbar__actions {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: calc(var(--height-header) * 0.5);
  width: auto;
  min-width: 80px;
  padding: 16px;
  gap: 20px;
  border-radius: 2em;
  background-color: var(--color-light);
}
.app__header .header__navbar__burger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: calc(var(--height-header) * 0.3);
  aspect-ratio: 1/1;
  transition: all 0.3s ease-in-out;
}
.app__header .header__navbar__burger .icon-burger {
  z-index: 1;
  position: relative;
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  background-color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.app__header .header__navbar__burger .icon-burger::before, .app__header .header__navbar__burger .icon-burger::after {
  content: "";
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  background-color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.app__header .header__navbar__burger .icon-burger::before {
  transform: translate(0, 9px);
}
.app__header .header__navbar__burger .icon-burger::after {
  transform: translate(0, -9px);
}
.app__header .header__navbar__burger:hover .icon-burger::before,
.app__header .header__navbar__burger:hover .icon-burger::after {
  background-color: var(--color-secondary);
}
.app__header .header__navbar__account {
  color: var(--color-primary);
}
.app__header .header__navbar__account svg {
  height: calc(var(--height-header) * 0.35);
}
.app__header .header__fullmenu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  overflow-y: auto;
  position: absolute;
  top: var(--height-header);
  right: 0;
  height: calc(100vh - var(--height-header));
  width: 100%;
  max-width: 500px;
  background-color: var(--color-tertiary-light);
  color: var(--color-text);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
  transform: translate(100%, 0);
  transition: all 0.6s ease;
}
.app__header .header__fullmenu::-webkit-scrollbar {
  width: 8px;
  background-color: var(--color-tertiary-light);
}
.app__header .header__fullmenu::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.app__header .header__fullmenu::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary-dark);
}
.app__header .header__fullmenu__wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: auto;
  min-height: 100%;
  padding: 40px;
  gap: 20px;
}
.app__header .header__fullmenu__menu {
  width: 100%;
}
.app__header .header__fullmenu__menu .menu__item {
  z-index: 1;
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
}
.app__header .header__fullmenu__menu .menu__item::after {
  content: "";
  height: 1px;
  width: 100%;
  margin: 1.5vh 0;
  background-color: var(--color-dark);
  opacity: 0.2;
}
.app__header .header__fullmenu__menu .menu__link {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: var(--color-dark);
  font-size: var(--font-size-button);
  font-variation-settings: "wght" 550;
  transition: all 0.3s ease-in-out;
}
.app__header .header__fullmenu__menu .menu__link:hover, .app__header .header__fullmenu__menu .menu__link[aria-current] {
  color: var(--color-secondary);
}
.app__header .header__fullmenu__menu .menu__dropdown {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.app__header .header__fullmenu__menu .menu__dropdown .menu__link {
  font-size: var(--font-size-xs);
}
.app__header .header__fullmenu__menu .menu__item--active .menu__dropdown {
  visibility: visible;
  opacity: 1;
  height: auto;
  transform: translateY(28px);
}
.app__header .header__fullmenu__menu .menu__item--parent > .menu__link::after {
  content: "";
  padding: 7.5px;
  background-image: url("../medias/app/icon-dropdown-NeilCV1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 100%;
  background-position-y: 50%;
  transition: all 0.3s ease-in-out;
}
.app__header .header__fullmenu__menu .menu__item--parent > .menu__link:hover::after {
  background-image: url("../medias/app/icon-dropdown-secondary-U78e-4K.svg");
}
.app__header .header__fullmenu__menu .menu__item--parent.menu__item--active > .menu__link {
  color: var(--color-secondary);
}
.app__header .header__fullmenu__menu .menu__item--parent.menu__item--active > .menu__link::after {
  background-image: url("../medias/app/icon-dropdown-secondary-U78e-4K.svg");
  transform: rotate(180deg);
}
.app__header .header__fullmenu__actions {
  display: flex;
  flex-flow: column nowrap;
}

.app__footer {
  position: relative;
  background-color: var(--color-light);
}
.app__footer .footer__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 40px 20px;
  gap: 60px;
}
.app__footer .footer__navbar {
  display: grid;
  grid-template-areas: "company" "menu-primary" "menu-secondary" "social";
  gap: 40px;
}
.app__footer .footer__company {
  grid-area: company;
  justify-self: center;
}
.app__footer .footer__menu {
  grid-area: menu-primary;
  justify-self: center;
  width: 100%;
  max-width: 360px;
}
.app__footer .footer__menu .menu__link {
  color: var(--color-text-light);
}
.app__footer .footer__menu .menu__link:hover, .app__footer .footer__menu .menu__link[aria-current] {
  color: var(--color-secondary);
}
.app__footer .footer__menu + .footer__menu {
  grid-area: menu-secondary;
}
.app__footer .footer__social {
  grid-area: social;
  justify-self: center;
  width: 100%;
  max-width: 360px;
}
.app__footer .footer__social .social__link {
  color: var(--color-primary);
}
.app__footer .footer__social .social__link:hover {
  color: var(--color-secondary);
}
.app__footer .footer__brand {
  width: 100%;
  max-width: 150px;
}
.app__footer .footer__bottombar__credit {
  text-align: center;
  opacity: 0.6;
}
@media screen and (min-width: 640px) {
  .app__footer .footer__navbar {
    grid-template-areas: "company company" "menu-primary menu-secondary" "social social";
    grid-template-columns: repeat(2, 1fr);
  }
  .app__footer .footer__menu,
  .app__footer .footer__social {
    max-width: 100%;
    justify-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .app__footer .footer__navbar {
    grid-template-areas: "company menu-primary" "menu-secondary social ";
    grid-template-columns: repeat(2, 1fr);
  }
  .app__footer .footer__company {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .app__footer .footer__navbar {
    grid-template-areas: "menu-primary menu-secondary social";
    grid-template-columns: repeat(3, 1fr);
  }
  .app__footer .footer__company {
    display: none;
  }
}
@media screen and (min-width: 1536px) {
  .app__footer .footer__navbar {
    grid-template-areas: "company menu-primary menu-secondary social";
    grid-template-columns: repeat(4, 1fr);
  }
  .app__footer .footer__company {
    display: block;
    justify-self: flex-start;
  }
}

.app__banner {
  visibility: hidden;
  opacity: 0;
  z-index: 1040;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  height: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.app__banner .banner__wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: var(--color-secondary);
}
.app__banner .banner__content {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: var(--color-light);
  font-size: var(--font-size-xs);
  font-variation-settings: "wght" 550;
  word-spacing: 0.5px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.app__banner .banner__content:is(a):hover {
  opacity: 0.66;
}
.app__banner .banner__button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: var(--height-banner);
  width: var(--height-banner);
  background-color: var(--color-secondary-dark);
  color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.app__banner .banner__button:hover {
  opacity: 0.66;
}
.app__banner.--scrolling .banner__wrapper {
  justify-content: flex-start;
}
.app__banner.--scrolling .banner__content {
  animation: banner 10s infinite linear;
}

.app__popin {
  visibility: hidden;
  opacity: 0;
  z-index: 1040;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.app__popin .popin__backdrop {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-dark);
  opacity: 0.77;
}
.app__popin .popin__wrapper {
  z-index: 1;
  position: relative;
  width: calc(100% - 40px - 8px);
  max-width: 940px;
  margin-inline: auto;
  margin-block: auto;
  padding: 0;
  border-radius: 5px;
  background-color: var(--color-light);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.33);
  transform: translate(0, 50px);
  transition: all 0.6s ease;
}
.app__popin .popin__head {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  max-height: 80px;
  padding: 20px;
  gap: 20px;
  background-color: var(--color-primary-dark);
  color: var(--color-primary-light);
}
.app__popin .popin__head__title {
  color: var(--color-primary-light);
}
.app__popin .popin__head__close {
  cursor: pointer;
  margin-left: auto;
  color: var(--color-primary-light);
  transition: all 0.3s ease-in-out;
}
.app__popin .popin__head__close:hover {
  opacity: 0.5;
}
.app__popin .popin__body {
  overflow-y: auto;
  height: auto;
  max-height: calc(90vh - 80px);
}
.app__popin .popin__content {
  display: flex;
  flex-flow: column nowrap;
  padding: 20px;
  gap: 15px;
}
.app__popin .popin__actions {
  justify-content: flex-end;
}
.app__popin.--open {
  visibility: visible;
  opacity: 1;
}
.app__popin.--open .popin__wrapper {
  transform: translate(0, 0);
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- CONTENTS -------------------------------- */
.content-404 {
  z-index: 100;
  position: relative;
}
.content-404 .content__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 60px;
  gap: 60px;
}

.content-page, .content-page-contact {
  z-index: 100;
  position: relative;
}
.content-page .content__wrapper, .content-page-contact .content__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 40px;
  gap: 20px;
}
.content-page .content__cms, .content-page-contact .content__cms {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 40px;
  gap: 40px;
}
.content-page .content__title, .content-page-contact .content__title {
  text-align: center;
}
.content-page .content__actions, .content-page-contact .content__actions {
  justify-content: center;
}
.content-page .content__menu .menu__list, .content-page-contact .content__menu .menu__list {
  padding-left: 10px;
  list-style-image: url("../medias/app/icon-list-secondary-nnm44PN.svg");
}
.content-page .content__menu .menu__link, .content-page-contact .content__menu .menu__link {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: var(--color-dark);
  font-size: var(--font-size-button);
  font-variation-settings: "wght" 550;
  transition: all 0.3s ease-in-out;
}
.content-page .content__menu .menu__link:hover, .content-page-contact .content__menu .menu__link:hover, .content-page .content__menu .menu__link[aria-current], .content-page-contact .content__menu .menu__link[aria-current] {
  color: var(--color-secondary);
}
.content-page .content__grid, .content-page-contact .content__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 40px;
}

.content-page-contact .content__wrapper {
  width: calc(100% - 40px - 8px);
  max-width: 900px;
  margin-inline: auto;
}

.content-page-register {
  z-index: 100;
  position: relative;
}
.content-page-register .content__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 60px;
  gap: 60px;
  width: calc(100% - 40px - 8px);
  max-width: 680px;
  margin-inline: auto;
}
.content-page-register .content__hgroup {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.content-page-register .content__subtitle {
  color: var(--color-primary);
  font-variation-settings: "wght" 650;
}
.content-page-register .content__actions {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.content-page-register .content__actions::before, .content-page-register .content__actions::after {
  content: "";
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  left: -100vw;
  right: -100vw;
  height: 2px;
  background-color: var(--color-tertiary);
}
.content-page-register .content__actions::before {
  bottom: auto;
}
.content-page-register .content__actions::after {
  top: auto;
}
.content-page-register .content__actions.--only-prev {
  justify-content: center;
}
.content-page-register .content__actions.--only-prev > *:last-child {
  display: none !important;
}
.content-page-register .content__card {
  padding: 20px;
  border-radius: 8px;
  border: 2px solid var(--color-tertiary);
}
.content-page-register .content__form {
  display: flex;
  flex-flow: column-reverse;
}
.content-page-register .content__form .form__actions {
  width: 100%;
  justify-content: center;
}
.content-page-register .content__form__step {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  min-height: 360px;
  gap: 40px;
}
.content-page-register .content__form__step:not(.--active) {
  visibility: hidden;
  opacity: 0;
  display: none !important;
  transition: opacity ease 0.6s;
}
.content-page-register .content__form__step.--active {
  visibility: visible;
  opacity: 1;
  transition: opacity ease 0.6s;
}
.content-page-register .content__form__actions {
  justify-content: center;
}
.content-page-register .content__swiper {
  overflow: visible;
  width: calc(100% - 0px - 8px);
  max-width: 680px;
  margin-inline: auto;
}
.content-page-register .content__progress {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 20px;
}
.content-page-register .content__progress__label {
  white-space: nowrap;
}
.content-page-register .content__progress__bar {
  z-index: 1;
  overflow: hidden;
  position: relative;
  height: 20px;
  width: 100%;
  border-radius: 2em;
  background-color: var(--color-tertiary);
}
.content-page-register .content__progress__bar .bar {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: auto;
  display: block;
  width: 100%;
  border-radius: 2em;
  transition: all ease 0.6s;
}
.content-page-register .content__progress__bar .bar.secondary {
  background-color: var(--color-secondary);
}
.content-page-register .content__progress__bar .bar.primary {
  background-color: var(--color-primary);
}
.content-page-register + .content-page-confirm {
  margin-top: -60px;
}
@media screen and (min-width: 1536px) {
  .content-page-register .content__swiper .swiper-wrapper {
    justify-content: center;
  }
}

.content-page-confirm .content__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 60px;
  gap: 30px;
}
.content-page-confirm .content__hgroup {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.content-page-confirm .content__actions {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.content-page-confirm .content__actions::before, .content-page-confirm .content__actions::after {
  content: "";
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  left: -100vw;
  right: -100vw;
  height: 2px;
  background-color: var(--color-tertiary);
}
.content-page-confirm .content__actions::before {
  bottom: auto;
}
.content-page-confirm .content__actions::after {
  top: auto;
}
.content-page-confirm .content__swiper {
  overflow: visible;
  padding-bottom: 40px;
}
.content-page-confirm .content__swiper .swiper-navigation {
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 0px - 8px);
  max-width: 100vw;
  margin-inline: auto;
  overflow: visible;
}
.content-page-confirm .content__swiper .swiper-button-prev,
.content-page-confirm .content__swiper .swiper-button-next {
  pointer-events: all;
  color: var(--color-light);
  transition: all ease-in-out 0.3s;
}
.content-page-confirm .content__swiper .swiper-button-prev::after,
.content-page-confirm .content__swiper .swiper-button-next::after {
  display: none !important;
}
.content-page-confirm .content__swiper .swiper-button-prev:hover,
.content-page-confirm .content__swiper .swiper-button-next:hover {
  color: var(--color-secondary);
}
.content-page-confirm .content__swiper .swiper-button-prev svg {
  filter: drop-shadow(-2px 0 4px var(--color-dark));
}
.content-page-confirm .content__swiper .swiper-button-next svg {
  filter: drop-shadow(2px 0 4px var(--color-dark));
}
.content-page-confirm .content__swiper .swiper-button-disabled {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .content-page-confirm .content__swiper .swiper-navigation {
    width: calc(100% - 0px - 8px);
    max-width: 55vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1536px) {
  .content-page-confirm .content__swiper .swiper-navigation {
    width: calc(100% - 40px - 8px);
    max-width: 680px;
    margin-inline: auto;
  }
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- SECTIONS -------------------------------- */
.section-example {
  z-index: 100;
  position: relative;
}
.section-example .section__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 60px;
  gap: 60px;
}

.section-cta-contractor,
.section-cta-customer {
  z-index: 100;
  position: relative;
}
.section-cta-contractor .section__wrapper,
.section-cta-customer .section__wrapper {
  padding-block: 60px;
}
.section-cta-contractor .section__background :is(img, video),
.section-cta-customer .section__background :is(img, video) {
  height: 120%;
  opacity: 0.5;
  object-position: right;
}
.section-cta-contractor .section__card,
.section-cta-customer .section__card {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 40px;
  background-color: var(--color-primary);
  border-radius: 2em;
  color: var(--color-light);
}
.section-cta-contractor .section__main,
.section-cta-customer .section__main {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 700px;
  gap: 20px;
}
.section-cta-contractor .section__hgroup,
.section-cta-customer .section__hgroup {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .section-cta-contractor .section__card,
  .section-cta-customer .section__card {
    padding: 80px;
  }
  .section-cta-contractor .section__background :is(img, video),
  .section-cta-customer .section__background :is(img, video) {
    opacity: 1;
    object-position: center;
  }
}

.section-cta-download {
  z-index: 100;
  position: relative;
  margin-bottom: -60px;
}
.section-cta-download .section__wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-block: 0 60px;
}
.section-cta-download .section__wrapper::before {
  content: "";
  z-index: -1;
  position: absolute;
  right: -100vw;
  left: -100vw;
  height: 2px;
  background-color: var(--color-tertiary);
}
.section-cta-download .section__card {
  display: flex;
  flex-flow: column nowrap;
  padding: 40px;
  gap: 40px;
  border-radius: 2em;
  background-color: var(--color-secondary);
  color: var(--color-light);
}
.section-cta-download .section__main {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 700px;
  gap: 20px;
}
.section-cta-download .section__hgroup {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.section-cta-download .section__media {
  width: 100%;
  max-width: 100px;
}
.section-cta-download .section__button {
  padding: 0;
  border-radius: 16px;
}
.section-cta-download .section__button img {
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.section-cta-download .section__button:hover img {
  filter: grayscale(1) invert(1);
}
@media screen and (min-width: 768px) {
  .section-cta-download .section__card {
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    padding: 60px;
  }
  .section-cta-download .section__media {
    max-width: 160px;
  }
}

.section-related-page {
  z-index: 100;
  position: relative;
  border-top: 2px solid var(--color-tertiary);
}
.section-related-page .section__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 80px;
  gap: 40px;
}
.section-related-page .section__title {
  text-align: center;
}
.section-related-page .section__main {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
}
.section-related-page .section__card {
  z-index: 1;
  position: relative;
  padding: 10px;
  width: 100%;
}
.section-related-page .section__card__wrapper {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  background-color: var(--color-dark);
  color: var(--color-light);
  text-decoration: none;
}
.section-related-page .section__card__background {
  transition: all ease 0.6s;
}
.section-related-page .section__card__background::after {
  content: "";
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(var(--color-transparent), var(--color-dark));
  opacity: 0.4;
}
.section-related-page .section__card__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 25px;
  gap: 40px;
}
.section-related-page .section__card__title {
  text-wrap: balance;
  transition: all ease-in-out 0.3s;
}
.section-related-page .section__card__icon {
  transform: translate(-10px, -10px);
  transition: all ease-in-out 0.3s;
}
.section-related-page .section__card__wrapper:hover .section__card__background {
  opacity: 0.8;
  transform: scale(1.1);
}
.section-related-page .section__card__wrapper:hover .section__card__icon {
  transform: translate(0, -10px);
}
@media screen and (min-width: 768px) {
  .section-related-page .section__card {
    width: 50%;
  }
}

.section-featured-contractor {
  z-index: 100;
  position: relative;
}
.section-featured-contractor .section__wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
  padding-bottom: 40px;
}
.section-featured-contractor .section__nav {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 20px;
}
.section-featured-contractor .section__nav::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  height: 2px;
  background-color: var(--color-tertiary);
}
.section-featured-contractor .section__nav__link {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 150px;
  gap: 10px;
  border-bottom: 3px solid var(--color-transparent);
  color: var(--color-text);
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.section-featured-contractor .section__nav__link:hover {
  font-variation-settings: "wght" 850;
}
.section-featured-contractor .section__nav__link[aria-current=location] {
  color: var(--color-text-dark);
  border-color: var(--color-secondary);
  font-variation-settings: "wght" 850;
}
.section-featured-contractor .section__actions {
  justify-content: center;
}
.section-featured-contractor .section__hgroup {
  padding-inline: 15px;
}
.section-featured-contractor .section__swiper {
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  margin-top: -20px;
  gap: 20px;
}
.section-featured-contractor .section__swiper .swiper-scrollbar {
  position: relative;
}
.section-featured-contractor .section__swiper .swiper-scrollbar-drag {
  background-color: var(--color-secondary);
}
.section-testimonial {
  z-index: 100;
  position: relative;
}
.section-testimonial .section__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 60px;
  gap: 60px;
}
.section-testimonial .section__header {
  display: flex;
  flex-flow: column nowrap;
}
.section-testimonial .section__hgroup {
  flex: 1;
}
.section-testimonial .section__title {
  width: 100%;
  max-width: 720px;
  text-wrap: balance;
  text-align: center;
}
.section-testimonial .section__elfsight-slider .es-embed-root {
  max-width: 100% !important;
}
.section-testimonial .section__elfsight-slider .es-carousel-layout-item {
  height: 100%;
  padding: 10px;
  border-radius: 8px;
  background-color: var(--color-tertiary-light);
}
@media screen and (min-width: 768px) {
  .section-testimonial .section__header {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .section-testimonial .section__title {
    text-align: left;
  }
}

/* -------------------------------------------------------------------------- */
/* ---------------------------------- HEROS --------------------------------- */
.hero-page {
  z-index: 100;
  position: relative;
  padding-top: var(--height-header);
  background-color: var(--color-dark);
  color: var(--color-light);
}
.hero-page .hero__wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  height: 100%;
  min-height: 40vh;
  padding-block: 40px;
  gap: 20px;
}
.hero-page .hero__hgroup {
  width: 100%;
  max-width: 900px;
  text-wrap: balance;
}
.hero-page .hero__background {
  opacity: 0.6;
}

.hero-page-home {
  z-index: 100;
  position: relative;
}
.hero-page-home .hero__wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  min-height: calc(100vh - 90px);
}
.hero-page-home .hero__panel {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1;
  background-color: var(--color-dark);
  color: var(--color-light);
  transition: all 0.6s ease;
}
.hero-page-home .hero__panel-customer {
  padding-top: var(--height-header);
}
.hero-page-home .hero__container {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 720px;
  padding: 30px;
  gap: 20px;
}
.hero-page-home .hero__hgroup {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
.hero-page-home .hero__background {
  background-color: var(--color-dark);
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.hero-page-home .hero__background :is(img, video) {
  opacity: 0.8;
}
.hero-page-home .hero__panel:hover .hero__background {
  opacity: 0.6;
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .hero-page-home .hero__container {
    padding: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .hero-page-home .hero__wrapper {
    flex-flow: row nowrap;
  }
  .hero-page-home .hero__panel:hover {
    flex: 1.1;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024.98px) {
  .hero-page-home .hero__panel-contractor {
    align-items: flex-end;
  }
  .hero-page-home .hero__panel-contractor .hero__container {
    align-items: flex-end;
    text-align: end;
  }
}

.hero-page-home-pro {
  z-index: 100;
  position: relative;
}
.hero-page-home-pro .hero__wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  min-height: calc(100vh - 90px);
}
.hero-page-home-pro .hero__panel {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1;
  background-color: var(--color-dark);
  color: var(--color-light);
  transition: all 0.6s ease;
}
.hero-page-home-pro .hero__panel-customer {
  padding-top: var(--height-header);
}
.hero-page-home-pro .hero__container {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 720px;
  padding: 30px;
  gap: 20px;
}
.hero-page-home-pro .hero__hgroup {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
.hero-page-home-pro .hero__background {
  background-color: var(--color-primary-dark);
}
.hero-page-home-pro .hero__background :is(img, video) {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .hero-page-home-pro .hero__container {
    padding: 60px;
  }
}

.hero-page-register-customer {
  z-index: 100;
  position: relative;
  padding-top: var(--height-header);
}
.hero-page-register-customer .hero__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 20px;
  gap: 10px;
  color: var(--color-light);
}
.hero-page-register-customer .hero__background {
  top: var(--height-header);
  background-color: var(--color-secondary);
}
.hero-page-register-customer .hero__title {
  text-align: center;
}

.hero-page-register-contractor {
  z-index: 100;
  position: relative;
  padding-top: var(--height-header);
}
.hero-page-register-contractor .hero__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 20px;
  gap: 10px;
  color: var(--color-light);
}
.hero-page-register-contractor .hero__background {
  top: var(--height-header);
  background-color: var(--color-primary);
}
.hero-page-register-contractor .hero__title {
  text-align: center;
}

.hero-page-blank {
  z-index: 100;
  position: relative;
  padding-top: var(--height-header);
}
.hero-page-blank .hero__wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  height: 100%;
  padding-block: 40px;
  gap: 20px;
}
.hero-page-blank .hero__hgroup {
  width: 100%;
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- EXCERPTS -------------------------------- */
.excerpt-contractor {
  z-index: 10;
  overflow: hidden;
  position: relative;
  width: 75% !important;
  min-width: 320px !important;
  transition: all ease 0.6s;
}
.excerpt-contractor .excerpt__wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  margin: 15px;
  padding: 20px;
  border-radius: 40px;
  background-color: var(--color-light);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.2);
  transition: all ease 0.6s;
}
.excerpt-contractor .excerpt__media {
  width: 100%;
  aspect-ratio: 1/1;
}
.excerpt-contractor .excerpt__flags {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
}
.excerpt-contractor .excerpt__hgroup {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.excerpt-contractor .excerpt__score {
  display: inline-flex;
  flex-flow: row nowrap;
}
.excerpt-contractor .excerpt__actions {
  gap: 4px 8px;
}
.excerpt-contractor .excerpt__prefix {
  width: calc(100% - 0px - 8px);
  max-width: 300px;
  margin-inline: auto;
  padding-bottom: 10px;
  transition: all ease 0.6s;
}
.excerpt-contractor .excerpt__suffix {
  align-items: center;
  padding-block: 20px 10px;
  gap: 10px;
  transition: all ease 0.6s;
}
.excerpt-contractor:not(.swiper-slide-active) {
  filter: blur(10px);
}
.excerpt-contractor:not(.swiper-slide-active) .excerpt__wrapper {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.excerpt-contractor:not(.swiper-slide-active) .excerpt__prefix,
.excerpt-contractor:not(.swiper-slide-active) .excerpt__suffix {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 10px) scale(0.9);
}
@media screen and (min-width: 640px) {
  .excerpt-contractor {
    width: calc(50% + 40px) !important;
  }
}
@media screen and (min-width: 768px) {
  .excerpt-contractor {
    width: calc(40% + 40px) !important;
  }
}
@media screen and (min-width: 1025px) {
  .excerpt-contractor {
    width: calc(25% + 40px) !important;
  }
}
@media screen and (min-width: 1536px) {
  .excerpt-contractor {
    width: calc(20% + 40px) !important;
  }
}

.excerpt-featured-contractor {
  z-index: 10;
  overflow: hidden;
  position: relative;
  width: 75% !important;
  min-width: 280px !important;
}
.excerpt-featured-contractor .excerpt__wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  margin: 15px;
  transition: all ease-in-out 0.3s;
}
.excerpt-featured-contractor .excerpt__media {
  width: 100%;
  aspect-ratio: 1/1;
}
.excerpt-featured-contractor .excerpt__flags {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
}
.excerpt-featured-contractor .excerpt__hgroup {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.excerpt-featured-contractor .excerpt__actions {
  gap: 4px 8px;
}
.excerpt-featured-contractor .excerpt__score {
  display: inline-flex;
  flex-flow: row nowrap;
}
.excerpt-featured-contractor:not(.--filtered) {
  transition: width ease 0.6s, min-width ease 0.6s;
}
.excerpt-featured-contractor.--filtered {
  transition: width ease 0.6s, min-width ease 0.6s;
  width: 0 !important;
  min-width: 0 !important;
}
.excerpt-featured-contractor.--filtered .excerpt__wrapper {
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 640px) {
  .excerpt-featured-contractor {
    width: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .excerpt-featured-contractor {
    width: 40% !important;
  }
}
@media screen and (min-width: 1025px) {
  .excerpt-featured-contractor {
    width: 25% !important;
  }
}
@media screen and (min-width: 1536px) {
  .excerpt-featured-contractor {
    width: 20% !important;
  }
}

[data-animation] + .--animated:nth-child(1):not([data-delay="0"]) {
  transition-delay: 0.1s;
}
[data-animation] + .--animated:nth-child(2):not([data-delay="0"]) {
  transition-delay: 0.2s;
}
[data-animation] + .--animated:nth-child(3):not([data-delay="0"]) {
  transition-delay: 0.3s;
}
[data-animation] + .--animated:nth-child(4):not([data-delay="0"]) {
  transition-delay: 0.4s;
}
[data-animation] + .--animated:nth-child(5):not([data-delay="0"]) {
  transition-delay: 0.5s;
}
[data-animation] + .--animated:nth-child(6):not([data-delay="0"]) {
  transition-delay: 0.6s;
}
[data-animation] + .--animated:nth-child(7):not([data-delay="0"]) {
  transition-delay: 0.7s;
}
[data-animation] + .--animated:nth-child(8):not([data-delay="0"]) {
  transition-delay: 0.8s;
}
[data-animation] + .--animated:nth-child(9):not([data-delay="0"]) {
  transition-delay: 0.9s;
}

[data-animation=fade] {
  transition: opacity 0.9s ease;
}
[data-animation=fade]:not(.--animated) {
  opacity: 0;
}

[data-animation=reveal] {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-animation=reveal]:not(.--animated) {
  opacity: 0;
  transform: translate(0, 40px);
}

[data-animation=reveal-text] .word {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-animation=reveal-text] .word + .word:nth-child(1) {
  transition-delay: 0.03s;
}
[data-animation=reveal-text] .word + .word:nth-child(2) {
  transition-delay: 0.06s;
}
[data-animation=reveal-text] .word + .word:nth-child(3) {
  transition-delay: 0.09s;
}
[data-animation=reveal-text] .word + .word:nth-child(4) {
  transition-delay: 0.12s;
}
[data-animation=reveal-text] .word + .word:nth-child(5) {
  transition-delay: 0.15s;
}
[data-animation=reveal-text] .word + .word:nth-child(6) {
  transition-delay: 0.18s;
}
[data-animation=reveal-text] .word + .word:nth-child(7) {
  transition-delay: 0.21s;
}
[data-animation=reveal-text] .word + .word:nth-child(8) {
  transition-delay: 0.24s;
}
[data-animation=reveal-text] .word + .word:nth-child(9) {
  transition-delay: 0.27s;
}
[data-animation=reveal-text] .word + .word:nth-child(10) {
  transition-delay: 0.3s;
}
[data-animation=reveal-text] .word + .word:nth-child(11) {
  transition-delay: 0.33s;
}
[data-animation=reveal-text] .word + .word:nth-child(12) {
  transition-delay: 0.36s;
}
[data-animation=reveal-text] .word + .word:nth-child(13) {
  transition-delay: 0.39s;
}
[data-animation=reveal-text] .word + .word:nth-child(14) {
  transition-delay: 0.42s;
}
[data-animation=reveal-text] .word + .word:nth-child(15) {
  transition-delay: 0.45s;
}
[data-animation=reveal-text] .word + .word:nth-child(16) {
  transition-delay: 0.48s;
}
[data-animation=reveal-text] .word + .word:nth-child(17) {
  transition-delay: 0.51s;
}
[data-animation=reveal-text] .word + .word:nth-child(18) {
  transition-delay: 0.54s;
}
[data-animation=reveal-text] .word + .word:nth-child(19) {
  transition-delay: 0.57s;
}
[data-animation=reveal-text] .word + .word:nth-child(20) {
  transition-delay: 0.6s;
}
[data-animation=reveal-text] .word + .word:nth-child(21) {
  transition-delay: 0.63s;
}
[data-animation=reveal-text] .word + .word:nth-child(22) {
  transition-delay: 0.66s;
}
[data-animation=reveal-text] .word + .word:nth-child(23) {
  transition-delay: 0.69s;
}
[data-animation=reveal-text] .word + .word:nth-child(24) {
  transition-delay: 0.72s;
}
[data-animation=reveal-text] .word + .word:nth-child(25) {
  transition-delay: 0.75s;
}
[data-animation=reveal-text] .word + .word:nth-child(26) {
  transition-delay: 0.78s;
}
[data-animation=reveal-text] .word + .word:nth-child(27) {
  transition-delay: 0.81s;
}
[data-animation=reveal-text] .word + .word:nth-child(28) {
  transition-delay: 0.84s;
}
[data-animation=reveal-text] .word + .word:nth-child(29) {
  transition-delay: 0.87s;
}
[data-animation=reveal-text] .word + .word:nth-child(30) {
  transition-delay: 0.9s;
}
[data-animation=reveal-text]:not(.--animated) .word {
  opacity: 0;
  transform: translate(0, 100%);
}

[data-animation=reveal-to-right] {
  transition: opacity 0.9s ease, transform 0.9s ease;
}
[data-animation=reveal-to-right]:not(.--animated) {
  opacity: 0;
  transform: translate(-50px, 0);
}

[data-animation=reveal-to-left] {
  transition: opacity 0.9s ease, transform 0.9s ease;
}
[data-animation=reveal-to-left]:not(.--animated) {
  opacity: 0;
  transform: translate(50px, 0);
}

[data-animation=reveal-to-top] {
  transition: opacity 0.9s ease, transform 0.9s ease;
}
[data-animation=reveal-to-top]:not(.--animated) {
  opacity: 0;
  transform: translate(0, 100px);
}

[data-animation=reveal-to-bottom] {
  transition: opacity 0.9s ease, transform 0.9s ease;
}
[data-animation=reveal-to-bottom]:not(.--animated) {
  opacity: 0;
  transform: translate(0, -80px);
}

[data-animation=reveal-to-shrink] {
  transition: opacity 0.9s ease, transform 0.9s ease;
}
[data-animation=reveal-to-shrink]:not(.--animated) {
  opacity: 0;
  transform: scale(1.1);
}

[data-animation=reveal-to-grow] {
  transition: opacity 0.9s ease, transform 0.9s ease;
}
[data-animation=reveal-to-grow]:not(.--animated) {
  opacity: 0;
  transform: scale(0.9);
}

[data-animation=clip-to-left] {
  clip-path: inset(-1px -1px);
  transition: all 0.6s ease;
}
[data-animation=clip-to-left]:not(.--animated) {
  clip-path: inset(0 0 0 100%);
}

[data-animation=clip-to-right] {
  clip-path: inset(-1px -1px);
  transition: all 0.6s ease;
}
[data-animation=clip-to-right]:not(.--animated) {
  clip-path: inset(0 100% 0 0);
}

[data-animation=clip-to-top] {
  clip-path: inset(-1px -1px);
  transition: all 0.6s ease;
}
[data-animation=clip-to-top]:not(.--animated) {
  clip-path: inset(100% 0 0 0);
}

[data-animation=clip-to-bottom] {
  clip-path: inset(-1px -1px);
  transition: all 0.6s ease;
}
[data-animation=clip-to-bottom]:not(.--animated) {
  clip-path: inset(0 0 100% 0);
}

/* -------------------------------------------------------------------------- */
/* ------------------------------- APP STATES ------------------------------- */
.app.app-pro .app__header .header__navbar__brand {
  z-index: 1;
  position: relative;
}
.app.app-pro .app__header .header__navbar__brand::after {
  content: "Espace pro";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--color-primary-dark);
  color: var(--color-light);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: var(--font-size-xs);
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-6deg) translate(40%, 80%) scale(0.75);
}
@media screen and (min-width: 640px) {
  .app.app-pro .app__header .header__navbar__brand::after {
    transform: rotate(-6deg) translate(40%, 80%) scale(0.85);
  }
}
.app.app-pro #tarteaucitronRoot {
  --tc-logo-url: url("../medias/app/logo-pro-square-dark-7xldgOx.png");
}

.app.app-loaded .app__preloader {
  display: none !important;
}

.app:not(.app-loaded) [data-animation] {
  visibility: hidden;
  opacity: 0;
}

.app.app-register-customer .app__header,
.app.app-register-contractor .app__header,
.app.app-register-confirm .app__header,
.app.app-forgot-password-request .app__header,
.app.app-check-email .app__header,
.app.app-reset-password .app__header {
  --header-bg-color: var(--color-light);
  --header-color: var(--color-primary);
}

.app.app-with-scrolling:not(.app-with-fullmenu) .app__header .header__navbar {
  margin-top: calc(var(--height-header) * -1);
}

.app.app-with-scrolled .app__header {
  --header-bg-color: var(--color-light);
  --header-color: var(--color-primary);
}
.app.app-with-scrolled .app__header .header__navbar {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.app.app-with-fullmenu .app__header {
  --header-bg-color: var(--color-light);
  --header-color: var(--color-primary);
}
.app.app-with-fullmenu .app__header .header__backdrop {
  visibility: visible;
  opacity: 1;
  opacity: 0.5;
}
.app.app-with-fullmenu .app__header .header__navbar__burger .icon-burger {
  background-color: var(--color-transparent) !important;
}
.app.app-with-fullmenu .app__header .header__navbar__burger .icon-burger::before {
  transform: rotate(-45deg) translate(0) scale(1, 1);
}
.app.app-with-fullmenu .app__header .header__navbar__burger .icon-burger::after {
  transform: rotate(45deg) translate(0) scale(1, 1);
}
.app.app-with-fullmenu .app__header .header__fullmenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.app.app-with-banner .app__banner {
  visibility: visible;
  opacity: 1;
  height: var(--height-banner);
}
.app.app-with-banner .app__container {
  top: var(--height-banner);
  padding-bottom: var(--height-banner);
}
.app.app-with-banner .app__header {
  top: var(--height-banner);
}

/* -------------------------------------------------------------------------- */
/* --------------------------------- OTHERS --------------------------------- */
#tarteaucitronRoot {
  --tc-logo-url: url("../medias/app/logo-square-dark-J9tvCcZ.png");
  --tc-color-background: var(--color-light);
  --tc-color-text: var(--color-text);
  --tc-color-text-alt: var(--color-secondary-dark);
  --tc-color-primary: var(--color-primary);
  --tc-color-primary-alt: var(--color-primary-light);
  --tc-color-secondary: var(--color-tertiary);
  --tc-color-secondary-alt: var(--color-tertiary-light);
  --tc-font-family: var(--font-family-primary);
  --tc-font-size-default: var(--font-size-xs);
  --tc-font-size-xs: var(--font-size-xs);
  --tc-font-size-xl: var(--font-size-xl);
  --tc-font-weight-default: 400;
  --tc-font-weight-strong: 700;
}
#tarteaucitronRoot * {
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-default) !important;
}
#tarteaucitronRoot button {
  border-radius: 0 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  z-index: 1060 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  margin: 20px 10px !important;
  padding: 0 !important;
  color: var(--tc-color-text) !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-default) !important;
  text-align: center !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert * {
  color: var(--tc-color-text) !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-default) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
  background-color: var(--tc-color-primary) !important;
  color: var(--tc-color-light) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow:hover {
  background-color: var(--tc-color-primary-alt) !important;
  color: var(--tc-color-text) !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background-color: var(--tc-color-secondary) !important;
  color: var(--tc-color-text) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  background-color: var(--tc-color-secondary-alt) !important;
  color: var(--tc-color-text) !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
  color: var(--tc-color-text-alt) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny:hover {
  color: var(--tc-color-text) !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  color: var(--tc-color-text-alt) !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {
  color: var(--tc-color-text) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  overflow: auto !important;
  flex-flow: row wrap !important;
  max-height: 80vh !important;
  width: 80% !important;
  max-width: 700px !important;
  padding: 25px !important;
  border-radius: 1em !important;
  background-color: var(--tc-color-background) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop::before {
  content: "";
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert {
  margin: 20px 10px !important;
  padding: 0 !important;
  padding-top: 100px !important;
  color: var(--tc-color-text) !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-default) !important;
  text-align: left !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert::before {
  content: "";
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  display: inline-block;
  height: 100px !important;
  width: 200px !important;
  margin: 30px;
  background: var(--tc-logo-url) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert * {
  color: var(--tc-color-text) !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-default) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert b,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert strong {
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert {
  order: 1;
  min-width: 200px !important;
  width: calc(50% - 15px) !important;
  padding: 10px 0;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow {
  order: 2;
  min-width: 200px !important;
  width: calc(50% - 15px) !important;
  padding: 10px 0;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-strong) !important;
}
@media screen and (max-width: 900px) {
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert,
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow {
    width: 100% !important;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow .tarteaucitronCheck {
  padding-right: 10px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny {
  order: 4;
  position: absolute !important;
  right: 30px !important;
  top: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-default) !important;
  text-decoration: underline !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny .tarteaucitronCross {
  display: none;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl {
  order: 3;
  margin: 25px auto 0 !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-default) !important;
  text-decoration: underline !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronName * {
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-default) !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH1 {
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xl) !important;
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH2,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH3,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronInfo {
  z-index: 1 !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-default) !important;
  line-height: var(--tc-font-size-default) !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow {
  min-height: 45px;
  padding: 10px 30px !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny {
  min-height: 45px;
  padding: 10px 30px !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronClosePanel {
  z-index: 1030 !important;
  top: -10px;
  height: 25px !important;
  min-height: 25px !important;
  width: auto !important;
  padding: 15px !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-strong) !important;
  text-transform: inherit !important;
}
#tarteaucitronRoot #tarteaucitronManager {
  overflow: hidden;
  display: flex !important;
  height: 45px !important;
  min-height: 45px !important;
  width: 45px !important;
  padding: 0 !important;
  margin: 0 15px !important;
  border-radius: 10px 10px 0 0 !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronManager:hover {
  opacity: 0.5;
}
#tarteaucitronRoot div#tarteaucitronSave {
  background-color: var(--tc-color-background);
}

/* -------------------------------------------------------------------------- */
/* ------------------------------- FUNCTIONAL ------------------------------ */
.d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.gap-2 {
  gap: 0.5rem;
}

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

.help-text {
  font-size: var(--font-size-xs);
  color: var(--color-text-light);
}

/*# sourceMappingURL=app.output.css.map */
