* {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    box-sizing: border-box;
}

body {
    background: #f4f4f4 url(/bg.gif) repeat top left;
    color: #222;
    font: normal 16.575px/1.5 arial, sans-serif;
    text-align: left;
    overflow-x: hidden;
}

.header {
    min-height: 48.45px;
    padding: 0 20.4px;
    background: #1a1a1a;
    border-bottom: 3.825px solid #da0000;
    display: flex;
    align-items: center;
    gap: 15.3px;
}

.title-container {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.title {
    color: #fff;
    font-size: 1.53em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav_toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5.1px;
    background: #333;
    border: 1.275px solid #555;
    border-radius: 2.55px;
    padding: 7.65px 10.2px;
    cursor: pointer;
    width: 43.35px;
    height: 38.25px;
    flex-shrink: 0;
}

.nav_toggle span {
    display: block;
    width: 20.4px;
    height: 2.55px;
    background: #ccc;
    transition: all 0.15s;
}

.nav_toggle.open span:nth-child(1) {
    transform: translateY(7.65px) rotate(45deg);
}

.nav_toggle.open span:nth-child(2) {
    opacity: 0;
}

.nav_toggle.open span:nth-child(3) {
    transform: translateY(-7.65px) rotate(-45deg);
}

.header-nav {
    display: flex;
}

.header-nav a {
    color: #aaa;
    font-weight: bold;
    font-size: 1.08375em;
    padding: 0 17.85px;
    line-height: 48.45px;
    border-left: 1.275px solid #333;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    transition: background 0.1s, color 0.1s;
}

.header-nav a:first-child {
    border-left: none;
}

.header-nav a:hover {
    color: #fff;
    background: #333;
    text-shadow: none;
}

.container {
    max-width: 1249.5px;
    margin: 17.85px auto;
    padding: 0 12.75px;
    display: flex;
    gap: 17.85px;
    align-items: flex-start;
    font-size: 1.08375em;
}

.main-content {
    flex: 1;
    min-width: 0;
}

.sidebar {
    width: 267.75px;
    flex-shrink: 0;
    order: -1;
}

.sidebar-box {
    background: #fff;
    border: 1.275px solid #16bd00;
    margin-bottom: 15.3px;
}

.sidebar-box h3 {
    background: #16bd00;
    color: #fff;
    padding: 5.1px 12.75px;
    font-size: 1.21125em;
    font-weight: bold;
    text-shadow: none;
}

.sidebar-box ul {
    list-style: none;
    padding: 10.2px 12.75px;
    margin: 0;
}

.sidebar-box li {
    margin: 5.1px 0;
}

.sidebar-box p {
    color: #333;
    padding: 0 12.75px 10.2px;
    font-size: 1.1475em;
    text-shadow: none;
}

.sidebar-box a {
    color: #16bd00;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
}

.sidebar-box a:hover {
    text-decoration: underline;
    color: #16bd00;
    text-shadow: none;
}

.content-section {
    background: #fff;
    border: 1.275px solid #000066;
    margin-bottom: 15.3px;
    padding: 15.3px;
    position: static;
    box-shadow: none;
}

.section-title,
.content-section > h1:first-child {
    background: #000066;
    color: #fff;
    font-size: 1.1475em;
    font-weight: bold;
    padding: 5.1px 15.3px;
    margin: -15.3px -15.3px 12.75px -15.3px;
    border-bottom: 1.275px solid #000066;
    text-shadow: none;
    position: static;
}

.section-title::after,
.content-section > h1:first-child::after {
    display: none;
    
}

.content-section h1 {
    font-size: 1.275em;
    font-weight: bold;
    margin: 12.75px 0 5.1px;
    color: #222;
    text-shadow: none;
    border-bottom: 1.275px solid #ddd;
    padding-bottom: 2.55px;
    position: static;
}

.content-section h1::after {
    display: none;
}

.content-section h2 {
    font-size: 1.21125em;
    font-weight: bold;
    margin: 10.2px 0 5.1px;
    color: #ffffff;
    text-shadow: none;
    border-bottom: 1.275px solid #ddd;
    padding-bottom: 2.55px;
    position: static;
}

.content-section h2::after {
    display: none;
}

.content-section h3 {
    font-size: 1.1475em;
    font-weight: bold;
    margin: 7.65px 0 2.55px;
    color: #222;
    text-shadow: none;
}

.content-section p {
    margin: 5.1px 0 10.2px;
    color: #222;
    text-shadow: none;
}

.content-section::after {
    display: none;
}

a {
    color: #000066;
    text-decoration: none;
    text-shadow: none;
}

a:hover {
    color: #000066;
    text-decoration: underline;
    text-shadow: none;
}

#thing {
    margin-top: 12.75px;
    padding: 10.2px 12.75px;
    font-weight: bold;
    background: #fffce0;
    border: 1.275px solid #ccaa00;
    border-left: 3.825px solid #ccaa00;
    text-shadow: none;
    box-shadow: none;
}

.footer {
    clear: both;
    margin: 17.85px 0 12.75px;
    padding: 12.75px 0;
    text-align: center;
    border-top: 1.275px solid #ccc;
}

.footer h3 {
    margin: 2.55px 0;
    font-size: 1.08375em;
    color: #555;
    text-shadow: none;
}

.footer a {
    color: #0088cc;
    text-shadow: none;
}

.footer a:hover {
    color: #005f8e;
    text-decoration: underline;
    text-shadow: none;
}

#div_visite {
    background: #f4f4f4;
    border: 1.275px solid #ccc;
    display: inline-block;
    margin: 17.85px auto 0;
    padding: 19.125px 25.5px;
    width: 637.5px;
    height: 446.25px;
}

@media (max-width: 892.5px) {
    .header {
        padding: 0 12.75px;
        flex-wrap: wrap;
    }

    .title {
        font-size: 1.275em;
    }

    .nav_toggle {
        display: flex;
    }

    .header-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        order: 3;
        background: #2a2a2a;
        border-top: 2.55px solid #0088cc;
        margin-top: 2.55px;
    }

    .header-nav.open {
        display: flex;
    }

    .header-nav a {
        display: block;
        padding: 12.75px 20.4px;
        font-size: 1.1475em;
        border-left: none;
        border-bottom: 1.275px solid #3a3a3a;
        line-height: 1.5;
    }

    .header-nav a:last-child {
        border-bottom: none;
    }

    .container {
        flex-direction: column;
        width: 100%;
        gap: 0;
        padding: 0 7.65px;
    }

    .sidebar {
        width: 100%;
        order: 2;
    }

    .main-content {
        order: 1;
    }

    .sidebar-box {
        margin-top: 0;
        margin-bottom: 12.75px;
    }

    .content-section {
        padding: 12.75px;
        margin-bottom: 10.2px;
    }

    .section-title,
    .content-section > h1:first-child {
        margin: -12.75px -12.75px 10.2px -12.75px;
        padding: 5.1px 12.75px;
    }

    #div_visite {
        width: 100%;
        height: auto;
        margin-top: 12.75px;
    }

    .footer {
        margin: 12.75px 0 20.4px;
    }
}