/* ==========================================================================
   1. VARIABLES & FONTS
   ========================================================================== */
:root {
  --p-coloc: #000000;
  --s-coloc: #ffffff;
  --t-coloc: #4e4e4e;
  --q-coloc: #888888;
  --background: #000000;
  --mint-accent: #b3efb2;
  --mint-accent-hover: #b3efb2;
  --border-raduis: 15px;
  --police-class: font-family: 'sanshiroblack';
}

/* Base Styles */
html,
body {
  background-color: var(--p-coloc);
}

/* Links */
/* Links & Accessibility */
a {
  color: hsla(var(--primary), 1);
  font-size: var(--paragraph);
  text-decoration: none;
  outline: none;
}


/* Custom Fonts */
@font-face {
  font-family: 'sanshiroblack';
  src: url('/police/Sanshiro/sanshiro-black-webfont.woff2') format('woff2'),
    url('/police/Sanshiro/sanshiro-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.quattrocento-bold {
  font-family: "Quattrocento", serif;
  font-weight: 700;
  font-style: normal;
}

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* --- HEADINGS --- */
h2,
h3 {
  color: var(--s-coloc);
  margin-left: 4%;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 4%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stack-info h3 {
  font-size: 14px;
  color: var(--mint-accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 2px 0 8px 0;
  /* Espacement équilibré */
  font-weight: 700;
  text-shadow: 0 0 10px rgba(179, 239, 178, 0.4);
  /* Effet technologique */
}


@media (min-width:900px) {
  .last-bloc-bulle-h3 {
    color: var(--s-coloc);
    margin-left: 4%;
    font-size: 40px;
    font-weight: 900px;
    margin-bottom: 4%;
    margin-top: 20rem;
    border-left: 4px solid var(--mint-accent);
    padding-left: 20px;
  }
}

@media (max-width:900px) {
  .last-bloc-bulle-h3 {
    color: var(--s-coloc);
    margin-left: 4%;
    font-size: 40px;
    font-weight: 900px;
    margin-bottom: 4%;
    margin-top: 4rem;
    border-left: 4px solid var(--mint-accent);
    padding-left: 15px;
  }
}

/* ==========================================================================
   2. NAVIGATION ELEMENTS
   ========================================================================== */
.logo {
  height: 100px;
}

.fa-arrow-right-long {
  color: #ffffff;
  font-size: 1.6rem;
}

.wrapper .btn {
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.cancel_btn {
  position: absolute;
  top: 10px;
  left: 37px;
  font-style: normal;
  font-size: 30px;
}

.wrapper input {
  display: none;
}
















/* mobile (samsung) */
/* ==========================================================================
   3. RESPONSIVE NAVIGATION (MOBILE FIRST)
   ========================================================================== */
@media (min-width: 200px) {

  html {
    overflow-x: hidden;
    /* Prevents horizontal scroll without breaking position:sticky */
  }

  body {
    /* overflow-x must remain unset/visible on body for position:sticky to work */
    overflow-x: clip;
    /* 'clip' blocks overflow WITHOUT creating a scroll context */
  }

  nav {
    position: fixed;
    width: 80%;
    border-radius: var(--border-raduis);
    margin-left: 10%;
    margin-top: 1%;
    z-index: 999;
    line-height: 70px;
    backdrop-filter: blur(8px);
  }

  .logo {
    height: 100px;
  }

  .nav-fond {
    position: fixed;
    width: auto;
    height: 100px;
    margin-left: 0%;
    margin-top: 1%;
    z-index: 5;
    line-height: 65px;
    border-radius: var(--border-raduis);
    background-color: #000000ab;
  }

  /* --- PRESENTATION SECTION --- */
  .bloc-presentation {
    height: auto;
    width: auto;
    padding: 7px;
  }

  .presentation {
    position: relative;
    height: auto;
    width: 100%;
    display: inline-block;
    background-size: cover;
  }

  .btn-my-profil {
    position: relative;
    height: 300px;
    width: 100%;
    display: inline-block;
    background-size: cover;
  }

  /* --- REALIZATIONS (BULLES) - BETTER COMPACT MOBILE STACK --- */
  .bulle {
    height: 240px;
    width: 88%;
    max-width: 400px;
    /* More focused size */
    border-radius: 20px;
    position: relative;
    margin: 15px auto;
    display: block;
    background-size: cover;
    background-position: center top;
    /* Show icons/mockups first */
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;
    left: 0;
  }

  .bulle-astro {
    height: 240px;
    width: 88%;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    margin: 15px auto;
    display: block;
    background-size: cover;
    background-position: center top;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;
    background-image: url(/PROJET/Astro/V_6/img/iPhone-14-390x844-home.png);
    left: 0;
  }

  .bulle-astro h3 {
    transform: translate(10%, 70%);
    font-size: 40px;
    color: black;
    position: absolute;
    text-shadow: 1px 1px 20px #ffffff, 0 0 1em #ffffff, 0 0 0.2em #ffffff;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .toggle {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 10%;
    left: 10%;
    z-index: 10;
  }

  .toggle .button {
    /* box-shadow: rgba(255, 255, 255, 0.15) 0px 48px 100px 0px; */
    border: 2px solid #232323;
    border-radius: var(--border-raduis);
    position: absolute;
    height: 200px;
    width: 200px;
  }

  /* --- PRESENTATION TITLES & TEXT --- */
  .titreS {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 2rem;
    text-transform: uppercase;
    padding: 2rem;
  }

  .barS {
    background-color: #ffffff;
    width: 2rem;
    height: 0.1rem;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: -3rem;
    margin-left: 1rem;
  }

  .text {
    color: #fff;
    font-size: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 8%;
    text-align: left;
    height: auto;
  }

  .text p {
    max-width: 100%;
    width: auto;
    word-wrap: break-word;
    font-size: 20px;
  }

  .btn-presentation {
    height: auto;
    width: auto;
  }

  .button-prensentation {
    background-color: #ffffff00;
    color: var(--s-coloc);
    width: 9.4em;
    height: 2.9em;
    font-size: 1.3rem;
    margin: 0%;
    margin-top: 7%;
    display: inline-block;
    border: 2px solid #232323;
    border-radius: var(--border-raduis);
  }

  .bulle.active .overlay {
    opacity: 1;
  }

  .head,
  .price,
  .cart {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease-in-out;
  }

  .bulle.active .head,
  .bulle.active .price,
  .bulle.active .cart {
    opacity: 1;
    transform: translateY(0);
  }

  /* Style des items */
  .items {
    padding-left: 20px;
    letter-spacing: 3px;
    height: 20px;

  }

  .head {
    font-size: 20px;
    line-height: 40px;
    height: 50px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
  }

  .head hr,
  .price hr {
    display: block;
    width: 0;
    border: none;
    border-bottom: solid 4px var(--s-coloc);
    position: absolute;
    bottom: 0px;
    left: 20px;
    transition: width 0.5s ease-in-out;
  }

  /* Effet de l'animation du hr */
  .bulle.active .head hr,
  .bulle.active .price hr {
    width: 75px;
  }

  /* Style du prix */
  .price {
    font-size: 10px;
    margin-top: 10px;
  }

  /* Style du bouton "EN SAVOIR PLUS" */
  .cart {
    font-size: 10px;
    margin-top: 20px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
  }

  .cart {
    font-size: 10px;
    margin-top: 20px;
    opacity: 0;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    transform: translateY(40px);
    transition: all 0.7s;

    span {
      margin-left: 10px;
    }
  }

  .only-mobile-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .stacking-projects {
    display: none;
    /* Hide by default */
  }

  /* MEDIA QUERIES FOR VISIBILITY */
  @media (max-width: 1023px) {
    .stacking-projects {
      display: none !important;
    }

    .bloc-bulle {
      display: flex;
    }
  }

  @media (min-width: 1024px) {
    .only-mobile-flex {
      display: none !important;
    }

    .stacking-projects {
      display: block;
      margin-top: 100px;
      padding-bottom: 200px;
    }
  }

  /* ==========================================================================
     HERO PRESENTATION (Bruno Simon Style)
     ========================================================================== */
  .bloc-presentation {
    padding: 100px 5%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-family: 'Inter', 'Outfit', sans-serif;
  }

  /* Hey tagline */
  .hero-tagline {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* Big Giant Name */
  .hero-name {
    font-size: clamp(44px, 10vw, 180px);
    font-weight: 850;
    line-height: 0.9;
    color: #b3efb2;
    /* Mint green */
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
    pointer-events: none;
    letter-spacing: -2px;
  }

  .hero-name {
    font-size: clamp(44px, 10vw, 180px);
    font-weight: 850;
    line-height: 0.9;
    color: #b3efb2;
    /* Mint green */
    text-transform: uppercase;
    margin-bottom: 22px;
    z-index: 1;
    pointer-events: none;
    letter-spacing: -2px;
  }

  /* Central Portrait + Glow */
  .hero-image-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: -50px auto 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-glow {
    position: absolute;
    width: 200%;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(179, 239, 178, 0.15) 0%, transparent 60%);
    z-index: -1;
    filter: blur(60px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-portrait {
    width: 100%;
    filter: grayscale(1);
    transition: filter 0.8s ease, transform 0.5s ease;
    /* BUSTE EFFECT: Fades the bottom of the image into the background */
    -webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 95%);
    mask-image: linear-gradient(to bottom, black 65%, transparent 95%);
    transform-origin: bottom center;
  }

  .hero-portrait:hover {
    filter: grayscale(0);
    transform: scale(1.02);
  }

  @supports (view-timeline: --works) {
    .bloc-presentation {
      view-timeline: --hero-scroll block;
    }

    /* 1. PORTRAIT ENTRANCE */
    .hero-portrait {
      opacity: 0;
      animation: hero-portrait-reveal linear both;
      animation-timeline: --hero-scroll;
      animation-range: entry 0% entry 40%;
    }

    /* 2. THE NAME NARRATIVE: Handles Start, Visible, and End in one flow */
    .hero-name {
      animation: hero-name-story linear both;
      animation-timeline: --hero-scroll;
      animation-range: cover;
      /* Complete lifecycle */
    }

    /* 3. SECONDARY INFO: Appears mid-way */
    .hero-reveal-info {
      position: absolute;
      top: 15vh;
      /* Relative to section height on desktop */
      right: -250px;
      /* Pushed out of the way on desktop from centered container */
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 0;
      opacity: 0;
      animation: hero-fade-in linear both;
      animation-timeline: --hero-scroll;
      animation-range: entry 70% entry 100%;
    }

    /* 4. EXIT FADE OUT: Elements that don't need entry reveal */
    .hero-image-container,
    .hero-side-text,
    .hero-bottom {
      animation: hero-fade-out linear both;
      animation-timeline: --hero-scroll;
      animation-range: exit 0% exit 80%;
    }

    .reveal-badge {
      background: rgba(179, 239, 178, 0.1);
      color: #b3efb2;
      border: 1px solid rgba(179, 239, 178, 0.3);
      padding: 6px 12px;
      border-radius: 4px;
      font-size: 13px;
      font-family: monospace;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
  }

  /* UNIFIED NARRATIVE FOR THE BIG NAME: Entrance from the left */
  @keyframes hero-name-story {
    0% {
      opacity: 0;
      transform: translateX(-300px);
      filter: blur(10px);
    }

    /* Enter from LEFT */
    20% {
      opacity: 1;
      transform: translateX(0);
      filter: blur(0);
    }

    /* Set in place */
    85% {
      opacity: 1;
      transform: translateX(0);
      filter: blur(0);
    }

    /* Keep Visible */
    100% {
      opacity: 0;
      transform: translateY(-100px);
    }

    /* Exit upwards */
  }

  @keyframes hero-portrait-reveal {
    from {
      opacity: 0;
      transform: translateY(40px) scale(0.95);
    }

    to {
      opacity: 1;
      transform: translateY(0) scale(1.02);
    }
  }

  @keyframes hero-fade-out {
    to {
      opacity: 0;
      transform: translateY(-80px);
    }
  }

  @keyframes hero-fade-in {
    to {
      opacity: 1;
      transform: translateY(0);
    }

    from {
      opacity: 0;
      transform: translateY(20px);
    }
  }

  /* Bottom Metadata Bar */
  .hero-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 50px;
    z-index: 10;
  }

  .hero-contact {
    font-family: monospace;
    font-size: 14px;
    line-height: 1.8;
  }

  .hero-contact a {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s;
  }

  .hero-contact a:hover {
    opacity: 1;
  }

  .hero-socials {
    display: flex;
    gap: 20px;
    font-family: monospace;
    font-size: 14px;
  }

  .hero-socials a {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    transition: transform 0.3s, opacity 0.3s;
  }

  .hero-socials a:hover {
    opacity: 1;
    transform: translateY(-5px);
  }

  /* Description on the side */
  .hero-side-text {
    position: absolute;
    right: 5%;
    bottom: 250px;
    max-width: 320px;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.8;
    text-align: right;
    z-index: 10;
  }

  /* Scroll indicator */
  .hero-scroll {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: rotate(90deg);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    opacity: 0.5;
  }

  .hero-scroll::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin-left: 10px;
  }

  @media (max-width: 900px) {
    .hero-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 30px;
    }

    .hero-side-text {
      position: static;
      text-align: left;
      margin-top: 30px;
    }

    .hero-reveal-info {
      position: relative;
      left: 8% !important;
      right: auto !important;
      top: 0vh !important;
      flex-direction: column !important;
      align-items: flex-start;
      gap: 12px !important;
      width: auto !important;
      opacity: 1 !important;
      animation: none !important;
    }

    .hero-scroll {
      display: none;
    }
  }

  /* Correct Desktop Hero Layout (Integrated below) */

  /* STACKING CARDS STYLES (DESKTOP) */
  .stack-container {
    max-width: 95vw;
    margin: 0 auto;
    position: relative;
  }

  .stack-card {
    position: sticky;
    top: 30px;
    /* Base — overridden by nth-child below */
    height: 85vh;
    background: #000;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 40px;
    margin-bottom: 20px;
    /* KEY: small gap so next card quickly overlaps */
    display: flex;
    flex-direction: row;
    overflow: hidden;
    box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.9);
    color: #fff;
    transition: transform 0.4s ease;
  }

  /* LEFT SIDE: INFO & SMALL IMAGES */
  .stack-left {
    flex: 3;
    /* 30% */
    display: flex;
    flex-direction: column;
    padding: 40px;
    /* Reduced from 60px for narrower space */
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
  }

  .stack-card-header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
  }

  .stack-number {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
    color: rgba(179, 239, 178, 0.2);
    /* MINT TOUCH for numbering */
    /* Subtle giant number */
  }

  .stack-info h4 {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }

  .stack-info h2 {
    font-size: 48px;
    margin: 0;
    font-weight: 800;
    letter-spacing: -1px;
  }

  .stack-description {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.7;
    margin-bottom: 40px;
    max-width: 90%;
  }

  .stack-small-images {
    display: grid;
    grid-template-areas:
      "s1 tall"
      "s2 tall";
    grid-template-columns: 1fr 1fr;
    /* 50/50 precisely */
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
    height: 315px;
    width: 100%;
  }

  .stack-img-s1 {
    grid-area: s1;
  }

  .stack-img-s2 {
    grid-area: s2;
  }

  .stack-img-tall-grid {
    grid-area: tall;
  }

  .stack-img-s1,
  .stack-img-s2,
  .stack-img-s3,
  .stack-img-s4,
  .stack-img-tall-grid {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    /* KEY for z-index on hover */
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .stack-img-s1:hover,
  .stack-img-s2:hover,
  .stack-img-s3:hover,
  .stack-img-s4:hover,
  .stack-img-tall-grid:hover {
    transform: scale(1.08);
    /* Sophisticated slight zoom */
    z-index: 10 !important;
    /* Bring to front */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* PALETTE POPUP LOGIC */
  .palette-container {
    position: relative;
    display: inline-block;
  }

  .palette-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .palette-btn:hover {
    background: #fff;
    color: #000;
  }

  .palette-popup {
    position: absolute;
    bottom: calc(100% + 15px);
    left: 0;
    width: 350px;
    background: rgba(20, 20, 20, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 100;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  }

  .palette-container:hover .palette-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .palette-popup img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .stack-footer-btns {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: auto;
  }

  .btn-live-big {
    background: #fff;
    color: #000;
    padding: 18px 45px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
  }

  .btn-live-big:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
  }

  /* RIGHT SIDE: MAIN IMAGE (70%) */
  .stack-right {
    flex: 7;
    /* 70% */
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }

  .stack-img-main {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.05);
  }

  /* Staggered top offsets — 20px per card = intercalaire (tabs) effect */
  .stack-card:nth-child(1) {
    z-index: 1;
    top: 30px;
  }

  .stack-card:nth-child(2) {
    z-index: 2;
    top: 50px;
  }

  .stack-card:nth-child(3) {
    z-index: 3;
    top: 70px;
  }

  .stack-card:nth-child(4) {
    z-index: 4;
    top: 90px;
  }

  .stack-card:nth-child(5) {
    z-index: 5;
    top: 110px;
  }

  .stack-card:nth-child(6) {
    z-index: 6;
    top: 130px;
  }

  /* === PETIT LAPTOP (1024px – 1380px) : évite l'écrasement des images === */
  @media (min-width: 1024px) and (max-width: 1380px) {
    .stack-card {
      height: auto;
      min-height: 70vh;
    }

    .stack-left {
      padding: 25px 20px;
    }

    .stack-number {
      font-size: 60px;
    }

    .stack-info h2 {
      font-size: 30px;
    }

    .stack-info h3 {
      font-size: 11px;
    }

    .stack-info h4 {
      font-size: 10px;
    }

    .stack-description {
      font-size: 13px;
      margin-bottom: 20px;
    }

    .stack-small-images {
      height: 200px;
      gap: 8px;
      margin-bottom: 16px;
    }

    .btn-live-big {
      padding: 12px 28px;
      font-size: 11px;
    }

    .palette-btn {
      padding: 10px 18px;
      font-size: 13px;
    }

    .stack-right {
      padding: 20px;
    }
  }

  .bloc-contacte {

    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--p-coloc);
    margin-top: 10%;
  }

  form {
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    border-radius: var(--border-raduis);
  }

  .formulaire {
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 90%;
    margin: 5%;
    display: inline-block;
    font-weight: bold;
    transition: transform .5s;
  }

  .formulaire:hover {
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05);
  }

  .prix {
    height: 100%;
    width: 90%;
    margin: 5%;
    background-color: var(--p-color);
    display: inline-block;
    align-items: center;
    justify-content: center;
    z-index: 5px;
  }

  .choix {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0px 0px 17px 5px var(--t-color);
    transition: transform .5s;


    .price-details .prices::after {
      content: "/le site";
      right: -60px;
      max-width: 90px;
      height: auto;
      bottom: 40px;
      font-size: 20px;
    }






  }


  @media (min-width: 1380px) {
    @supports (view-timeline: --works) {
      .hero-reveal-info {
        position: absolute;
        top: 14vh;
        right: 880px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        z-index: 100;
        opacity: 1;
        animation: hero-fade-in linear both;
        animation-timeline: --hero-scroll;
        animation-range: entry 70% entry 100%;
      }
    }
  }

  @media (min-width: 500px) and (max-width: 1380px) {
    @supports (view-timeline: --works) {
      .hero-reveal-info {
        position: absolute;
        top: 18.1vh;
        right: 525px;
        display: flex;
        flex-direction: column;
        gap: 3px;
        z-index: 100;
        opacity: 1;
        animation: hero-fade-in linear both;
        animation-timeline: --hero-scroll;
        animation-range: entry 70% entry 100%;
      }
    }
  }








  /* --- INFINITE MARQUEE CREATIONS (STYLE 2) --- */
  .creations-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
    background: #000;
    position: relative;
  }


  /* ============================================================
   PREMIUM CONTACT FORM - CINEMATIC RE-DESIGN
   ============================================================ */

  .contact-form-section {
    padding: 120px 5%;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  /* Subtle Glowing Background */
  .contact-form-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(179, 239, 178, 0.08) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
  }

  .contact-form-section h3 {
    font-family: 'sanshiroblack', sans-serif;
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 70px;
    margin-left: 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .contact-container {
    width: 100%;
    max-width: 900px;
    background: rgba(18, 18, 18, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(179, 239, 178, 0.15);
    border-radius: 40px;
    padding: 20px;
    box-shadow:
      0 40px 100px rgba(0, 0, 0, 0.8),
      0 0 100px rgba(179, 239, 178, 0.05) inset;
    position: relative;
    z-index: 1;
  }

  .contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background-color: none;
  }

  .form-group {
    position: relative;
  }

  .form-group.full-width {
    grid-column: span 2;
  }

  .form-group label {
    display: block;
    font-size: 0.75rem;
    color: #b3efb2;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    opacity: 0.8;
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px 25px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-sizing: border-box;
  }

  .form-group input::placeholder,
  .form-group textarea::placeholder {
    color: #555;
  }

  .form-group input:focus,
  .form-group textarea:focus {
    background: rgba(179, 239, 178, 0.03);
    border-color: #b3efb2;
    box-shadow:
      0 0 30px rgba(179, 239, 178, 0.1),
      0 0 0 1px #b3efb2;
  }

  .form-group textarea {
    min-height: 200px;
    resize: none;
  }

  .btn-submit-form {
    grid-column: span 2;
    background: #b3efb2;
    color: #000;
    border: none;
    border-radius: 20px;
    padding: 25px 50px;
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }

  .btn-submit-form:hover {
    background: #fff;
    transform: translateY(-8px) scale(1.02);
    box-shadow:
      0 20px 40px rgba(179, 239, 178, 0.4),
      0 0 80px rgba(255, 255, 255, 0.1);
  }

  .btn-submit-form i {
    font-size: 1.4rem;
    transition: transform 0.5s ease;
  }

  .btn-submit-form:hover i {
    transform: translate(10px, -10px) rotate(-15deg);
  }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .contact-container {
      padding: 20px 0px;
    }

    .contact-form-section h3 {
      font-size: 2.5rem;
    }
  }

  @media (max-width: 768px) {
    .contact-form {
      grid-template-columns: 1fr;
    }

    .form-group.full-width {
      grid-column: span 1;
    }

    .btn-submit-form {
      grid-column: span 1;
      padding: 20px 20px;
    }
  }



  .photo-site-exemple {

    width: 100%;
    height: auto;
    border-radius: var(--border-raduis);
  }

  .photo-site-exemple .img {
    object-fit: cover;
    height: 300px;
    width: 100%;
    border-radius: var(--border-raduis);
  }


  /**********************************
          Bouton Orther
*********************************** */



  /* From Uiverse.io by Peary74 */
  .button-orther {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    gap: 15px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(179, 239, 178, 0.2);
    border-radius: 100px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    width: fit-content;
    height: auto;
    margin: 60px auto;
  }

  .button-orther span {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    display: inline-block;
  }

  .button-orther .svg-wrapper-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .button-orther svg {
    width: 20px;
    height: 20px;
    stroke: var(--mint-accent);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .button-orther:hover {
    background: rgba(179, 239, 178, 0.1);
    border-color: var(--mint-accent);
    box-shadow: 0 0 30px rgba(179, 239, 178, 0.2);
    transform: translateY(-3px);
  }

  .button-orther:hover svg {
    transform: translateX(5px) scale(1.1);
    stroke: #fff;
  }

  .button-orther:active {
    transform: scale(0.95);
  }














}


