[class*="_galerie_public_container"]{
    display:block;
}

[class*="_big_image_container"] {
	position: fixed;
	z-index: 15;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -75%);
	box-shadow: 0px 0px 12px black;
	border: 5px #1f1f1f double;
	background-color: #a6a6a6;
	/* width: -moz-max-content; */
	/* height: -moz-max-content; */
	/* width: -webkit-max-content; */
	/* height: -webkit-max-content; */
	width: max-content;
	height: max-content;
	border-radius: 5px;
}

[class*="_big_image_overlay"]{
    z-index:14;
    position: fixed; 
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity:0.4;
}

[class*="_big_picture"]{
    z-index: 16;
    max-width: 925px;
    max-height: 700px;
    display: block;
}

.galerie_close {
    z-index: 17;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    background-image: url(../../public/galerie/images/croix.svg);
    background-size: 100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

[class*="_medium_image_container"]{
    display:block;
    width:100%;
    height:400px;
}

[class*="_medium_image_container"] a img{
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
}

[class*="_minis_image_container"]{
    width:100%;
    height:100px;
    overflow-x:auto;
    overflow-y:hidden;
    text-align: center;
}

[class*="_minis_image_slider"]{
    width: -moz-max-content;
    width: -webkit-max-content; 
    width: max-content;
    height:100%;
    display: inline-block;
    min-width: 100%;
}
[class*="_minis_image_container"] a img{
    display: inline-block;
    top: 50%;
    margin-right: 5px;
    position: sticky;
    max-width: 25%;
    max-height: 88%;
    margin-left: 5px;
}
.galerie_mini_activated{
    opacity:1;
    border:1px solid red;
    max-height: 94%;
}
.galerie_mini_desactivated{
    border:unset;
    opacity:0.5;
    max-height: 90%;
}

.news_galerie_public_container{
    height: 0;
}
@media screen and (max-width: 1080px) {

    .galerie_close{
        width: 40px;
        height: 40px;
}
}