/* RESET Fonts */
@font-face {
    font-family: AudiType;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/audi/AudiTypeVF.woff2) format("woff2-variations"),url(../fonts/audi/AudiType-Normal.woff2) format("woff2"),url(../fonts/audi/AudiType-Normal.woff) format("woff"),url(../fonts/audi/AudiType-Normal.ttf) format("truetype")
}

@font-face {
    font-family: AudiTypeBold;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/audi/AudiTypeVF.woff2) format("woff2-variations"),url(../fonts/audi/AudiType-Bold.woff2) format("woff2"),url(../fonts/audi/AudiType-Bold.woff) format("woff"),url(../fonts/audi/AudiType-Bold.ttf) format("truetype")
}

@font-face {
    font-family: AudiTypeExtendedBold;
    font-stretch: 130%;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/audi/AudiTypeVF.woff2) format("woff2-variations"),url(../fonts/audi/AudiType-ExtendedBold.woff2) format("woff2"),url(../fonts/audi/AudiType-ExtendedBold.woff) format("woff"),url(../fonts/audi/AudiType-ExtendedBold.ttf) format("truetype")
}

@font-face {
    font-family: AudiTypeExtended;
    font-stretch: 130%;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/audi/AudiTypeVF.woff2) format("woff2-variations"),url(../fonts/audi/AudiType-ExtendedNormal.woff2) format("woff2"),url(../fonts/audi/AudiType-ExtendedNormal.woff) format("woff"),url(../fonts/audi/AudiType-ExtendedNormal.ttf) format("truetype")
}

:root {
    /*  color variables */
    --color-main: #000000;
    --color-main-secondary: #b3b3b3;
    --color-active: #bb0a30; /*Audi red */
    --color-text: #000000;
    --color-text-lt: #4c4c4c;
    --color-border-dk: #4c4c4c;
    --color-border-lt: #d9d9d9;
    --color-bg-lt: #f2f2f2;
    --color-bg-btn:#000000;
    --color-bg-dk:#4C4C4C;
}

body {
    font-size: 16px;
    line-height: 1.4;
    font-family: "AudiType",Verdana, sans-serif;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:#f2f2f2;
}
footer, #footerBottom {
    padding: 20px 0 0;
    background: #000;
    color:#fff;
    max-width: 1920px;
    margin: 0 auto;
}

#footerBottom {
    padding: 20px 0 60px 0;
    color:#fff;
    border-top: 1px solid var(--color-border-lt);
}
.model_block h2 .makeTitle {
    font-family: "AudiType";
}

h1, .h1,
h2{
    font-family: AudiTypeExtended, sans-serif;
}
h1,
h2,
h3 {
    font-weight: 700;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}
h3,h4,h5{
    font-family: AudiTypeBold, sans-serif;
    font-weight:700;
    line-height:1.3;
}
h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}


a.title-car-item h3, .title-car-item h3 {
    font-family: AudiType, sans-serif;
}
h3 .modelTitle{
    font-size:18px;
}
p {
    font-size: 16px;
}

#wrapper {
    background: #ffffff;
    max-width:1920px;
    margin:0 auto;
}

.container-block-top {
    height: 118px;
}

.logo img {
    height: 25px;
    margin-bottom:10px;
}
.header-right-audi{
    display: flex;
    min-width: 500px;
    align-items: center;
    justify-content: space-between;
}
.header-right-audi .language, .header-right-audi .quickAccess a   {
    margin: 0 10px 0 0;
}

a.btn-primary{
    background:#fff !important;
    border:#000 solid 1px !important;
    color:#000 !important;
    width:auto;
    font-size:16px;
    padding:10px 20px;
}
a.btn-primary:hover   {
    border:var(--color-border-dk) solid 1px !important;
    color:var(--color-border-dk) !important;
}
.quickAccess a.button   {
    width:100%;
    background:#fff;
    border:#000 solid 1px;
    color:#000;
    width:auto;
    font-size:12px;
}
.quickAccess a.button:hover   {
    border:var(--color-border-dk) solid 1px;
    color:var(--color-border-dk);
    background:#fff;
    font-size:12px;
}
.iconDiv::before {
    padding-left: 5px;
}

