/* featured */
.blog_home_featured_articles {
    display: grid;
    /*font-family: var(--font-family-2-1);*/
    padding: 0 1rem 0;
}
.blog_home_section_title {
    font-family: var(--font-family-4-1);
    font-size: var(--title-5);
    font-weight: 700;
    margin: 1.875rem 0 1.875rem;
    padding: 0 0 0.875rem;
    /* text-transform: uppercase; */
    border-bottom: 1px solid var(--gray-dark-4, #E1E1E1);
    color: var(--brand-black);
}
.blog_home_container__desktop {
    display: grid;
    gap:1.5rem;
}
.blog_home_vehicle_card {
    position: relative;
    max-height: 220px;
    height: 220px;
}
.blog_home_vehicle_card:first-of-type {
    position: relative;
    max-height: 330px;
    height: 330px;
}
.blog_home_vehicle_card__content{
    font-family: var(--font-family-1-1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 1rem;
    color: white;
}
.blog_home_card__category {
    border-radius: 1.5625rem;
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    background-color: var(--gray-dark-5);
    color: var(--gray-dark-11,#414141);
    font-weight: 400;
    font-size: 0.875rem;
}
.blog_home_card__paragraph {
    font-family: var(--font-family-0-regular);
    font-size: var(--title-5);
    font-weight: 700;
    margin: 1rem 0;
}
.blog_home_card__date {
    font-family: var(--font-family-1-1);
    font-size: 0.875rem;
    font-weight: 400;
}
.blog_home_vehicle_card__img{
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 220px;
    min-height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
    /* -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,3) 40%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,3) 40%); */
}
.blog_home_vehicle_card__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, black);
    opacity: 0.8;
    pointer-events: none;
}
.blog_home_vehicle_card:first-of-type .blog_home_vehicle_card__img{
    max-height: 330px;
}

/* END featured */


.blog_home_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.blog_home_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    font-family: var(--font-family-0-bold);
}

.blog_home_header {
    padding: 3.125rem 0;
    width: 100%;
    text-align: center;
    background-color: var(--gray-dark-9, #F1F1F1);
}

.blog_home_header__title {}

.blog_home_header__paragraph {}


.blog_home_main_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 1rem;

    /* optional */
    /* background-color: blue; */
    /* optional */
}

.blog_home_main_content__last_articles {
    width: 100%;
    /* width: 72rem; */
}

.blog_home_main_content__actions {
    width: 100%;
    /* width: 26.125rem; */
    /* optional */
    /* background-color: chocolate; */
    /* optional */
}

.blog_campaign {
    position: relative;
        display: flex;
        justify-content: center;
        padding: 12px, 40px, 12px, 40px;
}

.blog_campaign_img {
    /*height: 328px;*/
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    gap: 161px;
    display: block;
}

