:root {
    --btn-color: #3B2A24;
    --btn-color-hover: #B67A5B;
    --fond-bordeaux: #2D0329;
    --texte-color: #000000;
    --title-H1: 96px;
    --title-H2: 64px;
    --color-cards: #7A5C4D;
    --font-texte: "Manrope", sans-serif;
    --font-titre: "Fraunces", serif;
    --font-sous-titre: "Satisfy", cursive;
}



.body {
  font-family: "Fraunces", serif;
  color:#F5EDE7;
  font-size: 96px;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}


[class*="col-"] {
    min-height: 80px;
    padding: 0 10px;
    box-sizing: border-box;
}

.col-1 { flex-basis: 8.33%; max-width: 8.33%;}
.col-2 { flex-basis: 16.66%; max-width: 16.66%;}
.col-3 { flex-basis: 25%; max-width: 25%;}
.col-4 { flex-basis: 33.33%; max-width: 33.33%;}
.col-5 { flex-basis: 41.66%; max-width: 41.66%;}
.col-6 { flex-basis: 50%; max-width: 50%;}
.col-7 { flex-basis: 58.33%; max-width: 58.33%;}
.col-8 { flex-basis: 66.66%; max-width: 66.66%;}
.col-9 { flex-basis: 75%; max-width: 75%;}
.col-10 { flex-basis: 83.33%; max-width: 83.33%;}
.col-11 { flex-basis: 91.66%; max-width: 91.66%;}
.col-12 { flex-basis: 100%; max-width: 100%;}

/*****navigation*****/

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

/* Menu Desktop */

.navigation-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation-menu li:not(:last-child) {
    margin-right: 32px;
}

.navigation-menu__link {
    text-decoration: none;
    font-family: var(--font-titre);
}

.navigation-menu__link,
.navigation-menu__link:visited,
.navigation-menu__link:active {
    color: white;
}

.navigation-menu__link:hover {
    text-decoration: underline;
    color: var(--fond-bordeaux);
}

header {
    background: rgba(101, 67, 33, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Burger caché en desktop */

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 60px;
  position: relative;
  z-index: 300;
}

.burger-sac {
  width: 60px;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.burger-sac--ouvert {
  display: none;
}

.burger.is-open .burger-sac--ferme {
  display: none;
}
.burger.is-open .burger-sac--ouvert {
  display: block;
}


.menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 150;
}
 
.menu-overlay.active {
  display: block;
}

/* hero */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-texte);
}

/* ===== HEADER ===== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(101, 67, 33, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* ===== HERO ===== */

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('img/velo-chien-lua.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(101, 67, 33, 0.35);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 0 64px 80px;
    color: white;
}

.hero-surtitre {
    font-size: 36px;
    font-family: var(--font-titre);
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
    opacity: 0.9;
}

.hero-titre {
    font-family: var(--font-titre);
    font-size: var(--title-H2);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 12px;
}

.hero-sous-titre {
    font-family: var(--font-sous-titre);
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 32px;
}

.hero-accroche {
    font-family: var(--font-sous-titre);
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 28px;
    opacity: 0.9;
}

.hero-btn {
    display: inline-block;
    background: var(--btn-color);
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    transition: background 0.2s;
}

.hero-btn:hover {
    background: var(--btn-color-hover);
}

/* ===== section présentation maison lua ===== */

.bloc-texte {
    background-color: var(--fond-bordeaux);
    padding: 89px 128px;
}

.texte-surtitre {
    color: white;
    font-size: 36px;
    font-family: var(--font-titre);
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.texte-lua {
    color: white;
    font-size: 20px;
    font-family: var(--font-texte);
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

/* ===== section polaroïde ===== */

.polaroids {
    position: relative;
    background-color: #f0e8e4;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 100px 40px 80px;
    overflow: visible;
}

/* Sac flottant au dessus */
.sac-flottant {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    z-index: 10;
}

/* Polaroid de base */
.polaroid {
    position: relative;
    background: white;
    padding: 12px 12px 40px;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.15);
    flex: 1; /* chaque carte prend une part égale */
    max-width: 380px;
}

.polaroid img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.polaroid:hover img {
    transform: scale(0.95);
}

.polaroid p {
    font-family: var(--font-sous-titre);
    font-size: 32px;
    color: #2a1a1a;
    text-align: center;
    margin-top: 32px;
}

.btn-projets {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.polaroid--centre,
.polaroid--droite,
.polaroid--gauche {
    text-decoration: none;
}



/* Rotations individuelles */
.polaroid--gauche {
    transform: rotate(-4deg);
    align-self: flex-start;
    margin-top: 60px;
}

.polaroid--centre {
    transform: rotate(1deg);
    align-self: center;
    margin-top: 100px;
}

.polaroid--droite {
    transform: rotate(3deg);
    align-self: flex-start;
    margin-top: 40px;
}


/* ===== SLIDER ===== */

.slider {
    width: 100%;
    height: 853px;
    overflow: hidden;
    background: #f0e8e4;
}

.slider-track {
    display: flex;
    height: 100%;
    gap: 4px;
    animation: slide 25s linear infinite;
    width: max-content;
}


@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.slider-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
    flex-shrink: 0;
}


.slider-col--large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-col--double img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}


