@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-family: "Nunito", sans-serif;
  font-display: swap;
  color: black;
  overflow-x: hidden;
}

body {
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
  font-size: 1.6rem;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  background-color: #F3F3F3;
}
body.no-scroll:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(1, 1, 1, 0.7);
  z-index: 80;
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

header {
  width: 100%;
  display: block;
  position: relative;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #EE6D3B;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #292929;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #EE6D3B;
}

html {
  font-family: "Nunito", sans-serif;
  line-height: 1.6;
  font-weight: 300;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  font-display: swap;
  font-family: "Nunito", sans-serif;
  color: #292929;
}

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.heading {
  font-size: 24px;
  color: #EE943B;
  padding-bottom: 40px;
  margin-bottom: 0;
  width: 100%;
  max-width: 800px;
  z-index: 10;
  position: relative;
}
.heading--center {
  text-align: center;
  margin: 0 auto;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading--white .heading__head {
  color: #303030;
}
.heading--white .heading__title, .heading--white .heading__desc {
  color: #fff;
}
.heading__head {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  color: #EE6D3B;
  font-weight: 400;
  letter-spacing: 1px;
}
.heading__icon {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}
.heading__title {
  font-size: 4.8rem;
  margin-top: 0;
  position: relative;
  font-weight: 600;
  color: #292929;
  line-height: 1;
}
.heading__title em {
  font-style: normal;
  color: #EE6D3B;
}
.heading__title span {
  font-style: normal;
  color: #EE6D3B;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  color: #484848;
  margin: 20px 0px;
  font-weight: 600;
}
.heading__desc {
  color: #292929;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
  margin-top: 1rem;
  max-width: 690px;
}
.heading__desc p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
  font-weight: #292929;
}
.heading__desc p + p {
  margin-top: 20px;
}
.heading__logo {
  margin-bottom: 2rem;
  height: 4rem;
  width: auto;
}
.heading__divider {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
}

