.home, #sideNav { transition: 1s all ease !important; }
.vertical-lines { width: unset; }
.intro-content {
    padding: 2.5vh 5vh 2.5vh 10vh;
    overflow: hidden;
    overflow-y: visible;
}
.intro-description { text-align: justify; }
hr { border: none; border-top: 2px solid; }
footer {
    position: relative;
    float: left;
    padding: 2.5vh 10vh;
    border-top: 2px solid;
    margin-top: -1px;
}
footer p { margin-block-start: 0; margin-block-end: 0; }
.navbar a:hover, .active, .active a { color: #F28C1A !important; }
@media all and (orientation: portrait) {
    .detail-main { height: auto; float: left; }
    .intro-content {
        padding: 2.5vh 2vh !important;
        overflow: unset;
        overflow-y: unset;
        position: relative;
        max-height: unset !important;
        width: 100%;
    }
    .intro, .gallerie { position: relative; overflow: unset; overflow-y: unset; }
    footer { padding: 2vh; width: 100%; }
}