@media only screen and (max-width: 800px) {
  .m-no-mt {
    --button_margin-top: 0 !important;
  }
}

.fusion-text.list ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.fusion-accordian .panel-heading {
  background-color: var(--awb-custom_color_6) !important;
}
.fusion-accordian .panel-heading a {
  padding: 20px !important;
  text-decoration: none !important;
}

.fusion-accordian #accordian-1 .panel-title a:hover, 
.fusion-accordian #accordian-1 .panel-title a.hover {
  color: #fff !important;
}

.panel-collapse {
  background-color: var(--awb-custom_color_6) !important;
  margin-top: -1px !important;
}

.fusion-accordian .panel-body {
  padding: 20px 20px 1px 20px !important;
}

body .fusion-accordian #accordian-1 .fa-fusion-box,
body .fusion-accordian #accordian-1 .panel-title a:hover .fa-fusion-box, 
body .fusion-accordian #accordian-1 .panel-title a.hover .fa-fusion-box,
body .fusion-faqs-wrapper .fusion-accordian #accordian-1 .panel-title .active .fa-fusion-box {
  background: transparent !important;
  border: none !important;
}

body .fusion-accordian #accordian-1 .panel-title a .fa-fusion-box:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("/wp-content/uploads/2025/08/plus.svg") no-repeat center;
    background-size: contain;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(105%) contrast(101%);
}
body .fusion-accordian #accordian-1 .panel-title a .fa-fusion-box.awb-icon-minus:before {
    background: url("/wp-content/uploads/2025/08/minus.svg") no-repeat center;
}

@media only screen and (max-width: 768px) {
    .partners__logo.privileged .fusion-column-wrapper {
        gap: 22px 27px;
        align-items: center !important;
        justify-content: center !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(1){
        --awb-max-width: 96px !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(2){
        --awb-max-width: 110px !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(3){
        --awb-max-width: 43px !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(4){
        --awb-max-width: 110px !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(5){
        --awb-max-width: 77px !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(6){
        --awb-max-width: 123px !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(7){
        --awb-max-width: 90px !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(8){
        --awb-max-width: 50px !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(9){
        --awb-max-width: 101px !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(10){
        --awb-max-width: 180px !important;
    }
    .partners__logo.privileged .fusion-image-element:nth-child(11){
        --awb-max-width: 149px !important;
    }

    .valeurs .fusion-image-element {
      --awb-max-width: 118px !important;
    }
    .valeurs .fusion-imageframe.img__full {
      max-width: var(--awb-max-width);
    }
}

/* .ifs__header .fusion_builder_column_1_1 .fusion-column-wrapper {
    background-image: none !important;
    transition: all 0.3s linear !important;
} */
.ifs__header .fusion_builder_column_1_1:first-child .fusion-column-wrapper::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,102,102,0.79);
    z-index: 1;
    opacity: 1;
}
.ifs__header .fusion-title,
.ifs__header .fusion-text {
    z-index: 2;
}

.valeurs {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.contact__social .fusion-social-networks-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.contact__social .awb-icon-youtube::before, 
.contact__social .awb-icon-linkedin::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.contact__social .awb-icon-youtube::before {
  background-image: url("/wp-content/uploads/2025/08/Youtube.svg");
}

.contact__social .awb-icon-linkedin::before {
  background-image: url("/wp-content/uploads/2025/08/Linkedin.svg");
}

.contact__form.fusion-form-form-wrapper {
  --awb-field-margin-top: 15px !important;
  --awb-field-margin-bottom: 15px !important;
}
.contact__form .fusion-form-field.fusion-form-label-above label {
  color: #fff;
  margin-bottom: 15px !important;
}
.contact__form.fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
  padding-left: 20px;
  padding-right: 20px;
}
.contact__form .fusion-form-field.fusion-form-consent-field.fusion-form-label-above {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.contact__form.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox.option-inline {
  margin-right: 10px;
}
.contact__form .fusion-form-consent-field {
  --awb-label-font-size: 16px;
}
.contact__form.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
  width: 16px;
  min-width: 16px;
  border: none;
  border-radius: 0;
  height: 16px;
  background-color: #fff;
  opacity: 1;
  transform: none;
}
.contact__form.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:after {
  left: 3px;
  top: -2px;
  transform: none;
  content: "✓";
  background: none;
  color: black;
}

.contact__form.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input {
  height: 196px;
}

@media only screen and (max-width: 768px) {
  .contact__form.fusion-form-form-wrapper {
    --awb-form-input-height: 44px !important;
    --awb-field-margin-top: 10px !important;
    --awb-field-margin-bottom: 10px !important;
  }
  .contact__form .fusion-form-field.fusion-form-label-above label {
    margin-bottom: 10px !important;
  }
  .contact__form.fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact__form.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input {
    height: 176px;
  }

  .product .fusion-content-tb {
    --awb-margin-left: 0 !important;
    --awb-margin-right: 0 !important;
  }
  .product .fusion-content-tb p {
    margin-bottom: 5px !important;
  }
}

.product__item .awb-swiper-slider .awb-swiper-button {
  opacity: 1 !important;
}

.sub__services .fusion_builder_column_1_1:has(a):before {
  content: "" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,1);
  z-index: 0;
  opacity: 1;
  transition: transform 0.5s ease;
}
.sub__services .fusion_builder_column_1_1:has(a):hover::before {
  transform: translate(-50%, -50%) scale(1.025);
}

.fusion-image-element:has(.m-max-100),
.fusion-image-element:has(.m-max-100) div,
.fusion-image-element:has(.m-max-100) .fusion-imageframe {
  max-width: 100% !important;
}

.search__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}