/* responsive */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* line 3, _partials/_font.scss */
body * {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

/* line 8, _partials/_font.scss */
h1,
h2,
h3 {
  margin-top: 0;
  letter-spacing: 2px;
}

/* line 3, _partials/_general.scss */
body {
  color: #000;
}

/* line 7, _partials/_general.scss */
strong {
  font-weight: inherit;
}

/* line 11, _partials/_general.scss */
.primary-bold {
  font-weight: bold;
}

/* line 15, _partials/_general.scss */
button,
button.button,
a.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0px;
}
/* line 21, _partials/_general.scss */
button.button-primary,
button.button.button-primary,
a.button.button-primary {
  background-color: #772567;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 25, _partials/_general.scss */
button.button-primary:hover, button.button-primary:focus,
button.button.button-primary:hover,
button.button.button-primary:focus,
a.button.button-primary:hover,
a.button.button-primary:focus {
  background-color: #5D1E51;
}
/* line 30, _partials/_general.scss */
button.bordered-button,
button.button.bordered-button,
a.button.bordered-button {
  border: 1px solid #772567;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 35, _partials/_general.scss */
button.bordered-button:hover, button.bordered-button:focus,
button.button.bordered-button:hover,
button.button.bordered-button:focus,
a.button.bordered-button:hover,
a.button.bordered-button:focus {
  background-color: #772567;
}
/* line 40, _partials/_general.scss */
button:hover, button:focus,
button.button:hover,
button.button:focus,
a.button:hover,
a.button:focus {
  outline: none;
}

/* line 47, _partials/_general.scss */
a {
  color: #772567;
}
/* line 49, _partials/_general.scss */
a:hover, a:focus {
  color: #5D1E51;
}

/* line 55, _partials/_general.scss */
.loader-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("/wp-content/uploads/2023/05/loader.gif") 50% 50% no-repeat;
  background-size: 200px;
}

/* line 67, _partials/_general.scss */
.loading .loader-modal {
  display: block;
}

/* line 73, _partials/_general.scss */
.last-post .last-post-inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
/* line 76, _partials/_general.scss */
.last-post .last-post-inner > div {
  width: 100%;
}
/* line 80, _partials/_general.scss */
.last-post .last-post-thumbnail {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  /* line 80, _partials/_general.scss */
  .last-post .last-post-thumbnail {
    margin-bottom: 0;
    max-width: 150px;
  }
}
/* line 87, _partials/_general.scss */
.last-post .last-post-title {
  -webkit-box-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1200px) {
  /* line 87, _partials/_general.scss */
  .last-post .last-post-title {
    margin-left: 2rem;
  }
}
/* line 92, _partials/_general.scss */
.last-post .last-post-title > p {
  color: #fff;
}
/* line 95, _partials/_general.scss */
.last-post .last-post-title > h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
/* line 101, _partials/_general.scss */
.last-post .last-post-title a {
  font-size: 14px;
  color: #fff;
}

/* line 108, _partials/_general.scss */
.last-posts-nav {
  display: -webkit-box;
  display: flex;
  margin-top: 2rem;
}
/* line 111, _partials/_general.scss */
.last-posts-nav button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: 1rem;
  font-size: 14px;
}
/* line 117, _partials/_general.scss */
.last-posts-nav button svg {
  height: 20px;
  width: 20px;
}
/* line 120, _partials/_general.scss */
.last-posts-nav button svg * {
  stroke: #fff;
}

/* line 130, _partials/_general.scss */
.testimonials-slider .testimonial-item-slide > div {
  padding: 1rem;
}
/* line 133, _partials/_general.scss */
.testimonials-slider .testimonial-item-slide .testimonial-title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}
/* line 139, _partials/_general.scss */
.testimonials-slider .testimonial-item-slide .testimonial-content {
  text-align: justify;
}

/* line 146, _partials/_general.scss */
.elementor-widget-menu-anchor {
  top: -100px;
}

