.body-concours-termine {
    background-image: url("images/background-general.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: center;
    height: 100%;
}

.body-concours-termine .text {
    display: none;
    justify-content: center;
}
@media (min-width: 1081px) {
    .body-concours-termine .text {
        display: flex;
    }
}

.body-concours-termine .text-mobile {
    display: flex;
    justify-content: center;
}
@media (min-width: 1081px) {
    .body-concours-termine .text-mobile {
        display: none;
    }
}

.body-concours-termine .text-mobile img {
    width: 80%;
    height: auto;
}


.body-concours-termine .links {
    display: flex;
    justify-content: space-evenly;
    padding: 24px 0;
}
@media (min-width: 1081px) {
    .body-concours-termine .links {
        display: flex;
        justify-content: center;
        column-gap: 16px;
        padding: 24px 0;
    }
}

.body-concours-termine .links img {
    height: 100px;
    width: auto;
}

.body-concours-termine .logo {
    display: flex;
    justify-content: center;
}

.body-concours-termine .logo img {
    width: 50%;
    height: auto;
}
@media (min-width: 1081px) {
    .body-concours-termine .logo img {
        width: 40%;
        height: auto;
    }
}

.body-concours-termine .logo img.bottom-logo {
    display: none;
}
.body-concours-termine .logo img.bottom-text {
    width: 80%;
    height: auto;
}
@media (min-width: 1081px) {
    .body-concours-termine .logo img.bottom-logo {
        display: initial;
    }
    .body-concours-termine .logo img.bottom-text {
        display: none;
    }
}