:root {
  --black: #020a2e;
  --medium-turquoise: #eaeaf3;
  --gainsboro: #eae0de;
  --50-white: #ffffff80;
  --silver: #5d5e61;
  --white: white;
  --burlywood: #dfab82;
  --dark-slate-grey: #020a2e;
  --light-blue: #eaeaf3;
  --light-coral: #eaeaf3;
  --light-salmon: #f4a67c;
  --dark-slate-grey-2: #406771;
  --dark-slate-blue: #4a5899;
  --midnight-blue: #022a41;
  --light-steel-blue: #9aa7df;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  max-width: 710px;
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 2em;
}

a {
  color: var(--medium-turquoise);
  font-family: Muli, sans-serif;
  text-decoration: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

blockquote {
  z-index: 2;
  border-left: 5px #e2e2e2;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.page-hero {
  color: #fff;
  background-color: #022a41;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.navigation {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1375px;
  display: flex;
}

.logo-wrap {
  color: #ccd1e8;
  font-family: EB Garamond, sans-serif;
  text-decoration: none;
  overflow: hidden;
}

.nav-links-new {
  align-items: center;
  display: flex;
}

.nav-links-new.footer-navs {
  background-color: #0000;
}

.page-container {
  text-align: left;
  width: 90%;
  max-width: 1370px;
  position: relative;
}

.page-container.book-hero {
  z-index: 5;
  perspective: 1300px;
  display: flex;
  position: relative;
}

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

.page-container.book-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}

