.a-propos-hero {
  position: relative;
}
.a-propos-hero .wp-block-cover {
  max-width: 100%;
  min-height: calc(100vh - 75px);
  padding: var(--padding-content);
}
.a-propos-hero .wp-block-cover + figure {
  position: absolute;
  bottom: 0;
  right: 25%;
  transform: translateX(50%);
}
.a-propos-hero .wp-block-cover + figure img {
  max-height: 500px;
  object-fit: contain;
}

.description {
  max-width: 400px;
  padding: 20px 40px 30px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  z-index: 1;
  right: 25%;
  transform: translateX(50%);
}
.description p:first-child {
  font-size: 30px;
  font-weight: 700;
}
.description p:last-child {
  font-weight: 300;
}

.process {
  max-width: 1440px;
  margin: 70px auto 50px !important;
  border-radius: 20px;
  padding: 70px 100px;
}
.process h2 {
  margin-bottom: 90px;
}
.process .step {
  max-width: 500px;
  width: 100%;
}
.process .step::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgb(213, 101, 77) 15%, rgba(213, 101, 77, 0) 100%);
  position: absolute;
  top: 50%;
}
.process .step > .wp-block-group {
  align-items: flex-end;
  gap: 70px;
}
.process .step > .wp-block-group h3 {
  font-size: 40px;
  line-height: 1;
}
.process .step > p {
  font-size: 23px;
  font-weight: 300;
  width: auto;
}
.process .step .wp-block-buttons a.wp-element-button {
  background-color: #f9e8e4;
}
.process .step .wp-block-buttons a.wp-element-button::before {
  background: #f9e8e4;
}
.process .step .wp-block-buttons a.wp-element-button:hover {
  background-color: #D5654D;
}
.process .step:nth-child(even) {
  margin-left: 0 !important;
}
.process .step:nth-child(even)::after {
  right: calc(-100% - 100px);
  position: absolute;
  top: 50%;
}
.process .step:nth-child(odd) {
  margin-right: 0 !important;
}
.process .step:nth-child(odd)::after {
  transform: rotate(180deg);
  left: calc(-100% - 100px);
}

@media (max-width: 1800px) {
  .process {
    width: calc(100vw - var(--padding-content) * 2);
    padding: var(--padding-content);
  }
}
@media (max-width: 1400px) {
  .process .step::after {
    content: none;
  }
}
@media (max-width: 1024px) {
  .a-propos-hero .wp-block-cover {
    min-height: inherit;
    height: 500px;
  }
  .a-propos-hero .wp-block-cover + figure {
    height: 400px;
    width: 400px;
    right: 30%;
  }
  .description {
    right: 30%;
  }
  .process h2 {
    margin-bottom: 40px;
  }
  .process .step > .wp-block-group h3 {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .yoast-breadcrumbs {
    text-align: center;
  }
  .yoast-breadcrumbs > span > span:last-child {
    margin-right: 0;
  }
  .a-propos-hero .wp-block-cover {
    height: 300px;
  }
  .a-propos-hero .wp-block-cover h1 {
    text-align: center;
  }
  .a-propos-hero .wp-block-cover + figure {
    position: relative;
    right: inherit;
    transform: none;
    width: 300px;
  }
  .description {
    position: relative;
    right: 0;
    transform: none;
    width: calc(100vw - var(--padding-content) * 2);
    margin: auto;
    padding: 20px;
    border-radius: 15px;
  }
  .process {
    margin: 20px !important;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .process h2 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .process .step > .wp-block-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .process .step > .wp-block-group .number {
    font-size: 50px;
    margin-top: 30px;
  }
  .process .step > .wp-block-group h3 {
    font-size: 20px;
  }
  .process .step > p {
    text-align: center;
    font-size: 18px;
  }
}/*# sourceMappingURL=a-propos.css.map */