.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.paragraphs-text-image {
  margin-top: 170px;
  margin-bottom: 170px;
}
.paragraphs-text-image .container-fluid {
  position: relative;
}
.paragraphs-text-image .container-fluid .bg-bloc-image {
  position: absolute;
  top: 470px;
  left: 0;
  width: 100%;
  height: calc(100% - 570px);
  background-image: url('../../../../img/bg-characteristics.webp');
  background-size: cover;
  z-index: -1;
}
.paragraphs-text-image .row {
  position: relative;
}
.paragraphs-text-image .row:not(:last-of-type) {
  margin-bottom: 100px;
}
.paragraphs-text-image .row .image-part {
  position: relative;
  min-height: 540px;
  overflow: hidden;
}
.paragraphs-text-image .row .image-part .bg-image {
  width: calc(100% - 60px);
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.paragraphs-text-image .row .text-part {
  padding-top: 95px;
  max-width: 640px;
}
.paragraphs-text-image .row .text-part .title-secondary {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.paragraphs-text-image .row .text-part .title-secondary:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
.paragraphs-text-image .row .text-part .title-tertiary {
  margin-top: 10px;
}
.paragraphs-text-image .row .text-part .text {
  margin-top: 55px;
}
.paragraphs-text-image .row:nth-child(2n) .text-part {
  padding-left: 130px;
}
.paragraphs-text-image .row:nth-child(2n + 1) {
  justify-content: flex-end;
}
.paragraphs-text-image .row:nth-child(2n + 1) .image-part {
  order: 2;
}
.paragraphs-text-image .row:nth-child(2n + 1) .image-part .bg-image {
  left: auto;
  right: 0;
}
.paragraphs-text-image .row:nth-child(2n + 1) .text-part {
  padding-right: 130px;
}
.paragraphs-text-image .row:active .text-part .title-secondary:after,
.paragraphs-text-image .row:hover .text-part .title-secondary:after,
.paragraphs-text-image .row:focus .text-part .title-secondary:after {
  width: 105%;
}
.paragraphs-text-image .row:active .image-part .bg-image,
.paragraphs-text-image .row:hover .image-part .bg-image,
.paragraphs-text-image .row:focus .image-part .bg-image {
  transform: scale(1.02);
}
@media (max-width: 1399.98px) {
  .paragraphs-text-image .container-fluid .bg-bloc-image {
    top: 370px;
    height: calc(100% - 400px);
  }
  .paragraphs-text-image .row .image-part {
    min-height: 415px;
  }
  .paragraphs-text-image .row:nth-child(2n) .text-part {
    padding-left: 50px;
    padding-right: 40px;
  }
  .paragraphs-text-image .row:nth-child(2n + 1) .text-part {
    padding-right: 50px;
    padding-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .paragraphs-text-image .row:nth-child(2n) .text-part {
    padding-left: 20px;
  }
  .paragraphs-text-image .row:nth-child(2n + 1) .text-part {
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .paragraphs-text-image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .paragraphs-text-image .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .paragraphs-text-image .container-fluid .bg-bloc-image {
    height: 100%;
    top: 0;
  }
  .paragraphs-text-image .row .text-part {
    margin: auto;
    text-align: center;
  }
  .paragraphs-text-image .row .image-part .bg-image {
    width: 100%;
  }
  .paragraphs-text-image .row:nth-child(2n + 1) .image-part {
    order: initial;
  }
  .paragraphs-text-image .row:nth-child(2n) .text-part {
    padding-right: 20px;
  }
  .paragraphs-text-image .row:nth-child(2n + 1) .text-part {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .paragraphs-text-image .row:not(:last-of-type) {
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .paragraphs-text-image .row .text-part {
    padding-top: 45px;
  }
  .paragraphs-text-image .row .text-part .text {
    margin-top: 25px;
    padding: 0 30px;
  }
  .paragraphs-text-image .row .image-part {
    min-height: 220px;
  }
}