.searchFormHeader li em,
.text-red1 {
    color: var(--color-main);
}
#dynamicForm .formInput, #dynamicFormBook .formInput, #dynamicFormReserve .formInput {
    border: 1px solid #000;
    border-radius: 0;
}
.form-demande .nav-details-cars li.active a,
.form-demande .nav-details-cars li a:hover,
.form-demande .nav-details-cars li a:focus,
#details_container .nav-details-cars li.active a,
#details_container .nav-details-cars li a:hover{
    background-color: var(--color-bg-btn) !important;
}
.checkmark {
    border: #000 solid 1px;
}
a.button,
#myModalOccasion .container-button-popup .button.cta,
#myModalOccasion .container-button-popup .button:hover.cta,
.form-demande ul li.button {
    border-radius: 0px;
}

.btn:hover, .btn:focus, button:hover, button:focus, .button:hover, .button:focus, .btn-primary:hover, .btn-primary:focus {
    background: var(--color-bg-dk);
    border-color: var(--color-bg-dk);
    color: #fff;
}

.form-demande .nav-details-cars li.active::after {
    border-top: 10px solid var(--color-main) !important;
}
.header-right .language li a.active {
    background: var(--color-main);
    color: #fff;
}
.nav-menu {
    border-bottom: none;
}

.content-description h1 {
    font-size: 26px;
}

.content-description h3 {
    font-size: 18px;
}

.content-description p {
    font-size: 14px;
    line-height: 1.3;
}
.nav-menu {
    background: #fff;
    border-top:#000 solid 1px;
    border-bottom:#000 solid 1px;
}
.menulist li a {
    font-weight: 400;
}
.menulist li a:hover {
    color: var(--color-text-lt) !important;
}
.menulist>li>a {
    font-family:"AudiType" sans-serif;
    font-weight:400;
    line-height: 47px;
    border-bottom:transparent solid 3px;

}
.menulist>li>a:hover {
    color: var(--color-text-lt) !important;
    border-bottom:#000 solid 3px;
}
.menulist>li.active>a {
    color: var(--color-text) !important;
    text-decoration: none;
    background: none !important;
    border-bottom:#000 solid 3px;
}

footer a, footer .address a {
    color: #fff;
}
#footerBottom a, .footer-legal {
    color:#fff !important;
}
#footerBottom a {
    color: var(--color-text);
}
#footer_links li a, .external-links a {
    color:#fff !important;
}
#footer_links li a:hover {
    text-decoration: underline;
}

p,
#container-contact .content-details-page p {
    color: var(--color-text);
}

.menulist li.active a.link-submodel {
    color: var(--color-text);
}

.form-control {
    border: 1px solid #000;
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    header .container-block-top .header-right {
        visibility: hidden;
    }

    #header_content {
        overflow: inherit;
    }
    .logo {
        line-height: 50px;
    }
    .logo img {
        height: 20px;
        margin-bottom: 0;
    }
    .linkTitle {
        font-size: 12px !important;
    }

    .container-block-top {
        height: 60px;
    }

    .header-top li i {
        color: var(--color-text);
    }

    .menulist>li>a {
        line-height: 20px;
    }

    .menulist li a {
        font-size: 14px;
    }
}

#header_content .menulist>li .content-links>li:hover>a {
    background: var(--color-main) !important;
}

.menulist a[title='Audi Sport']:before{
    background-color: #f50537;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    -webkit-transform: skew(-28deg);
    transform: skew(-28deg);
    width: 12px;
}
button.category, button.category:focus  {
    background: #fff !important;
}
button.category.is-checked, button.category:hover, header button.category#allModels a:hover {
    background: #000 !important;
    color: #fff !important;
}
header button.category#allModels{
    margin-right:0;
}
header button.category#allModels a {
    font-family: AudiTypeBold;
    background: #fff !important;
    color: #000 !important;
    line-height:1;
}
.model_block h2 {
    font-size: 16px;
}
.model_block .price_model {
    font-size: 14px;
}
footer .logo-make img{
    filter: brightness(0) invert(1);
}
#listingSportModels{
    padding-top:70px;
    padding-bottom:30px;
    overflow:hidden;
}
.logoMaster img{
    height:40px;
}

@media only screen and (max-width: 991px){
    .logoMaster {
    line-height: 60px;
    }
}
footer .activeDay,footer .activeDay label {
    color:#fff !important;
}

.nav-showroom-vehicles .model_block:hover {
    background: none !important;
    box-shadow: none;
}
.model_block .car_img {
    aspect-ratio: auto 4/3;
    padding-bottom:0;
    overflow: hidden;
    margin: 10px 0;
}

.model_block .mTitle {
    height: 60px;
}