.partenaires__wrapper {
padding-top: 60px;
padding-bottom: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.partenaires__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.partenaires__item {
padding: 20px;
}
.partenaires__img {
height: 40px !important;
width: auto;
}
@media (min-width: 800px) {
.partenaires__img {
height: 100px !important;
width: auto !important;
}
}