#hautDePage {
    padding: 0;
    width: 100%;
    max-width: 1915px;
    background-color: #CC0000;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#hautDePageBg {
    background-color: #CC0000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

/*
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/maxiB/svg/logo.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 796 / 116;
}

.homeLogo {
    max-width: 796px;
    width: 90%;
    margin: 20px;
}

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