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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(0, 0, 0, 1);
    line-height: 1.8;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==================== TYPOGRAPHY ==================== */
.hero-title {
    font-family: 'Acme', sans-serif;
    font-size: 53px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 50px;
}

.text-red {
    color: rgb(208, 2, 27);
}

.text-black {
    color: rgb(0, 0, 0);
}

/* ==================== LAYOUT ==================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.container-full {
    width: 100%;
    max-width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col-1 { flex: 0 0 8.333%; max-width: 8.333%; padding: 0 10px; }
.col-2 { flex: 0 0 16.667%; max-width: 16.667%; padding: 0 10px; }
.col-4 { flex: 0 0 33.333%; max-width: 33.333%; padding: 0 10px; }
.col-8 { flex: 0 0 66.667%; max-width: 66.667%; padding: 0 10px; }
.col-10 { flex: 0 0 83.333%; max-width: 83.333%; padding: 0 10px; }
.col-12 { flex: 0 0 100%; max-width: 100%; padding: 0 10px; }

/* ==================== SECTIONS ==================== */
.section {
    padding: 0;
    position: relative;
}

/* Hero Section */
.hero-section {
    padding: 40px 0;
    margin-bottom: -40px;
}

.hero-title {
    margin: 0;
    padding: 0 10px;
}

/* Affiche Section */
.affiche-section {
    margin: 0 -100px;
}

.affiche-wrapper {
    width: 100%;
}

.affiche-image {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    display: block;
}

/* Intro Section */
.intro-section {
    padding: 60px 40px 120px;
}

.intro-row {
    margin-top: 60px;
    padding: 0 20px 60px;
    align-items: flex-start;
}

.intro-text-col {
    padding-top: 40px;
}

.intro-hello {
    font-size: 44px;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-left: 75px;
    text-align: left;
}

.intro-text {
    font-size: 26px;
    line-height: 1.6;
    margin-top: 0;
    margin-left: 75px;
    text-align: left;
}

.intro-image-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.intro-image {
    width: 252px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.2), 0 0 3px rgba(255, 255, 255, 0.4);
    align-self: flex-start;
}

.searching-text {
    font-size: 44px;
    line-height: 1.4;
    margin: 0 0 50px 85px;
    text-align: left;
}

/* Advantages List */
.advantages-list {
    list-style: none;
    margin: 0 0 0 132px;
    padding: 20px 0 0 0;
}

.advantages-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 1);
}

.advantages-list li i {
    color: rgb(208, 2, 27);
    margin-right: 10px;
    font-size: 20px;
    margin-left: -25px;
    min-width: 25px;
}

/* Gallery */
.gallery-row {
    margin-top: 80px;
}

.gallery {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.gallery-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gallery-item img {
    width: 258px;
    height: 258px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.2), 0 0 3px rgba(255, 255, 255, 0.4);
    align-self: center;
}

/* Transition */
.transition-row {
    margin-top: 100px;
}

.transition-title {
    font-size: 44px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
}

/* Arrows */
.arrows-row {
    margin: 40px 0;
}

.arrows-wrapper {
    display: flex;
    justify-content: center;
}

.arrows-image {
    width: 275px;
}

/* Presentation Section */
.presentation-section {
    padding: 60px 150px;
}

.presentation-card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(155, 155, 155, 0.6);
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.2), 0 0 3px rgba(255, 255, 255, 0.4);
    padding: 50px 60px 30px;
    margin-top: -80px;
}

.presentation-text {
    font-family: 'Acme', sans-serif;
    font-size: 45px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}

.logo-wrapper {
    margin: -30px 0 30px 0;
    display: flex;
    justify-content: center;
}

.magicien-logo {
    width: 360px;
}

.presentation-bio {
    font-size: 25px;
    line-height: 1.6;
    text-align: center;
    margin: 50px 50px 60px;
}

/* Video Section */
.video-section {
    padding: 60px 10px;
}

.video-row {
    margin-top: 40px;
}

.video-wrapper {
    margin: 0 100px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Audience Section */
.audience-section {
    padding: 60px 10px;
}

.content-row {
    margin-top: 40px;
}

.audience-text {
    font-size: 26px;
    line-height: 1.8;
    text-align: left;
}

.audience-text p {
    margin-bottom: 30px;
}

/* Levels Section */
.levels-section {
    padding: 60px 10px;
}

.levels-text {
    font-size: 26px;
    line-height: 1.8;
    text-align: left;
}

.levels-text p {
    margin-bottom: 20px;
}

/* Presse Section */
.presse-section {
    padding: 60px 10px;
}

.presse-image-wrapper {
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.presse-image {
    width: 2000px;
    max-width: 100%;
}

/* Témoignages Section */
.temoignages-section {
    padding: 60px 10px;
}

.temoignage-row {
    margin-bottom: 40px;
}

.temoignage-card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(155, 155, 155, 0.6);
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.2), 0 0 3px rgba(255, 255, 255, 0.4);
    padding: 40px 70px;
    text-align: left;
}

.temoignage-quote {
    font-family: 'Caveat Brush', cursive;
    font-size: 40px;
    line-height: 1.3;
    color: rgb(208, 2, 27);
    font-style: italic;
    margin: 10px 0 25px 5px;
}