/* ===== SECTION STYLE ===== */

.style-section {
    background-color: #f0e8e4;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.style-titre {
    font-family: var(--font-titre);
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--texte-color);
    margin-bottom: 32px;
}

.style-texte {
    font-family: var(--font-texte);
    font-size: 20px;
    font-weight: 300;
    color: var(--texte-color);
    line-height: 1.8;
    max-width: 1000px;
    margin: 0 auto 48px;
}

.style-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.style-slider {
    overflow: hidden;
    width: 100%;
}

.style-track {
    display: flex;
    gap: 16px;
    transition: transform 0.5s ease;
    padding: 0 0 0 40px;
}

/* Cartes */
.style-card {
    position: relative;
    width: 339px;
    height: 393px;
    flex-shrink: 0;
    overflow: hidden;
}

.style-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.style-card:hover img {
    transform: scale(1.05);
}

.style-card:hover .style-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.style-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    transition: background 0.3s ease;
}

.style-insta,
.style-citation {
    color: white;
    font-family: var(--font-texte);
    letter-spacing: 0.05em;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.style-insta {
    font-size: 20px;
    font-weight: 600;
    transform: translateY(-10px);
    align-self: flex-start;
    text-decoration: none;
}

.style-insta:hover {
    font-size: 20px;
    font-weight: 600;
    transform: translateY(-10px);
    align-self: flex-start;
    text-decoration: none;
    color: var(--btn-color-hover);
}

.style-citation {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    transform: translateY(10px);
    text-align: center;
}

.style-card:hover .style-insta,
.style-card:hover .style-citation {
    opacity: 1;
    transform: translateY(0);
}

/* Boutons */
.style-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s;
    z-index: 10;
}

.style-btn:hover {
    background: #f0e8e4;
}

.style-btn--prev {
    left: 16px;
}

.style-btn--next {
    right: 16px;
}

/* ===== CTA SECTION ===== */

.cta-section {
    position: relative;
    background-color: #f0e8e4;
    overflow: hidden;
    height: 520px;
}

