/*
  style.css
  Solvana Music (Solvana Group Corporation)
  Version : 1.0.5
  © 2025 Solvana Group Corporation – Tous droits réservés
*/

/* ----- RESET & BASE ----- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Inter', Arial, sans-serif;
  color: #1a1a1a;
  /* Texture SVG ultra-light en fond */
  background: #fafafd url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='14' width='30' height='2' fill='%23ffe2e9'/%3E%3C/svg%3E") repeat;
  background-size: 90px 90px;
}

/* ----- HEADER & NAV ----- */
header {
  background: #fff;
  box-shadow: 0 1px 8px #0001;
}
.navbar-music {
  max-width:1300px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 1.2rem 2rem 1.2rem 2rem;
}
.logo-glow {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.logo-glow img {
  display: block;
  position: relative;
  z-index: 1;
  height:55px;
  width:auto;
  transition: filter 0.33s;
}
.logo-shine {
  pointer-events: none;
  position: absolute;
  top: 0; left: -80%;
  width: 80%; height: 100%;
  background: linear-gradient(110deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,0) 100%);
  transform: skewX(-22deg);
  z-index: 2;
  opacity: 0;
  transition: left 0.7s cubic-bezier(.2,1.2,.2,1), opacity 0.22s;
}
.logo-glow:hover .logo-shine {
  left: 110%;
  opacity: 1;
  transition: left 0.7s cubic-bezier(.2,1.2,.2,1), opacity 0.22s;
}
.navbar-music nav {
  display:flex;
  gap:2.1rem;
  align-items:center;
}
.navbar-music nav a {
  color:#20242c;
  text-decoration:none;
  font-weight:500;
  font-size:1.07rem;
  transition: color 0.16s;
  padding: 0.15em 0.1em;
  border-radius:5px;
}
.navbar-music nav a[aria-current="page"] {
  color: #FF003E;
  font-weight:700;
}
.navbar-music nav a:hover {
  background:#ffe3ea;
  color:#FF003E;
}
@media (max-width:700px) {
  .navbar-music { flex-direction:column; gap:0.9rem; padding:1rem 0.7rem;}
  .navbar-music nav { gap:1.2rem;}
  .logo-glow img { height:38px;}
}

