/* Styles optionnels pour le module neptune_homepage_apropos. */
.neptune-homepage-apropos {
    padding: 65px 0;
    
}
.neptune-homepage-apropos a {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.neptune-homepage-apropos a > div {
    width: 50%;
}
.neptune-homepage-apropos .neptune-homepage-apropos__text {
    background-color: var(--second-background-color);
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 10%;
    font-family: var(--main-font);
    gap: 15px;
}
.neptune-homepage-apropos .neptune-homepage-apropos__text .neptune-homepage-apropos__title {
    text-transform: uppercase;
    font-weight: 500;
}
.neptune-homepage-apropos .neptune-homepage-apropos__text .neptune-homepage-apropos__link {
    position: absolute;
    bottom: 90px;
    text-transform: uppercase;
}
.neptune-homepage-apropos .neptune-homepage-apropos__text .neptune-homepage-apropos__paragraph {
    line-height: 25px;
}

.neptune-homepage-apropos .neptune-homepage-apropos__image img {
    width: 100%;
}
@media (max-width: 480px) { 
    .neptune-homepage-apropos a > div {
        width: 100%;
    }
    div.neptune-homepage-apropos {
        padding: 0;
        margin-left: calc(-1 * var(--margin-right-mobile));
        margin-right: calc(-1 * var(--margin-right-mobile));
    }
    div.neptune-homepage-apropos .neptune-homepage-apropos__text {
        padding: 60px 80px 120px 80px
    }
    div.neptune-homepage-apropos .neptune-homepage-apropos__image {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        background: var(--second-background-color);
    }
    div.neptune-homepage-apropos .neptune-homepage-apropos__text .neptune-homepage-apropos__link {
        bottom: 50px;
        text-decoration: underline;
    }
}
