@charset "UTF-8";
/*NOUVEAU CSS*/
.imgTransition img, .pictureAndVideo img, .top-page-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

html {
  font-family: "neulis-neue", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

body {
  overflow-x: hidden;
}
body.scrolled header {
  pointer-events: none;
  user-select: none;
}
body.scrolled header .btnMenu {
  pointer-events: initial;
  user-select: initial;
}
body.menuOpen .header_right.fixed {
  pointer-events: initial;
  user-select: initial;
}

@media screen and (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
  body.scrolled header .logo, body.scrolled header .menu-menu-container {
    pointer-events: initial;
    user-select: initial;
  }
}
a, button {
  cursor: pointer;
  font-size: 1rem;
  font-family: "neulis-neue", sans-serif;
  outline: none;
}

section {
  padding: 2.5rem 5%;
}

.loading::before,
.loading::after {
  content: "";
  position: fixed;
  z-index: 4000;
}

.loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: #000;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
.radiusImg {
  border-radius: 1rem;
}

.col-auto {
  max-width: 100%;
}

/*HEADER*/
header {
  padding: 10px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  top: 0;
  width: 100%;
}

.logo {
  width: 200px;
  position: relative;
}
.logo:before {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  bottom: -1rem;
  width: 100px;
  height: 7px;
  background-image: url("../img/french-flag.svg");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.logo:after {
  content: none;
  width: 220px;
  height: 20px;
  display: block;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: -240px;
  top: calc(50% - 10px);
}

.header_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header_right a {
  color: #fff;
}
.header_right.fixed {
  padding: 2rem;
  background-color: #000;
  border-radius: 2rem;
  top: 2rem;
  right: calc(5% + 2rem);
  position: fixed;
  margin-right: 0;
  user-select: none;
  pointer-events: none;
  border: 2px solid #fff;
}
.header_right.fixed nav a, .header_right.fixed nav .parentTitle {
  color: #fff;
}
.header_right.fixed .topLinksContact, .header_right.fixed .beneficeLink {
  border-color: #000000;
}

.topLinks {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  height: 40px;
}

.topLinksContact {
  border-radius: 2rem;
  padding: 0.4rem 4rem 0.4rem 1rem;
  background-color: #000;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
.topLinksContact a {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 100%;
}
.topLinksContact a:first-child:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url("../img/phone-picto.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
.topLinksContact a:first-child:after {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #fff;
  display: block;
  margin: 0 0.5rem;
}
.topLinksContact a:nth-child(2):after {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #fff;
  display: block;
  margin: 0 0.5rem;
}

.topLinksBenefice {
  height: 100%;
  margin-left: -3rem;
}

.beneficeLink {
  display: flex;
  align-items: center;
  background-color: #e6e6e6;
  border: 2px solid #fff;
  height: 100%;
  border-radius: 2rem;
  font-size: 1rem;
  padding: 0.4rem 1rem 0.4rem 0.4rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.beneficeLink:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url("../img/calculette.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
.beneficeLink:hover {
  background-color: #000;
  color: #fff;
}
.beneficeLink:hover:before {
  filter: invert(1);
}
.beneficeLink.openSimulateur, .beneficeLink.leeoSimulateur {
  display: flex;
  align-items: center;
}
.beneficeLink.openSimulateur:before, .beneficeLink.leeoSimulateur:before {
  filter: invert(1);
}
.beneficeLink.openSimulateur:hover::before, .beneficeLink.leeoSimulateur:hover::before {
  filter: invert(0);
}

.page-activite .beneficeLink.openSimulateur:before{
filter: invert(0);
}
.page-activite .beneficeLink.openSimulateur:hover:before{
filter: invert(1);
}
.page-activite .beneficeLink.openSimulateur:hover{
  background-color: #000;
  color: #fff;
}

.menu {
  display: flex;
  align-items: baseline;
  color: #fff;
}
.menu li a, .menu li .parentTitle {
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
}
.menu li a[aria-current=page]:before, .menu li .parentTitle[aria-current=page]:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNOSAxOGw2LTYtNi02Ii8+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 0.4rem);
}
.menu .children {
  position: relative;
}
.menu .children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
  user-select: initial;
}
.menu .children:last-child .sub-menu {
  left: auto;
  right: 0;
}
.menu .children.activeParent > a {
  text-decoration: underline;
}
.menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  border-radius: 0.25rem;
  overflow: hidden;
  min-width: 100%;
  width: 250px;
  width: max-content;
  box-shadow: 0px 4px 30px -20px rgba(255, 255, 255, 0.5);
  transition: transform 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  border: 1px solid #fff;
}
.menu .sub-menu li a {
  padding: 0.6rem 1rem;
  margin: 0;
  width: 100%;
  display: inline-block;
  background-color: #000;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  color: #fff;
  text-transform: initial;
}

#menuTrigger {
  visibility: hidden;
  position: absolute;
  right: -100000px;
  opacity: 0;
}

.btnMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  transform: translate(10rem, 0);
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  position: fixed;
  right: calc(5% + 2rem);
  top: 2rem;
}
.btnMenu span {
  display: block;
  width: calc(100% - 1rem);
  height: 2px;
  background-color: #fff;
  margin: 2px 0;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.btnMenu.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.btnMenu.open span:nth-child(2) {
  opacity: 0;
}
.btnMenu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}

/*SIMULATEUR*/
.simulateurContainer #closeSimulateur {
  position: absolute;
}

/*COMMON SWIPER*/
.tranding-slider-control {
  position: absolute;
  bottom: 0.5rem;
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next {
  position: initial;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin: 0 1rem;
}
.swiper-button-next svg {
  width: 2rem;
  height: 2rem;
  stroke: #000;
  stroke-width: 1px;
}
.swiper-button-next:after {
  content: none;
}

.swiper-button-prev {
  position: initial;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin: 0 1rem;
}
.swiper-button-prev svg {
  width: 2rem;
  height: 2rem;
  stroke: #000;
  stroke-width: 1px;
}
.swiper-button-prev:after {
  content: none;
}

.swiper-pagination {
  position: initial;
  display: flex;
  align-items: center;
}
.swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
  width: auto !important;
}
.swiper-pagination.swiper-pagination-bullets-dynamic {
  transform: none !important;
  display: block;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #000;
  transform: scale(0.8);
  transition: background-color 0.2s cubic-bezier(0, 0.07, 0.57, 0.99), transform 0.4s cubic-bezier(0, 0.07, 0.57, 0.99);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  transform: scale(1);
}

.basicAppear {
  opacity: 0;
}
.basicAppear.-noOpaq {
  opacity: 1;
}
.basicAppear.-y {
  transform: translate(0, 50px);
}
.basicAppear.-xLeft {
  transform: translate(-200px, 0);
}
.basicAppear.-xRight {
  transform: translate(200px, 0);
}

.stickyAppear.-y {
  transform: translate(0, 50px);
}
.stickyAppear.-xLeft {
  transform: translate(-50px, 0);
}
.stickyAppear.-xRight {
  transform: translate(50px, 0);
}

/*SELECT STYLE*/
.s-hidden {
  visibility: hidden;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #000;
  width: 100%;
  padding: 15px;
  height: 100%;
}

.styledSelect {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  padding: 0 0 0 15px;
  color: #a4a4a4;
  font-size: 1rem;
  border-radius: 2rem;
  border: none;
}
.styledSelect:after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiLz48cGF0aCBkPSJNMTYgMTJsLTQgNC00LTRNMTIgOHY3Ii8+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  transition: transform 0.3s ease-in-out;
  right: 1rem;
}
.styledSelect.active:after {
  transform: rotate(180deg);
}
.styledSelect.active + .options {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.styledSelect.filled:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM5OWM0NTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjIgMTEuMDhWMTJhMTAgMTAgMCAxIDEtNS45My05LjE0Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMjIgNCAxMiAxNC4wMSA5IDExLjAxIj48L3BvbHlsaW5lPjwvc3ZnPg==");
}

