.text_on_image {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.text_on_image > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--mainColorRGB), 1);
}
.text_on_image > .image img {
  opacity: 0.7;
  font-size: 0;
  line-height: 0;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.text_on_image > .text {
  padding: 80px 0;
  text-align: center;
  color: #fff;
  max-width: 700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.text_on_image > .text h2, .text_on_image > .text h3, .text_on_image > .text h4, .text_on_image > .text h5, .text_on_image > .text h6, .text_on_image > .text .like-h2, .text_on_image > .text .like-h3, .text_on_image > .text .like-h4 {
  color: #fff;
}
.text_on_image > .text ul:not(.is-style-list--check) {
  text-align: left;
}
.text_on_image > .text ul:not(.is-style-list--check) li {
  background-image: url("../../img/li-platine-white2x.png") !important;
}
.text_on_image > .text ul.is-style-list--check {
  text-align: left;
}
.text_on_image > .text ul.is-style-list--check li {
  background-image: url("../../img/check-white.svg") !important;
}
.text_on_image.text-left > .image, .text_on_image.text-left-fullwidth > .image {
  background: #fff;
}
.text_on_image.text-left > .image img, .text_on_image.text-left-fullwidth > .image img {
  opacity: 1;
}
.text_on_image.text-left > .text, .text_on_image.text-left-fullwidth > .text {
  text-align: left;
  max-width: none;
  width: 40%;
  margin-left: calc((100% - 1220px) / 2);
  margin-right: auto;
  color: inherit;
}
.text_on_image.text-left > .text h2, .text_on_image.text-left > .text h3, .text_on_image.text-left > .text h4, .text_on_image.text-left > .text h5, .text_on_image.text-left > .text h6, .text_on_image.text-left > .text .like-h2, .text_on_image.text-left > .text .like-h3, .text_on_image.text-left > .text .like-h4, .text_on_image.text-left-fullwidth > .text h2, .text_on_image.text-left-fullwidth > .text h3, .text_on_image.text-left-fullwidth > .text h4, .text_on_image.text-left-fullwidth > .text h5, .text_on_image.text-left-fullwidth > .text h6, .text_on_image.text-left-fullwidth > .text .like-h2, .text_on_image.text-left-fullwidth > .text .like-h3, .text_on_image.text-left-fullwidth > .text .like-h4 {
  color: inherit;
}
.text_on_image.text-left > .text ul:not(.is-style-list--check), .text_on_image.text-left-fullwidth > .text ul:not(.is-style-list--check) {
  text-align: left;
}
.text_on_image.text-left > .text ul:not(.is-style-list--check) li, .text_on_image.text-left-fullwidth > .text ul:not(.is-style-list--check) li {
  background-image: url("../../img/li-platine2x.png") !important;
}
.text_on_image.text-left > .text ul.is-style-list--check, .text_on_image.text-left-fullwidth > .text ul.is-style-list--check {
  text-align: left;
}
.text_on_image.text-left > .text ul.is-style-list--check li, .text_on_image.text-left-fullwidth > .text ul.is-style-list--check li {
  background-image: url("../../img/check-green.svg") !important;
}
@media (max-width: 1300px) {
  .text_on_image.text-left > .text, .text_on_image.text-left-fullwidth > .text {
    width: 55%;
    margin-left: 3%;
  }
}
@media (max-width: 768px) {
  .text_on_image.text-left > .image, .text_on_image.text-left-fullwidth > .image {
    position: relative !important;
    top: auto;
    left: auto;
    height: auto;
  }
  .text_on_image.text-left > .image img, .text_on_image.text-left-fullwidth > .image img {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
  }
  .text_on_image.text-left > .text, .text_on_image.text-left-fullwidth > .text {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 3%;
    width: 100%;
    background: var(--mainColor);
    color: #fff;
  }
  .text_on_image.text-left > .text h2, .text_on_image.text-left > .text h3, .text_on_image.text-left > .text h4, .text_on_image.text-left > .text h5, .text_on_image.text-left > .text h6, .text_on_image.text-left > .text .like-h2, .text_on_image.text-left > .text .like-h3, .text_on_image.text-left > .text .like-h4, .text_on_image.text-left-fullwidth > .text h2, .text_on_image.text-left-fullwidth > .text h3, .text_on_image.text-left-fullwidth > .text h4, .text_on_image.text-left-fullwidth > .text h5, .text_on_image.text-left-fullwidth > .text h6, .text_on_image.text-left-fullwidth > .text .like-h2, .text_on_image.text-left-fullwidth > .text .like-h3, .text_on_image.text-left-fullwidth > .text .like-h4 {
    color: #fff;
  }
  .text_on_image.text-left > .text ul:not(.is-style-list--check), .text_on_image.text-left-fullwidth > .text ul:not(.is-style-list--check) {
    text-align: left;
  }
  .text_on_image.text-left > .text ul:not(.is-style-list--check) li, .text_on_image.text-left-fullwidth > .text ul:not(.is-style-list--check) li {
    background-image: url("../../img/li-platine-white2x.png") !important;
  }
  .text_on_image.text-left > .text ul.is-style-list--check, .text_on_image.text-left-fullwidth > .text ul.is-style-list--check {
    text-align: left;
  }
  .text_on_image.text-left > .text ul.is-style-list--check li, .text_on_image.text-left-fullwidth > .text ul.is-style-list--check li {
    background-image: url("../../img/check-white.svg") !important;
  }
  .text_on_image.text-left > .text .blau, .text_on_image.text-left-fullwidth > .text .blau {
    color: #fff !important;
  }
}
.text_on_image.text-left-fullwidth > .text {
  width: var(--baseWidth);
  max-width: var(--maxWidth);
}
@media (max-width: 768px) {
  .text_on_image.text-left-fullwidth > .text {
    width: 100%;
    margin-right: 0;
  }
}
.text_on_image.fade > .text {
  color: inherit;
  text-align: inherit;
  max-width: 1220px;
  padding-bottom: 370px;
}
@media (max-width: 768px) {
  .text_on_image.fade > .text {
    padding-bottom: 20vw;
  }
}
.text_on_image.fade > .text h2, .text_on_image.fade > .text h3, .text_on_image.fade > .text h4, .text_on_image.fade > .text h5, .text_on_image.fade > .text .like-h2, .text_on_image.fade > .text .like-h3, .text_on_image.fade > .text .like-h4 {
  color: inherit;
}
.text_on_image.fade > .text ul:not(.is-style-list--check) {
  text-align: left;
}
.text_on_image.fade > .text ul:not(.is-style-list--check) li {
  background-image: url("../../img/li-platine2x.png") !important;
}
.text_on_image.fade > .text ul.is-style-list--check {
  text-align: left;
}
.text_on_image.fade > .text ul.is-style-list--check li {
  background-image: url("../../img/check-green.svg") !important;
}
.text_on_image.fade > .image {
  background: transparent;
}
.text_on_image.fade > .image img {
  opacity: 1;
}
.text_on_image.fade > .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, white 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0);
}
.text_on_image.no-overlay > .image {
  background: transparent;
}
.text_on_image.no-overlay > .image img {
  opacity: 1;
}
.text_on_image.no-overlay > .text {
  color: inherit;
  text-align: inherit;
  padding: 140px 0;
  position: relative;
}
.text_on_image.no-overlay > .text ul:not(.is-style-list--check) {
  text-align: left;
}
.text_on_image.no-overlay > .text ul:not(.is-style-list--check) li {
  background-image: url("../../img/li-platine2x.png") !important;
}
.text_on_image.no-overlay > .text ul.is-style-list--check {
  text-align: left;
}
.text_on_image.no-overlay > .text ul.is-style-list--check li {
  background-image: url("../../img/check-green.svg") !important;
}
.text_on_image.no-overlay > .text:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200%;
  height: 200%;
  background: -moz-radial-gradient(center, ellipse closest-side, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse closest-side, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-radial-gradient(ellipse closest-side at center, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-radial-gradient(ellipse closest-side at center, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(ellipse closest-side at center, white 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse closest-side at center, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=1);
}
@media (max-width: 450px) {
  .text_on_image.no-overlay > .text {
    padding: 80px 0;
  }
}
.text_on_image.no-overlay > .text h2, .text_on_image.no-overlay > .text h3, .text_on_image.no-overlay > .text h4, .text_on_image.no-overlay > .text h5, .text_on_image.no-overlay > .text h6, .text_on_image.no-overlay > .text .like-h2, .text_on_image.no-overlay > .text .like-h3, .text_on_image.no-overlay > .text .like-h4 {
  color: inherit;
}
