﻿

.linkZoom {
    position: absolute;
    z-index: 2000;
    /*bottom: 10em;*/
    top: 30em;
    right: 3%;
    opacity: .95;
}
    .linkZoom img {
        width: 2em !important;
    }

    .linkZoom #btnZoomMoins {
        display: none;   /*Caché au démarrage*/
    }



.divSlideshow {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

    .divSlideshow img {
        width: 100%;
    }


@media (max-width: 992px) {
    .linkZoom {
        display: none;
    }
}


.divSreenSlide {
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
    /*max-height: 37rem;*/
    overflow: hidden;
}


.divSlide {
    width: 100%;
    overflow: hidden;
}


.divSlide0 {
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
}

.divSlide1 {
    position: absolute;
    z-index: 500;
    left: 0px;
    top: 130px;
    opacity: 1;
}


.divSlide2 {
    position: absolute;
    z-index: 250;
    left: 0px;
    top: 130px;
    opacity: 1;
}




.divSlide1 img {
    position: relative;
    top: 100px;
    left: 0px;
}


.divSlide2 img {
    position: relative;
    top: 100px;
    left: 0px;
}



.divFlecheSuivant {
    position: absolute;
    z-index: 2000;
    width: 10%;
    top: 30em;
    left: 45%;
}

.divFlecheSuivant img {
    width: 100%;
}



#divSlideBoulette {
    position: absolute;
    z-index: 2000;
    width: 1.5em;
    height: 100%;  /*40%;*/
    top: 0px;
    right: 0px;
    margin-top: 0px;  /*35%;*/
    /*border-style: solid;
    border-width: 1px;
    border-color: green;*/
}



    #divSlideBoulette a.repos {
        display: block;
        width: 1.5em;
        height: 1rem;
        margin-bottom: .5em;
        background-image: url('../images/PuceBleuDiapo.png');
        background-repeat: no-repeat;
        background-size: contain;
        text-decoration: none;
    }


    #divSlideBoulette a.actif {
        display: block;
        width: 1.5em;
        height: 1.1rem;
        padding-top: 0.25rem;
        background-image: url('../images/PuceBlancDiapo.png');
        background-repeat: no-repeat;
        background-size: contain;
        text-decoration: none;
    }





    /*.divSlide0 img {
    border-style: solid;
    border-width: 1px;
    border-color: green;
}

.divSlide1 img {
    border-right-style: solid;
    border-width: 1px;
    border-color: red;
}

.divSlide2 img {
    border-bottom-style: solid;
    border-width: 1px;
    border-color: blue;
}*/