/*****************MES PARTENAIRES************************/


#partners-carousel .item {
    background-color: white;
}

.partenaire_rounded_image:hover{
    opacity: 0.70;
    filter: alpha(opacity=70);
    transition: 0.3s;
    transform: scale(0.8, 0.8);
}

@media screen and (max-width: 800px) {
    .partenaire_rounded_image:hover{
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1, 1);

    }
}
@media screen and (min-width: 320px) and (max-width: 882px) {
    .partenaire_rounded_image{
        border-radius: 50%;
        height: 80px;
        transition: 0.3s;
        width: 80px;
    }
}
@media screen and (min-width: 882px) and (max-width: 1024px) {
    .partenaire_rounded_image{
        border-radius: 50%;
        height: 150px;
        transition: 0.3s;
        width: 150px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .partenaire_rounded_image{
        border-radius: 50%;
        height: 180px;
        transition: 0.3s;
        width: 180px;
    }
}
@media screen and (min-width: 1440px) and (max-width: 2020px) {
    .partenaire_rounded_image{
        border-radius: 50%;
        height: 200px;
        transition: 0.3s;
        width: 200px;
    }
}
@media screen and (min-width: 2020px) and (max-width: 3000px) {
    .partenaire_rounded_image{
        border-radius: 50%;
        height: 400px;
        transition: 0.3s;
        width: 400px;
    }
}
.partenaire_center{
    text-align: center;
    padding: 10px;
    /**height: 370px;**/
}

.partenaire_text_modal{
    line-height: 240%;
}

#partenaire_effet {
    cursor: pointer;
}
