.service-banner {
    display:grid;
    grid-template-columns: 1fr 1fr;
}

.service-banner .text h1 {
    margin-top:0px;
    font-size:70px;
}

.service-banner .text p {
    text-transform: uppercase;
    font-size:20px;
    margin-top:40px;
    font-family: "Jura", sans-serif;
    font-weight:600;
}

.service-banner .text {
    display: flex;
    flex-direction: column;
    align-items: start;
    border: 1px solid #474749;
    border-radius: 20px;
    padding: 40px;
    margin: 0px 40px 0px 0px;
}
.service-banner .text a{
margin-top: auto;
}

.service-banner .text svg#scroll-down {
    display: flex;
    margin-bottom: 80px;
}

/* Cote droit */

.service-banner .zone-1 {
    display:flex;
    border: 1px solid #474749;
    border-radius: 20px;
    align-items: center;
    padding:30px;
    margin-bottom:40px;
}

.service-banner .zone-2 {
    display:flex;
    border: 1px solid #474749;
    border-radius: 20px;
    align-items: center;
    padding:30px;
}


.service-banner .zone-1 img, .service-banner .zone-2 img {
    height: 190px;
    width: auto;
    margin-right: 30px;
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.service-banner .zone-img p {
    font-family: "Jura", sans-serif;
    margin-bottom:20px;
}

.service-banner .zone-img h3 {
    text-transform:uppercase;
    font-size:25px;
    font-weight:600;
    margin-bottom:20px;
    margin-top:0px;
}

.service-banner .zone-img .btn {
    margin:0px;
}

/* Responsive tablette */

@media screen and (max-width: 1024px) {
    .service-banner {
        display: flex;
        flex-direction: column;
    }

    .service-banner .text {
        margin:0px;
        padding: 20px;
        margin-bottom:30px;
    }

    .service-banner .text h1 {
        font-size:55px;
    }

    .service-banner .text svg#scroll-down {
        margin-bottom:50px;
    }

    .service-banner .zone-1, .service-banner .zone-2 {
        padding:20px;
    }

    .service-banner .zone-1 img, .service-banner .zone-2 img {
        margin-right:40px;
    }

    .service-banner .zone-img h3 {
        margin-top:0px;    
    }

    .service-banner .zone-img p {
        margin-bottom:30px;
    }

    .service-banner .zone-1 {
        margin-bottom:30px;
    }
}

/* Responsive tel */


@media screen and (max-width: 769px) {
    .service-banner {
        display: flex;
        flex-direction: column;
    }

    .service-banner .text {
        margin:0px;
        padding: 20px;
        margin-bottom:30px;

    }

    .service-banner .text h1 {
        font-size:55px;
    }

    .service-banner .text svg#scroll-down {
        margin-bottom:50px;
    }

    .service-banner .zone-1, .service-banner .zone-2 {
        flex-direction: column;
        padding:20px;
    }

    .service-banner .zone-1 img, .service-banner .zone-2 img {
        margin-right:auto;
    }

    .service-banner .zone-img h3 {
        margin-top:30px;    
    }

    .service-banner .zone-img p {
        margin-bottom:30px;
    }
}