html, body {
    padding: 0;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Lato, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    color: rgb(72, 72, 72);
    background: #fff;
}
a {
    color: rgb(34, 102, 187);
}
a:hover {
    opacity: 1;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 1rem;
}
.logo {
    float: left;
}
.logo a {
    background: transparent url(logo.png) 0 0 no-repeat;
    background-size: 100%;
    opacity: .33;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0;
    margin: 4px 0 0;
    box-sizing: content-box;
}
.logo a:hover {
    background-position: 0 bottom;
    opacity: 1;
}
.logo span {
    display: none;
}
.contact {
    float: right;
}
.contact a {
    opacity: .66;
    color: #484848;
}

.content-message {;
    margin: 32px auto 0;
    max-width: 660px;
    padding: 340px 10px 0;
    text-align: center;
    background-size: 80% !important;
    font-weight: 500;
}
.illustration-401 {
    background: transparent url(403.png) center 0 no-repeat;
}
.illustration-403 {
    background: transparent url(403.png) center 0 no-repeat;
}
.illustration-410 {
    background: transparent url(410.png) center 0 no-repeat;
}
.illustration-404 {
    background: transparent url(410.png) center -55px no-repeat;
}
.illustration-500 {
    background: transparent url(500.png) center 0 no-repeat;
}
.illustration-maintenance {
    background: transparent url(maintenance.png) center 0 no-repeat;
}

.suptitle {
    font-weight: 700;
    font-size: 1.125rem;
    color: #08b6d5;
}
h1 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2em;
    margin: 0;
    padding: .5rem 0 1.5rem 0;
}

.content-message ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-message li {
    display: inline-block;
    margin: 0 1rem;
}
.content-message li a {
    display: inline-block;
    padding: .5rem .5rem;
    color: #484848;
    opacity: .66;
}
.divider {
    display: inline-block;
    margin: 0 20px;
    line-height: 24px;
    font-size: 0;
    border-left: 1px solid #484848;
    vertical-align: middle;
}
.text-decoration-none {
    text-decoration: none;
}

@media all and (max-width: 768px) {
    .divider {
        display: block;
        line-height: 10px;
        border: 0;
    }
}