@charset "UTF-8";
/*
Theme Name: ng1-2025
Theme URI: https://github.com/pixelea-fr/ng1-2025
Author: GEHIN Nicolas
Author URI: https://github.com/pixelea-fr
Description: Thème ng1@2025
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ng1-2025
*/
.form-haut {
  border-radius: 8px;
  margin-top: -87px !important;
  flex-direction: column;
}
.form-haut h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .form-haut {
    flex-direction: row;
  }
  .form-haut h3 {
    text-align: left;
  }
}
.form-haut .gform_wrapper {
  width: 100%;
}
.form-haut .gform_wrapper form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .form-haut .gform_wrapper form {
    flex-direction: row;
  }
  .form-haut .gform_wrapper form fieldset.gfield--type-address {
    grid-column: span 4;
  }
  .form-haut .gform_wrapper form .gfield.gfield--type-text {
    grid-column: span 8;
  }
}

.form-haut .gform_wrapper form .gform_fields,
.form-bas .gform_wrapper form .gform_fields {
  row-gap: 1rem;
}
.form-haut .gform_wrapper form .gform_fields fieldset.gfield--type-name::before,
.form-haut .gform_wrapper form .gform_fields .gfield.gfield--type-phone::before,
.form-haut .gform_wrapper form .gform_fields .gfield.gfield--type-email::before,
.form-haut .gform_wrapper form .gform_fields fieldset.gfield--type-address::before,
.form-haut .gform_wrapper form .gform_fields .gfield.gfield--type-text::before,
.form-bas .gform_wrapper form .gform_fields fieldset.gfield--type-name::before,
.form-bas .gform_wrapper form .gform_fields .gfield.gfield--type-phone::before,
.form-bas .gform_wrapper form .gform_fields .gfield.gfield--type-email::before,
.form-bas .gform_wrapper form .gform_fields fieldset.gfield--type-address::before,
.form-bas .gform_wrapper form .gform_fields .gfield.gfield--type-text::before {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--wp--preset--color--soft);
  border-radius: 50%;
}
.form-haut .gform_wrapper form .gform_fields fieldset.gfield--type-name::before,
.form-bas .gform_wrapper form .gform_fields fieldset.gfield--type-name::before {
  background-image: url("/wp-content/uploads/2026/01/1-nom.svg");
}
.form-haut .gform_wrapper form .gform_fields .gfield.gfield--type-phone::before,
.form-bas .gform_wrapper form .gform_fields .gfield.gfield--type-phone::before {
  background-image: url("/wp-content/uploads/2026/01/2-tel.svg");
}
.form-haut .gform_wrapper form .gform_fields .gfield.gfield--type-email::before,
.form-bas .gform_wrapper form .gform_fields .gfield.gfield--type-email::before {
  background-image: url("/wp-content/uploads/2026/01/3-mail.svg");
}
.form-haut .gform_wrapper form .gform_fields fieldset.gfield--type-address::before,
.form-bas .gform_wrapper form .gform_fields fieldset.gfield--type-address::before {
  background-image: url("/wp-content/uploads/2026/01/4-code_postal.svg");
}
.form-haut .gform_wrapper form .gform_fields fieldset.gfield--type-address .ginput_address_zip,
.form-bas .gform_wrapper form .gform_fields fieldset.gfield--type-address .ginput_address_zip {
  inline-size: 100%;
}
.form-haut .gform_wrapper form .gform_fields .gfield.gfield--type-text::before,
.form-bas .gform_wrapper form .gform_fields .gfield.gfield--type-text::before {
  background-image: url("/wp-content/uploads/2026/01/5-type_projet.svg");
}
.form-haut .gform_wrapper form .gform_fields .gfield_required.gfield_required_text,
.form-bas .gform_wrapper form .gform_fields .gfield_required.gfield_required_text {
  display: none;
}
.form-haut .gform_wrapper form .gform_fields input,
.form-haut .gform_wrapper form .gform_fields textarea,
.form-bas .gform_wrapper form .gform_fields input,
.form-bas .gform_wrapper form .gform_fields textarea {
  height: 43px;
  padding-left: 3.2rem;
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px solid var(--wp--preset--color--soft);
}
.form-haut .gform_wrapper form .gform_fields input[type=checkbox],
.form-bas .gform_wrapper form .gform_fields input[type=checkbox] {
  width: 25px;
  height: 25px;
  padding-left: 0;
  border-radius: 3px !important;
  margin-left: 0 !important;
}
.form-haut .gform_wrapper form .gform_fields input[type=checkbox]::before,
.form-bas .gform_wrapper form .gform_fields input[type=checkbox]::before {
  color: var(--wp--preset--color--accent) !important;
}
.form-haut .gform_wrapper form .gform_footer,
.form-bas .gform_wrapper form .gform_footer {
  justify-content: center;
  align-items: center;
  margin-block-start: 2.5rem;
}
.form-haut .gform_wrapper form .gform_footer input[type=submit],
.form-bas .gform_wrapper form .gform_footer input[type=submit] {
  border-radius: 80px !important;
  background-color: var(--wp--preset--color--accent) !important;
  height: 53px !important;
  padding: 12px 8px;
  transition: all 0.3s ease-in-out;
}
.landing-page-page-3 .form-haut .gform_wrapper form .gform_footer input[type=submit],
.landing-page-page-3 .form-bas .gform_wrapper form .gform_footer input[type=submit] {
  color: var(--landing-text) !important;
}
.form-haut .gform_wrapper form .gform_footer input[type=submit]:hover,
.form-bas .gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: var(--wp--preset--color--dark) !important;
  color: #fff !important;
}

