@charset "UTF-8";
/*
Theme Name: NIL Nettoyage FSE 🧼 🧹
Theme URI: 
Author: Q Base WP
Author URI: https://b17.fr
Description: Thème NIL Nettoyage en Full Site Editing
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: q-base
*/
/****************************************************************************/
/* BASE
/****************************************************************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

/****************************************************************************/
/* UTILS
/****************************************************************************/
.is-layout-constrained > .max-w-m {
  max-width: 720px;
}

.is-layout-constrained > .max-w-l {
  max-width: 960px;
}

.is-layout-constrained > .max-w-xl {
  max-width: 1120px;
}

.is-layout-constrained > .max-w-xxl {
  max-width: 1250px;
}

.overflow-hidden {
  overflow: hidden;
}

.wp-block-embed {
  max-width: 876px;
}

/****************************************************************************/
/* TEMPLATE PARTS
/****************************************************************************/
header .wp-block-navigation > .wp-block-navigation-item > .wp-block-navigation-item__content {
  position: relative;
}
header .wp-block-navigation > .wp-block-navigation-item > .wp-block-navigation-item__content:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--wp--preset--color--secondary);
  position: absolute;
  bottom: -4px;
  transition: width 0.3s ease-in-out;
}
header .wp-block-navigation > .wp-block-navigation-item .wp-block-navigation-item__content[aria-current=page]:after, header .wp-block-navigation > .wp-block-navigation-item .wp-block-navigation-item__content:hover:after {
  width: 100%;
}

.mega-content-group {
  position: relative;
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 1320px);
  /* Largeur maximale du site */
  margin: auto;
}

