/* ------------------------------ */
/* GLOBAL */
/* ------------------------------ */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: white;
}

img {
    display: block;
}

/* Boutons page 1 */
.btn-orange {
    background-color: #f28c28;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.btn-blue {
    background-color: #7ec8f8;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.btn-container {
    display: flex;
    gap: 20px;
}

/* Boutons dégradés page 3 */
.btn-orange-gradient {
    background: linear-gradient(90deg, #ffd75b, #f28c28);
    color: black;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    min-width: 160px;
    text-align: center;
}

/* Conteneur dédié page 3 */
.btn-container-page3 {
    text-align: center;
}


/* ------------------------------ */
/* PAGE 1 */
/* ------------------------------ */

.page1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background-image: url("images/Fond bleu.png");
    background-size: cover;
    background-position: center;
}

.page1-left img {
    width: 420px;
    border-radius: 12px;
}

.page1-right {
    margin-left: 50px;
    max-width: 480px;
    color: white;
}

.page1-right h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Police élégante pour le texte sous le titre */
.page1-right h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}

/* Police élégante pour la phrase d’accroche */
.page1-right .accroche {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    line-height: 1.5;
}


/* ------------------------------ */
/* PAGE 2 */
/* ------------------------------ */

.page2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 60px;
    background-color: white;
}

.page2-left img {
    width: 420px;
    border-radius: 12px;
}

.page2-right {
    margin-left: 50px;
    max-width: 520px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.page2-right h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.page2-right .citation {
    font-style: italic;
    margin: 20px 0;
    font-size: 20px;
}


/* ------------------------------ */
/* PAGE 3 */
/* ------------------------------ */

.page3 {
    padding: 60px;
    background-color: white;
    text-align: center;
}

.page3 h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.page3 .intro {
    font-size: 20px;
    margin-bottom: 40px;
}

.page3-images {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page3-images img {
    width: 320px;
    border-radius: 12px;
}

.page3-text {
    max-width: 700px;
    margin: 0 auto 30px auto;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    text-align: left;
}

.page3-text .choix {
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}


/* ------------------------------ */
/* PAGE 4 */
/* ------------------------------ */

.page4 {
    background-image: url("images/ciel-poemes.png");
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.page4-content {
    background: rgba(255, 255, 255, 0.75);
    padding: 40px;
    border-radius: 16px;
    max-width: 700px;
    text-align: center;
}

.page4 h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.poeme {
    margin-bottom: 40px;
}

.poeme p {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
}

.titre-poeme {
    display: block;
    margin-top: 10px;
    font-style: italic;
    color: #555;
}


/* ------------------------------ */
/* PAGE 5 */
/* ------------------------------ */

.page5 {
    padding: 60px;
    background-color: white;
    text-align: center;
}

.page5 h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.page5-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.page5-left img {
    width: 360px;
    border-radius: 12px;
}

.page5-right {
    max-width: 520px;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}


/* ------------------------------ */
/* PAGE 6 */
/* ------------------------------ */

.page6 {
    padding: 60px;
    background-color: #f5e9d6;
    text-align: center;
}

.page6 h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.page6-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.page6-left img {
    width: 360px;
    border-radius: 12px;
}

.page6-right {
    max-width: 420px;
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
    color: #333;
}

.page6-right .label {
    font-weight: bold;
    margin-bottom: 10px;
}

.page6-right .email {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page6-right .signature {
    font-style: italic;
    font-size: 18px;
    color: #444;
}


/* ------------------------------ */
/* PAGE 7 */
/* ------------------------------ */

.page7 {
    padding: 60px;
    background-color: #f5e9d6;
    text-align: center;
}

.page7 h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.page7-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.page7-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}


/* ------------------------------ */
/* PAGE 8 */
/* ------------------------------ */

.page8 {
    padding: 60px;
    background-color: white;
    text-align: center;
}

.page8 h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.page8-content {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}


/* ------------------------------ */
/* RESPONSIVE */
/* ------------------------------ */

@media (max-width: 900px) {

    /* PAGE 1 */
    .page1 {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .page1-left img {
        width: 70%;
        max-width: 300px;
        margin-bottom: 20px;
    }

    .page1-right {
        margin-left: 0;
        max-width: 100%;
        padding: 0 10px;
    }

    .page1-right h1 {
        font-size: 32px;
    }

    .page1-right h2 {
        font-size: 18px;
        font-family: 'Cormorant Garamond', serif;
    }

    .page1-right .accroche {
        font-size: 16px;
        font-family: 'Cormorant Garamond', serif;
    }

    .btn-container {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .btn-orange,
    .btn-blue {
        width: 80%;
        max-width: 260px;
        font-size: 16px;
        padding: 12px 20px;
    }


    /* PAGE 2 */
    .page2 {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .page2-left img {
        width: 80%;
        max-width: 320px;
        margin-bottom: 20px;
    }

    .page2-right {
        margin-left: 0;
        padding: 0 10px;
        text-align: left;
    }

    .page2-right h2 {
        text-align: center;
        font-size: 28px;
    }


    /* PAGE 3 */
    .page3 {
        padding: 20px;
    }

    .page3 h2 {
        font-size: 28px;
    }

    .page3-images {
        flex-direction: column;
        gap: 20px;
    }

    .page3-images img {
        width: 75%;
        max-width: 300px;
        margin: 0 auto;
    }

    .page3-text {
        text-align: left;
        padding: 0 10px;
        font-size: 16px;
    }

    .btn-container-page3 {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .btn-orange-gradient {
        width: 80%;
        max-width: 260px;
        font-size: 16px;
        padding: 12px 20px;
    }


    /* PAGE 4 */
    .page4 {
        padding: 40px 10px;
    }

    .page4-content {
        background: rgba(255, 255, 255, 0.85);
        padding: 20px;
        border-radius: 12px;
        max-width: 100%;
    }

    .page4 h2 {
        font-size: 28px;
    }

    .poeme p {
        font-size: 16px;
    }

    .titre-poeme {
        font-size: 15px;
    }


    /* PAGE 5 */
    .page5 {
        padding: 30px 10px;
    }

    .page5 h2 {
        font-size: 28px;
    }

    .page5-content {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .page5-left img {
        width: 75%;
        max-width: 300px;
    }

    .page5-right {
        max-width: 100%;
        padding: 0 10px;
        text-align: left;
        font-size: 16px;
    }


    /* PAGE 6 */
    .page6 {
        padding: 30px 10px;
    }

    .page6 h2 {
        font-size: 28px;
    }

    .page6-content {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .page6-left img {
        width: 75%;
        max-width: 300px;
    }

    .page6-right {
        max-width: 100%;
        text-align: center;
        padding: 0 10px;
        font-size: 18px;
    }


    /* PAGE 7 */
    .page7 {
        padding: 30px 10px;
    }

    .page7 h2 {
        font-size: 28px;
    }

    .page7-content {
        max-width: 100%;
        padding: 0 10px;
        font-size: 16px;
        text-align: left;
    }

    .page7-content h3 {
        font-size: 20px;
    }


    /* PAGE 8 */
    .page8 {
        padding: 30px 10px;
    }

    .page8 h2 {
        font-size: 28px;
    }

    .page8-content {
        max-width: 100%;
        padding: 0 10px;
        font-size: 16px;
        text-align: center;
    }
}
