
/* =========================================================
   V43 — Nouvelle page Offres CRITT, rendu premium validé
   ========================================================= */

#offresCentralContent{
  background:#F7FAFC;
  color:#071B2E;
  font-family:inherit;
}

.v43-offres-hero{
  position:relative;
  min-height:440px;
  background-image:url("../images/v43/hero-offres.png");
  background-size:cover;
  background-position:center center;
  overflow:hidden;
  display:flex;
  align-items:center;
}

.v43-offres-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(2,15,27,.98) 0%,rgba(2,15,27,.82) 36%,rgba(2,15,27,.35) 70%,rgba(2,15,27,.08) 100%),
    radial-gradient(circle at 20% 24%,rgba(0,196,184,.18),transparent 28%);
}

.v43-offres-hero-inner{
  position:relative;
  z-index:1;
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:72px 54px;
}

.v43-offres-hero-copy{
  max-width:640px;
}

.v43-offres-hero-copy span{
  color:#00C4B8;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:15px;
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
}

.v43-offres-hero-copy span::after{
  content:"";
  width:48px;
  height:2px;
  background:#00C4B8;
  display:inline-block;
}

.v43-offres-hero-copy h1{
  color:#fff;
  font-size:48px;
  line-height:1.08;
  letter-spacing:-.045em;
  margin:0 0 22px;
  font-weight:900;
}

.v43-offres-hero-copy p{
  color:rgba(255,255,255,.90);
  font-size:18px;
  line-height:1.65;
  max-width:600px;
  margin:0 0 26px;
}

.v43-hero-cta{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:13px 18px;
  border:1px solid #00C4B8;
  color:#fff;
  border-radius:8px;
  text-decoration:none;
  font-weight:800;
  transition:.2s ease;
}

.v43-hero-cta:hover{
  background:#00A9A0;
  color:#fff;
}

.v43-offres-grid{
  max-width:1440px;
  margin:0 auto;
  padding:34px 54px 28px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}

.v43-offre-card{
  background:#fff;
  border:1px solid #DCE7EF;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(6,27,46,.07);
  position:relative;
  transition:transform .22s ease, box-shadow .22s ease;
}

.v43-offre-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 52px rgba(6,27,46,.13);
}

.v43-card-image{
  height:170px;
  overflow:hidden;
  background:#061B2E;
}

.v43-card-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  transition:transform .3s ease;
}

.v43-offre-card:hover .v43-card-image img{
  transform:scale(1.035);
}

.v43-card-icon{
  position:absolute;
  left:28px;
  top:140px;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#00A9A0;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:900;
  border:5px solid #fff;
  box-shadow:0 10px 26px rgba(0,169,160,.28);
}

.v43-card-body{
  padding:42px 24px 22px;
}

.v43-card-body > span{
  display:block;
  color:#00A9A0;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:6px;
}

.v43-card-body h2{
  margin:0 0 14px;
  color:#061B2E;
  font-size:23px;
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:900;
}

.v43-card-body ul{
  list-style:none;
  padding:0;
  margin:0 0 18px;
}

.v43-card-body li{
  position:relative;
  padding-left:16px;
  color:#425466;
  font-size:13px;
  line-height:1.55;
  margin:5px 0;
}

.v43-card-body li::before{
  content:"";
  position:absolute;
  left:0;
  top:.65em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#00A9A0;
}

.v43-card-body a{
  float:right;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 13px;
  border:1px solid #C8D8E2;
  border-radius:8px;
  color:#061B2E;
  background:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:12px;
  transition:.2s ease;
}

.v43-card-body a:hover{
  border-color:#00A9A0;
  color:#00A9A0;
}

.v43-card-body::after{
  content:"";
  display:block;
  clear:both;
}

.v43-offres-footer-band{
  max-width:1440px;
  margin:8px auto 0;
  background:#031B2D;
  color:#fff;
  padding:22px 54px;
  display:grid;
  grid-template-columns:repeat(4,1fr) auto;
  gap:24px;
  align-items:center;
}

.v43-offres-footer-band article{
  display:grid;
  gap:4px;
  border-right:1px solid rgba(0,196,184,.38);
  padding-right:22px;
}

.v43-offres-footer-band strong{
  font-size:14px;
  color:#fff;
}

.v43-offres-footer-band span{
  font-size:13px;
  color:rgba(255,255,255,.76);
}

.v43-offres-footer-band a{
  color:#00C4B8;
  border:1px solid #00C4B8;
  border-radius:8px;
  padding:11px 16px;
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
}

.v43-offres-footer-band a:hover{
  background:#00A9A0;
  color:#fff;
}

@media(max-width:1050px){
  .v43-offres-grid{
    grid-template-columns:1fr 1fr;
  }
  .v43-offres-footer-band{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:720px){
  .v43-offres-hero-inner,
  .v43-offres-grid{
    padding-left:24px;
    padding-right:24px;
  }
  .v43-offres-hero-copy h1{
    font-size:34px;
  }
  .v43-offres-grid{
    grid-template-columns:1fr;
  }
  .v43-offres-footer-band{
    grid-template-columns:1fr;
    padding:24px;
  }
  .v43-offres-footer-band article{
    border-right:0;
    border-bottom:1px solid rgba(0,196,184,.25);
    padding:0 0 14px;
  }
}


/* V43.2 Accompagnement */
.v43-accompagnement{
 max-width:1440px;
 margin:20px auto 30px;
 padding:30px 54px;
 display:grid;
 grid-template-columns:1fr auto;
 gap:30px;
 align-items:center;
 background:#fff;
 border:2px dashed #00C4B8;
 border-radius:18px;
}
.v43-accompagnement span{
 color:#00A9A0;font-weight:900;text-transform:uppercase;font-size:13px;
}
.v43-accompagnement h2{
 margin:8px 0 10px;color:#061B2E;font-size:30px;
}
.v43-accompagnement p{
 margin:0;color:#425466;line-height:1.6;
}
.v43-accompagnement a{
 display:inline-block;background:#00A9A0;color:#fff;
 text-decoration:none;padding:14px 20px;border-radius:10px;font-weight:800;
}
@media(max-width:900px){
 .v43-accompagnement{grid-template-columns:1fr;padding:24px;}
}