.mega-content {
  position: absolute;
  box-shadow: var(--wp--preset--shadow--light);
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(0);
  visibility: hidden;
  transition: opacity 0.4s ease-out, transform 0.3s ease-out;
}
.mega-content .submenu-secteur__container {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--m-l);
}
.mega-content .submenu-secteur__container .submenu-secteur__item {
  flex-basis: calc(33.33% - var(--wp--preset--spacing--m-l));
}
.mega-content .submenu-secteur__container .submenu-secteur__item img {
  height: 48px;
}
.mega-content .submenu-secteur__container .submenu-secteur__item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--wp--preset--color--dark);
  gap: var(--wp--preset--spacing--xxxs);
  font-weight: var(--wp--custom--font-weight--regular);
  text-decoration: none;
  position: relative;
}
.mega-content .submenu-secteur__container .submenu-secteur__item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--secondary);
  position: absolute;
  bottom: -4px;
}
.mega-content .submenu-secteur__container .submenu-secteur__item a:after {
  content: "";
  background: url("./assets/svg/arrow-green.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  bottom: 4px;
  transition: right 0.3s ease-in-out;
}
.mega-content .submenu-secteur__container .submenu-secteur__item a:hover:after {
  right: 0;
}

.mega-content.active {
  opacity: 1;
  transform: translateY(-30px);
  visibility: visible;
}

.mega-link a {
  padding-right: 12px;
}
.mega-link a:before {
  content: "";
  display: block;
  background: url("./assets/svg/navigation-arrow.svg") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}

footer > .wp-block-group {
  z-index: 3;
  position: relative;
}
footer a {
  text-decoration: none;
}
footer .wp-block-social-links .wp-social-link a {
  width: 20px;
  height: 20px;
}
footer .wp-block-social-links .wp-social-link svg {
  display: none;
}
footer .wp-block-social-links .wp-social-link-facebook a {
  background: url("./assets/svg/icon-facebook.svg") no-repeat center center;
}
footer .wp-block-social-links .wp-social-link-linkedin a {
  background: url("./assets/svg/icon-linkedin.svg") no-repeat center center;
}

.shape-fixed {
  pointer-events: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
}
.shape-fixed .shape-first {
  position: absolute;
  top: 42%;
  left: -20px;
}
.shape-fixed .shape-second {
  position: absolute;
  bottom: 25%;
  right: 0;
}
.shape-fixed .shape-third {
  position: absolute;
  bottom: 30%;
  right: 0;
}

.is-section-animated, .is-list-agence, .is-card, figure, .wp-block-keynumber, .is-section-cta {
  z-index: 5;
}

.is-style-wavy {
  z-index: 4;
}

/****************************************************************************/
/* ELEMENTS
/****************************************************************************/
a[href^="tel:"] {
  text-decoration: none;
}

.wp-block-button {
  z-index: 10;
}
.wp-block-button a {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.wp-block-button.is-style-default a {
  text-transform: uppercase;
  border-radius: var(--wp--custom--radius--full);
  border: 1px solid var(--wp--preset--color--accent-light);
}
.wp-block-button.is-style-default a:hover {
  box-shadow: var(--wp--preset--shadow--neat);
}

.is-style-alt a {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  border-radius: var(--wp--custom--radius--full);
  border: 1px solid var(--wp--preset--color--accent-light);
}
.is-style-alt a:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  box-shadow: var(--wp--preset--shadow--light);
}

.is-style-tertiary a {
  border: 2px solid var(--wp--preset--color--secondary);
  outline: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.is-style-tertiary a:hover {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
  outline: 2px solid var(--wp--preset--color--secondary);
}

.is-style-fourth a {
  border-radius: var(--wp--custom--radius--full);
}
.is-style-fourth a:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.is-style-link-classic a {
  display: inline-block;
  text-decoration: none;
  font-weight: var(--wp--custom--font-weight--bold);
  position: relative;
}
.is-style-link-classic a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 16px;
  height: 2px;
  background-color: var(--wp--preset--color--secondary);
  transition: all 0.3s ease-in-out;
}
.is-style-link-classic a:hover:before {
  width: 100%;
}

.is-style-link-classic:has(a[href*="#"]) {
  margin-right: 1em;
}
.is-style-link-classic:has(a[href*="#"]) a[href*="#"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 14px;
  height: 12px;
  -webkit-mask: url("./assets/svg/icon-arrow-down.svg") no-repeat 50% 50%;
          mask: url("./assets/svg/icon-arrow-down.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--wp--preset--color--secondary);
}

.is-style-link-white a {
  display: inline-block;
  text-decoration: none;
  font-weight: var(--wp--custom--font-weight--bold);
  position: relative;
}
.is-style-link-white a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 16px;
  height: 2px;
  background-color: var(--wp--preset--color--white);
  transition: all 0.3s ease-in-out;
}
.is-style-link-white a:hover:before {
  width: 100%;
}

.ff-btn-submit {
  border-radius: var(--wp--custom--radius--full);
  cursor: pointer;
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border: 1px solid transparent;
  padding-top: var(--wp--preset--spacing--xs);
  padding-right: var(--wp--preset--spacing--m);
  padding-bottom: var(--wp--preset--spacing--xs);
  padding-left: var(--wp--preset--spacing--m);
  font-size: var(--wp--preset--font-size--xs);
  font-family: var(--wp--preset--font-family--secondary);
  text-transform: uppercase;
  font-weight: var(--wp--custom--font-weight--extrabold);
  transition: all 0.3s ease-in-out;
}
.ff-btn-submit:hover {
  box-shadow: var(--wp--preset--shadow--neat);
}

.wp-block-button:not(.is-style-link-classic) a[href*="#"]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  width: 17px;
  height: 14px;
  margin-left: 1rem;
  -webkit-mask: url("./assets/svg/icon-arrow-down.svg") no-repeat 50% 50%;
          mask: url("./assets/svg/icon-arrow-down.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: currentColor;
}

.wp-block-button a[target=_blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  margin-left: 1rem;
  -webkit-mask: url("./assets/svg/icon-external-link.svg") no-repeat 50% 50%;
          mask: url("./assets/svg/icon-external-link.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: currentColor;
}

.entry-content .wp-block-group > p a:where(:not(.wp-element-button)):not(a[href^="tel:"]), main .wp-block-group > p a:where(:not(.wp-element-button)):not(a[href^="tel:"]) {
  color: var(--wp--preset--color--secondary);
  font-weight: var(--wp--custom--font-weight--bold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.entry-content .wp-block-group > p a:where(:not(.wp-element-button)):not(a[href^="tel:"]):hover, main .wp-block-group > p a:where(:not(.wp-element-button)):not(a[href^="tel:"]):hover {
  color: var(--wp--preset--color--primary);
}

.is-section-animated .wp-block-button a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0;
  width: 16px;
  height: 18px;
  margin-left: 1rem;
  -webkit-mask: url("./assets/svg/icon-arrow-right.svg") no-repeat 50% 50%;
          mask: url("./assets/svg/icon-arrow-right.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: currentColor;
}

.rank-math-breadcrumb {
  position: relative;
}
.rank-math-breadcrumb a {
  text-decoration: none;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb p {
  color: var(--wp--preset--color--dark);
  font-size: var(--wp--preset--font-size--xxs);
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--xxxs);
}
.rank-math-breadcrumb:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--wp--preset--color--secondary);
}

.hero .rank-math-breadcrumb, .wp-block-cover .rank-math-breadcrumb {
  text-align: center;
}
.hero .rank-math-breadcrumb:after, .wp-block-cover .rank-math-breadcrumb:after {
  margin: 0 auto;
}

.wp-block-cover .rank-math-breadcrumb a, .wp-block-cover .rank-math-breadcrumb p {
  color: var(--wp--preset--color--white);
}
.wp-block-cover .rank-math-breadcrumb::after {
  background: var(--wp--preset--color--white);
}

#candidature .wp-block-group.has-form {
  border-top: 8px solid var(--wp--preset--color--secondary);
  box-shadow: var(--wp--preset--shadow--blue);
  max-width: 730px;
  border-bottom-right-radius: var(--wp--custom--radius--m);
  border-bottom-left-radius: var(--wp--custom--radius--m);
}

.fluentform {
  font-family: var(--wp--preset--font-family--secondary);
}
.fluentform .ff-el-input--label {
  color: var(--wp--preset--color--primary);
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  color: var(--wp--preset--color--primary);
}
.fluentform select {
  font-family: var(--wp--preset--font-family--secondary);
  margin-top: 24px;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--white);
  border: 0;
  outline: 0;
  border-bottom: 2px solid var(--wp--preset--color--accent-light);
  font-size: var(--wp--preset--font-size--xs);
}
.fluentform textarea {
  border: 2px solid var(--wp--preset--color--accent-light);
  padding: var(--wp--preset--spacing--xxxs);
  outline-color: var(--wp--preset--color--secondary);
}
.fluentform .ff-t-container .ff-el-group:not(.ff-el-form-hide_label):not(.ff-dropzone):not(.ff-custom_html) {
  margin-top: 16px;
  margin-bottom: 8px;
  position: relative;
}
.fluentform .ff-t-container .ff-el-group:not(.ff-el-form-hide_label):not(.ff-dropzone):not(.ff-custom_html) .ff-el-input--label {
  position: absolute;
  top: 4px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.fluentform .ff-t-container .ff-el-group:not(.ff-el-form-hide_label):not(.ff-dropzone):not(.ff-custom_html) .ff-el-input--label.active {
  color: var(--wp--preset--color--secondary);
  font-size: clamp(0.813rem, 0.813rem + 0vw, 0.813rem);
  font-weight: var(--wp--custom--font-weight--bold);
  top: -12px;
}
.fluentform .ff-t-container .ff-el-group:not(.ff-el-form-hide_label):not(.ff-dropzone):not(.ff-custom_html) .ff-el-input--label.active.ff-el-is-required.asterisk-right label:after {
  color: var(--wp--preset--color--secondary);
}
.fluentform .ff-t-container .ff-el-group:not(.ff-el-form-hide_label):not(.ff-dropzone):not(.ff-custom_html) .ff-el-form-control:not(textarea) {
  padding: 12px 0 0 0;
  height: 32px;
  outline: 0;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--wp--preset--color--accent-light);
  border-radius: 0;
}
.fluentform .ff-t-container .ff-el-group:not(.ff-el-form-hide_label):not(.ff-dropzone):not(.ff-custom_html) .ff-el-form-control:not(textarea)::-moz-placeholder {
  visibility: hidden;
}
.fluentform .ff-t-container .ff-el-group:not(.ff-el-form-hide_label):not(.ff-dropzone):not(.ff-custom_html) .ff-el-form-control:not(textarea)::placeholder {
  visibility: hidden;
}
.fluentform .ff-t-container .ff-el-group:not(.ff-el-form-hide_label):not(.ff-dropzone):not(.ff-custom_html) .ff-el-form-control:not(textarea):focus {
  border-color: var(--wp--preset--color--secondary);
}
.fluentform .ff-t-container .ff-el-group:not(.ff-el-form-hide_label):not(.ff-dropzone):not(.ff-custom_html):is(.ff-el-is-error) .ff-el-form-control:not(textarea) {
  border-color: var(--fluentform-danger);
}

