body {
  background-color:#6B0F1A;
  text-align: center;
  padding-top: 10px;
  font-family: Arial, sans-serif;
  margin: 0;
  cursor: url('https://cdn.cursors-4u.net/css-previews/red-spinning-heart-within-a-heart-fcc7b252-css.webp') 16 16, auto;
}


/* Conteneur étagère */
.etagere-container {
  position: relative;   /* important pour positionner titre et CD dessus */
  display: inline-block;
}

/* Image de l'étagère */
.etagere-img {
  display: block;
  width: 1400px;       
  max-width: 100%;      
  height: auto;
}

/* Titre sur l'étagère */
.love-title {
  position: absolute;
  top: 100px;          /* distance depuis le haut de l'image */
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Great Vibes', cursive;
  font-size: 6rem;
  font-weight: normal;
  justify-content: center;
  -webkit-text-stroke: 1px #6B0F1A;
  background: linear-gradient(270deg, #F8C8DC, #FF2E88, #6B0F1A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 5px rgba(107, 15, 26, 0.7);
  background-size: 600% 600%;
  animation: gradientShift 10s ease infinite;
  z-index: 2;
}

.title-link {
  text-decoration: none;
  color: inherit;/* enlève le soulignement */
}

/* CD alignés sur l'étagère */
.cd-shelf {
  position: absolute; 
  bottom: 100px;        /* distance du bas de l'image pour que CD touchent la tranche */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 2;
}

.cd img {
  width: 200px; 
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

.cd img:hover {
  transform: translateY(-10px) scale(1.1);
  box-shadow: 0 0px 25px #FF2E88;
  filter: brightness(1.1);
}


/* Animation du gradient */
@keyframes gradientShift {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}






.diary {
  background-image:url('red and pink stripes.jpg');
  background-size: cover;      
  background-position: center;  
  background-repeat: no-repeat; 
  margin: 0;
  z-index: 2;
}

.diary .love-title {
  font-family: 'Great Vibes', cursive;   /* même police que l'accueil */
  font-size: 6rem;                       /* ajuste selon la taille que tu veux */
  font-weight: normal;
  -webkit-text-stroke: 1px #6B0F1A;     /* contour bordeaux/rose foncé */
  background: linear-gradient(270deg, #F8C8DC, #FF2E88, #6B0F1A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 5px rgba(107, 15, 26, 0.7);
  background-size: 600% 600%;
  animation: gradientShift 10s ease infinite;

  text-align: center;   /* centre le texte dans son container */
  margin: 0;            /* supprime les marges par défaut */
  padding: 20px 0;      /* espace vertical à l'intérieur du header */
  display: block;       /* s'assure que le texte prend toute la largeur disponible */
}



.diary .container {
  width: 900px;
  margin: 40px auto;
  background-color: #E0A4B0;
  border: 4px solid #9E182B;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.diary .header {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 30px auto;
  padding: 20px 0;

  background-image: url("pinkfont2.jpg"); /* ton image ici */
  background-size: cover;      /* couvre tout le cadre */
  background-position: center; /* centre l’image */
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  align-items: center;
  border: 3px solid #9E182B;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  display: flex;   
  flex-direction:column;/* active flex */
  justify-content: center; /* centre horizontalement */
  position: relative;
  text-align: center;
}

.diary .love-title {
  font-family: 'Great Vibes', cursive;
  font-size: 3rem;
  font-weight: normal;
  -webkit-text-stroke: 1px #6B0F1A;
  background: linear-gradient(270deg, #F8C8DC, #FF2E88, #6B0F1A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 5px rgba(107, 15, 26, 0.7);
  background-size: 600% 600%;
  animation: gradientShift 10s ease infinite;

  margin: 0;               /* supprime tout décalage */
  display: inline-block;   /* pour respecter flex centering */
  position: static;        /* retire absolute */
}

.diary .content {
  display: flex;
  
  
}

.diary .sidebar {
  width: 200px;
  border-right: 2px solid #9E182B;
  padding-right: 15px;
}

.diary .sidebar a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #A00C21;
  font-weight: bold;
}

.diary .sidebar a:hover {
  color: #FF2E88;
}

.diary .main {
  flex: 1;
  padding-left: 20px;
}

.diary .entry {
  margin-bottom: 80px;
  color:#9E182B;
}

.home-link {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

  text-decoration: none;
  font-family: 'Great Vibes', cursive;
  font-size: 1.6rem;
  color: #EF233C;

  transition: 0.3s ease;
}

.home-link:hover {
  color: #FF2E88;
}




/* ---------- PAGE MUSIC ---------- */
.music {
  margin: 0;
  min-height: 100vh;

  background-image: url("pinkfont1.jpg"); /* ton fond */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
}

.music-title {
  font-family: 'Great Vibes', cursive;
  font-size: 4rem;
  -webkit-text-stroke: 1px #6B0F1A;
  background: linear-gradient(270deg, #F8C8DC, #FF2E88, #6B0F1A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 600% 600%;
  font-weight: normal;
  animation: gradientShift 10s ease infinite;
  text-align: center;
  padding-top: 10px;
  margin: -40px 0;
}


.music-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

/* Cercle cliquable */
.circle {
  text-align: center;
  text-decoration: none;
  color: #66023C;
}

.circle-label {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  display: block;
  margin-top: 15px;
  font-weight: bold;
  transition: color 0.3s ease, transform 0.3s ease;
}

.circle:hover .circle-label {
  color: #FF2E88;
  transform: scale(1.15);
}

/* Wrapper qui fixe la taille et la forme */
.circle-rotator {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Image du vinyle qui tourne et grossit */
.circle-rotator img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;

  animation: spin 8s linear infinite; /* rotation continue */
  transition: transform 0.4s ease;
}

.circle:hover .circle-rotator img {
  transform: scale(1.15); /* grossissement au hover */
}

.home-link {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

  text-decoration: none;
  font-family: 'Great Vibes', cursive;
  font-size: 1.6rem;
  color: #6B0F1A;

  transition: 0.3s ease;
}

.home-link:hover {
  color: #FF2E88;
}

/* Rotation continue */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ---------- PAGE STUFF ---------- */
.stuff {
  margin: 0;
  min-height: 100vh;
  width: 100%;

  /* Image de fond */
  background-image: url("whitebackground.jpg"); /* remplace par ton image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Centrer le contenu */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
}

/* Titre principal (comme sur la page d'accueil) */
.main-title {
  font-family: 'Great Vibes', cursive;
  font-size: 4rem;
  -webkit-text-stroke: 1px #6B0F1A;
  background: linear-gradient(270deg, #F8C8DC, #FF2E88, #6B0F1A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 600% 600%;
  font-weight: normal;
  animation: gradientShift 10s ease infinite;
  text-align: center;
  margin-bottom: 60px;
}

/* Container des images cliquables */
.stuff-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; /* espace entre les images */
}

/* Chaque image cliquable */
.stuff-item {
  text-align: center;
  text-decoration: none;
}

.stuff-item img {
  width: 220px;   /* taille uniforme */
  height: auto;   /* garde les proportions */
  display: block;
  transition: transform 0.3s ease;
}

/* Effet au survol (grossissement) */
.stuff-item:hover img {
  transform: scale(1.1);
}

/* Titres sous les images */
.stuff-label {
  font-family: 'Great Vibes', cursive;
  font-size: 1.8rem;
  color:#D9898C;
  display: block;
  margin-top: 15px;
  font-weight: bold;
  transition: color 0.3s ease;
}

/* Changement de couleur au survol */
.stuff-item:hover .stuff-label {
  color: #FF2E88;
}

.home-link {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

  text-decoration: none;
  font-family: 'Great Vibes', cursive;
  font-size: 1.6rem;
  color: #6B0F1A;

  transition: 0.3s ease;
}

.home-link:hover {
  color: #FF2E88;
}



/* Animation gradient du titre */
@keyframes gradientShift {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}


.sub-stuff {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("whitebackground.jpg");
  background-size: cover;
  background-position: center;
}

/* Titre centré en haut */
.main-title {
  font-family: 'Great Vibes', cursive;
  font-size: 4rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Enlève le style bleu souligné du lien */
.title-link {
  text-decoration: none;
  color: inherit;
}

/* Appareil */
.carousel {
  position: relative;
  width: 512px;
  height: 512px;
  margin-top: 0px;   /* ajuste ici */
  left: -10px;          /* décale à droite/gauche ici */    
}

/* Image de base */
.base-image {
  width: 100%;
  height: 100%;
   position: relative;
  top: -180px;   /* descend */
  left: -10px;  /* décale à droite */
}

/* Zone écran */
.overlay {
  position: absolute;
  top: 120px;
  left: -63px;
  width: 250px;
  height: 190px;
}

/* Images qui défilent */
.overlay img {
  position: absolute;
  width: 90%;
  height: 90%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.overlay img.active {
  opacity: 1;
}

.home-link {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

  text-decoration: none;
  font-family: 'Great Vibes', cursive;
  font-size: 1.6rem;
  color: #6B0F1A;

  transition: 0.3s ease;
}

.home-link:hover {
  color: #FF2E88;
}


.ipod-page {
  background: url("red-font.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.ipod-container {
  position: relative;
  width: 280px; /* adapte selon ton image */
  transform: translateX(0px); /* ← va vers la gauche */
  margin-top:100px;
}

.ipod-base {
  width: 100%;
  display: block;
}

.ipod-title {
  position: absolute;
  top: -30px;     /* distance depuis le haut */
  left: 50%;     /* centre horizontal */
  transform: translateX(-50%);
  text-align: center;
  font-family: 'Great Vibes', cursive;
  font-size: 4rem;
  -webkit-text-stroke: 1px #6B0F1A;
  background: linear-gradient(270deg, #F8C8DC, #FF2E88, #6B0F1A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 600% 600%;
  font-weight: normal;
  animation: gradientShift 10s ease infinite;
  margin-bottom: 60px;
}
/* Écran de l'iPod */
.ipod-screen {
  position: absolute;
  top: 50px;     /* ajuste */
  left: 140px;;
  transform: translateX(-50%);
  width: 220px;  /* largeur écran */
  height: 120px; /* hauteur écran */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: black;
  font-family: Arial;
}

/* Texte */
.song-title {
  font-weight: bold;
  font-size: 1.1rem;
  color:#D80032;
}

.song-artist {
  font-size: 0.9rem;
  color:#D80032;
  opacity: 0.7;
}

/* Bouton Play */
.play-button {
  position: absolute;
  bottom: 50px;   /* ajuste selon ta molette */
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.play-button:hover{
  color:#FF2E88;
}




.recipes {
  margin: 0;
  height: 100vh;
  background-image: url("red.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.main-title {
   font-family: 'Great Vibes', cursive;
  font-size: 6rem;
  -webkit-text-stroke: 1px #6B0F1A;
  background: linear-gradient(270deg, #F8C8DC, #FF2E88, #6B0F1A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 600% 600%;
  font-weight: normal;
  animation: gradientShift 10s ease infinite;
  text-align: center;
  margin-bottom: 60px;
}

/* zone scrollable */
.scroll-container {
  position: absolute;
  bottom: 100px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none; /* firefox */
}

.scroll-container::-webkit-scrollbar {
  display: none; /* chrome */
}

.scroll-content {
  display: flex;
  gap: 60px;
  padding: 0 100px;
}

.dessert {
  width: 150px;
  user-select: none;
  pointer-events: auto;
}


 .dessert img {
  width: 150px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}


.dessert:hover {
  transform: scale(1.1);
}



/* Fond plein écran */
.lemonade {
  margin: 0;
  min-height: 100vh;
  background-image :url("red.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  display: flex;
  justify-content: center;
  padding: 100px 0; /* espace en haut et en bas */
}

.big-frame {
  width: 70%;
  max-width: 800px;
  background: #DE5F7F;
  color: #720307;
  border: 10px solid #720307;
  padding: 50px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  border-radius: 20px;

  /* IMPORTANT : on enlève la hauteur forcée */
  min-height: auto;
}


.top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-title {
  font-family: 'Great Vibes', cursive;
  font-size: 4rem;
  -webkit-text-stroke: 0.5px #6B0F1A;
  background:#6B0F1A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 600% 600%;
  font-weight: normal;
  animation: gradientShift 10s ease infinite;

  flex: 1;              /* prend l’espace disponible */
  text-align: center;   /* centre le texte */
  margin: 0;
}
.top-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-left: 20px;
}

.big-frame p {
  text-align: left;
}

.text-lemonade {
  text-align: left;
}

.small-title{
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  -webkit-text-stroke: 0.3px #6B0F1A;
  background:#6B0F1A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 600% 600%;
  font-weight: normal;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  animation: gradientShift 10s ease infinite;
}

.big-frame ul {
  list-style-type: "❤️";
}