body {
    background-color: #f8e1e9;
    margin: 0;
    font-family: "Fleur De Leah", cursive;
    min-height: 100vh;      
}

main {
    max-width: 1080px;
    margin: 0 auto;             
    padding: 0 15px;         
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}

html, body {
    cursor: url("../images/normalCurseur.cur") 16 16, auto;
}

a, a:hover, a:focus, .menu a, button, input[type="submit"], input[type="button"], select, 
[data-clickable], [role="botton"] {
    cursor: url("../images/linkCurseur.cur") 16 16, pointer;
}

.fleur-de-leah-regular {
    font-family: "Fleur De Leah", cursive;
    font-weight: 400;
    font-style: normal;
}

.parisienne-regular {

    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
}

.quintessential-regular {
    font-family: "Quintessential", serif;
    font-weight: 400;
    font-style: normal;
}

header {
    min-height: 180px !important;  
    position: relative;   
    display: flex;
    justify-content: space-between; 
    align-items: center;           
    padding: 15px 30px;
    background: #ffacd4;
}

#logo {
    width: 80px;
    height: 80px;
}

nav {
    font-size: x-large;
    display: flex;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;              
    gap: 30px;                  
}

nav a {
    color: #8A174D;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;    
}   

nav a:hover {
    padding:5px  10px;
    color: white;
    transition: all 0.3s ease;
}

h1 {
    font-size: 40px;
    text-align: center;
}

h2 {
    font-size: 25px;
    font-family:"Parisienne", cursive ;
}

#texte{
    font-family:"Quintessential", serif;
    font-size: 20px;
}

#barbie {
    font-family:"Parisienne", cursive ;
}

#barbie tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.dt-button {
    font-size: 0.75rem !important;
    padding: 3px 8px !important;
    border-radius: 12px !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.barbie {
    position: relative;
    width: 100%;
    height: calc(100vh - 180px); 
    overflow: hidden;
}

.barbie-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.barbie-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.barbie-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}


.tagline {
    font-size: clamp(1.6rem, 5vw, 2.8rem);
    margin: 1rem 0 2.5rem;
    opacity: 0.95;
}

.btn-primary {
    display: inline-block;
    background: lightpink;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px; 
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
    transition: all 0.5s ease;
}

html {
    scroll-behavior: smooth;
}

.btn-primary:hover {
    background:#8d105f ;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(199,21,133,0.35);
}

.intro {
    padding: 7rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.intro h2 {
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
    color: var(--pink-dark);
}

.intro-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    object-fit: cover;
}

@media (max-width: 900px) {
    .intro {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero {
        min-height: 70vh;
    }
}

#bouton {
  position: relative;
  padding: 10px;
  background: #8d105f;
  color: white;
  border: none;
  border-radius:5px;  
  margin-top: 1.5rem;
}

footer {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffacd4; 
    color: white;
    text-align: center;
    padding: 15px;
}

.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    font-family:"Fleur De Leah", cursive;
}

.contact-section h1 {
    font-family:"Fleur De Leah", cursive;
    font-size: 2.2rem;
    margin-bottom: 40px;
    text-align: center;
}

.contact-section form {
    width: 420px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(199,21,133,0.35);
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
}

#en-tete {
    display: flex;
    gap: 20px;
    width: 100%;
}

.champ {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.contact-section label {
    font-size: x-large;
}

.contact-section label span {
    color: rgb(0, 0, 0);
}

.contact-section input[type="text"], .contact-section input[type="email"], .contact-section textarea {
    width: 100%;
    padding: 12px;
    font-size: 0.95rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family:"Parisienne", cursive ;
    background-color: #f8ecf3;
}

.contact-section textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-section input[type="submit"] {
    width: 100%;
    background-color: #1F1E2F;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sommaire-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(199, 21, 133, 0.12);
    padding: 2.5rem 3rem;
    margin: 2rem auto;
    max-width: 1100px;
}

.sommaire-titre {
    font-family: "Parisienne", cursive;
    font-size: 3.2rem;
    color: #8A174D;
    text-align: center;
    margin: 0 0 2rem;
}

.sommaire-nav {
    text-align: center;
    margin-bottom: 3rem;
}

.sommaire-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4rem 2.2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sommaire-nav a {
    color: #8A174D;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    transition: all 0.25s ease;
}

.sommaire-nav a:hover,
.sommaire-nav a:focus {
    background: #ffacd4;
    color: white;
}

.sommaire-contenu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem 3rem;
}

main form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

main form label span {
    color: #8d105f;
}


.categorie-titre {
    font-family: "Parisienne", cursive;
    font-size: 2.1rem;
    color: #8d105f;
    margin: 0 0 1.1rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #ffacd4;
}

.film-liste {
    font-size: 25px;
    font-family: "Parisienne", cursive;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.7;
    color: #333;
}

.film-liste li {
    margin-bottom: 0.5rem;
}

.film-liste strong {
    color: #8A174D;
    font-weight: 600;
}