@media (min-width: 700px) {
  .toggle {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 10%;
    left: 15%;
    z-index: 10;
  }

  .photo-site-exemple {
    width: 100%;
    height: auto;
    border-radius: var(--border-raduis);
  }

  .photo-site-exemple .img {
    object-fit: cover;
    height: 600px;
    width: 100%;
    border-radius: var(--border-raduis);
  }
}











/* Tablette (ipad) */
@media (min-width: 900px) {
  /*toute ce qui est au dessus */

  .wrapper .nav_links {
    display: flex;
  }

  nav {
    position: fixed;
    width: 90%;
    border-radius: var(--border-raduis);
    margin-left: 5%;
    margin-top: 1%;
    z-index: 999;
    height: auto;
    line-height: 65px;
    backdrop-filter: blur(8px);
  }

  .nav-fond {
    position: fixed;
    width: auto;
    height: 100px;
    margin-left: 0%;
    margin-top: 1%;
    z-index: 5;
    line-height: 65px;
    border-radius: var(--border-raduis);
    background-color: #000000ab;
  }

  .presentation {
    position: relative;
    height: 500px;
    padding-bottom: 20px;
    width: 100%;
    margin-left: 30%;
    position: relative;
    margin: auto;
    background-size: cover;
  }

  .btn-my-profil {
    position: relative;
    height: auto;
    width: 100%;
    padding: 10px;
    background-size: cover;
  }

  .bloc-presentation {
    height: auto;
    width: auto;

  }

  .toggle {
    position: relative;
    height: 400px;
    width: 400px;
    left: 35%;
    bottom: 70px;
    z-index: 10;
  }

  .toggle .button {
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    /* box-shadow: rgba(255, 255, 255, 0.15) 0px 48px 100px 0px; */
    border: 2px solid #232323;
    border-radius: var(--border-raduis);
    position: absolute;
    height: 400px;
    width: 400px;
  }

  .titreS {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    border: 0;
    padding: 2rem;
    margin-left: 15%;
    margin-top: 1%;
  }

  .barS {
    background-color: #fff;
    width: 6rem;
    height: 0.1rem;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    border: 0;
    margin-top: -4rem;
    margin-left: 7.5rem;
  }

  .text {
    color: #fff;
    font-size: 55px;
    margin-left: 10%;
    margin-top: 8%;
    height: auto;
    max-width: 100%;
  }

  .text p {
    max-width: 100%;
    width: auto;
    word-wrap: break-word;
    font-size: 25px;
  }

  .btn-presentation {
    height: auto;
    width: auto;
    margin-left: 6%;
  }

  .button-prensentation {
    background-color: #ffffff00;
    color: var(--s-coloc);
    width: 9.4em;
    height: 3.9em;
    margin: 3%;
    margin-top: 7%;
    display: inline-block;
    border: 2px solid #232323;
    border-radius: var(--border-raduis);
    text-align: center;
    transition: all 0.6s ease;
    font-size: 20px;
  }

  .bloc-bulle {
    text-align: center;
    width: 100%;
  }

  .bulle {
    height: 600px;
    width: 650px;
    border-radius: var(--border-raduis);
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    margin: 2%;
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    box-shadow: 3px 3px 50px -12px #ffffff00;
    border: 2px solid #232323;
    transition: transform 0.5s ease;
  }

  .bulle-astro {
    height: 600px;
    width: 650px;
    border-radius: var(--border-raduis);
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    margin: 2%;
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    box-shadow: 3px 3px 50px -12px #ffffff00;
    border: 2px solid #232323;
    transition: transform 0.5s ease;
  }

  .bulle-astro h3 {
    transform: translate(20%, 80%);
    font-size: 100px;
    color: black;
    position: absolute;
    text-shadow: 1px 1px 2px #fff,
      0 0 1em #fff,
      0 0 0.2em #fff;
  }

  /* Effet hover seulement sur desktop */
  @media (hover: hover) {
    .bulle:hover {
      transform: scale(1.10);
    }
  }

  /* Appliquer l'effet sur mobile après un clic */
  .bulle.active {
    transform: scale(1.10);
  }

  .overlay {
    width: 100%;
    height: 100%;
    border-radius: var(--border-raduis);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 1fr 2fr 1fr;
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.74);
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: all 0.5s;
  }

  .bulle.active .overlay {
    opacity: 1;
  }

  .head,
  .price,
  .cart {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease-in-out;
  }

  .bulle.active .head,
  .bulle.active .price,
  .bulle.active .cart {
    opacity: 1;
    transform: translateY(0);
  }


  /* ==========================================================================
     5. PHOTOSHOP GALLERY (SCROLLABLE BLOCS)
     ========================================================================== */
  .bloc-photoshop {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: auto;
    gap: 20px;
    padding: 40px 20px;
    margin-left: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    justify-content: flex-start;
  }

  /* Scrollbar Styles */
  .bloc-photoshop::-webkit-scrollbar {
    height: 8px;
  }

  .bloc-photoshop::-webkit-scrollbar-track {
    background: #1a1a1a;
    margin-left: 25%;
    margin-right: 25%;
    border-radius: 10px;
  }

  .bloc-photoshop::-webkit-scrollbar-thumb {
    background: #444444;
    border-radius: 10px;
  }

  .bloc-photoshop::-webkit-scrollbar-thumb:hover {
    background: #666666;
  }

  .bloc-photoshop .bloc {
    flex: 0 0 8%;
    border-radius: var(--border-raduis);
    transition: 0.5s ease-in-out;
    height: 500px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    scroll-snap-align: center;

    border-radius: var(--border-raduis);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: relative;

    &:nth-of-type(1) {
      background: url("/PROJET/PROJET_SIMPLE+/CODE DU SITE/IMAGE/01\ Free\ iPhone\ 15\ Pro\ On\ Rock\ Mockup.png") no-repeat 50% / cover;

    }

    &:nth-of-type(2) {
      background: url("/PROJET/PROJET_SIMPLE+/CODE DU SITE/IMAGE/Bus_Station_Citylight.png") no-repeat 50% / cover;

    }

    &:nth-of-type(3) {
      background: url("../img/02\ Free\ iPhone\ 15\ Pro\ On\ Rock\ Mockup.png") no-repeat 50% / cover;

    }

    &:nth-of-type(4) {
      background: url("../img/Cardboard_Boxes_Mockup_5-removebg-preview.png") no-repeat 50% / cover;

    }

    &:nth-of-type(5) {
      background: url("../img/Free_Billboard_Mockup_2.png") no-repeat 50% / cover;

    }

    &:nth-of-type(6) {
      background: url("../img/mockuuups-iphone-12-mockup-with-airpods.jpeg") no-repeat 50% / cover;

    }

    &:nth-of-type(7) {
      background: url("/PROJET/PROJET_SIMPLE+/CODE DU SITE/IMAGE/Free_Citylight_Poster_Mockup_1.png") no-repeat 50% / cover;

    }

    &:nth-of-type(8) {
      background: url("/PROJET/PROJET_SIMPLE+/CODE DU SITE/IMAGE/Bus_Station_Citylight\ 2.png") no-repeat 50% / cover;

    }

    &:nth-of-type(9) {
      background: url("/PROJET/PROJET_SIMPLE+/CODE DU SITE/IMAGE/Mockup.png") no-repeat 50% / cover;

    }

    &:nth-of-type(10) {
      background: url("../img/produits-vitrine3.png") no-repeat 50% / cover;

    }

    &:nth-of-type(11) {
      background: url("../img/sketch-1708445720554-modified\ \(1\).png") no-repeat 50% / cover;

    }




    &:hover {
      transform: scale(1.12) translateY(-10px);
      z-index: 100;
      box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 35px rgba(179, 239, 178, 0.35);
      border-color: var(--mint-accent);
    }

    &:hover .bloc-photoshop {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }






  /**********************************
          Bouton Orther
*********************************** */



  /* From Uiverse.io by Peary74 */
  /* Integrated high-end button style above */









}