/* ----- SLOGAN ACCUEIL (ENCADRÉ FLOTTANT) ----- */
.home-slogan {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2rem;
  margin-top: 0.4rem;
}
.slogan-box {
  opacity: 0;
  transform: translateY(35px);
  animation: slogan-slidein 1.2s 0.15s cubic-bezier(.66,.07,.5,1.01) forwards;
  background: rgba(255,255,255,0.88);
  border-radius: 19px;
  padding: 1.3rem 2.3rem 1.15rem 2.3rem;
  box-shadow: 0 2px 14px #0001;
  border: 1px solid #ffe2e9;
  text-align: center;
  max-width: 600px;
}
.slogan-title {
  display: block;
  color: #FF003E;
  font-weight: 700;
  font-size: 1.32rem;
  letter-spacing: -0.5px;
  margin-bottom: 0.44em;
  line-height: 1.18em;
}
.slogan-desc {
  display: block;
  color: #20242c;
  font-size: 1.03rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@keyframes slogan-slidein {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 600px){
  .slogan-box { font-size: 1rem; padding: 0.85rem 0.7rem; max-width:97vw;}
  .home-slogan { min-height: 65px;}
  .slogan-title { font-size: 1.02rem; }
  .slogan-desc { font-size: 0.97rem; }
}

/* ----- PAGE À PROPOS (ENCADRÉ FLOTTANT) ----- */
.aboutus-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.2rem 0 2.5rem 0;
  min-height: 60vh;
}
.aboutus-container {
  background: rgba(255,255,255,0.92);
  border-radius: 22px;
  box-shadow: 0 3px 20px #0001, 0 0 0 1.5px #ffe2e9;
  max-width: 720px;
  width: 96vw;
  margin: 0 auto;
  padding: 2.2rem 2.3rem 2.2rem 2.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.15rem;
  position: relative;
  z-index: 2;
}
.aboutus-title {
  font-size: 2.15rem;
  color: #FF003E;
  font-weight: 800;
  margin-bottom: 0.22em;
  letter-spacing: -1px;
  text-align: center;
}
.aboutus-manifeste {
  font-size: 1.18rem;
  font-weight: 500;
  color: #222;
  text-align: center;
  background: rgba(255,241,245,0.28);
  border-radius: 14px;
  padding: 1.15em 1.3em;
  border: 1.5px solid #ffe2e9;
  margin: 0 auto 0.7rem auto;
  line-height: 1.48em;
  box-shadow: 0 1px 7px #0001;
  max-width: 500px;
}
.aboutus-blocks {
  display: flex;
  gap: 2.3rem;
  flex-wrap: wrap;
  justify-content: center;
}
.aboutus-block {
  flex: 1 1 240px;
  min-width: 210px;
  background: #fff7fa;
  border-radius: 12px;
  box-shadow: 0 1px 6px #0001;
  padding: 1.2em 1.5em;
  margin-bottom: 1.2em;
  border: 1px solid #ffe2e9;
}
.aboutus-block h2 {
  color: #FF003E;
  font-size: 1.13rem;
  font-weight: 700;
  margin-bottom: 0.7em;
  margin-top: 0.1em;
}
.aboutus-block p,
.aboutus-block ul {
  font-size: 1.05rem;
  color: #1a1a1a;
  margin-bottom: 0.3em;
  margin-top: 0;
  font-weight: 400;
}
.aboutus-list {
  list-style: disc inside;
  padding-left: 0.7em;
  margin: 0.3em 0 0.7em 0;
}
.aboutus-list li {
  margin-bottom: 0.28em;
}
.aboutus-block em {
  color: #FF003E;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.aboutus-cta {
  background: #fff1f7;
  border-radius: 12px;
  box-shadow: 0 1px 7px #0001;
  padding: 1.1em 1.5em;
  margin: 1.2em auto 0 auto;
  border: 1px solid #ffe2e9;
  text-align: center;
  font-size: 1.05rem;
  color: #1a1a1a;
}
.aboutus-cta a {
  color: #FF003E;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 0.16em;
  transition: color 0.19s;
}
.aboutus-cta a:hover {
  color: #ce0033;
  text-decoration: underline wavy;
}

/* Responsive PAGE À PROPOS */
@media (max-width: 900px) {
  .aboutus-container { padding: 1.6rem 0.6rem 1.6rem 0.6rem;}
  .aboutus-title { font-size: 1.29rem;}
  .aboutus-manifeste { font-size: 1rem; }
  .aboutus-blocks { flex-direction: column; gap: 0.9rem;}
  .aboutus-block { padding: 0.95em 0.6em; font-size: 0.99rem; }
}
@media (max-width:600px) {
  .aboutus-main { padding: 1.1rem 0 1.2rem 0;}
  .aboutus-container { border-radius: 12px; }
}

/* ----- CAROUSEL ARTISTS (maintenant en haut) ----- */
.carousel-artists {
  max-width:1080px;
  margin:2.2rem auto 2.7rem auto;
  background:#fff;
  border-radius:18px;
  box-shadow:0 1px 12px #0001;
  padding:2rem 0;
  overflow:hidden;
  position:relative;
}
.artist-track {
  display:flex;
  gap:2.6rem;
  align-items:center;
  animation:scrollArtists 52s linear infinite;
}
.artist-card {
  flex:0 0 auto;
  text-align:center;
}
.artist-photo-container {
  position: relative;
  display: inline-block;
}
.artist-photo {
  border-radius:99px;
  height:90px; width:90px;
  object-fit:cover;
  background:#f3f3f3;
  border:2px solid #e5e5e5;
  box-shadow:0 1px 6px #0001;
  margin: 0 auto 0.7rem auto;
  transition: filter 0.18s;
}
.artist-discover {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%) scale(0.82);
  background: rgba(255,0,62,0.92);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.42em 1.22em;
  border-radius: 38px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s, transform 0.22s;
  box-shadow: 0 2px 10px #0002;
  letter-spacing: 0.5px;
}
.artist-photo-container:hover .artist-discover,
.artist-photo-container:focus-within .artist-discover {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
}
.artist-photo-container:hover .artist-photo {
  filter: brightness(0.86) blur(1px);
}
.artist-name {
  font-weight:600;
  font-size:1.08rem;
  color:#FF003E;
  margin-bottom:0.12rem;
}
.artist-label {
  font-size:0.93rem;
  color:#7a7a7a;
}
@keyframes scrollArtists {
  0% { transform:translateX(0);}
  100% { transform:translateX(-50%);}
}