.fluentform .ff-dropzone {
  margin-top: 24px;
  margin-bottom: 0;
}
.fluentform .ff-dropzone .ff_upload_btn.ff-btn {
  border: 2px solid var(--wp--preset--color--accent-light);
  padding: 12px;
  border-radius: 0;
  color: var(--wp--preset--color--primary);
}
.fluentform .ff-dropzone .ff_upload_btn.ff-btn > span {
  display: block;
}
.fluentform .ff-dropzone .ff_upload_btn.ff-btn span.green {
  color: var(--wp--preset--color--secondary);
  font-weight: var(--wp--custom--font-weight--bold);
}
.fluentform .ff-dropzone .ff-uploaded-list {
  margin-top: 5px !important;
}
.fluentform .ff-dropzone + .ff-custom_html {
  margin-top: 0;
  margin-bottom: 0;
}
.fluentform .ff-dropzone + .ff-custom_html p {
  margin-top: 0;
  font-size: clamp(0.813rem, 0.813rem + 0vw, 0.813rem);
  color: var(--wp--preset--color--primary);
}

.wp-rgpd-block {
  font-size: clamp(0.813rem, 0.813rem + 0vw, 0.813rem);
}
.wp-rgpd-block > p {
  font-weight: var(--wp--custom--font-weight--bold);
}
.wp-rgpd-block p {
  margin: 0;
  color: var(--wp--preset--color--primary);
}
.wp-rgpd-block .wp-rgpd-block__content {
  height: 50px;
  overflow-y: auto;
}