/* line 151, _partials/_general.scss */
.elementor-primary-button a {
  min-width: 300px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 159, _partials/_general.scss */
  .elementor-column-separator:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 120%;
    width: 2px;
    background-color: #772567;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* line 173, _partials/_general.scss */
#elementor-scroll-to-content {
  position: absolute;
  top: -25%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 178, _partials/_general.scss */
#elementor-scroll-to-content #scroll-to-content {
  position: relative;
  padding-left: 2rem;
}
/* line 181, _partials/_general.scss */
#elementor-scroll-to-content #scroll-to-content a {
  display: inline-block;
  color: #fff;
  height: 100px;
  cursor: pointer;
}
/* line 187, _partials/_general.scss */
#elementor-scroll-to-content #scroll-to-content::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 1rem;
  width: 2px;
  height: 100%;
  background-color: #772567;
}

/* line 201, _partials/_general.scss */
.tarif-box .elementor-button-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}
/* line 207, _partials/_general.scss */
.tarif-box .elementor-button-shadow a {
  max-width: 300px;
}

/* line 214, _partials/_general.scss */
.elementor-accordion .elementor-tab-title {
  display: -webkit-box;
  display: flex;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 218, _partials/_general.scss */
.elementor-accordion .elementor-tab-title.elementor-active {
  background: linear-gradient(160deg, #525252 0%, #151515 50%);
}
/* line 220, _partials/_general.scss */
.elementor-accordion .elementor-tab-title.elementor-active > .elementor-accordion-icon {
  color: #fff;
}
/* line 223, _partials/_general.scss */
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: #fff;
}
/* line 225, _partials/_general.scss */
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title * {
  color: #fff;
}
/* line 230, _partials/_general.scss */
.elementor-accordion .elementor-tab-title > .elementor-accordion-icon {
  display: inline-block;
  float: none !important;
  margin-right: 1rem;
  padding-top: 0.5rem;
}
/* line 237, _partials/_general.scss */
.elementor-accordion .elementor-accordion-title {
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  line-height: 2rem !important;
}
/* line 244, _partials/_general.scss */
.elementor-accordion .elementor-accordion-title * {
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  line-height: 2rem !important;
}
/* line 253, _partials/_general.scss */
.elementor-accordion .elementor-tab-content {
  text-align: justify;
}
/* line 255, _partials/_general.scss */
.elementor-accordion .elementor-tab-content.elementor-active {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  /* line 262, _partials/_general.scss */
  .main-first-section {
    min-height: 80vh;
  }
}

/* line 268, _partials/_general.scss */
.ascenseur {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
/* line 272, _partials/_general.scss */
.ascenseur.ascenseur-xl .ascenceur-floor {
  height: 300px;
}
/* line 276, _partials/_general.scss */
.ascenseur .ascenseur-selectors {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-right: 1rem;
}
/* line 280, _partials/_general.scss */
.ascenseur .ascenseur-selectors span {
  display: inline-block;
  margin: 2px 0;
  height: 16px;
  width: 8px;
  background: #fff;
  border: 1px solid #772567;
  border-radius: 2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
/* line 290, _partials/_general.scss */
.ascenseur .ascenseur-selectors span.current {
  background-color: #772567;
  height: 80px;
}
/* line 294, _partials/_general.scss */
.ascenseur .ascenseur-selectors span:hover, .ascenseur .ascenseur-selectors span:focus {
  background-color: #772567;
}
/* line 300, _partials/_general.scss */
.ascenseur .ascenceur-floor {
  -webkit-box-flex: 1;
          flex: 1;
  height: 200px;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  border-bottom: 1px solid #c4c4c4;
}
/* line 307, _partials/_general.scss */
.ascenseur .ascenceur-floor::-webkit-scrollbar {
  display: none;
}
/* line 311, _partials/_general.scss */
.ascenseur .content-floor {
  margin-bottom: 4rem;
}
/* line 313, _partials/_general.scss */
.ascenseur .content-floor .floor-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
}
/* line 318, _partials/_general.scss */
.ascenseur .content-floor .floor-text {
  text-align: justify;
}

/* line 324, _partials/_general.scss */
.price-consultation-box {
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-width: 300px;
}
/* line 333, _partials/_general.scss */
.price-consultation-box p {
  color: #772567;
}
/* line 335, _partials/_general.scss */
.price-consultation-box p.consultation-label {
  font-size: 1.2rem;
}
/* line 338, _partials/_general.scss */
.price-consultation-box p.consultation-price {
  font-weight: 700;
  font-size: 2.5rem;
}

/* line 346, _partials/_general.scss */
.before-after .icv__img-b {
  height: 100% !important;
  max-width: inherit !important;
}

/* line 352, _partials/_general.scss */
.boxes-prices {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
/* line 355, _partials/_general.scss */
.boxes-prices .box-inner {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 0.5rem;
}
/* line 358, _partials/_general.scss */
.boxes-prices .box-inner .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
}
/* line 371, _partials/_general.scss */
.boxes-prices .box-inner .box.variant {
  background-color: transparent;
  border: 2px solid #fff;
  box-shadow: none;
}
/* line 376, _partials/_general.scss */
.boxes-prices .box-inner .box.variant .box-content * {
  color: #fff;
  margin-bottom: 0;
}
/* line 383, _partials/_general.scss */
.boxes-prices .box-inner .box-content {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: normal;
}
/* line 388, _partials/_general.scss */
.boxes-prices .box-inner .box-indicator {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  /* line 396, _partials/_general.scss */
  .sticky-block {
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
  }
}

@media screen and (min-width: 768px) {
  /* line 407, _partials/_general.scss */
  .separator-column .elementor-widget-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* line 422, _partials/_general.scss */
.medium-youtube-video {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

/* line 429, _partials/_general.scss */
.custom-slider ul.slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
/* line 434, _partials/_general.scss */
.custom-slider ul.slick-dots li {
  margin: 0.5rem;
}
/* line 437, _partials/_general.scss */
.custom-slider ul.slick-dots li.slick-active button {
  opacity: 1;
}
/* line 441, _partials/_general.scss */
.custom-slider ul.slick-dots li button {
  padding: 0;
  border-radius: 10rem;
  width: 10px;
  height: 10px;
  background-color: #151515;
  color: transparent;
  font-size: 0px;
  opacity: 0.5;
  border: none;
}
/* line 451, _partials/_general.scss */
.custom-slider ul.slick-dots li button:hover, .custom-slider ul.slick-dots li button:focus {
  opacity: 1;
}
/* line 458, _partials/_general.scss */
.custom-slider.theme-white {
  color: #fff;
}
/* line 462, _partials/_general.scss */
.custom-slider.theme-white ul.slick-dots li button {
  background-color: #fff;
}

/* line 472, _partials/_general.scss */
.form-group {
  margin-bottom: 1rem;
}
/* line 474, _partials/_general.scss */
.form-group .form-label + .form-input {
  margin-bottom: 2rem;
}
/* line 477, _partials/_general.scss */
.form-group.dual {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
/* line 481, _partials/_general.scss */
.form-group.dual > div {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  /* line 481, _partials/_general.scss */
  .form-group.dual > div {
    margin-bottom: 0;
    width: calc(50% - 0.5rem);
  }
}

/* line 491, _partials/_general.scss */
input[type=date], input[type=email], input[type=number],
input[type=password], input[type=search], input[type=tel],
input[type=text], input[type=url], select, textarea {
  border-color: #151515;
  border-radius: 0;
}
/* line 496, _partials/_general.scss */
input[type=date]:hover, input[type=date]:focus, input[type=email]:hover, input[type=email]:focus, input[type=number]:hover, input[type=number]:focus,
input[type=password]:hover,
input[type=password]:focus, input[type=search]:hover, input[type=search]:focus, input[type=tel]:hover, input[type=tel]:focus,
input[type=text]:hover,
input[type=text]:focus, input[type=url]:hover, input[type=url]:focus, select:hover, select:focus, textarea:hover, textarea:focus {
  outline: none;
  border-color: #000;
}

/* line 503, _partials/_general.scss */
input[type="file"] {
  max-width: 100%;
}

/* line 507, _partials/_general.scss */
[type=button], [type=submit], button {
  background-color: #772567;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 514, _partials/_general.scss */
[type=button]:hover, [type=button]:focus, [type=submit]:hover, [type=submit]:focus, button:hover, button:focus {
  background-color: #772567;
  color: #fff;
}

/* line 522, _partials/_general.scss */
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

/* line 528, _partials/_general.scss */
ul.wsp-pages-list {
  margin-bottom: 4em;
}

/* line 534, _partials/_general.scss */
#zsc-seo-shortcode {
  color: #fff;
}
/* line 536, _partials/_general.scss */
#zsc-seo-shortcode .zsc-shortcode-title {
  display: block;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
}

/* line 5, _partials/_navbar.scss */
#top-menu {
  margin-bottom: 0;
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 1;
}
/* line 12, _partials/_navbar.scss */
#top-menu ul.elementor-nav-menu > li {
  margin-left: 1rem;
  background-color: #772567;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
/* line 16, _partials/_navbar.scss */
#top-menu ul.elementor-nav-menu > li:hover, #top-menu ul.elementor-nav-menu > li:focus {
  background-color: #5D1E51;
}
/* line 20, _partials/_navbar.scss */
#top-menu ul.elementor-nav-menu > li a {
  padding: 0.5rem 1rem;
  line-height: 1;
  text-transform: uppercase;
}
/* line 24, _partials/_navbar.scss */
#top-menu ul.elementor-nav-menu > li a::after {
  display: none;
}

