.sf-menu>li ul {
  padding: 20px;
  width: 30em;
}

/* Style pour page Guide et plugin Thrive  */
body.tve_lp {
  padding: 0;
  margin: 0;
}
/* Box infos */
.box-info {
  background: #ece03c60;
  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: #dfab72 ;
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 150px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 35px;
}
.box-icon i {
  font-size: 40px;
}
.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;
  margin-left: 0;
}
.box-list-icon li {
  list-style-type: none;
}
.box-list-icon li i {
  color: #dfab72 ;
  margin-right: 5px;
}


/* Box title */
.box-title {
  margin-bottom: 45px;
}
.box-title .section-subtitle {
  color: #dfab72 ;
  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;
}



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


@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;
  }

}

/* Gestion Salient */

.container.main-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home .container.main-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wp-block-separator {
  margin-bottom: 60px;
  margin-top: 25px;
  color: #ccc;
}
.container.main-content h2 {
  font-size: 45px;
  margin-bottom: 40px;
}
.container.main-content h3 {
  margin-bottom: 20px;
}
.container.main-content p a {
  background: #ffe02d40;
  padding: 2px 7px 5px;
  border-radius: 8px;
}
.container.main-content p a:hover {
  background: #ffe02d00;
}

blockquote.wp-block-quote {
  background: #f0f0f0;
  position: relative;
  padding: 30px 45px;
  padding-left: 45px !important;
  margin-top: 25px;
}
.container.main-content .material blockquote::before,
.container.main-content blockquote.wp-block-quote:before {
  border-color: #dfab72  !important;
  border-left: 8px solid;
}


.wp-block-button__link {
  color: #000000;
  background-color: #ffe02d;
  font-weight: 600;
  border-radius: 12px !important;
}