@media (max-width: 1500px) {
  .btn-my-profil {
    display: flex !important;
    justify-content: center !important;
    /* Centre horizontalement */
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    padding: 60px 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  .btn-my-profil .container {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  .btn-my-profil .toggle {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 auto !important;
    /* Centre le bloc */
    z-index: 1 !important;
    width: 200px !important;
    /* Taille Mobile */
    height: 200px !important;
  }

  .btn-my-profil .toggle .button {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #333;
    border-radius: var(--border-raduis);
    overflow: hidden;
  }

  .btn-image-my {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    display: block !important;
    filter: grayscale(100%);
  }

  .toggle {
    position: relative;
    height: 400px;
    width: 400px;
    left: 35%;
    bottom: 0px;
    z-index: 10;
  }
}





/* PC (large screen) */
@media (min-width: 1500px) {
  .bloc-presentation {
    height: auto;
    width: 100%;
    display: inline-block;
  }

  .btn-my-profil {
    height: 500px;
    width: 500px;
    margin-left: 6%;
  }

  .presentation {
    position: absolute;
    /* display: inline-block; */
    height: 100%;
    /* padding-bottom: 20px; */
    width: 70%;
    /* margin-left: 40% */
  }

  nav {
    position: fixed;
    width: 50%;
    background: #00000080;
    border: 2px solid #232323;
    border-radius: var(--border-raduis);
    margin-left: 25%;
    margin-top: 1%;
    z-index: 999;
    height: auto;
    line-height: 65px;
    backdrop-filter: blur(8px);
  }

  nav .wrapper {
    position: relative;
    max-width: 1250px;
    padding: 0 30px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
  }

  .toggle {
    position: relative;
    height: 500px;
    width: 100%;
    left: 5%;
    z-index: 10;
  }

  .toggle .button {
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    /* box-shadow: rgba(255, 255, 255, 0.15) 0px 48px 100px 0px; */
    border: 2px solid #232323;
    border-radius: var(--border-raduis);
    position: absolute;
    height: 400px;
    width: 400px;
  }

  .text {
    color: #fff;
    font-size: 25px;
    margin-left: 9%;
    margin-top: 5%;
    height: auto;
    max-width: 80%;
  }

  .bloc-bulle {
    text-align: center;
    width: 100%;
  }

  .bulle {
    height: 600px;
    width: 650px;
    border-radius: var(--border-raduis);
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    margin: 1%;
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    box-shadow: 3px 3px 50px -12px #ffffff00;
    border: 2px solid #232323;
  }

  .bulle:hover,
  .bulle-astro:hover {
    transform: scale(1.10);
    transition: all 0.5s;
    box-shadow: 1px 3px 15px var(--background);
  }





  .bulle-astro {
    height: 600px;
    width: 1400px;
    border-radius: var(--border-raduis);
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    margin: 1%;
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    box-shadow: 3px 3px 50px -12px #ffffff00;
    border: 2px solid #232323;
    background-image: url(\PROJET/Astro/V_7/img/Astro-Tout-voir-sans-limites-05-06-2025_12_53_AM.png);
  }

  .expliquation {
    max-width: 50rem;
  }

  .bulle-astro h3 {
    transform: translate(25%, 200%);
    font-size: 100px;
    color: black;
    position: absolute;
    text-shadow: 1px 1px 2px #fff,
      0 0 1em #fff,
      0 0 0.2em #fff;
  }

  .bulle-astro:hover .overlay {
    opacity: 1;

    & .head {
      transform: translateY(0px);
    }

    & hr {
      width: 75px;
      transition-delay: 0.4s;
      background-color: var(--p-coloc);
    }

    & .price {
      transform: translateY(0px);
      transition-delay: 0.3s;
      opacity: 1;
    }


    & .cart {
      transform: translateY(0px);
      transition-delay: 0.6s;
      opacity: 1;
    }
  }







  .overlay {
    width: 100%;
    height: 100%;
    border-radius: var(--border-raduis);
    display: grid;
    text-align: left;
    grid-template-columns: 1fr;
    grid-template-rows: 0.8fr 1fr 2fr 1fr;
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.74);
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: all 0.5s;

    box-shadow: 1px 3px 15px var(--background);
    border: 1px solid var(--s-coloc);
  }

  .bulle:hover .overlay {
    opacity: 1;

    & .head {
      transform: translateY(0px);
    }


    & hr {
      width: 75px;
      transition-delay: 0.4s;
      background-color: var(--p-coloc);
    }

    & .price {
      transform: translateY(0px);
      transition-delay: 0.3s;
      opacity: 1;
    }

    & .cart {
      transform: translateY(0px);
      transition-delay: 0.6s;
      opacity: 1;
    }
  }














  .container {
    margin-top: 25%;
  }









  .items {
    margin: 1rem auto 1rem auto;
    padding-left: 20px;
    height: auto;
    width: 100%;
    letter-spacing: 3px;
  }

  .head {
    font-size: 30px;
    line-height: 40px;
    height: 50px;
    font-weight: bold;
    transform: translateY(40px);
    transition: all 0.7s;
    opacity: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  t hr {
    display: block;
    width: 0;
    border: none;
    border-bottom: solid 4px var(--s-coloc);
    position: absolute;
    bottom: 0px;
    left: 20px;
    transition: all .5s;
  }
}

.price {
  font-size: 18px;
  top: 0px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s;
  margin: 3rem auto 3rem auto;

  hr {
    display: block;
    width: 0;
    border: none;
    border-bottom: solid 4px var(--s-coloc);
    position: absolute;
    bottom: -2rem;
    left: 20px;
    transition: all .5s;
  }
}

.cart {
  font-size: 12px;
  opacity: 0;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  transform: translateY(40px);
  transition: all 0.7s;

  span {
    margin-left: 10px;
  }
}

.carts {
  font-size: 22px;
  opacity: 0;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  transform: translateY(40px);
  transition: all 0.7s;
}


.bloc-contacte {
  position: relative;
  width: 100%;
  display: inline-flex;
  height: 100%;
  background-color: var(--p-coloc);
  margin-top: 10%;
}

.formulaire {
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 40%;
  margin: 5%;
  font-weight: bold;
  transition: transform .5s;
}

form {
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  border-radius: var(--border-raduis);
}

.prix {
  margin-top: 7.6%;
  margin-left: 10%;
  height: 600px;
  width: 20%;
  background-color: var(--p-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5px;
}





































/**********************************
          Galerie Photoshop
*********************************** */

.bloc-photoshop {
  width: 100%;
  display: flex;

  justify-content: center;
  gap: 10px;
}

.bloc-photoshop .bloc {
  border-radius: var(--border-raduis);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;

  &:nth-of-type(1) {
    background: url("../img/iPhone-15-Pro_Mockup.png") no-repeat 50% / cover;

  }

  &:nth-of-type(2) {
    background: url("../img/Bus_Station_Citylight.png") no-repeat 50% / cover;

  }

  &:nth-of-type(3) {
    background: url("../img/02\ Free\ iPhone\ 15\ Pro\ On\ Rock\ Mockup.png") no-repeat 50% / cover;

  }

  &:nth-of-type(4) {
    background: url("../img/Cardboard_Boxes_Mockup_5-removebg-preview.png") no-repeat 50% / cover;

  }

  &:nth-of-type(5) {
    background: url("../img/Free_Billboard_Mockup_2.png") no-repeat 50% / cover;

  }

  &:nth-of-type(6) {
    background: url("../img/App-Icon-Mockup.png") no-repeat 50% / cover;

  }

  &:nth-of-type(7) {
    background: url("../img/Free_Citylight_Poster_Mockup_1.png") no-repeat 50% / cover;

  }

  &:nth-of-type(8) {
    background: url("../img/Bus_Station_Citylight.png") no-repeat 50% / cover;

  }

  &:nth-of-type(9) {
    background: url("../img/Mockup.png") no-repeat 50% / cover;

  }

  &:nth-of-type(10) {
    background: url("../img/produits-vitrine3.png") no-repeat 50% / cover;

  }




  &:hover {
    flex: 0 0 250px;
    box-shadow: 1px 3px 15px var(--background);
    border: 1px solid var(--s-coloc);
  }

  &:hover .bloc-photoshop {
    opacity: 1;
    transform: translatey(0%);
    visibility: visible;
  }
}



.photo-site-exemple {
  width: 100%;
  height: auto;
  border-radius: var(--border-raduis);
}

.photo-site-exemple .img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  border-radius: var(--border-raduis);
}
















nav .wrapper {
  position: relative;
  max-width: 1250px;
  padding: 0 30px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.nav_links li a {
  color: var(--s-coloc);
  text-decoration: none;
}

.wrapper .logo a {
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.wrapper .logo:hover {
  transform: scale(1.10);
  transition: all 0.5s;
}

.nav_links li a {
  font-size: 18px;
  font-weight: bold;
  border-radius: var(--border-raduis);
  padding: 9px 15px;
  transition: all 0.3s ease;
  width: 100%;
  height: 220px;
  max-height: 220px;
  font-family: Arial, Helvetica, sans-serif;
}

.nav_links li {
  list-style-type: none;
  max-height: 60px;
}

.nav_links li a:hover {
  background: var(--s-coloc);
  color: var(--p-coloc);
  border-radius: 17px;
}

.nav_links .mobile_item {
  display: none;
}

/**********************************
            Drop Down Menu             
*********************************** */

.nav_links .drop_menu {
  position: absolute;
  top: 65px;
  width: 180px;
  line-height: 45px;
  background-color: red;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.nav_links li:hover .drop_menu,
.nav_links li:hover .mega_box {
  top: 65px;
  opacity: 1;
  visibility: visible;
}

.drop_menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

/**********************************
              Mega Menu             
*********************************** */

.mega_box {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mega_box .content {
  background-color: var(--p-coloc);
  margin-top: 35px;
  width: auto;
  display: flex;
  border-radius: var(--border-raduis);

  justify-content: center;
  border: 1px solid #333;
}

.mega_box .content .bulle-img {
  width: 50%;
  height: 200px;
  border-radius: var(--border-raduis);
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 2px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;
}

.mega_box .content .bulle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-raduis);
}

.mega_box .content .bulle-menu {
  width: 50%;
  height: 200px;
  transform: translate(110%, -110%);
}

.mega_box .content .bulle-menu header {
  width: 100%;
  height: auto;
}

.mega_box .content .bulle-menu p {
  width: 100%;
  height: auto;
  line-height: 1.5;
  max-width: 90%;
  font-size: 12px;
}

.content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row2 {
  width: calc(50% - 30px);
  line-height: 45px;
}

.content .row header {
  width: 100%;
  height: auto;
  color: white;
  font-weight: 900;
  margin-left: 3%;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
}






.services_img_reseaux {
  background-image: url("https://www.lsa-conso.fr/mediatheque/5/8/2/000400285_896x598_c.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 1%;
  width: 98%;
  height: 93%;
  border-radius: 5px;
}

.badge-ia {
  position: absolute;
  /* On le place librement */
  top: 20px;
  /* Ecart par rapport au haut */
  right: 20px;
  /* Ecart par rapport à la droite */
  z-index: 10;
  /* Pour être sûr qu'il soit au-dessus de l'image */

  /* Design */
  background: linear-gradient(135deg, #0d9488, var(--mint-accent));
  /* Professional Mint theme for AI badge */
  color: #000;
  padding: 5px 12px;
  border-radius: 20px;
  /* Bords arrondis */
  font-size: 0.8rem;
  /* Texte un peu plus petit */
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  /* Légère ombre pour le relief */

  /* Optionnel : petite animation au survol */
  transition: transform 0.2s ease;
}

.badge-ia:hover {
  transform: scale(1.1);
  /* Grossit légèrement si on passe la souris dessus */
  cursor: default;
}

.badge {
  position: absolute;
  /* On le place librement */
  top: 50px;
  /* Ecart par rapport au haut */
  right: 20px;
  /* Ecart par rapport à la droite */
  z-index: 10;
  /* Pour être sûr qu'il soit au-dessus de l'image */

  /* Design */
  border: 2px solid #3d3d3d;
  background: linear-gradient(135deg, #000000, #000000);
  /* Dégradé violet style "IA" */
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  /* Bords arrondis */
  font-size: 0.8rem;
  /* Texte un peu plus petit */
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  /* Légère ombre pour le relief */

  /* Optionnel : petite animation au survol */
  transition: transform 0.2s ease;
}

.badge:hover {
  transform: scale(1.1);
  /* Grossit légèrement si on passe la souris dessus */
  cursor: default;
}





@media (min-width: 200px) {

  .btn-decouvrir {
    background-color: #ffffff00;
    backdrop-filter: blur(10px);
    color: var(--s-coloc);
    position: absolute;
    width: 8.4em;
    height: 2.9em;
    margin: 3%;
    align-items: center;
    left: 3.5rem;
    bottom: 0px;
    font-weight: 500;
    display: inline-block;
    border: #5e5e5e7e 0.1em solid;
    border-radius: var(--border-raduis);
    text-align: center;
    transition: all 0.6s ease;
    font-size: 20px;
    z-index: 10;
  }

  .btn-decouvrir:hover {
    background-color: var(--s-coloc);
    color: #000000;
    cursor: pointer;
    border: #242526 0.1em solid;
  }
}

@media (min-width: 900px) {

  .btn-decouvrir {
    background-color: #ffffff00;
    backdrop-filter: blur(10px);
    color: var(--s-coloc);
    position: absolute;
    width: 11.4em;
    height: 3.9em;
    margin: 3%;
    align-items: center;
    left: 9.5rem;
    bottom: 0px;
    display: inline-block;
    border: #5e5e5e7e 0.1em solid;
    border-radius: var(--border-raduis);
    text-align: center;
    transition: all 0.6s ease;
    font-size: 27px;
    z-index: 10;
  }
}

@media (min-width: 1441px) {

  .btn-decouvrir {
    visibility: hidden;
    opacity: 0;
  }
}


























/*PARTIE VIDEO DE FOND DE L'ACCEUIL*/

/* HERO SECTION - CONSISTENT 100VH LAYOUT */
.bloc-image {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  background: #000;
}

.only-mobile {
  display: none !important;
}

.only-desktop {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 1117px) {
  .bloc-image {
    height: auto;
  }

  .only-mobile {
    display: block !important;
  }

  .only-desktop {
    display: none !important;
  }
}

.bloc-image .image {
  height: 100%;
  width: 100%;
  min-height: 549px;
  object-fit: cover;
}















/*PARTIE DE MA PRESENTATION*/



.titre {
  align-items: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  display: flex;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  padding: 1rem;
  margin-top: 11.7rem;
  margin-left: 78rem;
}



.bar {
  background-color: #fff;
  width: 6rem;
  height: 0.1rem;
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  position: absolute;
  z-index: 10;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  margin-top: 15rem;
  margin-left: 70rem;
}










/*BOUTTON DE MA PRESENTATION*/


.button-prensentation:hover {
  background-color: var(--s-coloc);
  color: #000000;
  cursor: pointer;
  border: #242526 0.1em solid;
}

.button-prensentation svg {
  width: 1.6em;
  margin: -0.2em 0.8em 1em;
  position: absolute;
  display: flex;
  transition: all 0.6s ease;
}

.button-prensentation:hover svg {
  transform: translateX(5px);
}

.button-prensentation .text {
  margin: 0 1.5em
}








.toggle:before {
  box-shadow: 0;
  border-radius: 84.5px;
  background: #fff;
  position: absolute;
  margin-left: -36px;
  margin-top: -36px;
  opacity: 0.2;
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
}

.toogle input:checked~.label {
  color: rgba(255, 0, 0, 0.8);
}

.btn-image-my {
  height: 100%;
  top: 5%;
  width: 100%;
  border-radius: var(--border-raduis);
  filter: grayscale(100%);
}

























/*BULLE DES PROJETS WEB*/















/*BOUTTON CART DOS*/

.cta {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.cta span {
  padding-bottom: 0;
  /* Align with icon */
  letter-spacing: 4px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}


.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: var(--s-coloc);
  padding-bottom: 5px;
  /* Tighter underline for a cleaner look */
}

.fleche-projet {
  padding-top: 10px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  /* Spans full content width including icon */
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--mint-accent);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}


.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}




.bloc-button {
  height: auto;
  width: auto;
  background-color: red;
}

.button-carte-photo {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.button-carte-photo {
  position: relative;
  display: flex;
  font-weight: 600;
  font-size: 20px;
  gap: 0.5rem;
  align-items: center;
}

.button-carte-photo p {
  margin: 0;
  position: relative;
  font-size: 20px;
  color: var(--p-coloc);
}


.button-carte-photo::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -7px;
  background: var(--s-coloc);
  height: 2px;
  transition: 0.3s ease-out;
}

.button-carte-photo p::before {
  position: absolute;
  /*   box-sizing: border-box; */
  content: "Subscribe";
  width: 0%;
  inset: 0;
  color: var(--s-coloc);
  overflow: hidden;
  transition: 0.3s ease-out;
}

.button-carte-photo:hover::after {
  width: 100%;
}

.button-carte-photo:hover p::before {
  width: 100%;
}

.button-carte-photo:hover svg {
  transform: translateX(4px);
  color: var(--s-coloc);
}

.button-carte-photo svg {
  color: var(--p-coloc);
  transition: 0.2s;
  position: relative;
  width: 15px;
  transition-delay: 0.2s;
}

































@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");




















.bloc-text-photoshop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Uniform darken */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* CENTER CONTENT VERTICALLY */
  align-items: center;
  /* CENTER CONTENT HORIZONTALLY */
  padding: 30px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 5;
}

.bloc-text-photoshop h2 {
  font-size: 2.2rem;
  /* Make it bigger for center */
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  transform: translateY(20px);
  transition: all 0.5s ease;
  opacity: 0;
}

.items.carts {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  transition-delay: 0.1s;
  /* Slight delay for premium feel */
}



@media (min-width: 900px) {
  .bloc-bulle {
    /* margin-left: 5%; */
    background-color: var(--p-coloc);
  }
}

@media (max-width: 900px) {
  .bloc-bulle {
    background-color: var(--p-coloc);
    padding-top: 10%;
    /* margin: 14%; */
    max-width: 339px;
    /* width: 100%; */
    padding-right: 10px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
  }
}



















form h1 {
  font-size: 20px;
}

form .separation {
  width: 100%;
  height: 1px;
  background-color: var(--p-coloc);
}

form .corps-formulaire {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

form .corps-formulaire .gauche {
  width: 100%;
}

form .corps-formulaire .groupe {
  position: relative;
  /* Pour mettre positionner l'élément dans le flux normal de la page */
  margin: 3%;
  display: flex;
  color: var(--p-coloc);
  flex-direction: column;
}

form .corps-formulaire .gauche .groupe input {
  margin-top: 5px;
  padding: 10px 5px 10px 30px;
  border: 1px solid var(--p-coloc);
  outline-color: var(--p-coloc);
  border-radius: 5px;
}

form .corps-formulaire .gauche .groupe i {
  position: absolute;
  /* positionné par rapport à son parent le plus proche positionné */
  left: 0;
  top: 25px;
  padding: 9px 8px;
  color: var(--p-coloc);
}

form .corps-formulaire .droite {
  width: 100%;
}

form .corps-formulaire .droite .groupe2 {
  height: 100%;
  margin-right: 3%;
  margin-bottom: 3%;
  margin-left: 3%;
  position: relative;
  /* Pour mettre positionner l'élément dans le flux normal de la page */
  display: flex;
  color: var(--s-coloc);
  flex-direction: column;
}

form .corps-formulaire .droite .groupe2 textarea {
  margin-top: 5px;
  padding: 10px;
  background-color: var(--s-coloc);
  border: 1px solid var(--p-coloc);
  outline: none;
  border-radius: 5px;
  resize: none;
  height: 72%;
}


.choix-formule {
  margin-top: 5px;
  padding: 10px 5px 10px 30px;
  border: 1px solid var(--p-coloc);
  outline-color: var(--s-coloc);
  border-radius: 5px;
}





form .pied-formulaire button {
  padding: 15px 25px;
  /* margin-left: 20px; */
  border: unset;
  border-radius: 15px;
  color: var(--s-coloc);
  border: 2px solid var(--s-coloc);
  z-index: 1;
  background: var(--p-coloc);
  position: relative;
  font-weight: 1000;
  font-size: 17px;
  transition: all 250ms;
  overflow: hidden;
}

form .pied-formulaire button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #ffffff;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(255, 255, 255, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(255, 255, 255, 0.27);
  transition: all 250ms
}

form .pied-formulaire button:hover {
  color: #212121;
}

form .pied-formulaire button:hover::before {
  width: 100%;
}

form .pied-formulaire button:hover {
  transform: scale(1.05);
  background-color: var(--s-coloc);
  color: #000000;
  cursor: pointer;
  border: #242526 0.1em solid;
}

@media screen and (max-width: 920px) {
  form .corps-formulaire .droite {
    margin-left: 0px;
  }

  .bloc-formulaire {
    position: relative;
    width: auto;
    height: 100%;
    margin: 10%;
    background-color: #747cdf;
    margin-top: 10%;
  }

  form .corps-formulaire .droite .groupe textarea {
    margin-top: 5px;
    margin-left: 5px;
    padding: 10px;
    background-color: #f1f1f1;
    border: 2px solid #747cdf;
    outline: none;
    border-radius: 5px;
    resize: none;
    height: 100%;
    width: auto;
  }

}

/*PARTIE DE GAUCHE CONTACTE*/















.choix:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}

.choix header {
  height: 55px;
  display: flex;
  align-items: center;
  border: 1px solid var(--t-coloc);
  border-radius: 30px;
  position: relative;
}

header label {
  height: 100%;
  z-index: 2;
  width: 30%;
  display: flex;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

#tab-1:checked~header .tab-1,
#tab-2:checked~header .tab-2,
#tab-3:checked~header .tab-3 {
  color: var(--s-coloc);
}

header label:nth-child(2) {
  width: 40%;
}

header .slider {
  position: absolute;
  height: 85%;
  border-radius: inherit;
  background: var(--p-coloc);
  transition: all 0.3s ease;
}

#tab-1:checked~header .slider {
  left: 0%;
  width: 33%;
  transform: translateX(5%);
}

#tab-2:checked~header .slider {
  left: 50%;
  width: 33%;
  transform: translateX(-50%);
}

#tab-3:checked~header .slider {
  left: 100%;
  width: 33%;
  transform: translateX(-105%);
}