.cta-vague {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.cta-vague svg {
    display: block;
    width: 100%;
    height: 320px;
}

.cta-content {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 4;
    white-space: nowrap;
}

.cta-texte {
    font-family: var(--font-texte);
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.cta-btn {
    display: inline-block;
    background: #B7A9C0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: black;
    padding: 14px 40px;
    font-family: var(--font-texte);
    font-size: 20px;
    text-decoration: none;
    transition: background 0.2s;
}

.cta-btn:hover {
    background: var(--btn-color-hover);
    color: white;
}

.logo-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    position: relative;
}

/* ===== FOOTER ===== */

.footer {
    background-color: var(--fond-bordeaux);
    padding: 48px 64px 32px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
}

.footer-newsletter {
    max-width: 520px;
}

.footer-newsletter__titre {
    font-family: var(--font-texte);
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
}

.footer-newsletter__form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.footer-newsletter__form input {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-family: var(--font-texte);
    font-size: 20px;
    flex: 1;
}

.footer-newsletter__form input::placeholder {
    color: rgba(255,255,255,0.6);
}

.footer-newsletter__form button {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0 8px;
    transition: opacity 0.2s;
}

.footer-newsletter__form button:hover {
    opacity: 0.7;
}

.footer-newsletter__mentions {
    font-family: var(--font-texte);
    font-size: 11px;
    color: white;
    line-height: 1.6;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-social p {
    font-family: var(--font-texte);
    font-size: 20px;
    color: white;
}

.footer-social a {
    font-family: var(--font-texte);
    font-size: 20px;
    color: white;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.footer-social a:hover {
    color: var(--btn-color-hover);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 24px;
}

.footer-bottom a,
.footer-bottom p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

.footer-bottom a:hover {
    opacity: 1;
    text-decoration: underline;
}



@media (max-width: 768px) {

    .col-12, .col-5, .col-7, .col-6, .col-4, .col-3, .col-1 {flex-basis: 100%; max-width: 100%;}
    
  /* ===== NAVIGATION ===== */

  .burger {
    display: block;
  }

  .navigation-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    /* Panneau glissant depuis la droite */
    position: fixed;
    top: 0;
    right: 0;
    width: 65%;
    height: 100vh;
    background-color: #3B2A24;
    z-index: 200;
    padding: 100px 20px 40px;

    transform: translateX(100%);
    transition: transform 0.4s ease;
  }

  .navigation-menu.active {
    transform: translateX(0);
    display: flex;
  }

  .navigation-menu li:not(:last-child) {
    margin-right: 0;
  }

  .navigation-menu__link {
    font-size: 20px;
    color: white;
    font-family: var(--font-titre);
  }

  /* ===== HERO ===== */

  .hero {
    height: 100svh;
    background-position: center top;
    align-items: flex-end;
  }

  .hero-content {
    padding: 0 24px 60px;
  }

  .hero-surtitre {
    font-size: 14px;
    letter-spacing: 0.15em;
    margin-bottom: 6px;
  }

  .hero-titre {
    font-size: 48px;
    margin-bottom: 8px;
  }

  .hero-sous-titre {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .hero-accroche {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .hero-btn {
    padding: 12px 24px;
    font-size: 13px;
  }

  /* ===== BLOC TEXTE ===== */

  .bloc-texte {
    padding: 48px 24px;
  }

  .texte-surtitre {
    font-size: 22px;
    text-align: center;
    justify-content: center;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  .texte-lua {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }

  /* ===== POLAROIDS ===== */

  .polaroids {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 60px 24px;
    gap: 40px;
  }

  .polaroid {
    max-width: 300px;
    width: 100%;
    transform: none !important;
    align-self: center !important;
    margin-top: 0 !important;
  }

  .polaroid img {
    height: 280px;
  }

  .polaroid p {
    font-size: 24px;
    margin-top: 20px;
  }

  .punaise {
    display: none;
  }

  /* ===== SLIDER PHOTOS ===== */

  .slider {
    height: 300px;
  }

  /* ===== SECTION STYLE ===== */

  .style-section {
    padding: 50px 0;
  }

  .style-titre {
    font-size: 22px;
    letter-spacing: 0.1em;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .style-texte {
    font-size: 15px;
    padding: 0 24px;
    margin-bottom: 32px;
  }

  .style-card {
    width: 260px;
    height: 320px;
  }

  .style-track {
    padding: 0 0 0 20px;
    gap: 12px;
  }

 
  .style-overlay {
    background: rgba(0, 0, 0, 0.3);
  }

  .style-insta,
  .style-citation {
    opacity: 1;
    transform: translateY(0);
  }

  .style-insta {
    font-size: 15px;
  }

  .style-citation {
    font-size: 13px;
  }

  /* ===== CTA SECTION ===== */

  .cta-section {
    height: 155px;
  }

  .cta-vague svg {
    height: 110px;
  }

  .cta-content {
    bottom: 0;
    white-space: normal;
    width: 90%;
    text-align: center;
  }

  .cta-texte {
    font-size: 10px;
    margin-bottom: 14px;
  }

  .cta-btn {
    font-size: 15px;
    padding: 12px 28px;
  }

  .logo-footer {
    width: 60%;
    margin: 0 auto;
    display: block;
  }

 /* ===== FOOTER ===== */

    .footer {
    padding: 40px 24px 70px;
  }
 
  .footer-top {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 32px;
  }
 
  .footer-newsletter {
    max-width: 100%;
  }
   
    .footer-newsletter__titre {
    font-size: 15px;
  }
 
  .footer-newsletter__form input {
    font-size: 16px;
  }
 
  .footer-social {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
 
  .footer-social p,
  .footer-social a {
    font-size: 16px;
  }
 
    .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
 
  .footer-bottom a,
  .footer-bottom p {
    font-size: 12px;
    font-family: var(--font-texte);
    color: white;
    opacity: 0.8;
  }
 
}

