@charset "UTF-8";
.pad-0 {
  padding: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-sm-0 {
    padding: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-0 {
    padding: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-0 {
    padding: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-0 {
    padding: 0 !important;
  }
}

.pad-1 {
  padding: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-1 {
    padding: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-1 {
    padding: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-1 {
    padding: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-1 {
    padding: 24px !important;
  }
}

.pad-2 {
  padding: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-2 {
    padding: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-2 {
    padding: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-2 {
    padding: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-2 {
    padding: 32px !important;
  }
}

.pad-3 {
  padding: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-3 {
    padding: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-3 {
    padding: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-3 {
    padding: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-3 {
    padding: 40px !important;
  }
}

.pad-4 {
  padding: 56px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-4 {
    padding: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-4 {
    padding: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-4 {
    padding: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-4 {
    padding: 56px !important;
  }
}

.pad-5 {
  padding: 72px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-5 {
    padding: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-5 {
    padding: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-5 {
    padding: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-5 {
    padding: 72px !important;
  }
}

.pad-6 {
  padding: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-6 {
    padding: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-6 {
    padding: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-6 {
    padding: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-6 {
    padding: 80px !important;
  }
}

.pad-7 {
  padding: 128px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-7 {
    padding: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-7 {
    padding: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-7 {
    padding: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-7 {
    padding: 128px !important;
  }
}

.pad-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pad-x-1 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-1 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-1 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-1 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-1 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.pad-x-2 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

.pad-x-3 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-3 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-3 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-3 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-3 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.pad-x-4 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-4 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-4 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-4 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-4 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}

.pad-x-5 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-5 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-5 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-5 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-5 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}

.pad-x-6 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.pad-x-7 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-7 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-7 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-7 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-7 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
}

.pad-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.pad-y-1 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-1 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-1 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-1 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-1 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

.pad-y-2 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

.pad-y-3 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.pad-y-4 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-4 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-4 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-4 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-4 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

.pad-y-5 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-5 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-5 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-5 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-5 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}

.pad-y-6 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.pad-y-7 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-7 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-7 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-7 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-7 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}

.pad-left-0 {
  padding-left: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-0 {
    padding-left: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-0 {
    padding-left: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-0 {
    padding-left: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-0 {
    padding-left: 0 !important;
  }
}

.pad-left-1 {
  padding-left: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-1 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-1 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-1 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-1 {
    padding-left: 24px !important;
  }
}

.pad-left-2 {
  padding-left: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-2 {
    padding-left: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-2 {
    padding-left: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-2 {
    padding-left: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-2 {
    padding-left: 32px !important;
  }
}

.pad-left-3 {
  padding-left: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-3 {
    padding-left: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-3 {
    padding-left: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-3 {
    padding-left: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-3 {
    padding-left: 40px !important;
  }
}

.pad-left-4 {
  padding-left: 56px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-4 {
    padding-left: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-4 {
    padding-left: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-4 {
    padding-left: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-4 {
    padding-left: 56px !important;
  }
}

.pad-left-5 {
  padding-left: 72px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-5 {
    padding-left: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-5 {
    padding-left: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-5 {
    padding-left: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-5 {
    padding-left: 72px !important;
  }
}

.pad-left-6 {
  padding-left: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-6 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-6 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-6 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-6 {
    padding-left: 80px !important;
  }
}

.pad-left-7 {
  padding-left: 128px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-7 {
    padding-left: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-7 {
    padding-left: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-7 {
    padding-left: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-7 {
    padding-left: 128px !important;
  }
}

.pad-right-0 {
  padding-right: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-0 {
    padding-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-0 {
    padding-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-0 {
    padding-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-0 {
    padding-right: 0 !important;
  }
}

.pad-right-1 {
  padding-right: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-1 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-1 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-1 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-1 {
    padding-right: 24px !important;
  }
}

.pad-right-2 {
  padding-right: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-2 {
    padding-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-2 {
    padding-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-2 {
    padding-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-2 {
    padding-right: 32px !important;
  }
}

.pad-right-3 {
  padding-right: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-3 {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-3 {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-3 {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-3 {
    padding-right: 40px !important;
  }
}

.pad-right-4 {
  padding-right: 56px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-4 {
    padding-right: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-4 {
    padding-right: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-4 {
    padding-right: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-4 {
    padding-right: 56px !important;
  }
}

.pad-right-5 {
  padding-right: 72px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-5 {
    padding-right: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-5 {
    padding-right: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-5 {
    padding-right: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-5 {
    padding-right: 72px !important;
  }
}

.pad-right-6 {
  padding-right: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-6 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-6 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-6 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-6 {
    padding-right: 80px !important;
  }
}

.pad-right-7 {
  padding-right: 128px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-7 {
    padding-right: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-7 {
    padding-right: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-7 {
    padding-right: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-7 {
    padding-right: 128px !important;
  }
}

.pad-top-0 {
  padding-top: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-0 {
    padding-top: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-0 {
    padding-top: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-0 {
    padding-top: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-0 {
    padding-top: 0 !important;
  }
}

.pad-top-1 {
  padding-top: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-1 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-1 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-1 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-1 {
    padding-top: 24px !important;
  }
}

.pad-top-2 {
  padding-top: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-2 {
    padding-top: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-2 {
    padding-top: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-2 {
    padding-top: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-2 {
    padding-top: 32px !important;
  }
}

.pad-top-3 {
  padding-top: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-3 {
    padding-top: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-3 {
    padding-top: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-3 {
    padding-top: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-3 {
    padding-top: 40px !important;
  }
}

.pad-top-4 {
  padding-top: 56px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-4 {
    padding-top: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-4 {
    padding-top: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-4 {
    padding-top: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-4 {
    padding-top: 56px !important;
  }
}

.pad-top-5 {
  padding-top: 72px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-5 {
    padding-top: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-5 {
    padding-top: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-5 {
    padding-top: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-5 {
    padding-top: 72px !important;
  }
}

.pad-top-6 {
  padding-top: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-6 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-6 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-6 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-6 {
    padding-top: 80px !important;
  }
}

.pad-top-7 {
  padding-top: 128px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-7 {
    padding-top: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-7 {
    padding-top: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-7 {
    padding-top: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-7 {
    padding-top: 128px !important;
  }
}

.pad-bottom-0 {
  padding-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-0 {
    padding-bottom: 0 !important;
  }
}

.pad-bottom-1 {
  padding-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-1 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-1 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-1 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-1 {
    padding-bottom: 24px !important;
  }
}

.pad-bottom-2 {
  padding-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-2 {
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-2 {
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-2 {
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-2 {
    padding-bottom: 32px !important;
  }
}

.pad-bottom-3 {
  padding-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-3 {
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-3 {
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-3 {
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-3 {
    padding-bottom: 40px !important;
  }
}

.pad-bottom-4 {
  padding-bottom: 56px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-4 {
    padding-bottom: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-4 {
    padding-bottom: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-4 {
    padding-bottom: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-4 {
    padding-bottom: 56px !important;
  }
}

.pad-bottom-5 {
  padding-bottom: 72px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-5 {
    padding-bottom: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-5 {
    padding-bottom: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-5 {
    padding-bottom: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-5 {
    padding-bottom: 72px !important;
  }
}

.pad-bottom-6 {
  padding-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-6 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-6 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-6 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-6 {
    padding-bottom: 80px !important;
  }
}

.pad-bottom-7 {
  padding-bottom: 128px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-7 {
    padding-bottom: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-7 {
    padding-bottom: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-7 {
    padding-bottom: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-7 {
    padding-bottom: 128px !important;
  }
}

.marg-0 {
  margin: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-sm-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-0 {
    margin: 0 !important;
  }
}

.marg-1 {
  margin: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-1 {
    margin: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-1 {
    margin: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-1 {
    margin: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-1 {
    margin: 24px !important;
  }
}

.marg-2 {
  margin: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-2 {
    margin: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-2 {
    margin: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-2 {
    margin: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-2 {
    margin: 32px !important;
  }
}

.marg-3 {
  margin: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-3 {
    margin: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-3 {
    margin: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-3 {
    margin: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-3 {
    margin: 40px !important;
  }
}

.marg-4 {
  margin: 56px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-4 {
    margin: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-4 {
    margin: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-4 {
    margin: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-4 {
    margin: 56px !important;
  }
}

.marg-5 {
  margin: 72px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-5 {
    margin: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-5 {
    margin: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-5 {
    margin: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-5 {
    margin: 72px !important;
  }
}

.marg-6 {
  margin: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-6 {
    margin: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-6 {
    margin: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-6 {
    margin: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-6 {
    margin: 80px !important;
  }
}

.marg-7 {
  margin: 128px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-7 {
    margin: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-7 {
    margin: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-7 {
    margin: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-7 {
    margin: 128px !important;
  }
}

.marg-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.marg-x-1 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-1 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-1 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-1 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-1 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

.marg-x-2 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

.marg-x-3 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-3 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-3 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-3 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-3 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

.marg-x-4 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-4 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-4 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-4 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-4 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
}

.marg-x-5 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-5 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-5 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-5 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-5 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
}

.marg-x-6 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

.marg-x-7 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-7 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-7 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-7 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-7 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
}

.marg-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.marg-y-1 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-1 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-1 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-1 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-1 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

.marg-y-2 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

.marg-y-3 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

.marg-y-4 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-4 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-4 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-4 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-4 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}

.marg-y-5 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-5 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-5 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-5 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-5 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
}

.marg-y-6 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

.marg-y-7 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-7 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-7 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-7 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-7 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}

.marg-left-0 {
  margin-left: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-0 {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-0 {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-0 {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-0 {
    margin-left: 0 !important;
  }
}

.marg-left-1 {
  margin-left: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-1 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-1 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-1 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-1 {
    margin-left: 24px !important;
  }
}

.marg-left-2 {
  margin-left: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-2 {
    margin-left: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-2 {
    margin-left: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-2 {
    margin-left: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-2 {
    margin-left: 32px !important;
  }
}

.marg-left-3 {
  margin-left: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-3 {
    margin-left: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-3 {
    margin-left: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-3 {
    margin-left: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-3 {
    margin-left: 40px !important;
  }
}

.marg-left-4 {
  margin-left: 56px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-4 {
    margin-left: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-4 {
    margin-left: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-4 {
    margin-left: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-4 {
    margin-left: 56px !important;
  }
}

.marg-left-5 {
  margin-left: 72px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-5 {
    margin-left: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-5 {
    margin-left: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-5 {
    margin-left: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-5 {
    margin-left: 72px !important;
  }
}

.marg-left-6 {
  margin-left: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-6 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-6 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-6 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-6 {
    margin-left: 80px !important;
  }
}

.marg-left-7 {
  margin-left: 128px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-7 {
    margin-left: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-7 {
    margin-left: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-7 {
    margin-left: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-7 {
    margin-left: 128px !important;
  }
}

.marg-right-0 {
  margin-right: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-0 {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-0 {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-0 {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-0 {
    margin-right: 0 !important;
  }
}

.marg-right-1 {
  margin-right: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-1 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-1 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-1 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-1 {
    margin-right: 24px !important;
  }
}

.marg-right-2 {
  margin-right: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-2 {
    margin-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-2 {
    margin-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-2 {
    margin-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-2 {
    margin-right: 32px !important;
  }
}

.marg-right-3 {
  margin-right: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-3 {
    margin-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-3 {
    margin-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-3 {
    margin-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-3 {
    margin-right: 40px !important;
  }
}

.marg-right-4 {
  margin-right: 56px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-4 {
    margin-right: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-4 {
    margin-right: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-4 {
    margin-right: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-4 {
    margin-right: 56px !important;
  }
}

.marg-right-5 {
  margin-right: 72px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-5 {
    margin-right: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-5 {
    margin-right: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-5 {
    margin-right: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-5 {
    margin-right: 72px !important;
  }
}

.marg-right-6 {
  margin-right: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-6 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-6 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-6 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-6 {
    margin-right: 80px !important;
  }
}

.marg-right-7 {
  margin-right: 128px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-7 {
    margin-right: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-7 {
    margin-right: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-7 {
    margin-right: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-7 {
    margin-right: 128px !important;
  }
}

.marg-top-0 {
  margin-top: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-0 {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-0 {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-0 {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-0 {
    margin-top: 0 !important;
  }
}

.marg-top-1 {
  margin-top: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-1 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-1 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-1 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-1 {
    margin-top: 24px !important;
  }
}

.marg-top-2 {
  margin-top: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-2 {
    margin-top: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-2 {
    margin-top: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-2 {
    margin-top: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-2 {
    margin-top: 32px !important;
  }
}

.marg-top-3 {
  margin-top: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-3 {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-3 {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-3 {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-3 {
    margin-top: 40px !important;
  }
}

.marg-top-4 {
  margin-top: 56px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-4 {
    margin-top: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-4 {
    margin-top: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-4 {
    margin-top: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-4 {
    margin-top: 56px !important;
  }
}

.marg-top-5 {
  margin-top: 72px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-5 {
    margin-top: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-5 {
    margin-top: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-5 {
    margin-top: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-5 {
    margin-top: 72px !important;
  }
}

.marg-top-6 {
  margin-top: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-6 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-6 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-6 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-6 {
    margin-top: 80px !important;
  }
}

.marg-top-7 {
  margin-top: 128px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-7 {
    margin-top: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-7 {
    margin-top: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-7 {
    margin-top: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-7 {
    margin-top: 128px !important;
  }
}

.marg-bottom-0 {
  margin-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-0 {
    margin-bottom: 0 !important;
  }
}

.marg-bottom-1 {
  margin-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-1 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-1 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-1 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-1 {
    margin-bottom: 24px !important;
  }
}

.marg-bottom-2 {
  margin-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-2 {
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-2 {
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-2 {
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-2 {
    margin-bottom: 32px !important;
  }
}

.marg-bottom-3 {
  margin-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-3 {
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-3 {
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-3 {
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-3 {
    margin-bottom: 40px !important;
  }
}

.marg-bottom-4 {
  margin-bottom: 56px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-4 {
    margin-bottom: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-4 {
    margin-bottom: 56px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-4 {
    margin-bottom: 56px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-4 {
    margin-bottom: 56px !important;
  }
}

.marg-bottom-5 {
  margin-bottom: 72px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-5 {
    margin-bottom: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-5 {
    margin-bottom: 72px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-5 {
    margin-bottom: 72px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-5 {
    margin-bottom: 72px !important;
  }
}

.marg-bottom-6 {
  margin-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-6 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-6 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-6 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-6 {
    margin-bottom: 80px !important;
  }
}

.marg-bottom-7 {
  margin-bottom: 128px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-7 {
    margin-bottom: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-7 {
    margin-bottom: 128px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-7 {
    margin-bottom: 128px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-7 {
    margin-bottom: 128px !important;
  }
}

.page_equipement .hero-container {
  padding: 159px 0 86px;
}
@media (max-width: 991px) {
  .page_equipement .hero-container {
    padding: 124px 0 56px;
  }
}
.page_equipement .infos {
  color: #15213D;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px; /* 133.333% */
}
.page_equipement .piscine-card__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page_equipement .piscine-card__list li {
  position: relative;
  padding-left: 24px;
}
.page_equipement .piscine-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/images/icons/bullet.svg") no-repeat center;
  background-size: contain;
}
@media (min-width: 576px) {
  .page_equipement .stack-cards .swiper-slide:nth-child(1) {
    z-index: 1;
  }
  .page_equipement .stack-cards .swiper-slide:nth-child(2) {
    z-index: 2;
  }
  .page_equipement .stack-cards .swiper-slide:nth-child(3) {
    z-index: 3;
  }
  .page_equipement .stack-cards .swiper-slide:nth-child(4) {
    z-index: 4;
  }
  .page_equipement .stack-cards .swiper-slide:nth-child(5) {
    z-index: 5;
  }
}
.page_equipement .bandeau {
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images//pompe_chaleur/pompe_bandeau.jpg") 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  .page_equipement .bandeau {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images//pompe_chaleur/pompe_bandeau.jpg") 50%/cover no-repeat;
  }
}
.page_equipement .bandeau {
  padding: 122px 0 321px;
}
.page_equipement .volet-specs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}
.page_equipement .volet-specs__grid > .volet-specs__cell {
  padding: 2.5rem 2rem;
  text-align: center;
}
@media (min-width: 1320px) {
  .page_equipement .volet-specs__grid > .volet-specs__cell:not(:nth-child(3n)) {
    border-right: 2px solid #15213D;
  }
}
.page_equipement .volet-specs__grid > .volet-specs__cell:nth-child(-n+3) {
  border-bottom: 2px solid #15213D;
}
.page_equipement .volet-specs__grid > .volet-specs__cell p {
  color: #15213D;
}
.page_equipement .volet-specs__titre {
  color: #15213D;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; /* 100% */
  margin-bottom: 8px;
}
@media (max-width: 1319px) {
  .page_equipement .volet-specs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page_equipement .volet-specs__grid > .volet-specs__cell {
    border-right: none;
    border-bottom: none;
  }
  .page_equipement .volet-specs__grid > .volet-specs__cell:not(:nth-child(2n)) {
    border-right: 2px solid #15213D;
  }
  .page_equipement .volet-specs__grid > .volet-specs__cell:not(:nth-last-child(-n+2)) {
    border-bottom: 2px solid #15213D;
  }
}
@media (max-width: 767px) {
  .page_equipement .volet-specs__grid {
    grid-template-columns: 1fr;
  }
  .page_equipement .volet-specs__grid > .volet-specs__cell {
    border-right: none !important;
    border-bottom: 2px solid #15213D;
  }
  .page_equipement .volet-specs__grid > .volet-specs__cell:last-child {
    border-bottom: none;
  }
}

#page_equipements_circulation_eau .volet-specs__grid > .volet-specs__cell:nth-child(-n+3) {
  border-bottom: none;
}
@media (max-width: 1319px) {
  #page_equipements_circulation_eau .volet-specs__grid > .volet-specs__cell:nth-child(1),
  #page_equipements_circulation_eau .volet-specs__grid > .volet-specs__cell:nth-child(2) {
    border-bottom: 2px solid #15213D;
  }
}

#page_equipements_couverture_barre .couleur-avertissement {
  color: #E73753;
  font-weight: 500;
}
#page_equipements_couverture_barre .couleurs-carte {
  background: #F7F9FB;
  border-radius: 16px;
  padding: 40px;
}
#page_equipements_couverture_barre .couleurs-carte__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
#page_equipements_couverture_barre .couleurs-carte__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#page_equipements_couverture_barre .couleurs-carte__rond {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  #page_equipements_couverture_barre .couleurs-carte__rond {
    width: 56px;
    height: 56px;
  }
}
#page_equipements_couverture_barre .couleurs-carte__rond--azur {
  background-color: #1586B6;
}
#page_equipements_couverture_barre .couleurs-carte__rond--nuit {
  background-color: #22274A;
}
#page_equipements_couverture_barre .couleurs-carte__rond--vert {
  background-color: #5E9079;
}
#page_equipements_couverture_barre .couleurs-carte__rond--sable {
  background-color: #EAD6A8;
}
#page_equipements_couverture_barre .couleurs-carte__rond--moka {
  background-color: #947454;
}
#page_equipements_couverture_barre .couleurs-carte__rond--gris {
  background-color: #BABABA;
}
#page_equipements_couverture_barre .couleurs-carte__rond--anthracite {
  background-color: #3B413C;
}
#page_equipements_couverture_barre .couleurs-carte__label {
  font-size: 14px;
  font-weight: 600;
  color: #15213D;
  text-align: center;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 105px;
}
@media all and (max-width: 991px) {
  html .container,
  html .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

body.site_immo_piscine {
  min-height: 100%;
  font-family: Roboto, sans-serif;
  color: #1F1F1F;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #F7F9FB;
}
body.site_immo_piscine img {
  max-width: 100%;
  height: auto;
}
body.site_immo_piscine h1,
body.site_immo_piscine .h1 {
  font-family: Roboto, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  /* 114.286% */
  color: #15213D;
  margin: 0;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine h1,
  body.site_immo_piscine .h1 {
    font-size: 40px;
    line-height: 48px;
    /* 120% */
  }
}
body.site_immo_piscine .sur-titre {
  color: #15213D;
  font-family: "Oooh Baby", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
}
@media all and (max-width: 991px) {
  body.site_immo_piscine .sur-titre {
    font-size: 26px;
  }
}
body.site_immo_piscine h2,
body.site_immo_piscine .h2 {
  color: #15213D;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 40px */
  margin: 0;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine h2,
  body.site_immo_piscine .h2 {
    font-size: 32px;
  }
}
body.site_immo_piscine h3,
body.site_immo_piscine .h3 {
  color: #15213D;
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  /* 103.125% */
}
@media all and (max-width: 991px) {
  body.site_immo_piscine h3,
  body.site_immo_piscine .h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
body.site_immo_piscine p {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
body.site_immo_piscine .bg-bleu, body.site_immo_piscine#page_contact .message, body.site_immo_piscine#page_contact .form-contact, body.site_immo_piscine#page_equipements .equipements-card, body.site_immo_piscine footer {
  background-color: #15213D;
  color: white;
}
body.site_immo_piscine .bg-blanc {
  background-color: white;
}
body.site_immo_piscine .bg-bleu-clair {
  background-color: #EBF1FC;
}
body.site_immo_piscine .bg-vert {
  background-color: #62B44B;
  color: white;
}
body.site_immo_piscine .bg-rose, body.site_immo_piscine .bandeau-infos__container {
  background: #E73753;
  color: white;
}
body.site_immo_piscine .bouton {
  display: flex;
  min-height: 48px;
  padding: 12px 21px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
body.site_immo_piscine .bouton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: scale(0);
  pointer-events: none;
  transition: transform 0.4s ease-in-out;
}
body.site_immo_piscine .bouton:not(:disabled, body.site_immo_piscine .bouton.disabled):hover::before {
  transform: scale(3);
  transition: transform 0.6s ease-in-out;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine .bouton:not(.bouton-fit) {
    width: 100%;
  }
}
body.site_immo_piscine .bouton:disabled, body.site_immo_piscine .bouton.disabled {
  background: var(--couleur-disabled, #D3DBDE);
  cursor: default;
}
body.site_immo_piscine .bouton {
  /* VARIANTES */
}
body.site_immo_piscine .bouton-principal {
  background: #E73753;
  color: white;
}
body.site_immo_piscine .bouton-principal::before {
  background: #EC5F75;
}
body.site_immo_piscine .bouton-secondaire {
  background: white;
  color: #15213D;
  border-color: #EBF1FC;
}
body.site_immo_piscine .bouton-secondaire::before {
  background: #EBF1FC;
}
body.site_immo_piscine .bouton span {
  position: relative;
  z-index: 1;
}
body.site_immo_piscine .bouton-fleche {
  background: #E73753;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  aspect-ratio: 1/1;
  border: none;
  transition: opacity 0.15s ease-in-out;
}
body.site_immo_piscine .bouton-fleche img {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease-in-out;
}
body.site_immo_piscine .navbar {
  background: transparent;
  max-width: 100vw;
  z-index: 1002;
}
body.site_immo_piscine .navbar::before {
  content: "";
  position: fixed;
  inset: 0;
  background: transparent;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: -10;
  transition: background 0.15s ease-in-out, visibility 0.15s ease-in-out;
  visibility: hidden;
}
@media (min-width: 992px) {
  body.site_immo_piscine .navbar .bouton {
    align-items: center;
  }
}
body.site_immo_piscine .navbar-brand {
  width: 88px;
  height: auto;
  position: relative;
  z-index: 1001;
}
body.site_immo_piscine .navbar-brand .logo-wrapper {
  position: relative;
  display: block;
}
body.site_immo_piscine .navbar-brand .logo-wrapper .logo-img {
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease-in-out;
  position: relative;
  left: 0px;
}
body.site_immo_piscine .navbar-brand .logo-wrapper .logo-img.logo-v2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
body.site_immo_piscine .navbar.scrolled .logo-v1 {
  opacity: 0;
}
body.site_immo_piscine .navbar.scrolled .navbar-brand .logo-wrapper .logo-img.logo-v2 {
  opacity: 1;
}
body.site_immo_piscine .navbar-toggler {
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #E73753;
  border: none;
  position: relative;
  z-index: 1001;
}
body.site_immo_piscine .navbar-toggler:focus-within {
  outline: none;
  box-shadow: none;
}
body.site_immo_piscine .navbar-toggler__bar {
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: center;
}
body.site_immo_piscine .navbar-toggler.is-open .navbar-toggler__bar:nth-child(1) {
  transform: translate(-5px, 5px) rotate(45deg);
}
body.site_immo_piscine .navbar-toggler.is-open .navbar-toggler__bar:nth-child(2) {
  opacity: 0;
  width: 0;
}
body.site_immo_piscine .navbar-toggler.is-open .navbar-toggler__bar:nth-child(3) {
  transform: translate(-5px, -5px) rotate(-45deg);
}
body.site_immo_piscine .navbar.navbar-mobile-open::before {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  z-index: -1;
  visibility: visible;
}
body.site_immo_piscine .navbar-nav {
  background: white;
  border-radius: 16px;
  padding: 4px;
  gap: 8px;
}
body.site_immo_piscine .navbar .nav-item .nav-link,
body.site_immo_piscine .navbar .nav-item .dropdown-item {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-wrap: nowrap;
  gap: 8px;
  color: #15213D;
}
body.site_immo_piscine .navbar .nav-item .nav-link {
  padding: 12px 20px;
  border-radius: 12px;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}
body.site_immo_piscine .navbar .nav-item .nav-link:focus {
  color: #15213D;
}
@media (min-width: 992px) {
  body.site_immo_piscine .navbar .nav-item .nav-link:hover:not(.active) {
    background: #EBF1FC;
  }
  body.site_immo_piscine .navbar .nav-item .nav-link.active {
    background: #E73753;
    color: white;
  }
}
body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}
body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-menu {
  padding: 8px;
  border-radius: 16px;
  border: none;
}
body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-item {
  padding: 13px;
  flex-shrink: 0;
  border-radius: 12px;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media (min-width: 992px) {
  body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-item.active, body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-item:active, body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-item:hover, body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-item:focus {
    background: #E73753;
    color: white;
  }
}
@media (min-width: 992px) {
  body.site_immo_piscine .navbar .nav-item.dropdown {
    position: relative;
  }
  body.site_immo_piscine .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-menu {
    margin-top: 8px;
  }
  body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
  }
}
@media (max-width: 991px) {
  body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-toggle[data-bs-toggle=dropdown] {
    pointer-events: none;
    cursor: default;
  }
  body.site_immo_piscine .navbar .nav-item.dropdown .dropdown-menu {
    display: block;
    position: static;
    box-shadow: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  body.site_immo_piscine .navbar .navbar-collapse {
    position: fixed;
    inset: 0;
    background: white;
    z-index: 1000;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 0 40px;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    overflow-y: auto;
  }
  body.site_immo_piscine .navbar .navbar-collapse.show {
    transform: translateX(0);
    visibility: visible;
  }
  body.site_immo_piscine .navbar .navbar-nav {
    background: transparent;
    border-radius: 0;
    padding: 8px 24px;
    gap: 0;
    width: 100%;
  }
  body.site_immo_piscine .navbar .nav-item {
    width: 100%;
  }
  body.site_immo_piscine .navbar .nav-item > .nav-link {
    font-size: 28px;
    font-weight: 900;
    padding: 12px 0;
    border-radius: 0;
    background: transparent !important;
    color: #15213D !important;
    width: 100%;
    text-wrap: wrap;
  }
  body.site_immo_piscine .navbar .nav-item > .nav-link.active {
    background: transparent !important;
    color: #E73753 !important;
  }
  body.site_immo_piscine .navbar .nav-item .dropdown-menu {
    padding: 0 0 16px 20px !important;
    margin: 0;
  }
  body.site_immo_piscine .navbar .nav-item .dropdown-item {
    font-size: 18px;
    font-weight: 500;
    padding: 6px 0;
    color: #7E8AA5;
    border-radius: 0;
    background: transparent !important;
    margin: 0;
    width: 100%;
  }
  body.site_immo_piscine .navbar .nav-item .dropdown-item.active {
    color: #E73753 !important;
    background: transparent !important;
  }
  body.site_immo_piscine .navbar .nav-item .dropdown-item:hover, body.site_immo_piscine .navbar .nav-item .dropdown-item:focus {
    color: #15213D;
    background: transparent !important;
  }
  body.site_immo_piscine .navbar .bouton {
    width: calc(100% - 48px);
    margin: 24px 24px 0;
  }
}
body.site_immo_piscine .assist-slider h3 {
  font-size: 24px;
  line-height: 100%; /* 24px */
}
body.site_immo_piscine .assist-card {
  background: #E73753;
  border: 4px solid #FF7D99;
  border-radius: 16px;
  text-align: center;
  height: 100%;
}
body.site_immo_piscine .assist-card__badge {
  width: 160px;
}
body.site_immo_piscine .assist-card__badge img {
  width: 100%;
  height: auto;
}
body.site_immo_piscine .assist-card__titre {
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
body.site_immo_piscine .assist-card__desc {
  color: white;
  font-size: 16px;
  line-height: 24px;
}
body.site_immo_piscine .assist-swiper .swiper-slide {
  height: auto;
  width: 400px;
  background: transparent;
}
@media (max-width: 991px) {
  body.site_immo_piscine .assist-swiper .swiper-slide {
    width: 336px;
  }
}
body.site_immo_piscine footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.site_immo_piscine footer a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
body.site_immo_piscine footer .footer__logo {
  width: 238px;
  height: auto;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine footer .footer__logo {
    width: 148px;
  }
}
body.site_immo_piscine footer .footer__titre {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
body.site_immo_piscine footer .footer__legal a {
  text-decoration: underline;
}
body.site_immo_piscine footer .footer__legal a,
body.site_immo_piscine footer .footer__legal p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
body.site_immo_piscine .bandeau-infos {
  position: absolute;
  bottom: -42px;
  left: -3px;
  right: -3px;
  transform: rotate(-2.879deg);
  padding-bottom: 24px;
  background: #F7F9FB;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media all and (min-width: 1627px) {
  body.site_immo_piscine .bandeau-infos {
    bottom: -62px;
    transform: rotate(-2deg);
    padding-bottom: 62px;
  }
}
body.site_immo_piscine .bandeau-infos__container {
  font-size: 24px;
  line-height: 64px;
  /* 266.667% */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
body.site_immo_piscine .bandeau-infos__wrapper {
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
body.site_immo_piscine .bandeau-infos__autoscroll {
  display: flex;
  white-space: nowrap;
}
body.site_immo_piscine .bandeau-infos__autoscroll:hover .group {
  animation-play-state: paused;
}
body.site_immo_piscine .bandeau-infos .group {
  display: flex;
  gap: 16px;
  padding-left: 16px;
  cursor: default;
  animation: scroll 15s linear infinite;
  will-change: transform;
}
body.site_immo_piscine .bandeau-infos .group p {
  font-size: 18px;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine .bandeau-infos .group p {
    font-size: 14px;
  }
}
body.site_immo_piscine .hero-container {
  position: relative;
}
body.site_immo_piscine .hero-container__sous-titre {
  font-family: "Oooh Baby", cursive;
  font-size: 48px;
  line-height: normal;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine .hero-container__sous-titre {
    font-size: 32px;
  }
}
body.site_immo_piscine .lead {
  color: #15213D;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 991px) {
  body.site_immo_piscine .lead {
    font-size: 20px;
  }
}
body.site_immo_piscine .lead span {
  color: #E73753;
}
body.site_immo_piscine .intro-texte {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine .intro-texte {
    font-size: 20px;
  }
}
body.site_immo_piscine .text-rose {
  color: #E73753;
}
body.site_immo_piscine #section-scroll-cards {
  margin-top: 82px;
  padding-block: 104px;
}
@media (max-width: 991px) {
  body.site_immo_piscine #section-scroll-cards {
    padding-block: 16px;
    margin-bottom: 34px;
  }
}
body.site_immo_piscine #section-scroll-cards #scroll-cards {
  position: relative;
}
@media (max-width: 991px) {
  body.site_immo_piscine #section-scroll-cards #scroll-cards {
    padding-top: 100px;
    margin-top: -100px;
  }
}
body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card {
  border-radius: 16px;
  padding: 74px;
  width: 100%;
  position: relative;
  will-change: transform, opacity;
  overflow: hidden;
}
@media (max-width: 991px) {
  body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card {
    padding: 24px;
  }
}
body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card#scroll-card-01 {
  background: #15213D;
  transform: rotate(1.8deg);
  border: 4px solid #7E8AA5;
  z-index: 1;
}
body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card#scroll-card-02 {
  transform: rotate(-0.812deg);
  z-index: 2;
}
body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card#scroll-card-03 {
  background: #E73753;
  transform: rotate(0.845deg);
  border: 4px solid #FF7D99;
  z-index: 3;
}
body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card__content {
  color: white;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 991px) {
  body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card__content {
    flex-direction: column;
    gap: 40px;
  }
}
body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card__texte {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card__image {
  flex-shrink: 0;
  width: 376px;
}
body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card__image img {
  position: absolute;
  bottom: 0;
  right: 74px;
  width: 376px;
  height: calc(100% - 74px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) and (max-width: 1319px) {
  body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card__image img {
    position: relative;
    inset: unset;
  }
}
@media (max-width: 991px) {
  body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card__image {
    height: 228px;
  }
  body.site_immo_piscine #section-scroll-cards #scroll-cards .scroll-card__image img {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    height: 228px;
    width: 312px;
  }
}
body.site_immo_piscine #certifications lottie-player {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
body.site_immo_piscine .slider-section-card {
  border-radius: 16px;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
body.site_immo_piscine .slider-section-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.site_immo_piscine .slider-section-card__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.site_immo_piscine .slider-section-card__title {
  margin: 22px 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
body.site_immo_piscine .slider-section-card__desc {
  font-size: 16px;
  line-height: 24px;
}
body.site_immo_piscine .slider-section-swiper .swiper-slide {
  height: auto;
  width: 400px;
}
@media (max-width: 991px) {
  body.site_immo_piscine .slider-section-swiper .swiper-slide {
    width: 336px;
  }
}
body.site_immo_piscine .slider-section__btn--prev img {
  transform: rotate(180deg);
}
body.site_immo_piscine .slider-section .swiper-button-disabled {
  opacity: 0.5;
}
body.site_immo_piscine .stack-cards {
  overflow: visible;
}
body.site_immo_piscine .stack-cards .swiper-wrapper {
  align-items: center;
  padding: 40px 0;
}
body.site_immo_piscine .stack-cards .swiper-slide {
  width: 286px;
  display: flex;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
body.site_immo_piscine .stack-cards .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 2;
}
@media (min-width: 576px) {
  body.site_immo_piscine .stack-cards .swiper-wrapper {
    padding: 40px;
  }
  body.site_immo_piscine .stack-cards .swiper-slide {
    width: 327px;
    opacity: 1;
  }
  body.site_immo_piscine .stack-cards .swiper-slide:nth-child(odd) {
    z-index: 2;
  }
  body.site_immo_piscine .stack-cards .swiper-slide:nth-child(even) {
    z-index: 1;
  }
}
@media (min-width: 1320px) {
  body.site_immo_piscine .stack-cards {
    display: flex;
    justify-content: center;
  }
  body.site_immo_piscine .stack-cards .swiper-wrapper {
    display: contents;
    padding: 0;
  }
  body.site_immo_piscine .stack-cards .swiper-slide + .swiper-slide {
    margin-left: -56px;
  }
  body.site_immo_piscine .stack-cards .swiper-slide:nth-child(1) {
    z-index: 1;
  }
  body.site_immo_piscine .stack-cards .swiper-slide:nth-child(2) {
    z-index: 2;
  }
  body.site_immo_piscine .stack-cards .swiper-slide:nth-child(3) {
    z-index: 3;
  }
  body.site_immo_piscine .stack-cards .swiper-slide:nth-child(4) {
    z-index: 4;
  }
  body.site_immo_piscine .stack-cards .swiper-slide:nth-child(5) {
    z-index: 5;
  }
  body.site_immo_piscine .stack-cards .stack-card:hover {
    transform: rotate(0deg) translateX(0) !important;
    z-index: 10;
  }
  body.site_immo_piscine .stack-cards .swiper-slide:has(~ .swiper-slide .stack-card:hover) .stack-card {
    transform: rotate(var(--rotate)) translateX(-100px) !important;
  }
  body.site_immo_piscine .stack-cards .stack-card:hover ~ * .stack-card,
  body.site_immo_piscine .stack-cards .swiper-slide:has(.stack-card:hover) ~ .swiper-slide .stack-card {
    transform: rotate(var(--rotate)) translateX(100px) !important;
  }
}
body.site_immo_piscine .stack-cards .stack-card {
  width: 327px;
  height: 376px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: #1F1F1F;
  border-radius: 16px;
  border: 4px solid #EBF1FC;
  background: white;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: rotate(var(--rotate));
}
body.site_immo_piscine .stack-cards .stack-card--1 {
  --rotate: 8.1deg;
}
body.site_immo_piscine .stack-cards .stack-card--2 {
  --rotate: -8.93deg;
}
body.site_immo_piscine .stack-cards .stack-card--3 {
  --rotate: -3.25deg;
}
body.site_immo_piscine .stack-cards .stack-card--4 {
  --rotate: 7.79deg;
}
body.site_immo_piscine .stack-cards .stack-card--5 {
  --rotate: -3.25deg;
}
body.site_immo_piscine .modeles-piscines .badge-inclus {
  position: absolute;
  top: -60px;
  left: -52px;
  width: 200px;
  height: auto;
  z-index: 40;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine .modeles-piscines .badge-inclus {
    top: -40px;
    left: -32px;
    width: 168px;
  }
}
@media all and (max-width: 767px) {
  body.site_immo_piscine .modeles-piscines .badge-inclus {
    left: -12px;
    width: 128px;
  }
}
body.site_immo_piscine .modeles-piscines .swiper-piscine .swiper-wrapper {
  align-items: flex-end;
}
body.site_immo_piscine .modeles-piscines .swiper-piscine__slide {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  max-width: 410px;
  aspect-ratio: 410/531;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine .modeles-piscines .swiper-piscine__slide {
    aspect-ratio: 3/5;
  }
}
@media all and (min-width: 992px) {
  body.site_immo_piscine .modeles-piscines .swiper-piscine__slide {
    width: 410px;
  }
}
body.site_immo_piscine .modeles-piscines .swiper-piscine__photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
body.site_immo_piscine .modeles-piscines .swiper-piscine__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 12px 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  background-color: #15213D;
  transform: translateY(calc(100% - 112px));
  transition: transform 0.35s ease, background-color 0.35s ease;
}
body.site_immo_piscine .modeles-piscines .swiper-piscine__overlay::before {
  content: "";
  background-image: url("/images/angle_shape.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  display: block;
  height: 23px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
body.site_immo_piscine .modeles-piscines .swiper-piscine__header {
  gap: 8px;
  height: 80px;
  overflow: hidden;
}
body.site_immo_piscine .modeles-piscines .swiper-piscine__nom {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine .modeles-piscines .swiper-piscine__nom {
    font-size: 16px;
  }
}
body.site_immo_piscine .modeles-piscines .swiper-piscine__sous-titre {
  color: #E73753;
  font-family: "Oooh Baby", cursive;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine .modeles-piscines .swiper-piscine__sous-titre {
    font-size: 24px;
  }
}
body.site_immo_piscine .modeles-piscines .swiper-piscine__bio {
  color: white;
  font-size: 18px;
  line-height: 27px;
  /* 150% */
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  cursor: text;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine .modeles-piscines .swiper-piscine__bio {
    font-size: 14px;
  }
}
body.site_immo_piscine .modeles-piscines .swiper-piscine__badge {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 4.4%;
  right: 4.4%;
  transform: translate(50px, -50px);
  width: 32%;
  height: auto;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.2s 0.2s;
}
@media all and (min-width: 768px) {
  body.site_immo_piscine .modeles-piscines .swiper-piscine__slide:hover .swiper-piscine__overlay {
    transform: translateY(0);
  }
  body.site_immo_piscine .modeles-piscines .swiper-piscine__slide:hover .swiper-piscine__btn img {
    transform: rotate(-45deg);
  }
  body.site_immo_piscine .modeles-piscines .swiper-piscine__slide:hover .swiper-piscine__bio {
    opacity: 1;
  }
  body.site_immo_piscine .modeles-piscines .swiper-piscine__slide:hover .swiper-piscine__badge {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (max-width: 767px) {
  body.site_immo_piscine .modeles-piscines .swiper-piscine .swiper-piscine__overlay {
    transform: translateY(0);
  }
  body.site_immo_piscine .modeles-piscines .swiper-piscine .swiper-piscine__btn img {
    transform: rotate(-45deg);
  }
  body.site_immo_piscine .modeles-piscines .swiper-piscine .swiper-piscine__bio {
    opacity: 1;
  }
  body.site_immo_piscine .modeles-piscines .swiper-piscine .swiper-piscine__badge {
    opacity: 1;
    transform: translate(0, 0);
  }
}
body.site_immo_piscine .modeles-piscines .swiper-slide {
  width: auto;
  max-width: 90%;
}
body.site_immo_piscine .modeles-piscines .swiper-slide--raised {
  margin-bottom: 128px;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine .modeles-piscines .swiper-slide--raised {
    margin-bottom: 80px;
  }
}
body.site_immo_piscine .piscine-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  background: #EBF1FC;
  border-radius: 75px;
  position: relative;
}
@media (max-width: 767px) {
  body.site_immo_piscine .piscine-tabs {
    width: 100%;
  }
}
body.site_immo_piscine .piscine-tabs input[type=radio] {
  display: none;
}
body.site_immo_piscine .piscine-tabs__btn {
  position: relative;
  z-index: 1;
  min-width: 118px;
  padding: 8px 24px;
  border-radius: 75px;
  font-size: 14px;
  cursor: pointer;
  line-height: normal;
  color: #7E8AA5;
  font-weight: 700;
  text-wrap: nowrap;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.25s;
}
@media all and (min-width: 992px) {
  body.site_immo_piscine .piscine-tabs__btn {
    width: 214px;
  }
}
@media (max-width: 767px) {
  body.site_immo_piscine .piscine-tabs__btn {
    min-width: unset;
    padding: 8px 12px;
    font-size: 12px;
    flex: 1;
  }
}
body.site_immo_piscine .piscine-tabs input[type=radio]:checked + label {
  color: white;
}
body.site_immo_piscine .piscine-tabs__bg {
  position: absolute;
  top: 4px;
  bottom: 4px;
  background: #E73753;
  border-radius: 75px;
  z-index: 0;
  pointer-events: none;
}
@media all and (min-width: 992px) {
  body.site_immo_piscine .piscine-tabs__bg {
    width: 214px;
  }
}
body.site_immo_piscine .section-piscine-img {
  text-align: center;
  width: 100%;
}
body.site_immo_piscine .section-piscine-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}
body.site_immo_piscine .form label,
body.site_immo_piscine .form p {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
body.site_immo_piscine .form input,
body.site_immo_piscine .form textarea {
  width: 100%;
  border: none;
  border-radius: 16px;
  padding: 16px;
  font-size: 14px;
  color: #15213D;
  box-shadow: none;
  outline: none;
}
body.site_immo_piscine .form input.form-contact__input--icon-pin,
body.site_immo_piscine .form textarea.form-contact__input--icon-pin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238e8eab' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px center;
  padding: 16px 16px 16px 42px;
}
body.site_immo_piscine .form textarea {
  resize: none;
  min-height: 120px;
}
body.site_immo_piscine .form__radio {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-wrap: nowrap;
}
body.site_immo_piscine .form__radio:hover .form__radio-custom::before {
  transform: translate(-50%, -50%) scale(0.8);
}
body.site_immo_piscine .form__radio input[type=radio] {
  display: none;
}
body.site_immo_piscine .form__radio-custom {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
body.site_immo_piscine .form__radio-custom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: white;
  transition: all 0.2s ease-in-out;
}
body.site_immo_piscine .form__radio input[type=radio]:checked + .form__radio-custom::before {
  transform: translate(-50%, -50%) scale(1);
}
body.site_immo_piscine#page_home .hero-container {
  padding: 122px 0;
}
body.site_immo_piscine#page_home .hero-container__sous-titre {
  color: #E73753;
}
body.site_immo_piscine#page_home #scroll-card-02 {
  background: #62B44B;
  border: 4px solid #BBE4AD;
}
body.site_immo_piscine#page_home #scroll-card-02 img {
  overflow: visible;
}
body.site_immo_piscine#page_home .slider-section-card {
  background: #62B44B;
  border: 4px solid #BBE4AD;
}
body.site_immo_piscine#page_home .slider-section-card__image {
  max-width: 80%;
  aspect-ratio: 1/1;
}
body.site_immo_piscine#page_home .slider-section-card__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.site_immo_piscine#page_home .slider-section-card__title {
  color: white;
}
body.site_immo_piscine#page_home .bandeau {
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/home_bandeau.webp") 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_home .bandeau {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/home_bandeau_mobile.webp") 50%/cover no-repeat;
  }
}
body.site_immo_piscine#page_home .bandeau {
  padding: 104px 0 236px;
}
body.site_immo_piscine#page_landing .hero-container {
  padding: 248px 0 154px;
  background: url("../images/landing/landing_hero.webp") 50% 30%/cover no-repeat;
}
body.site_immo_piscine#page_landing .slider-section-card {
  background: #15213D;
  border: 4px solid #7E8AA5;
  color: white;
}
body.site_immo_piscine#page_landing .stack-card--img.stack-card--2 {
  background: url("../images/landing/landing_recette-01.webp") 50%/cover no-repeat;
}
body.site_immo_piscine#page_landing .stack-card--img.stack-card--4 {
  background: url("../images/landing/landing_recette-02.webp") 50%/cover no-repeat;
}
body.site_immo_piscine#page_landing .bandeau {
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/landing/landing_bandeau.jpg") 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_landing .bandeau {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/landing/landing_bandeau_mobile.jpg") 50%/cover no-repeat;
  }
}
body.site_immo_piscine#page_landing .bandeau {
  padding: 142px 0;
}
body.site_immo_piscine#page_landing .section-installation {
  background: white;
}
body.site_immo_piscine#page_landing .section-installation__video {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 415/500;
}
body.site_immo_piscine#page_landing .section-installation__video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body.site_immo_piscine#page_piscines .hero-container {
  padding: 248px 0 154px;
  background: url("../images/nos_piscines/piscines_hero.jpg") 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_piscines .hero-container {
    padding: 124px 0;
  }
}
body.site_immo_piscine#page_piscines .bandeau {
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/nos_piscines/piscines_bandeau.jpg") 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_piscines .bandeau {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/nos_piscines/piscines_bandeau.jpg") 50%/cover no-repeat;
  }
}
body.site_immo_piscine#page_piscines .bandeau {
  padding: 142px 0;
}
body.site_immo_piscine#page_piscines .piscine-card {
  border-radius: 16px;
  border: 4px solid #EBF1FC;
  background: white;
  max-width: 361px;
  overflow: hidden;
}
@media (max-width: 1319px) {
  body.site_immo_piscine#page_piscines .piscine-card {
    margin-left: auto;
    margin-right: auto;
  }
}
body.site_immo_piscine#page_piscines .piscine-card__header {
  display: flex;
}
body.site_immo_piscine#page_piscines .piscine-card__header img {
  width: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
body.site_immo_piscine#page_piscines .piscine-card__body {
  padding: 24px 16px 16px;
}
body.site_immo_piscine#page_piscines .piscine-card__body h3 {
  font-size: 24px;
  line-height: 100%;
}
body.site_immo_piscine#page_piscines .piscine-card__sous-titre {
  font-family: "Oooh Baby", cursive;
  font-size: 24px;
  line-height: 20px;
}
body.site_immo_piscine#page_piscines .piscine-card__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
body.site_immo_piscine#page_piscines .piscine-card__list li {
  position: relative;
  padding-left: 24px;
}
body.site_immo_piscine#page_piscines .piscine-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/images/icons/bullet.svg") no-repeat center;
  background-size: contain;
}
body.site_immo_piscine#page_piscines .piscine-card__price {
  color: #1F1F1F;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
body.site_immo_piscine#page_piscines .piscine-card .bouton {
  width: 100%;
}
@media (max-width: 1319px) {
  body.site_immo_piscine#page_piscines .piscine-card__list-more {
    display: none;
  }
}
body.site_immo_piscine#page_piscines .piscine-card__voir-plus {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #7E8AA5;
  padding: 8px 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
body.site_immo_piscine#page_piscines .piscine-card__voir-plus-icon {
  display: inline-block;
  transition: transform 0.25s ease;
  width: 24px;
  height: 24px;
  line-height: 1;
}
body.site_immo_piscine#page_piscines .piscine-card__voir-plus[aria-expanded=true] .piscine-card__voir-plus-icon {
  transform: rotate(180deg);
}
body.site_immo_piscine#page_piscines .assist-inclus__border {
  border-color: #15213D !important;
  border-width: 2px !important;
}
@media (min-width: 992px) {
  body.site_immo_piscine#page_piscines .assist-inclus__border-end {
    border-right: 2px solid #15213D;
  }
}
body.site_immo_piscine#page_piscines .assist-inclus__cell {
  border-bottom: 2px solid #15213D;
}
body.site_immo_piscine#page_piscines .assist-inclus__cell:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  body.site_immo_piscine#page_piscines .assist-inclus__cell:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
body.site_immo_piscine#page_piscines .assist-inclus__icon {
  width: 71px;
  height: 71px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.site_immo_piscine#page_piscines .assist-inclus__titre {
  color: #15213D;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 1319px) {
  body.site_immo_piscine#page_piscines .piscine-tab-panel {
    display: none !important;
  }
  body.site_immo_piscine#page_piscines .piscine-tab-panel.is-active {
    display: block !important;
  }
}
body.site_immo_piscine#page_piscines .pack-immo-img {
  width: 100%;
  text-align: center;
  padding: 0 24px;
}
body.site_immo_piscine#page_piscines .pack-immo-img img {
  margin-bottom: 22px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
body.site_immo_piscine#page_piscines .pack-immo-texte {
  max-width: 398px;
}
body.site_immo_piscine#page_equipements .hero-container {
  padding: 122px 0;
}
body.site_immo_piscine#page_equipements .tableau-comparatif caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
body.site_immo_piscine#page_equipements .tableau-comparatif {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
  overflow: hidden;
}
body.site_immo_piscine#page_equipements .tableau-comparatif tr:nth-of-type(2):first-child {
  font-weight: 800;
  line-height: 100%;
}
body.site_immo_piscine#page_equipements .tableau-comparatif thead tr {
  background: #15213D;
}
body.site_immo_piscine#page_equipements .tableau-comparatif thead tr th {
  color: white;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
body.site_immo_piscine#page_equipements .tableau-comparatif tbody tr {
  background: #EBF1FC;
}
body.site_immo_piscine#page_equipements .tableau-comparatif tbody tr td {
  padding: 8px 16px;
  color: #15213D;
  width: 50%;
}
body.site_immo_piscine#page_equipements .tableau-comparatif__value::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
body.site_immo_piscine#page_equipements .tableau-comparatif__value--inclus {
  font-weight: 700;
}
body.site_immo_piscine#page_equipements .tableau-comparatif__value--inclus::before {
  background-image: url("/images/icons/check.png");
}
body.site_immo_piscine#page_equipements .tableau-comparatif__value--option::before {
  background-image: url("/images/icons/croix.png");
}
body.site_immo_piscine#page_equipements .equipements-card {
  padding: 40px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.site_immo_piscine#page_equipements .equipements-card__img {
  max-width: 100%;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1319px) {
  body.site_immo_piscine#page_equipements .equipements-card__img {
    font-size: 20px;
  }
}
body.site_immo_piscine#page_equipements .equipements-card__img img {
  width: 100%;
  height: auto;
}
body.site_immo_piscine#page_equipements .equipements-card__sous-titre {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; /* 100% */
}
@media (max-width: 1319px) {
  body.site_immo_piscine#page_equipements .equipements-card__sous-titre {
    font-size: 20px;
  }
}
body.site_immo_piscine#page_equipements .equipements-card__sur-titre {
  color: white;
  font-family: "Oooh Baby", cursive;
  font-size: 32px;
  line-height: 100%; /* 32px */
}
body.site_immo_piscine#page_equipements .equipements-logos {
  max-width: 436px;
  background: white;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
}
body.site_immo_piscine#page_equipements .bandeau {
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/home_bandeau.webp") 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_equipements .bandeau {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/home_bandeau_mobile.webp") 50%/cover no-repeat;
  }
}
body.site_immo_piscine#page_equipements .bandeau {
  padding: 104px 0 236px;
}
body.site_immo_piscine#page_contact .hero-container {
  padding: 248px 0 154px;
  position: relative;
  overflow: hidden;
}
body.site_immo_piscine#page_contact .hero-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/landing/landing_hero.webp") center/cover no-repeat;
  z-index: 0;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_contact .hero-container::before {
    transform: scale(2);
  }
}
body.site_immo_piscine#page_contact .hero-container .container {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_contact .hero-container {
    padding: 124px 0;
  }
}
body.site_immo_piscine#page_contact .bouton-accompagnement {
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 24px;
  background: #F7F9FB;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
  color: #15213D;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  height: 100%;
}
body.site_immo_piscine#page_contact .bouton-accompagnement:hover {
  background: #EBF1FC;
}
body.site_immo_piscine#page_contact .bouton-accompagnement:hover .bouton-fleche img {
  transform: rotate(-45deg);
}
body.site_immo_piscine#page_contact .form-contact {
  border-radius: 16px;
  border: 4px solid #7E8AA5;
  padding: 24px;
}
body.site_immo_piscine#page_contact .message {
  border-radius: 16px;
  border: 4px solid #7e8aa5;
  padding: 24px;
  margin-top: 80px;
  text-align: center;
}
body.site_immo_piscine#page_contact .erreur {
  color: #E73753;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
}
body.site_immo_piscine#page_contact .captcha .erreur {
  text-align: center;
  margin-top: 16px;
}
body.site_immo_piscine#page_contact #expert {
  overflow: hidden;
}
body.site_immo_piscine#page_contact #maps iframe {
  border-radius: 16px;
  width: 100%;
}
body.site_immo_piscine#page_contact #maps .bouton span {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.site_immo_piscine#page_contact #maps .bouton span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("/images/icons/bouton_flèche.svg");
          mask-image: url("/images/icons/bouton_flèche.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: currentColor;
  transform: rotate(-45deg);
}
body.site_immo_piscine.page_immo_piscine .hero-container {
  padding: 187px 0 80px;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine.page_immo_piscine .hero-container {
    padding: 124px 0 80px;
  }
}
body.site_immo_piscine.page_immo_piscine .piscine-presentation__img {
  aspect-ratio: 1320/625;
  border-radius: 16px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine.page_immo_piscine .piscine-presentation__img {
    aspect-ratio: 824/625;
  }
}
body.site_immo_piscine.page_immo_piscine .piscine-presentation__badge {
  width: 22%;
  max-width: 198px;
  height: auto;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine.page_immo_piscine .piscine-presentation__badge {
    width: 140px;
    max-width: 40%;
    top: -24px;
  }
}
body.site_immo_piscine.page_immo_piscine .piscine-presentation__texte {
  max-width: 400px;
}
body.site_immo_piscine.page_immo_piscine .slider-section-card {
  background: #62B44B;
  border: 4px solid #BBE4AD;
}
body.site_immo_piscine.page_immo_piscine .slider-section-card__image {
  max-width: 80%;
  aspect-ratio: 1/1;
}
body.site_immo_piscine.page_immo_piscine .slider-section-card__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.site_immo_piscine.page_immo_piscine .slider-section-card__title {
  color: white;
}
@media all and (min-width: 992px) {
  body.site_immo_piscine.page_immo_piscine .modeles-piscines .swiper-piscine .swiper-wrapper {
    justify-content: center;
    gap: 40px;
  }
}
body.site_immo_piscine.page_immo_piscine .bandeau {
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/nos_piscines/piscines_bandeau.jpg") 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine.page_immo_piscine .bandeau {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/nos_piscines/piscines_bandeau.jpg") 50%/cover no-repeat;
  }
}
body.site_immo_piscine.page_immo_piscine .bandeau {
  padding: 142px 0;
}
body.site_immo_piscine.page_immo_piscine .galerie-piscine__swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 412/403;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.site_immo_piscine.page_immo_piscine .galerie-piscine__btn--prev.swiper-button-disabled, body.site_immo_piscine.page_immo_piscine .galerie-piscine__btn--next.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.25s ease;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__label {
  background: transparent;
  color: #15213D;
  font-weight: 600;
  font-size: 20px;
  padding: 8px 13px 8px 0;
  box-shadow: none;
  line-height: 24px; /* 120% */
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__value {
  color: #1F1F1F;
  font-size: 24px;
  line-height: 20px; /* 83.333% */
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__swatches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__swatch {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.18s, transform 0.15s;
  padding: 0;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__swatch[data-swatch=bleu] {
  background-color: #dfe9ed;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__swatch[data-swatch=sable] {
  background-color: #e2d7bc;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__swatch[data-swatch=gris] {
  background-color: #c7c9c7;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__swatch[data-swatch=vert] {
  background-color: #e5efdf;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__swatch[data-swatch=blanc] {
  background-color: #ffffff;
  border-color: #e5e5e5;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__swatch:hover {
  transform: scale(1.08);
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__swatch.active {
  border: 2px solid #E73753;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__accordion {
  margin-top: 1.5rem;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__accordion .accordion-item {
  background: transparent;
  border: none;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__accordion .accordion-item .accordion-button {
  background: transparent;
  color: #15213D;
  font-weight: 600;
  font-size: 20px;
  padding: 8px 13px 8px 0;
  box-shadow: none;
  line-height: 24px; /* 120% */
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__accordion .accordion-item .accordion-button::after {
  filter: none;
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__accordion .accordion-item .accordion-body {
  padding: 0 0 12px;
  color: #1F1F1F;
  line-height: 24px; /* 150% */
}
body.site_immo_piscine.page_immo_piscine .pool-pricing__price {
  color: #15213D;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%; /* 40px */
}
body.site_immo_piscine#page_immo_pool #acc-confort a {
  color: #15213D;
}
body.site_immo_piscine#page_immo_pool .stack-card--img.stack-card--2 {
  background: url("../images/immo_pool/pool-01.webp") 50%/cover no-repeat;
}
body.site_immo_piscine#page_immo_pool .stack-card--img.stack-card--4 {
  background: url("../images/immo_pool/pool-02.webp") 50%/cover no-repeat;
}
body.site_immo_piscine#page_immo_summer #acc-confort a {
  color: #15213D;
}
body.site_immo_piscine#page_immo_summer .stack-card--img.stack-card--2 {
  background: url("../images/immo_summer/immo_summer-01.jpg") 50%/cover no-repeat;
}
body.site_immo_piscine#page_immo_summer .stack-card--img.stack-card--4 {
  background: url("../images/immo_summer/immo_summer-02.jpg") 50%/cover no-repeat;
}
body.site_immo_piscine#page_immo_summer_beach #acc-confort a {
  color: #15213D;
}
body.site_immo_piscine#page_immo_summer_beach .stack-card--img.stack-card--2 {
  background: url("../images/immo_summer_beach/summer_beach-01.webp") 50%/cover no-repeat;
}
body.site_immo_piscine#page_immo_summer_beach .stack-card--img.stack-card--4 {
  background: url("../images/immo_summer_beach/summer_beach-02.webp") 50%/cover no-repeat;
}
body.site_immo_piscine#page_installation .hero-container {
  padding: 159px 0 86px;
}
@media (max-width: 991px) {
  body.site_immo_piscine#page_installation .hero-container {
    padding: 124px 0 86px;
  }
}
body.site_immo_piscine#page_installation .stack-cards .stack-card {
  height: 227px;
  justify-content: center;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.site_immo_piscine#page_installation .bandeau {
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/home_bandeau.webp") 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_installation .bandeau {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/home_bandeau_mobile.webp") 50%/cover no-repeat;
  }
}
body.site_immo_piscine#page_installation .bandeau {
  padding: 104px 0 236px;
}
body.site_immo_piscine#page_installation .etape-card img {
  width: 100%;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
body.site_immo_piscine#page_installation .etape-card__texte {
  padding-top: 16px;
}
body.site_immo_piscine#page_installation .etape-card__texte h3 {
  font-size: 18px;
}
body.site_immo_piscine#page_installation .etape-card__texte p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
body.site_immo_piscine#page_installation .question-titre {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
body.site_immo_piscine#page_installation .radius-16 {
  border-radius: 16px;
}
body.site_immo_piscine#page_prescripteur .hero-container {
  padding: 218px 0 122px;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_prescripteur .hero-container {
    padding: 124px 0 80px;
  }
}
body.site_immo_piscine#page_prescripteur #section-scroll-cards {
  margin-bottom: 128px;
}
body.site_immo_piscine#page_prescripteur #section-scroll-cards #scroll-card-02 {
  background: #EBF1FC;
  border: 4px solid white;
}
body.site_immo_piscine#page_prescripteur #section-scroll-cards #scroll-card-02 .scroll-card__content {
  color: #1F1F1F;
}
body.site_immo_piscine#page_prescripteur .pastille-nombre {
  width: 100%;
  text-align: center;
  padding: 0 24px;
}
body.site_immo_piscine#page_prescripteur .pastille-nombre img {
  margin-bottom: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
body.site_immo_piscine#page_prescripteur .pastille-texte {
  max-width: 398px;
}
body.site_immo_piscine#page_prescripteur .bandeau {
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/prescripteur/prescripteur_bandeau.jpg") 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_prescripteur .bandeau {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/prescripteur/prescripteur_bandeau_mobile.jpg") 50%/cover no-repeat;
  }
}
body.site_immo_piscine#page_prescripteur .bandeau {
  padding: 142px 0;
}
body.site_immo_piscine#page_config #cfg-sticky-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
body.site_immo_piscine#page_config #cfg-sticky-bar.is-visible {
  transform: translateY(0);
}
@media (max-width: 991px) {
  body.site_immo_piscine#page_config #cfg-sticky-bar {
    display: block;
  }
}
body.site_immo_piscine#page_config #cfg-sticky-bar .cfg-sticky-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}
body.site_immo_piscine#page_config #cfg-sticky-bar #cfg-sticky-nom {
  font-weight: 700;
  font-size: 20px;
  color: #15213D;
}
body.site_immo_piscine#page_config #cfg-sticky-bar #cfg-sticky-prix {
  font-weight: 700;
  font-size: 24px;
  color: #15213D;
}
@media (max-width: 991px) {
  body.site_immo_piscine#page_config .navbar.fixed-top {
    position: relative !important;
  }
}
body.site_immo_piscine#page_config .hero-container {
  padding: 218px 0 122px;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine#page_config .hero-container {
    padding: 48px 0 80px;
  }
}
body.site_immo_piscine#page_config .prix_titre {
  font-size: 24px;
  font-weight: 500;
}
body.site_immo_piscine#page_config h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}
body.site_immo_piscine#page_config .configurateur-recap-wrapper {
  position: sticky;
  top: 100px;
}
body.site_immo_piscine#page_config .configurateur-modele__img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 492/300;
}
body.site_immo_piscine#page_config .configurateur-modele__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.site_immo_piscine#page_config .configurateur-modele__list li {
  padding: 0 0 0 16px;
  position: relative;
  margin: 0;
}
body.site_immo_piscine#page_config .configurateur-modele__list li::before {
  content: "+";
  color: #E73753;
  position: absolute;
  left: 0;
  font-weight: 700;
}
body.site_immo_piscine#page_config .configurateur-simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.site_immo_piscine#page_config .configurateur-taille {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border: 2px solid #EBF1FC;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  color: inherit;
}
body.site_immo_piscine#page_config .configurateur-taille + body.site_immo_piscine#page_config .configurateur-taille {
  margin-top: 8px;
}
body.site_immo_piscine#page_config .configurateur-taille.is-active {
  border-color: #15213D;
  font-weight: 700;
}
body.site_immo_piscine#page_config .configurateur-taille__prix {
  font-weight: 600;
}
body.site_immo_piscine#page_config #cfg-swatches {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  body.site_immo_piscine#page_config #cfg-swatches {
    justify-content: center;
    gap: 24px;
  }
}
body.site_immo_piscine#page_config .configurateur-swatch {
  flex: 0 0 52px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s ease;
  outline: none;
}
body.site_immo_piscine#page_config .configurateur-swatch[data-swatch=bleu] {
  background-color: #dfe9ed;
}
body.site_immo_piscine#page_config .configurateur-swatch[data-swatch=sable] {
  background-color: #e2d7bc;
}
body.site_immo_piscine#page_config .configurateur-swatch[data-swatch=gris] {
  background-color: #c7c9c7;
}
body.site_immo_piscine#page_config .configurateur-swatch[data-swatch=vert] {
  background-color: #e5efdf;
}
body.site_immo_piscine#page_config .configurateur-swatch[data-swatch=blanc] {
  background-color: #ffffff;
  border-color: #e5e5e5;
}
body.site_immo_piscine#page_config .configurateur-swatch.is-active {
  border-color: #15213D;
}
body.site_immo_piscine#page_config #cfg-couleur-img {
  height: 308px !important;
  max-height: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12px;
  margin-bottom: 16px;
}
body.site_immo_piscine#page_config .configurateur-option {
  overflow: hidden;
}
body.site_immo_piscine#page_config .configurateur-option__img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.site_immo_piscine#page_config .configurateur-option__img img {
  height: 160px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body.site_immo_piscine#page_config .configurateur-option__desc {
  font-size: 14px;
  color: #7E8AA5;
}
body.site_immo_piscine#page_config .configurateur-option__btn {
  padding: 12px 16px;
  min-height: 56px;
  border-radius: 12px;
  border: 2px solid #EBF1FC;
  background: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: border-color 0.2s ease, background 0.2s ease;
  line-height: 1.3;
  color: inherit;
}
body.site_immo_piscine#page_config .configurateur-option__btn span {
  font-weight: 400;
  font-size: 13px;
  color: #7E8AA5;
}
body.site_immo_piscine#page_config .configurateur-option__btn.is-active {
  border-color: #15213D;
}
body.site_immo_piscine#page_config .configurateur-assist__item {
  border: 2px solid #EBF1FC;
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
body.site_immo_piscine#page_config .configurateur-assist__item:has(input:checked) {
  border-color: #15213D;
}
body.site_immo_piscine#page_config .configurateur-assist__checkbox {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}
body.site_immo_piscine#page_config .configurateur-assist__checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #15213D;
  cursor: pointer;
  flex-shrink: 0;
}
body.site_immo_piscine#page_config .configurateur-assist__checkbox label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
body.site_immo_piscine#page_config .configurateur-assist__titre {
  font-weight: 700;
  font-size: 15px;
}
body.site_immo_piscine#page_config .configurateur-assist__desc {
  font-size: 13px;
  color: #7E8AA5;
}
body.site_immo_piscine#page_config .configurateur-assist__prix {
  font-size: 14px;
  font-weight: 600;
  color: #7E8AA5;
  margin-top: 4px;
}
body.site_immo_piscine#page_config .configurateur-recap {
  border-radius: 16px;
}
body.site_immo_piscine#page_config .configurateur-recap__label {
  font-size: 14px;
  color: rgb(107.5, 107.5, 107.5);
}
body.site_immo_piscine#page_config .configurateur-recap__prix {
  font-size: 28px;
  font-weight: 900;
  color: #15213D;
}
body.site_immo_piscine#page_config .configurateur-recap__inclus-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
body.site_immo_piscine#page_config .configurateur-recap__inclus-list li {
  padding-left: 20px;
  position: relative;
}
body.site_immo_piscine#page_config .configurateur-recap__inclus-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("/images/icons/check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
body.site_immo_piscine#page_config .configurateur-recap__inclus-list li + li {
  margin-top: 4px;
}
body.site_immo_piscine#page_config .configurateur-accordeons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.site_immo_piscine#page_config .configurateur-accordeon {
  background: #EBF1FC;
  border-radius: 12px;
  overflow: hidden;
}
body.site_immo_piscine#page_config .configurateur-accordeon__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  gap: 8px;
  color: inherit;
}
body.site_immo_piscine#page_config .configurateur-accordeon__chevron {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
body.site_immo_piscine#page_config .configurateur-accordeon__btn[aria-expanded=true] .configurateur-accordeon__chevron {
  transform: rotate(180deg);
}
body.site_immo_piscine#page_config .configurateur-accordeon__body {
  display: none;
  padding: 0 16px 16px;
  font-size: 14px;
}
body.site_immo_piscine#page_config .configurateur-accordeon__body.is-open {
  display: block;
}
body.site_immo_piscine#page_devis .hero-container {
  padding: 160px 0 80px;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_devis .hero-container {
    padding: 100px 0 60px;
  }
}
body.site_immo_piscine#page_devis .erreur {
  color: red;
}
body.site_immo_piscine#page_devis .message {
  font-size: 32px;
  text-align: center;
  margin-top: 24px;
}
body.site_immo_piscine#page_devis .devis-retour {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #15213D;
  text-decoration: none;
  margin-bottom: 24px;
}
body.site_immo_piscine#page_devis .devis-garanties {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.site_immo_piscine#page_devis .devis-garanties li {
  padding-left: 24px;
  position: relative;
}
body.site_immo_piscine#page_devis .devis-garanties li + li {
  margin-top: 8px;
}
body.site_immo_piscine#page_devis .devis-garanties li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("/images/icons/check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
body.site_immo_piscine#page_devis .form-devis input[type=text],
body.site_immo_piscine#page_devis .form-devis input[type=tel] {
  width: 100%;
  border: 2px solid #15213D;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 16px;
  outline: none;
  color: #15213D;
}
body.site_immo_piscine#page_devis .form-devis input[type=text]::-moz-placeholder, body.site_immo_piscine#page_devis .form-devis input[type=tel]::-moz-placeholder {
  color: #7E8AA5;
  font-weight: 400;
}
body.site_immo_piscine#page_devis .form-devis input[type=text]::placeholder,
body.site_immo_piscine#page_devis .form-devis input[type=tel]::placeholder {
  color: #7E8AA5;
  font-weight: 400;
}
body.site_immo_piscine#page_devis .form-devis .form__radio {
  color: #15213D !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
body.site_immo_piscine#page_devis .form-devis .form__radio-custom {
  border-color: #15213D;
}
body.site_immo_piscine#page_devis .form-devis .form__radio-custom::before {
  background-color: #15213D;
}
body.site_immo_piscine#page_devis .form-devis .form__radio:has(input:checked) {
  color: #15213D !important;
  font-weight: 700 !important;
}
body.site_immo_piscine#page_conception .hero-container {
  padding: 248px 0 154px;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_conception .hero-container {
    padding: 124px 0;
  }
}
body.site_immo_piscine#page_conception .intro-texte {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine#page_conception .intro-texte {
    font-size: 20px;
  }
}
body.site_immo_piscine#page_conception .text-rose {
  color: #E73753;
}
body.site_immo_piscine#page_conception .badge-fabrication-fr {
  position: absolute;
  top: -82px;
  right: 42px;
  width: 175px;
  height: auto;
  max-width: 24%;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine#page_conception .badge-fabrication-fr {
    position: initial;
    width: 128px;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}
