/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  --dark: #1D252C;
  --grey: rgba(29, 37, 44, 0.50);
  --canvas: #F9F6FA;
  --white: #FFFFFF;
  --primary: #05FFAD;
  --secondary: #AD05FF;
  --tertiary:#FF919D;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
  background-color: var(--canvas);
}

p {
  margin-block: unset;
  margin-inline: unset;
}

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

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

.mt-auto {
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

.h-450 {
  height: 450px;
}

.pl-24 {
  padding-left: 24px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

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

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

.wrap {
  flex-wrap: wrap;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

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

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

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

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


body {
  margin:0;
}

header {
  width: 100%;
  background-position: bottom left;
  background-image: url("img/header-wave.svg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  header {
    background-position: bottom;
  }
  .top-header{
    padding-top: 60px;
    padding-left: 20px;
  }
}

.top-header {
  padding-top: 10px;
  margin:10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header-logo {
  height: 35px;
}

.title-line-1 {
  margin-top:50px;
  display: flex;
  justify-content: center;
}

.title-line-2 {
  margin-top:12px;
  margin-right: 30px;
  display: flex;
  justify-content: end;

}

@media screen and (max-width: 1024px) {
  .title-line-1,.title-line-2 {
    margin-left:10px;
  }
}

.video-button {

}

.line-subtitle {
  display: flex;
  justify-content: center;
  margin:10px;
  column-gap: 150px;
}
@media screen and (max-width: 1024px) {
  .line-subtitle {
    flex-direction: column-reverse;
  }

  .line-subtitle > div {
    display: flex;
    align-self: center;
    margin-top: 32px;
  }
  .line-subtitle > span {
    display: flex;
    align-self: end;
  }
}

.subtitle {
  max-width: 450px;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
}

.header-container {
  width: 1024px;
}


.dark-button {
  cursor: pointer;
  display: flex;
  padding: 16px 24px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 99px;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--dark);
  color: var(--white);
  border: unset;
}

.light-button {
  display: flex;
  padding: 16px 24px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 99px;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--white);
  color: var(--dark);
  border: unset;
}

@media screen and (max-width: 1024px) {
  .top-header>.dark-button,.top-header>.light-button {
    font-size: 14px;
    padding: 8px 12px;
  }

}

button {
}

button:focus {
  outline: revert;
}



.top-title {
  color: var(--dark);
  font-family: Sora;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px; /* 53.333% */
  letter-spacing: -4.5px;
}

@media screen and (max-width: 700px) {
  .top-title {
    font-size: 50px;
    line-height: 50px;
  }
}

section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

section > div {
  width: 1024px;
  padding: 10px;
}

.illustration-board {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .illustration-board {
    flex-wrap: nowrap;
    overflow: scroll;
    gap: 20px;
  }
  /*.illustration-board {*/
  /*  display: flex;*/
  /*  flex-direction: column-reverse;*/
  /*  align-items: center;*/
  /*  margin-top: 20px;*/
  /*}*/

  /*.illustration-board > .img-illustration {*/
  /*  width: 100%;*/
  /*  max-width: 350px;*/
  /*}*/
  /*.img-illustration:nth-child(1) {*/
  /*  margin-top: -100px;*/
  /*}*/
  /*.img-illustration:nth-child(2) {*/
  /*  margin-top: -290px;*/
  /*}*/

}

.img-illustration {
  height: 310px;
}

h3 {
  all: unset;
  color: var(--grey, #8B8D93);
  text-align: center;
  /* Title Small */
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

h2 {
  all: unset;
  color: var(--dark, #1D252C);
  text-align: center;
  font-family: Sora;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
  h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

.margin-section {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .margin-section {
    margin-top: 50px;
  }
}

.section-title {
  display: flex;
  flex-direction: column;
}

.list-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.button-feature {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;

  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid #D1D5DB;
  background-color: #FFFFFF;

  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
  cursor: pointer;

  transition:
    border-color 150ms ease-out,
    box-shadow 150ms ease-out,
    transform 150ms ease-out,
    background-color 150ms ease-out;
}

/* Bloc texte interne */
.button-feature > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Titre (premier span) */
.button-feature > div span:first-child {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #111827;
}

/* Sous-texte */
.button-sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6B7280;
}

/* Icône à droite */
.button-feature img {
  width: 16px;
  height: 16px;
  padding: 6px;
  border-radius: 999px;
  background-color: #EEF2FF;
  flex-shrink: 0;
  margin-top: 2px; /* léger alignement optique */
}

/* Hover */
.button-feature:hover {
  border-color: #8B5CF6;              /* violet JustUp */
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

/* Focus clavier */
.button-feature:focus-visible {
  outline: 2px solid #8B5CF6;
  outline-offset: 2px;
}

/* État sélectionné (le premier a déjà .active) */
.button-feature.active {
  border-color: #8B5CF6;
  background-color: #F5F3FF;
}


.button-sub {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding-left: 24px;
}

.cursor-pointer {
  cursor: pointer;
}



@media screen and (max-width: 1024px) {
  .list-features {
    flex-direction: column;
  }
  .feature-image-container {
    display: none!important;
  }
}

.radius-12 {
  border-radius: 12px;
}

.features-selector {
  margin-top:32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.menu-features {
  width: 520px;
  display: flex;
  flex-direction: column;
  gap:20px;
  align-items: center;
}

.menu-features > .button-feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#feature-image-large {
  width: auto;
  height: auto;
  max-height: 440px;
  max-width: 500px;
}

.feature-image-container {
  width: 440px;
  height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-feature span {
  text-align: start;
}

.button-feature.active span {
  color: var(--secondary);
}

.button-feature.select-button img {
  visibility: hidden;
}

.button-feature.active img {
  visibility: visible;
}

.feature-image {
  display: none;
}

@media screen and (max-width: 1024px) {
  #feature-image-large {
    display: none;
  }

  .menu-features {
    width: 100%;
  }

  @keyframes fadeIn {
    from { opacity: 0; height: 0; }
    to { opacity: 1; height: auto; }
  }

  .feature-image {
    display: block;
    max-width: 100%;
    animation: fadeIn 0.5s ease-out;
  }
}

.section-menu-features {
  z-index: 100;
}

.middle-img-bg {
  width: 100%;
  background-position: bottom left;
  background-image: url("img/middle-wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.middle-img-bg > .apropos {
  margin-top: 300px;
}

.apropos {
  display: flex;
  width: 100%;
  max-width: 1024px;
  padding: 24px;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 20px;
  background: var(--dark, #1D252C);
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 10px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}
@media screen and (max-width: 1024px) {
  .apropos {
    font-size: 14px;
    flex-direction: column;
    gap: 10px;
  }
}

.apropos > img {
  width: 128px;
  height: 68px;
}

.apropos > div {
  max-width: 690px;
  align-self: center;
  color: var(--white);
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.color-white {
  color: var(--white);
}

.section-service {
}

.margin-service {
  margin-top: -550px;
}


/* Bloc principal à gauche */
.card-phone {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #D6FFF3 0%, #B2FFE7 100%);
  border: 1px solid #A5F3D5;

  display: flex;
  flex-direction: column;

  font-family: "Sora", system-ui, sans-serif;
  color: #111827;
  gap: 12px;
}

/* Ligne 1 : petit titre */
.card-phone > span:first-child {
  font-size: 14px;
  font-weight: 600;
}

/* Ligne 2 : gros titre impactant */
.card-phone > span:nth-child(2) {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

/* Image dans la card */
.card-image {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.card-image > img {
  width: 260px;
  max-width: 100%;
}

/* Cartes services à droite */
.semi-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 22px;
  gap: 8px;
  border-radius: 20px;

  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);

  font-family: "Sora", system-ui, sans-serif;
}

/* Titre de la carte */
.semi-card > span:first-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #111827;
}

/* Texte de la carte */
.semi-card > span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6B7280;
}


@media screen and (max-width: 1024px) {
  .card-phone {
    padding: 12px 12px 0 12px;
  }
  .card-solution {
    flex-direction: column;
  }

  .semi-card {
    font-size: 12px;
    padding: 12px;
  }

  .semi-cards {
    gap: 10px;
    flex-direction: column;
  }
}

.card-item {
  min-height: 270px;
  padding: 24px 24px 28px;
  border-radius: 24px;
  background: #5BFFA9;            /* ou un vert un peu adouci si tu veux */
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);

  display: flex;
  flex-direction: column;
  gap: 20px;

  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #042F1A;
}

.card-item-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* conteneur de la liste */
.card-item-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* chaque ligne */
.card-item-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #041316;
}

/* petit bullet rond, discret mais plus pro que de simples puces */
.card-item-text::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #041316;
  opacity: 0.7;
  margin-right: 8px;
  transform: translateY(-2px);
}


.card-item-text-medium {
  font-family: Sora;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.card-items-1,.card-items-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}


.image-wh-item {
  background-position: bottom;
  background-image: url("img/warehouse.png");
  background-size: cover;
  flex-basis: 65%;
  min-width: 60%;
  color: var(--white);
}

@media screen and (max-width: 1024px) {
  .card-items-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
  }

  .image-wh-item {
    flex-grow: 1;
    flex-basis: auto;
  }

  .card-items-1>.card-item:nth-child(2) {
    flex-grow: 1;
    flex-basis: auto;
    height: unset;
    min-height: 250px;
  }
}


.section-p > .margin-section {
  margin-top: 32px;
}


.cards-p {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .cards-p {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .card-p {
    align-self: center!important;
    width: 100%;
    box-sizing: border-box;
  }
}

.card-p {
  max-width: 450px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 24px;
  background: var(--white);
  color: var(--dark);
  font-family: Sora;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.cards-p>.card-p:nth-child(3) {
  background: var(--dark);
  color: var(--white);
}

.card-p-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.text-p-1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -3px;
}
.text-p-2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.text-p-3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.text-p-4 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}


.button-p {
  width: 100%;
  display: flex;
  padding-top: 12px;
}

.button-p > button {
  display: block;
  flex-grow: 1;
}

footer {
  position: relative;
  height: 350px;
  width: 100%;
  background-position: calc(100%  + 10px) bottom;
  background-image: url("img/footer-wave.svg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  footer {
    margin-top: 50px;
  }
}

.footer-logo-group {
  display: flex;
  width: 220px;
  height: 70px;
  position: absolute;
  bottom: 170px;
  right: 85px;
}

.footer-logo-group {
}

#footer-logo{
  height: 35px;
  align-self: center;
  margin-left: 30px;
}

#footer-arrow {
  cursor: pointer;
}

.dialog-content {
  background-color: white;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;

  position: fixed; /* ou absolute */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.dialog-content h2 {
  margin-top: 0;
}

.dialog-visible {
  display: block;
}

.dialog-hidden {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #424242;
  opacity: 0.5;
  z-index: 999;
}

#closeDialog {
  background: none;
  border: none;
  cursor: pointer;
}
#closeDialog > img{
  width: 24px;
  height: 24px;
}
dialog::backdrop {
  background-color: #424242;
  opacity: 0.5;
}