/* line 35, _partials/_navbar.scss */
#main-menu {
  margin-top: 2rem;
  margin-bottom: 0;
}
/* line 39, _partials/_navbar.scss */
#main-menu ul.elementor-nav-menu > li {
  margin-left: 1.5rem;
}
/* line 41, _partials/_navbar.scss */
#main-menu ul.elementor-nav-menu > li > a {
  padding: 0.5rem 0;
  cursor: pointer;
}
@media screen and (min-width: 1600px) {
  /* line 41, _partials/_navbar.scss */
  #main-menu ul.elementor-nav-menu > li > a {
    letter-spacing: 2px;
  }
}
/* line 47, _partials/_navbar.scss */
#main-menu ul.elementor-nav-menu > li > a::after {
  display: none;
}

/* line 3, _partials/_home.scss */
#exemple-greffe {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  /* line 3, _partials/_home.scss */
  #exemple-greffe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
/* line 8, _partials/_home.scss */
#exemple-greffe .exemple-image {
  margin: 0 0.25rem;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 12, _partials/_home.scss */
#exemple-greffe .exemple-image:hover {
  -webkit-box-flex: 1.5;
          flex: 1.5;
}
/* line 15, _partials/_home.scss */
#exemple-greffe .exemple-image img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1200px) {
  /* line 15, _partials/_home.scss */
  #exemple-greffe .exemple-image img {
    height: 400px;
  }
}

