/*page pour pose */

.separator {
  border: none;
  height: 2px;
  width: 80%;
  margin: 40px auto; /* espace autour */
  background: linear-gradient(to right, transparent, #174F82, transparent);
}


:root{
  --header-h: 72px; /* 60, 72, 80… selon la hauteur réelle de ta barre */
}


/* ===== SECTION VIDÉO + TEXTE (VERSION LARGE) ===== */

.pose-section {
  padding: 15px 20px; 
  background: #f5f6f8;
}

.pose-section__inner {
  max-width: 1600px;        
  margin: 0 auto;
  background: #eef2f7;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 60px;
  padding: 60px;
  align-items: center;
}

/* === VIDÉO === */
.pose-section__media {
  flex: 0 0 55%;           
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.pose-section__media video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* === TEXTE === */
.pose-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #00314c;
  padding-right: 10px;
}

.pose-section__eyebrow {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4a8dcb;
  margin-bottom: 10px;
  font-family: 'Courier New', Courier, monospace;
  max-width: 450px;
}

.pose-section__title {
  font-size: 40px;      
  font-weight: 700;
  line-height: 1.2;
  color: #002f52;
  margin-bottom: 25px;
}

.pose-section__text {
  font-size: 25px;
  line-height: 1.7;
  color: #334a5e;
  margin-bottom: 15px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.text-video {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Courier New', Courier, monospace;
  margin: 20px;
}

/* ====== BLOC ORANGE “SUR DEVIS” ====== */
.pose-cta {
  background: linear-gradient(135deg, #f97316 0%, #f25b16 100%);
  color: #ffffff;
  max-width: 1300px;
  margin: 80px auto 100px;
  padding: 60px 70px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}


.pose-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}

.pose-cta__text {
  flex: 1;
  min-width: 280px;
  font-family: 'Courier New', Courier, monospace;
}

.pose-cta__text h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #fff;
}

.pose-cta__text p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  max-width: 650px;
  opacity: 0.95;
  line-height: 25px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  letter-spacing: 1px;
}


/* === Bouton === */
.pose-cta__button {
  display: inline-block;
  background-color: #00314c;
  color: #ffffff;
  text-decoration: none;
  font-size: 40px;
  padding: 22px 70px; 
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
  font-family: 'Courier New', Courier, monospace;
}


.pose-cta__button:hover {
  background-color: #ffff;
  color: #ff7427;
  font-family: 'Courier New', Courier, monospace;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4);
}



/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .pose-section__inner {
    flex-direction: column;
    padding: 40px 25px;
  }

  .pose-section__media {
    width: 100%;
    flex: unset;
    max-height: 400px;
  }

  .pose-section__title {
    font-size: 34px;
  }

  .pose-section__text {
    font-size: 18px;
  }
}

@media (max-width: 600px) {

     .pose-section {
        margin-bottom: 0 !important;
        padding-bottom: 15px !important;
    }

     .pose-section__content {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }

    /* --- Petit titre bleu "POSE DES DALLES BÉTON" --- */
    .pose-section__eyebrow {
        font-size: 15px !important;
        letter-spacing: 0.12em !important;
        margin-bottom: 10px !important;
    }

    /* --- Gros titre "La pose des dalles Duradalle" --- */
    .pose-section__title {
        font-size: 20px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
        font-weight: 100;
    }

    /* --- Paragraphes --- */
    .pose-section__text {
        font-size: 12px !important;
        line-height: 1.45 !important;
        margin-bottom: 10px !important;
    }

     .pose-section__inner {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .pose-cta {
    display: flex;
    justify-content: center;
    padding: 15px 15px;
   }


    .pose-cta__inner {
    background: #f36f21;
    color: white;
    padding: 2rem;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    }

    .pose-cta__text h2 {
        font-size: 20px !important;      
        letter-spacing: 0.12em;
        font-weight: 100;
        margin-bottom: 12px;
    }

    .pose-cta__text p {
        font-size: 12px !important;      
        line-height: 1.4;
        margin-bottom: 5px;
    }

      .pose-cta__button {
        display: block;
        margin: 0 auto;
        width: 30%;               
        padding: 15px 15px;     
        font-size: 1.05rem;      
        border-radius: 40px;    
        text-align: center;  
    }
}