#back {
   position: absolute;
    bottom: 20px;
    right: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 44px;
    padding: 0 16px;
    background-color: #ffacd4;
    color: white;
    font-family: "Parisienne", cursive;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgba(141, 16, 95, 0.25);
    transition: all 0.25s ease;
    z-index: 5;
}

#back:hover {
    background-color: #e066a0;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(141, 16, 95, 0.35);
}

.sommaire-card{
    position: relative;    
    padding-bottom: 80px;
}

main.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main.contact::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
}

main.contact > * {
    position: relative;
    z-index: 1;
}

.contact-bg {
    width: 100%;
    min-height: 100vh;
    background: url("../images/bibblefond.jpeg") center / cover no-repeat;
    display: flex;
    justify-content: center;
}

#cr {
  font-family: "Quintessential", serif;
}

.films {
    max-width: 1080px;
    margin: 40px auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}

.films a {
    display: flex;
    flex-direction: column;
    background: #f8e1e9;
    border: 3px solid #e066a0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(141, 16, 95, 0.25);
    transition: all 0.35s ease;
}

.films a:hover {
    filter: opacity(100);
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(141, 16, 95, 0.4);
    border-color: #8d105f;
}

.films img {
    filter: opacity(50%);
    width: 100%;
    height: 320px;        
    object-fit: cover;   
    object-position: center top;
    display: block;
}

.films a:hover img {
    filter: none;
}

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 960px;
}

.modal-video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: black;
    border-radius: 16px;
    overflow: hidden;
}

.modal-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.close-video {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 3rem;
    color: white;
    cursor: pointer;
}

.partners-container {
   display: flex;
   flex-direction: column;
   gap: 3rem;
   margin: 2rem 0;
}

.partner-block {
   position: relative;
   width: 100%;
   max-width: 1080px;
   margin: 2rem auto;
   border: 3px solid rgba(141, 16, 95, 0.25);
   border-radius: 20px;
   overflow: hidden;
   box-shadow: 0 0 20px rgba(141, 16, 95, 0.25);
   height: 400px;
}

.partner-banner {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%; 
   background-size: cover;
   background-position: center;
   z-index: 0; 
}

.partner-photo {
   width: 120px;
   height: 120px;
   object-fit: cover;
   border-radius: 50%;
   border: 3px solid rgba(141, 16, 95, 0.25);
   position: relative; 
   top: 20px; 
   left: 50%;
   transform: translateX(-50%);
   z-index: 2;
}

.partner-info {
   background-color: rgba(255,255,255,0.8); 
   padding: 80px ;
   text-align: center;
   position: relative;
   z-index: 1;
   margin-top: -60px; 
   border-radius: 0 0 20px 20px; 
}

.partner-info h2 {
    font-family: "Quintessential", serif;
   margin: 0 0 0.3rem 0;
   font-size: 2rem;
   color: #222;
}

.partner-info h3 {
    font-family: "Quintessential", serif;
   font-size: 20px;
   margin: 0 0 0.5rem 0;
   font-weight: 400;
   color: #555;
}

.partner-info p {
    font-family: "Quintessential", serif;
   font-size: large;
   margin-bottom: 1rem;
   color: #333;
}

.partner-link {
   display: inline-block;
   padding: 0.5rem 1rem;
   background-color: rgba(141, 16, 95, 0.25);
   color: #000;
   text-decoration: none;
   border-radius: 10px;
   font-weight: bold;
   transition: all 0.3s;
}

.partner-link:hover {
   background-color: rgba(141, 16, 95, 0.25);
   box-shadow: 0 0 10px rgba(141, 16, 95, 0.25);
}

#gurl{
   border: 3px solid #C49FFF;
   box-shadow: 0 0 20px #C49FFF;
}

#gurl .partner-photo{
   border: 3px solid #C49FFF;
}

#gurl .partner-link{
   background-color: #C49FFF;
}

#girl{
   border: 3px solid #FF679D;
   box-shadow: 0 0 20px #FF679D;
}

#girl .partner-photo{
   border: 3px solid #FF679D;
}

#girl .partner-link{
   background-color: #FF679D;
}

.unique{
    font-size: 30px;
}

.affiche-card a:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(141, 16, 95, 0.4);
    border-color: #8d105f;
}

.affiche-card img {
    width: 100%;
    height: 320px;        
    object-fit: cover;   
    object-position: center top;
    display: block;
}


@keyframes spidey-shake {
    0% {
        transform: translateX(0) scale(1.1);
    }

    50% {
        transform: translateX(-2px) scale(1.1);
    }

    100% {
        transform: translateX(2px) scale(1.1);
    }
}

.affiches-auteurs {
    font-size: larger;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.affiche-card{
    position: relative;
}

.affiche-card .overlay {
    font-family: "Quintessential", serif;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e066a0;
    color: #1F1E2F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 8px;
    padding: 10px;
}

.affiche-card:hover .overlay {
    opacity: 1;
}

.truc {
    text-decoration: none;
    margin-left: auto;
    color: #1F1E2F;
    font-family: "Quintessential", serif;
}