.heading--btn {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.heading--btn .heading__title {
  max-width: 800px;
}
.heading--btn .btn {
  display: inline-block;
  margin-top: 0;
}

.heading__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title--footer {
  color: #EE943B;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--right {
  text-align: right;
}
.title--center {
  text-align: center;
}
.title--white {
  color: #fff;
}
.title--black {
  color: #292929;
}
.title--uppercase {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .heading__title {
    font-size: 32px;
  }

  .heading__container {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .heading {
    padding-bottom: 1rem;
  }

  #reviews .container .wp-gr {
    text-align: left !important;
  }

  .heading--btn {
    display: block;
  }
  .heading--btn .btn {
    margin-top: 2rem;
  }
}
@media (max-width: 550px) {
  .heading {
    font-size: 18px;
    color: #292929;
    margin-bottom: 0;
    width: 100%;
  }
  .heading--center {
    text-align: left;
    margin: 0;
  }
  .heading--section {
    color: #EE6D3B;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
  }
  .heading__title {
    font-size: 3.8rem;
    margin-top: 0;
    margin-bottom: 1rem;
    position: relative;
    text-align: left;
  }
  .heading__desc {
    text-align: left;
    margin-top: 0;
    font-size: 1.6rem;
  }
  .heading__desc p {
    font-size: 1.6rem;
  }
  .heading__subtitle {
    font-size: 20px;
  }
  .heading__divider {
    border-top: 2px solid #EE6D3B;
    width: 200px;
    margin: 15px auto;
  }
}
.btn {
  padding: 0.8rem 2rem;
  color: #fff;
  background: #EE6D3B;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 2rem;
  display: inline-block;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  border-radius: 10px;
}
.btn i {
  padding-right: 15px;
  color: #fff;
}
.btn:hover {
  background-color: transparent;
  color: #EE6D3B;
}
.btn--black {
  background: #292929;
  color: #fff;
}
.btn--black:hover {
  background: #EE943B;
  color: #fff;
}
.btn--grey {
  background: linear-gradient(160deg, #303030 0%, #555454 60%);
  color: #fff;
}
.btn--grey:hover {
  background: #EE943B;
  color: #fff;
}
.btn--gradient {
  background: #ee6d3b;
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
}
.btn--white {
  background: #fff;
  color: #EE6D3B;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
}
.btn--secondary {
  background-color: #EE943B;
  color: white;
}
.btn--secondary:hover {
  background-color: #fff;
  color: #EE6D3B;
}
.btn--bordered-white {
  background: transparent;
  border: 1px solid #fff;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}

.icon--service {
  max-width: autos;
  max-height: 80px;
}

.hero {
  position: relative;
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.4);
  z-index: 0;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;
}
.hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero__content {
  position: relative;
  padding: 10rem 0;
  z-index: 2;
  max-width: 800px;
}

.hero__title {
  font-size: 6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.hero__cta {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.hero__cta a {
  align-self: flex-start;
  margin-top: 1rem;
}

.hero__reviews .wp-google-right {
  display: flex !important;
  align-items: center;
  margin-top: 2rem !important;
}
.hero__reviews .wp-google-powered {
  margin-top: 0 !important;
  margin-left: 1rem !important;
}

/* HERO CARDS */
.hero-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  z-index: 2;
}

.hero-cards__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem 8rem 3rem 3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.hero-cards__item .number {
  color: #EE6D3B;
  font-size: 3.2rem;
  font-weight: 300;
}
.hero-cards__item .title {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0.5rem 0;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-cards__item .desc {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.hero-cards__item .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* HERO INSIDE */
.hero__container .heading {
  width: 40%;
}

.hero__illustration {
  position: relative;
  width: 50%;
  border-radius: 10px;
}
.hero__illustration::before {
  content: "";
  padding-bottom: 75%;
  display: block;
}
.hero__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 1024px) {
  .hero__container .heading {
    width: 100%;
    max-width: 100%;
  }

  .hero__container .hero__illustration {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .hero:before, .hero:after {
    height: 50%;
  }

  .hero__title {
    font-size: 4rem;
  }

  .hero-cards {
    grid-template-columns: 1fr;
  }

  .hero-cards__item {
    padding: 3rem;
  }

  .hero-cards__item .title {
    font-size: 2.2rem;
  }
}
p, ul, li {
  margin: 0;
  padding: 0;
}

a {
  color: #EE6D3B;
  line-height: 1.5;
}

code {
  background: #ECEFF1;
}

.faq__content {
  width: 70%;
  padding-left: 5%;
}

.faq__illustration {
  position: relative;
  width: 30%;
  border-radius: 10px;
}
.faq__illustration:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.faq__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.faq__desc {
  max-width: 400px;
}

.faq__cta a + a {
  margin-left: 1rem;
}

.faq__list {
  width: 100%;
}
.faq__list ul {
  list-style: initial !important;
  margin: 0px 0px;
}
.faq__list ol {
  list-style: decimal !important;
}
.faq__list li {
  line-height: 30px;
  position: relative;
}
.faq__list em {
  font-style: normal;
  color: #EE6D3B;
}

.faq__item {
  overflow: hidden;
  transition: height 300ms ease-in-out;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.25);
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__title, .faq__text {
  padding: 15px 0;
}
.faq__title {
  display: flex;
  position: relative;
  list-style: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  transition: color 300ms ease-in-out;
  padding-left: 0;
  line-height: 1.4;
  padding-right: 5rem;
  justify-content: space-between;
}
[open] > .faq__title {
  color: #EE6D3B;
}
.faq__title:hover {
  color: #EE6D3B;
}
.faq__title::-webkit-details-marker {
  display: none;
}
.faq__title:before, .faq__title:after {
  content: "";
  position: absolute;
}
.faq__title:before {
  right: 20px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 16px;
  background: #EE6D3B;
  border-radius: 5px;
}
.faq__title:after {
  right: 27px;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  width: 2px;
  margin-left: -1px;
  background: #EE6D3B;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
}
[open] .faq__title:after {
  opacity: 0;
  transform: translateY(25%);
}
.faq__heading {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  max-width: 300px;
}
.faq__desc {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0px;
}
.faq__text {
  padding-top: 0;
  max-width: 90%;
}
.faq__text p + p {
  margin-top: 15px;
}
.faq__cta {
  text-align: center;
  margin-top: 50px;
}
.faq__cta + a {
  margin-left: 1rem;
}

@media (max-width: 1024px) {
  .faq__content {
    width: 100%;
    text-align: left;
  }

  .faq__desc {
    margin: 0 auto;
  }

  .faq__list {
    width: 100%;
  }

  .faq__text {
    width: 100%;
  }

  .faq__cta {
    text-align: left;
    margin-top: 1rem;
  }
  .faq__cta .btn {
    margin-left: 0;
    margin-top: 1rem;
  }

  .faq__title {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .faq__illustration {
    width: 100%;
  }
  .faq__illustration:before {
    padding-bottom: 80%;
  }

  .faq__content {
    padding-left: 0;
    margin-top: 4rem;
  }

  .faq__text {
    max-width: 100%;
  }
}
.referral__block {
  position: relative;
  width: 100%;
}

.referral__container {
  max-width: 1100px;
  margin: 0 auto;
}
.referral__container .heading {
  padding-bottom: 2rem;
}
.referral__container .heading__title {
  font-size: 4.6rem;
}

.referral__content {
  position: relative;
  width: 100%;
}
.referral__content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 700px;
  line-height: 1.6;
}
.referral__content h3,
.referral__content h4,
.referral__content h5,
.referral__content h6 {
  margin-bottom: 1rem;
}
.referral__content h3 {
  font-size: 2rem;
  font-weight: 700;
}
.referral__content h4 {
  color: #EE943B;
  font-weight: 400;
  font-size: 1.6rem;
}
.referral__content p {
  line-height: 1.7;
  font-size: 1.4rem;
  margin: 1.5rem 0;
}
.referral__content ul {
  margin-bottom: 20px;
}
.referral__content li {
  line-height: 1.7;
  font-size: 1.4rem;
}
.referral__content li:before {
  margin-right: 5px;
  content: "-";
  font-size: 20px;
  color: #EE943B;
}

/* AUTHOR */
.referral__author {
  margin-top: 6rem;
  background-color: #fff;
  padding: 3rem;
  border-radius: 10px;
}

.author__heading {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  align-items: end;
  padding-bottom: 2rem;
}
.author__heading:before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 90%;
  background-color: rgba(1, 1, 1, 0.3);
  bottom: 0;
  right: 0;
}

.author__illustration {
  position: relative;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}
.author__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

.author__intro {
  padding-left: 0rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.author__intro .text {
  width: 100%;
  font-weight: 700;
  font-size: 1.6rem;
}
.author__intro .name {
  padding-right: 2rem;
}
.author__intro .function {
  position: relative;
  padding-left: 2rem;
  color: #303030;
}
.author__intro .function:before {
  content: "";
  display: block;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
  background-color: #303030;
}

.author__cta {
  margin-left: auto;
}
.author__cta a + a {
  margin-left: 1rem;
}

@media (max-width: 1024px) {
  .referral__block {
    width: 100%;
    margin: 0px;
  }
  .referral__block + .seo__block {
    margin-top: 40px;
  }

  .referral__content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.trust__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
}

.trust__icon {
  height: 4rem;
}

.trust__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  margin: 1rem 0;
  color: #303030;
}

.trust__desc {
  display: block;
}

.trust__cta {
  text-align: center;
  margin-top: 2rem;
}

.trust__toggle {
  display: none;
  text-align: center;
  cursor: pointer;
  color: #EE6D3B;
  font-weight: bold;
  margin-top: 1rem;
  border: none;
  font-weight: 300;
  font-family: "Nunito";
  border-bottom: 1px solid #EE6D3B;
}

@media (max-width: 1280px) {
  .trust__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .trust__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .trust__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }

  .trust__title {
    font-size: 1.6rem;
  }

  .trust__toggle {
    display: inline-block;
  }

  .trust__desc {
    display: none;
  }
}
.partners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.partners__item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 2rem 6rem;
}

.partners__item:last-child {
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
}
.partners__item:last-child p {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
}

.partners__item img {
  height: 8rem;
  max-width: 100%;
  width: auto;
}

.partners__cta {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .partners__list {
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }

  .partners__item:last-child p {
    font-size: 2rem;
  }
}
.cards__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.cards__item {
  width: calc(33.333% - 20px);
  position: relative;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 1rem;
  height: auto;
}

.cards__illustration {
  height: 20rem;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.cards__content {
  position: relative;
  text-align: left;
  padding: 2rem 1rem;
}

.cards__marks {
  max-height: 4rem;
  margin-bottom: 2rem;
}

.cards__title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: left;
}

.cards__text {
  transition: max-height 0.5s ease-in-out;
  line-height: 1.2;
  margin-top: 2rem;
}
.cards__text p {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #303030;
}
.cards__text li {
  margin: 0.5rem 0;
  font-size: 1.4rem;
}
.cards__text li:before {
  content: "-";
  padding-right: 0.5rem;
}

.cards__infos {
  padding: 2rem 3rem 4rem;
  text-align: left;
  border-radius: 0px 0px 10px 10px;
}
.cards__infos h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #EE6D3B;
}
.cards__infos p {
  font-size: 1.2rem;
}
.cards__infos li {
  border-top: 1px solid #E7E7E7;
  padding: 1.5rem 0;
}

.cards__infos {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  position: absolute;
  top: 100%;
  left: -1.5rem;
  width: calc(100% + 3rem);
  background-color: #fff;
  z-index: 99;
}

.cards__infos.open {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
  /* Ajuste selon le contenu */
  transition: max-height 0.4s ease-in;
}
.cards__infos.open .cards__btn {
  display: block;
  transform: translateX(-50%) translateY(-20%) rotate(45deg);
}
.cards__btn.outside.disable {
  display: none;
}

.toggle-infos {
  cursor: pointer;
}

.cards__btn {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  height: 4rem;
  width: 4rem;
  background-color: white;
  border-radius: 50%;
  display: block;
  z-index: 999;
}
.cards__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 1.6rem;
  width: 3px;
  background-color: #303030;
  border-radius: 2px;
}
.cards__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 3px;
  width: 1.6rem;
  background-color: #303030;
  border-radius: 2px;
}
.cards__btn .inner {
  display: none;
}

.cards__tag {
  position: absolute;
  top: -6rem;
  right: 3rem;
  height: 10rem;
  width: 10rem;
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-7deg);
}
.cards__tag .text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.4rem;
}

.cards__logo {
  height: 6rem;
}

.cards__cta {
  text-align: center;
  margin-top: 4rem;
}