.blog_campaign_see_discounts {
    position: absolute;
    top: calc(100% - 69px);
    width: 208px;
    height: 48px;
    border: none;
    border-radius: 0%;
    background-color: var(--brand--black);
    color: var(--brand-white, #fff);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 5px 12px 5px;
    font-size: var(--title-6);
    font-family: var(--font-family-0-regular);
}
.blog_campaign_see_discounts:hover{
    background: var(--brand-dark);
}
.blog_home_campaign__gradient{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 329px;
    /* background:  #00000099 ; */
    z-index: 0;

}
.blog_entry{
    position: relative;
}

.blog_social_media h1{
  font-size: var(--title-5);
}

.blog_social_media_container{
    display: flex;
    gap: 10px;
}

.blog_home_card__link {
    text-decoration: none;
    color: var(--brand-white, #fff);
}

.blog_home_card__link:hover {
    color: var(--brand-white, #fff);
}

.blog_header_container img{
    height: 416px;
}

.banner-blog img {
    height: 416px;
    object-fit: cover;
}

.blog_home_newsletter_form_container, .blog_home_newsletter__form {
    width: 100% !important;
}

.blog_home_newsletter_form_container {
    background-color: var(--gray-dark-5);
    padding-top: 0 !important;
    height: 100% !important;
}

.blog_home_newsletter__form {
    padding: 2.5rem 1.5rem;
    height: 100% !important;
    text-align: start !important;
}

.btn__primary {
    width: 100% !important;
    padding: 8px 32px !important;
}

.blog_home_newsletter__title {
    font-size: var(--title-5) !important;
    font-weight: var(--weight-bolder) !important;
    font-family: var(--font-family-0-bold) !important;
    margin: 0;
    padding: 0;
}

.blog_home_newsletter_title_container {
    padding: 30px 0 0 0!important;
}

.blog_home_newsletter__subtitle {
    margin:0;
}

.blog_home_newsletter__form__input_text::placeholder {
    color: var(--gray-dark-1);
    font-family: var(--font-family-1-1);
}

.checkbox_input + .checkbox_input__label {
    padding: 0 !important;
}
/* 
* Medias
*/
@media (min-width: 768px) {
    /* Featured */
    .blog_home_vehicle_card {
            max-height: 220px;
        }

            .blog_home_vehicle_card:first-of-type {
                max-height: 490px;
            }
        /* Featured */

        .blog_home_main_content {
            flex-direction: row;
            padding: 3.75rem 1.5rem;
        }

        .blog_home_main_content__last_articles {
            max-width: 55.75vw;
            width: 55.75vw;
        }

        .blog_home_main_content__actions {
            width: 25.9375vw;
        }
    }

@media (max-width: 768px) {
    .blog_home_newsletter_title_container {
        padding: 30px 50px 30px 50px !important;
    }

    .blog_home_newsletter_form_container {
        padding: 0 !important;
    }

    .checkbox_input + .checkbox_input__label {
        padding: 14px !important;
    }
}
    /* 
* Medias
*/
    @media (min-width: 1024px) {
        .blog_home_main_content__last_articles {
            max-width: 62.75vw;
            width: 62.75vw;
        }

        .blog_home_main_content__actions {
            width: 25.9375vw;
        }
    }

    @media (min-width: 1366px) {

        /* Featured */
        .blog_home_featured_articles {
            padding: 0 3rem 0;
        }

        .blog_home_container__desktop {
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr;
            max-height: 490px;
        }

            .blog_home_container__desktop.one_card {
                grid-template-columns: 1fr;
                grid-template-rows: 1fr;
            }

            .blog_home_container__desktop.two_cards .blog_home_vehicle_card {
                /* max-height: 233px; */
                height: 100%;
                max-height: 490px;
            }

                .blog_home_container__desktop.two_cards .blog_home_vehicle_card:first-of-type {
                    max-height: 490px;
                }

            .blog_home_container__desktop:not(.two_cards) .blog_home_vehicle_card:first-of-type {
                grid-column: 1;
                grid-row: 1 / span 2;
                max-height: 490px;
                height: 100%;
            }

                .blog_home_container__desktop:not(.two_cards) .blog_home_vehicle_card:first-of-type .blog_home_vehicle_card__img {
                    max-height: 100%;
                }
        /* Featured */

        .blog_home_main_content {
            flex-direction: row;
            padding: 6.25rem 3rem;
        }

        .blog_home_main_content__last_articles {
            max-width: 52.5rem;
            width: 52.5rem;
        }

        .blog_home_main_content__actions {
            max-width: 18.75rem;
            width: 18.75rem;
        }
    }

    @media (min-width: 1800px) {
        .blog_home_main_content__last_articles {
            max-width: 72rem;
            width: 72rem;
        }

        .blog_home_main_content__actions {
            max-width: 26.125rem;
            width: 26.125rem;
        }
    }

    @media (min-width: 1920px) {
        /* featured */
        .blog_home_featured_articles {
            padding: 5rem 5.5rem 0;
        }

        .blog_home_container__desktop {
            max-height: 686px;
        }

        .blog_home_vehicle_card {
            max-height: 331px;
            height: 331px;
        }

        .blog_home_container__desktop.two_cards .blog_home_vehicle_card:first-of-type {
            max-height: 686px;
        }

        .blog_home_container__desktop:not(.two_cards) .blog_home_vehicle_card:first-of-type {
            max-height: 686px;
        }

        .blog_home_container__desktop.two_cards .blog_home_vehicle_card {
            max-height: 686px;
        }

        .blog_home_card__paragraph {
            font-size: var(--title-5);
        }

        .blog_home_vehicle_card__img {
            max-height: 686px;
        }
        /* featured */
        .blog_home_main_content {
            padding: 6.25rem 5.5rem;
        }
    }