.wrapper input[type="radio"] {
  display: none;
}

.card-area {
  overflow: hidden;
}

.card-area .cards {
  display: flex;
  width: 300%;
}

.cards .row {
  width: 33.4%;
}

.cards .row-1 {
  transition: all 0.3s ease;
}

#tab-1:checked~.card-area .cards .row-1 {
  margin-left: 0%;
}

#tab-2:checked~.card-area .cards .row-1 {
  margin-left: -33.4%;
}

#tab-3:checked~.card-area .cards .row-1 {
  margin-left: -66.8%;
}

.row .price-details {
  margin: 20px 0;
  text-align: center;
  padding-top: 10px;
  border-bottom: 2px solid var(--t-coloc);
}

.price-details .prices {
  font-size: 65px;
  font-weight: 600;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
}

.price-details .prices::before,
.price-details .prices::after {
  position: absolute;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.price-details p {
  font-size: 18px;
  margin-top: 5px;
  color: var(--s-coloc);
}

.row .features li {
  display: flex;
  font-size: 15px;
  list-style: none;
  margin-bottom: 10px;
  align-items: center;
}

.features li i {
  background: var(--t-coloc);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features li span {
  margin-left: 10px;
}

.choix button {
  width: 100%;
  border-radius: 25px;
  border: none;
  outline: none;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  background: var(--p-coloc);
  transition: transform 0.3s ease;
}

.choix button:hover {
  transform: scale(0.98);
}































.button1 {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--clr);
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button1__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button1:hover {
  background-color: #000;
}

.button1:hover .button1__icon-wrapper {
  color: #000;
}

.button1__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button1:hover .button1__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button1:hover .button1__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}



















.contact-section {
  display: flex;
  color: #fff;
  padding: 260px 0 40px 0;
  font-family: 'Quattrocento', serif;
}

.info-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  padding: 60px 0 40px 0;
  font-family: 'Quattrocento', serif;
}

