.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main .carousel {
  position: relative;
  overflow: hidden;
}
body main .carousel:before,
body main .carousel:after {
  content: '';
  width: 110%;
  height: 150px;
  position: absolute;
  z-index: 5;
}
body main .carousel:before {
  top: 0;
  left: 0;
  background: linear-gradient(180deg,#ffffff 50%,rgba(255,255,255,0.2) 100%);
  transform: rotate(-2deg);
  margin-top: -50px;
}
body main .carousel:after {
  bottom: 0;
  left: 0;
  transform: rotate(2deg);
  background: #fff;
  margin-bottom: -50px;
}
body main .carousel .owl-carousel {
  position: relative;
  z-index: 1;
}
body main .carousel .owl-carousel:before,
body main .carousel .owl-carousel:after {
  content: '';
  width: 110%;
  height: 150px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  z-index: 5;
}
body main .carousel .owl-carousel:before {
  top: 0;
  left: 0;
  transform: rotate(2deg);
  margin-top: -50px;
}
body main .carousel .owl-carousel:after {
  bottom: 0;
  left: 0;
  transform: rotate(-2deg);
  margin-bottom: -50px;
}
body main .carousel .owl-carousel .item {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
}
body main .carousel .owl-carousel .item .row {
  position: relative;
}
body main .carousel .owl-carousel .item .row .montagne {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 550px;
  height: 320px;
  object-fit: contain;
  transform: translate(-120px,220px);
}
body main .carousel .owl-carousel .item .row .wysiwyg-content {
  color: #fff;
  font-size: 27px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 300;
}
body main .carousel .owl-carousel .item .row .wysiwyg-content h1 {
  font-size: 40px;
  line-height: 45px;
  text-transform: none;
  margin-bottom: 20px;
}
body main .carousel .owl-carousel .item .row .wysiwyg-content p {
  font-weight: 400;
}
body main .carousel .owl-carousel .item.avec-montagne .wysiwyg-content {
  padding-left: 230px;
}
body main .carousel .owl-carousel .owl-dots {
  position: absolute;
  z-index: 5;
  bottom: 60px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
body main .carousel .owl-carousel .owl-dots .owl-dot {
  background: #fff;
  margin: 0 10px;
  width: 15px;
  height: 15px;
  border-radius: 8px;
}
body main .carousel .owl-carousel .owl-dots .owl-dot.active {
  background: #f37029;
}
body main .carousel .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main .carousel .owl-carousel .item .row .montagne {
    width: 450px;
    height: 285px;
    transform: translate(-20px,220px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main .carousel .owl-carousel .item .row .montagne {
    width: 380px;
    height: 165px;
    transform: translate(0,175px);
  }
  body main .carousel .owl-carousel .item.avec-montagne .wysiwyg-content {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main .carousel {
    position: relative;
    overflow: hidden;
  }
  body main .carousel:before,
  body main .carousel:after {
    height: 120px;
  }
  body main .carousel .owl-carousel:before,
  body main .carousel .owl-carousel:after {
    content: '';
    width: 110%;
    height: 120px;
  }
  body main .carousel .owl-carousel .item {
    height: 480px;
  }
  body main .carousel .owl-carousel .item .row .montagne {
    width: 250px;
    height: 195px;
    transform: translate(0,175px);
  }
  body main .carousel .owl-carousel .item .row .wysiwyg-content h1 {
    font-size: 36px;
  }
  body main .carousel .owl-carousel .item.avec-montagne .wysiwyg-content {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  body main .carousel {
    position: relative;
    overflow: hidden;
  }
  body main .carousel:before,
  body main .carousel:after {
    height: 90px;
  }
  body main .carousel .owl-carousel:before,
  body main .carousel .owl-carousel:after {
    height: 90px;
  }
  body main .carousel .owl-carousel .item {
    height: 400px;
    background-position: 30% 50%;
  }
  body main .carousel .owl-carousel .item .row .montagne {
    width: 275px;
    height: 235px;
    transform: translate(0,175px);
    left: auto;
    right: 0;
  }
  body main .carousel .owl-carousel .item .row .wysiwyg-content h1 {
    font-size: 27px;
    line-height: 35px;
  }
  body main .carousel .owl-carousel .item.avec-montagne .wysiwyg-content {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  body main .carousel .owl-carousel .item .row .montagne {
    width: 240px;
    height: 285px;
    transform: translate(0,200px);
    left: auto;
    right: 0;
  }
  body main .carousel .owl-carousel .item .row .wysiwyg-content h1 {
    font-size: 27px;
    line-height: 35px;
  }
  body main.avec-montagne .wysiwyg-content {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  body main .carousel .owl-carousel .item .row .montagne {
    width: 180px;
    height: 350px;
  }
}