.options {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  right: auto;
  left: -2px;
  width: calc(100% + 4px);
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border-radius: 1rem;
  background-color: #000;
  font-size: 0.9rem;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s 0.2s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateY(20px);
}
.options li {
  color: #fff;
  margin: 0 0;
  padding: 10px 15px;
  border: 2px solid transparent;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.options li:first-child {
  display: none;
}
.options li:nth-child(2) {
  padding-top: 20px;
  border-radius: 1rem 1rem 0 0;
}
.options li:last-child {
  padding-bottom: 20px;
  border-radius: 0 0 1rem 1rem;
}
.options li:hover {
  background: #fff;
  color: #000;
}

.t-1 {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.8rem;
}
.t-1 strong {
  font-weight: bold;
  font-weight: 400;
  text-transform: initial;
}
.t-1 em {
  font-weight: bold;
}
.t-1.center {
  text-align: center;
  align-items: center;
}

.t-2 {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-wrap: balance;
}
.t-2 strong {
  font-weight: bold;
  font-weight: 400;
  text-transform: initial;
  margin: 0.15rem 0;
}
.t-2 em {
  font-weight: bold;
  margin: 0.15rem 0;
}
.t-2.center {
  text-align: center;
  align-items: center;
}

.t-3 {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
}
.t-3 strong {
  font-weight: bold;
  margin: 0.15rem 0;
}
.t-3 em {
  font-weight: 400;
  margin: 0.15rem 0;
}
.t-3.center {
  text-align: center;
  align-items: center;
}

.col-12.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.block-text ul {
  padding-left: 20px;
  list-style: disc;
  padding-left: 2rem;
}
.block-text li {
  position: relative;
  margin: 10px 0;
}
.block-text strong {
  font-weight: bold;
}
.block-text h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.block-text h3 {
  font-size: 1.2rem;
  font-weight: 500;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem 0.7rem 1rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 2rem;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
  text-size-adjust: none;
}
.btn:hover {
  background-color: #fff;
  color: #000;
}
.btn.white {
  background-color: #fff;
  color: #000;
}
.btn.white:hover {
  background-color: #e6e6e6;
}
.btn.lite {
  padding: 0.4rem 0.75rem 0.5rem 0.75rem;
  font-size: 0.9rem;
}

body.firefox .btn {
  padding: 0.7rem 1rem 0.6rem 1rem;
}
body.firefox .beneficeLink::before {
  margin-top: -2px;
}
body.firefox .equipePoste .btn {
  padding: 0.2rem 0.6rem 0.1rem 0.6rem;
}
body.firefox .wpcf7 input[type=submit] {
  padding: 0.6rem 2rem 0.6rem 2rem;
}

.videoContent {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoContent iframe {
  border-radius: 1rem;
  max-width: 100%;
}
.videoContent.cmplz-blocked-content-container {
  background-size: cover;
  position: relative;
}
.videoContent .cmplz-blocked-content-notice {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 1rem;
  color: #000;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.videoContent .cmplz-blocked-content-notice .cmplz-links {
  margin: 0.5rem 0;
}
.videoContent .cmplz-blocked-content-notice .cmplz-links a {
  text-decoration: underline;
}
.videoContent .cmplz-blocked-content-notice button {
  background-color: #000;
  color: #fff;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #000;
  transition: all 0.3s;
}
.videoContent .cmplz-blocked-content-notice button:hover {
  background-color: #000;
  color: #fff;
}

.top-page {
  padding: 0;
  background-color: #000;
  color: #fff;
  position: relative;
}
.top-page a {
  color: #fff;
}
.top-page .block {
  padding: 12rem 5% 4rem 2rem;
}
.top-page.hasSimulator {
  margin-bottom: 3rem;
}
.top-page.hasSimulator .block {
  padding-bottom: 5rem;
}

.top-page-visual {
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.top-page-visual::before {
  content: "";
  width: 130%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: inset -9px 9px 100px 100px rgb(0, 0, 0);
}
.page-accueil .top-page {
  padding-top: 2.5rem;
  padding: 2.5rem 5%;
  background-color: transparent;
}
.page-accueil .top-page .container-fluid {
  padding: 0 1rem;
  background-color: transparent;
  color: #000;
}
.page-accueil .top-page .block {
  padding: 0 1rem;
}

.home-intro {
  color: #fff;
  padding-top: 7rem;
  padding-bottom: 0;
  position: relative;
  background-image: url("../img/hero-background.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 20% 0px;
  background-color: #000;
}
.home-intro .container-fluid {
  padding: 3rem 3rem 8rem 3rem;
}
.home-intro .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
}
.home-intro .row > div:nth-child(1) {
  grid-area: 1/1/4/2;
}
.home-intro .row > div:nth-child(2) {
  grid-area: 1/2/2/3;
}
.home-intro .row > div:nth-child(3) {
  grid-area: 2/2/3/3;
}
.home-intro .row > div:nth-child(4) {
  grid-area: 3/2/4/3;
}
.home-intro + .top-page {
  margin-top: 5rem;
}

.home-intro-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-50px, 0);
}

.home-intro-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.home-intro-titre {
  font-size: 2rem;
  margin-bottom: 1rem;
  position: relative;
  opacity: 0;
  transform: translate(50px, 0);
}
.home-intro-titre strong {
  font-weight: bold;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.home-intro-titre:after {
  content: "";
  display: block;
  margin-top: 1rem;
  width: 150px;
  height: 8px;
  background-image: url("../img/french-flag.svg");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}

.home-intro-swiper {
  width: 100%;
  opacity: 0;
  transform: translate(50px, 0);
}
.home-intro-swiper .swiper:not(.swiper-initialized) .swiper-slide {
  width: calc(25% - 2rem);
  margin: 1rem;
}
.home-intro-swiper .swiper:not(.swiper-initialized) .swiper-slide:first-child {
  margin-left: 0;
}
.home-intro-swiper .swiper:not(.swiper-initialized) .tranding-slider-control {
  display: none;
}
.home-intro-swiper .swiper.swiper-initialized {
  padding-bottom: 4rem;
}
.home-intro-swiper .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
}
.home-intro-swiper .swiper .swiper-slide div {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.home-intro-swiper .swiper .swiper-slide div img {
  height: 70px;
}
.home-intro-swiper .swiper .swiper-slide:after {
  content: "";
  position: absolute;
  right: -1rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxsaW5lIHgxPSIxMiIgeTE9IjUiIHgyPSIxMiIgeTI9IjE5Ij48L2xpbmU+PGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiPjwvbGluZT48L3N2Zz4=");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-intro-swiper .swiper .swiper-slide:last-child:after {
  content: none;
}
.home-intro-swiper .tranding-slider-control {
  justify-content: flex-start;
}
.home-intro-swiper .swiper-button-next svg, .home-intro-swiper .swiper-button-prev svg {
  stroke: #fff;
}
.home-intro-swiper .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.home-intro-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.home-intro-conclusion {
  opacity: 0;
  transform: translate(50px, 0);
}
.home-intro-conclusion p {
  font-size: 1.5rem;
}

.quickSimulatorBar {
  width: 1100px;
  max-width: 100%;
  background-color: #e6e6e6;
  display: grid;
  align-items: center;
  grid-template-columns: 370px auto;
  grid-gap: 1rem;
  border-radius: 3rem;
  padding: 1rem 2rem;
  border: 4px solid #fff;
  position: absolute;
  z-index: 2;
  left: calc(50% - 550px);
  bottom: -3rem;
  transform: translate(0, 50px);
}
.quickSimulatorBar .btn {
  text-align: center;
}

.quickSimulatorBarTitle {
  color: #000;
}
.quickSimulatorBarTitle p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
}
.quickSimulatorBarTitle em {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.simulateurGo {
  display: flex;
}
.simulateurGo .select {
  margin: 10px 0;
}

.sendContainer {
  margin-left: 1rem;
}
.sendContainer .btn {
  margin: 10px 0;
  height: 51px;
  font-size: 1rem;
  border-width: 2px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.sendContainer .btn:disabled {
  color: #a4a4a4;
  cursor: not-allowed;
}

.pictureAndVideo {
  position: relative;
  overflow: hidden;
}
.pictureAndVideo picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.pictureAndVideo img {
  transition: filter 0.3s ease-in-out;
}
.pictureAndVideo a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.3s ease-in-out, background-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.pictureAndVideo svg {
  width: 8rem;
  height: 8rem;
}
.pictureAndVideo svg path {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
.pictureAndVideo .btn {
  display: inline-block;
  margin-top: 1rem;
  border: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.pictureAndVideo:hover a {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.5);
}
.pictureAndVideo:hover img {
  filter: blur(2px);
}
.pictureAndVideo:hover svg path {
  fill: #000;
}
.pictureAndVideo:hover .btn {
  background-color: #000;
  color: #fff;
}

.hoverCard {
  margin-bottom: 50px;
  width: calc(33.33% - 2rem);
  height: 370px;
  margin: 1rem;
}

.visuelHover {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 1rem;
}
.visuelHover img {
  position: relative;
  z-index: 0;
}
.visuelHover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.visuelHover figcaption {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  user-select: none;
}
.visuelHover a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 1rem;
}
.visuelHover .btn {
  border: none;
  margin-top: 0.75rem;
}

.hoverCardTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 1rem;
  color: #fff;
}
.hoverCardTitle em {
  font-weight: bold;
}

.activiteLinksPages .col-12 {
  margin-bottom: 3rem;
}
.activiteLinksPages .hoverCardTitle {
  font-size: 1.5rem;
  text-wrap: balance;
}
.activiteLinksPages .visuelHover a {
  justify-content: center;
}

.hoverCardText {
  color: #fff;
  height: 0;
  text-align: center;
}
.hoverCardText p {
  transform: translate(0, 20px);
  opacity: 0;
  margin: 0.5rem 0;
}

.temoignagesClients {
  background-color: #000;
  color: #fff;
}
.temoignagesClients .avisContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.temoignagesClients .avisContainer .t-2 {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.temoignagesClients .avisContainer .t-2 * {
  margin: 0.25rem;
}

.swiperAvis {
  margin-top: 2rem;
  width: 100%;
  opacity: 0;
}
.swiperAvis.swiper-initialized {
  padding-bottom: 4rem;
}
.swiperAvis.few-slides {
  padding-bottom: 1rem;
}
.swiperAvis.few-slides .swiper-wrapper {
  justify-content: center;
}
.swiperAvis .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiperAvis .swiper-slide a {
  text-decoration: underline;
  color: #fff;
}
.swiperAvis .avisLogo {
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 130px;
  height: 130px;
}
.swiperAvis .avisLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiperAvis .t-3 {
  font-size: 1.3rem;
}

.page-accueil .swiper-button-next svg, .page-accueil .swiper-button-prev svg {
  stroke: #fff;
}
.page-accueil .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.page-accueil .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.page-accueil .swiperNewsPreview .swiper-button-next svg, .page-accueil .swiperNewsPreview .swiper-button-prev svg {
  stroke: #000;
}
.page-accueil .swiperNewsPreview .swiper-pagination-bullet {
  border: 1px solid #000;
}
.page-accueil .swiperNewsPreview .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.newsPreview {
  padding-top: 0;
}
.newsPreview .col-12:first-child {
  margin-bottom: 3rem;
}
.newsPreview .col-12:last-child {
  margin-top: 3rem;
}

.swiperNewsPreview {
  opacity: 0;
}
.swiperNewsPreview.swiper-initialized {
  padding-bottom: 4rem;
}
.swiperNewsPreview .block-post {
  margin: 0;
}

.imgTransition {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5rem;
}
.imgTransition picture {
  display: block;
  width: 100%;
  height: 100%;
}
.imgTransitionContainer {
  height: 500px;
  overflow: hidden;
  border-radius: 0 0 1rem 1rem;
}

.hasBackground {
  position: relative;
}
.hasBackground .imgTransition {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hasBackground .imgTransitionContainer {
  height: 100%;
  border-radius: 0;
}
.hasBackground:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.hasBackground .container-fluid {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 5rem;
}

.after-top .col-12:first-child {
  margin-bottom: 3rem;
}
.after-top#DemandeImplantation {
  padding-top: 5rem;
  background-color: #000;
  color: #fff;
}
.after-top#DemandeImplantation a {
  color: #fff;
}
.after-top#DemandeImplantation .wpcf7-form {
  margin-top: 2.5rem;
}

.swiperLabelsContainer {
  width: 100%;
  padding: 0 1rem;
}

.swiperLabels {
  width: 100%;
}
.swiperLabels:not(.swiper-initialized) .swiper-slide {
  width: calc(33.33% - 2rem);
  margin: 1rem;
}
.swiperLabels:not(.swiper-initialized) .tranding-slider-control {
  display: none;
}
.swiperLabels.swiper-initialized {
  padding-bottom: 4rem;
}

.labelContainer .col-12:last-child {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.labelContainer > div:first-child {
  padding: 0 15px;
}
.labelContainer .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
}
.labelContainer .content strong {
  font-size: 1.5rem;
  font-weight: bold;
}
.labelContainer .content p {
  margin-top: 10px;
}

.labelBlock div:first-child {
  height: 400px;
  overflow: hidden;
  border-radius: 1rem;
}

.videoContainer video {
  border-radius: 1rem;
}

.secondContentMoreText {
  margin-top: 2rem;
}

.deroulementOffre {
  background-color: #000;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.deroulementOffre .container-fluid {
  max-width: 1200px;
}
.deroulementOffre .row:nth-child(odd) {
  flex-direction: row-reverse;
}
.deroulementOffre .col-md-6 {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.deroulementOffre .col-md-6 h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
}
.deroulementOffre .col-md-6 h3 em {
  font-size: 40px;
}
.deroulementOffre .col-md-6:nth-child(3) {
  margin-bottom: 50px;
}
.deroulementOffre .col-md-6:nth-child(4) {
  margin-top: -150px;
}
.deroulementOffre .col-md-6:nth-child(5) {
  margin-bottom: 50px;
}
.deroulementOffre .col-md-6:nth-child(6) {
  margin-top: -100px;
}
.deroulementOffre .col-md-6:not(.left) {
  text-align: left;
  align-items: flex-start;
}
.deroulementOffre .col-md-6:not(.left) .block-text p {
  text-align: left;
}
.deroulementOffre .col-md-6.left {
  text-align: right;
}
.deroulementOffre .col-md-6.left .block-text p {
  text-align: right;
}

.scrollIndic {
  position: relative;
  margin-bottom: 3rem;
}
.scrollIndic:after {
  content: none;
}

.timelineImplantation {
  padding-bottom: 100px;
}
.timelineImplantation .row {
  justify-content: center;
}
.timelineImplantation .slidePicto {
  display: none;
}
.timelineImplantation .col-12:first-child {
  margin-bottom: 3rem;
}
.timelineImplantation .col-12:last-child {
  margin-top: 3rem;
}
.timelineImplantation .col-12 img {
  width: 1000px;
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.timelineImplantation .link {
  margin-bottom: -34px;
  margin-top: 35px;
}
.timelineImplantation + .referencement {
  margin-top: -35px;
}

.page-usage-simple .secondContent .col-12:first-child .block-text p {
  color: #000;
  font-weight: 500;
}
.page-usage-simple .secondContent .col-12 .t-3 {
  color: #000;
  text-align: center;
}
.page-usage-simple .secondContent .videoContent {
  margin-top: 3rem;
}
.page-usage-simple .secondContent .schemaStep .schemaStepTitle{
  width: 100%;
  margin-bottom: 2rem;
}
.page-usage-simple .secondContent .schemaStep {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
  padding: 60px 0;
}
.page-usage-simple .secondContent .schemaStep .step {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
}
.page-usage-simple .secondContent .schemaStep .step > div {
  border-radius: 50%;
  padding: 0;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-usage-simple .secondContent .schemaStep .step > div img {
  width: 100%;
  border-radius: 50%;
}
.page-usage-simple .secondContent .schemaStep .step p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 0.3rem;
}
.page-usage-simple .secondContent .schemaStep .step p i {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
.page-usage-simple .secondContent .col-auto + .col-auto, .page-usage-simple .secondContent .col-auto + .col-auto + .block{
  margin-top: 2rem;
}
.page-usage-simple .lastContent {
  background-color: #000;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 0;
}
.page-usage-simple .swiperAvis {
  width: 100%;
  max-width: 100%;
}
.page-usage-simple .swiperAvis:not(.swiper-initialized) .tranding-slider-control {
  display: none;
}
.page-usage-simple .swiperAvis.swiper-initialized:not(.few-slides) {
  padding-bottom: 4rem;
}
.page-usage-simple .swiperAvis .swiper-slide {
  text-align: center;
  max-width: 100%;
  text-align: center;
}
.page-usage-simple .swiperAvis .swiper-slide strong {
  font-weight: bold;
  color: #fff;
}
.page-usage-simple .swiperAvis .block-text p {
  text-align: center;
}
.page-usage-simple .swiperAvis .swiper-button-next svg, .page-usage-simple .swiperAvis .swiper-button-prev svg {
  stroke: #fff;
}
.page-usage-simple .swiperAvis .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.page-usage-simple .swiperAvis .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.page-activite .secondContent {
  background-color: #000;
  color: #fff;
  padding-top: 15rem;
  margin-top: -15rem;
  position: relative;
}
.page-activite .secondContent .videoCol {
  margin-bottom: 2rem;
}
.page-activite .secondContent a {
  color: #fff;
}
.page-activite .secondContent .btn {
  color: #000;
}
.page-activite .secondContent .block-text ul {
  list-style: none;
  width: 700px;
  max-width: 100%;
}
.page-activite .secondContent .block-text li strong {
  text-transform: uppercase;
}
.page-activite .secondContent .block-text li, .page-activite .secondContent .block-text p {
  text-align: left;
  text-wrap: balance;
}
.page-activite .useCaseLink {
  position: absolute;
  top: -1rem;
  z-index: 2;
}
.page-activite .lastContent {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.avantageTitle {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.swiperAvantagesContainer {
  width: 100%;
}

.swiperAvantages {
  width: 100%;
}
.swiperAvantages:not(.swiper-initialized) {
  overflow: visible;
}
.swiperAvantages:not(.swiper-initialized) .swiper-slide {
  width: calc(25% - 2rem);
  margin: 1rem;
}
.swiperAvantages:not(.swiper-initialized) .tranding-slider-control {
  display: none;
}
.swiperAvantages.swiper-initialized {
  padding-bottom: 4rem;
}
.swiperAvantages .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
.swiperAvantages h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiperAvantages h3:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjIgMTEuMDhWMTJhMTAgMTAgMCAxIDEtNS45My05LjE0Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMjIgNCAxMiAxNC4wMSA5IDExLjAxIj48L3BvbHlsaW5lPjwvc3ZnPg==");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0.5rem;
}
.swiperAvantages .swiper-button-next svg, .swiperAvantages .swiper-button-prev svg {
  stroke: #fff;
}
.swiperAvantages .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.swiperAvantages .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.firstContent {
  position: relative;
  z-index: 1;
}
.firstContent .col-md-6.blockSpec {
  padding-bottom: 17rem;
}

.page-tarifs .listContentContainer .row {
  width: 1400px;
  max-width: 100%;
}
.page-tarifs .listContentContainer .row:nth-child(3), .page-tarifs .listContentContainer .row:nth-child(4) {
  margin-top: 3rem;
}
.page-tarifs .listContentContainer .row:nth-child(3) .listImg, .page-tarifs .listContentContainer .row:nth-child(4) .listImg {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.page-tarifs .listContentContainer .listBlock {
  padding: 2rem;
  grid-template-columns: 200px 1fr auto;
  grid-template-rows: repeat(2, auto);
}
.page-tarifs .listContentContainer .listBlock > .listImg {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.page-tarifs .listContentContainer .listBlock .listBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.page-tarifs .listContentContainer .listBlock .listBtn strong {
  font-size: 2rem;
}
.page-tarifs .listContentContainer .container-fluid > p {
  margin-top: 4rem;
}
.page-tarifs .listImg {
  grid-area: 1/1/2/2;
}
.page-tarifs .listContent {
  grid-area: 1/2/2/3;
}
.page-tarifs .listBtn {
  grid-area: 1/3/2/4;
}
.page-tarifs .fourLinks {
  margin-top: 1rem;
}
.page-tarifs .fourMoreText {
  height: 0;
  overflow: hidden;
  grid-area: 2/2/3/4;
}
.page-tarifs .fourMoreText div {
  margin: 1rem 0;
}

.listContentContainer .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.listContentContainer .container-fluid > p {
  text-align: center;
  font-style: italic;
  margin: 10px 0 30px 0;
}
.listContentContainer .container-fluid > .col-12 {
  text-align: center;
}
.listContentContainer .row {
  background: #e6e6e6;
  width: 100%;
  border-radius: 1rem;
}
.listContentContainer .row:not(:last-of-type) {
  margin-bottom: 50px;
}
.listContentContainer .row .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.listContentContainer .listBlock {
  padding: 70px 5%;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
}
.listContentContainer .listBlock > .listImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listContentContainer .listBlock > .listImg img {
  width: 100%;
}
.listContentContainer .listBlock > .listContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.listContentContainer .listBlock > .listContent > div:not(.listBtn) {
  display: flex;
  flex-direction: column;
  width: calc(100% - 350px);
}
.listContentContainer .listBlock > .listContent > div:not(.listBtn) p em {
  font-style: italic;
  font-size: 14px;
}
.listContentContainer .listBlock > .listContent > div:not(.listBtn) .block-text {
  margin: 0;
}
.listContentContainer .listBlock > .listContent > div:not(.listBtn) .block-text ul {
  padding-left: 40px;
}
.listContentContainer .listBlock > .listContent > div:not(.listBtn) .block-text p {
  text-align: left;
}
.listContentContainer .listBlock > .listContent .listBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 100%;
}
.listContentContainer .listBlock > .listContent .listBtn strong {
  font-size: 1.5rem;
}
.listContentContainer .listBlock > .listContent .listBtn .btn {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 15px;
}
.listContentContainer + .lastContent .col-12:first-child {
  margin-bottom: 3rem;
}

.tarifInfos .row {
  justify-content: center;
}
.tarifInfos .col-12 {
  margin-bottom: 4rem;
}

.tarifInfosVisual {
  max-width: 500px;
}
.tarifInfosVisual img {
  border-radius: 1rem;
}

.foursPerformantsVisuels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
}

.videoMateriel {
  margin: 4rem 0;
}

.pizzasIntro .videoPizzaBtn {
  margin: -3.5rem auto 0 auto;
}
.pizzasIntro .pictureAndVideo svg path {
  fill: #000;
}
.pizzasIntro .pictureAndVideo .btn {
  color: #fff;
  background-color: #000;
}
.pizzasIntro .col-12 > .block-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  max-width: 100%;
}
.pizzasIntro .col-12 > .block-text > p {
  width: 100%;
}
.pizzasIntro .col-12 > .block-text .block-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}

.listPizza .row .col-12 {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.pizzaBlock {
  width: calc(33.3% - 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  margin: 1rem;
}

.pizzaName {
  margin-bottom: 1rem;
  display: inline-block;
  text-transform: uppercase;
}

.pizzaHover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.pizzaHover figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 2;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  user-select: none;
  color: #fff;
  opacity: 0;
  transform: translate(0, 30px);
}
.pizzaHover figcaption p {
  margin-top: 1rem;
}

.pizzaOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  border-radius: 1rem;
}

.photoPizzaSurvol {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

.zoom-in {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.2s ease;
}
.zoom-in svg {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  fill: #fff;
}
.zoom-in:before {
  content: "Voir les ingrédients";
  font-size: 1rem;
  color: #fff;
}

.page-pizzas .lastContent {
  background-color: #000;
  color: #fff;
  padding-top: 5rem;
}
.page-pizzas .lastContent a {
  color: #fff;
}
.page-pizzas .swiperAvis .swiper-button-next svg, .page-pizzas .swiperAvis .swiper-button-prev svg {
  stroke: #fff;
}
.page-pizzas .swiperAvis .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.page-pizzas .swiperAvis .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.pizzaOutroImg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.pizzaOutroImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.meubleDetail .col-12 {
  margin-bottom: 3rem;
}

.meubleSelectContainer {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.meubleSelectContainer .btn {
  margin: 0.5rem 1rem;
}
.meubleSelectContainer .btn.active {
  background-color: #000;
  color: #fff;
}

.meubleDetailContainer {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  grid-column-gap: 2rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
  user-select: none;
  pointer-events: none;
}
.meubleDetailContainer:not([data-meuble=tutto-in-uno]) {
  display: none;
}
.meubleDetailContainer:not([data-meuble=tutto-in-uno]) .meubleVisuel {
  opacity: 0;
  transform: scale(0.95);
}
.meubleDetailContainer:not([data-meuble=tutto-in-uno]) .meubleText, .meubleDetailContainer:not([data-meuble=tutto-in-uno]) .meubleTable {
  opacity: 0;
  transform: translate(0, 40px);
}
.meubleDetailContainer.active {
  display: flex;
  height: auto;
  opacity: 1;
  pointer-events: initial;
  user-select: initial;
}

.meubleVisuel {
  width: 210px;
  min-width: 210px;
}

.meubleText > div {
  margin: 0.5rem 0;
}

.meubleTable {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.meubleRow {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 1rem 0.5rem;
}
.meubleRow div:first-child {
  width: 250px;
  font-weight: bold;
  text-transform: uppercase;
}
.meubleRow div:last-child {
  width: 100px;
  margin-left: 2rem;
  text-align: right;
}

.page-services .justify-content-center, .page-location .justify-content-center {
  margin-bottom: 4rem;
}

.map-wrapper {
  width: 700px;
  margin: 0 auto;
  transform: scale(0.5);
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.map-wrapper path {
  transition: fill 0.3s ease-in-out;
}
.map-wrapper g:hover path {
  fill: #000 !important;
}

#dept-tooltip {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: repeat(2, 50px);
  grid-column-gap: 5px;
  align-items: center;
  position: fixed;
  border-radius: 1rem;
  color: #fff;
  background-color: #000;
  overflow: hidden;
  padding-right: 0.5rem;
}
#dept-tooltip img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  grid-area: 1/1/3/2;
}
#dept-tooltip strong {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  grid-area: 1/2/2/3;
}
#dept-tooltip p {
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-style: italic;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  grid-area: 2/2/3/3;
}

.mapListSwitcher {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.mapListSwitcher p {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
}

.mapListSwitcherCheckbox {
  display: flex;
  align-items: center;
}
.mapListSwitcherCheckbox * {
  box-sizing: inherit;
}
.mapListSwitcherCheckbox *:before, .mapListSwitcherCheckbox *:after {
  box-sizing: inherit;
}
.mapListSwitcherCheckbox input[type=checkbox] {
  --active: #000;
  --active-inner: #fff;
  --focus: 2px rgba(0, 0, 0, 0.2);
  --border: #000;
  --border-hover: #000;
  --background: #fff;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 25px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 2px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
.mapListSwitcherCheckbox input[type=checkbox]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}
.mapListSwitcherCheckbox input[type=checkbox]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
.mapListSwitcherCheckbox input[type=checkbox]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
.mapListSwitcherCheckbox input[type=checkbox]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.mapListSwitcherCheckbox input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.mapListSwitcherCheckbox input[type=checkbox]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
.mapListSwitcherCheckbox input[type=checkbox]:focus {
  box-shadow: 0 0 0 var(--focus);
}
.mapListSwitcherCheckbox input[type=checkbox].switch {
  width: 50px;
  border-radius: 14px;
}
.mapListSwitcherCheckbox input[type=checkbox].switch:after {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background: var(--ab, var(--border));
  transform: translateX(var(--x, 0));
}
.mapListSwitcherCheckbox input[type=checkbox].switch:checked {
  --ab: var(--active-inner);
  --x: 25px;
}
.mapListSwitcherCheckbox input[type=checkbox].switch:disabled:not(:checked):after {
  opacity: 0.6;
}
.mapListSwitcherCheckbox input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 8px;
  font-size: 1.1rem;
  font-weight: bold;
}

.equipeList .col-12 {
  margin: 4rem 0;
}

.swiperTeam:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}
.swiperTeam:not(.swiper-initialized) .swiper-slide {
  width: 300px;
  margin: 1rem;
  height: auto;
}
.swiperTeam:not(.swiper-initialized) .tranding-slider-control {
  display: none;
}
.swiperTeam.swiper-initialized {
  padding-bottom: 4rem;
  width: 100%;
}
.swiperTeam.swiper-initialized.few-slides .swiper-wrapper {
  justify-content: center;
}
.swiperTeam.swiper-initialized.hidden {
  padding-bottom: 0;
}

.serviceClientRow .swiperTeam:not(.swiper-initialized) .equipeItem:first-child {
  margin: 1rem 100%;
}

.equipeItem {
  width: 300px;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.equipeItemImg {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.equipeItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
}
.equipeItemImg a {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.equipeItemImg a svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.equipeItemImg a:hover {
  transform: scale(1.1);
  transition: transform 1.5s cubic-bezier(0, 0.07, 0.57, 0.99);
}

.equipeItemInfo {
  width: 100%;
  padding: 0.5rem;
  opacity: 0;
}

.equipeName {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
}

.equipePoste {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.equipePoste p {
  display: flex;
  align-items: center;
  width: 100%;
}
.equipePoste p:first-child {
  display: none;
}
.equipePoste .btn {
  padding: 0.2rem 0.6rem;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.equipePoste.relationClientPoste p:first-child, .equipePoste.chefPoste p:first-child {
  display: flex;
}

.fondateurContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.fondateurs {
  width: 230px;
  margin: 1rem;
}
.fondateurs span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.chefVenteContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.chefDesVentes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 3rem 1rem 1rem 1rem;
  width: 300px;
  max-width: 100%;
}
.chefDesVentes img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.chefDesVentes p {
  margin-top: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.chefDesVentes .btn {
  margin-top: 0.5rem;
}

.page-faq .top-page {
  padding: 10rem 5% 0 5%;
}
.page-faq .top-page .container-fluid {
  padding: 0 1rem;
  background-color: transparent;
}
.page-faq .top-page .block {
  padding: 0 1rem;
}

.faq .col-12 {
  margin-bottom: 3rem;
}

.faqContainer_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  margin: 0.75rem auto;
}

.faqContainer_item_ask {
  background: #000;
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 3rem;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
}
.faqContainer_item_ask p {
  position: relative;
}
.faqContainer_item_ask p:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -1.5rem;
  top: calc(50% - 0.5rem);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNOSAxOGw2LTYtNi02Ii8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}
.faqContainer_item_ask.active p:before {
  transform: rotate(90deg);
}

.faqContainer_item_response {
  height: 0;
  overflow: hidden;
}
.faqContainer_item_response > div {
  background-color: #e6e6e6;
  padding: 2rem 4rem;
  border-radius: 1rem;
  margin: 2rem 0;
  box-shadow: 0px 5px 20px -20px rgba(0, 0, 0, 0.7);
}
.faqContainer_item_response p {
  margin: 0.5rem 0;
}
.faqContainer_item_response p a {
  text-decoration: underline;
}
.faqContainer_item_response p .btn {
  text-decoration: none;
  margin-top: 1rem;
}
.faqContainer_item_response ul {
  margin: 0.75rem 0;
  padding-left: 1rem;
}
.faqContainer_item_response ul li {
  margin: 0.25rem 0;
}

.catList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1rem;
}
.catList li {
  margin: 0.25rem 0;
}
.catList li:not(:last-child) {
  margin-right: 1rem;
}
.catList a.special {
  border-color: #fff;
}

.block-post .thumbnail {
  overflow: hidden;
  border-radius: 1rem;
}

.single-page .top-page, .page-actualites .top-page {
  padding: 10rem 5% 0 5%;
}
.single-page .top-page .container-fluid, .page-actualites .top-page .container-fluid {
  padding: 0 1rem;
  background-color: transparent;
}
.single-page .top-page .container-fluid .livreBlancLink a, .page-actualites .top-page .container-fluid .livreBlancLink a {
  color: #000;
}
.single-page .top-page .row, .page-actualites .top-page .row {
  gap: 1rem;
}

.single-page .top-page {
  padding-bottom: 1rem;
}

.catListBlock {
  padding: 1rem;
  max-width: 100%;
}

.livreBlancLinkContainer {
  margin-left: 1rem;
  padding: 1rem;
  background-color: #000;
  color: #fff;
}

.livreBlancLink {
  margin-top: 1rem;
}

.historyBackContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.historyBackContainer .t-1{
  margin-bottom: 1rem;
}

.historyBack {
  display: flex;
  align-items: center;
}
.historyBack i {
  margin-left: 0.5rem;
}
.historyBack svg {
  margin-bottom: -2px;
  width: 20px;
  height: 20px;
}

.loadMoreBtn {
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  color: #000;
}
.loadMoreBtn p {
  margin-left: 0.5rem;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #c2c2c2;
  position: absolute;
  left: 0;
  top: 0;
}

.page-contact .top-page, .page-contact-touchdown-2025 .top-page {
  padding-top: 12rem;
}
.page-contact .after-top .block-text ul, .page-contact-touchdown-2025 .after-top .block-text ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-contact .after-top .block-text ul li, .page-contact-touchdown-2025 .after-top .block-text ul li {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem 1rem 0 0;
  text-align: left;
}
.page-contact .after-top .block-text ul li:before, .page-contact-touchdown-2025 .after-top .block-text ul li:before {
  margin-bottom: 0;
  margin-right: 5px;
  filter: invert(1);
}
.page-contact .after-top div.t-1, .page-contact-touchdown-2025 .after-top div.t-1 {
  margin-top: 2rem;
}

.formRappel {
  background-color: transparent;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 2;
}
.formRappel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}

/*FORM*/
.wpcf7 {
  max-width: 100%;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin: 1rem auto;
}
.wpcf7-form label {
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
  position: relative;
}
.wpcf7-form label .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1rem;
  border: 1px solid #fff;
  color: #fff;
  resize: none;
  display: block;
  border-radius: 2rem;
  font-size: 16px;
}
.wpcf7-form label input::placeholder, .wpcf7-form label textarea::placeholder {
  font-family: "neulis-neue", sans-serif;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  font-size: 16px;
}
.wpcf7-form label input:focus, .wpcf7-form label input:hover, .wpcf7-form label textarea:focus, .wpcf7-form label textarea:hover {
  outline: none;
}
.wpcf7-form label input:focus::placeholder, .wpcf7-form label input:focus::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:hover::placeholder, .wpcf7-form label textarea:hover::placeholder {
  opacity: 1;
}
.wpcf7-form label input:focus + i, .wpcf7-form label input:hover + i, .wpcf7-form label textarea:focus + i, .wpcf7-form label textarea:hover + i {
  opacity: 1;
}
.wpcf7-form label input:focus::-webkit-contacts-auto-fill-button, .wpcf7-form label textarea:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.wpcf7-form label input:not(:placeholder-shown) + i, .wpcf7-form label textarea:not(:placeholder-shown) + i {
  opacity: 1;
}
.wpcf7-form label input:not(:placeholder-shown) + i svg path, .wpcf7-form label textarea:not(:placeholder-shown) + i svg path {
  fill: #99c455;
}
.wpcf7-form label input.wpcf7-not-valid, .wpcf7-form label textarea.wpcf7-not-valid {
  padding: 0.5rem 1rem 1.5rem 1rem;
}
.wpcf7-form label input.wpcf7-not-valid + i svg path, .wpcf7-form label textarea.wpcf7-not-valid + i svg path {
  fill: #ef7a4b;
}
.wpcf7-form label textarea {
  border-radius: 1.5rem;
}
.wpcf7-form label.big {
  width: 100%;
}
.wpcf7-form label.big i {
  top: 1rem;
}
.wpcf7-form i {
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form i svg path {
  fill: #fff;
  transition: fill 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form [data-name=souhait], .wpcf7-form [data-name=activite] {
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
  position: relative;
  z-index: 2;
}
.wpcf7-form [data-name=souhait] .select, .wpcf7-form [data-name=activite] .select {
  padding: 15px 15px;
}
.wpcf7-form [data-name=souhait] .select .options li:first-child, .wpcf7-form [data-name=activite] .select .options li:first-child {
  display: none;
}
.wpcf7-form [data-name=souhait] .select .styledSelect, .wpcf7-form [data-name=activite] .select .styledSelect {
  padding: 15px 15px;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  text-transform: initial;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form [data-name=souhait] .select .styledSelect.filled, .wpcf7-form [data-name=souhait] .select .styledSelect.active, .wpcf7-form [data-name=activite] .select .styledSelect.filled, .wpcf7-form [data-name=activite] .select .styledSelect.active {
  color: #fff;
}
.wpcf7-form [data-name=souhait] .select .styledSelect:hover, .wpcf7-form [data-name=activite] .select .styledSelect:hover {
  color: #fff;
}
.wpcf7-form [data-name=souhait] select.wpcf7-not-valid + .styledSelect::after, .wpcf7-form [data-name=activite] select.wpcf7-not-valid + .styledSelect::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNlZjdhNGIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PGxpbmUgeDE9IjEyIiB5MT0iOCIgeDI9IjEyIiB5Mj0iMTIiPjwvbGluZT48bGluZSB4MT0iMTIiIHkxPSIxNiIgeDI9IjEyLjAxIiB5Mj0iMTYiPjwvbGluZT48L3N2Zz4=");
}
.wpcf7-form [data-name=souhait] select.wpcf7-not-valid + .styledSelect.filled:after, .wpcf7-form [data-name=activite] select.wpcf7-not-valid + .styledSelect.filled:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM5OWM0NTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjIgMTEuMDhWMTJhMTAgMTAgMCAxIDEtNS45My05LjE0Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMjIgNCAxMiAxNC4wMSA5IDExLjAxIj48L3BvbHlsaW5lPjwvc3ZnPg==");
}

/*Checkbox*/
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item > label {
  cursor: pointer;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
  width: 34px;
  min-width: 34px;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:not(:last-child) {
  margin-right: 6px;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover {
  background: rgba(255, 255, 255, 0.2);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child {
  border-color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #fff;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx {
  position: absolute;
  visibility: hidden;
  width: 0;
  padding: 0;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child {
  animation: wave-4 0.4s ease;
  background-color: #fff;
  border-color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #000;
}
.wpcf7-acceptance .wpcf7-list-item > label .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wpcf7-acceptance .checkbox__text {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 600px;
  height: 300px;
  max-width: 100%;
  max-height: 100%;
  top: calc(50% - 150px);
  left: calc(50% - 300px);
  z-index: 100;
  background-color: #99c455;
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0px 0px 50px -40px #fff;
  opacity: 0;
  transform: translate(0, 50px);
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
  background-color: #ef7a4b;
}
.wpcf7 .endForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7 .submitContainer {
  margin-top: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.wpcf7 input[type=submit] {
  background-color: transparent;
  border: none;
  outline: none;
  color: unset;
  cursor: pointer;
  margin: 0 auto;
  padding: 0.7rem 2rem 0.5rem 2rem;
  min-width: 280px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  border: transparent;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 1rem;
}
.wpcf7 input[type=submit]:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.wpcf7 .novalidate {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: #fff;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #ef7a4b;
  font-size: 0.8rem;
  position: absolute;
  bottom: 5px;
  left: 1rem;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  z-index: 1;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 15.5px);
  top: calc(50% - 15.5px);
  margin: 0;
  width: 31px;
  height: 31px;
  background-color: transparent;
  opacity: 1;
  user-select: none;
  pointer-events: none;
}
.wpcf7 .wpcf7-spinner:after, .wpcf7 .wpcf7-spinner:before {
  content: "";
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  animation: animloader 2s linear infinite;
}
.wpcf7 .wpcf7-spinner:after:after, .wpcf7 .wpcf7-spinner:before:after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.recaptchaCredit {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  color: #fff;
  width: 100%;
  font-style: italic;
  font-weight: 300;
}
.recaptchaCredit a {
  font-size: 0.8rem;
  margin: 0 0.25rem;
  text-decoration: underline;
  color: #fff;
}




/* FORM TOUCHDOWN */
.search-container {
    --color-bg: #000;
    --color-text: #fff;
    --color-text-muted: #ccc;
    --color-border: #fff;
    --color-border-muted: #555;
    --color-border-dark: #333;
    --color-bg-secondary: #111;
    --color-bg-hover: #333;
    --color-bg-suggestion: #222;
    --color-button-bg: #fff;
    --color-button-text: #000;
    --color-button-hover: #ccc;
    --border-radius: 25px;
    --border-radius-small: 10px;
    --spacing-sm: 5px;
    --spacing-md: 15px;
    --spacing-lg: 25px;
    --spacing-xl: 30px;
    --max-width: 900px;
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 1rem auto 0 auto;
    & .search-box {
        background: var(--color-bg-secondary);
        border-radius: var(--border-radius-small);
        padding: var(--spacing-md);
        border: 1px solid var(--color-border-dark);
    }
    & #search-company {
        background: transparent;
        border: 1px solid var(--color-border-muted);
        border-radius: var(--border-radius);
        padding: 10px var(--spacing-md);
        color: var(--color-text);
        font-size: 15px;
        outline: none;
        width: 100%;
        font-family: inherit;
        transition: border-color 0.2s ease;
        &::placeholder {
            color: #aaa;
        }
        &:focus {
            border-color: var(--color-button-bg);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
        }
    }
    & #suggestions {
        background: var(--color-bg-secondary);
        border: 1px solid var(--color-border-dark);
        border-radius: var(--border-radius-small);
        margin-top: var(--spacing-sm);
        display: none;
        max-height: 250px;
        overflow-y: auto;
        position: absolute;
        z-index: 9999;
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }
  }
label:has(#companyname) {
  & #suggestions {
    background: var(--bg-color);
    border: 1px solid var(--bg-button);
    border-radius: 2rem;
    margin-top:-1px;
    padding: 1rem;
    line-height: 1.4;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 4px 6px rgb(0 0 0 / .3);
    &::-webkit-scrollbar {
      width:3px;
    }
    &::-webkit-scrollbar-track {
      background: var(--bg-color);
      border-radius: 2rem;
    }
    &::-webkit-scrollbar-thumb {
      background: var(--bg-button);
      border-radius: 2rem;
    }
    & .suggestion-item {
      cursor: pointer;
      transition: all .25s ease-in-out;
      &:hover, &:focus {
        background: var(--bg-button);
        outline: none;
        color: var(--bg-color);
        padding-inline: 1rem;
        border-radius: 2rem;
      }
    }
  }
}

#sb_form {
  background:none!important;
  padding:0!important;
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin: 1rem auto;
}
#sb_form label {
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
  position: relative;
  &:has(.error-visible) {
    & input {
      border-color:red;color:red;
    }
    & .error-visible {
      display:none!important;
    }
  }
}
#sb_form label #sb_form-control-wrap {
  display: block;
}
#sb_form label input, #sb_form label textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1rem;
  border: 1px solid #fff;
  color: #fff;
  resize: none;
  display: block;
  border-radius: 2rem;
  font-size: 16px;
  font-family: "neulis-neue", sans-serif;
}
#sb_form label input::placeholder, #sb_form label textarea::placeholder {
  font-family: "neulis-neue", sans-serif;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  font-size: 16px;
}
#sb_form label input:focus, #sb_form label input:hover, #sb_form label textarea:focus, #sb_form label textarea:hover {
  outline: none;
}
#sb_form label input:focus::placeholder, #sb_form label input:focus::placeholder, #sb_form label input:hover::placeholder, #sb_form label input:hover::placeholder, #sb_form label textarea:focus::placeholder, #sb_form label textarea:focus::placeholder, #sb_form label textarea:hover::placeholder, #sb_form label textarea:hover::placeholder {
  opacity: 1;
}
#sb_form label input:focus + i, #sb_form label input:hover + i, #sb_form label textarea:focus + i, #sb_form label textarea:hover + i {
  opacity: 1;
}
#sb_form label input:focus::-webkit-contacts-auto-fill-button, #sb_form label textarea:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
#sb_form label input:not(:placeholder-shown) + i, #sb_form label textarea:not(:placeholder-shown) + i {
  opacity: 1;
}
#sb_form label input:not(:placeholder-shown) + i svg path, #sb_form label textarea:not(:placeholder-shown) + i svg path {
  fill: #99c455;
}
#sb_form label input.wpcf7-not-valid, #sb_form label textarea.wpcf7-not-valid {
  padding: 0.5rem 1rem 1.5rem 1rem;
}
#sb_form label input.wpcf7-not-valid + i svg path, #sb_form label textarea.wpcf7-not-valid + i svg path {
  fill: #ef7a4b;
}
#sb_form label textarea {
  border-radius: 1.5rem;
}
#sb_form label.big {
  width: 100%;
}
#sb_form label.big i {
  top: 1rem;
}
#sb_form i {
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
#sb_form i svg path {
  fill: #fff;
  transition: fill 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
