.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.presentation {
  margin-top: 110px;
  margin-bottom: 105px;
}
.presentation .container-fluid {
  position: relative;
}
.presentation .row {
  justify-content: center;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
.presentation .row > * {
  margin: 0;
  padding: 0;
}
.presentation .image-part {
  max-width: 750px;
  position: relative;
}
.presentation .image-part img {
  width: 85%;
  max-height: 810px;
  object-fit: cover;
}
.presentation .image-part.double {
  padding-top: 240px;
  padding-bottom: 185px;
}
.presentation .image-part.double img {
  max-height: 665px;
}
.presentation .image-part.double img:first-of-type {
  width: 70%;
}
.presentation .image-part.double img:last-of-type {
  width: 65%;
  position: absolute;
  bottom: 0;
}
.presentation .image-part.double.right-images img:first-of-type {
  float: right;
}
.presentation .image-part.double.right-images img:last-of-type {
  left: 0;
}
.presentation .image-part.double.left-images img:first-of-type {
  float: left;
}
.presentation .image-part.double.left-images img:last-of-type {
  right: 0;
}
.presentation .image-part:not(.double).right-images img {
  float: right;
}
.presentation .image-part:not(.double).left-images img {
  float: left;
}
.presentation .text-part {
  width: 445px;
  text-align: center;
  padding-top: 90px;
  height: 200%;
  position: relative;
}
.presentation .text-part .title-tertiary {
  margin-top: 20px;
}
.presentation .text-part .text {
  margin-top: 60px;
}
.presentation .text-part .btn {
  margin-top: 35px;
}
.presentation .text-part:after {
  content: '';
  height: 335px;
  width: 2px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,calc(100% + 110px));
  -moz-transform: translate(-50%,calc(100% + 110px));
  -webkit-transform: translate(-50%,calc(100% + 110px));
}
.presentation .image-bottom {
  position: absolute;
  bottom: -260px;
  right: -80px;
  max-width: 650px;
  height: 440px;
  object-fit: contain;
}
@media (max-width: 1399.98px) {
  .presentation .image-part.double {
    padding-top: 140px;
  }
  .presentation .text-part:after {
    height: 200px;
  }
}
@media (max-width: 1199.98px) {
  .presentation .row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .presentation .text-part {
    order: -1;
    width: 100%;
    padding-top: 0;
  }
  .presentation .text-part .title-secondary,
  .presentation .text-part .title-tertiary,
  .presentation .text-part .text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .presentation .image-part.double {
    padding-top: 100px;
  }
  .presentation .image-part {
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .presentation .image-bottom {
    max-width: 430px;
  }
}
@media (max-width: 767.98px) {
  .presentation {
    margin-top: 80px;
  }
  .presentation .image-bottom {
    display: none;
  }
  .presentation .image-part.double {
    padding-bottom: 115px;
  }
  .presentation .image-part.double.left-images img:last-of-type {
    right: 15px;
  }
  .presentation .image-part.double.right-images img:last-of-type {
    left: 15px;
  }
  .presentation .text-part {
    padding: 0 30px;
  }
  .presentation .text-part .text {
    margin-top: 40px;
  }
  .presentation .text-part:after {
    height: 185px;
    width: 1px;
    transform: translate(-50%,calc(100% + 55px));
    -moz-transform: translate(-50%,calc(100% + 55px));
    -webkit-transform: translate(-50%,calc(100% + 55px));
  }
}
