@charset "UTF-8";
.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
  left: 0;
  text-align: right;
  right: 0;
  outline: none !important;
  border: none;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
  text-transform: none;
  padding: 8px 15px;
}

.ast-header-break-point .main-header-menu {
  background: var(--ast-global-color-7);
}
.ast-header-break-point .main-header-menu ul {
  background: var(--ast-global-color-6);
}

.ast-header-break-point .main-header-menu .sub-menu {
  background-color: var(--ast-global-color-6);
}

.ast-header-break-point .ast-nav-menu .sub-menu .menu-link {
  text-transform: none;
}

.banner-top {
  overflow: hidden !important;
}
@media screen and (min-width: 976px) and (max-width: 1600px) {
  .banner-top:before {
    width: calc(100% + 100px + 0px) !important;
    height: calc(100% + 100px + 0px) !important;
    background-position: 50% calc(100% - 100px) !important;
  }
}

body.home {
  background: white !important;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

.site-header {
  top: 0;
  position: sticky !important;
  transition: all 0.3s ease;
}
.site-header .ast-primary-header-bar .site-primary-header-wrap {
  transition: all 0.3s ease;
}
.site-header .ast-site-identity {
  transition: padding 0.3s ease;
}
.site-header .site-logo-img img {
  transition: transform 0.3s ease;
}
.site-header.scrolled {
  box-shadow: 0px 18px 40px -10px rgba(0, 0, 0, 0.18);
  background: white !important;
}
.site-header.scrolled .ast-site-identity {
  padding: 0 !important;
}
.site-header.scrolled .ast-primary-header-bar .site-primary-header-wrap {
  min-height: 70px !important;
}
.site-header.scrolled .site-logo-img img {
  transform: scale(0.8);
}
.site-header svg {
  fill: var(--ast-global-color-0) !important;
}
.site-header .current-menu-ancestor > a {
  position: relative;
}
.site-header .current-menu-ancestor > a:after {
  display: block;
  content: "";
  height: 1px;
  background: var(--ast-global-color-0);
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
@media screen and (max-width: 1090px) {
  .site-header .ast-below-header-wrap .ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .site-header .ast-builder-grid-row {
    gap: 4px;
  }
}
@media screen and (max-width: 400px) {
  .site-header [data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button {
    padding: 8px;
  }
}

@media screen and (max-width: 400px) {
  .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
    padding: 0 10px;
  }
}

@media screen and (max-width: 400px) {
  .site-header-section > div:last-child {
    padding-left: 0;
  }
}

.entry-content p a {
  text-decoration: underline !important;
}

.site-logo-img img {
  transition: height 0.5s ease;
  /*height: 95px;*/
}

.ast-primary-header-bar .site-primary-header-wrap, .ast-site-identity {
  transition: all 0.5s ease;
}

/* Cible tous les blocs avec animation Spectra */
.aos-animate {
  transition-duration: 1s !important; /* augmente la durée à 2 secondes */
}

.home-hero {
  background-size: 100% auto !important;
  background-position: center calc(100% + 30px) !important;
  background-color: white;
  height: 35vw !important;
  max-height: 70vh;
}
@media screen and (max-width: 500px) {
  .home-hero {
    background-size: 620px auto !important;
    height: 200px !important;
  }
}

.home-intro h1 span {
  font-size: 0.8rem;
  line-height: 1.25em;
  font-family: optima, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .home-intro h1 {
    margin-bottom: 0;
  }
}

h1 em {
  font-size: 34px;
  font-style: normal;
  display: block;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 976px) {
  h1 em {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  h1 em {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 br {
    display: none;
  }
}

@media screen and (min-width: 545px) and (max-width: 1200px) {
  h2, .entry-content :where(h2) {
    font-size: 48px;
  }
}

@media screen and (min-width: 545px) and (max-width: 1200px) {
  h3, .entry-content :where(h3) {
    font-size: 32px;
  }
}

h3 span, h3 em {
  font-size: 0.8rem;
  line-height: 1.5em;
  font-family: optima, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-top: 10px;
  font-style: normal;
}

.h-full {
  height: 100%;
}

.section-realisations .wp-block-uagb-post-grid.uagb-post__columns-1 {
  width: 500px !important;
  max-width: 100%;
}
.section-realisations .uagb-post__image {
  height: 30vw;
  max-height: 425px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px;
}
@media screen and (max-width: 976px) {
  .section-realisations .uagb-post__image {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-realisations .uagb-post__image {
    height: 300px;
  }
}
@media screen and (max-width: 976px) {
  .section-realisations .uagb-post__inner-wrap {
    padding: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .section-realisations .uagb-post__inner-wrap {
    padding: 24px !important;
  }
}

.uagb-block-ybp2ilgb .uagb-faq-item {
  border-bottom: solid 1px var(--ast-global-color-8);
}

.height-tableau {
  height: calc(100% - 80px) !important;
  width: calc(100% - 80px) !important;
  max-width: 100% !important;
  overflow: hidden !important;
}
@media screen and (max-width: 1400px) {
  .height-tableau {
    max-height: 40vh;
  }
}
@media screen and (max-width: 976px) {
  .height-tableau {
    max-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .height-tableau {
    width: calc(100% - 60px) !important;
  }
}

.height-tableau .wp-block-uagb-image {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.height-tableau .wp-block-uagb-image figure {
  width: 100%;
  height: 100%;
  display: block;
}
.height-tableau .wp-block-uagb-image figure img {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.has-medium-font-size {
  font-size: 26px !important;
  line-height: 1.3;
}

.text-justify p {
  text-align: justify;
}

.bg-green {
  background: var(--ast-global-color-1);
}

.aligncenter {
  align-self: center !important;
}

.section-stages h3 {
  font-size: 20px;
}
.section-stages .uagb-post__image {
  margin-left: -30px !important;
  margin-right: -30px !important;
  margin-top: -30px !important;
}

.product-template-default #content {
  padding-top: 100px;
}
@media screen and (max-width: 976px) {
  .product-template-default #content {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-template-default #content {
    padding-top: 40px !important;
  }
}
.product-template-default .single-product-category, .product-template-default .product_meta .posted_in, .product-template-default .reviews_tab {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .product-template-default .ast-article-single {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product-template-default .ast-stock-detail {
  order: 5;
}
.product-template-default .summary .price {
  margin-bottom: 30px !important;
}
.product-template-default h1 {
  font-weight: 500;
}
.product-template-default .woocommerce-product-details__short-description h3 {
  margin-bottom: 0 !important;
}
.product-template-default .summary {
  display: flex;
  flex-direction: column;
}
.product-template-default .summary h1 {
  order: 1;
}
.product-template-default .summary .product-long-description {
  order: 2;
}
.product-template-default .summary .price {
  order: 3;
}
.product-template-default .summary .cart {
  order: 4;
}
.product-template-default .summary .product_meta {
  order: 5;
}
.product-template-default .summary .product_meta a {
  text-decoration: underline !important;
}
.product-template-default h3 {
  font-size: 20px;
}
.product-template-default .product-long-description {
  font-size: 18px;
}
.product-template-default .product-long-description a {
  text-decoration: underline !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message,
.woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead,
.woocommerce-cart .cart-collaterals .cart_totals > h2, .woocommerce-cart .cart-collaterals .cross-sells > h2,
.woocommerce-page.woocommerce-checkout #payment div.payment_box, .woocommerce.woocommerce-checkout #payment div.payment_box {
  background: var(--ast-global-color-1);
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box:before, .woocommerce.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: var(--ast-global-color-1);
}

.woocommerce-js table.shop_table th, .woocommerce-cart .cart-collaterals .cart_totals > h2,
.woocommerce-page.woocommerce-checkout form #order_review td.product-name .product-quantity, .woocommerce.woocommerce-checkout form #order_review td.product-name .product-quantity,
.woocommerce-js form .form-row label, .Label, #customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3),
.Label {
  font-weight: 500;
}

.woocommerce-cart #content, .woocommerce-page #content {
  padding-top: 100px;
}

.srfm-form-container .srfm-success-box p {
  font-weight: 500;
}

@media screen and (min-width: 976px) and (max-width: 1200px) {
  .section-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.section-stages .uagb-post__image {
  height: 300px;
  overflow: hidden;
}
.section-stages .uagb-post__image .uagb-image-ratio-inherit {
  height: 100% !important;
}
.section-stages .uagb-post__image .uagb-image-ratio-inherit img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1200px) {
  .home-services .uagb-container-inner-blocks-wrap {
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }
  .home-services .uagb-container-inner-blocks-wrap .wp-block-uagb-container {
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .home-services .uagb-container-inner-blocks-wrap .wp-block-uagb-container {
    min-width: inherit;
  }
}
.home-services .wp-block-uagb-container {
  transition: all 0.5s linear;
  cursor: pointer;
}
.home-services .wp-block-uagb-container:before {
  transition: all 0.5s linear;
}
.home-services .wp-block-uagb-container .ast-outline-button {
  transition: all 0.2s linear;
}
.home-services .wp-block-uagb-container:hover {
  border-color: var(--ast-global-color-0);
}
.home-services .wp-block-uagb-container:hover:before {
  border-color: var(--ast-global-color-0);
}
.home-services .wp-block-uagb-container:hover .ast-outline-button {
  color: var(--ast-global-color-1);
  background-color: var(--ast-global-color-8);
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.home-services .uagb-buttons-repeater.ast-outline-button {
  padding-top: 10px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
}

/*# sourceMappingURL=style.css.map */
