.galerieImage {

}

@keyframes entrance {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animated--entrance {
    animation-duration: .6s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: entrance;
}

@keyframes exit {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
        opacity: 0;
    }
}

.animated--exit {
    animation-duration: .6s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: exit;
}

.galerieImage .lae-grid {
    justify-content: space-between;
    display: inline-flex;
    position: static;
}

.galerieImage .lae-col-4 {
    width: 32%;
    margin-bottom: 20px;
}
.galerieImage .lae-col-6 {
    width: 49%;
    margin-bottom: 20px;
    max-height: 350px;
    overflow: hidden;
}

.galerieImage .lae-col-12 {
    max-height: 470px;
    overflow: hidden;
    margin-bottom: 20px;
}

.galerieImage .field-image-gallerie,
.galerieImage .vignette-photo-geolocalisee {
    height: 100%;
}

.galerieImage img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voirPlusWrapper {
    width: 100%;
    text-align: center;
}

.fancybox-container {
    z-index: 9999999;
}

.btn.btn--play,
.btn--play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    min-width: 0;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    padding: 0;
    line-height: 60px;
    text-indent: 3px;
    background-color: rgba(0,0,0,0.5);
    color: #fff!important;
    font-size: 25px;
}
.btn.btn--play .icon ,
.btn--play .icon {
    transform: translateY(-.15em);
    line-height: 1;
    vertical-align: baseline;
    color: #fff;
}
.galerie__media:hover .btn--play {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.fancy-map .responsive-map-container {
    width: 80%;
    height: 0;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}

.fancy-map .media-map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.media--cache {
    display: none;
}

.media--affiche {
    display: block;
}

.responsive-map-container .fancybox-close-small {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index:999;
    padding:0;
    min-width:0;
    height: 42px;
    text-align: center;
}

.display-media-map {
    font-size: 24px;
    color: #FFF;
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    float: left;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    margin: -5px 20px 10px 0;
}

.fancybox-caption .share {
    padding: 7px 0;
}
.fancybox-caption .share li {
    display: block;
    float: left;
    font-size: 18px;
    margin: 0 10px 10px 0;
}

.fancybox-navigation .fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s;
}

@media all and (max-width: 479px) {
    .galerieImage .lae-sm-12 {
        width: 100%;
        margin-bottom: 10px;
    }

    .galerieImage .lae-col-4,
    .galerieImage .lae-col-12,
    .galerieImage .lae-col-6 {
        height: 200px;
    }
    
    .galerieImage img {
      width: 200px;
    }
}
