html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
    /*overflow: hidden;*/
}

.footer {
    text-align: center;
    padding: 10px;
}

.custom-navbar-header {
    height: 104px;
    border-bottom: 2px solid var(--evlg-primary);
}

.navbar .nav-item .nav-link {
    color: var(--evlg-tertiary);
    font-weight: bold;
}

.navbar .nav-item .nav-link.active {
    border-bottom: 3px solid var(--evlg-primary);
}

.modal {
    z-index: 99999;
}

.vehicle-presentation {
    width: 100%;
}

.item-illustration {
    max-height: 50px;
    width: auto;
}

.item-text {
    font-size: 20px;
}

.item-text.item-text-mini {
    font-size: 1rem;
}

.item-price {
    font-size: 3rem;
}

.item-price.price-sm {
    font-size: 40px;
}

.brand {
    max-width: 6rem;
}

.info-title {
    font-size: 32px;
    font-weight: 400;
}

.info-label,
.info-value {
    font-size: 14px;
    font-weight: 700;
}


.vehicle-characteristics .nav-link {
    background: #ffffff;
    color: var(--evlg-primary);
    box-shadow: 0 4px 4px 0 #00000040;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-align: center;
}

.vehicle-characteristics .nav-link.active {
    background: var(--evlg-primary);
    color: #ffffff;
    box-shadow: none !important;
    border-radius: 4px;
}


.separator-light {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #b3b3b3;
    margin: 0;
}

.separator-light::before,
.separator-light::after {
    content: "";
    flex-grow: 1;
    background: #b3b3b3;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 8px;
}

.vehicle-characteristics-content {
    max-height: 600px;
    overflow-y: auto;
}

.vehicle-similars-wrapper {

}

.presentation-wrapper {
    background: #373A4099;
}

.vehicle-card-mini .item-illustration {
    width: 30px !important;
    height: auto;
}

.owl-custom-left-nav {
    left: 10px;
    top: 25%
}

.owl-custom-right-nav {
    right: 10px;
    top: 25%;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    display: block !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

.vehicle-presentation .owl-theme .owl-nav [class*=owl-] {
    top: 20%;
}

.vehicle-presentation .owl-nav .owl-next {
    right: -45px;
}


#services-presentation .owl-nav .owl-next {
    right: -25px;
}

.technical-value {
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    display: block;
}

.mini-presentation .info-item {
    max-width: 20%;
}

.back-to-catalog-link {
    padding: 1rem;
}

.mini-presentation .info-item img {
    max-height: 40px;
}

.mini-presentation .info-item .item-text {
    font-size: 1rem;
}

.co2-illustration {
    width: auto;
    height: 26px;
}

/*
* Home
*/
#simpleSearchForm label {
    display: block;
}

/*
* Contact-us
*/
.contact-us .contact-info .contact-info-label {
    color: white;
    font-weight: bolder;
}

.contact-us .contact-info .contact-info-value {
    color: white;
    font-weight: normal;
}

.contact-us .contact-info hr {
    color: var(--evlg-primary);
    opacity: 1;
    margin: 5px 0;
}

/*
/ Footer
*/
.footer .pages-title {
    display: inline-block;
    border-bottom: 1px solid var(--evlg-primary);
}