.contact-title {
  max-width: 50%;
  border-right: 3px solid #fff;
  padding: 0 30px 0 2vw;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1.1em;
  justify-content: center;
}

.contact-title span {
  font-size: 7vw;
}

.contact-title h3 {
  font-size: 2em;
  margin-top: 15px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  color: #808080;
  text-shadow: 0 2px 8px #0006;
  margin-left: 0%;
  margin-bottom: 0px;
}


.contact-title a {
  color: var(--q-coloc);
  text-decoration: underline;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 22px;
  font-size: 1.1em;
}

.contact-info-item i {
  font-size: 1.6em;
  color: var(--q-coloc);
  margin-top: 3px;
  min-width: 28px;
  text-shadow: 0 2px 8px #0006;
}

.contact-info-item a.contact-map-link {
  display: inline-block;
  margin-top: 6px;
  color: var(--q-coloc);
  text-decoration: underline;
  font-size: 1em;
  transition: color 0.2s;
  transform: translate(30px, -100%);
}

.contact-info-item a.contact-map-link:hover {
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 0fr;
  gap: 40px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 2vw;
}

.profile-card {
  background: #000;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 2px 16px #0008;
  height: 320px;
  min-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  border: 2px solid #222;
  transition: all 0.5s;
}

.profile-card:hover {
  transform: scale(1.1);
}