/* PRODUCTS */
.cards--products {
  margin-top: 4rem;
}
.cards--products .cards__illustration {
  height: 20rem;
  width: auto;
  margin-top: -4rem;
}
.cards--products .cards__content {
  padding: 2rem 4rem 2rem 4rem;
  text-align: center;
}
.cards--products .cards__text {
  max-height: 0;
  overflow: hidden;
}
.cards--products .cards__text .active {
  max-height: 500px;
  /* Ajuste cette valeur selon le contenu */
}
.cards--products .cards__title {
  position: relative;
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

/* MODELS */
.cards--models .cards__item {
  padding: 1.5rem;
}
.cards--models .cards__illustration {
  height: 20rem;
  width: 100%;
  border-radius: 10px;
  margin-top: 0;
  object-fit: cover;
}

/* COMMITMENTS */
.cards--commitments .cards__item {
  padding: 10rem 3rem 2rem 3rem;
}

/* MARQUES */
.cards--marks .cards__content {
  text-align: center;
}
.cards--marks .cards__title {
  text-align: center;
  display: none;
}
.cards--marks .cards__cta {
  margin-top: 0rem;
}
.cards--marks .cards__text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 70%;
  margin: 0 auto;
}
.cards--marks .cards__text li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.6rem;
}
.cards--marks .cards__text li:before {
  position: absolute;
  left: 0;
  top: 0.2rem;
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cards--marks .cards__text li.false:before {
  background-image: url("../img/false.svg");
}
.cards--marks .cards__text li.true:before {
  background-image: url("../img/true.svg");
}

@media (max-width: 1024px) {
  .cards__list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .cards__list.cards--products {
    gap: 8rem;
  }

  .cards--commitments .cards__item {
    padding: 5rem 3rem 2rem 3rem;
  }

  .cards__item {
    width: 100%;
  }

  .cards__list.cards--models {
    gap: 6rem;
  }
}
.banner__container {
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
  padding: 8rem 6rem;
  border-radius: 10px;
}
.banner__container .heading {
  padding-bottom: 0;
}

.banner__content {
  width: 70%;
  padding-right: 10%;
}

.banner__title {
  color: #fff;
}

.banner__logos {
  width: 30%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.banner__logos img {
  height: 100%;
  width: 100%;
  max-height: 10rem;
  object-fit: contain;
}

/* BANNER */
#banner-gallery .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.banner__content {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.banner__content .banner__title {
  width: 80%;
  max-width: 700px;
  font-size: 5rem;
}
.banner__content a {
  max-width: 20%;
}

/* CERTIFICATIONS */
#certifications .banner__content {
  width: 70%;
}

@media (max-width: 1024px) {
  .banner__content {
    width: 100%;
    padding-right: 0;
  }

  .banner__logos {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin-top: 4rem;
  }

  .banner__logos img {
    max-height: 8rem;
  }
}
@media (max-width: 768px) {
  .banner__container {
    padding: 5rem 3rem;
  }

  .banner__logos {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.projects__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}

.projects__item {
  position: relative;
  height: 24vw;
  border-radius: 10px;
  grid-column: span 3;
  overflow: hidden;
}
.projects__item:nth-child(n+2) {
  grid-column: span 2;
}
.projects__item:nth-child(4) {
  grid-column: span 3;
}

.projects__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
}
.projects__wrapper:hover {
  transform: scale(1.01);
}

.projects__content {
  color: white;
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.3);
  padding: 3rem;
  border-radius: 10px;
}

.projects__title {
  font-size: 2rem;
  font-weight: 700;
  width: 400px;
  max-width: 80%;
  line-height: 1.2;
}

.projects__cta {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .projects__list {
    margin-top: 2rem;
    display: block;
  }

  .projects__item {
    height: auto;
    display: block;
  }
  .projects__item + .projects__item {
    margin-top: 1rem;
  }

  .projects__wrapper {
    position: relative;
    display: block;
    background-size: cover;
  }

  .projects__content {
    height: auto;
    padding: 10rem 2rem 2rem 2rem;
  }

  .projects__title {
    font-size: 1.8rem;
  }
}
#app {
  padding-top: 14rem;
}

.app__container {
  border-radius: 10px;
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
  padding: 6rem 8rem;
}

.app__content {
  width: 60%;
}
.app__content .heading {
  padding-bottom: 2rem;
}

.app__desc {
  position: relative;
}

