@font-face {
    font-family : 'BMWGroup_Global';
    src         : url(../fonts/BMWGroup_Global_Thin.woff2) format("woff2"), url(../fonts/BMWGroup_Global_Thin.woff) format("woff"), url(../fonts/BMWGroup_Global_Thin.ttf) format("truetype");
    font-weight : 300;
    font-style  : normal
}

@font-face {
    font-family : 'BMWGroup_Global';
    src         : url(../fonts/BMWGroup_Global_Light.woff2) format("woff2"), url(../fonts/BMWGroup_Global_Light.woff) format("woff"), url(../fonts/BMWGroup_Global_Light.ttf) format("truetype");
    font-weight : 400;
    font-style  : normal
}

@font-face {
    font-family : 'BMWGroup_Global';
    src         : url(../fonts/BMWGroup_Global_Bold.woff2) format("woff2"), url(../fonts/BMWGroup_Global_Bold.woff) format("woff"), url(../fonts/BMWGroup_Global_Bold.ttf) format("truetype");
    font-weight : 600;
    font-style  : normal
}

@font-face {
    font-family : 'BMWTypeNextWeb';
    src         : url(../fonts/BMWTypeNext-Thin.woff2) format("woff2"), url(../fonts/BMWTypeNextTT-Thin.woff) format("woff");
    font-weight : 100;
    font-style  : normal
}

@font-face {
    font-family : 'BMWTypeNextWeb';
    src         : url(../fonts/BMWTypeNext-Light.woff2) format("woff2"), url(../fonts/BMWTypeNextTT-Light.woff) format("woff");
    font-weight : 300;
    font-style  : normal
}

@font-face {
    font-family : 'BMWTypeNextWeb';
    src         : url(../fonts/BMWTypeNext-Regular.woff2) format("woff2"), url(../fonts/BMWTypeNextTT-Regular.woff) format("woff");
    font-weight : 400;
    font-style  : normal
}

@font-face {
    font-family : 'BMWTypeNextWeb';
    src         : url(../fonts/BMWTypeNext-Bold.woff2) format("woff2"), url(../fonts/BMWTypeNextTT-Bold.woff) format("woff");
    font-weight : 700;
    font-style  : normal
}

@font-face {
    font-family : 'BMWTypeNextTT';
    src         : url(../fonts/BMWTypeNextTT-Thin.woff) format("woff");
    font-weight : 100;
    font-style  : normal
}

@font-face {
    font-family : 'BMWTypeNextTT';
    src         : url(../fonts/BMWTypeNextTT-Light.woff) format("woff");
    font-weight : 300;
    font-style  : normal
}

@font-face {
    font-family : 'BMWTypeNextTT';
    src         :url(../fonts/BMWTypeNextTT-Regular.woff) format("woff");
    font-weight : 400;
    font-style  : normal
}

@font-face {
    font-family : 'BMWTypeNextTT';
    src         : url(../fonts/BMWTypeNextTT-Bold.woff) format("woff");
    font-weight : 700;
    font-style  : normal
}

* {
    color: #fff;
    font-family: "BMWTypeNextWeb", Arial, Helvetica, sans-serif;
}

a {
    text-decoration: unset;
}

section {
    width: 100%;
    height: 100%;
    background-color: #14243b;
}

.entete {
    max-width: 1440px;
    padding: 30px 30px 50px 30px;
    margin: auto;
}

h1 {
    text-transform: uppercase;
    width: 60%;
    font-size: 48px;
    line-height: 1.3;
    margin-left: 50px;
    font-weight: 200;
    margin-bottom: 50px;
}

.bloc-images {
    display: flex;
    flex-direction: row;
    margin: auto;
    height: 500px;
}

.bloc-images .entete-image {
    display: flex;
    flex-direction: column;
    background-size: cover;
    flex: 1;
    margin: auto 15px;
    height: 100%;
    border-radius: 15px;
    transition: transform 1s ease;
}

.bloc-images .entete-image:hover {
    transform: scale(1.1);
}



.bloc-images .image1,
.bloc-images .image3 {
    height: 85%;
}

.bloc-images .image1 {
    background-image:  url("../img/DI24_000200169.jpg");
}
.bloc-images .image2 {
    background-image:  url("../img/DI24_000206633.jpg");
}
.bloc-images .image3 {
    background-image:  url("../img/L’électromobilité-et-la-fiscalité.png");
}
.bloc-images .image4 {
    background-image:  url("../img/DI23_000175548.jpg");
}




.bloc-images .image1 .desc-text {
    height: 165px !important;
}

.bloc-images .container-icon {
    display: flex;
    justify-content: flex-end;
}

.bloc-images .container-icon .icon-plus {
    background-color: white;
    padding: 10px;
    margin: 20px;
    border-radius: 24px;
    height: 24px;
    width: 24px;
}

.bloc-images .desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

.bloc-images .desc-text {
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: center;
    position: relative;
}

.bloc-images .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(10px);
    z-index: 1;
    border-radius: 0 0 15px 15px;
}

.bloc-images .title,
.bloc-images .subtitle {
    padding: 0 9px;
    z-index: 2;
    font-family: "BMWTypeNextTT", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.bloc-images .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

.bloc-images .subtitle {
    font-size: 14px;
}

@media (max-width: 1440px) {
    .entete {
        padding: 25px 25px 40px 25px;
    }

    h1 {
        font-size: 40px;
    }

    .bloc-images {
        height: 400px;
    }

    .bloc-images .entete-image {
        margin: auto 10px;
    }

    .bloc-images .image2 .desc-text,
    .bloc-images .image4 .desc-text {
        height: 150px;
    }

    .bloc-images .desc .title {
        font-size: 16px;
    }

    .bloc-images .desc .subtitle {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .entete {
        padding: 10px 10px 30px 10px;
    }

    h1 {
        font-size: 32px;
    }

    .bloc-images .entete-image {
        margin: auto 5px;
    }

    .bloc-images .desc .title {
        font-size: 14px;
        padding: 0 10px;
    }

    .bloc-images .desc .subtitle {
        font-size: 12px;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .bloc-images {
        flex-direction: column;
        height: 100%;
        margin: 50px;
    }

    .bloc-images .entete-image {
        height: 400px;
        width: 300px;
        flex: unset;
        margin: 20px auto;
    }
}
