/*BANNER*/
.banner__background {
    background-image: url("/assets/img/hybride-reachargeable/banner.jpg");
    background-position: center;
}
/* TAXE TSCA */
.taxe-tsca__title {
    padding-top: 42px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    opacity: 1;
    line-height: 30px;
}
.taxe-tsca__subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 22px;
}
.taxe-tsca__content {
    text-align: left;
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 20px;
}
/*NEXT CAR*/
.next-car {
    background: #f8f9fb;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #d4d4d4;
}
.next-car__title {
    font-size: 32px;
    line-height: 48px;
    padding-top: 50px;
}
.next-car__subtitle {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 50px;
}
.next-car__cars {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 50px;
}
.next-car__count {
    font-weight: 200;
}
.car {
    font-size: 22px;
    line-height: 24px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    background: white;
    margin: 0 20px;
    width: 260px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    color: black;
}
.car:hover {
    transform: scale(1.1);
    color: black;
}
.car svg {
    height: 115px;
    margin-bottom: 25px;
}

.landing__intro {
    max-width: 1200px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
}
/*NEW PAGE*/
.new-page a {
    display: block;
    margin-bottom: 50px;
}

/*FAQ*/
.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;
}
/*BRANDS*/
.brands {
    background: #f8f9fb;
    padding-top: 65px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}
.brands__content {
    padding-bottom: 65px;
}
.brands__title {
    margin-bottom: 50px;
    text-align: center;
}
.brands__list--offset {
    display: flex;
    flex-wrap: wrap;
}
.brand {
    width: 33%;
}
.brand__wrapper {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #d4d4d4;
    height: calc(100% - 50px);
    padding: 25px 0;
    box-sizing: content-box;
}
.brand:nth-child(-n + 3) .brand__wrapper {
    border-top: 1px solid #d4d4d4;
}
.brand:nth-child(n + 7) {
    display: none;
}
.brands__list.active {
    overflow: hidden;
}
.brands__list.active .brand:nth-child(n + 7) {
    display: block;
}
.brand .brand__pic {
    max-width: 140px;
    margin-right: 20px;
}
.brand__name {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}
.brand__content {
    display: flex;
    margin-top: 10px;
}
.brand__energie {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    display: flex;
    color: black;
    font-weight: 500;
}
.brand__energie:first-child {
    margin-top: 10px;
}
.brand__energie:hover,
.brand__energie:focus {
    color: black;
}
.brand__energie img {
    margin-right: 5px;
    height: 15px;
    min-width: 9px;
}
.brands__all {
    font-size: 16px;
    line-height: 20px;
    float: right;
    margin-top: 30px;
    cursor: pointer;
}
/*RECHARGE*/
.recharge {
    background: #f8f9fb;
    text-align: center;
}
.recharge__picture {
    height: 150px;
}
.recharge__content {
    margin-top: 30px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}
.recharge__content svg {
    height: 100%;
    padding-right: 35px;
    flex: 1;
}
.recharge__subtitle {
    padding-left: 35px;
    flex: 1;
}
.question__button {
    color: white;
    background: #00c7b8;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
}
.question__button:hover,
.question__button:active,
.question__button:focus {
    text-decoration: none;
    color: white;
}

/*REPONSIVE*/
@media (max-width: 1300px) {
    .bloc-icon-info {
        right: 42px;
    }
}
@media (max-width: 1199px) {
    .bloc-icon-info {
        right: 15px;
    }
}
@media (max-width: 1002px) {
    .brand {
        width: 50%;
    }
    .brand:nth-child(-n + 3) .brand__wrapper {
        border-top: none;
    }
    .brand:nth-child(-n + 2) .brand__wrapper {
        border-top: 1px solid #d4d4d4;
    }
    .brand:nth-child(n + 5) {
        display: none;
    }
    .brands__list.active .brand:nth-child(n + 5) {
        display: block;
    }
}
@media (max-width: 785px) {
    #menurapide {
        display: none;
    }
    .faq,
    .taxe-tsca {
        padding: 0 15px;
    }
    .faq__title {
        font-size: 24px;
        line-height: 28px;
        padding-top: 30px;
    }
    .faq #menurapide {
        display: none;
    }
}
@media (max-width: 767px) {
    .banner__content {
        padding: 25px 15px;
    }
    .banner__title {
        font-size: 28px;
        line-height: 32px;
    }
    .banner__subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
        text-align: left;
    }
    .next-car {
        padding: 15px;
    }
    .next-car__cars {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        padding-bottom: 20px;
    }
    .next-car__title {
        font-size: 24px;
        line-height: 28px;
    }
    .next-car__title {
        padding-top: 20px;
    }
    .car {
        margin-top: 20px;
        max-width: 260px;
        width: 100%;
    }
    .brands {
        padding-top: 40px;
    }
    .brands__content {
        padding: 0 15px 50px;
    }
    .brands__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .brand {
        width: 100%;
    }
    .brand:nth-child(-n + 2) .brand__wrapper {
        border-top: none;
    }
    .brand:first-child .brand__wrapper {
        border-top: 1px solid #d4d4d4;
    }
    .brand__wrapper {
        height: auto;
    }
    .brand .brand__pic {
        width: 130px;
        min-width: 130px;
    }
    .brands__all {
        font-size: 18px;
        line-height: 20px;
        float: none;
        text-align: center;
    }
    .recharge {
        border: none;
    }
    .recharge__content {
        flex-direction: column-reverse;
        margin-top: 20px;
    }
    .recharge__content svg {
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: -15px;
        width: calc(100% + 55px);
        min-width: 430px;
        margin-right: -15px;
    }
    .recharge__subtitle {
        padding-left: 0;
        text-align: center;
    }
    .recharge__content {
        font-size: 24px;
        line-height: 28px;
    }
    .recharge__button {
        max-width: 320px;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .faq .toggled__item .trigger {
        padding: 20px 40px 20px 0;
    }
    .faq .toggled__item .wrapped_content {
        font-size: 18px;
        line-height: 22px;
    }
}