.app__desc li {
  position: relative;
  padding-left: 3rem;
  margin: 1.4rem 0;
  display: block;
  color: #fff;
}
.app__desc li p {
  font-size: 1.8rem;
  font-weight: 500;
}
.app__desc li:before {
  content: "";
  background-image: url("../img/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}

.app__more {
  position: relative;
  width: 40%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.app__illustration {
  position: relative;
  height: 100%;
}

.app__image {
  position: relative;
  width: 30rem;
  height: 100%;
  border-radius: 40px;
}
.app__image .img-app {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 55rem;
  width: 100%;
  object-fit: contain;
  z-index: 1;
}
.app__image .app__text {
  position: absolute;
  right: 0;
  top: 10%;
  transform: translateX(87%);
  z-index: 0;
}
.app__image .app__text p {
  color: #fff;
  margin-left: 30px;
  margin-top: -20px;
  text-align: center;
  font-size: 1.6rem;
  max-width: 150px;
  transform: rotate(-10deg);
}

.app__store {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.app__store a {
  background-color: #303030;
  display: inline-flex;
  border-radius: 10px;
  padding: 1.2rem 2rem;
  line-height: 1;
  margin-top: 1rem;
}
.app__store img {
  height: 3rem;
  width: auto;
  max-width: 100%;
}

/* APP DETAILS */
.app-details__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.app-details__list .products__target li {
  position: relative;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.app-details__list .products__target li:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1rem;
  background-image: url("../img/icon-check-primary.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.app-details__list .products__illustration img {
  padding: 0;
  padding-top: 4rem;
}
.app-details__list .products__content {
  padding: 7rem;
}

@media (max-width: 768px) {
  .app__container {
    padding: 5rem 4rem;
  }

  .app__content {
    width: 100%;
  }

  .app__more {
    width: 100%;
    margin-top: 4rem;
  }

  .app__illustration {
    height: 50rem;
    width: 100%;
    margin-bottom: 14rem;
  }

  .app__image {
    width: 100%;
  }
  .app__image .img-app {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .app__store {
    position: relative;
  }
  .app__store a {
    justify-content: center;
  }

  .app__image .app__text {
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(80%);
    text-align: right;
  }
  .app__image .app__text .img-arrow {
    transform: rotate(70deg);
    height: 8rem;
    margin-left: auto;
  }
  .app__image .app__text p {
    margin-top: 0px;
    transform: rotate(-4deg);
    text-align: left;
    line-height: 1.2;
    max-width: 200px;
    font-size: 1.8rem;
  }
}
.perks__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.perks__item {
  position: relative;
  height: 22vw;
  border-radius: 10px;
  max-height: 38rem;
}
.perks__item:nth-child(2) {
  margin-top: 4rem;
}
.perks__item:nth-child(3) {
  margin-top: -4rem;
}

.perks__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.perks__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.perks__content {
  position: relative;
  background-color: rgba(1, 1, 1, 0.4);
  height: 100%;
  width: 100%;
  display: block;
  color: white;
  padding: 5rem;
  border-radius: 10px;
}

.perks__title {
  color: #fff;
  font-size: 2vw;
  max-width: 70%;
  line-height: 1.1;
}

.perks__desc {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.4;
}
.perks__desc:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-image: url("../img/icon-check-primary.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.perks__cta {
  text-align: center;
  margin-top: 4rem;
}
.perks__cta .text {
  font-size: 1.6rem;
  color: #303030;
}
.perks__cta a + a {
  margin-left: 1rem;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .perks__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .perks__item {
    height: auto;
    max-height: none;
    margin-top: 0rem !important;
  }

  .perks__title {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .perks__content {
    padding: 4rem 2rem;
  }

  .perks__title {
    font-size: 5vw;
    max-width: 80%;
  }

  .perks__desc {
    font-size: 1.4rem;
  }

  .perks__cta {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .perks__content {
    padding: 4.5rem 2.5rem;
  }

  .perks__title {
    font-size: 5vw;
  }

  .perks__desc {
    font-size: 1.2rem;
  }
}
.products__list {
  display: grid;
  gap: 3rem;
}

.products__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem 5rem 1rem 1rem;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 3rem;
}

.products__illustration {
  position: relative;
  width: 40rem;
  border-radius: 10px;
}
.products__illustration:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.products__illustration:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20rem;
  display: block;
  height: 100%;
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
  border-radius: 10px;
}
.products__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 2rem;
  object-fit: contain;
  z-index: 1;
}

.products__title {
  color: #303030;
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.products__content {
  padding: 4rem 0;
  padding-right: 5%;
}

.products__text {
  max-width: 50rem;
}
.products__text .text {
  font-size: 1.5rem;
}
.products__text ul {
  margin-top: 2rem;
}
.products__text li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 3rem;
  padding-top: 2rem;
}
.products__text li:before {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-image: url("../img/icon-check-primary.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.products__target {
  padding: 4rem 0;
}
.products__target h4 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.products__target li {
  background-color: #F3F3F3;
  padding: 2rem;
  border-radius: 10px;
  max-width: 35rem;
  font-size: 1.6rem;
}
.products__target li + li {
  margin-top: 1rem;
}

.products__cta {
  text-align: center;
  margin-top: 3rem;
}
.products__cta a + a {
  margin-left: 1rem;
}

.solutions__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
}
.solutions__item:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.solutions__item + .solutions__item {
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .solutions__item {
    flex-direction: column;
    text-align: left;
  }
}

.solutions__illustration {
  position: relative;
  width: 60%;
  border-radius: 10px;
}
.solutions__illustration:before {
  content: "";
  display: block;
  padding-bottom: 45%;
}
.solutions__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
@media (max-width: 1024px) {
  .solutions__illustration {
    width: 100%;
  }
  .solutions__illustration:before {
    padding-bottom: 100%;
  }
}

.solutions__content {
  width: 40%;
  padding: 6rem 6rem;
}
@media (max-width: 1024px) {
  .solutions__content {
    width: 100%;
    padding: 2rem;
  }
}

.solutions__title {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .solutions__title {
    font-size: 2.4rem;
  }
}

.solutions__desc p {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .solutions__desc p {
    font-size: 1.4rem;
  }
}

.solutions__content .btn {
  display: inline-block;
}

@media (max-width: 1024px) {
  .solutions__list {
    margin-bottom: 10rem;
  }
}
.steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
  .steps__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .steps__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.steps__item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 768px) {
  .steps__item {
    padding: 6rem 3rem 3rem 3rem;
  }
}

.steps__title {
  font-size: 3.2rem;
  margin-bottom: 1rem;
  max-width: 80%;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .steps__title {
    font-size: 2.4rem;
    max-width: 100%;
    text-align: center;
  }
}

.steps__number {
  position: absolute;
  top: -3rem;
  right: 2rem;
  color: #EE6D3B;
  font-size: 6.4rem;
  font-weight: 100;
}
@media (max-width: 768px) {
  .steps__number {
    font-size: 5rem;
    top: -2rem;
    right: 1rem;
  }
}

.steps__desc {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .steps__desc {
    font-size: 1.4rem;
    text-align: center;
  }
}

.steps__cta {
  text-align: center;
  margin-top: 2rem;
}

.results__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .results__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .results__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.results__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.results__content {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  height: auto;
}
.results__content:before {
  content: "";
  padding-bottom: 50%;
  display: block;
}
.results__content .number {
  font-size: 4vw;
  color: #EE6D3B;
  font-weight: 700;
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.results__content .text {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.results__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4rem;
}

.results__illustration {
  position: relative;
  border-radius: 10px;
}
.results__illustration:before {
  content: "";
  padding-bottom: 90%;
  display: block;
}
.results__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 1024px) {
  .results__content .number {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .results__illustration {
    display: none;
  }
}
.team__container {
  margin-bottom: 3rem;
}
.team__container + .team__container {
  margin-top: 10rem;
}

.team__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .team__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .team__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.team__title {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #303030;
}
@media (max-width: 768px) {
  .team__title {
    font-size: 2.4rem;
    text-align: left;
  }
}

.team__item {
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.team__illustration {
  position: relative;
  height: 25rem;
  width: 100%;
  border-radius: 10px;
}
.team__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
@media (max-width: 768px) {
  .team__illustration {
    height: 20rem;
  }
}

.team__content {
  padding: 3rem 2rem 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.team__content .name {
  font-size: 3.2rem;
  font-weight: 700;
  color: #303030;
  margin-bottom: 1.5rem;
  max-width: 65%;
}
@media (max-width: 768px) {
  .team__content .name {
    font-size: 2.4rem;
    max-width: 100%;
    text-align: left;
  }
}
.team__content .function {
  color: #EE6D3B;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .team__content .function {
    font-size: 1.6rem;
    text-align: left;
  }
}

.team__contact {
  margin-top: 1rem;
}
.team__contact .btn {
  font-size: 1.2rem;
  margin-right: 1rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .team__contact {
    text-align: left;
  }
}

.team__link {
  padding: 0.6rem 1rem 0.6rem 0;
  display: inline-block;
}

.hidden {
  display: none;
}

.gallery__container {
  display: grid;
  grid-template-columns: 8fr 5fr;
  gap: 1rem;
}

.gallery__item {
  position: relative;
  border-radius: 10px;
}
.gallery__item:before {
  content: "";
  padding-bottom: 50%;
  display: block;
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 1024px) {
  .gallery__container {
    grid-template-columns: 1fr 1fr;
  }

  .gallery__item:before {
    content: "";
    padding-bottom: 70%;
    display: block;
  }
}
@media (max-width: 768px) {
  .gallery__container {
    grid-template-columns: 1fr;
  }

  .gallery__item:first-child:before {
    padding-bottom: 50%;
  }
  .gallery__item:before {
    padding-bottom: 90%;
  }
}
#reviews .wp-gr {
  text-align: right !important;
}

.reviews__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.reviews__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 4rem;
}

.reviews__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
.reviews__header img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  object-fit: cover;
}

.intro {
  padding-left: 2rem;
}

.name {
  color: #EE943B;
}

.date {
  color: #303030;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.4rem;
}

.rate img {
  height: 1.2rem;
  width: 1.2rem;
  object-fit: contain;
}

.reviews__content {
  font-size: 1.6rem;
}

#reviews .wp-gr {
  text-align: right !important;
}

.reviews__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.reviews__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem;
}

.reviews__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
.reviews__header img {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.intro {
  padding-left: 1.5rem;
}

.name {
  color: #EE943B;
}

.date {
  color: #303030;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.4rem;
}

.rate img {
  height: 1.2rem;
  width: 1.2rem;
  object-fit: contain;
}

.reviews__content {
  font-size: 1.6rem;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .reviews__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .reviews__item {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .reviews__list {
    grid-template-columns: 1fr;
  }

  .reviews__header > img {
    height: 4rem;
    width: 4rem;
  }

  .reviews__content {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .reviews__item {
    padding: 2rem;
  }

  .reviews__content {
    font-size: 1.3rem;
  }
}
.process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.process__item {
  position: relative;
  background-color: #fff;
  padding: 3rem;
  border-radius: 10px;
}

.process__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.process__number {
  position: absolute;
  top: -2rem;
  right: 2rem;
  font-size: 6rem;
  color: #EE6D3B;
  font-weight: 200;
}

.content__container {
  max-width: 1000px;
  margin: 0 auto;
}

#content em {
  color: #EE6D3B;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
}
#content h2 {
  font-size: 4.8rem;
  max-width: 500px;
  margin-bottom: 2rem;
  margin-top: 0;
  position: relative;
  font-weight: 600;
  color: #292929;
  line-height: 1;
}
#content p {
  padding: 1rem 0;
  font-size: 1.6rem;
}
#content ul {
  margin-top: 1em;
  margin-bottom: 5rem;
}
#content ol {
  margin-left: 30px;
}
#content li {
  position: relative;
  margin: 1.5rem 0px;
  display: flex;
  align-items: start;
  font-size: 1.4rem;
  line-height: 1.2;
}
#content li:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1rem;
  margin-top: 0rem;
  background-image: url("../img/icon-check-primary.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Packages */
.packages-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.package-card {
  border: 2px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  cursor: pointer;
  transition: transform 0.3s, border-color 0.3s;
}

.package-card__illustration {
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.package-card__illustration:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.package-card__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.package-card__container {
  padding: 2rem;
}

.package-card__content {
  text-align: left;
}
.package-card__content .title {
  font-weight: 600;
  font-size: 3.4rem;
}
.package-card__content .text {
  text-align: left;
  line-height: 1.4;
  font-size: 1.6rem;
  margin: 1rem 0;
}
.package-card__content .content {
  margin-top: 2rem;
}
.package-card__content .content h4 {
  font-weight: 700;
}
.package-card__content .content ul {
  margin: 2rem 0 4rem;
}
.package-card__content .content li {
  position: relative;
  margin: 1.5rem 0px;
  display: flex;
  align-items: start;
  font-size: 1.4rem;
  line-height: 1.2;
}
.package-card__content .content li:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1rem;
  margin-top: 0rem;
  background-image: url("../img/icon-check-primary.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.package-card__price {
  background-color: #F3F3F3;
  padding: 1.5rem 4rem;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 10px;
  margin-top: 2rem;
  display: block;
}
.package-card__price em {
  font-weight: 700;
  font-style: normal;
}

.package-card__buttons {
  text-align: center;
  margin: 2rem 0;
}
.package-card__buttons .button-1 {
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%) !important;
  margin-top: 1rem !important;
  border-radius: 10px !important;
  font-weight: 300 !important;
  font-family: "Nunito", sans-serif !important;
  padding: 1rem 2rem !important;
}
.package-card__buttons .button-2 {
  background: #303030 !important;
  margin-top: 1rem !important;
  border-radius: 10px !important;
  font-weight: 300 !important;
  font-family: "Nunito", sans-serif !important;
  padding: 1rem 2rem !important;
}

.package-card__infos {
  background-color: #F3F3F3;
  padding: 2rem;
  border-radius: 10px;
  margin-top: 4rem;
}
.package-card__infos > * {
  font-size: 1.4rem !important;
  line-height: 1.2;
}
.package-card__infos a {
  border-bottom: 1px solid #EE943B;
  margin-top: 1rem;
  display: inline-block;
  font-weight: 600;
}

.package-card:hover {
  transform: scale(1.02);
  border-color: #EE943B;
}

.package-card.selected {
  border: 2px solid #EE943B;
  background-color: #fce3c6;
}

.select-package {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #EE943B;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.select-package:hover {
  background-color: #005f8d;
}

/* HEADER */
.header {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--columns {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.section--grey {
  background-color: #F3F3F3;
}
.section--secondary {
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
  color: #fff;
}
.section--secondary:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.05;
  background-size: 50%;
  background-repeat: repeat;
  background-image: url("../img/pattern-bg.png");
  z-index: 1;
}

.wrapper {
  width: calc(1380/1680 * 100%);
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--accent {
  background-color: #F3F3F3;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}
.wrapper--white {
  background-color: #fff;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column {
  display: flex;
  flex-wrap: wrap;
}
.column--free {
  display: flex;
}
.column--spaced {
  justify-content: space-between;
}
.column--centered {
  align-items: center;
}
.column--reversed {
  flex-direction: row-reverse;
}
.column--equal {
  align-items: stretch;
}
.column--centered-w {
  justify-content: center;
}
.column--half {
  width: 45%;
}
.column--third {
  width: 30%;
}
.column--fourth {
  width: 23%;
}

.container {
  width: calc(1380/1680 * 100%);
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.container--stretch {
  max-width: 1000px;
}

.list--inline li {
  display: inline-block;
}

.breadcrumbs {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* FORM */
.form__title {
  font-size: 4rem;
  font-weight: 700;
  color: #303030;
  margin-bottom: 2rem;
}

#gform_confirmation_message_1 {
  margin-bottom: 40px;
}

.gform_heading {
  display: none !important;
}

#gform_1 .gf_page_steps {
  gap: 0 !important;
  margin-bottom: 4rem !important;
}
#gform_1 .gf_step {
  opacity: 0.3 !important;
  padding-left: 4rem !important;
}
#gform_1 .gf_step:first-child {
  padding-left: 0 !important;
}
#gform_1 .gf_step_active {
  opacity: 1 !important;
}
#gform_1 .gf_step_active .gf_step_number {
  background-color: #EE943B !important;
  color: #fff !important;
}
#gform_1 .gf_step_completed .gf_step_number:after {
  background-color: #EE943B !important;
  border-color: #EE943B !important;
}
#gform_1 .gf_step_number {
  background-color: #303030 !important;
  color: #fff !important;
}
#gform_1 .gf_step_label {
  text-transform: none !important;
}
#gform_1 input[type=radio],
#gform_1 input[type=checkbox] {
  appearance: none;
  opacity: 0;
  position: absolute;
}
#gform_1 #gform_page_1_1 label {
  display: inline-block;
  padding: 4rem 1rem;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
  background-color: #fff;
  margin-left: 0px !important;
  cursor: pointer !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}