/* ----- CAROUSEL LABELS (5 logos toujours visibles, maintenant en bas) ----- */
.carousel-labels {
  background:#fff;
  border-radius:18px;
  margin:2.6rem auto 1.8rem auto;
  padding:1.5rem 0;
  max-width: 830px;
  min-width: 310px;
  box-shadow:0 1px 12px #0001;
  overflow:hidden;
}
.carousel-track {
  display:flex;
  align-items:center;
  gap:2.6rem;
  animation:scrollLabels 35s linear infinite;
  width: max-content;
  justify-content: flex-start;
}
.carousel-label {
  flex:0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  min-width: 100px;
  max-width: 130px;
}
.carousel-label img,
.carousel-label img.label-img-color {
  max-height: 54px;
  max-width: 120px;
  width: auto;
  height: auto;
  display: block;
  filter: grayscale(100%) contrast(0.8);
  opacity: 0.68;
  transition: filter 0.33s, opacity 0.25s;
  object-fit: contain;
}
.carousel-label:hover img,
.carousel-label:hover img.label-img-color {
  filter: none;
  opacity: 1;
}
@keyframes scrollLabels {
  0% { transform:translateX(0);}
  100% { transform:translateX(-50%);}
}

/* ----- NEWS / ACTUALITÉS ----- */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
  margin: 2.2rem auto 0 auto;
  max-width: 730px;
}

.news-item {
  background: rgba(255,255,255,0.96);
  border-radius: 19px;
  box-shadow: 0 2px 14px #0001, 0 0 0 1.5px #ffe2e9;
  padding: 1.8rem 2.2rem 1.6rem 2.2rem;
  position: relative;
  transition: box-shadow 0.18s, transform 0.16s;
  border: 1px solid #ffe2e9;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.news-item:hover {
  box-shadow: 0 4px 22px #ff003e19, 0 0 0 1.5px #ff003e;
  transform: translateY(-3px) scale(1.015);
}

.news-title {
  color: #FF003E;
  font-size: 1.27rem;
  font-weight: 800;
  margin: 0 0 0.55em 0;
  letter-spacing: -0.4px;
  line-height: 1.15em;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 1.2em;
  font-size: 1rem;
  color: #7a7a7a;
  font-weight: 500;
  margin-bottom: 0.13em;
}
.news-date {
  font-size: 0.98rem;
  font-weight: 500;
  color: #FF003E;
  letter-spacing: 0.02em;
}
.news-author {
  font-size: 0.99rem;
  color: #8e8e8e;
}

.news-summary {
  background: #fff1f7;
  border-radius: 10px;
  padding: 0.68em 1.05em 0.68em 1.05em;
  color: #1a1a1a;
  font-size: 1.09rem;
  font-weight: 500;
  margin-bottom: 0.28em;
  border-left: 3.5px solid #FF003E;
  border-right: 3.5px solid #ffe2e9;
}

.news-excerpt {
  color: #21242b;
  font-size: 1.07rem;
  line-height: 1.62em;
  margin-bottom: 0.05em;
}

.news-empty {
  background: #fff1f7;
  border-radius: 13px;
  border: 1.2px solid #ffe2e9;
  box-shadow: 0 1px 8px #0001;
  color: #FF003E;
  font-size: 1.1rem;
  font-weight: 500;
  max-width: 430px;
  margin: 3.5rem auto 0 auto;
  padding: 1.55rem 1.2rem;
  text-align: center;
}

@media (max-width: 700px) {
  .news-list { padding: 0 0.2rem; }
  .news-item { padding: 1.15rem 0.7rem; border-radius: 10px; }
  .news-title { font-size: 1.06rem; }
  .news-summary { font-size: 0.97rem; padding: 0.55em 0.6em; }
  .news-meta { font-size: 0.92rem; gap: 0.5em;}
  .news-excerpt { font-size: 0.97rem;}
}

