/* Page Devenir victime */
.victim-body{
  background:
    linear-gradient(rgba(0,0,0,.78),rgba(0,0,0,.78)),
    url('../assets/background-site-rope.jpg') center center / cover fixed;
  color:#111;
}

.victim-page{
  width:min(1440px,94vw);
  margin:0 auto;
  padding:120px 0 50px;
}

.victim-hero{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:stretch;
  color:#fff;
  margin-bottom:24px;
}

.victim-hero-main,
.victim-hero-card{
  border-radius:24px;
  border:1px solid rgba(255,98,0,.38);
  background:rgba(0,0,0,.58);
  box-shadow:0 18px 45px rgba(0,0,0,.30);
  backdrop-filter:blur(5px);
}

.victim-hero-main{
  padding:44px;
}

.victim-kicker{
  color:var(--orange);
  font-weight:900;
  font-style:italic;
  font-size:21px;
  margin:0 0 10px;
}

.victim-hero h1{
  font-family:"Bebas Neue",Impact,sans-serif;
  font-size:88px;
  line-height:.9;
  margin:0 0 20px;
  text-transform:uppercase;
}

.victim-hero p{
  font-size:18px;
  line-height:1.55;
  max-width:780px;
}

.victim-hero-card{
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.victim-hero-card strong{
  display:block;
  font-family:"Bebas Neue",Impact,sans-serif;
  font-size:42px;
  color:var(--orange);
  line-height:1;
  margin-bottom:16px;
}

.victim-checklist{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:13px;
}

.victim-checklist li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  line-height:1.45;
  font-weight:700;
}

.victim-checklist li::before{
  content:"✓";
  color:#fff;
  background:var(--orange);
  width:24px;
  height:24px;
  flex:0 0 24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:14px;
  font-weight:900;
}

.victim-section{
  background:rgba(255,255,255,.96);
  border-radius:22px;
  padding:30px;
  margin-bottom:22px;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}

.victim-section.orange-border{border-left:7px solid var(--orange)}
.victim-section.green-border{border-left:7px solid #638425}
.victim-section.blue-border{border-left:7px solid #0f4f7d}

.victim-section h2{
  font-family:"Bebas Neue",Impact,sans-serif;
  font-size:46px;
  line-height:1;
  margin:0 0 14px;
  color:#111;
}

.victim-section p{
  color:#444;
  line-height:1.58;
  font-size:16px;
}

.victim-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:18px;
}

.victim-card{
  background:#fff;
  border:1px solid #eadfd3;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.victim-card .icon{
  width:50px;
  height:50px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#fff3e8;
  font-size:25px;
  margin-bottom:14px;
}

.victim-card h3{
  font-family:"Bebas Neue",Impact,sans-serif;
  font-size:31px;
  margin:0 0 8px;
  line-height:1;
}

.victim-card p{
  font-size:14px;
  margin:0;
}

.victim-grid-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.victim-form{
  display:grid;
  gap:14px;
}

.victim-form .form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.victim-form label{
  display:grid;
  gap:6px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  color:#333;
}

.victim-form input,
.victim-form select,
.victim-form textarea{
  width:100%;
  border:1px solid #ddd;
  border-radius:10px;
  padding:12px;
  font:inherit;
  background:#fff;
}

.victim-form textarea{min-height:120px}

.victim-alert{
  border-radius:16px;
  padding:18px 22px;
  margin-bottom:18px;
  background:#eaf7e6;
  border-left:6px solid #638425;
}

.victim-alert.error{
  background:#fff1f1;
  border-left-color:#b91c1c;
}

.victim-story-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.victim-story{
  position:relative;
  background:#fff;
  border:1px solid #eadfd3;
  border-radius:18px;
  padding:22px;
  overflow:hidden;
}

.victim-story::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:90px;
  height:90px;
  background:linear-gradient(135deg,transparent 50%,rgba(255,90,0,.18) 50%);
}

.victim-story h3{
  font-family:"Bebas Neue",Impact,sans-serif;
  font-size:30px;
  margin:0 0 8px;
}

.victim-story p{
  font-size:14px;
  margin:0;
}

