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

body {
    font-family: 'Jost', sans-serif;
}

.hello {
    color: #F5CBD7;
    /*border: red solid 3px;*/
    width: 50%;
    font-size: 2rem;
    text-align: center;
    margin-top: 100px;
}

.lola{
    font-family: 'Kapakana', sans-serif;
    font-size: 10rem;
    line-height: 1;
    position: relative;
}

.droite{
    /*border: red solid 3px;*/
    width: 50%;
margin-top: 100px;
    align-items: center;
    text-align: center;
}

.photo_lola{
    width: 400px;
}

.container {
    display: flex;
}

.hello, .droite {
    flex: 1;
    padding: 20px;
  }

.message1 {
    text-align: center;
    margin-top: 70px;
    transition-delay: 0.1s;
}

.message1 img {
    width: 150px;
}

.message1, .message2, .message3, .message4, .message5 {
    margin: 150px 0;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.message1.visible, .message2.visible, .message3.visible, .message4.visible, .message5.visible {
    opacity: 1;
    transform: translateY(0);
}

.message2 {
    /*border: red solid 3px;*/
    margin-left: 50px;
    margin-top: -150px;
    transition-delay: 0.1s;
}

.message3 {
    margin-left: 60px;
    margin-top: -150px;
    transition-delay: 0.2s;
}

.message4 {
    margin-left: 60px;
    margin-top: -130px;
    transition-delay: 0.3s;
}

.message5 {
    margin-left: 80px;
    margin-top: -120px;
    transition-delay: 0.4s;
}

.message2 img {
    width: 390px;
}

.message3 img {
    width: 530px;
}

.message4 img {
    width: 270px;
}

.message5 img {
    width: 150px;
}

.container {
      position: relative;
      height: 90vh;
    }

    .folder {
      position: fixed;
      top: 50%;
      left: 10%;
      transform: translate(0, -50%) scale(0.5);
      transition: none;
      z-index: 10;
    }

    .folder-icon {
      width: 300px;
      position: relative;
    }

    .folder-icon::before {
      content: '';
      position: absolute;
      top: -20px;
      left: 0;
      width: 60px;
      height: 20px;
      background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
      border-radius: 8px 8px 0 0;
    }

    .myportfolio{
        text-align: center;
    }

    .dossier{
        z-index: 0;
        position: absolute;
        left: 470px;
    }

    .dossier_masque{
        position: relative;
top: 90px;
        z-index: 2;
    }

    .portfolio{
        z-index: 1;
        font-family: 'Italiano', cursive;
        font-weight: 100;
        font-size: 15rem;
        position: relative;
        top: 50px;
        line-height: 0;
        margin-top: 110px;
        opacity: 0;
        transform: translateY(20px);
  transition: opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
    }

    .welcome {
        font-family: 'Judson', serif;
        font-weight: 100;
        font-style: italic;
        font-size: 6rem;
        opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
    }

    .welcome.visible {
  opacity: 1;
  transform: translateY(0);
}

.portfolio.visible {
  opacity: 1;
  transform: translateY(0);
}

.nom{
    position: relative;
    top: 270px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2rem;
}

.photo2{
    /*border: red solid 3px;*/
    text-align: center;
}

.photo2 img {
    margin-top: 400px;
    margin-bottom: 70px;
    width: 80%;
}

.marron {
    background-color: #422D28;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 50px;
}

.left {
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
}

.formation {
    width: 70%;
    transform: rotate(-5deg) translateY(100px);
margin-top: -80px;
    opacity: 0;
    
    transition: opacity 0.8s ease, transform 0.8s ease;
    margin-left: 220px;
}

.épingle1 {
    width: 25%;
    transform: rotate(-5deg) translateY(100px);
    margin-left: 100px;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    margin-right: 100px;
    z-index: 1;
    margin-top: -300px;
}

.right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.certification {
    width: 73%;
transform: rotate(5deg) translateY(100px);
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    margin-right: 220px;
margin-top: -30px;

}

.épingle2 {
    width: 27%;
    transform: rotate(5deg) translateY(100px);
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    margin-top: -80px;
    margin-left: 80px;
    z-index: 1;
}


.épingle2.visible, .certification.visible {
    opacity: 1;
    transform: rotate(5deg) translateY(0);
}

.formation.visible, .épingle1.visible{
    opacity: 1;
    transform: rotate(-5deg) translateY(0);
}

#introVideo{
    width: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.hello video {
    width: 70%;
}



.skills-section {
  display: flex;
  align-items: center;
  background-color: #F8F8F8;
height: fit-content;
min-height: 90vh;
}

.skills-col-left {
  width: 40%;
  position: relative;
}

.tampons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
}

