@charset "utf-8";
/* CSS Document */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	z-index: 9;
	margin-top:20px;
	margin-bottom:20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .swiper {
	width: 100%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
  }

  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .swiperGallery {
	width: 100%;
	height: 65vh;
	z-index: 99;
  }

  .swiperGalleryThumbs {
	height: 8vh;
	box-sizing: border-box;
	padding: 10px 0;
	z-index: 99;
  }

  .swiperGalleryThumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
  }

  .swiperGalleryThumbs .swiper-slide-thumb-active {
	opacity: 1;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }


  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.swiperGallery {
		height: 35vh;
	  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.swiperGallery {
		height: 45vh;
	  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.swiperGallery {
		height: 55vh;
	  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.swiperGallery {
		height: 65vh;
	  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.swiperGallery {
		height: 75vh;
	  }
}

.container-cookie{
    position: fixed;
    left:0;
    bottom:0;
    background-color: #eee;
    color:#333;
    font-size: 110%;
	z-index: 999;
}