@media(max-width:1100px){
  .victim-hero,
  .victim-grid-two{
    grid-template-columns:1fr;
  }
  .victim-cards{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .victim-page{
    padding-top:45px;
  }
  .victim-hero h1{
    font-size:58px;
  }
  .victim-form .form-grid,
  .victim-story-grid{
    grid-template-columns:1fr;
  }
}



/* Cartes photos rondes dans le rôle des victimes */
.victim-card{
  position:relative;
  padding:24px 142px 24px 22px;
  min-height:150px;
}

.victim-card .icon{
  position:absolute;
  top:22px;
  right:22px;
  width:100px;
  height:100px;
  border-radius:50%;
  overflow:hidden;
  border:3px solid var(--orange);
  background:#fff3e8;
  box-shadow:0 8px 20px rgba(0,0,0,.16);
}

.victim-card .icon img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Section Victimes 2025 */
.section-title-inline{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-end;
  margin-bottom:22px;
}

.section-title-inline > div{
  max-width:920px;
}

.section-title-inline p{
  margin-bottom:0;
}

.victim-profiles-section{
  overflow:hidden;
}

.victim-profiles-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  gap:22px;
}

.victim-profile-card{
  position:relative;
  isolation:isolate;
  background:#fff;
  border:1px solid #eadfd3;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  display:grid;
  grid-template-rows:auto 1fr;
  min-width:0;
}

.victim-profile-photos{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  height:230px;
  background:#161616;
  overflow:hidden;
}

.victim-profile-photos img{
  width:100%;
  height:100%;
  min-width:0;
  object-fit:cover;
  object-position:center;
  display:block;
}

.victim-profile-photos img + img{
  border-left:1px solid rgba(255,255,255,.22);
}

.victim-profile-content{
  position:relative;
  z-index:2;
  display:grid;
  align-content:start;
  background:#fff;
  padding:18px 20px 20px;
  min-height:190px;
}

.victim-profile-tag{
  display:inline-flex;
  width:max-content;
  background:var(--orange);
  color:#fff;
  border-radius:999px;
  padding:7px 11px;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  margin:-34px 0 12px;
  box-shadow:0 8px 16px rgba(255,90,0,.24);
}

.victim-profile-content h3{
  font-family:"Bebas Neue",Impact,sans-serif;
  font-size:36px;
  line-height:1;
  margin:0 0 4px;
  color:#111;
}

.victim-profile-age{
  margin:0 0 10px!important;
  color:var(--orange)!important;
  font-weight:900;
}

.victim-profile-content p{
  font-size:14px;
  margin:0;
  line-height:1.5;
  color:#333;
}

@media(max-width:1100px){
  .victim-profiles-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:720px){
  .victim-card{
    padding:22px;
    padding-top:132px;
  }

  .victim-card .icon{
    top:20px;
    left:22px;
    right:auto;
  }

  .victim-profiles-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .victim-profile-photos{
    height:280px;
  }

  .victim-profile-content{
    min-height:auto;
    padding:18px;
  }

  .victim-profile-content h3{
    font-size:34px;
  }
}


/* Victimes v61 */
.victim-hero-main{
  background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.48)),url('../assets/victime.jpeg') center center / cover!important;
}
.victim-card .icon{background:#fff!important}
.victim-card .icon img{width:100%;height:100%;object-fit:cover;display:block}

/* v62 - image dans le cadre titre Victimes */
.victim-hero-main{
  position:relative;
  overflow:hidden;
  background-image:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.62)),url('../assets/cadre-titre-page-Victimes.jpg')!important;
  background-size:cover!important;
  background-position:center!important;
}
.victim-card .icon img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transform:scale(1.02)}
.victim-card:hover .icon img{transform:scale(1.08);transition:.3s ease}

/* v118 - grille victimes stable dans toutes les langues */
.victim-profiles-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:start!important;
}
.victim-profile-card{
  display:flex!important;
  flex-direction:column!important;
  height:auto!important;
  min-height:0!important;
}
.victim-profile-photos{
  flex:0 0 auto!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  min-height:0!important;
}
.victim-profile-photos img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.victim-profile-content{
  display:block!important;
  min-height:205px!important;
  height:auto!important;
  overflow:visible!important;
}
.victim-profile-content p{
  overflow-wrap:anywhere;
  hyphens:auto;
}
@media(max-width:1100px){
  .victim-profiles-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:720px){
  .victim-profiles-grid{grid-template-columns:1fr!important}
  .victim-profile-photos{aspect-ratio:4/3!important}
  .victim-profile-content{min-height:0!important}
}
