/* Styles spécifiques — home-view */
body.page-home-view { background-color: #000000; }

/* IMAGE DE FOND FIXE */
.background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../../../media/homeview_back.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

@media (max-width: 900px) {
    .background {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 60vh;
        background-image: url("../../../media/homeview_back.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

@media (max-width: 530px) {
    .background {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 45vh;
        background-image: url("../../../media/homeview_back.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

/* CONTENU QUI SCROLL */
.content {
    position: relative;
    z-index: 1;
}

.section-text1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: bold;
    margin-top: 7%;
    font-size: 20px;
}

.section-text1-1 {
    color: rgb(255, 255, 255);
    text-align: center;
    align-items: center;
    margin-top: 1%;
    font-size: 10px;
    display: flex;
    margin-bottom: 6%;
    justify-content: center;
}

.hw-section {
    padding: 0px 5%;
    align-items: center;
    justify-content: center;
    display: flex;
}

/* =========================                         carte ADC 2023                               ============================*/

.hw-card {
    background: rgb(255, 255, 255);
    border-radius: 30px;
    width: 100%;
    height: 800px;
    padding: 24px;
    color: #000000;
    display: flex;
    flex-direction: column;
}

.hw-title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.hw-desc-1 {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 25px;
}

.hw-desc-2 {
    text-align: left;
    font-size: 12px;
    margin-bottom: 25%;
}
