.service-client {
    margin-top: 100px;
}

.service-client h1 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

.service-client h2 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: black;
    text-align: center;
    margin: 10px;
}

.service-client h3 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-top: 10px;
}

.service-client .flex-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.service-client .video {
    height: 100%;
}

.service-client .flex-contact {
    margin-top: 30px;
    display: flex;
    margin-bottom: 50px;
    flex-direction: row;
}

.service-client .info-service {
    background: #EDEDF7;
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    padding: 0px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-client .video-service {
    display: inherit;
}

.service-client p {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 20px;
}

.service-client a {
    font-weight: bold !important;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.formulaire {
    justify-content: center;
    align-items: center;
    padding: 14px 34px 14px;
    width: 273px;
    text-align: center;
    height: 45px;
    background: #0C0C0D;
    color: white;
    border-radius: 10px;
    border: none;
    display: block;
    font-weight: bold;
    margin-top: 10px !important;
}

.service-client .container::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 25px;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgb(0 0 0/9%), rgba(97, 97, 97, 0.0) 60%);
    background: radial-gradient(ellipse at 50% -3%, rgb(0 0 0/10%), rgba(97, 97, 97, 0.0) 60%);
    padding-top: 20px;
    left: 0;
    z-index: 1;
}

a.formulaire {
    color: white;
    text-decoration: none;
}

.flex-question {
    justify-content: center;
    display: flex;
    text-align: center;
}

.info-question {
    background-color: #EDEDF7;
    margin-bottom: 30px;
}

.flex-question-items {
    width: 320px;
    height: 250px;
    /* justify-content: space-between; */
    display: flex;
    align-items: center;
    margin: 30px;
    padding: 10px 55px 10px 40px;
}

.service-client .grid-service::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 25px;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgb(0 0 0/9%), rgba(97, 97, 97, 0.0) 60%);
    background: radial-gradient(ellipse at 50% -3%, rgb(0 0 0/10%), rgba(97, 97, 97, 0.0) 60%);
    padding-top: 20px;
    left: 0;
    z-index: 1;
}

.flex-question-items:hover {
    position: relative;
    border-radius: 10px;
    background-color: white;
    color: black;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    box-shadow: 1px 1PX 11PX 1px rgba(190, 190, 190, 0.644);
}

.img-margin {
    margin: auto;
}

.img-service {
    width: 100%;
}

.service-client .text {
    padding: 40px;
}

.text {
    padding: 20px;
}

.padding-flex {
    padding-bottom: 40px;
}

.picto {
    display: none;
}

.flex-question-items:hover .picto {
    display: block;
    position: absolute;
    right: 0;
}

.picto {
    width: 35px;
    background-color: #EDEDF7;
    padding: 120PX 10px 120px 10px;
    border-radius: 0PX 10px 10px 0px;

}

.content-items {
    position: relative;
}

.text-center {
    padding: 20px;
}

.flex-question-responsive {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact-responsive h3 {
    margin-bottom: 15px;
}

.items-responsive {
    padding: 20px;
    text-align: center;
    margin: 10px;
    width: 40%;
    border-radius: 10px;
    background-color: #EDEDF7;
}

.info-question-responsive {
    display: none;
}

.container-service {
    margin: 20px;
}

.container-responsive {
    display: none;
}

@media (max-width: 1000px) {
    .video-service {
        display: none !important;
    }

    .info-service {
        margin: auto;
        border-radius: 10px !important;
        width: 100% !important;
        padding: 10px 59px 20px !important;
    }

    .info-question {
        display: none;
    }

    .info-question-responsive {
        display: block;
    }


}

@media (max-width: 767px) {
    .grid-service {
        display: none;
    }

    .container-responsive {
        display: block;
    }

    .container-responsive img {
        width: 100%;
    }

    .service-client .flex-content {
        flex-direction: column;
    }

    .service-client .reverse {
        flex-direction: column-reverse;
    }

    .service-client .flex-question-responsive h2 {
        margin: 0;
        font-size: 12px;
    }

    .service-client .padding-flex {
        padding-bottom: 0px;
    }

    .service-client {
        margin-top: 40px !important;
    }
}


@media (max-width: 900px) {
    .contact-responsive {
        display: none;
    }
}