.skills-col-left img {
  position: relative;
  margin-left: 20px;
}

.skills-col-left h1 {
  margin-bottom: 60px;
  line-height: 1;
  margin-left: 50Px;
}

.skills-col-left .mes {
  font-size: 6rem;
  color: #3b2b23;
  font-family: 'Judson', serif;
font-style: italic;
font-weight: 100;
}

.skills-col-left .skills {
  font-size: 8rem;
  color: #f2b6c6;
  font-weight: bold;
  font-family: 'Keania One', sans-serif;
font-weight: 100;
}

.asset-skill-1 {
 grid-column: 1 / 2; 
 grid-row: 1 / 2;
  width: 60%;
  margin-left: 10px;
}

.asset-skill-2 {
  grid-column: 2 / 3;
   grid-row: 1 / 2;
  width: 100%;
  margin-left: -20px;
}

.asset-skill-3 {
  grid-column: 3 / 4;
   grid-row: 1 / 2;
  width: 93%;
}

.asset-skill-4 {
grid-column: 1 / 2;
 grid-row: 2 / 3;
  width: 90%;

}

.asset-skill-5 {
grid-column: 2 / 3;
 grid-row: 2 / 3;
  width: 80%;
  margin-left: 15px;
  margin-top: 10px;
}

.asset-skill-6 {
 grid-column: 3 / 4;
  grid-row: 2 / 3;
  width: 80%;
}

.skills-col-right {
  width: 60%;
}

.asset-passport {
  width: 95%;
margin-top: 50px;
transform: rotate(4deg);
margin-left: 10px;
}

.skill-transform {
  display: inline-block;
  position: relative;
  transform: rotate(4deg) translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  
}

.skill-transform:hover {
  transform: rotate(4deg) translateY(-8px);
}

.skill-transform::after {
  content: attr(data-label);
  position: absolute;
  left: 65%;
  top: 90%;
  transform: translateX(-50%) rotate(-4deg);
  display: block;
  width: max-content;
  text-align: center;
  white-space: pre-wrap;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  color: gray;
}

.skill-transform:hover::after {
  opacity: 1;
}

.asset-skill-1 img,
.asset-skill-2 img,
.asset-skill-3 img,
.asset-skill-4 img,
.asset-skill-5 img,
.asset-skill-6 img {
  width: 100%; 
}

.pause {
    height: 50px;
    width: 50px;
    position: relative;
top: 250px;
float: left;
}

.siteweb{
    background-color: #F5CBD7;
    height: fit-content;
    min-height: 200vh;
    position: relative;
}

.siteweb h1{
    font-family: 'Just Me Again Down Here', cursive;
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: 100;
    text-align: center;
}

.signet1 {
    background-color: #422D28;
  color: #F5CBD7;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 0 40px 40px 0;
  font-size: 1rem;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 1;
}

.signet2 {
    background-color: #422D28;
  color: #F5CBD7;
  padding: 10px 20px;
  width: fit-content;
  border: #f2b6c6 solid 2px;
  border-left: none;
  border-radius: 0 40px 40px 0;
  font-size: 1rem;
  font-weight: 600;
position: sticky;
  top: 0;
  z-index: 100;
}

.site {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 80px;
  gap: 60px;
}

.left_site {
  width: 40%;
  font-size: 1.3rem;
  line-height: 1.6;
}

.right_site {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}

.right_site img {
  width: 100%;
  max-width: 900px;
}

.réseaux{
    background-image: url(img/post_insta.png);
    height: fit-content;
    min-height: 509px;
}

.réseaux1{
        display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  height: 60vh;
}

.text_reseaux{
    width: 60%;
    max-width: 500px;
  float: right;
  margin-left: 120px;
  padding-right: 40px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  display: flex;
}

.text_reseaux::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: #e24b7b;
  border-radius: 2px;
}

.video_reseaux video {
width: 285px;
  margin-left: 250px;
  border-radius: 12px;
  margin-bottom: 7px;
}

