section#histoire {
    text-align: center;
    padding: 64px;
    color: #8099B2;
}

section.storytelling {
    display: flex;
    align-items: center;
    padding: 32px;
    gap: 32px;

    div > h3 {
        font-family: Montserrat;
        color: #E995C9;    
    }

    span {
        color: #003366;
    }

    /* Toutes les sections class="storytelling" impairs */
    &:nth-child(2n) {
        flex-direction: row-reverse;

        div {
            text-align: end;

            h3 {
                color: #EEB98D;
            }
        }
    }
}

section#insta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 64px;
    background-image: url("img/background.png");
    background-size: cover;
    background-position: center;

    button {
        background-color: #003366;
        color: #F5F5F5;
    
        a {
            color: #F5F5F5 ;
            text-decoration: none;
        }
    }
}
