.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
section.landing {
  background-color: #e8eaef;
  padding: 200px 0 130px;
  overflow: hidden;
}
section.landing .bloc {
  max-width: 640px;
  width: 100%;
}
section.landing .bloc h1 {
  font-size: 48px;
  text-align: left;
  color: #213063;
  line-height: 1.3;
  max-width: 580px;
  width: 100%;
  margin-bottom: 20px;
}
section.landing .bloc ul {
  list-style: none;
  padding: 0;
}
section.landing .bloc ul li {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 7px;
  position: relative;
  padding-left: 28px;
}
section.landing .bloc ul li:before {
  content: "";
  background: url(../../../../img/check.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 8px;
}
section.landing .bloc h2,
section.landing .bloc .title {
  font-size: 22px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #ff2980;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
section.landing .bloc .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  height: 100%;
}
section.landing .bloc .owl-carousel img {
  max-height: 70px;
  object-fit: contain;
}
section.landing .bloc .ti-widget {
  display: table;
  width: auto;
  margin-top: 30px;
}
section.landing .bloc .ti-widget .ti-header {
  border-color: transparent;
  background-color: transparent !important;
  padding: 0;
}
section.landing .bloc .ti-widget .ti-header:hover {
  border-color: transparent;
}
section.landing .bloc .ti-widget .ti-header .ti-text {
  display: none;
}
section.landing .bloc .ti-widget .ti-icon {
  width: 25px;
  height: 25px;
}
section.landing .bloc .ti-widget .ti-icon:after {
  width: 25px;
  height: 25px;
}
section.landing .right {
  position: relative;
}
section.landing .right .fond {
  position: absolute;
  top: -160px;
  right: -200px;
}
section.landing .right h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}
@media (max-width: 1900px) {
  section.landing .bloc h1 {
    font-size: 42px;
  }
  section.landing .bloc ul li {
    font-size: 21px;
    padding-left: 28px;
  }
  section.landing .bloc ul li:before {
    width: 18px;
    height: 14px;
    top: 8px;
  }
  section.landing .bloc h2,
  section.landing .bloc .title {
    font-size: 21px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  section.landing .bloc .owl-carousel img {
    max-height: 70px;
  }
}
@media (max-width: 1399.98px) {
  section.landing {
    padding: 160px 0 100px;
  }
  section.landing .bloc h1 {
    font-size: 38px;
  }
  section.landing .bloc ul li {
    font-size: 21px;
    padding-left: 28px;
  }
  section.landing .bloc ul li:before {
    width: 18px;
    height: 14px;
    top: 8px;
  }
  section.landing .bloc h2,
  section.landing .bloc .title {
    font-size: 21px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  section.landing .bloc .owl-carousel img {
    max-height: 70px;
  }
  section.landing .right h2 {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  section.landing {
    padding: 100px 0 60px;
  }
  section.landing .bloc {
    text-align: center;
    margin-bottom: 30px;
  }
  section.landing .bloc h1 {
    font-size: 34px;
    text-align: center;
    margin: 0 auto 30px;
  }
  section.landing .bloc ul li {
    font-size: 21px;
    padding-left: 28px;
    display: table;
    margin: auto;
  }
  section.landing .bloc ul li:before {
    width: 18px;
    height: 14px;
    top: 8px;
  }
  section.landing .bloc h2,
  section.landing .bloc .title {
    font-size: 21px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
  section.landing .bloc .owl-carousel img {
    max-height: 70px;
  }
  section.landing .bloc .ti-widget {
    margin: 30px auto 0;
  }
  section.landing .right .fond {
    display: none;
  }
}
@media (max-width: 767.98px) {
  section.landing {
    padding: 100px 0 40px;
  }
  section.landing .container {
    padding: 0 20px;
    max-width: 100%;
  }
  section.landing .bloc {
    text-align: center;
    margin-bottom: 30px;
  }
  section.landing .bloc h1 {
    font-size: 28px;
    text-align: center;
    margin: 0 auto 30px;
  }
  section.landing .bloc ul li {
    font-size: 19px;
    padding-left: 28px;
    display: table;
    margin: auto;
  }
  section.landing .bloc ul li:before {
    width: 18px;
    height: 14px;
    top: 8px;
  }
  section.landing .bloc h2,
  section.landing .bloc .title {
    font-size: 19px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
  section.landing .bloc .owl-carousel img {
    max-height: 70px;
  }
  section.landing .bloc .ti-widget {
    margin: 30px auto 0;
  }
  section.landing .right .fond {
    display: none;
  }
}