#gform_1 #gform_page_1_1 label:before {
  content: "";
  height: 6rem;
  width: 6rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 1rem;
}
#gform_1 #gform_page_1_1 input[type=radio]:checked + label,
#gform_1 #gform_page_1_1 input[type=checkbox]:checked + label {
  color: #292929;
  border: 2px solid #EE6D3B;
}
#gform_1 .gfield--type-choice .gfield_radio {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
#gform_1 .gfield--type-choice .gchoice {
  display: grid !important;
  grid-template-columns: 1fr !important;
  cursor: pointer !important;
}
#gform_1 .gfield--type-choice .gchoice:nth-child(1) label:before {
  background-image: url("../img/icon-particulier.svg");
}
#gform_1 .gfield--type-choice .gchoice:nth-child(2) label:before {
  background-image: url("../img/icon-independant.svg");
}
#gform_1 .gfield--type-choice .gchoice:nth-child(3) label:before {
  background-image: url("../img/icon-societe.svg");
}
#gform_1 .gfield--type-choice .gchoice:nth-child(4) label:before {
  background-image: url("../img/icon-flotte.svg");
}
#gform_1 .gform_page_footer input {
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%) !important;
  color: #fff !important;
  border: 1px solid #EE6D3B !important;
  border-radius: 10px !important;
}

#gform_2 .gform-footer input {
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%) !important;
  color: #fff !important;
  border: 1px solid #EE6D3B !important;
  border-radius: 10px !important;
}
#gform_2 .gfield_label {
  text-transform: uppercase;
  color: #EE6D3B;
}
#gform_2 .gform_fields {
  row-gap: 2rem;
}

#gform_page_1_3 .gform_page_fields {
  background-color: #fff;
  padding: 4rem;
  border-radius: 10px;
  width: 70%;
}
#gform_page_1_3 .gform-footer input {
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%) !important;
  color: #fff !important;
  border: 1px solid #EE6D3B !important;
  border-radius: 10px !important;
}
#gform_page_1_3 .gfield_label {
  text-transform: uppercase;
  color: #EE6D3B;
}
#gform_page_1_3 .gform_fields {
  row-gap: 2rem;
}

.footer {
  background: #fff;
  position: relative;
}

.footer__top {
  padding: 60px 0px 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem;
}

.footer__logo {
  display: block;
  margin-right: auto;
  max-width: 100%;
  height: 40px;
  opacity: 0.6;
}