.info-card {
  background: #000;
  border-radius: 22px;
  box-shadow: 0 2px 16px #0008;
  border: 2px solid #222;
  min-width: 320px;
  max-width: 450px;
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.profile-banner {
  height: 90px;
  background: #ff2d2d;
  width: 100%;
}

.profile-content {
  background: #111;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 226px;
}

.profile-logo {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  border: 4px solid #111;
  position: absolute;
  top: -35px;
  left: 15%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-info {
  text-align: left;
  width: 100%;
}

.profile-info h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 0px;
}

.profile-verified {
  color: #1da1f2;
  font-size: 1.1em;
  height: 30px;
  width: 30px;
  margin-left: 0px;
  margin-top: -5px;
  margin-left: 6px;
  vertical-align: middle;
}

.profile-info p {
  margin: 4px 0;
  color: #ccc;
  font-size: 1em;
}

.profile-stats {
  margin: 10px 0 8px 0;
  color: #fff;
  font-size: 0.95em;
}

.profile-link {
  color: #e0b96a;
  text-decoration: underline;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  left: 0px;
}

@media (max-width: 1100px) {
  .contact-section {
    flex-direction: column;
    align-items: center;
    padding: 100px 0 40px 0;
  }

  .contact-title {
    border-right: none;
    border-bottom: 3px solid #fff;
    margin-bottom: 30px;
    margin-right: 0;
    padding-bottom: 30px;
    max-width: 100vw;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    max-width: 100vw;
  }
}

@media (max-width: 700px) {
  .contact-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 16px;
  }

  .profile-card {
    width: 95vw;
    min-width: unset;
  }
}



