/* responsive */
    /* section evenements */
        @media screen and (max-width: 1000px) {
            .contentEvenement{
                flex-direction: column;
                align-items: center;
            }

            .contentEvenement:nth-child(even) .boxImgEvenement{
                order: 1;
            }

            .contentEvenement:nth-child(even) .textEvenement{
                order: 2;
            }
        }

        @media screen and (max-width: 650px) {
            .textEvenement h3{
                font-size: 18px;
            }
        }

        @media screen and (max-width: 550px) {
            .boxImgEvenement, .textEvenement{
                width: 90%;
            }
        }                

        @media screen and (max-width: 450px) {
            .textEvenement h3{
                font-size: 17px;
            }
        }

        @media screen and (max-width: 420px) {
            .boxImgEvenement{
                height: 200px;
            }

            .boxLogoKSPN{
                width: 100px; height: 100px;
            }

            .logoKSPN{
                width: 90px; height: 90px;
                border-width: 3px;
            }

            .textEvenement .flexBtn{
                justify-content: center;
            }
        }
    /* section evenements */
/* responsive */