.sponsor {
    width: 100%;
}

.sponsor .carousel {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
    border-top: #eaeaea 1px solid;
}

.sponsor .carousel .card {
    height: 130px;
    text-align: center;
    color: #fff;
    font-size: 90px;
    font-weight: 600;
    margin: 20px 0;
    border: none !important;
}

/*
.sponsor .carousel .card img {
    position: relative;
    width: 98%;
    height: 98%;
    padding: 10px;
}*/

.sponsor .carousel .client-1 {
    background-image: url("../../img/index/clients/autisme.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
}
.sponsor .carousel .client-2 {
    background-image: url("../../img/index/clients/catho.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
}
.sponsor .carousel .client-3 {
    background-image: url("../../img/index/clients/fxm.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
}
.sponsor .carousel .client-4 {
    background-image: url("../../img/index/clients/groupama.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
}
.sponsor .carousel .client-5 {
    background-image: url("../../img/index/clients/heialumni.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
}
.sponsor .carousel .client-6 {
    background-image: url("../../img/index/clients/hemisf4ire.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
}
.sponsor .carousel .client-7 {
    background-image: url("../../img/index/clients/placestertiaires.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
    color: white;
}
