body {
  margin: 0;
}

.m-bottom {
  margin-bottom: 50px;
}

.presentation {
  font-family: 3ds;
  margin-top: 118px;
  margin-bottom: 160px;
  text-align: center;
}

.presentation img {
  width: 148px;
}

.presentation h1 {
  font-size: 198px;
  font-weight: 200;
  line-height: 183px;
  display: block;
  height: 198px;
  margin: 0;
  margin-top: 83px;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, .8);
}

.presentation p {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  margin-top: 0;
  color: rgba(16, 16, 16, .8);
}

.containe-card {
  margin-bottom: 160px;
}

.card-title {
  font-family: '3ds';
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 68px;
  text-transform: uppercase;
  color: rgba(16, 16, 16, .8);
}

.containe-card .card-subtitle {
  font-family: '3ds';
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 15px 0 0 0;
  color: rgba(16, 16, 16, .8);
}

.global-video {
  overflow: hidden;
}

.share {
  text-align: center;
}

.ds-ui-kit-scope .ds-sharing .ds-sharing__socials {
  float: none !important;
}

.ds-ui-kit-scope .ds-sharing .ds-sharing__close {
  float: none !important;
}

/************************ PLAYER ********************************/
.play.player3ds-lightbox {
  display: block;
  overflow: hidden;
}

.play.player3ds-lightbox,
div.imgVideo {
  width: 100%;
  background-size: cover;
}

#divLightboxContent a.lightbox-close-btn {
  font-family: '3dsweb', Arial, sans-serif;
  font-size: 12px;
}

span.imgPlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 73px;
  background: url(../play.png) center center no-repeat;
}

.global-video {
  overflow: hidden;
}

#ds-footer {
  margin-top: 72px;
}

/*************************** MEDIA QUERIES ***************************/
@media (max-width: 1440px) {
  .presentation {
        /* margin-top ----- margin-bottom  */
    margin-top: 98px;
    margin-bottom: 120px;
  }

  .presentation h1 {
    font-size: 168px;
    line-height: 153px;
        /* height ----- line-height ------ margin-top ------ font-size */
    height: 168px;
    margin-top: 79px;
  }

  .presentation p {
        /* font-size */
    font-size: 26px;
  }

  .card-title {
    margin-top: 69px;
  }

  .containe-card .card-subtitle {
    margin-top: 23px;
  }

  .containe-card {
    margin-bottom: 96px;
  }
}

@media (min-width: 1040px) {
  .ds-row.odd {
    text-align: right;
  }

  .ds-row.odd .ds-col {
    float: right;
  }

  .ds-row.odd .ds-col ~ .ds-col {
    float: left;
  }
}

@media (max-width: 768px) {
  .presentation {
        /* margin-top ----- margin-bottom  */
    margin-top: 96px;
    margin-bottom: 92px;
  }

  .presentation h1 {
    font-size: 128px;
    line-height: 93px;
        /* height ----- line-height ------ margin-top ------ font-size */
    height: 106px;
    margin-top: 82px;
  }

  .presentation p {
        /* font-size */
    font-size: 26px;
  }

  .card-title {
    margin-top: 33px !important;
  }
}

@media (max-width: 375px) {
  .presentation {
        /* margin-top ----- margin-bottom  */
    margin-top: 75px;
    margin-bottom: 96px;
  }

  .presentation h1 {
    font-size: 96px;
    line-height: 74px;
        /* height ----- line-height ------ margin-top ------ font-size */
    height: 81px;
    margin-top: 90px;
  }

  .presentation p {
        /* font-size */
    font-size: 22px;
  }

  .card-title {
    margin-top: 25px !important;
  }

  .containe-card .card-subtitle {
    margin-top: 7px;
  }

  .containe-card {
    margin-bottom: 72px;
  }
}

.threedexperience {
  font-family: '3ds';
  font-weight: 400;
}

.threedexperience span {
  font-weight: 700;
}