#sb_form [data-name=souhait], #sb_form [data-name=activite] {
  width: 100%;
  margin: 0 .75rem;
  position: relative;
  z-index: 2;
}
#sb_form [data-name=souhait] .select, #sb_form [data-name=activite] .select {
  padding: 15px 15px;height:auto;
}
#sb_form [data-name=souhait] .select .options li:first-child, #sb_form [data-name=activite] .select .options li:first-child {
  display: none;
}
#sb_form [data-name=souhait] .select .styledSelect, #sb_form [data-name=activite] .select .styledSelect {
  padding: 15px 15px;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  text-transform: initial;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  height: 3.5rem;
}
#sb_form [data-name=souhait] .select .styledSelect.filled, #sb_form [data-name=souhait] .select .styledSelect.active, #sb_form [data-name=activite] .select .styledSelect.filled, #sb_form [data-name=activite] .select .styledSelect.active {
  color: #fff;
}
#sb_form [data-name=souhait] .select .styledSelect:hover, #sb_form [data-name=activite] .select .styledSelect:hover {
  color: #fff;
}
#sb_form [data-name=souhait] select.wpcf7-not-valid + .styledSelect::after, #sb_form [data-name=activite] select.wpcf7-not-valid + .styledSelect::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNlZjdhNGIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PGxpbmUgeDE9IjEyIiB5MT0iOCIgeDI9IjEyIiB5Mj0iMTIiPjwvbGluZT48bGluZSB4MT0iMTIiIHkxPSIxNiIgeDI9IjEyLjAxIiB5Mj0iMTYiPjwvbGluZT48L3N2Zz4=");
}
#sb_form [data-name=souhait] select.wpcf7-not-valid + .styledSelect.filled:after, #sb_form [data-name=activite] select.wpcf7-not-valid + .styledSelect.filled:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM5OWM0NTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjIgMTEuMDhWMTJhMTAgMTAgMCAxIDEtNS45My05LjE0Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMjIgNCAxMiAxNC4wMSA5IDExLjAxIj48L3BvbHlsaW5lPjwvc3ZnPg==");
}