.page-container.chapter-brakedown {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.page-container.testimonial-container {
  z-index: 3;
  outline-color: var(--gainsboro);
  outline-offset: -20px;
  color: var(--black);
  text-align: left;
  background-color: #ffffffe6;
  outline-width: 2px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 550px;
  padding: 80px 60px 80px 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px #00000014;
}

.page-container.why-read {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr 1fr 1fr;
  display: grid;
}

.page-container.free-sample-container {
  z-index: 2;
  text-align: left;
  background-color: #ffffff8c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  min-height: 250px;
  margin-top: 0;
  padding: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px #00000014;
}

.page-container.footer-container {
  border-top: 1px solid #ffffff1a;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.page-container.about-author-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.page-container.footer-upper {
  border-top: 0 #ffffff1a;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.book-hero-heading {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
}

.book-hero-heading.line-1 {
  font-family: Muli, sans-serif;
  font-size: 80px;
  line-height: 1.1em;
}

.label {
  z-index: 4;
  color: var(--50-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 13px;
  position: relative;
}

.label.dark-label {
  color: var(--silver);
}

.hero-paragraph {
  z-index: 2;
  max-width: 510px;
  position: relative;
}

.buttons-sideflex {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.button {
  z-index: 3;
  color: var(--white);
  letter-spacing: 1px;
  background-color: #f4a67c;
  flex: none;
  padding: 20px 40px;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.button.inverted {
  background-color: var(--white);
  color: var(--burlywood);
}

.button.classer {
  background-color: var(--dark-slate-grey);
  color: var(--gainsboro);
  padding: 12px 25px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button.classer2 {
  background-color: var(--gainsboro);
  color: var(--gainsboro);
  padding: 12px 25px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.button-transparent {
  color: var(--burlywood);
  padding-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}

.button-transparent.inverted-2 {
  color: var(--white);
}

.spacer-60-px {
  flex: none;
  width: 60px;
  height: 60px;
}

.button-line {
  background-color: #f4a67c;
  width: 20%;
  height: 2px;
  margin-top: 8px;
  position: absolute;
  left: 0;
}

.button-overlay {
  z-index: 1;
  background-color: #eaeaf3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}

.button-text {
  z-index: 2;
  color: #f4a67c;
  font-family: Muli, sans-serif;
  position: relative;
}

.button-text.white {
  color: #fff;
  font-family: Muli, sans-serif;
}

.button-text.gains {
  color: var(--medium-turquoise);
  font-family: Readex Pro, sans-serif;
  font-weight: 300;
}

.button-text.gains2 {
  color: var(--medium-turquoise);
}

.button-text.gains3 {
  color: var(--black);
  font-family: Readex Pro, sans-serif;
}

.nav-link {
  color: var(--50-white);
  letter-spacing: 2px;
  margin-right: 30px;
  padding-bottom: 5px;
  transition: color .5s;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.less {
  padding-top: 0;
}

.hero-content {
  z-index: 2;
  position: relative;
}

.book-cover {
  background-color: #022a41;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55vw;
  max-width: 750px;
  height: 85vh;
  max-height: 1000px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.testimonial-section {
  text-align: center;
  background-color: #dfab8200;
  background-image: url('../images/Condo2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.testimonial-section.v2 {
  padding-bottom: 50px;
}

.section.testimonial-section.v3 {
  background-color: var(--dark-slate-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.section.testimonial-section.v4 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section.testimonial-section.lesspadding2 {
  padding-top: 0;
  padding-bottom: 150px;
}

.section.learn {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-align: center;
  padding-top: 200px;
  position: relative;
}

.section.learn.withcolumn {
  padding-bottom: 0;
}

.section.book-section {
  background-color: var(--light-blue);
  color: var(--white);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 140px;
}

.section.free-sample-section {
  text-align: center;
  padding-bottom: 200px;
  position: relative;
}

.section.free-sample-section.lesspadding {
  padding-bottom: 100px;
}

.section.about-the-author {
  background-color: var(--light-coral);
  color: var(--white);
  text-align: center;
  padding-top: 149px;
  padding-bottom: 200px;
  position: relative;
}

.section.footer-section {
  color: #fff;
  text-align: center;
  background-color: #022a41;
  padding-top: 100px;
  padding-bottom: 50px;
}

.section.value-1 {
  padding-top: 150px;
}

.section.morepadding {
  padding-top: 100px;
}

.section.dark {
  background-color: var(--dark-slate-grey-2);
  color: var(--white);
  text-align: center;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: auto;
  padding-top: 100px;
  padding-bottom: 75px;
  position: relative;
}

.section.value-2 {
  background-image: url('../images/AxeColor2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 200px;
}

.section.footer-section-2 {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(45deg, #0000 60%, #eaeaf31a);
  padding-top: 100px;
  padding-bottom: 50px;
}

.section.white {
  border-top: 10px solid var(--dark-slate-grey);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 290px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.value-4 {
  padding-top: 150px;
  padding-bottom: 0;
}

.section.lesspadding {
  padding-top: 100px;
}

.section.learn2 {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.section.morepadding2 {
  padding-bottom: 150px;
}

.section.relance {
  background-color: var(--dark-slate-grey-2);
  color: var(--white);
  text-align: center;
  background-image: url('../images/ColorBackground.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 75px;
  position: relative;
}

.testimonial-author-name {
  color: #c6dee5;
  letter-spacing: 2px;
  font-family: Muli, sans-serif;
  font-weight: 800;
}

.testimonial-author-role {
  color: var(--silver);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 12px;
}

.learn-paragraph {
  color: var(--50-white);
  max-width: 700px;
}

.spacer-30-px {
  width: 30px;
  height: 30px;
}

.feature-paragrapg {
  color: var(--50-white);
  max-width: 510px;
  margin-top: 300px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.feature-paragrapg.test {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 20px;
}

.feature-paragrapg.test._2 {
  padding-left: 12px;
}

.learn-number {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 20px;
  width: 60px;
  height: 30px;
  font-family: Muli, sans-serif;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  top: 40px;
  left: 40px;
}

.book-slider {
  background-color: #0000;
  min-height: 80vh;
}

.book-slider-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.right-arrow, .left-arrow {
  color: var(--black);
  font-size: 12px;
}

.slide-nav {
  color: var(--black);
  font-size: 8px;
  display: none;
}

.chapter-heading {
  color: #000b11;
  max-width: 800px;
  margin-top: 0;
  font-family: Muli, sans-serif;
  font-size: 30px;
}

.chapter-heading.moremax {
  max-width: none;
}

.chapter-heading.moremax.dark {
  color: #022a41;
}

.author-image {
  background-color: var(--burlywood);
  background-image: url('../images/Resto.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  max-width: 750px;
  height: 700px;
  display: flex;
  position: absolute;
  top: -200px;
  right: 0;
}

.order-after-chapter {
  align-self: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.page-wrapper {
  font-family: Readex Pro, sans-serif;
  position: relative;
  overflow: hidden;
}

.hero-words-wrap {
  max-width: 760px;
  padding-bottom: 5px;
  overflow: hidden;
}

.testimonial-author-img {
  background-image: url('../images/gouin-21.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  position: absolute;
  top: 80px;
  bottom: 80px;
  right: 80px;
}

.testimonial-author-img.author-2 {
  z-index: 1;
  background-image: url('../images/MarieHelene.jpg');
  background-size: cover;
}

.testimonial-author-img.larger {
  background-image: url('../images/200_Modif.jpg');
  width: 540px;
}

.testimonial-author-img.relance {
  z-index: 1;
  background-image: url('../images/couloir.JPG');
  background-size: cover;
  width: 40%;
}

.testimonial-author-img.relance2 {
  background-image: url('../images/_PR50053.JPG');
  width: 40%;
}

.testimonial-bg-image {
  width: 80%;
  height: 70%;
  min-height: 640px;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.testimonial-bg-image.left-bg-image {
  left: 0;
  right: auto;
}

.text-block {
  color: var(--silver);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  top: 196px;
  right: -94px;
  transform: rotate(90deg);
}

.who-should-grab-h-wrap {
  align-self: center;
}

.who-should-grab-item {
  background-color: var(--white);
  min-height: 300px;
  margin: 20px;
  box-shadow: 1px 1px 50px #00000014;
}

.who-should-grab-img {
  background-image: url('../images/Quartier1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.who-should-grab-img.who-grab-2 {
  background-image: url('../images/Quartier2.jpg');
}

.who-should-grab-img.who-grab-3 {
  background-image: url('../images/Quartier2.jpg');
  background-position: 50%;
}

.who-should-grab-img.who-grab-4 {
  background-image: url('../images/NewImage3.jpg');
}

.who-should-grab-img.who-5 {
  background-image: url('../images/NewImage1.jpg');
}

.who-should-grab-img.who4 {
  background-image: url('../images/NewImage2.jpg');
}

.who-should-grab-info-wrap {
  padding: 30px;
}

.no-margin {
  color: #000b11;
  margin-bottom: 0;
}

.free-sample-form-block {
  width: 100%;
  margin-bottom: 0;
}

.input {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--silver);
  height: 60px;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 18px;
}

.input.free-chapter-input {
  margin-top: 62px;
  margin-bottom: 20px;
  font-weight: 300;
}

.input.free-chapter-input.margin {
  color: var(--silver);
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 300;
}

.input.free-chapter-input.margin::placeholder {
  color: var(--silver);
}

.input.free-chapter-input.margin.message {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 20px;
  display: flex;
}

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

.free-sample-heading {
  margin-top: 1px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 60px;
  position: absolute;
  top: -40px;
}

.free-sample-heading.mini {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 40px;
  font-weight: 200;
  position: relative;
  top: 0;
}

.free-sample-heading.large {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  font-weight: 200;
  position: static;
  top: 0;
}

.small-paragraph {
  color: var(--silver);
  max-width: 510px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.small-paragraph.free-explainer {
  padding-left: 20px;
  padding-right: 20px;
}

.small-paragraph.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bg-image-overlay {
  z-index: 2;
  background-color: #c6dee5;
  display: none;
  position: absolute;
  inset: 0;
}

.bg-image {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  background-image: url('../images/Side3.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.bg-image.bg-image-2 {
  background-color: var(--dark-slate-grey-2);
  background-image: url('../images/Side1.jpg');
}

.bg-image.bg-image-3 {
  background-image: url('../images/Cavistes.jpg');
  background-size: cover;
}

.bg-image.bg-image-5 {
  background-color: var(--dark-slate-grey-2);
  background-image: url('../images/BackgroundLiving.jpg');
}

.bg-image.kitchen {
  background-color: var(--dark-slate-grey-2);
  background-image: url('../images/BackgroundKitchen.jpg');
}

.book-cover-img {
  height: 70vh;
  box-shadow: 1px 1px 50px #00000029;
}

.navigation-wrap {
  z-index: 3;
  background-color: #022a41;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.powered-text {
  color: var(--50-white);
  letter-spacing: 1px;
  margin-right: 20px;
  padding-bottom: 5px;
}

.value-proposal-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1.4fr;
}

.value-proposal-grid.reversed {
  grid-template-columns: 1.4fr 1fr;
}

.image-wrap {
  z-index: 2;
  background-image: url('../images/CalendrierSept.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.image-wrap.image-2 {
  background-image: url('../images/ImageBottom2.jpg');
  background-size: auto;
}

.image-wrap.construction {
  background-image: none;
}

.image-wrap.construction2 {
  background-image: url('../images/NewImage4.jpg');
  background-position: 50% 75%;
  height: 400px;
}

.image-rectangle-overlay {
  z-index: 2;
  border: 2px solid var(--dark-slate-grey-2);
  width: 100%;
  height: 600px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.image-rectangle-overlay.reversed-rectangle {
  left: auto;
  right: 20px;
}

.image-rectangle-overlay.color2 {
  border-color: var(--gainsboro);
}

.image-rectangle-overlay.color3 {
  border-color: var(--medium-turquoise);
  height: 400px;
}

.order-book-sideflex {
  z-index: 1;
  color: var(--white);
  background-color: #f4a67c;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  min-width: 850px;
  margin-top: -60px;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.order-book-sideflex.right-side {
  margin-top: -40px;
}

.order-book-sideflex.color2 {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(75deg, #0000 50%, #eaeaf31a);
}

.value-wrap {
  z-index: 2;
  position: relative;
}

.text-max-420 {
  color: #000b11;
  max-width: 420px;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
}

.text-max-420.whitepopup {
  color: #fff;
  text-align: center;
  max-width: 600px;
}

.cta-text {
  max-width: 400px;
  margin-bottom: 0;
  margin-right: 120px;
  font-family: Muli, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

.cta-text.light {
  color: var(--medium-turquoise);
  font-family: Readex Pro, sans-serif;
  font-weight: 300;
}

.max-size-320 {
  max-width: 320px;
}

.max-size-320.dark {
  color: #022a41bf;
  line-height: 1.2em;
}

.success-message-2 {
  background-color: var(--black);
  color: var(--white);
  padding: 40px;
}

.error-message-2 {
  background-color: var(--dark-slate-grey-2);
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  padding: 40px;
  font-size: 20px;
}

.paragraph-max-400 {
  color: #000b11;
  max-width: 400px;
  margin-right: 20px;
}

.paragraph-max-400.footertext {
  color: #fff;
  margin-bottom: 75px;
}

.author-name {
  z-index: 2;
  font-family: Muli, sans-serif;
  position: relative;
}

.text-block-3 {
  color: #f4a67c;
  font-family: Muli, sans-serif;
  font-size: 16px;
}

.heading {
  color: #000b11;
  font-family: Muli, sans-serif;
}

.heading.whitepopup {
  color: #fff;
  text-align: center;
}

.heading.smll {
  font-family: Readex Pro, sans-serif;
  font-weight: 300;
}

.heading-2 {
  font-family: Muli, sans-serif;
}

.heading-2.footer {
  margin-bottom: 30px;
  font-size: 40px;
}

.h4 {
  color: #000b11;
  font-family: Muli, sans-serif;
  font-size: 26px;
}

.block-quote-2 {
  color: #000b11;
  text-align: justify;
  max-width: 800px;
  margin-bottom: 0;
  font-size: 20px;
}

.dropdown {
  color: var(--silver);
  background-color: #fff;
  height: 60px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
}

.columnprice {
  padding-left: 0;
}

.columnprice2 {
  padding-left: 10px;
  padding-right: 0;
}

.columnpricemain {
  width: 100%;
  margin-bottom: 10px;
}

.sectiontable {
  background-color: #000b11;
  background-image: linear-gradient(#000 63%, #c6dee5 63%);
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.learnitem2 {
  text-align: left;
  cursor: default;
  background-color: #022a41;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 250px;
  padding: 40px 20px 0;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 50px #0000001a;
}

.learnitem2:hover {
  box-shadow: 0 10px 50px #0006;
}

.feature-heading-2 {
  color: #fff;
  min-height: 70px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 28px;
  position: static;
  top: 80px;
  left: 0;
  right: 0;
}

.columnstable {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.linky {
  color: var(--dark-slate-grey-2);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slider {
  height: 100%;
}

.hiddenarrow {
  display: flex;
}

.slide1 {
  background-image: url('../images/Terraza_04b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/PerspectiveCourExt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.submit-button {
  background-color: var(--dark-slate-grey);
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 300;
  position: relative;
}

.submit-button:hover {
  background-color: var(--medium-turquoise);
}

.linky2 {
  color: #ffffffbf;
  text-decoration: underline;
}

.divpopup {
  z-index: 10000;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.divinsidepopup {
  background-color: var(--dark-slate-grey);
  color: #fff;
  background-image: linear-gradient(#022a4187, #022a4187), url('../images/AxeColor2.png'), url('../images/AxeColor2.png');
  background-position: 0 0, 600px 400px, -200px -200px;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 700px, 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 960px;
  height: 80vh;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.orange {
  color: var(--gainsboro);
}

.xclose {
  z-index: 20000;
  color: #fff;
  cursor: pointer;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.map {
  padding-top: 20px;
}

.logo-footer-wrap {
  color: #ccd1e8;
  font-family: EB Garamond, sans-serif;
  text-decoration: none;
  overflow: hidden;
}

.social-button {
  opacity: .7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: opacity .2s;
  display: flex;
}

.social-button:hover {
  opacity: 1;
}

.social-button.fb {
  background-image: url('../images/icons8-facebook-filled.svg');
  background-size: 32px;
}

.social-button.insta {
  background-image: url('../images/icons8-instagram.svg');
  background-size: cover;
}

.neighborhood-img-section {
  color: var(--dark-slate-blue);
  background-color: #e2eaec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.neighborhood-img-section.morepadding {
  padding-top: 150px;
}

.neighborhood-img-section.nopadding {
  margin-top: 0;
  padding-top: 0;
}

.neighborhood-img-section.morepadding {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.neighborhood-slider {
  background-color: var(--midnight-blue);
  max-width: 1200px;
  min-height: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 15px 40px -10px #0000004d;
}

.neighborhood-slider.negativemargin {
  margin-top: -40px;
}

.neighborhood-slider.relance {
  width: 100%;
  max-width: 1400px;
  margin-top: 50px;
  margin-bottom: 80px;
}

.bg-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.cover-parent-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-slider-nav {
  padding-top: 20px;
  font-size: 6px;
  position: relative;
}

.padding-slider-nav.hidden {
  display: none;
}

.neighborhood-img-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

._3-col-img {
  justify-content: space-between;
  height: 500px;
  display: block;
}

.full-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

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

.nav-links-old {
  align-items: center;
  display: flex;
}

.landinghero {
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 100vh;
}

.neighborhood-img-section-2 {
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-image: url('../images/2logo.png'), url('../images/ColorBackground.svg');
  background-position: 105% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.neighborhood-img-section-2.more {
  background-image: url('../images/ColorBackground.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
}

.headerlanding {
  background-image: url('../images/Axe2_Header_1900x800px_salon.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.headerlanding.relance {
  background-image: url('../images/NewHeader3.jpg');
}

.containerlanding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20vh;
  padding-bottom: 0;
  display: flex;
}

.h1landing {
  color: #ffffff8c;
  text-align: center;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5em;
}

.h1landing.relance {
  color: var(--dark-slate-grey);
  font-family: Readex Pro, sans-serif;
  font-weight: 300;
}

.logocornerlanding {
  z-index: 100;
  background-image: url('../images/Risorsa-25a.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 70px;
  position: absolute;
  inset: 20px auto auto 2%;
}

.h2landing {
  color: var(--dark-slate-grey);
  text-align: center;
  max-width: none;
  margin-bottom: 15px;
  font-family: Readex Pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.h2landing.dark {
  color: var(--dark-slate-grey);
  text-align: left;
  width: auto;
  margin-bottom: 20px;
}

.h2landing.dark.middle {
  text-align: center;
}

.h2landing.darkmiddle {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
}

.h2landing.right {
  text-align: left;
}

.h2landing.slide {
  color: #f8f8f8cc;
  text-align: left;
  font-size: 26px;
}

.h2landing.left {
  text-align: left;
}

.h2landing.white {
  color: var(--white);
}

.smaller {
  color: var(--dark-slate-grey-2);
  font-size: 16px;
  font-weight: 200;
}

.smaller.white {
  color: var(--dark-slate-grey);
  max-width: 400px;
  margin-top: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.smaller.white.invertedmargin {
  margin-top: 30px;
  margin-bottom: 0;
}

.block90 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1370px;
  display: flex;
}

.virtual {
  z-index: 10;
  background-color: #0000;
  background-image: url('../images/_PR50157.JPG');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  max-width: 750px;
  height: 500px;
  display: flex;
  position: absolute;
  top: -115px;
  right: 0;
  box-shadow: 0 15px 40px -10px #0000004d;
}

.card-slide {
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.card-slide-nav {
  color: #353e44;
  height: 24px;
  font-size: 8px;
  line-height: 0;
  display: none;
  bottom: -36px;
}

.card-slider {
  background-color: #0000;
  width: 100%;
  max-width: 1032px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.card-horizontal-image-wrapper {
  position: relative;
}

.card-body {
  color: #4f5c65;
  flex: 1;
  padding: 36px;
  font-family: Muli, sans-serif;
}

.card-body.card-horizontal-body {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(45deg, #0000 40%, #eaeaf31a);
  flex: 1;
  align-items: center;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #0087ee;
  border: 2px solid #0087ee;
  border-radius: 5px;
  padding: 10px 24px;
  font-weight: 500;
  transition: opacity .2s, color .2s, border-color .2s, background-color .2s;
}

.button-2:hover {
  opacity: .75;
}

.button-2.w--current {
  color: #0087ee;
  background-color: #fff;
}

.button-2.button-round {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
}

.button-2.button-round.slider-button-right {
  border-color: var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  right: 0;
}

.button-2.button-round.slider-button-left {
  border-color: var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  left: 0;
}

.h6-small {
  color: #353e44;
  font-size: 16px;
  font-weight: 700;
}

.h6-small.blockquote-author-heading {
  color: var(--gainsboro);
  margin-bottom: 0;
  margin-right: 8px;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}

.text-row {
  align-items: center;
  display: flex;
}

.text-row.blockquote-author {
  color: var(--gainsboro);
  align-items: flex-end;
  font-family: Readex Pro, sans-serif;
  font-weight: 300;
}

.overflow-hidden {
  width: 100%;
  margin-top: 45px;
  overflow: hidden;
}

.card-horizontal-image {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.card-slide-mask {
  height: auto;
  overflow: visible;
}

.card {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9eef1;
  border-radius: 10px;
  position: relative;
}

.card.card-horizontal {
  display: flex;
}

.card.card-horizontal.shadow-large {
  border: 0px none var(--dark-slate-grey);
  border-radius: 0;
}

.quote {
  color: var(--gainsboro);
  margin-bottom: 30px;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5em;
}

.underh2 {
  color: var(--dark-slate-grey);
  text-align: center;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Readex Pro, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5em;
}

.underh2.white {
  color: var(--white);
}

.forlogo {
  color: var(--gainsboro);
  align-items: flex-start;
  display: flex;
}

.axesmall {
  width: 80px;
  margin-top: 6px;
  margin-left: 7px;
  margin-right: 10px;
}

.imagemiddle.full {
  object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
}

.imagemobile {
  display: none;
}

.headervirtual {
  background-image: radial-gradient(circle, #0000, #072c33a6), linear-gradient(#072c33bf, #072c33bf);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.headerlogo {
  width: 200px;
}

.h1virtual {
  color: #ffffffbf;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 40px;
  font-weight: 200;
}

.virtual1 {
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-blue);
  background-image: url('../images/2logo.png');
  background-position: 105% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: block;
}

.underh2-2 {
  color: #ffffff8c;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5em;
}

.underh2-2.dark {
  color: var(--dark-slate-grey);
  width: auto;
}

.virtual2 {
  background-color: var(--dark-slate-grey-2);
  color: var(--dark-slate-blue);
  background-image: url('../images/2logo.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: block;
}

.html {
  margin-top: 40px;
}

.virtual3 {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  background-image: url('../images/2logo.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: block;
}

.image-caption {
  z-index: 1;
  color: #283f51;
  letter-spacing: 0;
  background-color: #fff;
  padding: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.slide-nav-2 {
  height: 20px;
  font-size: 4px;
  line-height: 1em;
}

.image {
  z-index: 0;
  background-image: url('../images/image-placeholder_1image-placeholder.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0;
}

.image.finition1 {
  background-image: url('../images/Kitchen_02_V02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.finition3 {
  background-image: url('../images/Kitchen_03_V02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.finition2 {
  background-image: url('../images/Kitchen_01_V02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-arrow {
  color: var(--dark-slate-grey);
  background-color: #072c330d;
  border-radius: 2px;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  transition: background-color .3s, color .3s;
}

.slider-arrow:hover {
  background-color: var(--dark-slate-grey);
  box-shadow: none;
  color: #fff;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.higher {
  min-height: 720px;
}

.slider-2 {
  color: #283f51;
  background-color: #0000;
  flex: 1;
  width: 100%;
  height: 100%;
}

.slider-2.smaller {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.virtual4 {
  color: var(--dark-slate-blue);
  background-color: #dcdddd33;
  background-image: url('../images/2logo.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: block;
}

.h2virtual {
  color: var(--gainsboro);
  text-align: center;
  max-width: none;
  margin-bottom: 15px;
  font-family: Muli, sans-serif;
  font-size: 35px;
  font-weight: 200;
}

.divsix {
  background-color: var(--dark-slate-grey-2);
  color: #fff;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.sixlogo {
  width: 150px;
  margin-left: 5px;
}

.container-2 {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: block;
}

.team-member-2 {
  min-height: 500px;
  margin-bottom: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.team-member-title {
  color: #161e2d;
  background-color: #fff;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 32px;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
}

.team-member-name {
  margin-bottom: 13px;
  font-family: Muli, sans-serif;
  font-weight: 400;
}

.team-member-position {
  margin-bottom: 13px;
}

.text-link-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: opacity .2s, color .2s;
}

.text-link-uppercase:hover {
  opacity: 1;
  color: #8b1200;
}

.dark {
  width: 100px;
  margin-top: 20px;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: absolute;
}

.navlink {
  color: #ffffff8c;
  letter-spacing: 1.5px;
  font-weight: 800;
  transition: background-color .5s;
}

.navlink:hover {
  color: #ffffffeb;
}

.navlink.w--current {
  color: #ffffff8c;
}

.navlink.relance {
  color: var(--dark-slate-grey);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Readex Pro, sans-serif;
  font-weight: 400;
}

.navlink.relance.w--current {
  padding-left: 15px;
  padding-right: 15px;
}

.gcr {
  width: 200px;
}

.sliderprojects {
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}

.slideproject1 {
  background-image: url('../images/DJI_20240718131733_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-left: 60px;
}

.slideproject2 {
  background-image: url('../images/DJI_20240718131733_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-left: 60px;
}

.slideproject3 {
  background-image: url('../images/DJI_20240718131733_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-left: 60px;
}

.h1new {
  color: var(--gainsboro);
  text-align: center;
  max-width: none;
  margin-bottom: 15px;
  font-family: Muli, sans-serif;
  font-size: 34px;
  font-weight: 200;
}

.navigation-wrap-website {
  z-index: 3;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.about-hero-website {
  background-color: var(--dark-slate-grey);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 100px;
  display: flex;
}

.powered-text-2 {
  color: var(--50-white);
  letter-spacing: 1px;
  margin-right: 20px;
  padding-bottom: 5px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: opacity .5s;
}

.powered-text-2:hover {
  opacity: 1;
  color: #fff;
}

.axemini {
  width: 120px;
  margin-top: -70px;
  margin-bottom: 0;
}

.widget-1-container {
  z-index: 2000;
  background-color: var(--dark-slate-grey-2);
  transform-origin: 50% 100%;
  width: 100%;
  margin-right: 0;
  position: fixed;
  box-shadow: 0 1px 15px -7px #0000001a, 0 24px 37px 10px #00000026, 0 7px 30px -1px #00000059;
}

.widget-1-container-text-inner {
  color: var(--gainsboro);
}

.widget-1-logo-container {
  width: 62px;
  margin-right: 23px;
}

.widget-1-radio-mouse-block {
  opacity: 0;
  background-color: #000;
  border: 0 #000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.widget-1-container-inner {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 72px;
  display: flex;
  position: relative;
}

.widget-1-container-close-button-inner {
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: flex;
}

.widget-1-container-close-button-inner:hover {
  opacity: 1;
}

.widget-1-link-text {
  color: #2f2e35;
  border-bottom: 1px solid #2f2e35;
  text-decoration: none;
  transition: border-color .2s;
}

.widget-1-link-text:hover {
  border-bottom-color: #0000;
}

.widget-1-button {
  background-color: var(--gainsboro);
  color: var(--dark-slate-grey-2);
  border-radius: 0;
  min-width: 144px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.widget-1-button:hover {
  background-color: var(--dark-slate-grey);
  color: var(--gainsboro);
}

.widget-1-container-text {
  color: #2f2e35;
  align-items: center;
  min-height: 62px;
  margin-right: 70px;
  display: flex;
}

.widget-1-text {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.33333em;
}

.widget-1-container-button-close {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
}

.html-embed {
  display: none;
}

.h1relance {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.dropdown-list {
  background-color: var(--dark-slate-grey);
}

.dropdown-link {
  color: var(--gainsboro);
}

.icon {
  margin-top: 3px;
}

.popup {
  z-index: 9990;
  text-align: center;
  background-color: #000000a8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.insidepopup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 750px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-xclose-2 {
  color: #fefefe;
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.xclose-3 {
  z-index: 20000;
  float: right;
  clear: left;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px 6px 2px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
  position: static;
  inset: auto 0% 248px auto;
}

.image-popup-2 {
  text-align: center;
  cursor: pointer;
  width: 750px;
  max-width: none;
}

.section-2 {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/2logo.png');
  background-position: 105% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.container-3 {
  max-width: 1000px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-23 {
  color: #306440;
  text-align: center;
  padding-top: 0;
  font-size: 20px;
  line-height: 24px;
}

.bold-text-7 {
  color: #3f6770;
  text-align: left;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.hero-col {
  padding-left: 0;
  padding-right: 0;
}

.hero-col.r {
  padding-left: 15px;
}

.hero-col.l {
  padding-right: 15px;
}

.form-2 {
  width: 500px;
}

.submit-button-3 {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-align: center;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  font-size: 18px;
  transition: all .2s;
  display: block;
}

.submit-button-3:hover {
  background-color: var(--dark-slate-grey-2);
  color: #fff;
}

.container-15 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main-form-mobile {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.main-form-ordi {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field-3 {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  line-height: 28px;
  display: block;
  overflow: visible;
}

.text-field-3:focus {
  color: var(--black);
}

.text-field-3::placeholder {
  color: var(--white);
}

.section-form-vip {
  background-color: var(--dark-slate-grey-2);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-content-center {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-23-copy {
  color: #306440;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 0;
  font-size: 20px;
  line-height: 24px;
}

.about-hero-rsvp {
  background-color: var(--dark-slate-grey);
  color: #fff;
  background-image: url('../images/2logo.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 100px;
  display: flex;
}

.section-4 {
  background-image: url('../images/rsvp.jpg');
  background-position: 100%;
  background-size: cover;
  height: 600px;
}

.button-3 {
  background-color: var(--dark-slate-grey);
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 24px;
}

.button-3:hover {
  background-color: var(--dark-slate-grey-2);
}

.button-4 {
  background-color: var(--dark-slate-grey-2);
  color: var(--white);
  margin-top: 30px;
  font-size: 18px;
  line-height: 25px;
}

.button-4:hover {
  background-color: var(--light-blue);
  color: var(--dark-slate-grey);
}

.testimonial-author-img-copy {
  background-image: url('../images/gouin-21.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  position: absolute;
  top: 80px;
  bottom: 80px;
  right: 80px;
}

.testimonial-author-img-copy.relance-copy {
  z-index: 1;
  background-image: url('../images/Terrace.jpg');
  background-size: cover;
  width: 40%;
}

.bg-image-copy {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  background-image: url('../images/Side3.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.bg-image-copy.bg-image-5-copy {
  background-color: var(--dark-slate-grey-2);
  background-image: url('../images/Terrace.jpg');
}

.bold-text-11 {
  font-family: Muli, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
}

.column, .columns, .columns-2, .column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.chapter-heading-copy {
  color: #000b11;
  max-width: 800px;
  margin-top: 70px;
  font-family: Muli, sans-serif;
  font-size: 30px;
}

.bold-text-12, .bold-text-13 {
  color: var(--dark-slate-grey);
  padding-left: 10px;
  font-weight: 400;
}

.bold-text-14 {
  text-align: center;
  font-family: Muli, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

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

.text-block-4 {
  font-family: Muli, sans-serif;
  font-weight: 200;
}

.bold-text-15 {
  color: #ffffffbf;
  font-size: 20px;
  font-weight: 300;
}

.dropdown-toggle {
  font-weight: 400;
}

.code-embed {
  padding-top: 100px;
}

.body {
  font-family: Readex Pro, sans-serif;
}

.columns-3 {
  width: 100%;
}

.column-3 {
  padding-left: 0;
  padding-right: 5px;
}

.column-4 {
  padding-left: 5px;
  padding-right: 0;
}

.columns-4 {
  width: 100%;
}

.column-5 {
  padding-left: 5px;
  padding-right: 0;
}

.column-6 {
  padding-left: 0;
  padding-right: 5px;
}

html.w-mod-js [data-ix="appear1"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="appear-2"] {
  opacity: 0;
  transform: translate(0, -15px);
}

html.w-mod-js [data-ix="appear-3"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="underappear"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="appear-4"] {
  opacity: 0;
  transform: translate(0, -30px);
}

@media screen and (min-width: 1920px) {
  .popup {
    height: auto;
    padding-top: 0;
  }

  .insidepopup {
    width: 750px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    margin-bottom: 40px;
  }

  .page-hero {
    padding-top: 150px;
  }

  .navigation {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-wrap {
    max-width: 100px;
  }

  .nav-links-new {
    background-color: #052639;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-links-new.footer-navs {
    text-align: center;
    margin-top: 20px;
  }

  .page-container.book-hero {
    flex-wrap: wrap;
  }

  .page-container.testimonial-container.about-map {
    min-height: auto;
    padding: 60px 40px;
  }

  .page-container.why-read {
    grid-template-rows: auto auto auto auto;
  }

  .page-container.footer-container {
    flex-direction: column;
    padding-top: 40px;
  }

  .page-container.about-author-container {
    flex-wrap: wrap;
  }

  .page-container.footer-upper {
    flex-direction: column;
    padding-top: 40px;
  }

  .nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .book-cover {
    width: 500px;
    height: 550px;
    margin-top: 60px;
    position: relative;
  }

  .section.testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.learn {
    padding-top: 100px;
  }

  .section.footer-section {
    padding-top: 60px;
  }

  .section.value-1, .section.value-2 {
    padding-top: 100px;
  }

  .section.footer-section-2 {
    padding-top: 60px;
  }

  .section.white, .section.value-4, .section.learn2 {
    padding-top: 100px;
  }

  .feature-paragrapg {
    margin-top: 0;
  }

  .learn-number {
    margin-bottom: 10px;
    position: static;
  }

  .author-image {
    width: 450px;
    height: 600px;
    margin-top: 60px;
    position: relative;
    top: 0;
  }

  .testimonial-author-img {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
    position: static;
  }

  .free-sample-heading {
    font-size: 50px;
  }

  .navigation-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .powered-text {
    margin-right: 0;
    padding-bottom: 20px;
  }

  .value-proposal-grid {
    grid-template-rows: auto auto auto;
  }

  .order-book-sideflex {
    width: 100%;
    min-width: auto;
    margin-top: 0;
  }

  .cta-text {
    margin-right: 60px;
  }

  .block-quote {
    margin-bottom: 40px;
  }

  .paragraph-max-400.footertext {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .feature-heading-2 {
    position: static;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    color: var(--burlywood);
    background-color: #0000;
  }

  .neighborhood-img-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-links-old {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .virtual {
    width: 450px;
    height: 600px;
    margin-top: 60px;
    position: relative;
    top: 0;
  }

  .card-slide {
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-horizontal-image-wrapper {
    align-items: center;
    max-width: 30%;
    padding-left: 24px;
    display: flex;
  }

  .card-body {
    padding: 24px;
  }

  .card-body.card-horizontal-body {
    padding-left: 36px;
    padding-right: 48px;
  }

  .button-2.button-round.slider-button-right {
    right: -12px;
  }

  .button-2.button-round.slider-button-left {
    left: -12px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-horizontal-image {
    border-radius: 10px;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
  }

  .container-2 {
    width: 95%;
  }

  .team-member-2 {
    width: 50%;
    min-width: 0;
    min-height: 0;
  }

  .team-member-title {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
    bottom: 0;
  }

  .navigation-wrap-website {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .powered-text-2 {
    margin-right: 0;
    padding-bottom: 20px;
  }

  .widget-1-logo-container {
    flex: 0 auto;
    width: 124px;
  }

  .widget-1-container-button-close {
    opacity: 1;
    width: 35px;
    height: 35px;
    display: flex;
    top: 0;
  }

  .text-field-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .testimonial-author-img-copy {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 55px;
  }

  blockquote {
    margin-bottom: 40px;
  }

  .logo-wrap {
    max-width: 70px;
  }

  .nav-links-new {
    margin-top: 0;
  }

  .nav-links-new.footer-navs {
    padding-bottom: 0;
  }

  .page-container.testimonial-container.about-map {
    padding: 40px 20px 20px;
  }

  .section.free-sample-section {
    padding-bottom: 100px;
  }

  .section.about-the-author {
    background-color: var(--light-salmon);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.dark, .section.relance {
    background-color: var(--dark-slate-grey-2);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-bg-image {
    width: 85%;
    height: 90%;
  }

  .input.free-chapter-input {
    margin-bottom: 30px;
  }

  .form {
    flex-wrap: wrap;
  }

  .navigation-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .order-book-sideflex {
    flex-wrap: wrap;
  }

  .cta-text {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .paragraph-max-400.footertext {
    font-size: 16px;
  }

  .heading-2.footer {
    font-size: 28px;
  }

  .logo-footer-wrap {
    max-width: 100px;
  }

  .neighborhood-img-grid {
    grid-template-columns: 1fr;
  }

  ._3-col-img {
    height: 250px;
  }

  .nav-links-old {
    margin-top: 0;
  }

  .card-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .card-body {
    padding: 24px;
  }

  .text-row {
    align-items: flex-start;
  }

  .card-slide-mask {
    overflow: hidden;
  }

  .card {
    border-radius: 5px;
  }

  .image.finition2 {
    background-position: 50%;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-wrap-website {
    align-items: stretch;
  }

  .widget-1-container-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .widget-1-container-text {
    padding-top: 5px;
  }

  .widget-1-container-button {
    padding-top: 10px;
  }

  .widget-1-container-button-close {
    width: 35px;
    height: 35px;
    top: 0;
  }

  .insidepopup {
    height: auto;
  }

  .hero-col.r {
    padding-left: 0;
  }

  .hero-col.l {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  blockquote {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .page-hero {
    padding-bottom: 60px;
  }

  .navigation {
    align-items: center;
  }

  .nav-links-new {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .nav-links-new.footer-navs {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .page-container {
    width: 100%;
  }

  .page-container.testimonial-container {
    outline-color: var(--gainsboro);
    outline-offset: -20px;
    outline-width: 2px;
    outline-style: none;
    padding: 60px 10px;
  }

  .page-container.testimonial-container.map, .page-container.testimonial-container.about-map {
    min-height: 0;
    padding: 20px 10px;
  }

  .page-container.why-read {
    grid-row-gap: 40px;
  }

  .page-container.free-sample-container {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .page-container.footer-container, .page-container.footer-upper {
    justify-content: center;
  }

  .book-hero-heading.line-1 {
    margin-top: 15px;
    font-size: 45px;
  }

  .label {
    display: none;
  }

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

  .buttons-sideflex {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .button.classer, .button.classer2 {
    text-align: center;
  }

  .button-transparent.inverted-2._30-top-margin {
    margin-top: 30px;
  }

  .button-transparent.nav-menu-btn {
    width: 100%;
    margin-top: 10px;
    display: none;
  }

  .button-transparent._30-margin-top {
    margin-top: 30px;
  }

  .button-text {
    font-size: 18px;
  }

  .nav-link {
    text-align: left;
    flex: 0 auto;
    align-items: center;
    margin-right: 19px;
  }

  .book-cover {
    text-align: center;
    width: 100%;
    height: 380px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.book-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.free-sample-section.lesspadding {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .section.about-the-author {
    padding-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.value-1 {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .section.value-2 {
    padding-bottom: 45px;
  }

  .section.morepadding {
    padding-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.dark {
    background-color: var(--dark-slate-grey-2);
    margin-bottom: -50px;
    padding: 60px 10px 0;
  }

  .section.value-2, .section.white {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.value-4 {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .section.lesspadding {
    padding-top: 75px;
  }

  .section.relance {
    background-color: var(--dark-slate-grey-2);
    margin-bottom: -50px;
    padding: 60px 10px 0;
  }

  .feature-paragrapg.test {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .feature-paragrapg.test._2 {
    padding-left: 0;
  }

  .book-slider, .book-slider-wrap {
    min-height: 50vh;
  }

  .right-arrow, .left-arrow {
    width: 20px;
  }

  .chapter-heading {
    text-align: center;
  }

  .chapter-heading.moremax.dark {
    font-size: 26px;
  }

  .author-image {
    width: 100%;
    height: 300px;
  }

  .order-after-chapter {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-words-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-author-img.larger {
    width: 100%;
    height: 200px;
  }

  .testimonial-bg-image {
    width: 90%;
  }

  .testimonial-bg-image.left-bg-image.mapimage {
    min-height: 300px;
  }

  .text-block {
    flex: 0 auto;
    display: none;
    top: 100px;
    right: -30px;
  }

  .who-should-grab-item.grab-1 {
    margin: 0;
  }

  .who-should-grab-item.grab-2 {
    align-self: center;
    margin: 0;
  }

  .who-should-grab-item.grab-3 {
    margin: 0;
  }

  .input {
    font-size: 16px;
  }

  .input.free-chapter-input {
    height: 40px;
    margin: 100px auto 20px 0;
  }

  .input.free-chapter-input.margin {
    height: 40px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .form {
    align-items: flex-start;
    margin-top: 100px;
  }

  .free-sample-heading {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    left: 0;
  }

  .free-sample-heading.mini {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
    top: -19px;
  }

  .free-sample-heading.large {
    margin-bottom: -9px;
    font-size: 30px;
    top: -19px;
  }

  .book-cover-img {
    height: 250px;
  }

  .powered-text {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-bottom: 0;
  }

  .image-wrap, .image-rectangle-overlay {
    height: 350px;
  }

  .order-book-sideflex {
    padding: 60px 40px;
  }

  .dropdown {
    height: 40px;
    font-size: 14px;
  }

  .columnpricemain {
    margin-top: 10px;
  }

  .learnitem2 {
    min-height: 0;
    margin-top: 20px;
    padding-top: 20px;
  }

  .feature-heading-2 {
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .submit-button {
    background-color: var(--dark-slate-grey);
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    position: relative;
  }

  .divinsidepopup {
    background-image: linear-gradient(#022a41cc, #022a41cc), url('../images/Axe-sur-St-Laurent_LOgo_Blancjaune_300dpi.png'), url('../images/Axe-sur-St-Laurent_LOgo_Blancjaune_300dpi.png');
    background-size: auto, 700px, 450px;
  }

  .xclose {
    font-size: 20px;
    line-height: 20px;
    top: 5%;
    right: 3%;
  }

  .social-button {
    justify-content: center;
  }

  .neighborhood-img-section.morepadding {
    padding-top: 75px;
  }

  .neighborhood-slider {
    min-height: 300px;
  }

  .nav-links-old {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .landinghero {
    height: 100vh;
  }

  .neighborhood-img-section-2 {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .neighborhood-img-section-2.more {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .headerlanding {
    background-image: url('../images/Axe2_Header_11400x540px_salon.jpg');
  }

  .containerlanding {
    padding-bottom: 20vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1landing {
    font-size: 18px;
  }

  .logocornerlanding {
    margin-left: 20px;
    padding-left: 0;
  }

  .h2landing {
    font-size: 26px;
  }

  .h2landing.slide {
    font-size: 22px;
  }

  .h2landing.left {
    margin-top: 0;
  }

  .virtual {
    width: 100%;
    height: 300px;
  }

  .card-slide-nav {
    display: block;
  }

  .card-horizontal-image-wrapper {
    max-width: 100%;
    padding-left: 0;
  }

  .card-body.card-horizontal-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-2.button-round.slider-button-right, .button-2.button-round.slider-button-left {
    display: none;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-row.blockquote-author {
    flex-direction: column;
  }

  .card-horizontal-image {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card.card-horizontal {
    flex-direction: column;
  }

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

  .axesmall {
    margin-top: 0;
  }

  .spacemobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .imagemiddle, .imagemiddle.full {
    display: none;
  }

  .imagemobile {
    display: block;
  }

  .virtual1, .virtual2, .virtual3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-wrapper {
    min-height: 200px;
  }

  .slider-2.smaller {
    width: 100%;
  }

  .virtual4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2virtual {
    font-size: 26px;
  }

  .container-2 {
    width: 100%;
    max-width: 100%;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .team-member-2 {
    width: 100%;
  }

  .team-member-title {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 25px;
    position: relative;
    bottom: 0;
  }

  .team-member-name {
    margin-bottom: 0;
  }

  .navlink {
    display: block;
  }

  .slideproject1, .slideproject2, .slideproject3 {
    padding-left: 30px;
  }

  .h1new {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .about-hero-website {
    padding-top: 100px;
  }

  .powered-text-2 {
    margin-left: 20px;
    padding-bottom: 0;
  }

  .h1relance {
    text-align: center;
  }

  .popup {
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .insidepopup {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #ffffffe6;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 80px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .xclose-3 {
    color: var(--white);
    margin-right: 10px;
    padding-top: 3px;
    font-size: 18px;
    line-height: 20px;
    position: static;
    inset: auto;
  }

  .image-popup-2 {
    width: 100%;
  }

  .section-2 {
    background-image: none;
  }

  .bold-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-23 {
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .bold-text-7 {
    font-size: 16px;
  }

  .section-3 {
    padding-bottom: 60px;
  }

  .hero-col.r, .hero-col.l {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-3 {
    text-align: center;
    width: 100%;
    display: inline-block;
  }

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

  .main-form-mobile {
    display: block;
  }

  .main-form-ordi {
    display: none;
  }

  .text-field-3 {
    height: 40px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
    display: block;
  }

  .section-form-vip {
    padding-top: 30px;
  }

  .paragraph-23-copy {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .section-4 {
    background-position: 100%;
    height: 300px;
  }

  .columns, .columns-2 {
    flex-direction: column;
  }

  .chapter-heading-copy {
    text-align: center;
  }

  .image-72, .image-73 {
    padding-top: 35px;
  }

  .heading-557 {
    font-size: 22px;
  }

  .dropdown-toggle {
    padding-left: 15px;
    display: block;
  }

  .nav-menu {
    margin-top: 40px;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-4, .column-5 {
    padding-left: 0;
  }

  .column-6 {
    padding-right: 0;
  }
}

#w-node-b8684c8b-e3a7-6038-dd4e-6781979feffd-02be720b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8684c8b-e3a7-6038-dd4e-6781979fefff-02be720b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b8684c8b-e3a7-6038-dd4e-6781979ff00a-02be720b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df76-02be720b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df78-02be720b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df88-02be720b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9631d287-5c2e-7d70-68cf-b4a3721e1aa4-02be7224 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_9631d287-5c2e-7d70-68cf-b4a3721e1aa9-02be7224 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9631d287-5c2e-7d70-68cf-b4a3721e1ab1-02be7224 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_9631d287-5c2e-7d70-68cf-b4a3721e1ab9-02be7224 {
  grid-area: 2 / 2 / 3 / 3;
}

#visite-virtuelle.w-node-a2f11c95-a93c-a435-8202-2181096985bf-02be7224 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df76-02be7226 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df78-02be7226 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df88-02be7226 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b8684c8b-e3a7-6038-dd4e-6781979feffd-02be722d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8684c8b-e3a7-6038-dd4e-6781979fefff-02be722d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b8684c8b-e3a7-6038-dd4e-6781979ff00a-02be722d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df76-02be722d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df78-02be722d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df88-02be722d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b8684c8b-e3a7-6038-dd4e-6781979feffd-cc0b399b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8684c8b-e3a7-6038-dd4e-6781979fefff-cc0b399b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b8684c8b-e3a7-6038-dd4e-6781979ff00a-cc0b399b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df76-cc0b399b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df78-cc0b399b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5da6977b-4530-293f-25c1-4ad6c075df88-cc0b399b {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-b8684c8b-e3a7-6038-dd4e-6781979feffd-02be720b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b8684c8b-e3a7-6038-dd4e-6781979fefff-02be720b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b8684c8b-e3a7-6038-dd4e-6781979ff00a-02be720b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df76-02be720b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df78-02be720b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df88-02be720b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_9631d287-5c2e-7d70-68cf-b4a3721e1aa4-02be7224 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-_9631d287-5c2e-7d70-68cf-b4a3721e1aa9-02be7224 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_9631d287-5c2e-7d70-68cf-b4a3721e1ab1-02be7224 {
    grid-area: 4 / 1 / 5 / 4;
    align-self: center;
  }

  #w-node-_9631d287-5c2e-7d70-68cf-b4a3721e1ab9-02be7224 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df76-02be7226 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df78-02be7226 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df88-02be7226 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b8684c8b-e3a7-6038-dd4e-6781979feffd-02be722d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b8684c8b-e3a7-6038-dd4e-6781979fefff-02be722d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b8684c8b-e3a7-6038-dd4e-6781979ff00a-02be722d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df76-02be722d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df78-02be722d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df88-02be722d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b8684c8b-e3a7-6038-dd4e-6781979feffd-cc0b399b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b8684c8b-e3a7-6038-dd4e-6781979fefff-cc0b399b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b8684c8b-e3a7-6038-dd4e-6781979ff00a-cc0b399b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df76-cc0b399b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df78-cc0b399b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5da6977b-4530-293f-25c1-4ad6c075df88-cc0b399b {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9631d287-5c2e-7d70-68cf-b4a3721e1aa4-02be7224 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }
}


