:root {
  --sticky-footer-height: 5.28rem;
  --sticky-subnav-height: 4.4rem;
  --base-line-height: 1.3;
  --border-radius: 1.25rem;
  --border-radius-sm: 0.625rem;
  --border-radius-xs: 0.25rem;
  --form-border-radius: var(--border-radius-xs);
  --width-container-max-md: 112rem;
  --width-container-max-lg: 144rem;
  --interbox-margin: clamp(6.4rem, calc(2.5316vw + 4.45568rem), 8rem);
  --flex-padding-inline: clamp(3.2rem, calc(7.5949vw + -2.63296rem), 8rem);
  --backdrop-blur: blur(15px);
  --drop-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

/* needed for old browsers */
dialog {
  display: block;
  border: 0;
}

/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}

/* overlay covers everything */
span[class$="modal-overlay"] {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--black);
  opacity: .5;
  z-index: 666;
  cursor: pointer;
}

span[class$="modal-overlay"][data-background-click="disabled"] {
  cursor: auto;
}

/* modales */
dialog[class$="modal"] {
  position: fixed;
  max-height: 90svh;
  background-color: var(--white);
  z-index: 667;
  right: auto;
  overflow: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
  width: calc(100% - 2rem);
  max-width: 60rem;
  padding: 0;
}

@media (max-width: 767px) {
  dialog[class$="modal"].padded-modal {
    padding: 3rem 1.5rem 1.5rem 1.5rem;
  }
}

@media (min-width: 768px) {
  dialog[class$="modal"].padded-modal {
    padding: 3rem;
  }
}

button[class$="modal-close"] {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 50%;
  padding: .5rem;
}

img:not(.no-bg)[class$="modal__closeimg"] {
  display: block;
  height: 1.25rem;
  background-color: transparent;
  background-image: none;
}

h1[class$="modal-title"] {
  margin-top: 0;
}

.refonte {
  /* ==========================================================================
   & reset
   ========================================================================== */
  /* ==========================================================================
   & base
   ========================================================================== */
  /* ==========================================================================
   & buttons
   ========================================================================== */
  /* ==========================================================================
   & forms
   ========================================================================== */
}

.refonte .tns-outer {
  padding: 0 !important;
}

.refonte .tns-outer [hidden] {
  display: none !important;
}

.refonte .tns-outer [aria-controls], .refonte .tns-outer [data-action] {
  cursor: pointer;
}

.refonte .tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.refonte .tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.refonte .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.refonte .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.refonte .tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.refonte .tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.refonte .tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.refonte .tns-no-calc {
  position: relative;
  left: 0;
}

.refonte .tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.refonte .tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.refonte .tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.refonte .tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.refonte .tns-autowidth {
  display: inline-block;
}

.refonte .tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.refonte .tns-lazy-img.tns-complete {
  opacity: 1;
}

.refonte .tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.refonte .tns-ovh {
  overflow: hidden;
}

.refonte .tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.refonte .tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.refonte .tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.refonte .tns-normal, .refonte .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.refonte .tns-vpfix {
  white-space: nowrap;
}

.refonte .tns-vpfix > div, .refonte .tns-vpfix > li {
  display: inline-block;
}

