        body {
            background-color: #fff;
        }

        img.mfp-img {
            background-color: #fff;
        }

        .swiper-container {
            width: 1024px;
            height: calc(100vh);
            /*            max-width: 2048px;*/
            /*            margin: 0px auto;*/

        }

        .swiper-wrapper {
            z-index: 1;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
        }

        .swiper-slide {
            width: auto;
            height: calc(100vh);
            padding: 0px;
            max-width: 1024px;
            max-height: 768px;
            margin: 0 auto;
            background-color: #fff;
            z-index: 1;
            color: #000;
        }

        .swiper-slide-container {
            height: 100%;
            max-width: 1024px;
            margin: auto;
        }

        [class*='diaporama'] {
            position: absolute;
            padding: 0px;
            z-index: 1000;
            display: inline-block;
            cursor: pointer;

            /*    a supprimer quans c'est fini*/
            /*            background-color: aqua;*/
            /*    */
        }


        .legende-animation {
            top: 140px;
            left: 678px;
            width: 310px;
            height: 232px;

        }

        img.mfp-img {
            width: auto;
            max-width: 100%;
            height: auto;
            display: block;
            line-height: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0px 0 0px;
            margin: 0 auto;
        }

        figure,
        .mfp-container {
            margin: 0;
            padding: 0;
            background-color: #000;
        }

        .mfp-figure:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0px;
            bottom: 0px;
            display: block;
            right: 0;
            width: auto;
            height: auto;
            z-index: -1;
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
        }

        .mfp-inline-holder .mfp-content,
        .mfp-ajax-holder .mfp-content {
            width: 1024px;
            cursor: auto;
        }



        .ajax.videoWrapper {
            position: relative;
            z-index: 200;
            top: 0px;
            width: 1024px;
            height: 0;
            padding-top: 0;
            padding-bottom: 75%;
            background-color: #000;
            margin: 0 auto;
        }

        .videoWrapper video {
            position: absolute;
            top: 0;
            left: 0;
            width: 1024px;
            height: 100%;
            background-color: #000;
        }

        .mfp-close-btn-in .mfp-close {
            color: #fff;
        }
