.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.text-colonnes {
  padding: 70px 0 0;
}
.text-colonnes h2,
.text-colonnes .sous_titre {
  text-align: left;
}
.text-colonnes .texte {
  margin-top: 30px;
}
.text-colonnes .left,
.text-colonnes .right {
  padding-bottom: 70px;
}
.text-colonnes .bloc {
  position: relative;
  background-color: #ffffff;
  max-width: 470px;
  width: 100%;
  padding: 50px;
  border-radius: 20px;
  list-style: none;
}
.text-colonnes .bloc .shape-oval-small-svg {
  position: absolute;
  bottom: 0;
  right: -150px;
  width: 440px;
  z-index: -1;
  transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
}
.text-colonnes .bloc li {
  color: #213063;
  font-weight: 600;
  font-size: 18px;
  padding-left: 35px;
  position: relative;
}
.text-colonnes .bloc li:before {
  display: none;
}
.text-colonnes .bloc li svg {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  stroke: green;
}
@media (max-width: 1399.98px) {
  .text-colonnes {
    padding: 50px 0 0;
  }
  .text-colonnes .left,
  .text-colonnes .right {
    padding-bottom: 50px;
  }
  .text-colonnes .bloc .shape-oval-small-svg {
    bottom: -20px;
    right: -75px;
  }
  .text-colonnes .bloc li {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .text-colonnes {
    padding: 50px 0 0;
  }
  .text-colonnes .left,
  .text-colonnes .right {
    padding-bottom: 50px;
  }
  .text-colonnes .bloc .shape-oval-small-svg {
    bottom: -20px;
    right: -35px;
  }
  .text-colonnes .bloc li {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .text-colonnes {
    padding: 50px 0 0;
  }
  .text-colonnes .left,
  .text-colonnes .right {
    padding-bottom: 50px;
  }
  .text-colonnes h2,
  .text-colonnes .sous_titre,
  .text-colonnes .texte {
    text-align: center;
  }
  .text-colonnes .texte {
    margin-bottom: 40px;
  }
  .text-colonnes .right {
    flex-direction: column-reverse;
  }
  .text-colonnes .bloc {
    margin: auto;
  }
  .text-colonnes .bloc .shape-oval-small-svg {
    bottom: -20px;
    right: -35px;
  }
  .text-colonnes .bloc li {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .text-colonnes {
    padding: 50px 0 0;
  }
  .text-colonnes .left,
  .text-colonnes .right {
    padding-bottom: 50px;
  }
  .text-colonnes h2,
  .text-colonnes .sous_titre,
  .text-colonnes .texte {
    text-align: center;
  }
  .text-colonnes .texte {
    margin-bottom: 40px;
  }
  .text-colonnes .right {
    flex-direction: column-reverse;
  }
  .text-colonnes .bloc {
    margin: auto;
    padding: 20px;
  }
  .text-colonnes .bloc .shape-oval-small-svg {
    bottom: -20px;
    right: -35px;
  }
  .text-colonnes .bloc li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .text-img {
    padding: 0;
  }
  .text-img .row {
    padding-top: 55px;
  }
  .text-img .row .content-part {
    padding: 0 30px;
  }
  .text-img .row .content-part .item {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    padding-left: 0;
  }
  .text-img .row .content-part .item img {
    height: 40px;
  }
  .text-img .row .content-part .item .content {
    margin-top: 15px;
    padding-left: 0;
  }
  .text-img .btn-container {
    margin-top: 0;
  }
  .text-img .btn-container .btn {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .text-img.text-align-right .row .image-part .shape-oval-small-svg {
    left: -120px;
  }
  .text-img.text-align-left .row .image-part .shape-oval-small-svg {
    right: -120px;
  }
  .text-img.dark .row .content-part {
    padding-right: 30px;
  }
}
