#showcase>img {
    width: 120px;
    padding-bottom: 20px;
}
#theory p {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: 800;
    font-style: italic;
    line-height: 12px;
}
#theory a {
    font-family: "Arial", sans-serif;
    font-size: 12px;
}
#aside_signs {
    margin-top: 50px;
    text-align: center;
}
#theory_appointment_text {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}
aside .button {
    height: 30px;
    width: 150px;

    margin: 20px auto 0 auto;
}

.split_articles {
    width: 100%;

    display: flex;
    gap: 10px;
}
.split_articles>article {
    flex: 1;
}

.article_title {
    color: #d1352a;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

#diashow {
    display: flex;
    gap: 14px;
}
.diashow_banner {
    width: 89px;
    height: 443px;

    text-align: center;

    border: 1px solid #a8a8a8;
}
.diashow_banner img {
    margin: 16px auto 16px auto;
}
#diashow_box {
    width: 606px;
    height: 445px;

    padding: 12px;
    box-sizing: border-box;

    border: 1px solid #a8a8a8;
}
#img_box {
    width: 580px;
    height: 327px;

    margin-bottom: 20px;

    position: relative;
    
    border: 1px solid black;
}
#img_box img {
    position: absolute;
    top: 0;

    opacity: 0;
    transition: opacity 1.5s ease;
}
#img_box img.active {
    opacity: 1;
}
#contact_box {
    height: 30px;
    padding-left: 10px;

    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;

    background-color: #787878;
}
#location_box {
    height: 30px;

    margin-top: 5px;
    padding-left: 10px;

    font-size: 13px;
    font-weight: bold;
    line-height: 30px;

    background-color: #cccccc;
}

#main_content article:not(#diashow) {
    margin-top: 10px;
    padding: 0 30px 0 30px;

    position: relative;

    font-size: 14px;

    border: 1px solid #a8a8a8;
}
#theory_article .button {
    width: 180px;
    height: 30px;

    display: block;
    margin: 50px auto 50px auto;
}
#qr_theorie {
    position: absolute;
    left: 600px;
    top: 105px;
}

#bridge_article p:nth-child(2) {
    width: 200px;

    display: inline-block;

    font-size: 13px;
    text-align: center;
}
#bridge_article img {
    position: absolute;
    left: 250px;
    top: 60px;
}

#holidays_article p:nth-child(2) {
    position: absolute;
    left: 250px;

    font-size: 14px;
}
#holidays_article img {
    position: absolute;
    top: 50px;
    left: 70px;
}

#moto_sign {
    display: block;
    margin: 25px auto 0 auto;
}
#moto_article h2 {
    text-align: center;
}

#motocycle {
    position: absolute;
    top: 200px;
    left: 500px;
}
#auto-ecole_logo {
    position: absolute;
    top: 250px;
    left: 620px;
}