html :where(.editor-styles-wrapper) {
  font-family: inherit;
}
/* Style pour page Guide et plugin Thrive  */
body.tve_lp {
  padding: 0;
  margin: 0;
}
/* Box infos */
.box-info {
  background: #f9de3678;
  border-radius: 8px;
  padding: 20px 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 45px;
}
.box-info i {
  font-size: 40px;
  color: #171b24;
}
.box-info strong {
  font-weight: bold;
  color: #171b24;
}
.box-info p:last-child {
  margin-bottom: 0;
}
/* Box Icon */
.box-icon {
    background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    color: white;
    margin-bottom: 25px;
}
.box-icon.small {
  width: 60px;
  height: 60px;
  font-size: 24px;
}
.box-icon.large {
  width: 100px;
  height: 100px;
  font-size: 40px;
}
.box-icon.xl {
  width: 150px;
  height: 150px;
  font-size: 60px;
}
.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.alignfull {
  width: 100%;
  margin: 0;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}


/* Box List Icon */
.box-list-icon {
  margin-bottom: 25px;
}
.box-list-icon li {
  list-style-type: none;
  padding-left: 5px;
}
.box-list-icon li i {
  color: #027fba;
  margin-right: 5px;
}
.box-list-icon li:before {
  display: none;
}


/* Box title */
.box-title {
  margin-bottom: 45px;
}
.box-title .section-subtitle {
  color: #027fba;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.box-title .section-title {
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 700;
  color: #2c2c2c;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.box-title .section-title h2 {
  font-size: 36px;
}

.box-title-icon .cont h2 {
  margin-top: 0px;
}


.faq_area {
  margin-top: 45px;
}
.faq_area .section_title span {
  color: #027fba;
}
.faq_area .accordion-button:not(.collapsed) {
  color: white;
  background-color: #027fba;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}


@media (max-width: 760px) {

  .box-title .section-title {
    font-size: 32px;
  }
  .has-medium-font-size {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .box-title .section-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
  .box-title .section-title h2 {
    font-size: 26px;
  }
  .box-title .section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .box-info {
    display: grid;
  }
}