.video_reseaux{
    width: 40%;
    display: flex;
}

.luna {
  background-image: url(img/LUNA.png);
  height: 90vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.bulle-container {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}

.bulle {
  width: 300px;
  transition: all 0.3s ease;
  animation: flotter 3s ease-in-out infinite;
}

@keyframes flotter {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

.survole {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
  transition: opacity 0.3s ease;
  font-family: 'Judson', serif;
  font-weight: 100;
        font-style: italic;
}

.text_luna {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    color: black;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.bulle-container:hover .bulle {
  width: 700px;
}

.bulle-container:hover .survole {
  opacity: 0;
}

.bulle-container:hover .text_luna {
  opacity: 1;
}

.Montage {
    position: absolute;
    color: #F5CBD7;
    height: 200vh;
}

.court_metrage {
    position: absolute;
    width: 450px;
    bottom: 13%;
    left: 32%;
    z-index: 0;
}

.tele {
    position: absolute;
    left: 30%;
    z-index: 1;
}

.pause2{
    height: 50px;
    width: 50px;
    background-color: #f2b6c6;
    position: absolute;
    right: 85%;
    top: 6%;
    border-radius: 30px;
    border: solid #422D28 2px;
    font-size: 1rem;
}

.pause3{
    height: 50px;
    width: 50px;
    background-color: #f2b6c6;
position: absolute;
top: 37%;
right: 4%;
    border-radius: 30px;
    border: solid #422D28 2px;
    font-size: 1rem;
}

.pause4{
    height: 50px;
    width: 50px;
    background-color: #422D28;
    border-radius: 30px;
    border: solid #ffffff 2px;
    font-size: 1rem;
position: absolute;
right: 34%;
bottom: 25%;
z-index: 2;
color: white;
}

.Montage h2 {
  position: absolute;
  bottom: 50px;
  margin-left: 450px;
}

.motiondesign1 {
  position: relative;
display: flex;
    width: 100%;
    height: fit-content;
    min-height: 50vh;
}

.colonne {
    flex: 1;
    padding: 20px;
}

.colonne video {
    width: 200Px;
    margin-left: 200px;
    border-radius: 100px;
}

.colonne p {
    width: 500Px;
    margin-right: 200px;
    text-align: center;
}

.montage-wrapper {
  position: relative;
      min-height: 200vh;
  height: fit-content;
  background-color: #422D28;
}

.photo{
  background-color: rgb(255, 226, 203);
}

.hero {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: #f2b6c6
        }

        .photo-collage {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;

}

        .photo-item {
    background-size: cover;
    background-position: center;
    border: 8px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: rotate(var(--rotation));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

        .photo-item:nth-child(1) {
            --rotation: -3deg;
            background: linear-gradient(rgba(139, 115, 85, 0.3), rgba(139, 115, 85, 0.3)), 
                        url('img/photo1.JPG');
                        background-size: cover;
    background-position: center;
        }

        .photo-item:nth-child(2) {
            --rotation: 2deg;
            background: linear-gradient(rgba(139, 115, 85, 0.3), rgba(139, 115, 85, 0.3)), 
                        url('img/photo2.JPG');
                        background-size: cover;
    background-position: center;
        }

        .photo-item:nth-child(3) {
            --rotation: -5deg;
            background: linear-gradient(rgba(139, 115, 85, 0.3), rgba(139, 115, 85, 0.3)), 
                        url('img/photo7.JPG');
                        background-size: cover;
    background-position: center;
        }

        .photo-item:nth-child(4) {
            --rotation: 4deg;
            background: linear-gradient(rgba(139, 115, 85, 0.3), rgba(139, 115, 85, 0.3)), 
                        url('img/photo4.JPG');
                        background-size: cover;
    background-position: center;
        }

.photo-item:nth-child(5) {
    --rotation: 2deg;
    background: linear-gradient(rgba(139, 115, 85, 0.3), rgba(139, 115, 85, 0.3)), 
                url('img/photo5.JPG');
    background-size: cover;
    background-position: center;
    grid-column: span 2;
}

.photo-item:nth-child(6) {
    --rotation: -2deg;
    background: linear-gradient(rgba(139, 115, 85, 0.3), rgba(139, 115, 85, 0.3)), 
                url('img/photo6.JPG');
    background-size: cover;
    background-position: center;
    grid-column: span 2;
}

        .photo-item:hover {
            transform: rotate(0deg) scale(1.05);
        }

        .hero-content {
            position: relative;
            z-index: 10;
            text-align: center;
            padding: 40px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
        }

        .hero-title {
            font-size: 7.5rem;
            font-weight: 900;
            font-family: 'Just Me Again Down Here', cursive;
            color: #fff;
            text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
            margin-bottom: 20px;
            animation: fadeInScale 1s ease-out;
        }

        .hero-subtitle {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.9);
            letter-spacing: 3px;
            text-transform: uppercase;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            animation: fadeIn 1.5s ease-out;
        }

        @keyframes fadeInScale {
            from {
                opacity: 0;
                transform: scale(0.8);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

.film-strip {
    background: #2a2a2a;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
}

.film-strip::before,
.film-strip::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        #1a1a1a 40px,
        #1a1a1a 50px
    );
}

.film-strip::after {
    top: auto;
    bottom: 0;
}


        .section {
            padding: 100px 20px;
            margin: 0 auto;
            background-color: rgb(255, 226, 203);
        }

        .section-title {
            font-size: 3rem;
            font-weight: 700;
            color: #4a4a4a;
            margin-bottom: 40px;
            text-transform: uppercase;
            letter-spacing: 4px;
            position: relative;
            display: inline-block;
            margin-left: 100px;

        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, #8b7355, transparent);
        }

        .about-content {
            background: rgba(255, 255, 255, 0.6);
            padding: 50px;
            border-radius: 10px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            line-height: 1.8;
            font-size: 1rem;
            color: #555;
            width: 70%;
            margin: auto;
        }

        .audience-section {
            background: #422D28;
            padding: 100px 20px;
        }

        .audience-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #fff;
            text-align: center;
            margin-bottom: 60px;
            text-transform: uppercase;
            letter-spacing: 5px;
            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
        }

        .cards-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .card {
            background: #f2b6c6;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
            transform: rotate(var(--card-rotation));
            transition: all 0.3s ease;
            border: 3px solid #f5f1e8;
        }

        .card:nth-child(1) { --card-rotation: -2deg; }
        .card:nth-child(2) { --card-rotation: 1deg; }
        .card:nth-child(3) { --card-rotation: -1deg; }

        .card:hover {
            transform: rotate(0deg) translateY(-10px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .card-icon {
            font-size: 3rem;
            margin-bottom: 20px;
        }

        .card-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #4a4a4a;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .card-text {
            color: #666;
            line-height: 1.6;
            font-size: 1rem;
        }

        footer {
            background: #2a2a2a;
            color: #fff;
            text-align: center;
            padding: 40px 20px;
            font-size: 0.875rem;
            letter-spacing: 2px;
        }

        .interview-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  gap: 40px;
}

.interview-content {
  width: 50%;
}

.interview-media {
  width: 50%;
  text-align: center;
}

.interview-media img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 15px;
}

.interview-link {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.interview {
  background-color: pink;
}

.buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 70px;
}

.glass-button {
  padding: 15px 35px;
  border: 2px solid #f2b6c6;
  border-radius: 30px;
  background: rgba(255, 182, 193, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #f2b6c6;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.glass-button:hover {
  background: rgba(255, 182, 193, 0.4);
  transform: translateY(-3px);
}

.colonne h2 {
  width: 500Px;
    margin-right: 200px;
    margin-top: 100px;
    text-align: center;
}

.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
}

.popup-content {
  background: #fff;
  max-width: 600px;
  width: 90%;
margin-left: 30%;
margin-top: 5%;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  font-family: Jost, sans-serif;
  max-height: 80vh;
  overflow-y: auto;

}

.popup-content h2 {
  margin-top: 0;
}

.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
}

