


.elements {
    position: relative;
    width: 75%;
    height: 460px;
    background-color: 
#fff;
border-radius: 15px;
box-shadow: 0.5rem 0.5rem 2rem
    rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.container {
    position: relative;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 7%;
}

.slide {
    position: absolute;
    height: 250px;
    width: 90%;
    border-radius: 3px;
    cursor: -webkit-grab;
    cursor: grab;
    background-color: none;
    overflow: hidden;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	
}
.slide1 {
  box-shadow: 0.2rem 0.2rem 2.5rem rgba(0, 0, 0, 0);
  background-image: url("https://i.vimeocdn.com/video/590456190_640x360.jpg");
  background-size: 55rem;
}


#paris {
    margin-left: 0rem;
    height: 250px;
    text-align: center;
}
#italy, #prog {
  margin-left: -0rem;
	margin-left: 0rem;
    height: 250px;
    text-align: center;
}

#hongkong {
  margin-left: -10rem;
	margin-left: 0rem;
    height: 250px;
    text-align: center;
}

.index1 {
  z-index: 1;
}
.index2 {
  z-index: 2;
}
.index3 {
  z-index: 3;
}
.index4 {
  z-index: 4;
}

.description {
    position: absolute;
    top: 304px;
    margin: auto 4.2rem;
    width: 70%;
	font-family: CaviarDreamsBold ;
	user-select: none;
}
.description__line {
  position: absolute;
  top: 3.5rem;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.description__country, .description__text {
    position: absolute;
    will-change: transform, opacity;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.74, 0.05, 0.94, 0.36);
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.description__country {
  
}
.description__text {
    top: 0rem;
    font-size: 15px;
    font-weight: 300;
    color: 
    #aaaaaa;
    transition-delay: 0.03s;
}
.description__text.hide {
  transition-delay: .28s;
}

.fadeout-up {
  opacity: 0;
  -webkit-transform: translate3D(0, -2rem, 0);
          transform: translate3D(0, -2rem, 0);
}

.hide {
  opacity: 0;
  -webkit-transform: translate3D(0, 2rem, 0);
          transform: translate3D(0, 2rem, 0);
  transition: all 0.25s cubic-bezier(0.05, 0.67, 0.47, 0.99);
  transition-delay: .25s;
}

.fadein-up {
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}

svg {
  width: 3.5rem;
  height: 2.3rem;
  position: absolute;
  right: 0;
  top: -0.1rem;
	display: none;
}


.divmainvideoaudito{
    position: relative;
    height: 300px;
    width: 100%;
    background: #222;
}
.video-play-button {
	
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    background: #fa183d;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
	
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #da0528;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}





@media(max-width:1000px){
#paris {
    margin-left: 0rem;
    height: 200px;
    text-align: center;
}
#italy, #prog {
  margin-left: -0rem;
	margin-left: 0rem;
    height: 200px;
    text-align: center;
}

#hongkong {
  margin-left: -10rem;
	margin-left: 0rem;
    height: 200px;
    text-align: center;
}
.slide {
	
	height: 200px;
	
}
.description {

    position: absolute;
    top: 250px;
    margin: auto 1.2rem;
    width: 85%;

}

.description__text {
	
    top: 0rem;
    font-size: 15px;
    font-weight: 300;
    color: #aaaaaa;
    transition-delay: 0.03s;

}
.elements{
	width: 90%;	
}
	
	
	
}