#hautDePage {
    padding: 0;
    width: 100%;
    max-width: 1915px;
    background-color: #FFF;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    max-height: 94px;
    height: 94px;
}

/*
a#hautDePage:hover {
background-color: transparent;
}          */

/*
@media all and (min-width: 750px) {
div#logoOpe {
height: 240px;
}
}
@media all and (min-width: 750px) {
div#logoOpe {
height: 260px;
}
}       */

@media all and (min-width: 1500px) {
    #hautDePage {
    }
}

.homeLogo {
    background-image: url('/public/but/img/logo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 114 / 114;
}

.homeLogo {
    max-width: 74px;
    width: 74px;
    margin: 20px;
}

@media screen and (max-width: 600px) {
    .homeLogo {
        margin: 10px;
    }
}
