.body-concours-termine {
    background-image: url("images/termine4-background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.page-concours-termine {
    display: flex;
    flex-direction: column;
    justify-content: end;
    row-gap: 20px;
    height: 100%;
}
@media (min-width: 1081px) {
    .page-concours-termine {
        justify-content: center;
    }
}

.text {
    display: none;
}
@media (min-width: 1081px) {
    .text {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.text-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
}
@media (min-width: 1081px) {
    .text-mobile {
        display: none;
    }
}

.logo {
    display: none;
}
@media (min-width: 1081px) {
    .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1081px) {
    .logo-mobile {
        display: none;
    }
}

.links {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
}
@media (min-width: 1081px) {
    .links {
        margin: 0;
    }
}

.links img {
    height: 225px;
    width: auto;
}
@media (min-width: 1081px) {
    .links img {
        height: 80px;
        width: auto;
    }
}