/* ----- RECRUTEMENT / EMPLOIS ----- */
.recruitment-hero {
  background: linear-gradient(120deg, #fff6f8 0%, #fff 100%);
  text-align: center;
  padding: 4rem 2rem 2.5rem 2rem;
  border-bottom: 1px solid #ffe2e9;
}
.recruitment-hero h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #FF003E;
  letter-spacing: -1px;
}
.recruitment-hero p {
  font-size: 1.15rem;
  color: #1b1f23;
  margin-bottom: 1.5rem;
}

.job-list {
  max-width: 900px;
  margin: 2.5rem auto 1.5rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 0 2rem;
}
@media (max-width: 850px) {
  .job-list { grid-template-columns: 1fr; }
}
.job-card {
  background: #fff7fa;
  border-radius: 15px;
  box-shadow: 0 1px 8px #0001;
  padding: 1.7rem 1.3rem 1.2rem 1.3rem;
  text-align: left;
  border: 1px solid #ffe2e9;
  transition: box-shadow 0.18s;
}
.job-card h3 {
  font-size: 1.18rem;
  color: #FF003E;
  margin: 0 0 0.7rem 0;
  font-weight: 700;
}
.badge-sector {
  display: inline-block;
  background: #FF003E;
  color: #fff;
  font-size: 0.97rem;
  border-radius: 15px;
  padding: 0.12em 1.05em 0.10em 1.05em;
  font-weight: 500;
  margin-bottom: 0.35rem;
  margin-right: 0.5rem;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  margin-top: 0.1rem;
  box-shadow: 0 1px 4px #ff003e16;
}
.job-card p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.6rem;
}
.job-card .btn {
  display: inline-block;
  background: #FF003E;
  color: #fff;
  border-radius: 7px;
  padding: 0.5rem 1.3rem;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  margin-top: 0.4rem;
  transition: background 0.17s;
  border: none;
  box-shadow: 0 2px 7px #ff003e13;
}
.job-card .btn:hover,
.job-card .btn:focus {
  background: #ce0033;
  color: #fff;
}

.why-join {
  max-width: 900px;
  margin: 2.7rem auto 2.1rem auto;
  background: #fff4f8;
  border-radius: 14px;
  padding: 2.3rem 2rem 1.8rem 2rem;
  border: 1.5px solid #ffe2e9;
  box-shadow: 0 1px 9px #ff003e11;
}
.why-join h2 {
  font-size: 1.2rem;
  color: #FF003E;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.why-join ul {
  margin: 0;
  padding-left: 1.3rem;
  color: #222;
  font-size: 1.03rem;
}
.why-join li {
  margin-bottom: 0.6rem;
}

@media (max-width: 600px) {
  .job-list { padding: 0 0.2rem; gap: 1.1rem; }
  .job-card { padding: 1.05rem 0.7rem 0.85rem 0.7rem;}
  .recruitment-hero { padding: 2.4rem 0.5rem 1.6rem 0.5rem; }
  .why-join { padding: 1.2rem 0.6rem 1.0rem 0.6rem; }
}

/* ----- FOOTER STICKY ----- */
footer {
  background: #FF003E;
  color: #fff;
  padding:2.3rem 0 1.3rem 0;
  margin-top:auto;
}
.footer-music {
  max-width:1240px;
  margin:0 auto;
  display:flex;
  gap:2.8rem;
  flex-wrap:wrap;
  justify-content:space-between;
}
.footer-music .footer-section { min-width:170px; }
.footer-music a { color:#fff; text-decoration:underline; }
.footer-bottom {
  text-align:center;
  font-size:0.97rem;
  margin-top:1.6rem;
  color:#ffc8d4;
}

/* ----- DIVERS / UTILS ----- */
ul { margin:0; padding-left:1.2rem; }
h1,h2,h3,h4,h5 { font-family:inherit; font-weight:700; color:#222; margin-top:0; }
h1 { color: #FF003E; }
section { margin-bottom:2rem; }
@media (max-width: 900px) {
  .footer-music { flex-direction:column; gap:1.4rem; }
}