.rand_galerie > .container_galerie{
	width: 100%;
    overflow: hidden;
}
.galerie_slider_mare{
	position: relative;
}
.galerie_slider_mare > div{
	cursor: pointer;
	position: relative;
	/* -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; */
}
.galerie_slider_mare > div.yt > span{
	position: absolute;
    width: 16%;
    height: 22%;
    top: 36%;
    left: 39%;
    /* content: ''; */
    background-image: url('youtube.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.galerie_slider_mare > div.slideActiv{
	display: flex;
}
.galerie_slider_mare > div img{
	width: 100%;
}
.galerie_slider_mare > span.sg-mica{
	position: absolute;
	top: calc(50% - 10px);
	z-index: 5;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	text-align: center;
    cursor: pointer;
	font-size: 15px;
	line-height: 40px;
	user-select: none;
	-moz-user-select: none;
	border-radius: 5px;
}
.galerie_slider_mare > span.sg-mica.sg-st{
	left: 4px;
}
.galerie_slider_mare > span.sg-mica.sg-dr{
	right: 4px;
	
}

.galerie_slider{
	position:relative;
	overflow: hidden;
	margin-top: 10px;
}
.galerie_slider > span.sg-mica{
	position: absolute;
    top: calc(50% - 12px);
    z-index: 5;
    width: 25px;
    height: 25px;
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    border-radius: 5px;
	line-height: 28px;
}
.galerie_slider > span.sg-mica.sg-st{
	left: 0px;
}
.galerie_slider > span.sg-mica.sg-dr{
	right: 0px;
}
[data-galerie]{
	display: flex;
	position: relative;
	left: 0px;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
[data-galerie] > div{
	padding: 3px;
	position: relative;
}
[data-galerie] > div.yt > span{
	position: absolute;
    width: 30%;
    height: 30%;
    top: 35%;
    left: 35%;
    /* content: ''; */
    background-image: url('youtube.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
[data-galerie] > div > img{
	max-width: 100%;
	border: 2px solid transparent;
	cursor: pointer;
	padding: 3px;
	border-radius: 5px;
	/* margin: 5px; */
}
[data-galerie] > [data-curent] > img, [data-galerie] > div > img:hover{
	border-color:  #0e72bc;
}

.mascaModal{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 11;
}
.suport-modal{
	position: fixed;
	top:  5%;
	left: 5%;
	background-color: #FFFFFF;
	padding: 15px;
	width: calc(100vw - 10%);
	height: calc(100vh - 10%);
	z-index: 12;
	display: flex;
	align-items: center;
	border-radius: 5px;
}
.suport-modal .modal_slider_mare{
	height: 80%;
	width: 100%;
	position: relative;
}
.suport-modal .modal_slider_mare > div{
	height: 100%;
}

.suport-modal .modal_slider_mare > div.imagine{
	display: flex;
    flex-direction: column;
}
.suport-modal .modal_slider_mare > div.imagine > div:first-child{
	height: calc(100% - 50px);
}
.suport-modal .modal_slider_mare > div.imagine > div:last-child{
	text-align: center;
    margin-top: 10px;
    font-size: 17px;
}
.suport-modal .modal_slider_mare > div.video{
	display: flex;
    flex-direction: column;
}
.suport-modal .modal_slider_mare > div.video > div.hh{
	height: calc(100% - 50px);
}
.suport-modal .modal_slider_mare > div.video > div.zz{
	text-align: center;
    margin-top: 10px;
    font-size: 17px;
}

.suport-modal .modal_slider_mare img{
	display: block;
    max-width: 100%;
    height: 100%;
    margin: 0px auto;
}
.suport-modal .modal_slider_mare > span.sg-mica{
	position: absolute;
	top: calc(50% - 10px);
	z-index: 5;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	text-align: center;
    cursor: pointer;
	font-size: 15px;
	line-height: 40px;
	user-select: none;
	-moz-user-select: none;
	border-radius: 4px;
}
.suport-modal .modal_slider_mare > span.sg-mica.sg-st{
	left: 0px;
}
.suport-modal .modal_slider_mare > span.sg-mica.sg-dr{
	right: 10px;
}
.suport-modal .modal_slider_mare .embed-responsive-16by9 {
	padding-bottom: 52.25%;
    max-width: 80%;
    margin: 0px auto;
}

.suport-modal .container_galerie{
	/* height: 20%; */
	/* width: 100%; */
	/* background-color: aqua; */
	overflow-y: scroll;
}
.suport-modal .container_galerie::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.suport-modal .container_galerie::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.suport-modal .container_galerie::-webkit-scrollbar-thumb {
  background-color: #0e72bc;
  /* background-color: #333333; */
  outline: 1px solid slategrey;
}

.suport-modal .container_galerie .zn-glr-modal{
	display: flex;
	flex-wrap: wrap;
    position: relative;
	left: 0px;
	padding-right: 5px;
}
.suport-modal .container_galerie .zn-glr-modal > div{
	position: relative;
}
.suport-modal .container_galerie .zn-glr-modal > div.yt > span{
	position: absolute;
    width: 30%;
    height: 30%;
    top: 35%;
    left: 35%;
    /* content: ''; */
    background-image: url('youtube.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.suport-modal .container_galerie .zn-glr-modal > div{
	width: 50%;
	margin-bottom: 5px;
}
.suport-modal .container_galerie .zn-glr-modal img{
	width: 100%;
	border: 3px solid transparent;
	padding: 3px;
	border-radius: 5px;
}

.suport-modal .container_galerie .zn-glr-modal > [data-curent] > img, .suport-modal .container_galerie .zn-glr-modal > div > img:hover{
	border-color:  #0e72bc;
}

.video-content iframe {
    max-height: 100%;
    max-width: 100%;
}

@media screen and (min-width: 1024px) {
	.suport-modal .modal_slider_mare{ width: 80%; height: 100%; }
	.suport-modal .container_galerie{ width: 20%; align-self: flex-start;}
}

@media screen and (max-width: 550px) {
	.suport-modal{ flex-direction: column; }
	.suport-modal .container_galerie{ height: 20%;}
}

/*
display: block;
max-width: 100%;
height: auto;
*/