
/*page pour location*/

.container_bloc_location { /*bloc en haut de la page*/
  max-width: 70%;
  margin: 50px auto;
  padding: 50px;
  text-align: center;
  color: rgb(8, 8, 8);
  font-size: 25px;
}

.container_bloc_location {
  text-align: center;
  color: #1375a9;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.wrap{
  width:min(1200px, 92vw);
  margin:auto;
}

.separator {
  border: none;
  height: 2px;
  width: 80%;
  margin: 60px auto; /* espace autour */
  background: linear-gradient(to right, transparent, #174F82, transparent);
}

.location__title {
  display: inline-flex;         
  align-items: center;
  gap: 12px;                     
  font-size: 45px;
  font-weight: 800;
  color: var(--brand, #174F82);  
  margin: 40px 0 60px 110px;     
  position: relative;
}

.location__title::before {
  content: "";
  display: block;
  width: 6px;
  height: 48px;
  border-radius: 3px;
  background: var(--accent, #f6c700); 
}

/* =========================
   HERO LOCATION
========================= */

.location-hero {
    background: linear-gradient(135deg, #f97321 0%, #f25b16 100%);
    color: #ffffff;
    padding: clamp(40px, 7vh, 70px) 0 clamp(50px, 9vh, 80px);
}

.location-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 30vh;
}

.location-hero__title {
    font-size: 70px;
    font-weight: 200;
    margin: 0 0 10px;
}

.location-hero__subtitle {
    font-size: 40px;
    max-width: 600px;
    margin: 0 auto 50px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
 }

/* pastille prix */
.location-hero__price {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 32px;
    border-radius: 999px;
    background: #ffffff;
    color: #00314c;              
    box-shadow: 0 16px 45px rgba(0,0,0,0.25);
  }

.location-hero__price-top {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 2px;
    font-family: 'Courier New', Courier, monospace;
}

.location-hero__price-main {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.12em;
    margin-top: 2px;
}


.btn-location {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    background: #00314c;
    color: #ffffff;
    font-weight: 200;
    font-size: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.20);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-location:hover {
    background: #ff7427;
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.btn-location--full {
    width: 100%;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
}

.location-hero__image {
    text-align: center;
}

.location-hero__image img {
    max-width: 100%;
    height: 350px;
    border-radius: 24px;
    filter: drop-shadow(0 18px 40px rgba(0,0,0,0.25));
}



/* =========================
   TEXTE EXPLICATIF
========================= */

.location-texte {
    background: #ffffff;
    padding: clamp(40px, 5vw, 60px) 0;
    font-size: 20px;
}

.highlight3 {
  color: #ff7427;
  font-weight: 200;
  font-family: coolvetica;
  font-size: 20px;
}

.location-texte__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.location-texte .section-title {
    font-size: 26px;
    margin-bottom: 24px;
    font-weight: 200;
}

.location-texte__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    padding: 0 0 32px;
}

.location-texte__block p {
    margin-bottom: 10px;
    line-height: 1.7;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media (max-width: 800px) {
    .location-texte__grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   VISUELS PRODUITS
========================= */

.location-produits {
    background: #f6f9fc;
    padding: clamp(40px, 5vw, 60px) 0;
}

.location-produits__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.location-produits__card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 18px 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
}

.location-produits__card h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 200;

}

.location-produits__card img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}






/* ===== BANDEAU LOCATION – STYLE CARTE ===== */

.location-cta {
  padding: 30px 16px 50px;
  background: #ffffff;     
}

.location-cta__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 250px;
  background: #ff7427;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-left: 8px solid #00314c;
  background: linear-gradient(135deg, #f97316 0%, #f25b16 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Texte à gauche */
.location-cta__text h2 {
  margin: 0 0 0px;
  font-family: familiar pro;
  font-size: 60px;
  font-weight: 800;
  color: #ffff;
}

.location-cta__text p {
  margin: 0;
  font-size: 22px;
  color: #30475f;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* Bouton à droite */
.location-cta__button {
  flex-shrink: 0;
  display: inline-block;
  padding: 34px 52px;
  border-radius: 999px;
  background: #00314c;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.location-cta__button:hover {
  background: #ffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  color: #ff7427;
}




/* ===== Bloc galerie ===== */

.location-gallery {
  padding: 80px 0;
}

.location-gallery__card {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 50px 50px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(15, 35, 52, 0.12);
}

/* Titre + texte d’intro */

.location-gallery__title {
  font-size: 35px;
  font-weight: 700;
  font-family: coolvetica;
  color: #00314c;
  margin: 0 0 10px;
}

.location-gallery__intro {
  margin: 0 0 32px;
  font-size: 20px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  line-height: 1.6;
  color: #000;
}

/* Grille des photos */

.location-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 24px;
}

.location-gallery__item {
  background: #f7fafc;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 10px 30px rgba(15, 35, 52, 0.08);
  text-align: center;
}

.location-gallery__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  margin-bottom: 10px;
}

.location-gallery__item figcaption {
  font-size: 14px;
  font-weight: 500;
  color: #00314c;
}


/* ===== Responsive ===== */

/* responsive */
@media (max-width: 900px) {
    .location-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .location-hero__text {
        order: 1;
    }

    .location-hero__subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .location-hero__price {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {

    /* --- Réduction du hero en général --- */
    .location-hero {
        padding: 40px 20px !important;
        min-height: 60vh !important; /* évite le bloc immense */
        display: flex;
        align-items: center;
    }

    /* --- GRAND TITRE : "Posez votre dallage béton" --- */
    .location-hero__title {
        font-size: 25px !important;     /* au lieu de ~60px */
        line-height: 1.15 !important;
        margin-bottom: 10px !important;
    }

    /* --- Sous-texte : "Sans permis de construire" --- */
    .location-hero__subtitle {
        font-size: 15px !important;    
        line-height: 1.25 !important;
        margin-bottom: 20px !important;
    }

    /* --- Bloc prix blanc --- */
    .location-hero__price {
        padding: 12px 18px !important;
        border-radius: 30px !important;
        margin-top: 10px !important;
    }

    .location-hero__price-top {
        font-size: 12px !important;
        letter-spacing: 1px;
    }

    .location-hero__price-main {
        font-size: 15px !important;  
    }

    .location-hero {
        min-height: 30vh !important;  
        padding: 10px !important;
    }


    .location-hero__inner {
        justify-content: center;
        align-items: center;
        text-align: center;
    }


    /* --- Conteneur principal du bloc --- */
    .location-gallery__card {
        padding: 20px !important;
    }

    /* --- TITRE : "Une solution robuste et polyvalente signée Duradalle" --- */
    .location-gallery__title {
        font-size: 20px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px;
        font-weight: 100;
    }

    /* --- PARAGRAPHE INTRO --- */
    .location-gallery__intro {
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin-bottom: 25px;
    }

    /* --- GRID DES IMAGES --- */
    .location-gallery__grid {
        grid-template-columns: 1fr !important; 
        gap: 20px !important;                 
    }

    /* --- Bloc image + légende --- */
    .location-gallery__item img {
        width: 100% !important;
        max-width: 260px;           
        margin: 0 auto;
        display: block;
    }

    .location-gallery__item figcaption {
        font-size: 14px !important;
        margin-top: 8px;
        text-align: center;
        font-weight: 40;
        letter-spacing: 1.2px;
    }


/* Bouton “Demander un devis sur-mesure” */
    .location-cta__button {
        font-size: 13px !important;
        padding: 10px 18px !important;
        border-radius: 8px !important;
    }


   /* Paragraphe */
    .location-cta__text p {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }


        /* Titre : “Déplacez-les à l’infini” */
    .location-cta__text h2 {
        font-size: 20px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px;
    }

    .location-cta {
    padding: 0 20px;              
    max-width: 450px; 
    margin: -35px 0 35px 0;  
    }   
    
    .location-cta__inner {
        padding: 14px 14px;
        flex-direction: column;   /* texte au-dessus du bouton */
        align-items: center;
        gap: 16px;           
}
}