#sb_form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 600px;
  height: 300px;
  max-width: 100%;
  max-height: 100%;
  top: calc(50% - 150px);
  left: calc(50% - 300px);
  z-index: 100;
  background-color: #99c455;
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0px 0px 50px -40px #fff;
  opacity: 0;
  transform: translate(0, 50px);
}
#sb_form.invalid .wpcf7-response-output {
  color: #fff;
  background-color: #ef7a4b;
}
#sb_form .endForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sb_form .submitContainer {
  margin-top: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
#sb_form input[type=submit] {
  background-color: transparent;
  border: none;
  outline: none;
  color: unset;
  cursor: pointer;
  margin: 0 auto;
  padding: 0.7rem 2rem 0.5rem 2rem;
  min-width: 280px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  border: transparent;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 1rem;
}
#sb_form input[type=submit]:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
#sb_form .novalidate {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: #fff;
}
#sb_form .wpcf7-not-valid-tip {
  color: #ef7a4b;
  font-size: 0.8rem;
  position: absolute;
  bottom: 5px;
  left: 1rem;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  z-index: 1;
}
#sb_form .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 15.5px);
  top: calc(50% - 15.5px);
  margin: 0;
  width: 31px;
  height: 31px;
  background-color: transparent;
  opacity: 1;
  user-select: none;
  pointer-events: none;
}
#sb_form .wpcf7-spinner:after, #sb_form .wpcf7-spinner:before {
  content: "";
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  animation: animloader 2s linear infinite;
}
#sb_form .wpcf7-spinner:after:after, #sb_form .wpcf7-spinner:before:after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#sb_form {
  & div:has(.acceptance) {
    display:block;margin:0 auto;
    & .acceptance {
      display:flex;width:100%;align-items:center;justify-content:center;cursor:pointer;
      & span {
        font-size:.8rem;color:#fff;font-style:italic;flex:0 0 auto;
        &.inputCheckbox {
          margin-right:.5rem;
          & input {
            display:none;
            &:checked ~ .checkbox-default {
              display:none;
            }
            &:checked ~ .checkbox-checked {
              display:inline-block;
            }
            & ~ .checkbox-default {
              display:inline-block;
            }
            & ~ .checkbox-checked {
              display:none;
            }
          }
        }
      }
    }
  }
  &:has([name="lead|dvt_consentement_web_rgpd"]:not(:checked)) {
    & .submitContainer input[type="submit"] {
      opacity:.6;cursor:not-allowed;pointer-events:none;
    }
  }
}