.footer__part {
  position: relative;
}
.footer__part:last-child {
  width: 100%;
}

.footer__text {
  color: white;
}
.footer__text h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__text p {
  color: #BCBCBC;
  font-weight: 300;
}

.footer__title {
  color: #EE6D3B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}

/* CONTACT */
.contact-infos__item {
  margin: 0.7rem 0;
}

.contact-infos__title {
  color: #303030;
  cursor: pointer;
  display: inline-block;
  padding: 0.2rem 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #707070;
  transition: all 0.2s ease-in-out;
}
.contact-infos__title.active {
  display: none;
}
.contact-infos__title:hover {
  color: #EE6D3B;
  border-bottom: 1px solid #EE6D3B;
}

.contact-infos__link {
  color: #EE6D3B;
  padding: 0.5rem 0;
  display: inline-block;
}
.contact-infos__link span {
  display: block;
}
.contact-infos__link:hover {
  color: #292929;
}

.js-hidden {
  display: none;
}

.contact-infos__item.active .contact-infos__link {
  display: inline;
}

.contact-infos__item.active .contact-infos__title {
  display: none;
}

/* MENU FOOTER */
.menu--footer > ul {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  column-gap: 3rem;
  row-gap: 1rem;
}
.menu--footer a {
  color: #303030;
  text-transform: uppercase;
}
.menu--footer a:hover {
  color: #EE6D3B;
}
.menu--footer .menu-item-has-children > a {
  font-size: 1.6rem;
}
.menu--footer .menu-item-has-children > a:hover {
  color: #EE6D3B;
}
.menu--footer .sub-menu {
  margin-top: 0.5rem;
}
.menu--footer .sub-menu .menu-item {
  margin: 0.5rem 0;
}
.menu--footer .sub-menu .menu-item > a {
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.2;
}
.menu--footer .sub-menu .menu-item > a:hover {
  opacity: 1;
}

/* SOCIAL */
.footer-social {
  position: relative;
  display: flex;
  margin: 3rem 0rem;
}
.footer-social a {
  height: 40px;
  width: 40px;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
}
.footer-social a + a {
  margin-left: 2rem;
}
.footer-social a:hover {
  transform: scale(1.02);
}
.footer-social i {
  color: white;
}

/* COPYRIGHT */
.footer__copyright p {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 1;
  color: #303030;
}
.footer__copyright p a {
  color: #EE6D3B;
  opacity: 1;
  display: inline;
}
.footer__copyright a {
  color: #303030;
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
  opacity: 1;
}
.footer__copyright a:hover {
  color: #292929;
  opacity: 1;
}

.footer__copyright .container {
  text-align: center;
  margin: 0 auto;
}
.footer__copyright .container > * {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}
.footer__copyright .container > *:first-child:before {
  display: none;
  padding-left: 0;
}
.footer__copyright .container > *:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 60%;
  width: 1px;
  background-color: #EE943B;
}

