.entryInterface {
    position:fixed;
    z-index:9999999999;
    width:100%;
    height:100vh;
    background:#fff;
    top:0;
    left:0;
}

.entryInterface .entryLogo {
    text-align:center;
    margin-bottom:30px;
    margin-top:30px;
}

.entryInterface .entries {
    text-align:center;
}

.entryInterface .entries .entry {
    display:inline-block;
    width:40%;
    aspect-ratio: 1;
    background-position: center;
    background-size:100%;
    background-repeat: no-repeat;
    position:relative;
    cursor: pointer;
}


.entryInterface .entries .entry:hover .overll {
    opacity:0.2;
}


.entryInterface .entries .entry .overll {
    background:#000;
    opacity:0.5;
    width:100%;
    height:100%;
    display: block;
    transition: opacity 1s;
}

.entryInterface .entries .entry span {
    width: auto;
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    display: block;
    top: 50%;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
}


.entryInterface .entries .entry span:after {
    position:absolute;
    bottom:-20px;
    width:100%;
    content:' ';
    height:2px;
    background:#fff;
    left:0;
}

.entryInterface .entries #medical {
    background-image:url('../img/medical.jpg');
    margin-right:5%;
}

.entryInterface .entries #ambulance {
    background-image:url('../img/ambulancier.jpg');
}


@media (min-width: 992px) {

    .entryInterface .entries #medical {
        margin-right:5%;
    }

}

@media (max-width: 992px) {

    .entryInterface .entries .entry {
        width:90%;
        margin-bottom:30px;
    }
}

body #left-column .PM_ASCriterionCheckbox {
    margin-top: 4px !important;
    margin-right: 6px !important;
}