/* END FORM TOUCHDOWN */







/*FOOTER*/
footer {
  padding: 2.5rem 5%;
  background-color: #e6e6e6;
  position: relative;
}
footer .faqLink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.7rem 0.7rem 0.7rem 1.5rem;
  border-radius: 3rem;
  background-color: #000;
  color: #fff;
  z-index: 1;
}
footer .faqLink .t-3 {
  flex-direction: row;
  margin-right: 1rem;
  font-size: 1rem;
}
footer .faqLink .t-3 em {
  margin-right: 0.5rem;
}
footer .leftFooter {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 430px;
}
footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
footer .logo:after {
  content: none;
}
footer .davant {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2rem;
  margin-top: 1rem;
}
footer .davant p {
  font-weight: bolder;
  text-transform: uppercase;
  text-align: left;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
footer .davant img {
  height: 25px;
  margin: 0;
}
footer .rightFooter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: calc(100% - 430px);
}
footer .secondRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}
footer .secondRow .btn {
  margin: 0.5rem 1rem;
}
footer .secondRow .socials {
  margin: 0.5rem 0;
}
footer .mentions-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
}
footer .mentions-container p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000;
  font-size: 0.9rem;
}
footer .mentions-container a {
  text-decoration: none;
  font-size: 0.9rem;
}
footer .mentions-container span {
  display: flex;
}
footer .mentions-container span img {
  height: 0.9rem;
  display: block;
}

.footerNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.footerNav nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.footerNav .menu li .sub-menu {
  align-items: flex-start;
}
.footerNav .menu li .sub-menu li {
  background-color: transparent;
}
.footerNav .menu li.children > a, .footerNav .menu li.children > .parentTitle {
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.5rem 0;
}
.footerNav .menu .sub-menu {
  position: initial;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  user-select: initial;
  pointer-events: initial;
  box-shadow: none;
}
.footerNav .menu .sub-menu li a {
  padding: 0.2rem 0;
  display: inline-block;
  background-color: transparent;
  color: #000;
}

