/* responsive */
    /* section partenaire */
        @media screen and (max-width: 613px) {
            .contentPartenaires{
                width: 200px;
            }
        }

        @media screen and (max-width: 502px) {
            .contentPartenaires{
                width: 180px;
            }

            .boxImgLogo{
                width: 120px; height: 120px;
            }
        }

        @media screen and (max-width: 444px) {
            .contentPartenaires{
                width: 250px;
            }

            .boxImgLogo{
                width: 140px; height: 140px;
            }
        }
    /* section partenaire */
/* responsive */