s.section-items h2, .section-items p{
    color: #424242;
    font-size: 16px;
    margin: 0;
}

.section-items {
    width: 100%;
    padding-top: 37px;
    padding-bottom: 42px;
    background-color: #EAF0FF;
}

/*Général*/
.section-items .list-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.section-items .list {
    display: flex;
    flex-wrap: nowrap;
}
.section-items .list .list-item {
    position: relative;
    background: white;
    box-shadow: 0px 3px 6px #00000029;
    margin: 0 15px 13px 4px;
    width: 70px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.20s ease;
    border: 2px solid transparent;
}
.section-items .list .list-item__dealerships {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 100%;
    left: 100%;
    background-color: #909090;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transform: translate(-50%,-50%);
}
.section-items .list .list-item.is-active,
.section-items .list .list-item:hover{
    border-color: #1167FF;
}
.slick-disabled {
    opacity: 0.2;
    cursor: default;
}
.section-items .slick-prev {
    left: -30px;
}
.section-items .slick-next {
    right: -30px;
}
.without_autosphere .by_autosphere{
    display: none;
}
.without_autosphere{
    margin-bottom: 30px;
}
.list-item__title{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
    color: black;
}
.list-item__title--alone{
    margin: 0;
}
.section-items .list .list-item.hide{
    display: none;
}
.section-items .list .list-item.shown{
    display: flex;
}
.list-item__wrapper{
    border-left: 1px solid #D4D4D4;
    padding-left: 15px;
    height: 75px;
}
.section-items img {
    max-width: 100%;
    max-height: 100%;
}
.section-items a {
    width: 100%;
}
.style-link.voir {
    display: block;
    color: #1167ff;
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
}
.section-items .list {
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
}
.list-item__content{
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list-item_commercial{
    color: #424242;
    font-size: 16px;
}
.section-items h2{
    margin: 0;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}
/*FAQ*/
.faqs__title{
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    margin: 100px 0 40px;
}
.faq {
    overflow: hidden;
    position: relative;
}
.faq__title{
    font-size: 32px;
    line-height: 48px;
    padding-top: 40px;
    font-weight: 700;
    text-align: center;
}
.faq__content{
    margin-top: 60px;
    margin-bottom: 60px;
}
.faq .toggled__item .trigger{
    padding: 25px 50px 25px 0;
}
.faq .newH2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: #000000;
}
.faq .toggled__item .wrapped_content{
    font-size: 16px;
    line-height: 22px;
}
.faq .newH2 hr {
    border-top: 3px solid #1167ff;
    width: 30px;
    margin: 0px;
}
.faq #menurapide {
    position: absolute;
    top: 0;
}
.faq #menurapide a {
    color: #aaa3a1;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    margin-bottom: 15px;
}
.faq #menurapide a:hover,
.faq #menurapide a.current {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
}
.faq #menurapide a:focus {
    text-decoration: none;
}
#hralllinks{
    margin-bottom: 0;
    border-bottom: 0;
}
.expertises{
    margin-top: 100px;
}
.expertises__list{
    margin-top: 50px;
    display: flex;
}
.expertises__list .expertise{
    flex: 1;
    outline: none;
}
.expertises__title{
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}
.expertise{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease;
}
.expertises__content{
    margin-top: 50px;
}
.expertise__subtitle{
    font-size: 22px;
    line-height: 46px;
    font-weight: 200;
}
.expertise__description{
    padding: 10px 0 20px;
    border-bottom: 1px solid #D4D4D4;
}
.expertise:hover{
    transform: scale(1.1);
}
.expertise__title{
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    font-weight: 500;
}
.expertise--active .expertise__title{
    color: #1167ff;
}
.expertise .expertise__description{
    display: none;
}
@media screen and (max-width: 1199px) {
    .section-items .list-wrapper{
        width: 100%;
    }
    .section-items .list-wrapper .list-item{
        width: 48px;
    }
    .expertises__list .expertise{
        margin: 0 15px;
    }
}

/* desktop */
@media screen and (min-width: 785px) {
    .section-items h2{
        padding-top: 30px;
        padding-bottom: 40px;
        font-size:28px;
    }
}

/* mobile */
@media screen and (max-width: 784px) {
    .section-items h2{
        width: 100%;
        padding: 20px 25px;
    }
    .section-items a {
        width: 100%;
        padding: 0 5px;
    }
}

@media (max-width: 767px){
    .section-items {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .section-items .list{
        width: 100%;
    }
    .section-items .list .slick-list{
        padding-left: 30px;
        padding-right: 30px;
    }
    #section-marques {
        padding-bottom: 10px;
    }
    .section-items .slick-dots {
        margin-bottom: -15px;
    }
    .section-items .list .list-item {
        width: 50px;
        margin: 0 5px 25px 5px;
    }
    .section-items .list .list-item__dealerships {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
    .section-items .list-wrapper{
        flex-direction: column;
    }
    .expertises{
        margin-top: 30px;
    }
    .expertises__list{
        margin-top: 30px;
    }
    .expertises__content .expertise__subtitle{
        display: none;
    }
    .expertises__content{
        margin-top: 30px;
        padding: 0 15px;
        font-size: 18px;
        line-height: 22px;
    }
    .expertise:hover{
        transform: none;
    }
    .faq{
        padding: 0 15px;
    }
    .expertises__title{
        font-size: 24px;
        line-height: 28px;
        padding: 0 15px;
    }
    .section-items h2{
        font-size: 24px;
        line-height: 28px;
    }
    .faqs__title{
        font-size: 24px;
        line-height: 28px;
        margin: 30px 0;
    }
    .expertises__list .expertise{
        display: flex;
        max-width: 230px;
        margin: 0 15px;
    }
}

@media (max-width: 500px){
    .expertises__list .expertise{
        margin: 0 20px;
    }
}
