.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.btn-orange {
    font-size: 17px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    background: #939090 !important;
    transition: all 0.2s ease !important;
    margin: 5px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F89021 !important;
    width: 50px !important;
}

.feedback-problem-not-solved {
    margin-top: 20px;
}

.feedback-problem-not-solved textarea {
    width: 100%;
}

.feedback-problem-not-solved .btn-link {
    color: #FFFFFF;
}

.useful-text a.active img{
    -webkit-filter: drop-shadow(2px 2px 4px var(--clr-accent-main));
            filter: drop-shadow(2px 2px 4px var(--clr-accent-main));
}
.support-home-banner {
  min-height: 22vw;
  background-image: url(./../../img/support-new/self-support/self-support-slide.jpg) !important;
}
.support-home-banner .title {
  font-size: 80px;
  text-shadow: 0px 0px 11px var(--clr-neutral-black);
}

.video-tutorial {
  padding-top: 60px;
  padding-bottom: 80px;
  background: radial-gradient(34.28% 34.28% at 49.7% 50.26%, rgba(105, 103, 103, 0.5) 0%, rgba(105, 103, 103, 0) 100%), linear-gradient(180deg, #1F1E1E 0%, #000000 111.82%);
}
.video-tutorial .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.video-tutorial .row {
  padding: 0 50px;
}
.video-tutorial .explainers-wrap {
  margin-top: 70px;
}
.video-tutorial .video-slider .video-item .video-thumbnail {
  width: 100%;
  height: 170px;
  position: relative;
}
.video-tutorial .video-slider .video-item .video-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.video-tutorial .video-slider .video-item .video-thumbnail .vt-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.video-tutorial .video-slider .video-item .video-thumbnail .vt-play:hover {
  -webkit-filter: drop-shadow(0px 0px 13px #000000);
          filter: drop-shadow(0px 0px 13px #000000);
}
.video-tutorial .video-slider .video-item .h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 14px;
}
.video-tutorial .video-slider .video-item p {
  padding-right: 40px;
}
.video-tutorial .video-slider .video-item p a {
  font-weight: 400;
  text-decoration: underline;
}
.video-tutorial .btn-orange {
  min-width: 312px;
}

.search-topic {
  padding-top: 38px;
  padding-bottom: 60px;
  text-align: center;
  background-color: var(--clr-grey-200);
}
.search-topic .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
}
.search-topic form {
  text-align: center;
  max-width: 645px;
  margin: 38px auto 0;
  position: relative;
}
.search-topic form .form-control {
  color: var(--clr-neutral-white);
  padding-left: 46px;
  background-color: var(--clr-grey-200);
}
.search-topic form .search-i {
  position: absolute;
  left: 14px;
  top: 9px;
}

.ressources-sec {
  background-color: #0f0f0f;
  padding: 70px 0;
}
.ressources-sec .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
  margin-bottom: 40px;
}
.ressources-sec .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1rem;
  justify-items: center;
}
@media (max-width: 420px) {
  .ressources-sec .content {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.ressources-sec .content > div {
  max-width: 360px;
  width: 100%;
}
.ressources-sec .action-ow {
  background-color: var(--clr-grey-100);
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 30px;
  transition: all 0.2s ease;
  text-align: center;
  height: 100%;
}
.ressources-sec .action-ow img, .ressources-sec .action-ow svg {
  max-height: 95px;
  margin-bottom: 20px;
}
.ressources-sec .action-ow svg {
  height: 95px;
  width: auto;
}
.ressources-sec .action-ow .h4 {
  font-size: 20px;
  text-shadow: 0px 0px 13px #000000;
  color: var(--clr-neutral-white);
  margin-bottom: 0;
}

.flex-main {
  background: radial-gradient(34.28% 34.28% at 49.7% 50.26%, rgba(105, 103, 103, 0.5) 0%, rgba(105, 103, 103, 0) 100%), linear-gradient(180deg, #0E0B0B 0%, #000000 111.82%);
  padding: 50px 0 60px;
}
.flex-main .find-quick-action {
  position: absolute;
  left: 0;
  top: -30px;
}
.flex-main .find-quick-action a {
  text-decoration: underline;
  font-weight: 400;
}
.flex-main .find-quick-action a + ::before {
  display: inline-block;
  color: var(--clr-accent-main);
  padding: 0 3px;
  content: "/";
}
.flex-main .row {
  padding: 0 50px;
}
.flex-main .cellular-wrap {
  padding-top: 50px;
  padding-bottom: 30px;
}
.flex-main .cellular-wrap .cellular-img img {
  width: 100%;
}
.flex-main .cellular-wrap .cellular-content {
  font-weight: 500;
  margin-top: 60px;
}
.flex-main .cellular-wrap .cellular-content .h3 {
  color: #F68E1E;
  font-size: 40px;
}
.flex-main .cellular-wrap .cellular-content .h3 span {
  color: #fff;
}
.flex-main .cellular-wrap .cellular-content .h5 {
  color: #F68E1E;
  font-size: 24px;
  text-transform: uppercase;
  margin: 8px 0 20px;
  display: inline-block;
}
.flex-main .cellular-wrap .cellular-content ul {
  font-size: 24px;
  font-family: var(--title-font);
}
.flex-main .cellular-wrap .cellular-content ul li {
  margin-bottom: 10px;
}
.flex-main .cellular-boxes {
  padding-bottom: 70px;
}
.flex-main .cellular-boxes [class*=col-lg] {
  padding-left: 12px;
  padding-right: 12px;
}
.flex-main .cellular-boxes .boxes-sp-item {
  width: 100%;
  display: flex;
  position: relative;
  height: 270px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.flex-main .cellular-boxes .boxes-sp-item::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(31, 30, 30, 0.5), rgba(31, 30, 30, 0.5));
  width: 100%;
  height: 100%;
}
.flex-main .cellular-boxes .boxes-sp-item:hover .h4 {
  color: var(--clr-accent-main);
}
.flex-main .cellular-boxes .boxes-sp-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-main .cellular-boxes .boxes-sp-item .h4 {
  text-shadow: 0px 0px 13px var(--clr-neutral-black);
  color: var(--clr-neutral-white);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 15px 100px;
  margin: 0;
  font-size: 33px;
  line-height: 1.2;
  transition: all 0.2s ease;
  font-weight: 500;
}
.flex-main .trouble-shoot .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.flex-main .trouble-shoot .h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.flex-main .trouble-shoot .trouble-lists {
  width: 100%;
  margin-bottom: 25px;
}
.flex-main .trouble-shoot .trouble-item {
  background-color: #1F1E1E;
  border-radius: 8px;
  padding: 12px 12px 12px 15px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  display: flex;
  margin-bottom: 8px;
}
.flex-main .trouble-shoot .trouble-item span {
  margin-right: 5px;
}
.flex-main .trouble-shoot .trouble-item p {
  margin-bottom: 0;
}
.flex-main .trouble-shoot .trouble-item a {
  font-weight: 700;
  text-decoration: underline;
  margin-left: 5px;
}
.flex-main .btn-orange {
  min-width: 312px;
}

@media (max-width: 1199px) {
  .video-tutorial {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .video-tutorial .row {
    padding: 0;
  }
  .video-tutorial .explainers-wrap {
    margin-top: 50px;
  }
  .video-tutorial .video-slider .video-item p {
    padding-right: 0;
  }

  .search-topic {
    padding-bottom: 40px;
  }
  .search-topic form {
    margin-top: 30px;
  }

  .ressources-sec {
    padding: 50px 0;
  }
  .ressources-sec .row {
    padding: 0;
  }
  .ressources-sec .action-ow {
    padding: 30px;
  }

  .flex-main {
    padding-bottom: 50px;
  }
  .flex-main .row {
    padding: 0;
  }
  .flex-main .cellular-wrap {
    padding-top: 50px;
  }
  .flex-main .cellular-wrap .cellular-content {
    margin-top: 30px;
  }
  .flex-main .cellular-boxes {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flex-main .cellular-boxes .boxes-sp-item .h4 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .support-home-banner {
    min-height: 20vw;
  }
  .support-home-banner .title {
    font-size: 45px;
  }

  .video-tutorial .h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .search-topic .h2 {
    font-size: 36px;
  }

  .ressources-sec {
    padding: 40px 0;
  }
  .ressources-sec .h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .ressources-sec .action-ow {
    padding: 30px 20px;
  }
  .ressources-sec .action-ow img {
    max-height: 70px;
  }
  .ressources-sec .action-ow .h4 {
    font-size: 20px;
  }

  .flex-main .cellular-wrap .cellular-content {
    margin-top: 0;
  }
  .flex-main .cellular-wrap .cellular-content .cellular-title {
    display: flex;
    flex-direction: column;
  }
  .flex-main .cellular-wrap .cellular-content .cellular-title span {
    width: 100%;
    display: block;
  }
  .flex-main .cellular-wrap .cellular-content .h3 {
    font-size: 30px;
  }
  .flex-main .cellular-wrap .cellular-content .h5,
.flex-main .cellular-wrap .cellular-content ul {
    font-size: 20px;
  }
  .flex-main .cellular-boxes .boxes-sp-item {
    height: 200px;
  }
  .flex-main .cellular-boxes .boxes-sp-item .h4 {
    font-size: 30px;
  }
  .flex-main .trouble-shoot .h2 {
    font-size: 36px;
  }
  .flex-main .trouble-shoot .h5 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .search-topic {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .video-tutorial .btn-orange {
    min-width: 100%;
  }

  .ressources-sec .row [class*=col-lg]:not(:last-child) {
    margin-bottom: 20px;
  }
  .ressources-sec .action-ow img {
    max-height: 90px;
  }

  .flex-main {
    padding-top: 15px;
  }
  .flex-main .find-quick-action {
    position: relative;
    top: auto;
    margin-bottom: 20px;
    display: inline-block;
  }
  .flex-main .cellular-wrap {
    padding-top: 10px;
  }
  .flex-main .cellular-wrap [class*=col-lg] {
    padding-left: 0;
    padding-right: 0;
  }
  .flex-main .cellular-wrap .cellular-content .cellular-title {
    align-items: center;
    text-align: center;
  }
  .flex-main .cellular-boxes {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .flex-main .cellular-boxes [class*=col-lg] {
    padding-left: 0;
    padding-right: 0;
  }
  .flex-main .cellular-boxes [class*=col-lg]:not(:last-child) {
    margin-bottom: 20px;
  }
  .flex-main .cellular-boxes .boxes-sp-item {
    height: 220px;
  }
  .flex-main .trouble-shoot .trouble-item {
    margin-bottom: 12px;
  }
  .flex-main .trouble-shoot .trouble-lists {
    margin-bottom: 10px;
  }
  .flex-main .btn-orange {
    min-width: 100%;
  }
}