@media (max-width: 768px) {
  .footer__top {
    grid-template-columns: 1fr;
  }

  .footer__copyright .container {
    margin: 0;
  }

  .footer__copyright .container > * {
    width: 100%;
    margin: 5px 0px;
    margin-left: 0;
    text-align: left;
    padding-left: 0;
    line-height: 1.4;
  }
  .footer__copyright .container > *:before {
    display: none;
  }

  .menu--footer > ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: row;
  }

  .menu--footer li {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .menu--footer li:last-child {
    margin-bottom: 0px;
  }

  .footer__contact li {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .menu--footer > ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
  }

  .footer__part:nth-child(2) {
    grid-column: span 1;
  }

  .footer__text {
    width: 100%;
    text-align: center;
  }

  .footer__social {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
}
.slick-track,
.slick-list {
  height: 100%;
  width: 100%;
}

.slick-arrow {
  position: absolute;
}

.slick-next {
  bottom: -10%;
  right: 5%;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: #303030;
  border-radius: 50%;
  outline: none;
}
.slick-next:before {
  content: "";
  background-image: url("../img/arrow.svg");
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  display: inline-block;
}

.slick-prev {
  bottom: -10%;
  left: 5%;
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 10px;
  border-radius: 50%;
  color: transparent;
  background: #303030;
  outline: none;
}
.slick-prev:before {
  content: "";
  background-image: url("../img/arrow.svg");
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  transform: rotate(180deg);
  display: inline-block;
}

.slick-dots {
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
  display: flex;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li + li {
  margin-left: 10px;
  margin-top: 0;
}
.slick-dots button {
  background-color: #303030;
  cursor: pointer;
  border: 1px solid #303030;
  text-indent: -999999px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #EE943B;
  border: 1px solid #EE943B;
}

.menu {
  position: relative;
  width: 100%;
  z-index: 99;
}

.menu--container {
  padding: 2rem calc(100/1680 * 100%);
}

.menu--header {
  margin-left: auto;
}

.menu--logo {
  height: 100%;
  margin-right: auto;
}
.menu--logo img {
  text-align: center;
  width: 200px;
  margin-right: auto;
}

.menu--button {
  margin-left: 2rem;
}

.menu--button a {
  color: #fff;
  border-radius: 10px;
  margin-top: 0;
  font-size: 1.4rem;
}
.menu--button a:hover {
  color: #fff;
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
}
.menu--button a a {
  font-weight: 600 !important;
}

.menu__list {
  width: 100%;
  display: inline-block;
}
.menu__list li {
  position: relative;
  display: inline-block;
}
.menu__list li + li {
  margin-left: 15px;
}
.menu__list a {
  display: block;
  color: #303030;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 20px 0px;
  text-transform: uppercase;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #EE6D3B;
}
.menu__list .menu--button a {
  background-color: #EE6D3B;
  padding: 30px 35px;
  margin-left: 5%;
  color: white;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.menu__list .menu--button a:hover {
  color: white;
  transform: scale(1.03);
}

.menu__list .menu--button.current-menu-item a:before {
  display: none;
}

.unclickable > a {
  pointer-events: none !important;
}

/* SUBMENU */
.menu__list .menu-item-has-children {
  padding-right: 15px;
}

.menu__list .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.1);
}

.menu__list .menu-item-has-children:hover:after {
  opacity: 0.5;
}

.menu__list .menu-item-has-children:after {
  content: "";
  background: url("../img/icon-open.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 49%;
  transform: translateY(-50%);
  right: -5px;
  transition: all 0.2s ease-in-out;
}

.menu__list .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  max-width: 300px;
  top: 50%;
  left: -100px;
  width: auto;
  z-index: -1;
  border-radius: 10px;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
  margin-top: 25px;
  background-color: white;
  row-gap: 0rem;
  padding: 10px 0;
}
.menu__list .menu-item-has-children > .sub-menu li {
  background-color: #fff;
  color: #484848 !important;
  margin: 0px;
  text-align: left;
}
.menu__list .menu-item-has-children > .sub-menu a {
  padding: 1rem 20px;
  font-size: 13px;
  font-weight: 500;
  color: #484848;
}
.menu__list .menu-item-has-children > .sub-menu a:hover {
  color: #EE6D3B;
}

/* MOBILE MENU */
.button--mobile {
  display: none;
}

/* MENU BURGER */
.menu--burger {
  position: relative;
  text-align: right;
  display: none;
  z-index: 1022;
  cursor: pointer;
  margin-left: 2rem;
  height: 30px;
  width: 30px;
}

.menu--burger div {
  width: 7px;
  height: 7px;
  background: #EE6D3B;
  border-radius: 10px;
}

.menu--burger.active div {
  background: #EE6D3B;
  position: absolute;
}

.menu--burger .line1 {
  display: none;
}

.menu--burger .line5 {
  display: none;
}

.menu--burger.active .line1 {
  display: block;
  top: 0;
  left: 0;
}

.menu--burger.active .line2 {
  top: 0;
  right: 0;
}

.menu--burger.active .line3 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.menu--burger.active .line4 {
  bottom: 0;
  left: 0;
}

.menu--burger.active .line5 {
  bottom: 0;
  right: 0;
  display: block;
}

.menu--header__title {
  display: none;
}

.menu--burger {
  display: none;
}

.menu--social {
  display: none;
}

.action--close {
  position: fixed;
  z-index: 100;
  top: 40px;
  right: 20px;
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@media (max-width: 1480px) {
  .menu--container {
    padding: 20px calc(150/1680 * 100%);
  }

  .menu--header {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    max-width: 70%;
    padding: 80px calc(150/1680 * 100%) 80px;
    background: #fff;
    height: 100vh;
    transition: right 0.5s ease-in;
    z-index: 99;
    overflow-y: scroll;
    padding: 15rem 4rem 8rem 4rem;
    display: flex;
    flex-direction: column;
  }
  .menu--header .menu__list {
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .menu__list a {
    color: #292929;
    text-align: left;
    font-size: 2rem;
    font-weight: 300;
    padding: 0.5rem 0;
  }

  .menu--header .menu__list > li {
    display: block;
    text-align: left;
  }
  .menu--header .menu__list > li + li {
    margin-left: 0;
  }

  .menu--header.active {
    right: 0;
    width: 70%;
    max-width: 400px;
  }

  .menu--burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .menu__list .menu-item-has-children {
    padding-right: 0;
  }
  .menu__list .menu-item-has-children:after {
    display: none;
  }
  .menu__list .menu-item-has-children .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    opacity: 1;
    gap: 1rem;
    visibility: visible;
    position: relative;
    transform: none;
    min-width: auto;
    left: auto;
    top: 0;
    margin-top: 0;
  }
  .menu__list .menu-item-has-children .sub-menu li {
    display: block;
    padding: 0;
  }
  .menu__list .menu-item-has-children .sub-menu li a {
    font-weight: 400;
    color: #292929;
    font-size: 14px;
  }

  .menu__list .current-menu-item a:before {
    bottom: 15px;
    right: 0;
    left: auto;
    width: 50px;
  }

  .menu--social {
    display: block;
    margin-top: auto;
  }
  .menu--social a {
    display: inline-block;
  }
  .menu--social a:hover {
    transform: scale(1.03);
  }
  .menu--social a + a {
    margin-left: 2rem;
  }

  .menu--header__title {
    display: block;
    text-transform: uppercase;
    color: #EE6D3B;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .menu--logo {
    width: 120px;
  }
  .menu--logo a {
    display: block;
    width: 100%;
  }
  .menu--logo img {
    width: 100%;
  }

  .burger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .menu--button {
    margin-left: 0;
  }
  .menu--button a {
    font-size: 9px;
  }
}
@media (max-width: 550px) {
  .menu--container {
    padding: 20px calc(100/1680 * 100%);
  }

  .menu--logo {
    width: 100px;
  }

  .menu-logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .menu--button a {
    font-size: 8px;
  }

  .menu__list a {
    font-size: 18px;
    font-weight: 600;
  }

  .menu--burger {
    margin-left: 1rem;
  }
}
.contact__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Section du formulaire de contact */
.contact-form {
  background-color: #fff;
  padding: 5rem;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-form__container {
  width: 55%;
}

.contact-quote {
  flex: 1 1 50%;
  background-color: #fff;
  padding: 5rem;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

.form__container {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.form__container.active {
  opacity: 1;
  max-height: 1000px;
  /* Ajustez selon le contenu */
  transform: scaleY(1);
  margin-bottom: 4rem;
}

.quote__title {
  font-size: 4rem;
  font-weight: 700;
  color: #303030;
  margin-bottom: 2rem;
}

.quote__link,
.form__link {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 500;
}

/* Sidebar de contact */
.contact-sidebar {
  width: 45%;
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
  border-radius: 10px;
}

.contact-phone {
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
  color: white;
  padding: 3rem;
  border-radius: 10px;
}

.contact-phone__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-phone__header .illustration {
  position: relative;
  height: 9rem;
  width: 9rem;
  border-radius: 50%;
}
.contact-phone__header .illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.contact-phone__title {
  background: linear-gradient(160deg, #303030 0%, #555454 60%);
  color: white;
  cursor: pointer;
  text-align: left;
  display: inline-block;
}
.contact-phone__title.active {
  display: none;
}

.contact-phone__content {
  margin-top: 3rem;
}
.contact-phone__content .btn {
  margin-top: 0;
  background: transparent;
}
.contact-phone__content .btn:hover {
  background: #fff;
  color: #292929;
}

.contact-phone__text {
  font-size: 1.8rem;
}

.contact-phone__link {
  color: white;
  font-size: 18px;
  text-decoration: none;
  margin: 10px 0;
  padding: 2rem 0 1rem;
  display: none;
}
.contact-phone__link.active {
  display: block;
}

.contact-phone .title {
  text-align: left;
  color: #fff;
  font-size: 4rem;
  max-width: 300px;
}

.contact-phone__content p {
  margin: 10px 0;
}

/* Processus de contact */
.contact-process {
  padding: 4rem;
  max-height: 0;
  display: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.contact-process.active {
  display: block;
  max-height: 100%;
  opacity: 1;
}

.contact-process__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #303030;
  margin-bottom: 3rem;
}

.contact-process__list {
  list-style: none;
  padding: 0;
}

.contact-process__item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}

.contact-process__item .number {
  font-size: 3.6rem;
  color: #f28500;
  font-weight: bold;
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-process__item .title {
  font-size: 1.8rem;
  color: #303030;
  font-weight: 600;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.contact-process__item .text p {
  margin: 0;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .contact__container {
    flex-direction: column;
  }

  .contact-form,
.contact-sidebar {
    flex: 1 1 100%;
  }
}
/* INTRO */
.blog-intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blog-intro__item {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.blog-intro__item:hover .blog-intro__title {
  color: #EE943B;
}
.blog-intro__item:hover .blog-intro__illustration img {
  transform: scale(1.03);
}

.blog-intro__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.blog-intro__illustration {
  position: relative;
  height: 24rem;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.blog-intro__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.blog-intro__content {
  padding: 3rem 0rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-intro__heading {
  padding: 0 3rem;
}

.blog-intro__title {
  font-size: 1.8rem;
  color: #303030;
  font-weight: 600;
  margin-bottom: 2rem;
  transition: all 0.2s ease-in-out;
}

.blog-intro__date {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  display: block;
}

.blog-intro__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #EE943B;
  padding: 2rem 3rem;
}
.blog-intro__author span {
  display: block;
  font-size: 12px;
}
.blog-intro__author .image {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-intro__author .author {
  color: #EE943B;
  margin: 0.4rem 0;
  padding-bottom: 0;
}
.blog-intro__author .content {
  padding-left: 1rem;
}
.blog-intro__author .button {
  height: 3rem;
  width: 3rem;
  margin-left: auto;
  transition: all 0.2s ease-in-out;
}
.blog-intro__author .button:hover {
  transform: scale(1.02);
}

.blog-intro__cta {
  text-align: center;
  margin-top: 2rem;
}
.blog-intro__cta .btn {
  margin-right: 1rem;
}
.blog-intro__cta .btn:last-child {
  margin-right: 0;
}

/* CARD */
.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.blog-card__item {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  height: 30rem;
  background-size: cover;
  grid-column: span 1;
}
.blog-card__item:hover .blog-card__title {
  color: #EE943B;
}
.blog-card__item:hover .blog-card__illustration img {
  transform: scale(1.03);
}
.blog-card__item:first-child {
  grid-column: span 3;
  height: 40rem;
}
.blog-card__item:first-child .blog-card__title {
  font-size: 4rem;
}
.blog-card__item:nth-child(2) {
  grid-column: span 2;
}
.blog-card__item:nth-child(5) {
  grid-column: span 2;
}
.blog-card__item:nth-child(6) {
  grid-column: span 2;
}
.blog-card__item:nth-child(9) {
  grid-column: span 2;
}
.blog-card__item:nth-child(11) {
  grid-column: span 2;
}

.blog-card__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: end;
}

.blog-card__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  width: 100%;
}

.blog-card__title {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0rem;
  padding: 0rem 2rem;
  max-width: 600px;
  transition: all 0.2s ease-in-out;
}

.blog-card__date {
  padding: 0rem 2rem;
  margin-bottom: 1rem;
  display: block;
  font-size: 1.2rem;
}

.blog-card__author {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 1rem 2rem;
}
.blog-card__author span {
  display: block;
  font-size: 12px;
}
.blog-card__author .illustration {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 2rem;
}
.blog-card__author .author {
  color: #EE943B;
  margin: 0.4rem 0;
  padding-bottom: 0;
}
.blog-card__author .icon {
  height: 25px;
  width: 25px;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .blog-intro__list {
    grid-template-columns: 1fr;
  }

  .blog-intro__cta {
    text-align: left;
  }
  .blog-intro__cta .btn {
    margin-top: 10px;
  }

  .blog__list {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .blog__list {
    grid-template-columns: 1fr;
  }

  .blog-intro__illustration {
    height: 14rem;
  }
}
.post-header {
  position: relative;
  height: 55vh;
  width: 100%;
  margin-top: 100px;
}

.post-header__illustration {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.post-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-header__content {
  position: relative;
  color: #fff;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.5);
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

.post-header__title {
  max-width: 700px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

/* CONTENT */
.post-content {
  width: 65%;
  text-align: justify;
}
.post-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 600;
  color: #EE6D3B;
}
.post-content h3 {
  font-size: 16px;
  margin: 20px 0px 20px;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 8px;
  line-height: 1.7;
}
.post-content h4,
.post-content h5 {
  color: #292929;
  font-size: 16px;
  font-weight: 600;
}
.post-content p {
  font-size: 14px;
  margin: 10px 0px 20px;
  line-height: 1.7;
  font-weight: 300;
}
.post-content ul {
  margin-left: 30px;
}
.post-content ol {
  margin-left: 30px;
}
.post-content li {
  position: relative;
  margin: 10px 0px;
  padding-left: 15px;
  display: block;
  font-size: 14px;
  line-height: 1.7;
}
.post-content li :before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
  font-size: 14px;
  color: #EE6D3B;
}
.post-content li img {
  margin: 40px 0px;
}
.post-content img {
  max-width: 100%;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin: 3rem 0;
}
.post-content .aligncenter,
.post-content .alignleft,
.post-content .alignright {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  object-fit: contain;
}
.post-content .aligncenter {
  float: none;
}
.post-content .alignright {
  float: right;
  margin: 1.5em 0 1em 1em !important;
}
.post-content .alignleft {
  float: left;
  margin: 2em 4em 2em 0 !important;
}

@media (max-width: 1024px) {
  .post-header {
    margin-top: 3rem;
    height: 40vh;
  }

  .post-content {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .post-header__title {
    font-size: 18px;
  }

  .post-content h2 {
    font-size: 18px;
    text-align: left;
  }
  .post-content h3, .post-content h4 {
    text-align: left;
  }
  .post-content ol, .post-content ul {
    margin-left: 10px;
  }
  .post-content p {
    text-align: justify;
  }
}
/* INTRO */
.case-intro__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-request {
  width: 49%;
  max-width: 650px;
}

.case-infos {
  width: 49%;
  max-width: 450px;
}

.case-infos__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.case-request__content {
  background-color: #fff;
  padding: 3.5rem;
  border-radius: 10px;
}

.case-infos__card {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 10px;
}

.case-infos__card .desc {
  font-size: 2.8rem;
  font-weight: 600;
  color: #303030;
}

.case-infos__card .text {
  color: #EE6D3B;
  text-transform: uppercase;
}

.case-request__content .text {
  font-size: 2.6rem;
  line-height: 1.4;
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SOLUTION */
.case-solution__content, .case-solution__product {
  width: 50%;
  max-width: 600px;
}

.case-solution__content {
  padding-right: 10%;
}

.case-solution__product {
  padding: 3rem;
  background-color: #fff;
  border-radius: 10px;
}

.case-solution__heading {
  display: flex;
  justify-content: space-between;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
}

.case-solution__heading .heading {
  border-bottom: 1px solid #292929;
  max-width: 300px;
}

.case-solution__heading .title {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #292929;
  font-weight: 700;
}

.case-solution__image {
  height: 18rem;
  margin-top: -8rem;
}

.case-solution__infos li {
  font-size: 1.2rem;
  margin: 1.5rem 0;
  padding-top: 1.5rem;
  display: flex;
  align-items: start;
}
.case-solution__infos li:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1rem;
  background-image: url("../img/icon-check-primary.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.case-solution__infos li + li {
  border-top: 1px solid rgba(1, 1, 1, 0.2);
}

/* REVIEWS */
.case-reviews__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(38deg, #ee6d3b 0%, #ee943b 100%);
}

.case-reviews__illustration {
  position: relative;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
  border-radius: 10px;
}
.case-reviews__illustration:before {
  content: "";
  padding-bottom: 120%;
  display: block;
}
.case-reviews__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.case-reviews__content {
  max-width: 100%;
  color: #fff;
  padding: 4rem;
  text-align: left;
}
.case-reviews__content .text {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.case-reviews__content .name {
  color: #fff;
}

.case-reviews__cta {
  text-align: right;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .case-infos, .case-request, .case-solution__content, .case-solution__product {
    width: 100%;
    max-width: 100%;
    padding: 2rem;
  }

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

  .case-solution__image {
    margin-top: 0;
    height: 15rem;
  }
}
@media (max-width: 768px) {
  .case-infos__card .desc {
    font-size: 2.4rem;
  }

  .case-request__content .text {
    font-size: 1.8rem;
  }

  .case-solution__image {
    height: 12rem;
  }

  .case-reviews__content .text {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .case-infos__card, .case-request__content {
    padding: 2rem;
  }

  .case-infos__card .desc {
    font-size: 2rem;
  }

  .case-reviews__illustration {
    max-width: 15rem;
  }
}
.services__block + .services__block {
  padding-top: 10rem;
}

.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.services__item {
  width: 100%;
  position: relative;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 1rem;
}

.services__illustration {
  height: 25rem;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.services__content {
  position: relative;
  text-align: left;
  padding: 2rem 2rem;
  max-width: 85%;
}

.services__title {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  text-align: left;
}

.services__text {
  transition: max-height 0.5s ease-in-out;
  line-height: 1.2;
  margin-top: 2rem;
}
.services__text p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #303030;
}

/* Responsive */
@media (max-width: 1024px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .services__content {
    padding: 1.5rem;
    max-width: 90%;
  }

  .services__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .services__list {
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
    margin-top: 2rem;
  }

  .services__content {
    padding: 1.2rem;
    max-width: 95%;
  }

  .services__title {
    font-size: 2.2rem;
  }

  .services__text p {
    font-size: 1.4rem;
  }
}
@media (max-width: 550px) {
  .services__content {
    padding: 1rem;
    max-width: 100%;
  }

  .services__title {
    font-size: 2rem;
  }

  .services__text p {
    font-size: 1.3rem;
  }

  .services__illustration {
    height: 20rem;
  }
}

/*# sourceMappingURL=style.css.map */