@media (min-width: 1200px) {
  .frm-fluent-form .ff-t-container {
    gap: var(--wp--preset--spacing--m);
  }
}
.wp-block-image.aligncenter {
  max-width: 876px;
}

figure img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-media-text {
  grid-template-columns: 45% 55%;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 55% 45%;
}
.wp-block-media-text.is-style-rounded img {
  border-radius: var(--wp--custom--radius--m);
}
.wp-block-media-text.is-style-shape img {
  mask-image: url("./assets/svg/shape-blob.svg");
  -webkit-mask-image: url("./assets/svg/shape-blob.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

@media screen and (min-width: 1440px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 12%;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 12%;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text {
    gap: var(--wp--preset--spacing--s);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .wp-block-media-text.is-style-shape {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-style-shape .wp-block-media-text__media {
    display: none;
  }
}
.wp-block-image.is-style-shape {
  position: relative;
  z-index: 1;
}
.wp-block-image.is-style-shape img {
  mask-image: url("./assets/svg/shape-blob.svg");
  -webkit-mask-image: url("./assets/svg/shape-blob.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.wp-block-gallery {
  --wp--style--gallery-gap-default: var(--wp--preset--spacing--xxs);
}
.wp-block-gallery:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  background: url("./assets/svg/shape-gallery.svg") no-repeat left center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#map {
  height: 425px;
}
#map .marker-default {
  background: url("./assets/svg/map-icon.svg") no-repeat center center;
  background-color: var(--wp--preset--color--primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#map .marker-default .mapboxgl-popup-content {
  width: 240px;
  padding: 16px;
}
#map .marker-default .mapboxgl-popup-content .h3 {
  font-size: var(--wp--preset--font-size--m);
  line-height: var(--wp--custom--line-height--narrow);
  font-family: var(--wp--preset--font-family--primary);
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--primary);
}

/** default is 600px pass to 1024px for button burger and container */
@media (max-width: 1024px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container,
  .wp-block-navigation__responsive-container.is-menu-open {
    padding: var(--wp--preset--spacing--s) var(--wp--preset--spacing--s);
  }
  .wp-block-navigation__responsive-container-close,
  .wp-block-navigation__responsive-container-open {
    background-color: var(--wp--preset--color--primary-light);
    padding: var(--wp--preset--spacing--xs);
    border-radius: var(--wp--custom--radius--full);
  }
  .wp-block-navigation__container li.has-child li .wp-block-navigation-item__content:before {
    content: "";
    background: url("./assets/svg/arrow-green.svg") no-repeat center center;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -24px;
    bottom: 4px;
  }
}
@media (max-width: 1024px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
}
ul.wp-block-list li {
  list-style: none;
  position: relative;
  padding-left: 32px;
  background: url("./assets/svg/list-icon.svg") no-repeat left 6px;
}
ul.wp-block-list.is-style-featured-list {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xxs);
}
ul.wp-block-list.is-style-featured-list li {
  background: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--radius--m);
  padding: var(--wp--preset--spacing--s) var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s) var(--wp--preset--spacing--xl);
  background: url("./assets/svg/list-icon.svg") no-repeat var(--wp--preset--spacing--xs) center var(--wp--preset--color--white);
  background-size: 30px 32px;
}
@media screen and (max-width: 576px) {
  ul.wp-block-list.is-style-featured-list {
    line-height: var(--wp--custom--line-height--regular);
  }
  ul.wp-block-list.is-style-featured-list li {
    background-size: 22px 24px;
  }
}