.form-haut .gform_footer {
  margin-block-start: 0 !important;
}

.wp-block-cover.gradient-banner .wp-block-cover__background {
  opacity: 1 !important;
  /* background:
      linear-gradient(0deg, rgba(0, 0, 0, 0) 74.04%, rgba(0, 0, 0, 0.4) 90.87%),
      linear-gradient(270deg, rgba(0, 0, 0, 0.6) 47.6%, rgba(0, 0, 0, 0) 100%);
  */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 9.13%, rgba(0, 0, 0, 0) 25.96%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 52.4%);
}

#edf {
  margin: 0;
  position: absolute;
}
#edf figure {
  margin: 0;
}
#edf img {
  filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.8)) drop-shadow(1px 0 0 rgba(255, 255, 255, 0.8)) drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.8)) drop-shadow(0 1px 0 rgba(255, 255, 255, 0.8)) drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.8));
  width: 190px;
}
@media (min-width: 1380px) {
  #edf {
    bottom: 100%;
    right: calc(50vw - 600px - 105px);
  }
}
@media (min-width: 768px) and (max-width: 1380px) {
  #edf {
    right: 0;
    bottom: 100%;
  }
}
@media (max-width: 768px) {
  #edf img {
    width: 150px;
  }
  #edf {
    right: 50%;
    transform: translateX(50%);
    top: 100%;
  }
}
@media (max-width: 390px) {
  #edf img {
    width: 125px;
  }
}

figure.picto-ombre-claire,
figure.picto-ombre {
  position: relative;
}
figure.picto-ombre-claire img,
figure.picto-ombre img {
  position: relative;
  z-index: 1;
}
figure.picto-ombre-claire::after,
figure.picto-ombre::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 50px;
  height: 49px;
  border-radius: 10px 5px 18px 5px;
  z-index: 0;
}

figure.picto-ombre-claire::after {
  background-color: var(--wp--preset--color--light);
}

figure.picto-ombre::after {
  background-color: var(--wp--preset--color--soft);
}

.fond-fonce {
  /*  background: radial-gradient(
    273.23% 50% at 50% 50%,
    var(--wp--preset--color--soft) 0%,
    var(--wp--preset--color--accent) 100%
  );*/
  background: radial-gradient(30% 200% at 50% 50%, color-mix(in srgb, var(--wp--preset--color--accent) 40%, transparent) 0%, var(--wp--preset--color--accent) 100%);
  background-color: transparent !important;
}

.wp-block-buttons a.wp-block-button__link {
  background-color: var(--wp--preset--color--accent) !important;
  border-radius: 80px !important;
  padding: 12px 32px;
  border: 0 !important;
  transition: all 0.3s ease-in-out;
}
.wp-block-buttons a.wp-block-button__link:hover {
  color: white !important;
  background-color: var(--wp--preset--color--dark) !important;
}

@media (max-width: 810px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .desktop-hidden {
    display: none;
  }
}

body .ti-widget.ti-goog {
  max-width: var(--wp--style--global--wide-size) !important;
}