form {
  display: flex;
  flex-direction: column;
}

.form-inputs {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  width: 100%;
}

.form-row>div {
  width: 100%;
  padding-right: 30px;
}

.form-inputs > .area-row {
  padding-right: 30px;
}

.form-inputs > .button-row {
  width: 100%;
}

.button-row > button {
  width: 100%;
  display: block;
}


.contact-form {
  display: none;
}

@media screen and (max-width: 1024px) {
  .form-row {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inputs:nth-child(1) {
    padding-right: 20px;
  }
  .form-inputs:nth-child(2) {
    padding-right: 0;
  }
  .form-inputs:nth-child(3) {
  }

  .form-inputs > .area-row {
    padding-right: 20px;
  }

  .dialog-content {
    padding: 16px;
    width: calc(100% - 100px);
  }
  input {
    margin-bottom: 10px;
  }
  .contact-us>h2 {
    font-size: 26px;
    line-height: 26px;
  }
}


input {
  all: unset;
}

input::placeholder, textarea::placeholder {
  opacity: 0.9;
  font-weight: 400;
}

span{
  font-family: Sora;
}

input,textarea {
  text-align: left;
  font-family: Sora;
  width: 100%;
  padding: 6px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  input,textarea {
    margin-bottom: 5px;
  }
}

.form-inputs > button {
  width: 100%;
  text-align: center;
  display: block;
}

.contact-us {
  margin-bottom: 32px;
}

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


.more-card {
  padding: 32px;
  /*background-color: var(--secondary);*/
  border-radius: 20px;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #e3e7ee;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  background: var(--white);
}

.title-1 {
  font-size: 20px;
  font-weight: 700;
}

.subtitle-1 {
  font-size: 16px;
  font-weight: 400;
}

.font-grey {
  color: var(--grey);
}

.font-dark {
  color: var(--dark);
}

.last-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.last-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.last-title {
  font-family: Sora;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark);
}