@media screen and (min-width: 768px) {
  /* line 6, _partials/_pages.scss */
  #barbes-boxes-prices {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  /* line 12, _partials/_pages.scss */
  #barbes-boxes-prices > .box-inner:last-child {
    margin-top: 1rem;
  }
}

/* line 21, _partials/_pages.scss */
.nos-realisations-filters {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4em;
}
/* line 27, _partials/_pages.scss */
.nos-realisations-filters button {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

/* line 34, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item {
  margin-bottom: 4em;
}
/* line 36, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item .realisation-item-inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
/* line 39, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item .realisation-item-inner > div {
  width: 100%;
}
@media screen and (min-width: 991px) {
  /* line 39, _partials/_pages.scss */
  .nos-realisations-listview .realisation-list-item .realisation-item-inner > div {
    width: 50%;
  }
}
/* line 46, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item .realisation-overlay {
  padding: 1rem 2rem;
  background: #772567;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  text-align: justify;
}
/* line 53, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item .realisation-overlay h2 {
  font-size: 18px;
}
/* line 56, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item .realisation-overlay p {
  font-size: 14px;
}
/* line 58, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item .realisation-overlay p a {
  color: #fff;
}
/* line 62, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item .realisation-overlay::-webkit-scrollbar {
  width: 5px;
}
/* line 65, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item .realisation-overlay::-webkit-scrollbar-track {
  background: transparent;
}
/* line 68, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item .realisation-overlay::-webkit-scrollbar-thumb {
  background: #f2f2f2;
}
/* line 71, _partials/_pages.scss */
.nos-realisations-listview .realisation-list-item .realisation-overlay::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
