html body:not(.wp-admin) .select-wrapper:has(select)::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

html body:not(.wp-admin) .select-wrapper:has(select)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%207.5L10%2012.5L15%207.5%22%20stroke%3D%22%23313131%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

:root {
  --animation-scale-factor: 1.05;
  --animation-duration: 0.3s;
  --animation-easing: ease-in-out;
}

html body:not(.wp-admin) {
  overflow-x: hidden;
  width: 100vw;
  max-width: 100vw;
  font-weight: 300;
}

html body:not(.wp-admin).no-scroll {
  overflow: hidden;
}

html body:not(.wp-admin) main.wp-block-group.is-style-container-dark {
  position: relative;
  z-index: 2;
  border-radius: 0px 0px 32px 32px;
  margin-bottom: var(--footer-height, 0px);
}

@media screen and (max-width: 768px) {
  html body:not(.wp-admin) main.wp-block-group.is-style-container-dark {
    margin-bottom: 0px;
    padding-bottom: var(--wp--preset--spacing--xl) !important;
    padding-top: 125px !important;
  }
}

html body:not(.wp-admin) main.wp-block-group.is-style-container-dark:has(.entry-content .is-style-container:last-child) {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  html body:not(.wp-admin) main.wp-block-group.is-style-container-dark:has(.entry-content .is-style-container:last-child) {
    padding-bottom: 0px !important;
  }
}

html body:not(.wp-admin) li strong, html body:not(.wp-admin) p strong {
  font-weight: 600;
}

html body:not(.wp-admin) section.block {
  margin-top: var(--wp--preset--spacing--4-xl);
  margin-bottom: var(--wp--preset--spacing--4-xl);
}

@media screen and (max-width: 768px) {
  html body:not(.wp-admin) section.block {
    margin-top: var(--wp--preset--spacing--4-xl-mobile);
    margin-bottom: var(--wp--preset--spacing--4-xl-mobile);
  }
}

html body:not(.wp-admin) .container {
  width: var(--wp--style--global--content-size);
  margin: auto;
  position: relative;
}

html body:not(.wp-admin) .breadcrumb {
  font-size: 14px;
}

html body:not(.wp-admin) .breadcrumb span a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

html body:not(.wp-admin) .breadcrumb .breadcrumb_last {
  color: #09090B;
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  html body:not(.wp-admin) .breadcrumb .breadcrumb_last {
    color: white;
  }
}

html body:not(.wp-admin) a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

html body:not(.wp-admin) figure.wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-button.download .wp-block-button__link.wp-element-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjIzNzggMTAuNTA5N1YxMy4xODkzQzE0LjIzNzggMTMuNTQ0NiAxNC4wOTY2IDEzLjg4NTQgMTMuODQ1NCAxNC4xMzY2QzEzLjU5NDEgMTQuMzg3OSAxMy4yNTMzIDE0LjUyOSAxMi44OTggMTQuNTI5SDMuNTE5NDhDMy4xNjQxNCAxNC41MjkgMi44MjMzNiAxNC4zODc5IDIuNTcyMSAxNC4xMzY2QzIuMzIwODQgMTMuODg1NCAyLjE3OTY5IDEzLjU0NDYgMi4xNzk2OSAxMy4xODkzVjEwLjUwOTdNNC44NTkyNiA3LjE2MDIxTDguMjA4NzMgMTAuNTA5N004LjIwODczIDEwLjUwOTdMMTEuNTU4MiA3LjE2MDIxTTguMjA4NzMgMTAuNTA5N1YyLjQ3MDk1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNzY4MzQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

input.wpcf7-submit, .wp-block-button .wp-block-button__link.wp-element-button {
  position: relative;
  background-color: white;
  color: var(--wp--preset--color--dark);
  line-height: 24px;
  padding: 5px 5px 5px 25px;
  border-radius: 9999px;
  height: 60px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 4px 0 rgba(0, 5, 10, 0.13);
  transition: 0.3s;
  z-index: 0;
}

input.wpcf7-submit:after, .wp-block-button .wp-block-button__link.wp-element-button:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMTE1NiAzLjE2NTg5TDE0LjI4MDUgMy4xNjU4OU0xNC4yODA1IDMuMTY1ODlWMTQuMzMwOE0xNC4yODA1IDMuMTY1ODlMMy4xMTU2IDE0LjMzMDgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS43NjgzNCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  transform: rotate(0deg);
  z-index: 0;
  transition: transform 0.3s;
}