@media (min-width: 1500px) {
  .bloc-bulle {
    /* margin-left: -15%; */
    background-color: var(--p-coloc);
  }
}

/* --- FOOTER --- */
.site-footer {
  background: #181818;
  color: #fff;
  padding: 40px 0 0 0;
  font-family: 'Quattrocento', serif;
  border-top: 2px solid #222;
  margin-top: 60px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2vw 20px 2vw;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.2em;
}

.footer-logo img {
  height: 48px;
  width: 48px;
  border-radius: 10px;
  background: #fff;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--t-coloc);
  text-decoration: none;
}

.footer-social {
  display: flex;
  gap: 18px;
}

.footer-social a {
  color: var(--t-coloc);
  font-size: 1.7em;
  transition: color 0.2s, transform 0.2s;
}

.footer-social a:hover {
  color: #fff;
  ;
  transform: scale(1.15);
}

.footer-bottom {
  text-align: center;
  color: #aaa;
  font-size: 1em;
  padding: 18px 0 8px 0;
  border-top: 1px solid #222;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .footer-content {
    flex-direction: column;
    gap: 25px;
    align-items: center;
    text-align: center;
  }

  .footer-links {
    gap: 18px;
  }
}





.info {
  width: 100%;
  color: #fff;
}

.info-content {
  min-height: 316px;
  display: flex;
}

.info-content i {
  height: 40px;
  width: 40px;
  font-size: 2.1rem;
  align-items: center;
  color: #ffff;
}

.info-item div {
  display: block;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  font-size: 1.08em;
  line-height: 1.5;
}

.info-item div strong {
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}

.info-item .map-link {
  margin-top: 6px;
  color: var(--t-coloc);
  text-decoration: underline;
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.info-item .map-link:hover {
  color: #fff;
}

.info-item .map-link i {
  font-size: 1.1em;
  margin-right: 3px;
}