/*RESPONSIVE*/
@media screen and (max-width: 1600px) {
  .hoverCard {
    height: 500px;
    margin: 1rem;
  }
  .hoverCardTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1500px) {
  .logo:after {
    width: 200px;
    font-size: 0.9rem;
    right: auto;
    left: 0;
    top: 100%;
    text-align: center;
  }
  .listContentContainer .listBlock {
    grid-template-columns: 350px 1fr;
  }
  .listContentContainer .listBlock > .listContent {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .listContentContainer .listBlock > .listContent > div:not(.listBtn) {
    width: 100%;
  }
  .equipeItem {
    width: 310px;
  }
  .equipeItemImg {
    height: 340px;
  }
  .swiperTeam:not(.swiper-initialized) .swiper-slide {
    width: 310px;
  }
  .equipePoste {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 0;
  }
  .equipePoste p:first-child {
    text-transform: uppercase;
  }
  .equipeRegion:before {
    content: none;
  }
  .page-contact .top-page .block-text ul, .page-contact-touchdown-2025 .top-page .block-text ul {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 1rem 0 0 0;
  }
  .page-contact .top-page .block-text ul li:before, .page-contact-touchdown-2025 .top-page .block-text ul li:before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .page-usage-simple .secondContent .schemaStep .step {
    width: 210px;
  }
  .page-activite .secondContent {
    padding-top: 10rem;
  }
  .firstContent .col-md-6.blockSpec {
    padding-bottom: 14rem;
  }
  footer .leftFooter {
    flex-direction: column;
    align-items: flex-start;
    width: 220px;
  }
  footer .leftFooter .logo:before {
    content: none;
  }
  footer .davant {
    margin-left: 0;
    margin-top: 1rem;
  }
  footer .rightFooter {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1300px) {
  .home-intro .row {
    grid-template-columns: 400px auto;
    grid-template-rows: repeat(3, auto);
    width: 1000px;
    margin: 0 auto;
  }
  .home-intro .row > div:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .home-intro .row > div:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .home-intro .row > div:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .home-intro .row > div:nth-child(4) {
    grid-area: 3/1/4/3;
  }
  .home-intro-titre {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-intro-swiper {
    display: flex;
    align-items: center;
    transform: translate(0, 50px);
  }
  .home-intro-conclusion {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transform: translate(0, 50px);
  }
  .home-intro-conclusion .block-text p {
    text-align: center;
    font-size: 1.3rem;
  }
  .top-page.hasSimulator .block {
    padding-bottom: 10rem;
  }
  .quickSimulatorBar {
    width: calc(90% - 4rem);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 0;
    left: calc(5% + 2rem);
  }
  .quickSimulatorBarTitle p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .simulateurGo {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 0.75rem;
  }
  .simulateurGo .select {
    width: 320px;
  }
  .simulateurGo .sendContainer {
    width: 320px;
  }
  .simulateurGo .sendContainer .btn {
    width: 100%;
  }
  .home-intro + .top-page {
    margin-top: 2rem;
  }
  .hoverCard {
    height: 400px;
  }
  .hoverCardTitle {
    font-size: 1.7rem;
  }
  .meubleDetailContainer {
    width: 900px;
    display: grid;
    grid-template-columns: 280px auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0;
  }
  .meubleDetailContainer.active {
    display: grid;
  }
  .meubleVisuel {
    width: 100%;
    grid-area: 1/1/3/2;
  }
  .meubleText {
    grid-area: 1/2/2/3;
    padding-left: 1rem;
  }
  .meubleTable {
    grid-area: 2/2/3/3;
    padding-left: 1rem;
  }
  .page-activite .secondContent {
    padding-top: 5rem;
    margin-top: 0;
  }
  .firstContent .col-md-6.blockSpec {
    padding-bottom: 2rem;
  }
  .livreBlancLinkContainer {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
  .block-post .content .t-3 {
    font-size: 1.2rem;
  }
  .block-post .content > div span {
    font-size: 1rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 1200px) {
  .logo {
    width: 150px;
  }
  .logo:after {
    content: none;
  }
  .btnMenu {
    display: flex;
    transform: translate(0, 0);
    right: 5%;
    top: 1.5rem;
  }
  body.menuOpen .header_right {
    user-select: initial;
    pointer-events: initial;
  }
  body.menuOpen header .menu .sub-menu {
    user-select: initial;
    pointer-events: initial;
  }
  .header_right {
    padding: 2rem;
    background-color: #000;
    border-radius: 2rem;
    max-width: calc(100% - 2rem);
    top: 1rem;
    right: 1rem;
    position: fixed;
    align-items: flex-start;
    margin-right: 0;
    box-shadow: 0px 0px 20px -15px rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
  .header_right a {
    color: #fff;
  }
  .topLinks {
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
  }
  .topLinksContact {
    padding: 0.75rem 1rem 0.4rem 1rem;
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
  }
  .topLinksContact a {
    padding: 0.5rem;
  }
  .topLinksContact a:first-child:after {
    content: none;
  }
  .topLinksContact a:nth-child(2):before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-image: url("../img/mail-picto.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
  }
  .topLinksContact a:nth-child(2):after {
    content: none;
  }
   .topLinksContact a:last-child:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1ibGVuZC1pY29uIGx1Y2lkZS1ibGVuZCI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjciLz48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI3Ii8+PC9zdmc+");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
  }
  .topLinksBenefice {
    margin-left: 0;
    margin: 0.5rem 0;
  }
  header .menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  header .menu > div:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  header .menu > div:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  header .menu > div:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  header .menu > div:nth-child(4) {
    grid-area: 2/1/3/2;
  }
  header .menu > div:nth-child(5) {
    grid-area: 2/2/3/3;
  }
  header .menu li {
    margin: 0.2rem 0;
  }
  header .menu li a {
    font-size: 1.2rem;
    margin: 0;
    display: flex;
  }
  header .menu .children > a, header .menu .children > .parentTitle {
    text-decoration: underline;
    color: #fff;
    margin: 0;
  }
  header .menu .sub-menu {
    position: initial;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    width: auto;
    box-shadow: none;
    border: none;
  }
  header .menu .sub-menu li a {
    font-size: 0.9rem;
  }
  .home-intro {
    padding-top: 5rem;
  }
  .home-intro .row {
    grid-template-columns: 400px auto;
    grid-template-rows: repeat(3, auto);
    width: 100%;
  }
  .home-intro .row > div:nth-child(1) {
    grid-area: 3/1/4/2;
  }
  .home-intro .row > div:nth-child(2) {
    grid-area: 1/1/2/3;
  }
  .home-intro .row > div:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .home-intro .row > div:nth-child(4) {
    grid-area: 3/2/4/3;
  }
  .home-intro-swiper {
    margin-bottom: 2rem;
  }
  .home-intro-swiper .swiper {
    width: 100%;
  }
  .home-intro-conclusion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }
  .home-intro-conclusion .block-text p {
    text-align: left;
  }
  .imgTransitionContainer {
    height: 400px;
  }
  .top-page .block {
    padding: 6rem 5% 3rem 2rem;
  }
  .listContentContainer .listBlock {
    padding: 70px 5% 70px 0;
  }
  .postList {
    padding-bottom: 0;
  }
  .block-post {
    width: calc(50% - 2rem);
  }
  .swiperTeam .equipeItem {
    margin: 1rem 0;
  }
  .equipeItemImg img {
    transform: scale(1);
  }
  .equipeItemInfo {
    opacity: 1;
    text-align: center;
  }
  .equipePoste {
    align-items: center;
  }
  .equipePoste p {
    justify-content: center;
  }
  .page-benefices{
    & .secondContent{
      & .videoCol{
        margin-bottom: 3rem;
      }
    }
  }
  footer .secondRow {
    flex-wrap: wrap;
  }
  footer .secondRow .btn {
    margin: 0.5rem 0 0.5rem 1rem;
  }
  footer .secondRow .socials {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  footer .secondRow .socials a {
    margin: 0.25rem 0.5rem;
  }
}
@media screen and (max-width: 1150px) {
  .tarifInfosVisual {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .t-1 {
    font-size: 1.8rem;
  }
  .t-2 {
    font-size: 1.5rem;
  }
  .hoverCard {
    margin: 0.5rem;
    width: calc(33.33% - 1rem);
    height: 350px;
  }
  .page-tarifs .listContentContainer .listBlock {
    grid-template-columns: 170px 1fr;
    grid-template-rows: repeat(3, auto);
  }
  .page-tarifs .listContentContainer .listBlock .listBtn {
    align-items: flex-start;
  }
  .page-tarifs .listContentContainer .row:nth-child(3), .page-tarifs .listContentContainer .row:nth-child(4) {
    margin-top: 0;
  }
  .page-tarifs .listContentContainer .row:nth-child(3) .listImg, .page-tarifs .listContentContainer .row:nth-child(4) .listImg {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-tarifs .listContentContainer .row:nth-child(3) .listImg img, .page-tarifs .listContentContainer .row:nth-child(4) .listImg img {
    width: 150px;
  }
  .page-tarifs .listImg {
    grid-area: 1/1/2/2;
  }
  .page-tarifs .listContent {
    grid-area: 1/2/3/3;
  }
  .page-tarifs .listBtn {
    grid-area: 2/1/3/2;
  }
  .page-tarifs .fourMoreText {
    grid-area: 3/1/4/3;
  }
}
@media screen and (max-width: 1020px) {
  .hoverCard {
    margin: 1rem;
    width: calc(50% - 2rem);
    height: 300px;
  }
  .pizzaName {
    font-size: 1.2rem;
  }
  .pizzaHover figcaption {
    padding: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .basicAppear.-xLeft, .basicAppear.-xRight {
    transform: translate(0, 50px);
  }
  .home-intro .row {
    grid-template-columns: 280px auto;
    width: 100%;
  }
  .home-intro-titre {
    font-size: 1.6rem;
  }
  .home-intro-titre strong {
    font-size: 3rem;
  }
  .home-intro-swiper {
    margin-bottom: 1rem;
  }
  .quickSimulatorBar {
    bottom: -2.5rem;
  }
  .simulateurGo .sendContainer {
    width: 230px;
  }
  .linkToPages + .temoignagesClients {
    padding-top: 250px;
    margin-top: -220px;
  }
  .activiteLinksPages{
    padding-top: 2rem;
  }
  .page-accueil .top-page {
    background-image: none;
    background-color: transparent;
  }
  .page-accueil .imgTransition {
    margin-bottom: 2rem;
  }
  body.remerciement .top-page {
    background-image: none;
  }
  .top-page {
    padding: 7.5rem 5% 2rem 5%;
    background-image: url("../img/hero-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .top-page .container-fluid {
    padding: 0 15px;
    background-color: transparent;
  }
  .top-page .col-lg-6.block {
    padding: 0 1rem;
    order: 2;
  }
  .top-page .pictureAndVideo {
    order: 1;
    margin-bottom: 3rem;
  }
  .top-page.hasSimulator .block {
    padding-bottom: 7rem;
  }
  .top-page-visual {
    margin-left: 0;
    padding: 0;
    min-height: 1px;
    margin-bottom: 2rem;
  }
  .top-page-visual img {
    border-radius: 1rem;
  }
  .top-page-visual::before {
    content: none;
  }
  .page-materiel .top-page, .page-tarifs .top-page {
    padding-bottom: 0;
  }
  .labelBlock div:first-child {
    height: 300px;
  }
  .pizzaBlock {
    width: calc(50% - 2rem);
  }
  .page-usage-simple .secondContent .schemaStep {
    padding: 0;
    width: 700px;
    max-width: 100%;
    margin-bottom: 0;
  }
  .page-usage-simple .secondContent .schemaStep .step {
    width: 225px;
    margin: 15px;
    padding: 15px;
  }
  .page-usage-simple .secondContent .schemaStep + .col-lg-6 {
    align-items: center;
    text-align: center;
    margin-top: 2rem;
  }
  .page-usage-simple .secondContent .schemaStep + .col-lg-6 .block-text {
    text-align: center;
  }
  .page-usage-simple .secondContent .schemaStep + .col-lg-6 .block-text p, .page-usage-simple .secondContent .schemaStep + .col-lg-6 .block-text li {
    text-align: center;
  }
  .page-usage-simple .secondContent .schemaStep + .col-lg-6 .block-text ul {
    list-style-position: inside;
  }
  .page-usage-simple .secondContent .schemaStep + .col-lg-6 + .col-auto {
    margin-top: 2rem;
  }
  .page-usage-simple .secondContent .col-auto + .col-auto{
    margin-top: 2rem;
    order: 10;
  }
  .page-usage-simple .secondContent .col-auto + .col-auto + .block{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    & .t-2{
      align-items: center;
      text-align: center;
    }
    & .block-text{
      & p{
        text-align: center;
      }
    }
  }
   .page-benefices{
    & .secondContent{
      & .row{
        & div:first-child{
          order: 1;
        }
        & div:nth-child(2){
          order: 2;
        }
        & div:nth-child(3){
          order: 4;
        }
         & div:nth-child(4){
          order: 3;
        }
      }
    }
  }
  .foursStockageVisuels {
    display: none;
  }
  footer .row {
    justify-content: center;
  }
  footer .leftFooter {
    flex-direction: column;
    align-items: center;
    width: 100%;
    order: 2;
  }
  footer .davant {
    align-items: center;
    text-align: center;
  }
  footer .rightFooter {
    align-items: center;
    width: 490px;
    max-width: 100%;
    order: 1;
  }
  footer .firstRow {
    width: 100%;
  }
  footer .faqLink {
    width: 100%;
  }
  footer .secondRow {
    justify-content: center;
    margin-top: 0.5rem;
  }
  footer .secondRow .btn {
    margin: 0.5rem 0;
    width: 100%;
  }
  footer .secondRow .socials {
    justify-content: center;
  }
  footer .mentions-container {
    order: 3;
  }
}
@media screen and (max-width: 850px) {
  .header_right {
    padding: 4.5rem 1rem 2rem 1rem;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    box-shadow: none;
    transform: none;
    flex-direction: column;
    justify-content: flex-start;
    user-select: none;
    pointer-events: none;
    overflow-y: scroll;
    order: 1;
  }
  header nav {
    width: 100%;
  }
  header .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    width: 100%;
  }
  header .menu .children:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  header .menu .children:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  header .menu .children:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  header .menu .children:nth-child(4) {
    grid-area: 1/2/2/3;
  }
  header .menu .children:nth-child(5) {
    grid-area: 3/1/4/3;
  }
  .topLinks {
    order: 2;
  }
  .topLinksBenefice {
    height: auto;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
  .topLinksBenefice .beneficeLink {
    height: auto;
    color: #000;
  }
  .topLinksContact {
    margin-top: 1.5rem;
  }
  .home-intro .container-fluid {
    padding: 3rem;
  }
  .home-intro + .top-page {
    padding-top: 7rem;
  }
  .home-intro {
    padding-bottom: 1rem;
    background-size: cover;
    background-position: center;
  }
  .home-intro .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home-intro-titre {
    order: 1;
    transform: translate(0, 50px);
  }
  .home-intro-swiper {
    order: 2;
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .home-intro-visual {
    display: none;
  }
  .home-intro-conclusion {
    order: 3;
  }
  .quickSimulatorBar {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 0;
    border: none;
    border-radius: 1rem;
    margin-bottom: -8rem;
  }
  .top-page.hasSimulator  + .after-top{
    padding-top: 7rem;
  }
  .imgTransitionContainer {
    height: 300px;
  }
  .listContentContainer .listBlock {
    padding: 0 1rem 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .listContentContainer .listBlock .t-2 {
    align-items: center;
    text-align: center;
  }
  .listContentContainer .listBlock > .listContent {
    align-items: center;
    max-width: 100%;
  }
  .listContentContainer .listBlock > .listContent > div:not(.listBtn) .block-text p {
    text-align: center;
  }
  .listContentContainer .listBlock > .listContent > div:not(.listBtn) .block-text ul {
    padding-left: 0;
    text-align: center;
    margin-top: 1rem;
  }
  .listContentContainer .listBlock > .listContent > div:not(.listBtn) .block-text ul li {
    list-style: none;
    font-weight: 500;
  }
  .listContentContainer .listBlock > .listContent .listBtn {
    margin-top: 1rem;
  }
  .page-tarifs .listContentContainer .listBlock .listBtn {
    align-items: center;
    text-align: center;
  }
  .page-tarifs .fourLinks {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-tarifs .fourLinks .btn {
    margin: 0.5rem;
  }
  .equipeList .col-12 {
    margin: 2rem 0 1rem 0;
  }
  .deroulementOffre .col-md-6:nth-child(4) {
    margin-top: -200px;
  }
  footer .leftFooter {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .davant {
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top-page .col-lg-6.block {
    padding: 0 1rem;
  }
  .simulateurGo .select {
    width: 340px;
    max-width: 100%;
  }
  .simulateurGo .sendContainer {
    width: 340px;
    max-width: 100%;
    margin-left: 0;
  }
  .hoverCard {
    margin: 0.5rem;
    width: calc(50% - 1rem);
    height: 260px;
  }
  .hoverCardTitle {
    font-size: 1.5rem;
  }
  .visuelHover .btn {
    font-size: 0.9rem;
  }
  .pizzaBlock {
    width: 100%;
    margin: 1rem;
  }
  .meubleDetail .col-12 {
    align-items: flex-start;
  }
  .meubleDetail .t-2 {
    text-align: left;
    align-items: flex-start;
  }
  .meubleSelectContainer .btn {
    margin: 0;
  }
  .meubleSelectContainer .btn:first-child {
    margin-right: 0.5rem;
  }
  .meubleDetailContainer {
    width: 100%;
    grid-template-columns: 170px auto;
    grid-template-rows: repeat(2, auto);
  }
  .meubleVisuel {
    grid-area: 1/1/2/2;
    min-width: auto;
  }
  .meubleText {
    grid-area: 1/2/2/3;
  }
  .meubleText > .t-3 {
    font-size: 1.3rem;
  }
  .meubleText > div {
    margin: 0.5rem 0;
    font-size: 0.9rem;
  }
  .meubleTable {
    margin-top: 2rem;
    grid-area: 2/1/3/3;
  }
  .meubleRow {
    width: 100%;
  }
  .meubleRow div:last-child {
    width: auto;
    flex: 1;
    text-align: right;
  }
  .deroulementOffre .col-12:last-child {
    margin-top: 0 !important;
  }
  .deroulementOffre .scrollIndic + .col-md-6 {
    display: none;
  }
  .deroulementOffre .col-md-6 {
    margin: 0 !important;
    align-items: center !important;
  }
  .deroulementOffre .col-md-6:not(.left) {
    text-align: center;
  }
  .deroulementOffre .col-md-6:not(.left) .block-text p {
    text-align: center;
  }
  .deroulementOffre .col-md-6.left {
    text-align: center;
  }
  .deroulementOffre .col-md-6.left .block-text p {
    text-align: center;
  }
  .timelineImplantation {
    padding-bottom: 0;
  }
  .timelineImplantation .col-12:nth-child(2) img {
    width: 300px;
  }
  .timelineImplantation .col-12:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .hasBackground .container-fluid {
    margin-bottom: 0;
  }
  .firstContent .col-md-6:not(.blockSpec) {
    padding-bottom: 3rem;
  }
  .block-post {
    width: 100%;
    margin: 1rem;
  }
  .equipeItem {
    width: calc(50% - 2rem);
  }
  .equipeItemImg {
    height: 240px;
  }
  .videoContent .cmplz-blocked-content-notice {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 640px) {
  .equipeName {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .wpcf7-form label, .wpcf7-form [data-name=souhait], .wpcf7-form [data-name=activite] {
    width: 100%;
    margin: 0.75rem 0;
  }
  .wpcf7 .wpcf7-form .wpcf7-response-output {
    width: calc(100% - 2rem);
    left: 1rem;
    top: 20%;
  }
}
@media screen and (max-width: 540px) {
  .t-1 {
    font-size: 1.6rem;
  }
  .t-2 {
    font-size: 1.4rem;
  }
  .block-text.center p {
    text-align: justify;
  }
  .page-faq .block-text.center p{
    text-align: center;
  }
   header nav{
    margin-top: 2rem;
   }
  header .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  header .menu .children>.parentTitle{
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
  }
  header .menu .parentTitle:after{
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNOSAxOGw2LTYtNi02Ii8+PC9zdmc+");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .3s ease-in-out;
  }
  header .menu .sub-menu{
    overflow: hidden;
    height: 0;
    visibility: hidden;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
  }
  header .menu .sub-menu li a{
    font-size: 1rem;
  }
  header .menu .children.open .parentTitle:after {
    transform: rotate(90deg);
  }
  header .menu .children.open .sub-menu {
    height: auto;
    visibility: visible;
    opacity: 1;
    user-select: initial;
    pointer-events: initial;
  }
  .topLinksContact {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-intro-visual{
    display: flex;
    order: 2;
    margin-top: .5rem;
  }
  .home-intro .container-fluid {
    padding: 2rem;
  }
  .home-intro-titre {
    font-size: 1.4rem;
    order: 1;
  }
  .home-intro-conclusion{
    order: 3;
    & .block-text{
      margin: 0;
      & p{
        text-wrap: balance;
      }
    }
  }
  .home-intro-swiper{
    order: 4;
  }
  .home-intro-titre strong {
    font-size: 2rem;
  }
  .quickSimulatorBar{
    padding: 1rem;
  }
  .pictureAndVideo svg {
    width: 5rem;
    height: 5rem;
  }
  .pictureAndVideo .btn {
    font-size: 0.8rem;
  }
  .hoverCard {
    margin: 0.5rem 0;
    width: 100%;
    height: 200px;
  }
  .linkToPages + .temoignagesClients {
    padding-top: 160px;
    margin-top: -140px;
  }
  .tarifInfos .col-12 ul {
    text-align: left;
  }
  .page-location .lastContent .col-12:last-child .block-text p {
    font-size: 1.2rem;
  }
  .secondContent .block-text p {
    text-align: justify;
  }
  .commerciauxContainer .col-12:nth-child(2) {
    margin-bottom: 0;
  }
  .page-contact .after-top .col-12:last-child .block-text p, .page-contact-touchdown-2025 .after-top .col-12:last-child .block-text p {
    text-align: center;
  }
  .page-pizzas .lastContent .row:last-child .block-text p {
    text-align: justify;
  }

  .tutto-intro .listBtn {
    width: 100%;
  }
   .tutto-intro .listBtn .btn{
    width: 100%;
  }
  .meubleDetail .col-12 {
    align-items: center;
  }
  .meubleDetail .t-2 {
    text-align: center;
    align-items: center;
  }
  .meubleDetailContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .meubleDetailContainer.active {
    display: flex;
  }
  .meubleVisuel {
    width: 170px;
  }
  .meubleText {
    padding-left: 0;
    margin-top: 1rem;
  }
  .meubleTable {
    padding-left: 0;
    margin-top: 1rem;
  }
  .meubleTable .t-3{
    margin-bottom: .5rem;
  }
  .meubleRow {
    padding: 0.5rem 0;
  }
  .meubleRow div:first-child {
    width: 210px;
    font-size: 0.9rem;
    text-transform: initial;
  }
  .meubleRow div:last-child {
    margin-left: 1rem;
  }
  .page-tarifs .fourLinks {
    flex-direction: column;
    align-items: center;
  }
  .page-tarifs .fourLinks .btn {
    width: 100%;
  }
  .tarifInfos .col-12 {
    margin-bottom: 2rem;
  }
  .tarifInfosVisual {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .videoMateriel {
    margin: 0 0 2rem 0;
  }
  .pizzasIntro .col-12 > .block-text .block-text {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    margin: 1rem 0 0 0;
  }
  .listPizza .row .col-12 {
    margin-top: 0rem;
    margin-bottom: 2rem;
    align-items: flex-start;
  }
  .pizzaBlock {
    width: 100%;
    align-items: flex-start;
  }
  .equipeItem {
    width: 100%;
    margin: 1rem 0;
  }
  .equipeName {
    font-size: 1.3rem;
  }
  .footerLinks .btn {
    width: 100%;
    margin: 0.5rem 0;
  }
  .block-post .thumbnail {
    height: 160px;
  }
  footer .row > div {
    padding: 0 1rem;
  }
  footer .leftFooter {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  footer .faqLink {
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    padding: 0;
  }
  footer .faqLink .t-3 {
    margin-right: 0;
    color: #000;
    margin-bottom: 0.5rem;
  }
  footer .faqLink .btn {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
  }
  footer .socials {
    margin-top: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  footer .davant {
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .mentions-container p {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .home-intro-titre {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .home-intro-titre:after {
    content: none;
  }
  .home-intro-swiper .swiper .swiper-slide:after {
    content: none;
  }
  .home-intro-swiper .tranding-slider-control {
    justify-content: center;
  }
  .home-intro-conclusion {
    align-items: center;
    text-align: center;
  }
  .home-intro-conclusion .block-text p {
    text-align: center;
  }
  .page-accueil .imgTransition {
    display: none;
  }
  .newsPreview {
    padding-top: 2rem;
  }
  .videoCol {
    width: 100%;
    max-width: 640px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  .videoCol iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .videoCol.videoMateriel {
    margin-bottom: 2rem;
  }
  .swiperLabelsContainer {
    padding: 0;
  }
  .labelBlock div:first-child {
    height: 240px;
  }
  .labelContainer .col-12:last-child {
    margin-top: 2rem;
  }
  .deroulementOffre .col-md-6 {
    padding: 1rem;
  }
  .pizzasOutro {
    padding-top: 0;
  }
  .catList li {
    width: 100%;
  }
  .catList li a {
    width: 100%;
    text-align: center;
  }
  .catList li:not(:last-child) {
    margin-right: 0;
  }
  .page-usage-simple .secondContent .videoCol {
    margin-top: 3rem;
  }
  .page-usage-simple .secondContent .schemaStep .step {
    margin: 0;
  }
  .page-usage-simple .secondContent .schemaStep + .col-lg-6 {
    margin-top: 2rem;
  }
}
/* PAGE LANDING generique*/
.page-landing-ete-2023, .page-landing-livre-blanc, .page-landing-ot, .page-landing-salon, .page-landing-black-friday {
  /*Checkbox*/
}
.page-landing-ete-2023 .top-page, .page-landing-livre-blanc .top-page, .page-landing-ot .top-page, .page-landing-salon .top-page, .page-landing-black-friday .top-page {
  background-color: transparent;
}
.page-landing-ete-2023 .top-page .container-fluid, .page-landing-livre-blanc .top-page .container-fluid, .page-landing-ot .top-page .container-fluid, .page-landing-salon .top-page .container-fluid, .page-landing-black-friday .top-page .container-fluid {
  padding: 0 1rem;
  background-color: transparent;
  color: #000;
}
.page-landing-ete-2023 .top-page .container-fluid a, .page-landing-livre-blanc .top-page .container-fluid a, .page-landing-ot .top-page .container-fluid a, .page-landing-salon .top-page .container-fluid a, .page-landing-black-friday .top-page .container-fluid a {
  color: #000;
}
.page-landing-ete-2023 .temoignages .col-12, .page-landing-livre-blanc .temoignages .col-12, .page-landing-ot .temoignages .col-12, .page-landing-salon .temoignages .col-12, .page-landing-black-friday .temoignages .col-12 {
  color: #fff;
}
.page-landing-ete-2023 .temoignages .swiperTemoignages, .page-landing-livre-blanc .temoignages .swiperTemoignages, .page-landing-ot .temoignages .swiperTemoignages, .page-landing-salon .temoignages .swiperTemoignages, .page-landing-black-friday .temoignages .swiperTemoignages {
  color: #fff;
}
.page-landing-ete-2023 .temoignages .btn.white, .page-landing-livre-blanc .temoignages .btn.white, .page-landing-ot .temoignages .btn.white, .page-landing-salon .temoignages .btn.white, .page-landing-black-friday .temoignages .btn.white {
  color: #000;
}
.page-landing-ete-2023 .wpcf7-form, .page-landing-livre-blanc .wpcf7-form, .page-landing-ot .wpcf7-form, .page-landing-salon .wpcf7-form, .page-landing-black-friday .wpcf7-form {
  margin-top: 1.5rem;
}
.page-landing-ete-2023 .wpcf7-form > label input, .page-landing-ete-2023 .wpcf7-form > label textarea, .page-landing-livre-blanc .wpcf7-form > label input, .page-landing-livre-blanc .wpcf7-form > label textarea, .page-landing-ot .wpcf7-form > label input, .page-landing-ot .wpcf7-form > label textarea, .page-landing-salon .wpcf7-form > label input, .page-landing-salon .wpcf7-form > label textarea, .page-landing-black-friday .wpcf7-form > label input, .page-landing-black-friday .wpcf7-form > label textarea {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.page-landing-ete-2023 .wpcf7-form > label input::placeholder, .page-landing-ete-2023 .wpcf7-form > label textarea::placeholder, .page-landing-livre-blanc .wpcf7-form > label input::placeholder, .page-landing-livre-blanc .wpcf7-form > label textarea::placeholder, .page-landing-ot .wpcf7-form > label input::placeholder, .page-landing-ot .wpcf7-form > label textarea::placeholder, .page-landing-salon .wpcf7-form > label input::placeholder, .page-landing-salon .wpcf7-form > label textarea::placeholder, .page-landing-black-friday .wpcf7-form > label input::placeholder, .page-landing-black-friday .wpcf7-form > label textarea::placeholder {
  color: #000;
}
.page-landing-ete-2023 .wpcf7-form i svg path, .page-landing-livre-blanc .wpcf7-form i svg path, .page-landing-ot .wpcf7-form i svg path, .page-landing-salon .wpcf7-form i svg path, .page-landing-black-friday .wpcf7-form i svg path {
  fill: #000;
}
.page-landing-ete-2023 .wpcf7-form [data-name=souhait] .select .styledSelect, .page-landing-ete-2023 .wpcf7-form [data-name=activite] .select .styledSelect, .page-landing-livre-blanc .wpcf7-form [data-name=souhait] .select .styledSelect, .page-landing-livre-blanc .wpcf7-form [data-name=activite] .select .styledSelect, .page-landing-ot .wpcf7-form [data-name=souhait] .select .styledSelect, .page-landing-ot .wpcf7-form [data-name=activite] .select .styledSelect, .page-landing-salon .wpcf7-form [data-name=souhait] .select .styledSelect, .page-landing-salon .wpcf7-form [data-name=activite] .select .styledSelect, .page-landing-black-friday .wpcf7-form [data-name=souhait] .select .styledSelect, .page-landing-black-friday .wpcf7-form [data-name=activite] .select .styledSelect {
  border-color: #000;
  color: rgba(0, 0, 0, 0.6);
}
.page-landing-ete-2023 .wpcf7-form [data-name=souhait] .select .styledSelect.filled, .page-landing-ete-2023 .wpcf7-form [data-name=activite] .select .styledSelect.filled, .page-landing-livre-blanc .wpcf7-form [data-name=souhait] .select .styledSelect.filled, .page-landing-livre-blanc .wpcf7-form [data-name=activite] .select .styledSelect.filled, .page-landing-ot .wpcf7-form [data-name=souhait] .select .styledSelect.filled, .page-landing-ot .wpcf7-form [data-name=activite] .select .styledSelect.filled, .page-landing-salon .wpcf7-form [data-name=souhait] .select .styledSelect.filled, .page-landing-salon .wpcf7-form [data-name=activite] .select .styledSelect.filled, .page-landing-black-friday .wpcf7-form [data-name=souhait] .select .styledSelect.filled, .page-landing-black-friday .wpcf7-form [data-name=activite] .select .styledSelect.filled {
  color: #000;
}
.page-landing-ete-2023 .styledSelect, .page-landing-livre-blanc .styledSelect, .page-landing-ot .styledSelect, .page-landing-salon .styledSelect, .page-landing-black-friday .styledSelect {
  background-color: #fff;
}
.page-landing-ete-2023 .styledSelect:after, .page-landing-livre-blanc .styledSelect:after, .page-landing-ot .styledSelect:after, .page-landing-salon .styledSelect:after, .page-landing-black-friday .styledSelect:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiLz48cGF0aCBkPSJNMTYgMTJsLTQgNC00LTRNMTIgOHY3Ii8+PC9zdmc+");
}
.page-landing-ete-2023 .styledSelect.filled:after, .page-landing-livre-blanc .styledSelect.filled:after, .page-landing-ot .styledSelect.filled:after, .page-landing-salon .styledSelect.filled:after, .page-landing-black-friday .styledSelect.filled:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM5OWM0NTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjIgMTEuMDhWMTJhMTAgMTAgMCAxIDEtNS45My05LjE0Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMjIgNCAxMiAxNC4wMSA5IDExLjAxIj48L3BvbHlsaW5lPjwvc3ZnPg==");
}
.page-landing-ete-2023 .wpcf7 input[type=submit], .page-landing-livre-blanc .wpcf7 input[type=submit], .page-landing-ot .wpcf7 input[type=submit], .page-landing-salon .wpcf7 input[type=submit], .page-landing-black-friday .wpcf7 input[type=submit] {
  color: #fff;
  background: #000;
}
.page-landing-ete-2023 [data-name=souhait] select.wpcf7-not-valid + .styledSelect::after, .page-landing-ete-2023 [data-name=activite] select.wpcf7-not-valid + .styledSelect::after, .page-landing-livre-blanc [data-name=souhait] select.wpcf7-not-valid + .styledSelect::after, .page-landing-livre-blanc [data-name=activite] select.wpcf7-not-valid + .styledSelect::after, .page-landing-ot [data-name=souhait] select.wpcf7-not-valid + .styledSelect::after, .page-landing-ot [data-name=activite] select.wpcf7-not-valid + .styledSelect::after, .page-landing-salon [data-name=souhait] select.wpcf7-not-valid + .styledSelect::after, .page-landing-salon [data-name=activite] select.wpcf7-not-valid + .styledSelect::after, .page-landing-black-friday [data-name=souhait] select.wpcf7-not-valid + .styledSelect::after, .page-landing-black-friday [data-name=activite] select.wpcf7-not-valid + .styledSelect::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNlZjdhNGIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PGxpbmUgeDE9IjEyIiB5MT0iOCIgeDI9IjEyIiB5Mj0iMTIiPjwvbGluZT48bGluZSB4MT0iMTIiIHkxPSIxNiIgeDI9IjEyLjAxIiB5Mj0iMTYiPjwvbGluZT48L3N2Zz4=");
}
.page-landing-ete-2023 .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover, .page-landing-livre-blanc .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover, .page-landing-ot .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover, .page-landing-salon .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover, .page-landing-black-friday .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover {
  background: rgba(0, 0, 0, 0.2);
}
.page-landing-ete-2023 .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child, .page-landing-livre-blanc .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child, .page-landing-ot .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child, .page-landing-salon .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child, .page-landing-black-friday .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child {
  border-color: #000;
}
.page-landing-ete-2023 .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child, .page-landing-livre-blanc .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child, .page-landing-ot .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child, .page-landing-salon .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child, .page-landing-black-friday .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child {
  border: 1px solid #000;
}
.page-landing-ete-2023 .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg, .page-landing-livre-blanc .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg, .page-landing-ot .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg, .page-landing-salon .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg, .page-landing-black-friday .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg {
  stroke: #fff;
}
.page-landing-ete-2023 .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child, .page-landing-livre-blanc .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child, .page-landing-ot .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child, .page-landing-salon .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child, .page-landing-black-friday .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child {
  background-color: #000;
  border-color: #000;
}
.page-landing-ete-2023 .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg, .page-landing-livre-blanc .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg, .page-landing-ot .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg, .page-landing-salon .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg, .page-landing-black-friday .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #fff;
}
.page-landing-ete-2023 .wpcf7-acceptance .checkbox__text, .page-landing-livre-blanc .wpcf7-acceptance .checkbox__text, .page-landing-ot .wpcf7-acceptance .checkbox__text, .page-landing-salon .wpcf7-acceptance .checkbox__text, .page-landing-black-friday .wpcf7-acceptance .checkbox__text {
  color: #000;
}
.page-landing-ete-2023 .recaptchaCredit, .page-landing-ete-2023 .recaptchaCredit a, .page-landing-livre-blanc .recaptchaCredit, .page-landing-livre-blanc .recaptchaCredit a, .page-landing-ot .recaptchaCredit, .page-landing-ot .recaptchaCredit a, .page-landing-salon .recaptchaCredit, .page-landing-salon .recaptchaCredit a, .page-landing-black-friday .recaptchaCredit, .page-landing-black-friday .recaptchaCredit a {
  color: #000;
}

/* LIVRE BLANC */
.page-landing-livre-blanc .top-page .container-fluid {
  padding: 0 1rem;
  background-color: transparent;
  color: #000;
}
.page-landing-livre-blanc .top-page .container-fluid a {
  color: #000;
}
.page-landing-livre-blanc .wpcf7 {
  width: 480px;
  max-width: 100%;
}
.page-landing-livre-blanc .wpcf7 .wpcf7-not-valid-tip {
  color: #ef7a4b;
  font-size: 0.65rem;
}

@media screen and (max-width: 520px) {
  .page-landing-livre-blanc .wpcf7 {
    width: 100%;
  }
  .page-landing-livre-blanc .wpcf7-form {
    margin-top: 1.5rem;
    gap: 0;
  }
  .page-landing-livre-blanc .wpcf7-form > label {
    width: 100%;
    margin: 0.5rem 0;
  }
}/*# sourceMappingURL=add.css.map */


.cmplz-manage-consent{
  display: none;
}


/* ZONING LP */

.page-zoning-lp{
  &.scrolled{
    header .logo img{
      filter: invert(0) !important;
    }
  }
  & .topLinksBenefice{
    display: none;
  }
  & header {
    & .topLinksContact {
        padding: .4rem 1rem .4rem 1rem;
        & a{
          &.contactLink{
            &:after{
              content: none;
            }
          }
          &:last-child{
            display: none;
          }
        }
    }
  }
  & main{
    & > .wp-block-group {
      padding-right: 10vw;
      padding-left: 10vw;
      &.has-black-background-color, &.has-background{
        padding-top: 3rem;
        padding-bottom: 3rem;
      }
    }
  }
  & h1{
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
  }
  & h2{
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
  }
  & h3{
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
  }
  & .wp-block-video{
    overflow: hidden;
    border-radius: 2rem;
  }
  & .wp-block-media-text__media{
    border-radius: 2rem;
    overflow: hidden;
  }
  & .wp-block-embed__wrapper{
    text-align: center;
    & iframe{
      vertical-align: middle;
      border-radius: 1rem;
    }
    &.cmplz-blocked-content-container{
      background-size: cover;
      position: relative;
      & .cmplz-blocked-content-notice{
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 1rem;
        padding: 1rem;
        color: #000;
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        & .cmplz-links {
          margin: 0.5rem 0;
          & a {
            text-decoration: underline;
          }
        }
        & button {
          background-color: #000;
          color: #fff;
          border-radius: 1rem;
          padding: 0.5rem 1rem;
          font-size: 1rem;
          font-weight: 500;
          text-decoration: none;
          border: 1px solid #000;
          transition: all 0.3s;
          &:hover {
            background-color: #000;
            color: #fff;
          }
        }
      }
    }
  }


  & .wpcf7-form label textarea {
     height: 120px;
  }

  & footer{
    padding-top: 0;
    & .row:not(.mentionRow){
      display: none;
    }
  }
}
.lpHero{
  padding-top: 200px;
  padding-bottom: 3rem;
  background-color: #000;
  color: #fff;
  & .ti-widget.ti-goog .ti-widget-container {
    text-align: left;
    margin-bottom: 1rem;
  }
  &.lpHeroCoverImg{
    & .wp-block-image{
      width: 100%;
      height: 100%;
      & img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
  & .wp-block-image{
    & img{
      border-radius: 2rem;
    }
  }
  &.lpHeroNoBackground{
    background-color: transparent;
    padding-bottom: 0;
    color: #000;
  }
  & .lp-logos-swiper{
    &.few-slides{
      & .swiper-wrapper {
          justify-content: flex-start;
      }
    }
    &:not(.few-slides){
      & .swiper-wrapper {
          justify-content: flex-start;
      }
    }
    & .swiper-wrapper {
        justify-content: flex-start;
    }
    & .tranding-slider-control{
      justify-content: flex-start;
    }
  }
}

.lpNote{
  font-style: italic;
  margin-bottom: .5rem;
}
.lpSubTitle{
  font-weight: bold;
  font-size: 1.2rem;
}

.lpFormCta{
  display: none;
}

.lpGoToForm{
  & div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
  }
  & input{
    width: 270px;
    background-color: transparent;
    border: none;
    padding: 1rem;
    margin: 0;
    border: 1px solid #fff;
    color: #fff;
    resize: none;
    display: block;
    border-radius: 2rem;
    font-size: 16px;
  }
  & p{
    width: 270px;
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 2rem;
    padding: 1rem;
    text-align: center;
    &.active{
      cursor: pointer;
      opacity: 1;
    }
  }
}

.lp-logos-swiper{
  &.few-slides{
    padding-bottom: 0;
    & .swiper-wrapper {
      justify-content: center;
    }
  }
  &:not(.few-slides){
    padding-bottom: 3rem;
  }
  & .swiper-wrapper {
    align-items: center;
  }
  & .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    width: 130px;
    max-width: 100%;
    & figure{
      width: 100px;
    }
    & img{
      object-fit: contain;
      border-radius: 0;
    }
  }
}

.lpSimulator{
  position: relative;
  z-index: 1;
  & .quickSimulatorBar {
      width: 1100px;
      max-width: 100%;
      margin: 0 auto;
      position: initial;
      transform: translate(0, 0);
  }
}

.lpFormAndImgs{
  & .wp-block-gallery.has-nested-images{
    height: 100%;
  }
  & .wp-block-image {
    & .wp-element-caption{
      display: none;
    }
    & img {
      border-radius: 1rem;
      object-fit: cover;
    }
  }
}
.lp-gallery-swiper{
  padding-bottom: 4rem;
  & .swiper-slide{
    height: auto;
    & figure{
      height: 100%;
    }
    & img{
      height: 100%;
    }
  }
  & .tranding-slider-control{
    & .swiper-button-prev svg {
        stroke: #fff;
    }
    & .swiper-button-next svg {
        stroke: #fff;
    }
    & .swiper-pagination-bullet{
      border-color: #fff;
    }
    & .swiper-pagination-bullet-active{
        background-color: #fff;
    }
  }
}

.lpBenefices{
  & .wp-block-image {
    margin-bottom: .5rem;
  }
  & p{
    margin-top: 1rem;
  }
}

.lp-benefices-swiper{
  padding-bottom: 4rem;
}

.lpContents{
  & .wp-block-media-text {
    margin-bottom: 3rem;
    &:last-child{
      margin-bottom: 0;
    }
  }
  & .wp-block-media-text__content{
    & .wp-block-heading{
      margin-bottom: 1rem;
    }
  }
  & .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{
    min-height: 350px;
  }
}

.lpAvis{
  & .wp-block-heading {
    margin: 1rem 0 .75rem 0;
  }
}

.lpForm{
  & .wp-block-heading + .wp-block-heading{
    margin-top: .5rem;
  }
}

.lpFaq{
  & .schema-faq-section{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  & .schema-faq-question{
    background: #000;
    padding: 1rem 2rem 1rem 3rem;
    border-radius: 3rem;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
    &:before {
        content: "";
        width: 1rem;
        height: 1rem;
        position: absolute;
        left: 1.5rem;
        top: calc(50% - 0.5rem);
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNOSAxOGw2LTYtNi02Ii8+PC9zdmc+);
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 0.3s ease-in-out;
    }
  }
  & .schema-faq-answer {
      height: 0;
      overflow: hidden;
      padding: 0 2rem;
  }
}

.lpNewsletter{
  & .wpcf7-form {
    justify-content: center;
    & label {
        width: 350px;
        max-width: 100%;
        margin: 0.75rem;
        position: relative;
        & input {
          border: 1px solid #000;
          color: #000;
          &::placeholder {
            color: #000;
          }
        }
    }
    & .endForm{
      width: 350px;
      max-width: 100%;
      & .submitContainer{
        margin-top: 0;
      }
    }
    & input[type=submit]{
      width: 100%;
      padding: 1rem;
      margin: .75rem;
      border-radius: 2rem;
    }
  }
}

@media screen and (max-width: 1100px) {
  .page-zoning-lp{
    & > main {
      & > .wp-block-group {
        padding-right: 5vw;
        padding-left: 5vw;
      }
    }
  }
  .lpHero {
    padding-top: 150px;
  }
}
@media screen and (max-width: 781px) {
  .page-zoning-lp{
    & .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100%!important;
    }
  }
  
}

@media screen and (max-width: 600px) {
  .lpContents{
    & .wp-block-media-text>.wp-block-media-text__content{
      padding: 0;
      margin-top: 2rem;
    }
  }
  
}

@media screen and (max-width: 420px) {
  .page-zoning-lp{
    & > main {
      & > .wp-block-group {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        + .wp-block-spacer{
          height: 50px !important;
        }
      }
    }
  }
}