.is-grid-list .wp-block-list.is-style-featured-list {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: var(--wp--preset--spacing--xxs);
  -moz-column-gap: var(--wp--preset--spacing--xs);
       column-gap: var(--wp--preset--spacing--xs);
}

ol.wp-block-list {
  counter-reset: steps;
}
ol.wp-block-list li {
  display: flex;
  align-items: center;
  gap: 0.8em;
  counter-increment: steps;
}
ol.wp-block-list li:before {
  content: counter(steps);
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-weight: var(--wp--custom--font-weight--bold);
  font-family: var(--wp--preset--font-family--primary);
  font-size: 15px;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

body.gdpr-infobar-visible {
  position: relative;
}
body.gdpr-infobar-visible::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: -150px;
  left: 0;
  z-index: 9980;
}
body.gdpr-infobar-visible .change-settings-button:hover {
  color: var(--wp--preset--color--fifth) !important;
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar {
  z-index: 9990;
}
@media all and (max-width: var(--grid-breakpoint-sm)) {
  body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding-top: 60px;
  }
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-allow-all {
  order: 2 !important;
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-reject-btn {
  order: 1 !important;
}
@media all and (max-width: var(--grid-breakpoint-sm)) {
  body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
    position: absolute;
    top: 30px;
    right: 10px;
  }
}

button.mgbutton {
  text-transform: uppercase !important;
  font-family: var(--wp--preset--font-family--primary) !important;
  font-weight: var(--wp--custom--font-weight--bold) !important;
}
button.mgbutton:hover {
  background: var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--white) !important;
  box-shadow: var(--wp--preset--shadow--neat) !important;
}

.gdpr_lightbox {
  z-index: 99970;
}

.grecaptcha-badge {
  visibility: hidden;
}

.facetwp-facet-type_navire {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--s);
}
.facetwp-facet-type_navire .facetwp-checkbox {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--secondary);
  padding-top: calc(var(--wp--preset--spacing--xs) - 2px);
  padding-right: var(--wp--preset--spacing--s);
  padding-bottom: calc(var(--wp--preset--spacing--xs) - 2px);
  padding-left: var(--wp--preset--spacing--s);
  font-size: var(--wp--preset--font-size--xs);
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: var(--wp--custom--font-weight--extrabold);
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  outline: 2px solid transparent;
}
.facetwp-facet-type_navire .facetwp-checkbox:hover, .facetwp-facet-type_navire .facetwp-checkbox.checked {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--white);
  outline: 2px solid var(--wp--preset--color--secondary);
}
.facetwp-facet-type_navire .facetwp-checkbox .facetwp-display-value {
  padding: 0;
}
.facetwp-facet-type_navire .facetwp-checkbox .facetwp-counter {
  display: none;
}

.is-grid.is-grid-4, .is-grid.is-grid-5 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 375px) {
  .is-grid.is-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .is-grid.is-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .is-grid.is-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .is-grid.is-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .is-grid.is-grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .section-reassurance .is-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wp-block-heading, p {
  text-wrap: pretty;
}

.wp-block-media-text h2 + h3 {
  font-size: var(--wp--preset--font-size--l);
}

.wp-block-group.is-style-wave {
  position: relative;
  margin-top: 140px;
}
.wp-block-group.is-style-wave::before {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("./assets/svg/wave.svg");
}

/****************************************************************************/
/* TEMPLATE
/****************************************************************************/
html {
  scroll-behavior: smooth;
}

main,
.wp-block-template-part,
.entry-content {
  margin-top: 0;
}

.wp-site-blocks {
  max-width: 1920px;
  margin: 0 auto;
}

.home h2 {
  font-size: clamp(2rem, 1.42rem + 1.548vw, 2.813rem);
}
.home .is-style-wavy {
  position: relative;
  margin-bottom: 108px;
}
.home .is-style-wavy::before {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("./assets/svg/wave.svg");
}
.home .is-style-wavy::after {
  content: "";
  width: 100%;
  height: 108px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("./assets/svg/wave-double.svg");
}
@media (max-width: 850px) {
  .home .is-style-wavy::before {
    height: 65px;
  }
}
.home .is-style-wavy + .section-reassurance {
  padding-top: var(--wp--preset--spacing--xl) !important;
}
.home .section-latest-posts .is-style-large-text {
  position: relative;
  display: inline-block;
  font-size: clamp(2rem, 1.42rem + 1.548vw, 2.813rem);
}
.home .section-latest-posts .is-style-large-text:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: var(--wp--preset--color--contrast);
  border-radius: 50%;
  z-index: -1;
}
.home .section-latest-posts .wp-block-query {
  margin-left: auto !important;
}