.refonte .tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.refonte .tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.refonte .tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.refonte .tns-t-ct > div {
  width: 1.42857%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.refonte .simpletooltip[aria-hidden="true"] {
  display: none;
}

.refonte .simpletooltip_container {
  position: relative;
}

.refonte .simpletooltip {
  --tooltipWidth: 15em;
  --tooltipLeft: 50%;
  --tooltipArrowWidth: 10px;
  --tooltipArrowLeft: 50%;
  position: absolute;
  z-index: 666;
  border-radius: .5em;
  background: rgba(0, 0, 0, 0.9);
  color: var(--white);
  padding: .5em .8em;
  text-align: left;
  top: 100%;
  left: var(--tooltipLeft);
  margin: 0;
  width: var(--tooltipWidth);
  margin-top: calc(var(--tooltipArrowWidth) + .4em);
  margin-left: calc((var(--tooltipWidth) / 2) * -1);
}

.refonte .simpletooltip::before {
  content: '';
  position: absolute;
  z-index: 666;
  width: var(--tooltipArrowWidth);
  height: var(--tooltipArrowWidth);
  pointer-events: none;
  top: calc(var(--tooltipArrowWidth) * -1);
  right: auto;
  left: var(--tooltipArrowLeft);
  margin-left: calc(var(--tooltipArrowWidth) * -1);
  margin-top: calc(var(--tooltipArrowWidth) * -1);
  border: var(--tooltipArrowWidth) solid transparent;
  border-bottom: var(--tooltipArrowWidth) solid rgba(0, 0, 0, 0.9);
}

.tooltip-espace-client + .refonte .simpletooltip {
  text-align: center;
  --tooltipWidth: 10em;
}

@media (max-width: 767px) {
  .tooltip-tel + .refonte .simpletooltip {
    --tooltipLeft: -2.5rem;
    --tooltipArrowLeft: 85%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tooltip-tel + .refonte .simpletooltip {
    --tooltipLeft: 10%;
    --tooltipArrowLeft: 75%;
  }
}

@media (max-width: 1199px) {
  .tooltip-tel + .refonte .simpletooltip {
    --tooltipWidth: 10em;
  }
}

.refonte html,
.refonte body,
.refonte ul,
.refonte ol,
.refonte form,
.refonte input,
.refonte button {
  margin: 0;
  padding: 0;
}

.refonte input,
.refonte button,
.refonte select,
.refonte textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.refonte select {
  color: inherit;
}

.refonte button {
  border: 0;
  background-color: transparent;
  color: inherit;
}

.refonte img {
  max-width: 100%;
  height: auto;
}

.refonte img,
.refonte svg {
  vertical-align: middle;
}

.refonte ul {
  list-style: none;
}

.refonte a {
  color: inherit;
}

.refonte p:first-child {
  margin-top: 0;
}

.refonte label {
  cursor: pointer;
}

.refonte input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.refonte input[type="number"]::-webkit-inner-spin-button, .refonte input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.refonte input[type="date"] {
  background-color: white;
  min-height: 2.375rem;
}

.refonte input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

.refonte *,
.refonte *::before,
.refonte *::after {
  box-sizing: inherit;
}

.refonte html {
  box-sizing: border-box;
}

.refonte body {
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  color: var(--base-color);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.refonte .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.refonte [hidden] {
  display: none !important;
}

.refonte a, .refonte .link {
  text-underline-offset: 0.2em;
}

.refonte button:not([disabled]) {
  cursor: pointer;
}

.refonte strong {
  font-weight: 500;
}

.refonte a,
.refonte .link {
  text-decoration: underline;
  color: inherit;
}

.refonte a.bold,
.refonte .link.bold {
  font-weight: 700;
}

.refonte a.alpha,
.refonte .link.alpha {
  color: var(--link-alpha-color);
}

@media (hover: hover) and (pointer: fine) {
  .refonte a:hover,
  .refonte .link:hover {
    text-decoration: none;
  }
}

.refonte a.not-underlined,
.refonte .link.not-underlined {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .refonte a.not-underlined:hover,
  .refonte .link.not-underlined:hover {
    text-decoration: underline;
  }
}

.refonte a.not-hover,
.refonte .link.not-hover {
  text-decoration: none;
}

.refonte svg:not(.no-fill) {
  fill: currentColor;
}

.refonte .icon {
  height: 1em;
  aspect-ratio: 1;
}

.refonte .link-icon {
  display: inline-flex;
  gap: 0.25rem;
  align-items: baseline;
}

.refonte .link-icon .icon {
  align-self: center;
}

.gm-style .refonte img:not(.no-bg) {
  background-color: transparent;
  background-image: none;
}

.refonte .spinner-loading {
  transform-origin: center;
  animation: spinner-loading-animation .75s infinite linear;
  width: 1.5rem;
  height: 1.5rem;
}

@keyframes spinner-loading-animation {
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 575px) {
  .refonte .sm-min {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .refonte .sm-max {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .refonte .md-min {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .refonte .md-max {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .refonte .lg-min {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .refonte .lg-max {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .refonte .xl-min {
    display: none;
  }
}

@media (min-width: 1200px) {
  .refonte .xl-max {
    display: none;
  }
}

@media (max-width: 1399px) {
  .refonte .xxl-min {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .refonte .touch-only {
    display: none;
  }
}

.refonte .container-md,
.refonte .container-lg {
  margin-inline: auto;
  margin-bottom: var(--interbox-margin);
}

.refonte .container-md {
  max-width: var(--width-container-max-md);
}

.refonte .container-lg {
  max-width: var(--width-container-max-lg);
}

.refonte .h2 {
  font-weight: 300;
  margin-block: 0;
  line-height: 1.1;
}

.refonte .sub-title {
  margin-block: 0;
  line-height: 1.2;
}

.refonte .video {
  position: relative;
  container-type: size;
}

.refonte .video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.refonte .horizontal-video iframe {
  aspect-ratio: 16/9;
}

@container (min-aspect-ratio: 16/9) {
  .refonte .horizontal-video iframe {
    width: calc(100% + 0.25rem);
  }
}

@container (max-aspect-ratio: 16/9) {
  .refonte .horizontal-video iframe {
    height: calc(100% + 0.25rem);
  }
}

.refonte .vertical-video iframe {
  aspect-ratio: 9/16;
}

@container (min-aspect-ratio: 9/16) {
  .refonte .vertical-video iframe {
    width: calc(100% + 0.25rem);
  }
}

@container (max-aspect-ratio: 9/16) {
  .refonte .vertical-video iframe {
    height: calc(100% + 0.25rem);
  }
}

.refonte .scroll-margin {
  scroll-margin-top: calc(var(--sticky-header-height) + 2rem + var(--sticky-subnav-height));
}

.refonte .scroll-margin-light {
  scroll-margin-top: calc(var(--sticky-header-height) + 2rem);
}

.refonte img.darker-filter,
.refonte source.darker-filter + img {
  filter: brightness(80%) sepia(15%) saturate(110%);
}

.refonte .map-static {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.refonte .cover {
  object-fit: cover;
}

.refonte .ratio-auto {
  aspect-ratio: auto;
}

.refonte .ratio-1 {
  aspect-ratio: 1;
}

.refonte .ratio-2\/3 {
  aspect-ratio: 2 / 3;
}

.refonte .ratio-3\/2 {
  aspect-ratio: 3 / 2;
}

.refonte .block {
  display: block;
}

.refonte .inline-block {
  display: inline-block;
}

.refonte .radius {
  border-radius: var(--border-radius);
  isolation: isolate;
}

.refonte .radius-sm {
  border-radius: var(--border-radius-sm);
  isolation: isolate;
}

.refonte .radius-full {
  border-radius: 9999px;
}

.refonte .relative {
  position: relative;
}

.refonte .overflow-hidden {
  overflow: hidden;
}

.refonte .overflow-y-hidden {
  overflow-y: hidden;
}

.refonte .text-center {
  text-align: center;
}

.refonte .text-right {
  text-align: right;
}

.refonte .text-left {
  text-align: left;
}

.refonte .text-justify {
  text-align: justify;
}

.refonte .text-nowrap {
  text-wrap: nowrap;
}

.refonte .text-white {
  color: var(--white);
}

.refonte .hyphens-auto {
  hyphens: auto;
}

.refonte .float-left {
  float: left;
}

.refonte .float-right {
  float: right;
}

.refonte [class*="line-clamp"] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.refonte .m-0 {
  margin: 0rem;
}

.refonte .mt-0 {
  margin-top: 0rem;
}

.refonte .mr-0 {
  margin-right: 0rem;
}

.refonte .mb-0 {
  margin-bottom: 0rem;
}

.refonte .ml-0 {
  margin-left: 0rem;
}

.refonte .my-0 {
  margin-block: 0rem;
}

.refonte .mx-0 {
  margin-inline: 0rem;
}

.refonte .p-0 {
  padding: 0rem;
}

.refonte .pt-0 {
  padding-top: 0rem;
}

.refonte .pr-0 {
  padding-right: 0rem;
}

.refonte .pb-0 {
  padding-bottom: 0rem;
}

.refonte .pl-0 {
  padding-left: 0rem;
}

.refonte .py-0 {
  padding-block: 0rem;
}

.refonte .px-0 {
  padding-inline: 0rem;
}

.refonte .gap-0 {
  gap: 0rem;
}

.refonte .gap-x-0 {
  column-gap: 0rem;
}

.refonte .gap-y-0 {
  row-gap: 0rem;
}

.refonte .line-clamp-0 {
  -webkit-line-clamp: 0;
}

.refonte .m-1 {
  margin: 1.6rem;
}

.refonte .mt-1 {
  margin-top: 1.6rem;
}

.refonte .mr-1 {
  margin-right: 1.6rem;
}

.refonte .mb-1 {
  margin-bottom: 1.6rem;
}

.refonte .ml-1 {
  margin-left: 1.6rem;
}

.refonte .my-1 {
  margin-block: 1.6rem;
}

.refonte .mx-1 {
  margin-inline: 1.6rem;
}

.refonte .p-1 {
  padding: 1.6rem;
}

.refonte .pt-1 {
  padding-top: 1.6rem;
}

.refonte .pr-1 {
  padding-right: 1.6rem;
}

.refonte .pb-1 {
  padding-bottom: 1.6rem;
}

.refonte .pl-1 {
  padding-left: 1.6rem;
}

.refonte .py-1 {
  padding-block: 1.6rem;
}

.refonte .px-1 {
  padding-inline: 1.6rem;
}

.refonte .gap-1 {
  gap: 1.6rem;
}

.refonte .gap-x-1 {
  column-gap: 1.6rem;
}

.refonte .gap-y-1 {
  row-gap: 1.6rem;
}

.refonte .line-clamp-1 {
  -webkit-line-clamp: 1;
}

.refonte .m-2 {
  margin: 3.2rem;
}

.refonte .mt-2 {
  margin-top: 3.2rem;
}

.refonte .mr-2 {
  margin-right: 3.2rem;
}

.refonte .mb-2 {
  margin-bottom: 3.2rem;
}

.refonte .ml-2 {
  margin-left: 3.2rem;
}

.refonte .my-2 {
  margin-block: 3.2rem;
}

.refonte .mx-2 {
  margin-inline: 3.2rem;
}

.refonte .p-2 {
  padding: 3.2rem;
}

.refonte .pt-2 {
  padding-top: 3.2rem;
}

.refonte .pr-2 {
  padding-right: 3.2rem;
}

.refonte .pb-2 {
  padding-bottom: 3.2rem;
}

.refonte .pl-2 {
  padding-left: 3.2rem;
}

.refonte .py-2 {
  padding-block: 3.2rem;
}

.refonte .px-2 {
  padding-inline: 3.2rem;
}

.refonte .gap-2 {
  gap: 3.2rem;
}

.refonte .gap-x-2 {
  column-gap: 3.2rem;
}

.refonte .gap-y-2 {
  row-gap: 3.2rem;
}

.refonte .line-clamp-2 {
  -webkit-line-clamp: 2;
}

.refonte .m-3 {
  margin: 4.8rem;
}

.refonte .mt-3 {
  margin-top: 4.8rem;
}

.refonte .mr-3 {
  margin-right: 4.8rem;
}

.refonte .mb-3 {
  margin-bottom: 4.8rem;
}

.refonte .ml-3 {
  margin-left: 4.8rem;
}

.refonte .my-3 {
  margin-block: 4.8rem;
}

.refonte .mx-3 {
  margin-inline: 4.8rem;
}

.refonte .p-3 {
  padding: 4.8rem;
}

.refonte .pt-3 {
  padding-top: 4.8rem;
}

.refonte .pr-3 {
  padding-right: 4.8rem;
}

.refonte .pb-3 {
  padding-bottom: 4.8rem;
}

.refonte .pl-3 {
  padding-left: 4.8rem;
}

.refonte .py-3 {
  padding-block: 4.8rem;
}

.refonte .px-3 {
  padding-inline: 4.8rem;
}

.refonte .gap-3 {
  gap: 4.8rem;
}

.refonte .gap-x-3 {
  column-gap: 4.8rem;
}

.refonte .gap-y-3 {
  row-gap: 4.8rem;
}

.refonte .line-clamp-3 {
  -webkit-line-clamp: 3;
}

.refonte .m-4 {
  margin: 6.4rem;
}

.refonte .mt-4 {
  margin-top: 6.4rem;
}

.refonte .mr-4 {
  margin-right: 6.4rem;
}

.refonte .mb-4 {
  margin-bottom: 6.4rem;
}

.refonte .ml-4 {
  margin-left: 6.4rem;
}

.refonte .my-4 {
  margin-block: 6.4rem;
}

.refonte .mx-4 {
  margin-inline: 6.4rem;
}

.refonte .p-4 {
  padding: 6.4rem;
}

.refonte .pt-4 {
  padding-top: 6.4rem;
}

.refonte .pr-4 {
  padding-right: 6.4rem;
}

.refonte .pb-4 {
  padding-bottom: 6.4rem;
}

.refonte .pl-4 {
  padding-left: 6.4rem;
}

.refonte .py-4 {
  padding-block: 6.4rem;
}

.refonte .px-4 {
  padding-inline: 6.4rem;
}

.refonte .gap-4 {
  gap: 6.4rem;
}

.refonte .gap-x-4 {
  column-gap: 6.4rem;
}

.refonte .gap-y-4 {
  row-gap: 6.4rem;
}

.refonte .line-clamp-4 {
  -webkit-line-clamp: 4;
}

.refonte .m-5 {
  margin: 8rem;
}

.refonte .mt-5 {
  margin-top: 8rem;
}

.refonte .mr-5 {
  margin-right: 8rem;
}

.refonte .mb-5 {
  margin-bottom: 8rem;
}

.refonte .ml-5 {
  margin-left: 8rem;
}

.refonte .my-5 {
  margin-block: 8rem;
}

.refonte .mx-5 {
  margin-inline: 8rem;
}

.refonte .p-5 {
  padding: 8rem;
}

.refonte .pt-5 {
  padding-top: 8rem;
}

.refonte .pr-5 {
  padding-right: 8rem;
}

.refonte .pb-5 {
  padding-bottom: 8rem;
}

.refonte .pl-5 {
  padding-left: 8rem;
}

.refonte .py-5 {
  padding-block: 8rem;
}

.refonte .px-5 {
  padding-inline: 8rem;
}

.refonte .gap-5 {
  gap: 8rem;
}

.refonte .gap-x-5 {
  column-gap: 8rem;
}

.refonte .gap-y-5 {
  row-gap: 8rem;
}

.refonte .line-clamp-5 {
  -webkit-line-clamp: 5;
}

.refonte .m-6 {
  margin: 9.6rem;
}

.refonte .mt-6 {
  margin-top: 9.6rem;
}

.refonte .mr-6 {
  margin-right: 9.6rem;
}

.refonte .mb-6 {
  margin-bottom: 9.6rem;
}

.refonte .ml-6 {
  margin-left: 9.6rem;
}

.refonte .my-6 {
  margin-block: 9.6rem;
}

.refonte .mx-6 {
  margin-inline: 9.6rem;
}

.refonte .p-6 {
  padding: 9.6rem;
}

.refonte .pt-6 {
  padding-top: 9.6rem;
}

.refonte .pr-6 {
  padding-right: 9.6rem;
}

.refonte .pb-6 {
  padding-bottom: 9.6rem;
}

.refonte .pl-6 {
  padding-left: 9.6rem;
}

.refonte .py-6 {
  padding-block: 9.6rem;
}

.refonte .px-6 {
  padding-inline: 9.6rem;
}

.refonte .gap-6 {
  gap: 9.6rem;
}

.refonte .gap-x-6 {
  column-gap: 9.6rem;
}

.refonte .gap-y-6 {
  row-gap: 9.6rem;
}

.refonte .line-clamp-6 {
  -webkit-line-clamp: 6;
}

.refonte .m-7 {
  margin: 11.2rem;
}

.refonte .mt-7 {
  margin-top: 11.2rem;
}

.refonte .mr-7 {
  margin-right: 11.2rem;
}

.refonte .mb-7 {
  margin-bottom: 11.2rem;
}

.refonte .ml-7 {
  margin-left: 11.2rem;
}

.refonte .my-7 {
  margin-block: 11.2rem;
}

.refonte .mx-7 {
  margin-inline: 11.2rem;
}

.refonte .p-7 {
  padding: 11.2rem;
}

.refonte .pt-7 {
  padding-top: 11.2rem;
}

.refonte .pr-7 {
  padding-right: 11.2rem;
}

.refonte .pb-7 {
  padding-bottom: 11.2rem;
}

.refonte .pl-7 {
  padding-left: 11.2rem;
}

.refonte .py-7 {
  padding-block: 11.2rem;
}

.refonte .px-7 {
  padding-inline: 11.2rem;
}

.refonte .gap-7 {
  gap: 11.2rem;
}

.refonte .gap-x-7 {
  column-gap: 11.2rem;
}

.refonte .gap-y-7 {
  row-gap: 11.2rem;
}

.refonte .line-clamp-7 {
  -webkit-line-clamp: 7;
}

.refonte .m-8 {
  margin: 12.8rem;
}

.refonte .mt-8 {
  margin-top: 12.8rem;
}

.refonte .mr-8 {
  margin-right: 12.8rem;
}

.refonte .mb-8 {
  margin-bottom: 12.8rem;
}

.refonte .ml-8 {
  margin-left: 12.8rem;
}

.refonte .my-8 {
  margin-block: 12.8rem;
}

.refonte .mx-8 {
  margin-inline: 12.8rem;
}

.refonte .p-8 {
  padding: 12.8rem;
}

.refonte .pt-8 {
  padding-top: 12.8rem;
}

.refonte .pr-8 {
  padding-right: 12.8rem;
}

.refonte .pb-8 {
  padding-bottom: 12.8rem;
}

.refonte .pl-8 {
  padding-left: 12.8rem;
}

.refonte .py-8 {
  padding-block: 12.8rem;
}

.refonte .px-8 {
  padding-inline: 12.8rem;
}

.refonte .gap-8 {
  gap: 12.8rem;
}

.refonte .gap-x-8 {
  column-gap: 12.8rem;
}

.refonte .gap-y-8 {
  row-gap: 12.8rem;
}

.refonte .line-clamp-8 {
  -webkit-line-clamp: 8;
}

.refonte .m-9 {
  margin: 14.4rem;
}

.refonte .mt-9 {
  margin-top: 14.4rem;
}

.refonte .mr-9 {
  margin-right: 14.4rem;
}

.refonte .mb-9 {
  margin-bottom: 14.4rem;
}

.refonte .ml-9 {
  margin-left: 14.4rem;
}

.refonte .my-9 {
  margin-block: 14.4rem;
}

.refonte .mx-9 {
  margin-inline: 14.4rem;
}

.refonte .p-9 {
  padding: 14.4rem;
}

.refonte .pt-9 {
  padding-top: 14.4rem;
}

.refonte .pr-9 {
  padding-right: 14.4rem;
}

.refonte .pb-9 {
  padding-bottom: 14.4rem;
}

.refonte .pl-9 {
  padding-left: 14.4rem;
}

.refonte .py-9 {
  padding-block: 14.4rem;
}

.refonte .px-9 {
  padding-inline: 14.4rem;
}

.refonte .gap-9 {
  gap: 14.4rem;
}

.refonte .gap-x-9 {
  column-gap: 14.4rem;
}

.refonte .gap-y-9 {
  row-gap: 14.4rem;
}

.refonte .line-clamp-9 {
  -webkit-line-clamp: 9;
}

.refonte .m-10 {
  margin: 16rem;
}

.refonte .mt-10 {
  margin-top: 16rem;
}

.refonte .mr-10 {
  margin-right: 16rem;
}

.refonte .mb-10 {
  margin-bottom: 16rem;
}

.refonte .ml-10 {
  margin-left: 16rem;
}

.refonte .my-10 {
  margin-block: 16rem;
}

.refonte .mx-10 {
  margin-inline: 16rem;
}

.refonte .p-10 {
  padding: 16rem;
}

.refonte .pt-10 {
  padding-top: 16rem;
}

.refonte .pr-10 {
  padding-right: 16rem;
}

.refonte .pb-10 {
  padding-bottom: 16rem;
}

.refonte .pl-10 {
  padding-left: 16rem;
}

.refonte .py-10 {
  padding-block: 16rem;
}

.refonte .px-10 {
  padding-inline: 16rem;
}

.refonte .gap-10 {
  gap: 16rem;
}

.refonte .gap-x-10 {
  column-gap: 16rem;
}

.refonte .gap-y-10 {
  row-gap: 16rem;
}

.refonte .line-clamp-10 {
  -webkit-line-clamp: 10;
}

.refonte .m-11 {
  margin: 17.6rem;
}

.refonte .mt-11 {
  margin-top: 17.6rem;
}

.refonte .mr-11 {
  margin-right: 17.6rem;
}

.refonte .mb-11 {
  margin-bottom: 17.6rem;
}

.refonte .ml-11 {
  margin-left: 17.6rem;
}

.refonte .my-11 {
  margin-block: 17.6rem;
}

.refonte .mx-11 {
  margin-inline: 17.6rem;
}

.refonte .p-11 {
  padding: 17.6rem;
}

.refonte .pt-11 {
  padding-top: 17.6rem;
}

.refonte .pr-11 {
  padding-right: 17.6rem;
}

.refonte .pb-11 {
  padding-bottom: 17.6rem;
}

.refonte .pl-11 {
  padding-left: 17.6rem;
}

.refonte .py-11 {
  padding-block: 17.6rem;
}

.refonte .px-11 {
  padding-inline: 17.6rem;
}

.refonte .gap-11 {
  gap: 17.6rem;
}

.refonte .gap-x-11 {
  column-gap: 17.6rem;
}

.refonte .gap-y-11 {
  row-gap: 17.6rem;
}

.refonte .line-clamp-11 {
  -webkit-line-clamp: 11;
}

.refonte .m-12 {
  margin: 19.2rem;
}

.refonte .mt-12 {
  margin-top: 19.2rem;
}

.refonte .mr-12 {
  margin-right: 19.2rem;
}

.refonte .mb-12 {
  margin-bottom: 19.2rem;
}

.refonte .ml-12 {
  margin-left: 19.2rem;
}

.refonte .my-12 {
  margin-block: 19.2rem;
}

.refonte .mx-12 {
  margin-inline: 19.2rem;
}

.refonte .p-12 {
  padding: 19.2rem;
}

.refonte .pt-12 {
  padding-top: 19.2rem;
}

.refonte .pr-12 {
  padding-right: 19.2rem;
}

.refonte .pb-12 {
  padding-bottom: 19.2rem;
}

.refonte .pl-12 {
  padding-left: 19.2rem;
}

.refonte .py-12 {
  padding-block: 19.2rem;
}

.refonte .px-12 {
  padding-inline: 19.2rem;
}

.refonte .gap-12 {
  gap: 19.2rem;
}

.refonte .gap-x-12 {
  column-gap: 19.2rem;
}

.refonte .gap-y-12 {
  row-gap: 19.2rem;
}

.refonte .line-clamp-12 {
  -webkit-line-clamp: 12;
}

.refonte .m-13 {
  margin: 20.8rem;
}

.refonte .mt-13 {
  margin-top: 20.8rem;
}

.refonte .mr-13 {
  margin-right: 20.8rem;
}

.refonte .mb-13 {
  margin-bottom: 20.8rem;
}

.refonte .ml-13 {
  margin-left: 20.8rem;
}

.refonte .my-13 {
  margin-block: 20.8rem;
}

.refonte .mx-13 {
  margin-inline: 20.8rem;
}

.refonte .p-13 {
  padding: 20.8rem;
}

.refonte .pt-13 {
  padding-top: 20.8rem;
}

.refonte .pr-13 {
  padding-right: 20.8rem;
}

.refonte .pb-13 {
  padding-bottom: 20.8rem;
}

.refonte .pl-13 {
  padding-left: 20.8rem;
}

.refonte .py-13 {
  padding-block: 20.8rem;
}

.refonte .px-13 {
  padding-inline: 20.8rem;
}

.refonte .gap-13 {
  gap: 20.8rem;
}

.refonte .gap-x-13 {
  column-gap: 20.8rem;
}

.refonte .gap-y-13 {
  row-gap: 20.8rem;
}

.refonte .line-clamp-13 {
  -webkit-line-clamp: 13;
}

.refonte .m-14 {
  margin: 22.4rem;
}

.refonte .mt-14 {
  margin-top: 22.4rem;
}

.refonte .mr-14 {
  margin-right: 22.4rem;
}

.refonte .mb-14 {
  margin-bottom: 22.4rem;
}

.refonte .ml-14 {
  margin-left: 22.4rem;
}

.refonte .my-14 {
  margin-block: 22.4rem;
}

.refonte .mx-14 {
  margin-inline: 22.4rem;
}

.refonte .p-14 {
  padding: 22.4rem;
}

.refonte .pt-14 {
  padding-top: 22.4rem;
}

.refonte .pr-14 {
  padding-right: 22.4rem;
}

.refonte .pb-14 {
  padding-bottom: 22.4rem;
}

.refonte .pl-14 {
  padding-left: 22.4rem;
}

.refonte .py-14 {
  padding-block: 22.4rem;
}

.refonte .px-14 {
  padding-inline: 22.4rem;
}

.refonte .gap-14 {
  gap: 22.4rem;
}

.refonte .gap-x-14 {
  column-gap: 22.4rem;
}

.refonte .gap-y-14 {
  row-gap: 22.4rem;
}

.refonte .line-clamp-14 {
  -webkit-line-clamp: 14;
}

.refonte .m-15 {
  margin: 24rem;
}

.refonte .mt-15 {
  margin-top: 24rem;
}

.refonte .mr-15 {
  margin-right: 24rem;
}

.refonte .mb-15 {
  margin-bottom: 24rem;
}

.refonte .ml-15 {
  margin-left: 24rem;
}

.refonte .my-15 {
  margin-block: 24rem;
}

.refonte .mx-15 {
  margin-inline: 24rem;
}

.refonte .p-15 {
  padding: 24rem;
}

.refonte .pt-15 {
  padding-top: 24rem;
}

.refonte .pr-15 {
  padding-right: 24rem;
}

.refonte .pb-15 {
  padding-bottom: 24rem;
}

.refonte .pl-15 {
  padding-left: 24rem;
}

.refonte .py-15 {
  padding-block: 24rem;
}

.refonte .px-15 {
  padding-inline: 24rem;
}

.refonte .gap-15 {
  gap: 24rem;
}

.refonte .gap-x-15 {
  column-gap: 24rem;
}

.refonte .gap-y-15 {
  row-gap: 24rem;
}

.refonte .line-clamp-15 {
  -webkit-line-clamp: 15;
}

.refonte .mt-auto {
  margin-top: auto;
}

.refonte .mb-auto {
  margin-bottom: auto;
}

.refonte .mr-auto {
  margin-right: auto;
}

.refonte .ml-auto {
  margin-left: auto;
}

.refonte .mx-auto {
  margin-inline: auto;
}

.refonte .scale {
  display: block;
}

.refonte .scale img {
  transition: transform .3s ease-out;
  width: 100%;
}

.refonte .scale:focus-within img, .refonte .scale:hover img {
  transform: scale(1.1);
}

.refonte .flex {
  display: flex;
}

.refonte .flex-1 {
  flex: 1 1 0%;
}

.refonte .flex-none {
  flex: none;
}

.refonte .flex-grow-1 {
  flex-grow: 1;
}

.refonte .flex-grow-2 {
  flex-grow: 2;
}

.refonte .flex-shrink-0 {
  flex-shrink: 0;
}

.refonte .flex-wrap {
  flex-wrap: wrap;
}

.refonte .flex-col {
  flex-direction: column;
}

.refonte .flex-row-reverse {
  flex-direction: row-reverse;
}

.refonte .items-start {
  align-items: flex-start;
}

.refonte .items-center {
  align-items: center;
}

.refonte .items-end {
  align-items: flex-end;
}

.refonte .justify-center {
  justify-content: center;
}

.refonte .justify-end {
  justify-content: flex-end;
}

.refonte .self-center {
  align-self: center;
}

.refonte .self-end {
  align-self: flex-end;
}

.refonte .grid {
  display: grid;
}

.refonte .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.refonte .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.refonte .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.refonte .grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.refonte .col-span-2 {
  grid-column: span 2;
}

.refonte .row-span-2 {
  grid-row: span 2;
}

.refonte .row-start-1 {
  grid-row-start: 1;
}

.refonte .w-full {
  width: 100%;
}

.refonte .h-full {
  height: 100%;
}

.refonte .w-auto {
  width: auto;
}

.refonte .static {
  position: static;
}

.refonte .absolute {
  position: absolute;
}

.refonte .inset-0 {
  inset: 0px;
}

.refonte .-z-1 {
  z-index: -1;
}

.refonte .z-2 {
  z-index: 2;
}

.refonte .list-disc {
  list-style-type: disc;
  padding-left: 1.1em;
}

.refonte .font-family-2 {
  font-family: var(--font-family-2);
}

.refonte .font-light {
  font-weight: 300;
}

.refonte .font-normal {
  font-weight: 400;
}

.refonte .font-medium {
  font-weight: 500;
}

.refonte .font-semibold {
  font-weight: 600;
}

.refonte .font-bold {
  font-weight: 700;
}

.refonte .italic {
  font-style: italic;
}

.refonte .uppercase {
  text-transform: uppercase;
}

.refonte .normal-case {
  text-transform: none;
}

.refonte .leading-1 {
  line-height: 1;
}

.refonte .leading-1\.1 {
  line-height: 1.1;
}

.refonte .leading-1\.2 {
  line-height: 1.2;
}

.refonte .leading-1\.5 {
  line-height: 1.5;
}

.refonte .scrollbar {
  scrollbar-color: var(--beta-color) transparent;
  scrollbar-width: thin;
}

.refonte .extended-link:before {
  content: "";
  position: absolute;
  inset: 0px;
}

.refonte .extended-link:not(.z-auto):before {
  z-index: +1;
}

.refonte .backdrop-blur {
  -webkit-backdrop-filter: var(--backdrop-blur);
  backdrop-filter: var(--backdrop-blur);
}

.refonte .max-w-full {
  max-width: 100%;
}

@media (min-width: 576px) {
  .refonte .sm\:grid {
    display: grid;
  }
  .refonte .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .refonte .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .refonte .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .refonte .sm\:col-span-2 {
    grid-column: span 2;
  }
  .refonte .sm\:row-span-2 {
    grid-row: span 2;
  }
  .refonte .sm\:order-first {
    order: -9999;
  }
  .refonte .sm\:order-last {
    order: 9999;
  }
}

@media (min-width: 768px) {
  .refonte .md\:grid {
    display: grid;
  }
  .refonte .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .refonte .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .refonte .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .refonte .md\:col-span-2 {
    grid-column: span 2;
  }
  .refonte .md\:row-span-2 {
    grid-row: span 2;
  }
  .refonte .md\:order-first {
    order: -9999;
  }
  .refonte .md\:order-last {
    order: 9999;
  }
}

@media (min-width: 992px) {
  .refonte .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .refonte .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .refonte .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .refonte .lg\:col-span-2 {
    grid-column: span 2;
  }
  .refonte .lg\:row-span-2 {
    grid-row: span 2;
  }
}

.refonte .btn {
  --btn-bg-color: var(--beta-color);
  --btn-border-color: var(--beta-color);
  --btn-hover-bg-color: var(--beta-hover-color);
  --btn-hover-border-color: var(--beta-hover-color);
  --btn-padding-block: 1.2rem;
  --btn-padding-inline: 2.4rem;
  --btn-color: var(--white);
  --btn-hover-color: var(--btn-color);
  display: inline-block;
  text-align: center;
  padding: var(--btn-padding-block) var(--btn-padding-inline);
  border-radius: 9em;
  color: var(--btn-color);
  text-decoration: none;
  background-color: var(--btn-bg-color);
  border: 1px solid var(--btn-border-color);
  line-height: var(--base-line-height);
}

@media (hover: hover) and (pointer: fine) {
  .refonte .btn:hover {
    background-color: var(--btn-hover-bg-color);
    border-color: var(--btn-hover-border-color);
    color: var(--btn-hover-color);
  }
}

.refonte .btn:disabled, .refonte .btn.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.refonte .btn.block {
  display: block;
}

.refonte .btn-outline {
  --btn-bg-color: var(--white);
  --btn-border-color: var(--beta-color);
  --btn-hover-bg-color: var(--beta-hover-color);
  --btn-hover-border-color: var(--beta-hover-color);
  --btn-color: var(--beta-color);
  --btn-hover-color: var(--white);
}

.refonte .btn-primary {
  --btn-bg-color: var(--alpha-color);
  --btn-border-color: var(--alpha-color);
  --btn-hover-bg-color: var(--alpha-hover-color);
  --btn-hover-border-color: var(--alpha-hover-color);
}

.refonte .btn-outline-primary {
  --btn-bg-color: var(--white);
  --btn-border-color: var(--alpha-color);
  --btn-hover-bg-color: var(--alpha-hover-color);
  --btn-hover-border-color: var(--alpha-hover-color);
  --btn-color: var(--alpha-color);
  --btn-hover-color: var(--white);
}

.refonte .btn-secondary {
  --btn-bg-color: var(--base-color);
  --btn-border-color: var(--base-color);
  --btn-hover-bg-color: var(--base-hover-color);
  --btn-hover-border-color: var(--base-hover-color);
  --btn-color: var(--white);
}

.refonte .btn-outline-secondary {
  --btn-bg-color: var(--white);
  --btn-border-color: var(--base-color);
  --btn-hover-bg-color: var(--base-hover-color);
  --btn-hover-border-color: var(--base-hover-color);
  --btn-color: var(--base-color);
  --btn-hover-color: var(--white);
}

.refonte .btn-transparent {
  --btn-bg-color: transparent;
  --btn-border-color: currentColor;
  --btn-hover-bg-color: rgba(var(--white-values), .1);
  --btn-hover-border-color: currentColor;
}

.refonte .btn-blurred {
  --btn-bg-color: rgba(25,17,11,.2);
  --btn-hover-bg-color: rgba(25,17,11,.5);
  --btn-border-color: var(--white);
  --btn-hover-border-color: var(--btn-border-color);
  -webkit-backdrop-filter: var(--backdrop-blur);
  backdrop-filter: var(--backdrop-blur);
}

.refonte .btn-sm {
  --btn-padding-block: 0.4rem;
  --btn-padding-inline: 1.2rem;
  font-size: 1.4rem;
}

.refonte .slider__controls-prev,
.refonte .slider__controls-next {
  border-radius: 2rem;
  padding: 0.25rem 1.5rem;
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
}

.refonte .slider__controls-prev:not([aria-controls]), .refonte .slider__controls-prev:disabled,
.refonte .slider__controls-next:not([aria-controls]),
.refonte .slider__controls-next:disabled {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .refonte .slider__controls-prev:hover,
  .refonte .slider__controls-next:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.refonte .slider__controls-prev svg,
.refonte .slider__controls-next svg {
  width: 2.5rem;
  height: 2.5rem;
}

@media (max-width: 767px) {
  .refonte .slider__controls-prev,
  .refonte .slider__controls-next {
    display: none;
  }
}

.refonte .slider__controls-prev {
  left: 0rem;
}

.refonte .slider__controls-next {
  right: 0rem;
}

.refonte .slider__controls-next svg {
  transform: scaleX(-1);
}

.refonte .form-label {
  display: inline-block;
  margin-bottom: 0.4rem;
}

.refonte .form-control,
.refonte .form-select {
  appearance: none;
  display: block;
  border-radius: var(--form-border-radius);
  border: 1px solid var(--grey-lighter);
}

.refonte .form-control:focus,
.refonte .form-select:focus {
  border-color: var(--alpha-color);
  outline: 1px solid var(--alpha-color);
}

.refonte .form-control:disabled,
.refonte .form-select:disabled {
  background-color: var(--white);
}

.refonte .form-control.floating-style,
.refonte .form-select.floating-style {
  border-radius: 9em;
  padding: 1.2rem 4rem 1.2rem 2rem;
}

.refonte .form-control {
  padding: 0.8rem 1.6rem;
}

.refonte .form-select {
  padding: 0.8rem 4rem 0.8rem 1.6rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1.2rem;
  background-color: var(--white);
}

.refonte .form-control.is-invalid, .refonte .form-control:user-invalid,
.refonte .form-select.is-invalid,
.refonte .form-select:user-invalid {
  border-color: var(--error-color);
}

.refonte .form-control:user-valid:not(.is-invalid):not(.novalidate),
.refonte .form-select:user-valid:not(.is-invalid):not(.novalidate) {
  border-color: var(--success-color);
}

.refonte .form-check-list {
  display: flex;
  gap: 0.8rem 1.6rem;
}

.refonte .form-check-list:not(.inline) {
  flex-direction: column;
}

.refonte .form-check-list.inline {
  flex-direction: row;
}

.refonte .form-check {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.refonte .form-check-input {
  --size: 2rem;
  appearance: none;
  width: var(--size);
  height: var(--size);
  background-color: var(--white);
  border: 1px solid var(--grey-lighter);
  flex-shrink: 0;
}

.refonte .form-check-input:not([disabled]) {
  cursor: pointer;
}

.refonte .form-check-input:not([disabled]):hover {
  border-color: var(--alpha-hover-color);
}

.refonte .form-check-input[type="checkbox"] {
  border-radius: 0.4rem;
}

.refonte .form-check-input[type="radio"] {
  border-radius: 50%;
}

.refonte .form-check-input:checked {
  background-color: var(--alpha-color);
  border-color: var(--alpha-color);
}

.refonte .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='square' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.refonte .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.refonte .form-check-input:checked:hover {
  background-color: var(--alpha-hover-color);
  border-color: var(--alpha-hover-color);
}

.refonte .form-check-label {
  line-height: 1.1;
}

.form-check-input:not([disabled]) ~ .refonte .form-check-label {
  cursor: pointer;
}

.form-check-input[disabled] ~ .refonte .form-check-label {
  opacity: 0.5;
}

.refonte .input-group {
  display: flex;
}

.refonte .input-group .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.refonte .input-group .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.refonte .input-group-addon {
  border-style: solid;
  border-color: var(--grey-lighter);
  padding: 0.8rem 1.6rem;
}

.refonte .input-group-addon:first-child {
  border-width: 1px 0 1px 1px;
  border-bottom-left-radius: var(--form-border-radius);
  border-top-left-radius: var(--form-border-radius);
}

.refonte .input-group-addon:last-child {
  border-width: 1px 1px 1px 0;
  border-bottom-right-radius: var(--form-border-radius);
  border-top-right-radius: var(--form-border-radius);
}

.refonte .input-group-addon:is(button):hover {
  background-color: var(--grey-lighter);
}

.refonte .input-group-addon:is(button):disabled {
  background-color: var(--white);
}

.refonte .invalid-feedback {
  margin-top: 0.4rem;
  font-size: .875em;
  color: var(--error-color);
  display: none;
}

.is-invalid ~ .refonte .invalid-feedback {
  display: block;
}

.refonte ::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.refonte :disabled {
  opacity: .5;
  cursor: not-allowed;
}

.refonte .form-floating {
  display: flex;
  flex-flow: column-reverse;
  border: 1px solid var(--grey-lighter);
  border-radius: 9em;
  padding-inline: 2rem;
  justify-content: center;
  position: relative;
  background-color: var(--white);
}

.refonte .form-floating.bg-transparent {
  background-color: transparent;
}

.refonte .form-floating.bg-transparent:focus-within {
  background-color: rgba(255, 255, 255, 0.2);
}

.refonte .form-floating:focus-within {
  border-color: var(--alpha-color);
  outline: 1px solid var(--alpha-color);
}

.refonte .form-floating label,
.refonte .form-floating input {
  transition: all 0.2s;
  touch-action: manipulation;
}

.refonte .form-floating label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 1.12rem);
  display: block;
}

.refonte .form-floating input {
  border: 0;
  font-family: inherit;
  appearance: none;
  border-radius: 0;
  padding: 0.16rem 0;
  cursor: text;
  background-color: transparent;
}

.refonte .form-floating input::placeholder {
  opacity: 0;
  transition: inherit;
}

.refonte .form-floating input:focus {
  outline: 0;
}

.refonte .form-floating input:focus::placeholder {
  opacity: 1;
}

.refonte .form-floating input:not(:placeholder-shown) + label,
.refonte .form-floating input:focus + label {
  transform: translate(0, 0) scale(0.8);
  cursor: pointer;
  opacity: 0.8;
}

.refonte .form-floating input:before {
  content: "";
  position: absolute;
  inset: 0px;
}

.refonte .form-floating input:disabled {
  cursor: not-allowed;
}

.refonte .form-floating:has(:disabled) {
  opacity: .5;
  cursor: not-allowed;
}

.refonte .form-floating:has(:disabled) label {
  cursor: not-allowed;
}

.refonte .form-toggle-password-context {
  position: relative;
}

.refonte .form-toggle-password-context .form-control.with-toggle {
  padding-right: 6.4rem;
}

.refonte .form-toggle-password-context .form-toggle-password {
  position: absolute;
  top: calc(50% + 3px);
  right: 10px;
  transform: translateY(-50%);
  line-height: 1;
}

.refonte .form-toggle-password-context .form-toggle-password svg {
  width: 3.52rem;
  height: auto;
  fill: currentColor;
}

.refonte .form-toggle-password-context .form-toggle-password:hover {
  color: #000;
}

.refonte .form-toggle-password-context [type=password] ~ .form-toggle-password .form-hide-password-icon,
.refonte .form-toggle-password-context [type=text] ~ .form-toggle-password .form-show-password-icon {
  display: none;
}

.refonte .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  min-height: var(--sticky-header-height);
  z-index: 10;
  width: 100%;
  gap: 1.6rem;
  padding-inline: 8rem 3.2rem;
  background-color: var(--white);
  color: var(--base-color);
  border-bottom: 1px solid var(--delta-color);
}

@media (max-width: 767px) {
  .refonte .header {
    padding-right: 0.8rem;
  }
}

.scrolltop .refonte .header.homepage {
  color: var(--white);
  background-color: transparent;
  border-bottom-color: transparent;
}

.scrolltop .refonte .header.homepage:hover {
  background-color: var(--white);
  color: var(--base-color);
}

.scrolltop .refonte .header.homepage:not(:hover) .navigation__btn-primary {
  --btn-bg-color: rgba(25,17,11,.2);
  --btn-hover-bg-color: rgba(25,17,11,.5);
  --btn-border-color: var(--white);
  --btn-hover-border-color: var(--btn-border-color);
  -webkit-backdrop-filter: var(--backdrop-blur);
  backdrop-filter: var(--backdrop-blur);
}

.refonte .header:has(.megadropdown:hover), .refonte .header:has(.megadropdown:focus-visible) {
  background-color: var(--white);
  color: var(--base-color);
}

.refonte .header:has(.megadropdown:hover)::before, .refonte .header:has(.megadropdown:focus-visible)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: var(--sticky-header-height);
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.53);
}

.refonte .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.refonte .header-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.refonte .navigation {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.refonte .navigation__list {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .refonte .navigation__list--left .navigation__item {
    padding-right: 1.6rem;
  }
}

@media (min-width: 768px) {
  .refonte .navigation__list--right .navigation__item {
    padding-left: 1.6rem;
  }
}

.refonte .navigation__btn {
  color: inherit;
}

@media (max-width: 767px) {
  .refonte .navigation__btn {
    padding-inline: 0.8rem;
    display: block;
  }
  .refonte .navigation__btn .icon {
    display: block;
    height: 1.2em;
  }
}

.refonte .megamenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.refonte .megamenu:has(.megamenu__toggle.is-active) {
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.53);
  color: var(--base-color);
}

.refonte .megamenu__toggle {
  position: absolute;
  z-index: 1;
  display: block;
  padding: 0.8rem;
  color: inherit;
}

@media (max-width: 767px) {
  .refonte .megamenu__toggle {
    top: 0.8rem;
    left: 0.8rem;
  }
}

@media (min-width: 768px) {
  .refonte .megamenu__toggle {
    top: 1.92rem;
    left: 2.4rem;
  }
}

.refonte .megamenu__toggle .bar {
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: currentColor;
  transition: all .2s ease-in-out 0s;
}

.refonte .megamenu__toggle .bar:not(:first-child) {
  margin-top: 5px;
}

.refonte .megamenu__toggle.is-active .bar1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.refonte .megamenu__toggle.is-active .bar2 {
  opacity: 0;
}

.refonte .megamenu__toggle.is-active .bar3 {
  transform: rotate(45deg) translate(-5px, -5px);
}

@media (max-width: 767px) {
  .refonte .megamenu__back {
    position: absolute;
    top: 1.28rem;
    right: 0.8rem;
    z-index: 1;
    display: flex;
    white-space: nowrap;
    padding-inline: 0.8rem;
    gap: 0.8rem;
    align-items: center;
    color: inherit;
  }
  .refonte .megamenu__back svg {
    width: 1.5em;
    height: 1.5em;
  }
}

@media (min-width: 768px) {
  .refonte .megamenu__back {
    display: none;
  }
}

.refonte .megamenu__toggle:not(.is-active) + .megamenu__back,
.refonte .megamenu:not(:has([role="tab"][aria-selected="true"])) .megamenu__back {
  display: none;
}

.refonte .megamenu__content {
  display: none;
}

.refonte .megamenu__toggle.is-active ~ .megamenu__content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100svh;
  max-width: 144rem;
}

.refonte .megamenu__column {
  background-color: var(--white);
  overflow: auto;
}

@media (max-width: 767px) {
  .refonte .megamenu__column {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .refonte .megamenu__column {
    width: 25%;
  }
}

.refonte .megamenu__column:not(.megamenu__first-column) {
  display: none;
  border-left: 1px solid var(--delta-color);
}

@media (max-width: 767px) {
  .refonte .megamenu__column.megamenu__first-column:has([role="tab"][aria-selected="true"]) {
    display: none;
  }
}

.refonte .megamenu__column.megamenu__first-column:has([role="tab"][aria-selected="true"]) + .megamenu__second-column {
  display: block;
}

@media (max-width: 767px) {
  .refonte .megamenu__column.megamenu__second-column:has([role="tab"][aria-selected="true"]) {
    display: none !important;
  }
}

.refonte .megamenu__column.megamenu__second-column:has([role="tab"][aria-selected="true"]) + .megamenu__third-column {
  display: block;
}

@media (max-width: 767px) {
  .refonte .megamenu__column:has(.double-width[aria-hidden="false"]) {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .refonte .megamenu__column:has(.double-width[aria-hidden="false"]) {
    width: 50%;
  }
}

.refonte [role="tabpanel"][aria-hidden="true"] {
  display: none;
}

.refonte .megamenu__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.refonte .megamenu__infos {
  background-color: var(--delta-color);
  padding: 3.2rem;
}

.refonte .megamenu__list {
  display: flex;
  flex-direction: column;
}

.refonte .megamenu__row-inner {
  padding-inline: 3.2rem;
  padding-bottom: 3.2rem;
}

.refonte .megamenu__row-inner--2 {
  padding: 3.2rem;
}

.refonte .mega-link {
  display: flex;
  border-block: 1px solid transparent;
  padding-block: 0.8rem;
  width: 100%;
  color: var(--grey-dark);
}

.refonte .mega-link .mega-link__icon {
  visibility: hidden;
}

.refonte .mega-link[aria-selected="true"] {
  border-block-color: var(--grey-dark);
}

.refonte .mega-link[aria-selected="true"] .mega-link__inner span {
  color: var(--base-color);
}

.refonte .mega-link[aria-selected="true"] .mega-link__icon {
  visibility: visible;
}

.refonte .mega-link:is(button[role="tab"]:not([disabled])) {
  cursor: default;
}

@media (hover: hover) and (pointer: fine) {
  .refonte .mega-link:is(a, .link):hover,
  .refonte .mega-link .mega-link-child:hover {
    color: var(--base-color);
  }
}

.refonte .mega-link .logo-icon {
  width: 3em;
  height: 3em;
  display: block;
  position: relative;
  left: -0.8em;
}

.refonte .mega-link__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  gap: 1.6rem;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .refonte .mega-link__inner {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .refonte .megamenu__list-columns {
    columns: 2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .refonte .megamenu__list-columns {
    columns: 3;
  }
}

@media (min-width: 992px) {
  .refonte .megamenu__list-columns {
    columns: 4;
  }
}

.refonte .megamenu__list-columns a,
.refonte .megamenu__list-columns .obf {
  display: block;
  padding-block: 0.4rem;
  color: var(--grey-dark);
  text-align: left;
}

.refonte .megamenu__list-columns a:hover,
.refonte .megamenu__list-columns .obf:hover {
  color: var(--base-color);
}

.refonte .megamenu__list-columns li {
  break-inside: avoid;
}

.refonte .megamenu__list-grid--1 {
  gap: 3.2rem;
  grid-template-columns: repeat(auto-fit, minmax(14.4rem, 1fr));
}

.refonte .megamenu__list-grid--2 {
  gap: 1.6rem 2.4rem;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
}

.refonte .megamenu__list-grid--3 {
  gap: 1.6rem 2.4rem;
}

@media (max-width: 767px) {
  .refonte .megamenu__list-grid--3 {
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  }
}

@media (min-width: 768px) {
  .refonte .megamenu__list-grid--3 {
    grid-template-columns: repeat(auto-fit, minmax(11.2rem, 1fr));
  }
}

.refonte .megamenu__brochures {
  padding-block: 3.2rem;
  color: var(--grey-dark);
}

.refonte .megamenu__brochures-list {
  --brochure-width: clamp(4rem, calc(5.5556vw + 1.3333rem), 8rem);
  grid-template-columns: repeat(auto-fill, minmax(var(--brochure-width), 1fr));
  gap: 1.6rem 3.2rem;
}

.refonte .megamenu__brochures-list li {
  position: relative;
}

.refonte .megamenu__brochures-list img {
  display: block;
}

.refonte .megamenu__brochures-list a {
  display: block;
  color: var(--grey-dark);
  margin-top: 0.4rem;
  line-height: 1.1;
}

.refonte .megamenu__brochures-list a:hover {
  color: var(--base-color);
}

.refonte .megamenu__brochures-list button {
  text-align: left;
}

@media (max-width: 767px) {
  .refonte .megadropdown {
    display: none;
  }
}

.refonte .megadropdown__btn {
  position: relative;
  pointer-events: none;
}

.refonte .megadropdown__btn span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-align: left;
}

.refonte .megadropdown__btn span::after {
  content: "";
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  height: 0.5em;
  width: 0.5em;
  margin-right: 0.1em;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.refonte .megadropdown:hover .megadropdown__btn::after,
.refonte .megadropdown:focus-within .megadropdown__btn::after {
  content: "";
  border-bottom: 2px solid currentColor;
  position: absolute;
  display: block;
  width: 100%;
}

.refonte .megadropdown__content {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}

.refonte .megadropdown:hover .megadropdown__content,
.refonte .megadropdown:focus-within .megadropdown__content {
  display: block;
}

.refonte .megadropdown__inner {
  background: var(--white);
  color: var(--base-color);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  border-block: 1px solid var(--delta-color);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.refonte .megadropdown__container {
  max-width: 160rem;
  margin-inline: auto;
}

.refonte .megadropdown__column {
  padding: 3.2rem;
}

.refonte .megadropdown__column:not(:first-child) {
  border-left: 1px solid var(--delta-color);
  width: 40%;
}

.refonte .megadropdown__column.pb-3 {
  padding-bottom: 5.44rem;
}

.refonte .megadropdown__title {
  font-size: 2rem;
}

.refonte .megadropdown__link {
  margin-top: 0.4rem;
  display: inline-block;
}

.refonte .megadropdown__grid-1 {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(4, 1fr);
}

.refonte .megadropdown__grid-2 {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  height: 100%;
}

.refonte .megadropdown__visual {
  height: 100%;
}

.refonte .megadropdown__grid-2-visual {
  aspect-ratio: 4/2.9;
}

.refonte .megadropdown__grid-2-item {
  display: flex;
  flex-direction: column;
}

.refonte .megadropdown__grid-2-title {
  padding-top: 0.8rem;
  margin-bottom: 3.2rem;
}

.refonte .megadropdown__grid-2-title-variant {
  margin-bottom: 0.8rem;
}

.refonte .megadropdown-destinations {
  --brochure-width: clamp(4rem, calc(5.5556vw + 1.3333rem), 8rem);
}

.refonte .megadropdown-destinations__column-menu {
  padding: 3.2rem;
}

.refonte .megadropdown-destinations__column-content > * {
  height: 100%;
}

.refonte .megadropdown-destinations__pays {
  padding: 3.2rem;
}

@media (max-width: 767px) {
  .refonte .megadropdown-destinations__pays {
    columns: 2;
  }
}

@media (min-width: 768px) {
  .refonte .megadropdown-destinations__pays {
    columns: 3;
  }
}

.refonte .megadropdown-destinations__pays a,
.refonte .megadropdown-destinations__pays .obf {
  display: block;
  padding-block: 0.4rem;
  color: var(--grey-dark);
  text-align: left;
}

.refonte .megadropdown-destinations__pays a:hover,
.refonte .megadropdown-destinations__pays .obf:hover {
  color: var(--base-color);
}

.refonte .megadropdown-destinations__pays li {
  break-inside: avoid;
}

.refonte .megadropdown-destinations__brochures {
  padding: 3.2rem;
  border-left: 1px solid var(--delta-color);
  color: var(--grey-dark);
}

.refonte .megadropdown-destinations__brochures-list {
  grid-template-columns: repeat(auto-fill, minmax(var(--brochure-width), 1fr));
  gap: 1.6rem 3.2rem;
}

.refonte .megadropdown-destinations__brochures-list li {
  position: relative;
}

.refonte .megadropdown-destinations__brochures-list img {
  display: block;
}

.refonte .megadropdown-destinations__brochures-list a {
  display: block;
  color: var(--grey-dark);
  margin-top: 0.4rem;
  line-height: 1.1;
}

.refonte .megadropdown-destinations__brochures-list a:hover {
  color: var(--base-color);
}

.refonte .megadropdown-destinations__brochures-list button {
  text-align: left;
}

.refonte .footer__inner {
  margin-inline: auto;
  padding: var(--flex-padding-inline);
  max-width: 128rem;
}

.refonte .footer__header {
  margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
  .refonte .footer__header {
    padding-inline: 3.2rem;
  }
}

.refonte .footer__logo {
  height: clamp(7.2rem, calc(1.108vw + 6.6704rem), 8rem);
}

.refonte .footer__logo-date {
  width: 5.4rem;
  height: 0.8rem;
}

.refonte .footer__grid {
  margin-bottom: var(--interbox-margin);
}

@media (max-width: 767px) {
  .refonte .footer__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.6rem 3.2rem;
  }
}

@media (min-width: 768px) {
  .refonte .footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 3.2rem;
  }
}

.refonte .footer__social {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .refonte .footer__newsletter {
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .refonte .footer__newsletter {
    grid-column: 3 / span 2;
  }
}

.refonte .footer__newsletter-form {
  max-width: 41.6rem;
}

.refonte .footer__newsletter-field {
  border-color: currentColor;
}

.refonte .footer__newsletter-btn {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
}

.refonte .footer__columns {
  gap: 3.2rem;
  margin-bottom: var(--interbox-margin);
}

@media (max-width: 767px) {
  .refonte .footer__columns {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .refonte .footer__columns {
    column-count: 4;
  }
}

.refonte .footer__rubrique {
  break-inside: avoid;
}

.refonte .footer__title-rubrique {
  font-weight: 500;
}

.refonte .footer__list li:not(:first-child) {
  margin-top: 0.4rem;
}

.refonte .footer__list button {
  text-align: inherit;
}

.refonte .footer__logos {
  margin-bottom: var(--interbox-margin);
}

.refonte .footer__logos-item {
  max-width: 20.8rem;
}

.refonte .footer__footer-list {
  gap: 1.6rem 3.2rem;
}

.refonte .sur-mesure {
  background-color: var(--coffee-lighter);
}

.refonte .sur-mesure__inner {
  max-width: var(--width-container-max-lg);
  margin-inline: auto;
  padding: 4.8rem;
}

.refonte .sur-mesure__header {
  margin-bottom: 4.8rem;
}

@media (max-width: 767px) {
  .refonte .sur-mesure__header {
    padding-inline: 3.2rem;
  }
}

.refonte .sur-mesure__title.h2 {
  font-size: clamp(3rem, calc(2.9703vw + 1.8416rem), 6rem);
}

@media (min-width: 768px) {
  .refonte .sur-mesure__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw;
    margin-bottom: 4.8rem;
  }
}

.refonte .sur-mesure .tns-outer {
  margin-bottom: 4.8rem;
}

.refonte .sur-mesure__column-title {
  font-family: var(--font-family-2);
  font-weight: 300;
  line-height: 1.1;
  font-size: clamp(2.4rem, calc(1.2658vw + 1.42784rem), 3.2rem);
}

:root {
  --aqua:#7bc5c4;
  --aqua-darker:#52adac;
  --aqua-darkest:#3D8B8A;
  --sand:#F1F0EC;
  --sand-darker:hsl(33, 12%, 83%);
  --coffee:hsl(27, 18%, 66%);
  --coffee-lighter:hsl(27, 18%, 96%);
  --red:hsl(354, 71%, 54%);
  --green:hsl(134, 61%, 41%);
  --olive-green:hsl(58, 42%, 30%);
  --black-values: 0, 0, 0;
  --white-values: 255, 255, 255;
  --black:rgb(var(--black-values));
  --grey-darker:hsl(0, 0%, 26%);
  --grey-dark:hsl(0, 0%, 43%);
  --grey:hsl(0, 0%, 60%);
  --grey-lighter:hsl(0, 0%, 85%);
  --grey-lightest:hsl(0, 0%, 94%);
  --white:rgb(var(--white-values));
  --base-color: var(--black);
  --base-hover-color: color-mix(in oklab, var(--base-color), white 30%);
  --alpha-color: var(--aqua);
  --alpha-hover-color: var(--aqua-darker);
  --beta-color: var(--aqua);
  --beta-hover-color: var(--aqua-darker);
  --delta-color: var(--sand);
  --error-color: var(--red);
  --success-color: var(--green);
  --link-alpha-color: var(--alpha-hover-color);
  --pin-color: var(--grey-dark);
  --selected-pin-color: var(--alpha-color);
  --font-family-1: 'BryantPro', Arial, sans-serif;
  --font-family-2: 'Classico', serif;
  --font-family-3: var(--font-family-1);
  --font-family-4: var(--font-family-1);
  --base-font-family: var(--font-family-1);
  --sticky-header-height: 88px;
}

@media (max-width: 767px) {
  :root {
    --sticky-header-height: 48px;
  }
}

/* ==========================================================================
   & typography
   ========================================================================== */
@font-face {
  font-family: "BryantPro";
  src: url("../font/BryantPro/BryantPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BryantPro";
  src: url("../font/BryantPro/BryantPro-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "BryantPro";
  src: url("../font/BryantPro/BryantPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "BryantPro";
  src: url("../font/BryantPro/BryantPro-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Classico";
  src: url("../font/Classico/Classico-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Classico";
  src: url("../font/Classico/Classico-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.refonte {
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: 1.6rem;
  color: var(--base-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.refonte .h2 {
  text-transform: uppercase;
  font-size: clamp(2.8rem, calc(.4854vw + 2.52032rem), 3.2rem);
}

.refonte .sub-title {
  font-size: clamp(1.8rem, calc(.2427vw + 1.66016rem), 2rem);
}

.refonte .btn {
  font-weight: 500;
}

.refonte .header-logo {
  height: clamp(3.6rem, calc(3.7975vw + 0.68352rem), 6rem);
}

@media (max-width: 767px) {
  .refonte .header-logo {
    margin-top: 0.32rem;
  }
}

@media (min-width: 768px) {
  .refonte .header-logo {
    margin-top: 0.48rem;
  }
}

.refonte .header-logo svg {
  aspect-ratio: 254 / 51;
}

.refonte .header .nav__btn {
  font-weight: 500;
  font-size: 1.7rem;
}

.refonte .header .nav__btn .icon {
  height: 2.24rem;
}

.refonte .header .nav__btn-primary {
  text-transform: uppercase;
  font-size: 1.7rem;
}

@media (max-width: 1030px) {
  .refonte .navigation__item--destinations,
  .refonte .navigation__item--inspirations {
    display: none !important;
  }
}

@media (max-width: 1330px) {
  .refonte .navigation__item--a-propos {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .refonte .megamenu__toggle {
    top: 2.56rem;
  }
}

.refonte .megamenu__row-inner {
  padding-top: 8rem;
}

.refonte .megadropdown__content {
  padding-top: 3.2rem;
}

.refonte .megadropdown__btn {
  font-weight: 500;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.refonte .megadropdown__btn span::after {
  margin-top: -0.5em;
}

.refonte .megadropdown:hover .megadropdown__btn::after,
.refonte .megadropdown:focus-within .megadropdown__btn::after {
  bottom: clamp(-2.08rem);
}

.refonte .footer {
  background-color: var(--beta-color);
  color: var(--white);
}

.refonte .footer__newsletter-field.bg-transparent:focus-within {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: currentColor;
}

.refonte .footer__newsletter-input {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--white);
  font-size: 1.8rem;
}

.refonte .footer__newsletter-btn {
  color: var(--white);
  border-color: var(--white);
}

.refonte .footer__newsletter-btn:hover, .refonte .footer__newsletter-btn:focus {
  background-color: var(--white);
  color: var(--aqua-darker);
}

.refonte .footer__title-rubrique {
  text-transform: uppercase;
}

.refonte .footer__logo-item {
  max-height: 4.8rem;
}

.refonte .footer__social {
  border: 1px solid currentColor;
  border-radius: 99em;
  aspect-ratio: 1;
  width: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.refonte .sur-mesure__title {
  font-family: var(--font-family-2);
}

.refonte .sur-mesure__column-visual {
  width: 16rem;
}

.refonte .sur-mesure__link {
  text-transform: uppercase;
}

.refonte .tns-nav {
  text-align: center;
  margin-block: 1.6rem;
}

.refonte .tns-nav > [aria-controls] {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  margin-inline: 0.8rem;
  border-radius: 50%;
  background-color: var(--base-color);
  opacity: 28%;
  border: 0;
}

.refonte .tns-nav > .tns-nav-active {
  opacity: 100%;
}

.slider--number-pager .refonte .tns-nav > [aria-controls] {
  counter-increment: counter;
  background-color: transparent;
  width: 2.5ch;
  height: auto;
  margin-inline: 0.25rem;
  border-radius: 0;
  opacity: 100%;
  padding-bottom: 0.1rem;
}

.slider--number-pager .refonte .tns-nav > [aria-controls]::before {
  content: counter(counter);
}

.slider--number-pager .refonte .tns-nav > .tns-nav-active {
  color: var(--alpha-color);
  box-shadow: 0px 1px 0px 0px currentColor;
}

.refonte .footer {
  padding-block: 0;
}

.refonte label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: auto;
  font-weight: 400;
}

.refonte .btn {
  font-size: inherit;
}

.refonte .btn:active {
  box-shadow: inherit;
}

.refonte .link {
  font-weight: inherit;
}