.temoignage-image {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.temoignage-image img {
    max-width: 100%;
    height: auto;
}

.temoignage-author {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
}

.temoignage-role {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
}

/* Technical Section */
.technical-section {
    padding: 60px 10px;
}

.technical-content {
    text-align: center;
    margin-top: 50px;
}

.technical-item {
    margin-bottom: 50px;
}

.technical-label {
    font-size: 26px;
    line-height: 1.4;
    color: rgb(208, 2, 27);
    font-weight: 700;
    margin-bottom: 15px;
}

.technical-value {
    font-size: 26px;
    line-height: 1.4;
    margin: 0;
}

/* Footer */
.footer-section {
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 10px;
}

.separator-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.separator-image {
    width: 300px;
}

.footer-row {
    padding: 5px 0;
}

.footer-text {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

/* ==================== BUTTONS ==================== */
.btn-primary {
    display: inline-block;
    background: rgba(248, 231, 28, 1);
    color: rgba(0, 0, 0, 1);
    font-family: 'Acme', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    padding: 15px 60px;
    border-radius: 50px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.2), 0 0 3px rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    margin: 60px 0 25px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.5);
}

.cta-row {
    text-align: center;
}

/* ==================== RESPONSIVE ==================== */
@media only screen and (max-width: 800px) {
    /* Layout mobile */
    .col-1, .col-2, .col-4, .col-8, .col-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Hero mobile */
    .hero-section {
        margin-top: 0;
        margin-bottom: 0;
        padding: 5px;
    }

    .hero-title {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 111px;
        margin-bottom: 95px;
    }

    /* Affiche mobile */
    .affiche-section {
        margin: 0;
    }

    /* Intro mobile */
    .intro-section {
        padding: 10px 5px 5px;
    }

    .intro-row {
        margin-top: 2px;
        padding: 5px;
        flex-direction: column-reverse;
    }

    .intro-text-col {
        padding-top: 0;
    }

    .intro-hello {
        font-size: 30px;
        line-height: 1.3;
        margin: 0 0 23px 0;
        text-align: center;
    }

    .intro-text {
        font-size: 20px;
        line-height: 1.4;
        margin: 0;
        text-align: center;
    }

    .intro-image-wrapper {
        margin-top: 33px;
        align-items: center;
    }

    .intro-image {
        align-self: center;
    }

    .searching-text {
        font-size: 30px;
        line-height: 1.3;
        margin: 20px 0;
        text-align: center;
    }

    /* Advantages mobile */
    .advantages-list {
        margin: 0 30px;
        padding-top: 13px;
    }

    .advantages-list li {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    /* Gallery mobile */
    .gallery-row {
        margin-top: 0;
    }

    .gallery {
        flex-direction: column;
        gap: 20px;
    }

    .gallery-item img {
        width: 100%;
        max-width: 258px;
    }

    /* Transition mobile */
    .transition-row {
        margin-top: 0;
    }

    .transition-title {
        font-size: 30px;
        line-height: 1.3;
    }

    /* Presentation mobile */
    .presentation-section {
        padding: 5px;
    }

    .presentation-card {
        margin-top: -107px;
        padding: 10px;
    }

    .presentation-text {
        font-size: 31px;
        line-height: 1.3;
    }

    .logo-wrapper {
        margin-top: 0;
    }

    .presentation-bio {
        font-size: 20px;
        line-height: 1.4;
        margin: 0;
    }

    /* Section titles mobile */
    .section-title {
        font-size: 30px;
        line-height: 1.3;
        margin: 30px 0;
    }

    /* Video mobile */
    .video-section {
        padding: 5px;
    }

    .video-wrapper {
        margin: 0;
    }

    /* Content mobile */
    .audience-text,
    .levels-text {
        font-size: 20px;
        line-height: 1.4;
    }

    .audience-text p {
        margin-bottom: 20px;
    }

    /* Presse mobile */
    .presse-image-wrapper {
        margin-top: 0;
    }

    /* Témoignages mobile */
    .temoignages-section {
        padding: 5px;
    }

    .temoignage-card {
        padding: 15px;
    }

    .temoignage-quote {
        font-size: 26px;
        line-height: 1.3;
        margin: 0;
    }

    /* Technical mobile */
    .technical-item {
        margin: 30px 0;
    }

    .technical-label,
    .technical-value {
        font-size: 20px;
        line-height: 1.3;
    }

    /* Footer mobile */
    .footer-section {
        padding: 5px;
    }

    .separator-image {
        width: 250px;
    }

    .footer-text {
        font-size: 12px;
        line-height: 1.4;
        white-space: normal;
    }

    /* Button mobile */
    .btn-primary {
        width: 100%;
        font-size: 20px;
        line-height: 1.3;
        padding: 5px;
        margin: 5px 0;
        box-shadow: none;
        border: none;
    }

    .cta-row {
        margin: 5px 0;
    }
}

/* Very small screens */
@media only screen and (max-width: 480px) {
    .hero-title {
        font-size: 14px;
    }

    .section-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .intro-hello,
    .searching-text {
        font-size: 24px;
        line-height: 1.3;
    }

    .presentation-text {
        font-size: 24px;
        line-height: 1.3;
    }
}