.archive .wp-block-filters a, .blog .wp-block-filters a {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--preset--color--primary);
  display: inline-block;
  text-decoration: none;
  font-weight: var(--wp--custom--font-weight--bold);
  position: relative;
}
.archive .wp-block-filters a:before, .blog .wp-block-filters a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 16px;
  height: 2px;
  background-color: var(--wp--preset--color--secondary);
  transition: all 0.3s ease-in-out;
}
.archive .wp-block-filters a:hover:before, .blog .wp-block-filters a:hover:before {
  width: 100%;
}
.archive .wp-block-categories-list, .blog .wp-block-categories-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--m);
}

.wp-block-query .wp-block-post {
  border: 1px solid #EAEEF4;
  border-radius: var(--wp--custom--radius--m);
  overflow: hidden;
}
.wp-block-query .wp-block-post .wp-block-group > .wp-block-group:has(figure) {
  transition: all 0.3s ease-in-out;
}
.wp-block-query .wp-block-post-terms a {
  pointer-events: none;
  text-decoration: none;
  color: var(--wp--preset--color--dark);
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--xxs);
  font-weight: var(--wp--custom--font-weight--bold);
}
.wp-block-query .wp-block-post-content {
  height: auto;
  transition: all 0.3s ease-in-out;
}
.wp-block-query .wp-block-post-title {
  font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem);
}
.wp-block-query .wp-block-post-date {
  font-family: var(--wp--preset--font-family--primary);
  font-size: clamp(0.813rem, 0.813rem + 0vw, 0.813rem);
  color: var(--wp--preset--color--primary);
}
.wp-block-query .wp-block-post-featured-image {
  border-radius: var(--wp--custom--radius--full);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.wp-block-query .wp-block-post-excerpt {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.wp-block-query .wp-block-post .wp-block-read-more {
  text-decoration: none;
  font-weight: var(--wp--custom--font-weight--bold);
  position: relative;
  color: var(--wp--preset--color--primary);
}
.wp-block-query .wp-block-post .wp-block-read-more:before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 16px;
  height: 2px;
  background-color: var(--wp--preset--color--secondary);
  transition: all 0.3s ease-in-out;
}
.wp-block-query .wp-block-post .wp-block-read-more:hover:before {
  width: 100%;
}
.wp-block-query .wp-block-post:hover {
  background: var(--wp--preset--color--contrast);
}
.wp-block-query .wp-block-post:hover .wp-block-group .wp-block-group.has-featured-image {
  height: 30px;
}
.wp-block-query .wp-block-post:hover .wp-block-post-featured-image {
  transform: translateY(-100%);
  opacity: 0;
}
.wp-block-query .wp-block-post:hover .wp-block-post-excerpt {
  height: auto;
}
.wp-block-query .wp-block-post:hover .wp-block-read-more:before {
  width: 100%;
}

.wp-block-query-pagination {
  padding: var(--wp--preset--spacing--m) 0;
  gap: var(--wp--preset--spacing--xs);
}
.wp-block-query-pagination-numbers {
  display: flex;
  gap: var(--wp--preset--spacing--m);
}
.wp-block-query-pagination .page-numbers {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
  font-weight: var(--wp--custom--font-weight--bold);
  position: relative;
}
.wp-block-query-pagination .page-numbers:after {
  content: ".";
}
.wp-block-query-pagination .page-numbers.current:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 64px;
  background: url("./assets/svg/blob-list.svg") no-repeat center;
  background-size: contain;
}

.wp-block-query li.flotte .wp-block-button:has(a:not([href])), .wp-block-query li.flotte .wp-block-button:has(a[href=""]) {
  display: none;
}
.wp-block-query .taxonomy-type-navire a {
  text-transform: uppercase;
  font-weight: var(--wp--custom--font-weight--bold);
  font-size: clamp(0.813rem, 0.813rem + 0vw, 0.813rem);
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
}
.wp-block-query .wp-block-post-excerpt__more-text {
  margin-top: var(--wp--preset--spacing--xs);
}

