:root {
  --black: black;
  --white: white;
  --blue-546d: #00546d;
  --grey-f5f5f5: whitesmoke;
  --bleu-0f93b2: #0f93b2;
  --blue-claire-1e728b: #1e728b;
  --gold-dcd525-8: #dcd52514;
  --jaune-d4cd25: #d4cd25;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  color: var(--blue-546d);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  color: var(--blue-546d);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  color: var(--blue-546d);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

.colors {
  background-color: var(--grey-f5f5f5);
}

.section-hero {
  background-image: linear-gradient(to right, #00546dd9, #0000 62%), url('../images/22-06-08-BEAU-MONDE3499-1.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100vw;
  height: 650px;
  margin-bottom: 100px;
  padding: 60px;
}

.section-hero.b2b {
  background-image: linear-gradient(to bottom, var(--bleu-0f93b2), var(--bleu-0f93b2));
  margin-bottom: 100px;
  padding: 40px 50px;
}

.container-1200 {
  z-index: 99;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container-1200.mnp {
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-1200.values {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.container-1200.solutions {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-1200.isslider {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

.container-1200.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-title {
  max-width: 22ch;
}

.hero-baseline {
  color: #fff;
  max-width: 39ch;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
}

.primary-button {
  background-color: var(--blue-546d);
  color: var(--white);
  border-radius: 70px;
  padding: 20px 50px;
  font-weight: 600;
  display: block;
}

.primary-button:hover {
  background-color: var(--blue-claire-1e728b);
}

.primary-button.hero {
  color: var(--blue-546d);
  cursor: pointer;
  background-color: #fff;
  border-radius: 70px;
  padding: 20px 50px;
  font-weight: 600;
}

.primary-button.hero:hover {
  background-color: var(--blue-claire-1e728b);
  color: var(--white);
}

.primary-button.isform {
  background-color: var(--white);
  color: var(--blue-546d);
}

.primary-button.isform:hover {
  background-color: var(--blue-claire-1e728b);
  color: var(--white);
}

.primary-button.pannes {
  padding-left: 40px;
  padding-right: 40px;
}

.primary-button.mobile {
  display: none;
}

.hero-bloc-text {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  margin-top: 50px;
  display: flex;
  position: absolute;
}

.heading {
  font-size: 44px;
}

.heading-2 {
  font-size: 38px;
}

.section-mnp {
  margin-bottom: 80px;
}

.mnp-title {
  text-align: center;
}

.mnp-text {
  text-align: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 40px;
}

.mnp__layout4-1row {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.wrapper-mnp__content {
  background-color: #00546d14;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.wrapper-mnp__content.values {
  background-color: #0000;
  padding: 0;
}

.mnp-content__image {
  margin-bottom: 20px;
}

.mnp-content__text {
  text-align: center;
}

.section-values {
  z-index: 99;
  align-items: center;
  height: 850px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.values-content__picto {
  margin-bottom: 20px;
}

.values-content__title {
  color: var(--white);
  font-weight: 600;
  line-height: 1.4;
}

.values-content__text {
  color: var(--white);
  text-align: center;
}

.values-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 50px;
}

.values-background {
  z-index: 1;
  background-color: var(--blue-546d);
  opacity: 1;
  min-width: 100vw;
  max-width: 100vw;
  max-height: 550px;
  margin-top: 138px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.1)rotate(-7deg);
}

.section-solutions {
  background-color: var(--gold-dcd525-8);
  text-align: center;
  width: 100vw;
  margin-top: -247px;
  margin-bottom: 110px;
  padding-top: 270px;
  padding-bottom: 90px;
}

.solutions-title {
  text-align: center;
  max-width: 27ch;
  margin-bottom: 60px;
}

.section-background__values {
  background-color: var(--blue-546d);
  height: 600px;
  max-height: 600px;
  position: fixed;
  inset: 0%;
}

.layout2__3rows {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.wrapper-solutions__content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.solutions-content__title {
  text-align: left;
}

.solutions-content__text {
  text-align: left;
  margin-bottom: 40px;
  font-weight: 400;
}

.solutions__image {
  border-radius: 20px;
}

.section-artisans {
  min-width: 100vw;
  overflow: hidden;
}

.wrapper-artisans__slider {
  max-height: 600px;
  margin-bottom: 130px;
}

.wrapper-slider__contents {
  max-height: 600px;
}

.slide {
  max-width: 450px;
  max-height: 450px;
}

.content-slider__image {
  min-width: 200px;
  max-width: 450px;
  min-height: 200px;
  max-height: 450px;
}

.slider {
  margin-bottom: 86px;
}

.artisans-slider {
  background-color: #0000;
  height: 450px;
  min-height: 200px;
  max-height: 800px;
  margin-bottom: 168px;
}

.artisans-slider.desktop {
  height: 500px;
}

.artisans-slider.mob {
  display: none;
}

.wrapper-slider__content {
  height: 450px;
  min-height: 200px;
  max-height: 800px;
  margin-left: 10px;
  margin-right: 10px;
}

.content__slide {
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/22-06-08-BEAU-MONDE3408.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  min-width: 200px;
  max-width: 450px;
  height: 450px;
  min-height: 200px;
  max-height: 450px;
  margin-right: 50px;
  overflow: hidden;
}

.content__slide.isfirst {
  background-image: linear-gradient(to top, var(--blue-546d), transparent 40%), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-right: 30px;
}

.content__slide.istext {
  background-image: none;
  border-radius: 0;
  margin-top: 60px;
  margin-right: 30px;
}

.content__slide._1 {
  background-image: linear-gradient(to top, var(--blue-546d), transparent 40%), url('../images/22-06-08-BEAU-MONDE3458.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-right: 30px;
}

.content__slide._2 {
  background-image: linear-gradient(to top, var(--blue-546d), transparent 40%), url('../images/2.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  margin-right: 30px;
}

.content__slide._3 {
  background-image: linear-gradient(to top, var(--blue-546d), transparent 40%), url('../images/3.jpg');
  background-position: 0 0, 15%;
  background-size: auto, cover;
  margin-right: 30px;
}

.content__slide._3.islast {
  margin-right: 0;
}

.content__slide._4 {
  background-image: linear-gradient(to top, var(--blue-546d), transparent 40%), url('../images/1_1.jpg');
  background-position: 0 0, 75%;
  background-size: auto, cover;
  margin-right: 30px;
}

.content__slide._5 {
  background-image: linear-gradient(to top, var(--blue-546d), transparent 40%), url('../images/2_1.jpg');
  background-position: 0 0, 40%;
  background-size: auto, cover;
  margin-right: 30px;
}

.content__slide._6 {
  background-image: linear-gradient(to top, var(--blue-546d), transparent 40%), url('../images/3_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-right: 30px;
}

.content__slide._7 {
  background-image: linear-gradient(to top, var(--blue-546d), transparent 40%), url('../images/4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-right: 30px;
}

.image {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 20px;
  display: none;
}

.wrapper-slide__text {
  flex-direction: column;
  display: flex;
}

.slider-text__paragraphe {
  max-width: 40ch;
  font-weight: 400;
}

.slide-name {
  color: var(--white);
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
}

.slide-job {
  max-width: 33ch;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.slide-job.robert {
  max-width: 30ch;
}

.slide-job.matheo {
  max-width: 28ch;
}

.wrapper-men__content {
  flex-direction: column;
  margin-top: 380px;
  margin-left: 20px;
  display: flex;
}

.wrapper-men__content.long {
  margin-top: 360px;
}

.wrapper-men__content.long.julien, .wrapper-men__content.long.sylvain {
  margin-top: 379px;
}

.section-form {
  background-color: var(--blue-546d);
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-form.b2b {
  background-color: var(--blue-546d);
  position: relative;
}

.form-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
}

.form-text {
  max-width: 600px;
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
}

.wrapper-form__mnp {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  display: flex;
}

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

.form-field__text {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.form-field__field {
  border: 1px solid #00546d4d;
  border-radius: 10px;
  margin-bottom: 15px;
}

.form-field__field.name {
  margin-bottom: 0;
}

.form-field__field.message {
  height: 200px;
}

.content-name {
  flex-direction: row;
  place-content: stretch space-between;
  align-items: center;
  width: 100%;
  min-width: 320px;
  margin-bottom: 15px;
  display: flex;
}

.div-block {
  max-width: 320px;
}

.name-first__name, .name-last__name {
  width: 45%;
}

.content-filed__text {
  margin-bottom: 20px;
}

.section-footer {
  background-color: #00546d1a;
  padding: 60px;
}

.section-footer.b2b {
  background-color: var(--bleu-0f93b2);
}

.form-checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox__text {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
}

.checkbox__content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-text__ml {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: 400;
}

.footer-logo {
  width: 20%;
}

.form-copyright {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
}

.form-copyright.b2b {
  color: var(--white);
}

.layout1__2row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 20%;
  margin-left: auto;
  display: grid;
}

.form__picto {
  margin-right: 10px;
}

.form__text {
  color: var(--black);
  font-size: 13px;
  text-decoration: none;
}

.form__text.b2b {
  color: var(--white);
}

.wrapper-footer {
  align-items: center;
  display: flex;
}

.form-raf__content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-mention__content {
  align-items: center;
  display: flex;
}

.text-block {
  text-align: center;
  padding: 10px;
}

.slider-picto {
  color: var(--blue-claire-1e728b);
}

.values-layout4__1row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3.herologo {
  max-width: 80%;
}

.artisans-slider__mobile, .right-arrow-2, .left-arrow-2 {
  display: none;
}

.body-fond-generation-piscine {
  background-color: #e6f7fd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-bottom: 90px;
  display: flex;
}

.image-4 {
  max-width: 30%;
}

.image-4.success {
  max-width: 80%;
  margin-bottom: 50px;
}

.title-success {
  color: #0090b1;
  text-align: center;
}

.texte-success {
  color: #0090b1;
  text-align: center;
  font-size: 24px;
}

.body-fond-mnp {
  background-color: var(--blue-546d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.text-mnp-success {
  max-width: 600px;
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.mnp-success-message {
  background-color: var(--blue-claire-1e728b);
  border-radius: 10px;
}

.text-block-2 {
  color: var(--white);
  font-weight: 500;
}

.form-italique {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.header-title__span {
  color: var(--jaune-d4cd25);
}

.hero-illustration {
  position: absolute;
  inset: 25% -18% 0% auto;
}

.section-marche {
  margin-bottom: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-1080, .container-1080.business, .container-1080.pisciniste, .container-1080.application {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.marche-title {
  text-align: center;
}

.wrapper-marche__chiffres {
  grid-column-gap: 70px;
  padding: 10px;
}

.marche-chiffres__bloc {
  align-items: center;
}

.chiffres-bloc__nombre {
  color: var(--jaune-d4cd25);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.chiffres-bloc__subtitle {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.chiffres-bloc__text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
}

.section-business {
  margin-bottom: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.business-subtitle {
  color: var(--jaune-d4cd25);
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
}

.business-title {
  text-align: center;
}

.business-text {
  text-align: center;
  margin-bottom: 0;
}

.business-bloc {
  background-color: var(--grey-f5f5f5);
  background-image: linear-gradient(to right, #0f93b24d, #d4cd254d);
  border-radius: 32px;
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: center;
  padding: 30px;
}

.business-bloc._2 {
  background-color: var(--blue-546d);
  background-image: none;
  padding: 30px;
}

.business-bloc._4, .business-bloc._3 {
  background-color: var(--jaune-d4cd25);
  background-image: none;
}

.business-bloc._5 {
  background-image: linear-gradient(160deg, #0f93b24d, #d4cd254d);
}

.bloc__picto {
  margin-bottom: 20px;
}

.bloc__title {
  color: var(--black);
  text-align: center;
  font-weight: 600;
}

.bloc__title._2 {
  color: var(--white);
}

.bloc__text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bloc__text._2 {
  color: var(--white);
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 200px;
  display: flex;
}

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

.wrapper-business__cards {
  border-radius: 32px;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  display: block;
}

.wrapper-business__cards.last {
  max-width: 50%;
  padding-left: 10px;
}

.wrapper-business__left {
  background-color: #0000;
  padding: 0;
}

.wrapper-business__right {
  padding: 0;
}

.section-piscinistes {
  background-image: linear-gradient(to bottom, var(--blue-546d), var(--blue-546d));
  margin-bottom: 150px;
  padding: 80px 10px;
}

.pisciniste-title__wight {
  color: var(--white);
  text-align: center;
}

.pisciniste-text {
  max-width: 700px;
  color: var(--white);
  text-align: center;
}

.pisciniste-text.description {
  margin-bottom: 50px;
}

.quick-stack {
  grid-column-gap: 60px;
}

.wrapper-piscinistes__bloc {
  align-items: center;
}

.piscinistes-bloc__text {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.piscinistes-bloc__picto {
  margin-bottom: 30px;
}

.layou-piscinistes {
  grid-column-gap: 80px;
  padding: 0;
}

.section-application {
  margin-bottom: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.application-title {
  text-align: center;
}

.application-text {
  text-align: center;
  max-width: 700px;
}

.wrapper-application {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 10px;
}

.wrapper-application__bloc {
  flex-direction: column;
  align-items: center;
}

.bloc-image {
  background-color: var(--blue-546d);
  border-radius: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  display: flex;
}

.bloc-title {
  text-align: center;
  font-size: 16px;
}

.bloc-text {
  text-align: center;
  font-size: 15px;
}

.form-image {
  position: absolute;
  inset: 12% auto 0% -10%;
}

.form-image-2 {
  position: absolute;
  bottom: 9%;
  left: auto;
  right: 9%;
}

.hero-image__illu {
  max-width: 60%;
  position: absolute;
  inset: 50% -5% 0% auto;
}

.wrapper-application__mobile {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 10px;
}

.rapper-application-mobile__image {
  display: none;
}

.body-2 {
  overflow: visible;
}

.wrapper-business-last {
  padding: 0;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  max-height: 300px;
  display: flex;
}

.layout-flex-business {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.business-cards {
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.business-cards._1 {
  background-color: var(--blue-546d);
  flex-direction: column;
  width: 310px;
  padding: 40px;
  display: flex;
}

.business-cards._2 {
  background-color: #dcd525;
  flex-direction: column;
  width: 310px;
  height: 384px;
  padding: 40px;
  display: flex;
}

.business-cards._3 {
  background-color: var(--blue-546d);
  flex-direction: column;
  width: 310px;
  padding: 40px;
  display: flex;
}

.business-cards._4 {
  background-color: #dcd525;
  flex-direction: column;
  width: 310px;
  height: 402px;
  padding: 39px;
  display: flex;
}

.business-cards._5 {
  background-color: var(--blue-546d);
  flex-direction: column;
  width: 310px;
  padding: 40px;
  display: flex;
}

.business-cards._6 {
  background-color: #dcd525;
  flex-direction: column;
  width: 310px;
  height: 382px;
  padding: 40px;
  display: flex;
}

.cards-title {
  text-align: center;
  font-weight: 600;
}

.cards-title._1 {
  color: var(--white);
  font-weight: 600;
}

.cards-title._2 {
  color: var(--black);
}

.cards-title._3 {
  color: var(--white);
}

.cards-title._4 {
  color: var(--black);
}

.cards-title._5 {
  color: var(--white);
}

.cards-text {
  text-align: center;
  font-size: 15px;
}

.cards-text._1 {
  color: var(--white);
  font-size: 15px;
}

.cards-text._3, .cards-text._5 {
  color: var(--white);
}

.bloc-cards {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.bloc-cards._1, .bloc-cards._2 {
  padding-right: 10px;
}

.wrapper-bus {
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.business {
  flex-direction: row;
  align-items: flex-start;
  max-width: 50%;
  padding: 0;
  display: flex;
}

.div-block-7 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.layout2row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.layout-business {
  min-width: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.error-message {
  border-radius: 22px;
}

.span-source__b2b {
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .container-1200.mnp, .container-1200.values, .container-1200.solutions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button {
    display: none;
  }

  .primary-button.hero, .primary-button.isform, .primary-button.mobile {
    display: block;
  }

  .hero-bloc-text {
    width: 600px;
  }

  .mnp__layout4-1row {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wrapper-mnp__content.values {
    width: 400px;
  }

  .values-background {
    max-height: 650px;
    margin-top: 104px;
  }

  .section-solutions {
    padding-bottom: 0;
  }

  .layout2__3rows {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wrapper-solutions__content {
    align-items: center;
    margin-bottom: 80px;
  }

  .solutions-content__text {
    text-align: center;
    width: 750px;
  }

  .solutions-content__image {
    width: 50%;
  }

  .section-artisans {
    margin-bottom: -30px;
  }

  .artisans-slider {
    height: 350px;
  }

  .artisans-slider.desktop {
    height: 400px;
  }

  .wrapper-slider__content {
    height: 350px;
  }

  .content__slide.isfirst {
    width: 250px;
    height: 350px;
  }

  .content__slide.istext {
    width: 300px;
    height: 300px;
  }

  .content__slide._1 {
    width: 250px;
    height: 350px;
  }

  .content__slide._2 {
    background-position: 0 0, 70%;
    width: 250px;
    height: 350px;
  }

  .content__slide._3 {
    background-position: 0 0, 25%;
    width: 250px;
    height: 350px;
  }

  .content__slide._4 {
    background-position: 0 0, 50%;
    width: 250px;
    height: 350px;
  }

  .content__slide._5, .content__slide._6, .content__slide._7 {
    width: 250px;
    height: 350px;
  }

  .slide-job {
    max-width: 24ch;
    font-size: 15px;
  }

  .slide-job.julien {
    max-width: 21ch;
  }

  .wrapper-men__content {
    margin-top: 280px;
    margin-left: 15px;
  }

  .wrapper-men__content.long {
    margin-top: 260px;
    margin-left: 15px;
  }

  .wrapper-men__content.long.julien, .wrapper-men__content.long.sylvain {
    margin-top: 265px;
  }

  .form-title {
    max-width: 600px;
  }

  .layout1__2row {
    width: 30%;
  }

  .values-layout4__1row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-2 {
    max-width: 700px;
  }

  .section-marche {
    margin-bottom: 120px;
  }

  .container-1080 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1080.pisciniste {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-marche__chiffres {
    grid-row-gap: 50px;
  }

  .chiffres-bloc__text {
    font-size: 15px;
  }

  .section-business, .section-piscinistes {
    margin-bottom: 120px;
  }

  .piscinistes-bloc__picto {
    margin-bottom: 15px;
  }

  .layou-piscinistes {
    grid-row-gap: 60px;
    max-width: 500px;
  }

  .section-application {
    margin-bottom: 120px;
  }

  .application-text {
    margin-bottom: 30px;
  }

  .form-image {
    display: none;
  }

  .form-image-2 {
    display: none;
    right: 3%;
  }

  .hero-image__illu {
    max-width: 55%;
    display: block;
    top: 551%;
    right: -10%;
  }

  .wrapper-application__mobile {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .rapper-application-mobile__image {
    display: block;
  }

  .body-2 {
    overflow: hidden;
  }

  .business-cards._1 {
    width: 230px;
  }

  .business-cards._2 {
    width: 230px;
    height: 386px;
  }

  .business-cards._3, .business-cards._4, .business-cards._5 {
    width: 230px;
  }

  .business-cards._6 {
    width: 230px;
    height: 363px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    padding: 20px;
  }

  .section-hero.b2b {
    height: 550px;
  }

  .hero-title {
    max-width: 20ch;
    font-size: 36px;
  }

  .hero-baseline {
    max-width: 35ch;
    font-size: 16px;
  }

  .primary-button {
    font-size: 15px;
  }

  .hero-bloc-text {
    width: 100%;
    min-width: 200px;
    max-width: 800px;
  }

  .mnp-title {
    font-size: 30px;
  }

  .mnp-text {
    font-size: 15px;
  }

  .mnp__layout4-1row {
    grid-template-columns: 1fr 1fr;
  }

  .mnp-content__text {
    font-size: 15px;
  }

  .section-values {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1300px;
  }

  .values-content__text {
    font-size: 15px;
  }

  .values-title {
    font-size: 30px;
  }

  .values-background {
    width: 120%;
    max-width: none;
    max-height: 1050px;
    margin-top: 140px;
    margin-left: -46px;
    position: absolute;
    inset: 0%;
    transform: scale(1.1)rotate(-7deg);
  }

  .section-solutions {
    margin-top: -202px;
    margin-bottom: 100px;
  }

  .solutions-title {
    font-size: 30px;
  }

  .wrapper-solutions__content {
    width: 100%;
  }

  .solutions-content__text {
    width: 450px;
    font-size: 15px;
  }

  .solutions-content__image {
    width: 80%;
  }

  .section-artisans {
    margin-bottom: -60px;
  }

  .artisans-slider.desktop {
    height: 400px;
    margin-left: 8px;
    display: none;
  }

  .artisans-slider.mob {
    height: 425px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .wrapper-slider__content {
    height: 425px;
  }

  .content__slide.isfirst, .content__slide.istext, .content__slide._1, .content__slide._2, .content__slide._3 {
    width: 250px;
  }

  .content__slide._4 {
    background-position: 0 0, 60%;
    width: 250px;
  }

  .content__slide._5 {
    background-position: 0 0, 45%;
  }

  .slide-nav {
    display: block;
  }

  .slider-text__paragraphe {
    font-size: 15px;
  }

  .slide-name {
    font-size: 18px;
  }

  .slide-job {
    font-size: 14px;
  }

  .wrapper-men__content {
    margin-top: 287px;
    margin-left: 10px;
  }

  .wrapper-men__content.long {
    margin-top: 256px;
  }

  .wrapper-men__content.long.julien, .wrapper-men__content.long.sylvain {
    margin-top: 270px;
  }

  .wrapper-men__content.long.robert {
    margin-top: 269px;
  }

  .wrapper-men__content.long.philippe, .wrapper-men__content.long.mateo {
    margin-top: 270px;
  }

  .form-title {
    font-size: 32px;
  }

  .form-text, .wrapper-form__mnp {
    width: 450px;
  }

  .content-name {
    flex-direction: column;
    margin-bottom: 0;
  }

  .name-first__name, .name-last__name {
    width: 100%;
    margin-bottom: 15px;
  }

  .checkbox__content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .layout1__2row {
    width: 50%;
  }

  .slider-picto {
    color: var(--blue-546d);
  }

  .values-layout4__1row {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 30px;
  }

  .image-2 {
    max-width: 100px;
  }

  .artisans-slider__mobile {
    background-color: #0000;
    height: 425px;
    margin-bottom: 160px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .left-arrow, .right-arrow, .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .container-1080.pisciniste {
    align-items: center;
  }

  .marche-title {
    font-size: 32px;
  }

  .chiffres-bloc__subtitle {
    font-size: 15px;
  }

  .business-title {
    font-size: 32px;
  }

  .business-text {
    font-size: 15px;
  }

  .div-block-3 {
    min-height: 0;
  }

  .wrapper-business__cards {
    flex-direction: column;
    align-items: center;
  }

  .wrapper-business__left {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .wrapper-business__right {
    max-width: 100%;
    padding-left: 0;
  }

  .pisciniste-title__wight {
    max-width: 400px;
    font-size: 32px;
  }

  .pisciniste-text.description {
    font-size: 15px;
  }

  .application-title {
    font-size: 32px;
  }

  .application-text {
    font-size: 15px;
  }

  .wrapper-application__bloc {
    justify-content: flex-start;
  }

  .bloc-image, .bloc-title {
    margin-bottom: 10px;
  }

  .hero-image__illu {
    max-width: 65%;
    display: none;
    top: 620%;
    right: -14%;
  }

  .wrapper-application__mobile {
    grid-row-gap: 50px;
    max-width: 400px;
    padding: 0;
  }

  .body-2 {
    overflow: visible;
  }

  .business-cards._1 {
    width: 60%;
    height: 402px;
  }

  .business-cards._3, .business-cards._5 {
    width: 60%;
  }

  .layout2row {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }

  .layout-business {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-position: 0 0, 55% 0;
    height: 520px;
    margin-bottom: 80px;
    padding: 16px 10px;
  }

  .section-hero.b2b {
    background-image: linear-gradient(50deg, #0f93b2ed 54%, #d4cd2570);
    flex-direction: column;
    align-items: center;
    height: 630px;
    padding: 30px;
  }

  .container-1200.values {
    max-width: 100%;
  }

  .container-1200.form {
    padding-left: 20px;
    padding-right: 30px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-baseline {
    font-size: 18px;
  }

  .primary-button, .primary-button.hero {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-bloc-text {
    width: 100%;
    margin-top: 50px;
    padding-right: 19px;
  }

  .section-mnp {
    margin-bottom: 40px;
  }

  .mnp-title {
    font-size: 26px;
  }

  .mnp-text {
    font-size: 15px;
  }

  .mnp__layout4-1row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .wrapper-mnp__content.values {
    width: 300px;
  }

  .mnp-content__image {
    max-width: 80%;
  }

  .values-title {
    font-size: 26px;
  }

  .values-background {
    width: 140%;
    margin-left: -59px;
  }

  .solutions-title {
    font-size: 26px;
  }

  .wrapper-solutions__content {
    margin-bottom: 60px;
  }

  .solutions-content__title {
    text-align: center;
  }

  .solutions-content__text {
    width: 320px;
  }

  .solutions-content__image {
    width: 90%;
  }

  .artisans-slider {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
  }

  .artisans-slider.desktop {
    display: none;
  }

  .artisans-slider.mob {
    height: 350px;
  }

  .content__slide.isfirst {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }

  .content__slide.istext {
    width: 100%;
  }

  .content__slide._1 {
    width: 100%;
    height: 300px;
  }

  .content__slide._2 {
    background-position: 0 0, 100%;
    width: 100%;
    height: 300px;
  }

  .content__slide._3, .content__slide._4, .content__slide._5, .content__slide._6, .content__slide._7 {
    width: 100%;
    height: 300px;
  }

  .slide-nav {
    display: block;
  }

  .wrapper-slide__text {
    margin-left: 8px;
  }

  .wrapper-men__content {
    margin-top: 240px;
    margin-left: 15px;
  }

  .wrapper-men__content.long.julien, .wrapper-men__content.long.sylvain, .wrapper-men__content.long.robert, .wrapper-men__content.long.philippe, .wrapper-men__content.long.mateo {
    margin-top: 220px;
  }

  .form-title {
    font-size: 26px;
  }

  .form-text, .wrapper-form__mnp {
    width: 330px;
  }

  .wrapper-form__mnp.b2b {
    width: 310px;
  }

  .content-name {
    width: 310px;
    min-width: 300px;
  }

  .footer-logo {
    width: 60%;
  }

  .layout1__2row {
    width: 80%;
    margin-top: 40px;
    margin-left: 0;
  }

  .wrapper-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-3 {
    font-size: 26px;
  }

  .image-3 {
    max-width: 76px;
  }

  .artisans-slider__mobile {
    background-color: #0000;
    height: 350px;
    margin-bottom: 168px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .div-block-2 {
    max-width: 300px;
  }

  .title-success {
    font-size: 40px;
  }

  .texte-success {
    font-size: 20px;
  }

  .container-1080 {
    margin-left: 0;
  }

  .container-1080.business {
    margin-left: 0;
    margin-right: 10px;
  }

  .container-1080.pisciniste {
    margin-left: 0;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1080.application {
    margin-left: 0;
    margin-right: 10px;
  }

  .marche-title {
    font-size: 26px;
  }

  .chiffres-bloc__nombre {
    font-size: 28px;
  }

  .business-title {
    font-size: 26px;
  }

  .bloc__title {
    font-size: 16px;
  }

  .bloc__text {
    font-size: 15px;
  }

  .section-piscinistes {
    padding-left: 0;
    padding-right: 0;
  }

  .pisciniste-title__wight, .application-title {
    font-size: 26px;
  }

  .business-cards._1 {
    width: 100%;
    height: 250px;
  }

  .business-cards._2 {
    background-color: var(--blue-546d);
    width: 100%;
    height: 250px;
  }

  .business-cards._3, .business-cards._4 {
    width: 100%;
    height: 250px;
  }

  .business-cards._5 {
    background-color: var(--jaune-d4cd25);
    width: 100%;
    height: 250px;
  }

  .business-cards._6 {
    width: 100%;
    height: 250px;
  }

  .cards-title._2 {
    color: var(--white);
  }

  .cards-title._2.comu, .cards-title._5 {
    color: var(--black);
  }

  .cards-text._2 {
    color: var(--white);
  }

  .cards-text._2.com, .cards-text._5 {
    color: var(--black);
  }

  .layout2row {
    flex-direction: column;
    align-items: center;
    width: 325px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_85047eff-8bb6-ffe0-5d76-e34232dcf495-10595945 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bf6ac8f8-2872-3abd-b21b-4db84dfb3be2-10595945, #w-node-d1eaedec-537d-22e5-39e8-80bf38826df7-10595945, #w-node-_247ba7bf-32f2-4c18-f523-48951a6bce6b-10595945, #w-node-_36b635ee-0c87-f95d-8fec-6f375066a6c1-10595945, #w-node-_18a3f601-a076-5059-a225-b7f778029295-10595945, #w-node-_863f5492-8b91-0105-222a-5f3a7cb4a675-10595945, #w-node-_7247fada-22ea-541e-2ca7-9d6013032551-10595945, #w-node-_7247fada-22ea-541e-2ca7-9d6013032556-10595945, #w-node-_08aa9ae4-6af3-4df9-71eb-3795eb064bb9-10595945, #w-node-_08aa9ae4-6af3-4df9-71eb-3795eb064bbe-10595945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f9ae25d-259c-bb02-f3e8-51d4592d4214-10595945 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6f9ae25d-259c-bb02-f3e8-51d4592d4215-10595945, #w-node-_07cc658e-bf98-4f90-4946-7eba9ccdb35b-10595945, #w-node-_145c36ac-b41d-2c40-6f34-f95aaf51a9c6-10595945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_304cd2a1-373c-f050-2f5b-95f624999d7f-10595945 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_304cd2a1-373c-f050-2f5b-95f624999d80-10595945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_304cd2a1-373c-f050-2f5b-95f624999d81-10595945 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bf5ed456-cd58-6269-5464-e69c010a76fc-10595945, #w-node-_04327a44-a6f3-3f03-509f-fabf96abda23-10595945, #w-node-_1bd93844-6794-db05-ba19-c3e8a9cc10c4-10595945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76609050-7a61-4ca0-eebe-fb8595a24236-10595945 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_76609050-7a61-4ca0-eebe-fb8595a24237-10595945, #w-node-_76609050-7a61-4ca0-eebe-fb8595a24238-10595945, #w-node-_87b9c90f-f148-4743-5338-a54255567503-10595945, #w-node-_88fce9c9-8141-1ca3-e77a-d81cd2a2a0d3-10595945, #w-node-_71cf6596-7cf3-4ab8-8b72-f3e834fbb719-10595945, #w-node-_71cf6596-7cf3-4ab8-8b72-f3e834fbb71a-10595945, #w-node-_71cf6596-7cf3-4ab8-8b72-f3e834fbb71d-10595945, #w-node-_71cf6596-7cf3-4ab8-8b72-f3e834fbb71e-10595945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_85047eff-8bb6-ffe0-5d76-e34232dcf495-10595945 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bf6ac8f8-2872-3abd-b21b-4db84dfb3be2-10595945, #w-node-d1eaedec-537d-22e5-39e8-80bf38826df7-10595945 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f9ae25d-259c-bb02-f3e8-51d4592d4214-10595945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f9ae25d-259c-bb02-f3e8-51d4592d4215-10595945, #w-node-_07cc658e-bf98-4f90-4946-7eba9ccdb35b-10595945, #w-node-_145c36ac-b41d-2c40-6f34-f95aaf51a9c6-10595945 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_304cd2a1-373c-f050-2f5b-95f624999d7f-10595945 {
    display: none;
  }

  #w-node-_76609050-7a61-4ca0-eebe-fb8595a24236-10595945 {
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76609050-7a61-4ca0-eebe-fb8595a24236-10595945 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_76609050-7a61-4ca0-eebe-fb8595a24237-10595945, #w-node-_76609050-7a61-4ca0-eebe-fb8595a24238-10595945, #w-node-_87b9c90f-f148-4743-5338-a54255567503-10595945, #w-node-_88fce9c9-8141-1ca3-e77a-d81cd2a2a0d3-10595945 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


