body {
    overflow: hidden;
}

#fullpage {
    height: 100vh;
}

.section {
    height: 100vh;
}

.fp-section {
    height: 100vh !important;
}

.fp-slide {
    height: 100vh !important;
}

.section .slide-content {
    flex: 1;
    max-width: 500px;
    padding-right: 50px;
}

.section .slide-image {
    flex: 1;
    padding-left: 50px;
}

@media screen and (max-width: 992px) {
    .section {
        flex-direction: column;
        padding: 0 20px;
    }
    .section .slide-content {
        padding-right: 0;
    }
    .section .slide-image {
        padding-left: 0;
    }
}

/* Styles inline nettoyés */
.logo-highlight {
    color: red;
}

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

.footer-cgu-link {
    color: grey;
}
