.s_brandlink {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.s_brandlink:hover {
    text-decoration: none;
}

.s_brandlink__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 230px;
}

.s_brandlink:hover .s_brandlink__label {
    background: #BCBCBC;
}

.s_brandlink__label {
    background: rgba(74, 74, 74, 0.75);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 12px 4px;
    text-transform: uppercase;
    text-decoration: none;
}

.s_brandlink__label--big {
    align-content: center;
    align-items: center;
    display: flex;
    font-size: 36px;
    justify-content: center;
    width: 100%;
}

.s_introbox {
    background-color: #F2F2F2;
    display: flex;
    padding: 10px;
    margin: 26px 0;
}

@media only screen and (max-width: 680px) {
    .s_introbox {
        flex-direction: column;
    }
}

.s_introbox > div {
    background-position: 10px 15px;
    background-repeat: no-repeat;
    border-right: 1px solid #979797;
    padding: 10px 20px 10px 70px;
    width: 33%;
}

@media only screen and (max-width: 680px) {
    .s_introbox > div {
        border: none;
        min-height: 80px;
        width: 100%;
    }
}

.s_introbox > div > p {
    font-size: 14px;
}

.s_introbox > div:last-child {
    border-right: none;
}

.s_breadcrumb,
.s_breadcrumb a {
    color: #797979;
    font-size: 16px;
}

.s_breadcrumb--dark a {
    color: #1A327D;
    font-size: 18px;
}

.s_breadcrumb li {
    background-image: url(/auto/images/icons/arrow.svg);
    background-position: calc(100% - 6px);
    background-repeat: no-repeat;
    display: inline;
    padding-right: 18px;
}

.s_breadcrumb--dark li {
    background-image: url(/auto/images/icons/arrow-blue.svg);
}

.s_breadcrumb li:last-child {
    background-image: none;
}

.s_breadcrumb {
    color: #797979;
    list-style: none;
}

.s_b {
    align-items: center;
    background-color: #1A327D;
    color: #fff;
    display: flex;
    font-size: 16px;
    margin: 24px 0;
    flex-direction: row;
}

@media only screen and (max-width: 850px) {
    .s_b {
        flex-direction: column;
    }
}

.s_b__button {
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 32px;
    margin: 20px;
}

.s_b__button:hover {
    text-decoration: none;
    opacity: 0.95;
}

.s_b__icon {
    padding: 20px 40px;
}


.s_modelList {
    list-style: none;
    margin: 20px 0 !important;
}

.s_modelList li {
    border-bottom: 1px solid #cfcfcf
}
.s_modelList a {
    color: #444;
    display: block;
    padding: 6px;
    text-decoration: none;
}

.s_modelList a:hover {
    display: block;
    background-color: #F5A623;
    text-decoration: none;
    color: #fff;
}

.s_modelList a:hover path {
    fill: #fff;
}


.s_tile {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 180px;
    justify-content: center;
    margin: 0 0 10px;
    text-align: center;
}

.s_tile--recommandation {
    text-align: left;
    height: 290px;
}

.s_tile--recommandation .s_tile__category {
    height: 150px;
    width: 100%;
}

.s_tile--recommandation .s_tile__category > div {
    height: 28px;
    overflow: hidden;
}

.s_tile--recommandation .s_tile__subcategory,
.s_tile--recommandation:hover .s_tile__subcategory {
    height: auto !important;
    padding: 0 !important;
}

.s_tile--recommandation .s_b__button {
    display: block;
    margin: 4px 0;
    text-align: center;
}

.s_tile--recommandation:hover .s_tile__image img {
    transform: scale(1) !important;
    transition: transform 0.2s ease-in-out;
}

.s_tile__image {
    display: flex;
    flex-grow: 1;
    width: 100%;
}

.s_tile__imagelink,
.s_tile__image img {
    align-self: center;
    display: block;
    margin: 0 auto;
    max-height: 75px;
    max-width: 90%;
    transform: none;
    transition: transform 0.2s ease-in-out;
}

.s_tile:hover .s_tile__image img {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
}


.s_tile__category {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    height: 67px;
    overflow: hidden;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.s_tile:hover,
.s_tile:hover .s_tile__category {
    color: #1A327D;
    text-decoration: none
}

.s_tile__subcategory,
.s_tile:hover .s_tile__subcategory {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
}

@media only screen and (max-width: 850px) {
    .s_u-hideOnTablet {
        display: none !important;
    }
}


.s_b__button--selectCar {
    background: url(/auto/images/icons/car.svg) 4px center no-repeat;
    border-radius: 3px;
    border: 1px solid #184287;
    color: #184287;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 0 8px 64px;
}


.seoText h2 {
    margin: 30px 0 5px;
}