.wp-block-query li.flotte .wp-block-read-more, .wp-block-query li.flotte .wp-block-post-excerpt__more-link, .wp-block-query li.activite .wp-block-read-more, .wp-block-query li.activite .wp-block-post-excerpt__more-link {
  display: none;
}

.wp-block-query li.recrutement > .wp-block-group {
  position: relative;
  z-index: 10;
}
.wp-block-query li.recrutement .wp-block-post-terms a {
  text-transform: uppercase;
  font-weight: var(--wp--custom--font-weight--bold);
  font-size: clamp(0.813rem, 0.813rem + 0vw, 0.813rem);
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
}
.wp-block-query li.recrutement .wp-job-data {
  text-transform: uppercase;
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--secondary);
  font-size: clamp(0.813rem, 0.813rem + 0vw, 0.813rem);
}
.wp-block-query li.recrutement .wp-block-read-more {
  display: inline-block;
  text-decoration: none;
  position: relative;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);
  font-weight: var(--wp--custom--font-weight--bold);
}
.wp-block-query li.recrutement .wp-block-read-more:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--white);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.wp-block-query li.recrutement .wp-block-read-more:hover {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-query li.recrutement .wp-block-read-more:hover:after {
  background: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--secondary);
}

.single .taxonomy-category, .single .wp-block-post-date {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 13px;
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
}
.single .taxonomy-category a {
  text-decoration: none;
  color: inherit;
}
.single .wp-block-post-date:before {
  content: "/";
  display: inline-block;
  margin-right: 4px;
}

/****************************************************************************/
/* PATTERNS
/****************************************************************************/
.wp-block-group:has(.rank-math-breadcrumb) > .wp-block-group p {
  font-family: var(--wp--preset--font-family--primary);
  line-height: 1.6;
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--dark);
}

.wp-block-group.hero {
  max-width: 768px;
  margin: 0 auto var(--wp--preset--spacing--xxxl) auto;
  min-height: 320px;
}
.wp-block-group.hero:after {
  content: "";
  background: url("./assets/svg/blob-hero.svg") no-repeat center center;
  z-index: -1;
  background-size: cover;
  width: 330px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .wp-block-group.hero:after {
    width: 230px;
    height: 250px;
  }
}

.wp-block-cover.has-wave::after {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-position: top;
  background-image: url("./assets/svg/wave-white.svg");
}
.wp-block-cover.has-wave .wp-block-cover__inner-container {
  max-width: 768px;
  margin: 0 auto;
}
.wp-block-cover.has-wave .wp-block-cover__inner-container .wp-block-group p {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--primary);
  font-weight: var(--wp--custom--font-weight--bold);
  line-height: 1.6;
}

.wp-block-cover.has-gray-wave::after {
  background-image: url("./assets/svg/wave-gray.svg");
}

@media screen and (min-width: 1024px) {
  .hero-thumbnail .wp-block-image {
    max-width: 580px;
    margin-top: -40px;
  }
}

.hero-form .wp-block-group.has-form {
  border-top: 8px solid var(--wp--preset--color--secondary);
  box-shadow: var(--wp--preset--shadow--blue);
  border-bottom-right-radius: var(--wp--custom--radius--m);
  border-bottom-left-radius: var(--wp--custom--radius--m);
}

.home .wp-block-keynumber:after {
  background-color: var(--wp--preset--color--contrast);
}

.wp-block-keynumber {
  position: relative;
}
.wp-block-keynumber:before {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 1;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-position: top;
  background-image: url("./assets/svg/wave-blue.svg");
}
.wp-block-keynumber:after {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 10px;
  left: 0;
  transform: translateY(100%);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("./assets/svg/wave-blue-invert.svg");
}
@media screen and (min-width: 1536px) {
  .wp-block-keynumber:before, .wp-block-keynumber:after {
    height: 110px;
  }
}

.is-verbatim {
  max-width: 867px;
  box-shadow: var(--wp--preset--shadow--blue);
  border-radius: var(--wp--custom--radius--m);
}

.is-verbatim-gradient {
  position: relative;
  padding-bottom: var(--wp--preset--spacing--l);
}
.is-verbatim-gradient > .wp-block-columns {
  max-width: 1200px;
}
.is-verbatim-gradient .wp-block-column:first-child {
  text-align: center;
  margin-top: -32px;
}
@media (min-width: 782px) {
  .is-verbatim-gradient {
    padding-bottom: 0;
  }
  .is-verbatim-gradient .wp-block-column:first-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }
  .is-verbatim-gradient .wp-block-image.is-style-shape {
    text-align: left;
  }
}