body .ti-widget.ti-goog .ti-review-item > .ti-inner,
body .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  background-color: var(--wp--preset--color--light) !important;
}

body .ti-widget.ti-goog .ti-controls .ti-next:hover,
body .ti-widget.ti-goog .ti-controls .ti-next:focus,
body .ti-widget.ti-goog .ti-controls .ti-prev:hover,
body .ti-widget.ti-goog .ti-controls .ti-prev:focus {
  background-color: var(--wp--preset--color--soft) !important;
  outline-color: var(--wp--preset--color--soft) !important;
}

body .ti-widget-container .ti-review-item .ti-inner {
  background-color: var(--wp--preset--color--light) !important;
}
body .ti-widget-container .ti-review-item .ti-inner .ti-star {
  filter: grayscale(1) brightness(0);
}
body .ti-widget-container .ti-review-item .ti-inner .ti-platform-icon,
body .ti-widget-container .ti-review-item .ti-inner .ti-date {
  display: none;
}
body .ti-widget-container .ti-controls-line {
  display: block !important;
}
body .ti-widget-container .ti-controls-line .dot {
  background: var(--wp--preset--color--accent) !important;
}
body .ti-widget-container .ti-controls .ti-next,
body .ti-widget-container .ti-controls .ti-prev {
  background-color: var(--wp--preset--color--light) !important;
}
body .ti-widget-container .ti-controls .ti-next {
  right: -25px !important;
}
body .ti-widget-container .ti-controls .ti-next::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/01/arrow_forward.svg);
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transform: none !important;
  border: 0 !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
body .ti-widget-container .ti-controls .ti-prev {
  left: -25px !important;
}
body .ti-widget-container .ti-controls .ti-prev::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/01/arrow_back.svg);
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transform: none !important;
  border: 0 !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