.last-subtitle {
  font-family: Sora;
  font-size: 18px;
  font-weight: 400;
  color: var(--grey);
  line-height: 1.4;
}

.last-card {
  flex: 1;
  background: var(--primary);
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.last-card-title {
  font-family: Sora;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
  opacity: 0.7;
}

.last-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: Sora;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  padding-left: 20px;
}

.last-list li {
  line-height: 1.4;
}

.hero-video {
  box-sizing: border-box;
  min-height: 50vh;                /* prend la moitié de la hauteur de l'écran */
  display: flex;
  align-items: center;         /* centre verticalement la vidéo */
  justify-content: center;     /* centre horizontalement la vidéo */
  padding: 12px;
}

.hero-video__container {
  width: 100%;
  max-width: 900px;            /* limite la largeur pour rester “centré dans la page” */
}

.hero-video__container video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 24px;         /* arrondi pour matcher ton design */
  object-fit: cover;           /* remplit la zone sans déformer */
}

.img-fix {
  margin-top: -14px;
  margin-right: -24px;
  height: 338px;
}

.border-secondary {
  border: 1px solid var(--secondary);
}

.contact-infos {
  display: flex;
  width: 300px;
  height: 70px;
  position: absolute;
  bottom: 70px;
  right: 85px;
}

.contact-title {
  font-weight: 400;
}

.contact-info {
  font-weight: 700;
}

.w100 {
  width: 100%;
}

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

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

.privacy {
  color: var(--dark);
  font-size: 12px;
}
