@media handheld and (orientation: landscape), (max-width: 1100px) and (orientation: landscape),(max-height: 600px) and (orientation: landscape), screen and (device-aspect-ratio: 2/3), screen and (device-aspect-ratio: 40/71), screen and (device-aspect-ratio: 3/4) {
    .infos-zone {
        display: inline-flex;
        flex-flow: column;
        position: absolute;
        margin-top: 11vh;
        left: 0;
        width: calc(100% - 0.5vh);
        height: auto;
    }

    .encadre-zone {
        width: calc(100% - 4vh);
        margin: 2vh;
    }

    .encadre-pro {
        height: 80vh;
        background-image: url("/resources/img/picto-prive.png");
        background-size: 30vh;
        background-repeat: no-repeat;
        background-position: center;
    }

    .veille {
        position: fixed;
        top: 8vh;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 500000;
    }

    .veille > img {
        position: absolute;
        height: 68vh;
        left: calc(50% - 33vh);
        top: calc(50% - 41vh);
    }

    .recherche-public {
        margin: 7vh auto 5vh auto;
        width: calc(75% - 1vh);
        height: calc(50% - 1vh);
    }

    .recherche-pro {
        width: calc(75% - 1vh);
        height: calc(25% - 6vh);
        margin: 30vh auto auto auto;
    }

    .libelle-encadre {
        font-size: 5vh;
        padding-top: 1vh;
        line-height: 7vh;
    }

    .pointe-encadre {
        position: relative;
        top: 0vh;
        left: 0;
        height: 3vh;
    }

    .login-input {
        width: calc(100% - 10vh);
        text-align: center;
        margin: 1vh;
    }
}
