@font-face {
  font-family: "Fustat";
  src: url("/wp-content/themes/dt-the7-child/fonts/Fustat-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/wp-content/themes/dt-the7-child/fonts/Satoshi-Variable.woff2") format("woff2");
  font-style: normal;
}
body .header-space.sticky-space-off,
body .header-space.sticky-space-on {
  background: #DEFFD7;
  padding: 24px 0;
}
body.home .header-space.sticky-space-off,
body.home .header-space.sticky-space-on {
  background: #FFF;
  padding: 24px 0;
}

.btns-section > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.txtarea-withimg > .vc_column-inner > .wpb_wrapper {
  padding-right: 30%;
}

.firstsection-home::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: url("/wp-content/uploads/2025/12/Ligne-verte-libra-droite-2.png") no-repeat center;
  transform: rotate(75deg) translate(25%, -40%) scaleY(-1);
  width: 374px;
  height: 249px;
}
.firstsection-home.vc_row.vc_row-flex::before {
  display: block;
}

#SR7_1_1-1 #SR7_1_1-1-5 {
  font-family: "Fustat" !important;
}
#SR7_1_1-1 #SR7_1_1-1-6 {
  font-family: "Satoshi" !important;
}
#SR7_1_1-1 .sr7-btn {
  font-family: "Satoshi" !important;
}

.testimonials-carousel-shortcode .owl-nav {
  position: absolute;
  bottom: 50px;
  right: 75px;
}
.testimonials-carousel-shortcode .owl-nav i::before {
  transition: all 0.3s ease;
}
.testimonials-carousel-shortcode .owl-nav .owl-prev,
.testimonials-carousel-shortcode .owl-nav .owl-next {
  border: 1px solid #9AD18F;
}

.messagedefilant {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Fustat";
}
.messagedefilant > .wpb_wrapper {
  display: inline-block;
  padding-left: 100%;
  animation: defil 15s linear infinite;
}

@keyframes defil {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.custom-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  mask: url("../images/arrow.svg") no-repeat center;
  -webkit-mask: url("../images/arrow.svg") no-repeat center;
  background-color: #004B3D;
  transform: translateY(-50%) scale(1.1);
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}
.custom-btn:hover::before {
  background-color: #DEFFD7;
  transform: translateY(-50%) scale(1.1) rotate(-45deg);
}

.custom-rounded-img img {
  border-radius: 8px;
}

.service-page .dt-breadcrumbs-shortcode {
  margin-bottom: 40px;
}
.service-page .dt-breadcrumbs-shortcode .breadcrumbs .current {
  margin-left: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Fustat";
  border: 1px solid #004B3D;
  border-radius: 90px;
  padding: 10px 16px 7px 16px;
}
.service-page .dt-breadcrumbs-shortcode .breadcrumbs .current::before {
  content: none;
}
.service-page .dt-breadcrumbs-shortcode .breadcrumbs li:first-child {
  display: none;
}
.service-page h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}
.service-page .custom-headertxt {
  margin-bottom: 0;
}
.service-page .custom-headertxt p {
  font-size: 18px;
}

.portfolio-shortcode {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
.portfolio-shortcode .css-grid-filter {
  width: 215px;
  position: relative;
  margin-bottom: 0;
}
.portfolio-shortcode .css-grid-filter .filter-categories {
  max-width: 100%;
  background: #F5FFFC;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px;
  gap: 24px;
  border-radius: 8px;
}
.portfolio-shortcode .css-grid-filter .filter-categories .filter-categories-title {
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 18px;
}
.portfolio-shortcode .css-grid-filter .filter-categories a {
  white-space: break-spaces;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Satoshi";
  font-weight: 400;
  padding-left: 18px;
  border-radius: 0;
}
.portfolio-shortcode .css-grid-filter .filter-categories a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #004B3D;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transition: all 0.2s ease-in;
}
.portfolio-shortcode .css-grid-filter .filter-categories a.act {
  background: none;
  color: #004B3D !important;
  border-radius: 0;
}
.portfolio-shortcode .css-grid-filter .filter-categories a.act::before {
  background: #004B3D;
}
.portfolio-shortcode .css-grid-filter .filter-categories a:not(.act):hover {
  color: #004B3D;
}
.portfolio-shortcode .css-grid-filter .filter-categories a:not(.act):hover::before {
  background: #DEFFD7;
}
.portfolio-shortcode .dt-css-grid {
  width: calc(100% - 215px - 24px);
}
.portfolio-shortcode .dt-css-grid .wf-cell {
  overflow: hidden;
  padding: 24px;
  border: 1px solid #004B3D;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.portfolio-shortcode .dt-css-grid .wf-cell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
.portfolio-shortcode .dt-css-grid .wf-cell::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-radius: 50% 50% 8px 50%;
  opacity: 0;
  transition: all 0.3s ease-in, opacity 0.1s ease-in;
  background: #DEFFD7;
  z-index: 0;
}
.portfolio-shortcode .dt-css-grid .wf-cell:hover article.dt_portfolio::before {
  transform: rotate(45deg);
}
.portfolio-shortcode .dt-css-grid .wf-cell:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio {
  padding-bottom: 24px;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 24px;
  background: url("../images/arrow.svg") no-repeat;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio .post-thumbnail-wrap {
  z-index: 1;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio .post-thumbnail-wrap .post-thumbnail a {
  pointer-events: none;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio .post-entry-content {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  position: static;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio .post-entry-content .entry-title {
  margin-top: 32px;
  margin-bottom: 0;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio .post-entry-content .entry-title a {
  font-size: 26px;
  font-family: "Satoshi", "Fustat", Arial;
  font-weight: 500;
  pointer-events: none;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio .post-entry-content .portfolio-categories {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio .post-entry-content .portfolio-categories .category-link a {
  padding: 8px 10px 6px 10px;
  border: 1px 1px #9AD18F;
  text-transform: uppercase;
  color: #004B3D;
  font-family: "Fustat";
  font-size: 12px;
  background: #DEFFD7;
  border-radius: 8px;
  line-height: 1.3;
  max-width: 250px;
  pointer-events: none;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio .post-entry-content .entry-excerpt {
  margin-bottom: 0;
}
.portfolio-shortcode .dt-css-grid .wf-cell article.dt_portfolio .post-entry-content .entry-excerpt p {
  margin-bottom: 0;
  font-size: 14px;
  color: #004B3D;
  font-family: "Satoshi";
  font-weight: 400;
}
.portfolio-shortcode .paginator {
  margin: 0 auto;
}

.masthead {
  padding: 24px 0;
}
.masthead header.header-bar {
  background: #004B3D;
  border-radius: 8px;
}

/*
.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-fill-available;
    border-radius: 8px;
}
    *//*# sourceMappingURL=custom.css.map */