body.admin-bar #header, html.js body.admin-bar #bloc-top {
    top: 46px;
}
@media screen and (min-width: 44.375em) {
    body.admin-bar #header, html.js body.admin-bar #bloc-top {
        top: 32px;
    }
}
.annotated-image {
    padding: 0;
    line-height: 0;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
}
.annotated-image img {
    max-width: 100%;
}
.annotated-image span.note {
    display: block;
    position: absolute;
    cursor: default;
}
.annotated-image span.note span.marker {
    content: "";
    display: block;
    position: absolute;
    bottom: 0em;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #d40714 transparent transparent transparent;
}
.annotated-image span.note span.text {
    padding: 12px 30px;
    position: absolute;
    left: 0;
    bottom: 1em;
    transform: translateX( -50% );
    line-height: 1.25em;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background: #d40714;
}
.annotated-image span.note span.text:empty {
    display: none;
}
.brick {
    clear: both;
}

#bloc-top2 .annotated-image {
    height: 100%;
}

.error404 .txt {
    position: relative;
}

.note-404 {
    position: absolute;
    top: -10vh;
    left: 100%;
    padding: 12px 30px;
    display: block;
    width: 220px;
    text-align: center;
    color: #fff;
    background: #d40714;
}

.note-404:after {
    content:"";
    margin-top: -15px;
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #d40714;
}

@media (max-width: 767px) {
    .note-404 {
        display: none;
    }
}