.is-section-cta {
  position: relative;
}
.is-section-cta .wp-block-column:nth-child(2) {
  text-align: center;
  margin-top: -40px;
  margin-bottom: -40px;
}

body:not(.home) .is-prestation {
  margin-top: 5em;
}
body:not(.home) .is-secteur + .is-prestation {
  margin-top: 0;
}
body:not(.home) .is-section-methodo + .is-prestation {
  margin-top: 8em;
}

.wp-block-group:has(.wp-block-media-text) + .is-section-methodo {
  margin-top: 5em;
}

.is-prestation {
  position: relative;
}
.is-prestation::before {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("./assets/svg/wave.svg");
}
.is-prestation .is-card {
  transition: box-shadow 0.3s ease-in-out;
}
.is-prestation .is-card.has-gradient-primary-gradient-background .is-style-link-classic a {
  color: var(--wp--preset--color--white);
}
.is-prestation .is-card:hover {
  box-shadow: var(--wp--preset--shadow--blue);
}

@media (min-width: 576px) and (max-width: 992px) {
  .is-section-methodo .wp-block-group > p > strong {
    display: block;
  }
}

.is-card-certification {
  max-width: 320px;
  width: 100%;
}

.is-secteur {
  overflow: hidden;
}

.is-secteur + .is-prestation {
  z-index: 1;
}

.is-secteur:has(+ .is-prestation) {
  padding-bottom: 180px !important;
}

.is-card-item {
  border-bottom-right-radius: var(--wp--custom--radius--m);
  border-bottom-left-radius: var(--wp--custom--radius--m);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.is-card-item figure img {
  width: -moz-max-content;
  width: max-content;
}
.is-card-item .wp-block-read-more {
  visibility: hidden;
  position: relative;
  height: 48px;
}
.is-card-item .wp-block-read-more:after {
  content: "";
  visibility: visible;
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
  background-image: url("./assets/svg/arrow-right.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.is-card-item:hover {
  box-shadow: var(--wp--preset--shadow--blue);
}

.is-card-blue {
  border-top: 8px solid var(--wp--preset--color--primary);
}
.is-card-blue .wp-block-read-more:after {
  background-color: var(--wp--preset--color--primary);
}

.is-card-green {
  border-top: 8px solid var(--wp--preset--color--secondary);
}
.is-card-green .wp-block-read-more:after {
  background-color: var(--wp--preset--color--secondary);
}

.is-section-animated > .wp-block-group {
  position: relative;
}
.is-section-animated > .wp-block-group > * {
  z-index: 2;
}
.is-section-animated > .wp-block-group:after {
  content: "";
  background: url("./assets/svg/blob-white.svg") no-repeat center center;
  z-index: 1;
  background-size: cover;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
}
@media screen and (max-width: 576px) {
  .is-section-animated > .wp-block-group:after {
    width: 150px;
    height: 170px;
  }
}
.is-section-animated .is-typing-animation {
  position: relative;
  text-align: center;
}
.is-section-animated .is-typing-animation:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-color: var(--wp--preset--color--primary);
  margin-left: 2px;
  height: 60px;
  width: 1px;
  animation: cursor 1s infinite;
}

.is-section-animated:has(+ .is-secteur) {
  margin-bottom: 0 !important;
}

/* The typewriter cursor effect */
@keyframes cursor {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.is-list-agence {
  position: relative;
}
.is-list-agence:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  background: url("./assets/svg/shape-gallery.svg") no-repeat left center;
  width: 60px;
  height: 350px;
  z-index: -1;
}

.query-agence {
  row-gap: var(--wp--preset--spacing--m);
}

.is-card-agence {
  border-top: 8px solid var(--wp--preset--color--primary);
  border-bottom-right-radius: var(--wp--custom--radius--m);
  border-bottom-left-radius: var(--wp--custom--radius--m);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.is-card-agence .wp-block-read-more {
  text-decoration: none;
  font-weight: var(--wp--custom--font-weight--bold);
  position: relative;
  color: var(--wp--preset--color--primary);
}
.is-card-agence .wp-block-read-more:before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 16px;
  height: 2px;
  background-color: var(--wp--preset--color--secondary);
  transition: all 0.3s ease-in-out;
}
.is-card-agence .wp-block-read-more:hover:before {
  width: 100%;
}

.is-card-gradient {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}