/* landing.css */
body {
    margin: 0;
    padding: 0;
    background-color: #f1f2ed;
    font-family: Lato, sans-serif;
}

.landing-page header {
    min-height: 900px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("/modules/k_landing_page/views/img/fond-argiles.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-page header #logo-30-1 {
    margin-bottom: 300px;
}

.landing-page #texte {
    margin: 50px 200px 0 200px;

    text-align: center;
    font-weight: bold;
}

.landing-page #texte h2 {
    font-size: 40px;
    color: #7FB320;
}

.landing-page #texte p {
    font-size: 18px;
}

.landing-page #texte .highlight {
    color: #7FB320;
}

.landing-page #texte h3 {
    font-size: 40px;
    color: #7FB320;
}

.landing-page #newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    min-height: 500px;
    margin-top: 100px;
}

.landing-page #newsletter h2 {
    font-size: 80px;
    color: #7FB320;
    margin: 0;
}

.landing-page #newsletter .highlight {
    font-size: 25px;
    color: #7FB320;
    font-weight: bold;
    margin: 0;

    text-align: center;
}

.landing-page #newsletter .regle {
    margin-left: 10px;
    margin-right: 10px;
}

.landing-page #dermaclay {
    min-height: 800px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("/modules/k_landing_page/views/img/30ans-visuel-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-page #dermaclay h2 {
    position: absolute;
    bottom: 10px;
    right: 15%;

    font-size: 70px;
}

.landing-page #timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-top: 50px;
}

.landing-page #timeline #logo-30-2 {
    width: 20vw;
    height: auto;
}

.landing-page #timeline #img-frise {
    width: 100%;
}

.landing-page #social-media {
    margin: 50px 0;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.landing-page #social-media #logo-insta {
    width: 75px;
}

.landing-page #social-media h2 {
    font-size: 65px;
}

/* -------------------
   Responsive tweaks
------------------- */

/* Tablets */
@media (max-width: 1024px) {
    .landing-page header h1 {
        font-size: 50px;
        padding: 30px;
    }

    .landing-page #texte {
        margin: 40px 40px 0 40px;
    }

    .landing-page #texte h2 {
        font-size: 30px;
    }

    .landing-page #texte p {
        font-size: 16px;
    }

    .landing-page #dermaclay h2 {
        font-size: 50px;
        right: 10%;
    }

    .landing-page #social-media h2 {
        font-size: 45px;
    }
}

/* Mobiles */
@media (max-width: 768px) {
    .landing-page header {
        min-height: 500px;
        flex-direction: column;
    }

    .landing-page header h1 {
        font-size: 32px;
        padding: 20px;
    }

    .landing-page header #logo-dermaclay,
    .landing-page header #logo-30-1 {
        position: static;
        display: block;
        margin: 10px auto;
        width: 50%;
        max-width: 200px;
    }

    .landing-page #texte {
        margin: 20px;
    }

    .landing-page #texte h2 {
        font-size: 24px;
    }

    .landing-page #texte p {
        font-size: 14px;
    }

    .landing-page #texte .highlight {
        font-size: 16px;
    }

    .landing-page #dermaclay {
        min-height: 400px;
    }

    .landing-page #dermaclay h2 {
        font-size: 28px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        padding: 8px 15px;
    }

    .landing-page #social-media h2 {
        font-size: 28px;
    }

    .landing-page #social-media #logo-insta {
        width: 50px;
    }
}