body.site_immo_piscine#page_conception .badge-fabrication-fr img {
  width: 100%;
  height: auto;
}
body.site_immo_piscine#page_conception .structure-img {
  width: 238px;
  margin: 0 auto 22px;
  text-align: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: white;
}
@media all and (max-width: 991px) {
  body.site_immo_piscine#page_conception .structure-img {
    width: 168px;
  }
}
body.site_immo_piscine#page_conception .structure-img img {
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.site_immo_piscine#page_conception .structure-texte {
  max-width: 398px;
}
body.site_immo_piscine#page_conception .bandeau {
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/home_bandeau.webp") 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  body.site_immo_piscine#page_conception .bandeau {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 67%, rgba(30, 30, 30, 0.09) 79%), linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.21) 100%), url("../images/home_bandeau_mobile.webp") 50%/cover no-repeat;
  }
}
body.site_immo_piscine#page_conception .bandeau {
  padding: 104px 0 236px;
}
body.site_immo_piscine#page_conception .modeles-piscines .swiper-piscine__slide {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
}
body.site_immo_piscine#page_conception .modeles-piscines .swiper-piscine__sous-titre {
  color: white;
}
body.site_immo_piscine#page_conception .modeles-piscines .swiper-piscine__photo {
  height: 85%;
  width: auto;
}/*# sourceMappingURL=immo_piscines_202600402.css.map */