main a:not(.wp-block-button__link):not(.button):not(.btn) {
  color: var(--wp--preset--color--accent);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
main a:not(.wp-block-button__link):not(.button):not(.btn):hover {
  color: var(--wp--preset--color--dark);
}

.wp-block-button.is-style-with-arrow .wp-block-button__link,
span.is-style-with-arrow,
a.is-style-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  transition: gap 0.4s;
  background: transparent !important;
  border-color: transparent !important;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link:hover,
span.is-style-with-arrow:hover,
a.is-style-with-arrow:hover {
  gap: 0.5em;
}
.is-style-section-style2 .wp-block-button.is-style-with-arrow .wp-block-button__link:hover,
.is-style-section-style2 span.is-style-with-arrow:hover,
.is-style-section-style2 a.is-style-with-arrow:hover {
  color: white !important;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link:after,
span.is-style-with-arrow:after,
a.is-style-with-arrow:after {
  content: "";
  background: currentColor;
  -webkit-mask-image: url(assets/images/arrow.svg);
          mask-image: url(assets/images/arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}

.card-focus__content {
  transition: 1s background ease-in-out, 2s box-shadow;
}

.card-focus__number {
  z-index: 10;
  position: relative;
}

.is-style-dashed {
  --after-size:4px;
  position: relative;
  background-size: var(--after-size);
}
.is-style-dashed:after {
  content: "";
  height: 0;
  width: var(--after-size);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--accent);
  transition: 1s height;
}
.card-focus__container.active .is-style-dashed:after {
  height: 100%;
}

@media (max-width: 600px) {
  body header.wp-block-template-part {
    transition: all 0.3s ease-in-out;
  }
}

@media (max-width: 600px) {
  body.scrolled header.wp-block-template-part {
    background-color: var(--wp--preset--color--soft) !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 7px;
  }
}

body.scrolled header.wp-block-template-part .logo svg {
  color: var(--wp--preset--color--accent);
}

header.wp-block-template-part .logo svg {
  width: 100px;
  height: 75px;
}
header.wp-block-template-part .wp-block-navigation__responsive-container-content .logo {
  text-align: center;
}
header.wp-block-template-part .wp-block-navigation__responsive-container-content .logo svg {
  color: var(--wp--preset--color--accent);
  width: 100px;
  height: 75px;
}

body.is-landing-configured header.wp-block-template-part {
  position: fixed;
}
@media (min-width: 600px) {
  body.is-landing-configured header.wp-block-template-part {
    position: absolute;
  }
}
@media (max-width: 600px) {
  body.is-landing-configured header.wp-block-template-part .header-content nav {
    order: 5;
  }
  body.is-landing-configured header.wp-block-template-part .header-content .buttons-group {
    order: 2;
    margin-left: auto;
  }
}
body.is-landing-configured header.wp-block-template-part {
  z-index: 9;
  width: 100%;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
}
body.is-landing-configured header.wp-block-template-part .wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--accent);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  color: white;
}
body.is-landing-configured header.wp-block-template-part .wp-block-navigation__responsive-container-close:hover {
  background-color: var(--wp--preset--color--dark);
}
body.is-landing-configured header.wp-block-template-part .wp-block-navigation__responsive-container-open {
  align-items: center;
  gap: 8px;
  background-color: var(--wp--preset--color--accent);
  padding: 8px 16px;
  height: 36px;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
body.is-landing-configured header.wp-block-template-part .wp-block-navigation__responsive-container-open:hover {
  background-color: var(--wp--preset--color--dark);
}
body.is-landing-configured header.wp-block-template-part .wp-block-navigation__responsive-container-open::before {
  content: "Menu";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
body.is-landing-configured header.wp-block-template-part .wp-block-navigation__responsive-container-open svg {
  display: block;
}
body.is-landing-configured header.wp-block-template-part .phone-head figure a {
  padding: 10px;
  background-color: var(--wp--preset--color--accent);
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
body.is-landing-configured header.wp-block-template-part .phone-head figure a img {
  filter: invert(1);
  width: 27px;
}
body.is-landing-configured header.wp-block-template-part .phone-head figure a:hover {
  background-color: var(--wp--preset--color--dark);
}

html.has-modal-open header.wp-block-template-part {
  left: initial;
  transform: none;
}
html.has-modal-open .wp-block-navigation__responsive-container {
  height: 100%;
  background-color: var(--wp--preset--color--soft) !important;
}
html.has-modal-open .wp-block-navigation__responsive-container .phone-head-mobile {
  border-radius: 80px !important;
  padding: 9px 28px;
  background-color: var(--wp--preset--color--accent);
  transition: all 0.3s ease-in-out;
  gap: 0.5rem;
}
html.has-modal-open .wp-block-navigation__responsive-container .phone-head-mobile img {
  filter: invert(1) !important;
  width: 27px;
}
html.has-modal-open .wp-block-navigation__responsive-container .phone-head-mobile:hover {
  background-color: var(--wp--preset--color--dark);
}

footer.wp-block-template-part ul.wp-block-social-links li.wp-social-link.wp-social-link-instagram {
  background-color: var(--wp--preset--color--dark);
  border-radius: 50%;
}
footer.wp-block-template-part ul.wp-block-social-links li.wp-social-link.wp-social-link-instagram svg {
  color: #fff;
}
footer.wp-block-template-part ul.wp-block-social-links li.wp-social-link.wp-social-link-facebook {
  background-color: var(--wp--preset--color--dark);
  border-radius: 50%;
}
footer.wp-block-template-part ul.wp-block-social-links li.wp-social-link.wp-social-link-facebook svg {
  color: #fff;
}
footer.wp-block-template-part li.wp-social-link.wp-social-link-linkedin {
  background-color: var(--wp--preset--color--dark);
  border-radius: 50%;
}
footer.wp-block-template-part li.wp-social-link.wp-social-link-linkedin svg {
  color: #fff !important;
}
footer.wp-block-template-part .cols-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  height: 260px; /* OBLIGATOIRE : à ajuster */
  gap: 1rem;
}
footer.wp-block-template-part .cols-footer > * {
  flex: 0 0 auto;
}
@media (max-width: 800px) {
  footer.wp-block-template-part .cols-footer {
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
  }
  footer.wp-block-template-part .cols-footer .wp-block-social-links {
    order: 5;
  }
}

.nowrap {
  white-space: nowrap;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 600px) {
  :root {
    --wp--preset--spacing--9: 6rem;
  }
}
@media (max-width: 768px) {
  .is-layout-grid {
    grid-template-columns: 1fr !important;
    width: -moz-fit-content;
    width: fit-content;
  }
  #certif.is-layout-grid {
    width: 100%;
    margin: auto;
  }
  #certif.is-layout-grid figure {
    text-align: center;
  }
  #certif.is-layout-grid figure img {
    max-width: 225px;
  }
}
#certif {
  max-width: 1000px;
}