
/* ------------------------------------------------------------ *\
	Section Partners
\* ------------------------------------------------------------ */
.section-partners {
    padding: 2.2rem 0 0.6rem;
    border-bottom: 2px solid rgba(210, 213, 215, 0.5);
}

/* ------------------------------------------------------------ *\
	List Partners
\* ------------------------------------------------------------ */
.list-partners {
    margin: -1.5rem;
    padding-left: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;

    flex-direction: row;
    flex-wrap: wrap;
}
.list-partners li {
    flex: 1 1 0;
    padding: 1.5rem;
    list-style-type: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-partners {
        margin: -2rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-partners li {
        padding: 2rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    }
}
@media (max-width: 374px) {
    .list-partners li {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    }
}
.list-partners figure {
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .list-partners figure {
        max-width: 12rem;
    }
}
@media (max-width: 1023px) {
    .list-partners figure {
        max-width: 7rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-partners figure {
        max-width: 10rem;
    }
}
.list-partners img {
    max-height: 100%;
    max-width: 100%;
}