input.wpcf7-submit:before, .wp-block-button .wp-block-button__link.wp-element-button:before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  width: 50px;
  height: 50px;
  background-color: var(--wp--preset--color--primary);
  z-index: -1;
  border-radius: 9999px;
  transition: width 0.3s;
  box-shadow: 0 0 4px 0 rgba(0, 5, 10, 0.13);
}

input.wpcf7-submit:hover, .wp-block-button .wp-block-button__link.wp-element-button:hover {
  text-decoration: none;
  color: white;
}

input.wpcf7-submit:hover:after, .wp-block-button .wp-block-button__link.wp-element-button:hover:after {
  transform: rotate(45deg);
}

input.wpcf7-submit:hover:before, .wp-block-button .wp-block-button__link.wp-element-button:hover:before {
  width: calc(100% - 10px);
}

input.wpcf7-submit {
  width: fit-content;
  position: relative;
  margin: auto;
  padding: 5px 25px;
}

input.wpcf7-submit:disabled {
  opacity: 0.5;
}

.sticky {
  position: sticky;
  top: 200px;
}

.sticky-top {
  position: sticky;
  top: 0px;
}

.border-box, .border-box * {
  box-sizing: border-box;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.gap-0, .gap-none {
  gap: 0px;
}

.gap-xs {
  gap: var(--wp--preset--spacing--xs);
}

.gap-s {
  gap: var(--wp--preset--spacing--s);
}

.gap-xl {
  gap: var(--wp--preset--spacing--xl);
}

.gap-3xl {
  gap: var(--wp--preset--spacing--3-xl);
}

@media screen and (max-width: 768px) {
  .sm-flex-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .sm-justify-center {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sm-text-left {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-px-none {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-p-xl {
    padding: var(--wp--preset--spacing--xl) !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-py-none, .sm-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-py-xl {
    padding-top: var(--wp--preset--spacing--xl) !important;
    padding-bottom: var(--wp--preset--spacing--xl) !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-py-2-xl {
    padding-top: var(--wp--preset--spacing--2-xl) !important;
    padding-bottom: var(--wp--preset--spacing--2-xl) !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-my-xl {
    margin-top: var(--wp--preset--spacing--xl) !important;
    margin-bottom: var(--wp--preset--spacing--xl) !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-my-2-xl {
    margin-top: var(--wp--preset--spacing--2-xl) !important;
    margin-bottom: var(--wp--preset--spacing--2-xl) !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-mx-none {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-my-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-py-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-py-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

.br-16 {
  border-radius: 16px !important;
}

@media screen and (max-width: 768px) {
  .sm-pt-none {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-pt-xl {
    padding-top: var(--wp--preset--spacing--xl) !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-pb-xl {
    padding-bottom: var(--wp--preset--spacing--xl) !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-pb-2-xl {
    padding-bottom: var(--wp--preset--spacing--2-xl) !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-align-items-start {
    align-items: flex-start !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-grid-1 {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-border-top-grey {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .sm-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .sm-mw-70 {
    max-width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .sm-ml-5-vw {
    margin-left: 5vw !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-w-90 {
    width: 90% !important;
    max-width: 90% !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-w-full {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 769px) {
  .md-d-none {
    display: none !important;
  }
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .sm-gap-xl {
    gap: var(--wp--preset--spacing--xl) !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-gap-2-xl {
    gap: var(--wp--preset--spacing--2-xl) !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-gap-3xl {
    gap: var(--wp--preset--spacing--3-xl) !important;
  }
}

.even-align-right > *:nth-child(even) figure, .even-align-right > *:nth-child(even) .wp-block-group {
  margin-left: 0px !important;
  margin-right: auto !important;
}

ul.even-align-right li {
  margin-right: 0px !important;
  margin-left: auto !important;
}

ul.even-align-right li:nth-child(even) {
  margin-left: 0px !important;
  margin-right: auto !important;
}

@media (max-width: 769px) {
  ul.even-align-right li {
    width: 90%;
  }
}

.wp-block-post-template-is-layout-grid {
  gap: 64px 32px;
}

@media screen and (max-width: 768px) {
  .wp-block-post-template-is-layout-grid {
    gap: var(--wp--preset--spacing--m);
  }
}

@media screen and (max-width: 768px) {
  .sm-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .sm-relative {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .sm-d-none {
    display: none !important;
  }
}

.h-70 {
  height: 70px !important;
}

.h-100 {
  height: 100% !important;
}

.space-between {
  justify-content: space-between !important;
}

.justify-self-start {
  justify-self: start !important;
}

.align-self-start {
  align-self: start !important;
}

.square {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, blockquote strong {
  font-weight: inherit;
  background: -webkit-linear-gradient(0deg, #0B94E9, #4BD860);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wp-block-group.is-style-container-dark + .wp-block-group.is-style-container-dark {
  padding-top: 0px;
}

.wp-block-columns {
  box-sizing: border-box;
}

.wp-block-columns .wp-block-column {
  box-sizing: border-box;
}

ul.wp-block-list.is-style-blue-list {
  padding-left: 0px;
  list-style: none;
}

ul.wp-block-list.is-style-blue-list li {
  padding: 24px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  align-items: center;
  padding-left: 60px;
  position: relative;
  gap: 5px;
}

ul.wp-block-list.is-style-blue-list li::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDM4IDM5IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy4wNjkyIDEyLjE3NjJMMTUuNzMyNiAyMy4xMTcxTDEyLjcyNDIgMTkuOTAyOUMxMi4xNzAxIDE5LjM4MDQgMTEuMjk5MiAxOS4zNDg3IDEwLjY2NTkgMTkuNzkyMUMxMC4wNDg0IDIwLjI1MTIgOS44NzQyMiAyMS4wNTg3IDEwLjI1NDIgMjEuNzA3OUwxMy44MTY3IDI3LjUwMjlDMTQuMTY1MSAyOC4wNDEyIDE0Ljc2NjcgMjguMzczNyAxNS40NDc2IDI4LjM3MzdDMTYuMDk2NyAyOC4zNzM3IDE2LjcxNDIgMjguMDQxMiAxNy4wNjI2IDI3LjUwMjlDMTcuNjMyNiAyNi43NTg3IDI4LjUxMDEgMTMuNzkxMiAyOC41MTAxIDEzLjc5MTJDMjkuOTM1MSAxMi4zMzQ2IDI4LjIwOTIgMTEuMDUyMSAyNy4wNjkyIDEyLjE2MDRWMTIuMTc2MloiIGZpbGw9IiMwOTA5MEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy4wNjkyIDEyLjE3NjJMMTUuNzMyNiAyMy4xMTcxTDEyLjcyNDIgMTkuOTAyOUMxMi4xNzAxIDE5LjM4MDQgMTEuMjk5MiAxOS4zNDg3IDEwLjY2NTkgMTkuNzkyMUMxMC4wNDg0IDIwLjI1MTIgOS44NzQyMiAyMS4wNTg3IDEwLjI1NDIgMjEuNzA3OUwxMy44MTY3IDI3LjUwMjlDMTQuMTY1MSAyOC4wNDEyIDE0Ljc2NjcgMjguMzczNyAxNS40NDc2IDI4LjM3MzdDMTYuMDk2NyAyOC4zNzM3IDE2LjcxNDIgMjguMDQxMiAxNy4wNjI2IDI3LjUwMjlDMTcuNjMyNiAyNi43NTg3IDI4LjUxMDEgMTMuNzkxMiAyOC41MTAxIDEzLjc5MTJDMjkuOTM1MSAxMi4zMzQ2IDI4LjIwOTIgMTEuMDUyMSAyNy4wNjkyIDEyLjE2MDRWMTIuMTc2MloiIGZpbGw9IiMwMDc0QkQiLz4KPC9zdmc+");
  background-size: cover;
  background-position: center;
  margin-right: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: calc(50% - 19px);
}

ul.wp-block-list.is-style-blue-list li:last-child {
  border-bottom: none;
}

.wp-block-group.is-style-card {
  border-radius: 16px;
  overflow: hidden;
}

.wp-block-group.is-style-card .wp-block-post-title + svg {
  filter: invert(1);
}

.wp-block-group.is-style-card .wp-block-post-featured-image {
  height: 180px;
  overflow: hidden;
  margin-bottom: 0px;
}

.wp-block-group.is-style-card h3.wp-block-post-title {
  margin: 0;
  margin-block-end: 0px;
  margin-block-start: 0px;
}

.slider-container {
  max-width: 100vw;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 0px;
}

.swiper-wrapper .swiper-slide {
  width: fit-content;
  width: 350px;
}

.wp-block-cover.no-border-right {
  margin-right: calc((var(--wp--style--global--content-size)) / 2 * -1);
  border-radius: 0px 0px 0px 16px;
}

@media screen and (max-width: 768px) {
  .wp-block-cover.no-border-right {
    margin-right: 0px;
    border-radius: 16px;
    min-height: inherit !important;
    max-height: inherit !important;
    height: 250px !important;
  }
}

hr.wp-block-separator.is-style-default {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
}

body.page-template-wp-custom-template-page-sans-hero main, body.solution-template-wp-custom-template-page-sans-hero main, body.secteur-template-wp-custom-template-page-sans-hero main {
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  body.page-template-wp-custom-template-page-sans-hero main, body.solution-template-wp-custom-template-page-sans-hero main, body.secteur-template-wp-custom-template-page-sans-hero main {
    padding-top: var(--wp--preset--spacing--header-safe-area);
  }
}

ul.offset-100-second-element li.wp-block-post:nth-child(3n+2) {
  transform: translateY(100px);
}

@media screen and (max-width: 768px) {
  ul.offset-100-second-element li.wp-block-post:nth-child(3n+2) {
    transform: translateY(0px);
  }
}

figure.is-style-thumbnail-arrondi {
  border-radius: 16px;
  overflow: hidden;
}

.sm-halo-none .block-halo {
  display: none;
}

@media screen and (max-width: 768px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: var(--wp--preset--spacing--2-xl);
  }
}

.wp-block-columns-is-layout-flex {
  justify-content: space-between;
}

.wp-block-post-template.list-posts-home .wp-block-post {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: var(--wp--preset--spacing--2-xl);
  padding-bottom: var(--wp--preset--spacing--2-xl);
}

.wp-block-post-template.list-posts-home .wp-block-post * {
  box-sizing: border-box;
}

.wp-block-post-template.list-posts-home .wp-block-post .wp-block-columns {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.wp-block-post-template.list-posts-home .wp-block-post:nth-child(1) .image-container {
  width: 700px;
}

.wp-block-post-template.list-posts-home .wp-block-post:nth-last-child(1) {
  padding-bottom: 0px;
}

.wp-block-post-template.list-posts-home .wp-block-post:nth-last-child(1):after, .wp-block-post-template.list-posts-home .wp-block-post:nth-last-child(1):before {
  content: inherit;
  display: none;
}

.wp-block-post-template.list-posts-home .wp-block-post:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.2);
}

.wp-block-post-template.list-posts-home .wp-block-post:hover::before {
  opacity: 1;
  left: 100%;
  transition: left 3s;
}

.wp-block-post-template.list-posts-home .wp-block-post:before {
  content: "";
  width: 500px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  left: -500px;
  opacity: 0;
}

.wp-block-post-template.list-posts-home .wp-block-post .image-container {
  width: 450px;
  flex-basis: inherit;
  flex-grow: inherit;
}

.wp-block-post-template.list-posts-home .wp-block-post .image-container figure {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0px;
}

.wp-block-post-template.list-posts-home .wp-block-post .image-container img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
}

.wp-block-post-template-is-layout-grid .type-solution figure {
  max-height: 260px;
}

@media screen and (max-width: 768px) {
  .wp-block-group.jumbotron {
    margin: 0;
    border-radius: 0px;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0px;
  }
  .wp-block-group.jumbotron .wp-block-columns {
    margin: 0px !important;
  }
  .wp-block-group.jumbotron .wp-block-columns .wp-block-column {
    width: 100vw;
  }
  .wp-block-group.jumbotron .wp-block-columns .wp-block-column h2, .wp-block-group.jumbotron .wp-block-columns .wp-block-column p {
    text-align: center;
  }
  .wp-block-group.jumbotron .wp-block-columns .wp-block-column .download {
    margin: auto;
  }
}

.wp-singular.post-template-default h1 {
  font-size: 48px !important;
  letter-spacing: -1.08px;
}

@media screen and (max-width: 768px) {
  .wp-singular.post-template-default h1 {
    font-size: 36px !important;
  }
}

.has-light-background-color .is-style-label {
  color: var(--wp--preset--color--primary);
}

.has-halo {
  position: relative;
  z-index: 2 !important;
}

.has-halo:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #0B94E9 0%, #4BD860 100%);
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 1500px;
  opacity: 0.3;
  top: 0px;
  left: 0px;
  filter: blur(250px);
}

@media screen and (max-width: 768px) {
  .has-halo:after {
    width: 100%;
    height: 100%;
    filter: blur(150px);
  }
}

@media screen and (max-width: 768px) {
  .sm-has-halo {
    position: relative;
    z-index: 2 !important;
  }
  .sm-has-halo:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #0B94E9 0%, #4BD860 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 1500px;
    opacity: 0.6;
    top: 0px;
    left: 0px;
    filter: blur(250px);
  }
}

.see-more-posts {
  display: flex;
  margin: auto;
  width: fit-content;
  margin-top: var(--wp--preset--spacing--3-xl);
}

.slider-mobile.swiper-initialized {
  margin-left: -5vw;
  margin-right: -5vw;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

div:has(+ .wp-block-separator):hover + hr.wp-block-separator:before {
  opacity: 1;
  left: 100%;
  transition: left 3s;
}

hr.wp-block-separator {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  display: block;
  overflow: hidden;
  position: relative;
}

hr.wp-block-separator:hover::before {
  opacity: 1;
  left: 100%;
  transition: left 3s;
}

hr.wp-block-separator:before {
  content: "";
  width: 500px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  left: -500px;
  opacity: 0;
}

div:has(.block-halo).halo-opactiy-50 .block-halo {
  opacity: 0.5;
}

div:has(.block-halo).halo-opacity-20 .block-halo {
  opacity: 0.2;
}

div:has(.block-halo).halo-opacity-10 .block-halo {
  opacity: 0.1;
}

@media screen and (max-width: 768px) {
  div:has(.block-halo).sm-halo-opactiy-50 .block-halo {
    opacity: 0.5;
  }
  div:has(.block-halo).sm-halo-opacity-20 .block-halo {
    opacity: 0.2;
  }
  div:has(.block-halo).sm-halo-opacity-10 .block-halo {
    opacity: 0.1;
  }
}

div[id^=wpcf7-f2817-] .row {
  margin-bottom: 10px !important;
}

div[id^=wpcf7-f2817-] textarea[name=message] {
  height: 120px !important;
  max-height: 100%;
  box-sizing: border-box;
}

.has-block-halo .block-halo {
  z-index: 1 !important;
}

h1.wp-block-heading, h1.wp-block-post-title, .header h1 {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--xl);
}

@media screen and (max-width: 1025px) {
  h1.wp-block-heading, h1.wp-block-post-title, .header h1 {
    font-size: 50px !important;
  }
}

h2.wp-block-heading, *.has-heading-2-font-size {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--l);
}

@media screen and (max-width: 1025px) {
  h2.wp-block-heading, *.has-heading-2-font-size {
    font-size: 36px !important;
  }
}

h3.wp-block-heading, span.h3 {
  margin-top: 0;
  font-family: var(--wp--preset--font-family--title);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.52px;
  line-height: 120%;
  margin-bottom: var(--wp--preset--spacing--l);
}

h4.wp-block-heading {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--l);
}

html body:not(.wp-admin) {
  /* input[type="submit"]{
       border-radius: 12px;
       border-top: 1.5px solid;
       border-right: 1.5px solid;
       border-bottom: 4px solid;
       border-left: 1.5px solid;
       border-color: var(--wp--preset--color--secondary-darker);
       width: 100%;
   } */
}

html body:not(.wp-admin) select, html body:not(.wp-admin) input[type=text], html body:not(.wp-admin) input[type=email], html body:not(.wp-admin) input[type=tel], html body:not(.wp-admin) input[type=number], html body:not(.wp-admin) input[type=url], html body:not(.wp-admin) textarea {
  border-radius: 6px;
  border: 1px solid #E4E4E7;
  border-color: #E4E4E7;
  padding: 12px 8px 12px 14px;
  width: 100%;
  font-family: var(--wp--preset--font-family--content);
  font-size: 16px;
}

html body:not(.wp-admin) .select-wrapper:has(select) {
  position: relative;
  cursor: pointer;
  width: 100%;
}

html body:not(.wp-admin) .select-wrapper:has(select) .selects-mobile {
  padding-right: 40px !important;
  width: 100%;
}

html body:not(.wp-admin) .select-wrapper:has(select)::after {
  content: "";
  display: block;
  position: absolute;
  right: var(--wp--preset--spacing--m);
  top: var(--wp--preset--spacing--s);
  transform: rotate(0deg);
  height: 22px;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  html body:not(.wp-admin) .select-wrapper:has(select)::after {
    display: none !important;
  }
}

html body:not(.wp-admin) select {
  font-weight: 400;
  color: #313131;
  cursor: pointer;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

html body:not(.wp-admin) select::-ms-expand {
  display: none;
}

html body:not(.wp-admin) p + div.wpcf7 {
  margin-top: var(--wp--preset--spacing--2-xl);
}

html body:not(.wp-admin) form * {
  box-sizing: border-box;
}

html body:not(.wp-admin) form .row {
  display: grid;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--m);
  margin-bottom: var(--wp--preset--spacing--xl);
  justify-content: space-between;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
}

html body:not(.wp-admin) form .row .wpcf7-list-item-label a {
  color: #37CC61;
}

html body:not(.wp-admin) form .row p {
  margin: 0;
}

html body:not(.wp-admin) form .row .wpcf7-list-item {
  margin-left: 0px;
}

html body:not(.wp-admin) form .row .wpcf7-list-item-label {
  font-weight: 300;
}

html body:not(.wp-admin) form .row .wpcf7-list-item-label a {
  font-weight: 600;
  text-decoration: underline;
}

html body:not(.wp-admin) form .row .form-group {
  width: 100%;
}

html body:not(.wp-admin) form .row .form-group label {
  display: block;
  margin-bottom: var(--wp--preset--spacing--xs);
  color: #E4E4E7;
  font-weight: 500;
  line-height: 24px;
  font-size: 13px;
}

html body:not(.wp-admin) form .row .form-group br {
  height: 0px;
  display: none;
}

html body:not(.wp-admin) form .row .form-group.col-6 {
  grid-column: span 6;
}

@media screen and (max-width: 768px) {
  html body:not(.wp-admin) form .row .form-group.col-6 {
    grid-column: span 12;
  }
}

html body:not(.wp-admin) form .row .form-group.col-4 {
  grid-column: span 4;
}

@media screen and (max-width: 768px) {
  html body:not(.wp-admin) form .row .form-group.col-4 {
    grid-column: span 12;
  }
}

html body:not(.wp-admin) form .row .form-group.col-8 {
  grid-column: span 8;
}

@media screen and (max-width: 768px) {
  html body:not(.wp-admin) form .row .form-group.col-8 {
    grid-column: span 12;
  }
}

html body:not(.wp-admin) form .row .form-group.col-12 {
  grid-column: span 12;
}

.select-wrapper, .wpcf7-form-control-wrap:has(.wpcf7-select) {
  position: relative;
}

.select-wrapper:after, .wpcf7-form-control-wrap:has(.wpcf7-select):after {
  content: "";
  display: block;
  position: absolute;
  right: var(--wp--preset--spacing--m);
  top: calc(50% - 9px);
  height: 18px;
  width: 18px;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20MIT.%20Made%20by%20H2D2%20Design%3A%20https%3A%2F%2Fgithub.com%2Fh2d2-design%2Fh2d2-shopicons%20--%3E%3Csvg%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%20fill%3D%22none%22%2F%3E%3Cg%20id%3D%22Shopicon%22%3E%3Cg%3E%3Cpolygon%20points%3D%2230.586%2C6.585%2013.171%2C23.999%2030.586%2C41.413%2033.414%2C38.585%2018.829%2C23.999%2033.414%2C9.413%20%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
  transform: rotate(-90deg);
}

html #tarteaucitronRoot * {
  font-family: var(--wp--preset--font-family--content) !important;
}

html #tarteaucitronRoot #tarteaucitronAlertBig {
  background-color: var(--wp--preset--color--dark) !important;
}

html #tarteaucitronRoot .tarteaucitronAllow {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--text) !important;
}