.ML {
  text-decoration: none;
  color: white;
}

.ML:hover{
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 1300px) {
  .tele {
    display: none;
  }
}

@media (max-width: 1024px) {
  
    .hello {
        width: 100%;
        font-size: 1.5rem;
        margin-top: 50px;
        padding: 20px;
    }
    
    .lola {
        font-size: 6rem;
    }
    
    .droite {
        width: 100%;
        margin-top: 50px;
    }
    
    .photo_lola {
        width: 300px;
    }
    
    .container {
        flex-direction: column;
    }
    
    .hello video {
        width: 90%;
    }
    
    #introVideo {
        width: 250px;
    }
    
    /* Messages */
    .message1, .message2, .message3, .message4, .message5 {
        margin: 80px 0;
    }
    
    .message2, .message3, .message4, .message5 {
        margin-left: 30px;
    }
    
    .message2 img {
        width: 300px;
    }
    
    .message3 img {
        width: 400px;
    }
    
    .message4 img {
        width: 200px;
    }
    
    .message5 img {
        width: 120px;
    }
    
    .dossier {
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
    }
    
    .dossier_masque  {
      display: none;
    }

    .portfolio {
        font-size: 8rem;
    }
    
    .welcome {
        font-size: 4rem;
    }
    
    .nom {
        top: 200px;
        font-size: 1.5rem;
    }
    
    .photo2 img {
        margin-top: 200px;
        width: 90%;
    }
    
    .marron {
        flex-direction: column;
        height: auto;
        padding: 50px 20px;
        gap: 30px;
        margin-top: 100px;
    }
    
    .formation, .certification {
        width: 70%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .épingle1, .épingle2 {
        width: 20%;
        margin-left: 0;
        margin-top: -200px;
    }
    
    .skills-section {
        flex-direction: column;
        padding: 50px 20px;
    }
    
    .skills-col-left, .skills-col-right {
        width: 100%;
    }
    
    .skills-col-left .mes {
        font-size: 4rem;
    }
    
    .skills-col-left .skills {
        font-size: 5rem;
    }
    
    .skills-col-left h1 {
        margin-left: 20px;
        margin-bottom: 40px;
    }
    
    .asset-passport {
        width: 80%;
        margin: 30px auto;
        display: block;
    }
    
    .tampons-grid {
        gap: 15px;
        padding: 0 20px;
    }
    
    .asset-skill-1, .asset-skill-2, .asset-skill-3,
    .asset-skill-4, .asset-skill-5, .asset-skill-6 {
        margin-left: 0;
    }
    
    .site {
        flex-direction: column;
        padding: 40px 30px;
        gap: 30px;
    }
    
    .left_site, .right_site {
        width: 100%;
    }
    
    .right_site img {
        max-width: 100%;
    }
    
    .réseaux1 {
        flex-direction: column;
        height: auto;
        gap: 40px;
        padding: 40px 20px;
    }
    
    .text_reseaux, .video_reseaux {
        width: 100%;
        margin-left: 0;
    }
    
    .video_reseaux video {
        margin-left: 0;
        width: 100%;
        max-width: 285px;
        margin: 0 auto;
        display: block;
    }
    
    .text_reseaux::after {
        display: none;
    }
    
    .bulle-container {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .bulle {
        width: 250px;
    }
    
    .bulle-container:hover .bulle {
        width: 700px;
    }
    
    .text_luna {
        width: 400px;
    }
    
    .Montage {
        height: auto;
        position: relative;
    }
    
    .tele {
        display: none;
    }
    
    .court_metrage {
        position: relative;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
        margin-top: 50px;
    }
    
    .Montage h2 {
        position: relative;
        margin-left: 0;
        text-align: center;
        bottom: auto;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    .pause2, .pause3, .pause4 {
        position: relative;
        right: auto;
        top: auto;
        margin: 20px auto;
        display: block;
    }
    
    .motiondesign1 {
        flex-direction: column;
    }
    
    .colonne {
        width: 100%;
    }
    
    .colonne video, .colonne p, .colonne h2 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
    
    .colonne video {
        max-width: 100%;
        border-radius: 20px;
    }
    
    .photo-collage {
        grid-template-columns: repeat(2, 1fr);
        padding: 15px;
        gap: 15px;
    }
    
    .hero-title {
        font-size: 4rem;
    }
    
    .section-title {
        margin-left: 30px;
        font-size: 2rem;
    }
    
    .about-content {
        width: 90%;
        padding: 30px;
    }
    
    .audience-title {
        font-size: 2.5rem;
    }
    
    .cards-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .interview-section {
        flex-direction: column;
        padding: 30px 20px;
    }
    
    .interview-content, .interview-media {
        width: 100%;
    }
    
    .buttons-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    
    .hello {
        font-size: 1.2rem;
        margin-top: 30px;
    }
    
    .lola {
        font-size: 4rem;
    }
    
    .photo_lola {
        width: 200px;
    }
    
    #introVideo {
        width: 200px;
    }
    
    .pause {
        top: 150px;
        height: 40px;
        width: 40px;
        font-size: 0.8rem;
    }
    
    .message1 img {
        width: 100px;
    }
    
    .message2 img {
        width: 250px;
    }
    
    .message3 img {
        width: 300px;
    }
    
    .message4 img {
        width: 150px;
    }
    
    .message5 img {
        width: 100px;
    }
    
    .message2, .message3, .message4, .message5 {
        margin-left: 20px;
    }
    
    .folder {
        left: 50%;
        transform: translate(-50%, -50%) scale(0.4);
    }
    
    .folder-icon {
        width: 200px;
    }
    
    .portfolio {
        font-size: 5rem;
    }
    
    .welcome {
        font-size: 2.5rem;
    }
    
    .nom {
        font-size: 1.2rem;
        top: 150px;
    }
    
    .dossier {
        width: 200px;
    }
    
    .dossier_masque {
        display: none;
    }
    
    .formation, .certification {
        width: 70%;
        margin: 100px;
    }
    
    .épingle1, .épingle2 {
        display: none;

    }
    
    .skills-col-left .mes {
        font-size: 3rem;
    }
    
    .skills-col-left .skills {
        font-size: 4rem;
    }
    
    .tampons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .asset-skill-5 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    
    .asset-skill-6 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }
    
    .skill-transform::after {
        font-size: 0.8rem;
        left: 50%;
    }
    
    .siteweb h1 {
        font-size: 4rem;
    }
    
    .site {
        padding: 30px 20px;
    }
    
    .left_site {
        font-size: 1rem;
    }
    
    .bulle {
        width: 200px;
    }
    
    .bulle-container:hover .bulle {
        width: 500px;
    }
    
    .text_luna {
        width: 250px;
        font-size: 0.9rem;
    }
    
    .survole {
        font-size: 0.9rem;
    }
    
    .photo-collage {
        grid-template-columns: 1fr;
    }
    
    .photo-item:nth-child(5),
    .photo-item:nth-child(6) {
        grid-column: span 1;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 0.8rem;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-left: 20px;
    }
    
    .about-content {
        padding: 20px;
        font-size: 0.9rem;
    }
    
    .audience-title {
        font-size: 2rem;
    }
    
    .card {
        padding: 30px;
    }
    
    .card-icon {
        font-size: 2rem;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
    
    .popup-content {
        margin-left: 5%;
        width: 90%;
        padding: 20px;
    }
    
    .court_metrage {
        width: 90%;
    }
    
    .pause2, .pause3, .pause4 {
        height: 40px;
        width: 40px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    
    .lola {
        font-size: 3rem;
    }
    
    .hello {
        font-size: 1rem;
    }
    
    #introVideo {
        width: 150px;
    }
    
    .portfolio {
        font-size: 3.5rem;
        margin-top: 80px;
    }
    
    .welcome {
        font-size: 2rem;
    }
    
    .nom {
        font-size: 1rem;
        top: 100px;
    }
    
    .skills-col-left .mes {
        font-size: 2.5rem;
    }
    
    .skills-col-left .skills {
        font-size: 3rem;
    }
    
    .siteweb h1 {
        font-size: 3rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .audience-title {
        font-size: 1.8rem;
    }
    
    .glass-button {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .message3 img {
        width: 250px;
    }
    
    .bulle {
        width: 150px;
    }
    
    .bulle-container:hover .bulle {
        width: 290px;
    }
    
    .text_luna {
        width: 150px;
        font-size: 0.8rem;
    }
}

/* Paysage mobile (orientation landscape) */
@media (max-height: 600px) and (orientation: landscape) {
    
    .hero {
        height: auto;
        min-height: 100vh;
        padding: 50px 0;
    }
    
    .marron {
        height: auto;
        min-height: 100vh;
    }
    
    .luna {
        height: auto;
        min-height: 100vh;
    }
    
    .container {
        height: auto;
    }
}

/* Très grands écrans (min-width: 1920px) */
@media (min-width: 1920px) {
    
    .container {
        max-width: 1800px;
        margin: 0 auto;
    }
    
    .site {
        max-width: 1600px;
        margin: 0 auto;
    }
    
    .about-content {
        max-width: 1200px;
    }
    
    .cards-container {
        max-width: 1400px;
    }
}