.types-hp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.types-hp li {
    width: 40%;
    margin: 20px auto;
}

.types-hp li img {
    margin: 0 auto
}

.scriptlesssocialsharing__buttons {
    display: flex;
    flex-wrap: wrap;
}

.scriptlesssocialsharing__icon {
    display: inline-block;
    font-size: 35px;
    overflow: visible;
}

.scriptlesssocialsharing .button {
    overflow: visible;
    background: none;
    margin: 10px 5px;
}

.scriptlesssocialsharing .screen-reader-text {
    display: none;
}

.avis li {
    width: 33%;
}

.avis li .temoin_bulle {
    padding: 0 5%;
}

.avis li .temoin_bulle {
    width: 90%;
    height: 90%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFF;
}

.avis li .employe {
    width: 90%;
}

.avis .profil {
    max-width: 156px;
}

.avis .profil img {
    position: relative;
    left: 50%;
    top: -20%;
    transform: translateX(-45%);
    box-shadow: 6px 4px 11px 0px rgb(0 0 0 / 37%);
    -webkit-box-shadow: 6px 4px 11px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 6px 4px 11px 0px rgba(0, 0, 0, 0.37);
    border-radius: 50%;
}


@media (max-width:991px) {
    a.cta {
        font-size: 12px;
    }

    .past-avis {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sliderClients .cell {
        width: 80%;
        margin-right: 5%;
        padding: 6%;
    }

    .avis li .temoin_bulle,
    .avis li {
        width: 100%;
    }

    .types-hp.flexColumnMobile li {
        width: 100%;
    }

    .sliderPicto .cell {
        width: 35%;
        margin-right: 10%;
    }

    .avis .profil {
        margin: -15% auto 10%;
        width: 30%;
    }

    .avis .profil img {
        transform: translateX(-50%);
    }
}

@media (min-width:992px) {
    .h250 {
        height: 250px;
    }

    .avis .profil {
        margin: -15% auto 3%;
        width: 45%;
    }

    .sliderClients {
        display: flex;
        justify-content: space-between;
    }

    .sliderClients .cell {
        width: 30%;
        padding: 3%;
    }

    .past-avis {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(18%);
    }

    .sliderPicto .cell {
        width: 11%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .avis li .temoin_bulle {
        min-height: 320px;
        margin-bottom: 40px;
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .avis li .temoin_bulle {
        min-height: 420px;
    }
}

@media (min-width:1366px) and (max-width:1500px) {
    .avis li .temoin_bulle {
        min-height: 415px;
    }
}