.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body-wrapper-z1 {
  z-index: 1;
  background-color: #e2d7c800;
  width: 100%;
  height: 100%;
  position: fixed;
}

.body-wrapper-z2 {
  z-index: 2;
  background-color: #fff0;
  width: auto;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-image {
  opacity: 1;
  width: 100%;
}

.navbar-section {
  background-color: #f9f4ed;
  position: static;
}

.navbar-div {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
}

.navbar-logo {
  width: 65px;
  height: 45px;
}

.navlink-container {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: #1d1d1d;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 65px;
  margin-right: 65px;
  display: flex;
}

.navbar-cta-container {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlinks {
  color: #1d1d1d;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navlinks.w--current {
  font-weight: 500;
}

.cta-3 {
  color: #1d1d1d;
  background-color: #fff0;
  border: 1px solid #1d1d1dbf;
  border-radius: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-3:hover {
  color: #fff;
  background-color: #1d1d1d;
}

.cta-3.para-cta3 {
  padding-left: 27px;
  padding-right: 27px;
}

.cta-1 {
  color: #fff;
  background-color: #1f4a6d;
  border: 1px solid #1f4a6d;
  border-radius: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-1:hover {
  color: #1f4a6d;
  background-color: #1f4a6d00;
}

.cta-1.navbar-cta-padding {
  padding-left: 28px;
  padding-right: 28px;
}

.cta-1.prestation-cta {
  margin-bottom: 15px;
  padding-left: 90px;
  padding-right: 90px;
}

.cta-1.margin-cta-1.w--current {
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.cta-1.cta-1-padding {
  padding-left: 35px;
  padding-right: 35px;
}

.body {
  background-color: #fff8f0;
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins, sans-serif;
}

.mobile-menu {
  z-index: 3;
  opacity: 0;
  background-color: #041625;
  width: 30vw;
  height: 70em;
  display: none;
  position: fixed;
}

.lottie-animation {
  flex: 0 auto;
  width: 50px;
  margin-left: 22px;
  margin-right: 22px;
  display: none;
}

.mobile-menu-container {
  color: #fff;
  text-align: left;
}

.hero-section {
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hero-2col-container {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-left: 22px;
  margin-right: 22px;
  display: flex;
}

.hero-left-col-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.h1.prestation-h1 {
  width: 50rem;
}

.h1.accueil-h1 {
  text-align: left;
}

.hero-cta-container {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-2 {
  color: #1d1d1d;
  background-color: #e2d7c8;
  border: 1px solid #e2d7c8;
  border-radius: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-2:hover {
  background-color: #e2d7c800;
}

.cta-2.hero-cta-padding {
  border: 1px solid #e2d7c8;
  border-radius: 1px;
  padding-left: 28px;
  padding-right: 28px;
}

.cta-2.hero-cta-padding:hover {
  background-color: #e2d7c800;
}

.cta-2.hero-prestations {
  margin-left: 0;
  margin-right: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.cta-2.hero-prestations.margin-cta {
  padding-left: 38px;
  padding-right: 38px;
}

.cta-2.blog-cta {
  padding-left: 31px;
  padding-right: 31px;
}

.paragraph {
  width: 25em;
  padding-top: 9px;
  padding-bottom: 10px;
  font-size: 16px;
}

._2col-image {
  width: 25em;
  height: 25em;
}

.google-cards-section {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.card-google-container {
  z-index: auto;
  box-sizing: border-box;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  background-color: #ffabab00;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: none;
  padding: 25px 34px;
  display: flex;
  position: relative;
  left: 0;
  overflow: visible;
}

.google-cards {
  background-color: #1f4a6d;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 150px;
  padding: 11px 13px 10px;
  display: flex;
}

.gmb-card-name-cotnainer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gmb-icon {
  width: 40px;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image {
  width: 80px;
}

.gmb-card-name {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.info-gmb-container {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gmb-card-descriptio {
  color: #fff;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.google-card-section {
  margin-top: 38px;
  margin-bottom: 38px;
}

.carroussel-container {
  background-color: #afafaf00;
  justify-content: space-around;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #bbb0;
  justify-content: space-around;
  min-width: 135%;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 0;
  display: flex;
  position: relative;
}

.logo-image {
  height: 200px;
}

.margin-5rem-divider {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.div-block-3 {
  background-color: #00000059;
  width: 85%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3.rdv-divider-margin {
  display: none;
}

.div-block-3.prestation-divider {
  margin-top: 38px;
  margin-bottom: 20px;
}

.div-block-3.prestation-divider.footer-prestations {
  width: 65%;
}

.div-block-3.prestation-divider.para {
  margin-top: 0;
  margin-bottom: 0;
}

._2col-section-main {
  grid-column-gap: 11%;
  grid-row-gap: 11%;
  justify-content: center;
  align-items: center;
  margin-left: 22px;
  margin-right: 22px;
  display: flex;
}

._2col-section-main.a-propos {
  margin-top: 53px;
}

._2col-section-main.a-propos-margin {
  margin-top: 24px;
  margin-bottom: 24px;
}

.right-col-container-main {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 30em;
  display: flex;
}

.right-col-container-main.a-propos-2-col {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

._2-col-main-image {
  box-sizing: border-box;
  width: 450px;
  height: 450px;
  overflow: visible;
}

.h2 {
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 500;
}

.cta-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-container.info-cta-container {
  justify-content: flex-start;
  align-items: center;
}

.expertise-section {
  background-color: #e2d7c8;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.expertise-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  font-weight: 500;
}

.paragraph-2, .text-band {
  width: 35em;
}

.text-band._10px-padding-bottom {
  margin-bottom: 20px;
}

.cta-4 {
  background-color: #1d1d1d;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-4:hover {
  color: #1d1d1d;
  background-color: #1d1d1d00;
}

.cta-4.cta-padding-additio {
  border: 1px solid #1d1d1d;
  padding-left: 28px;
  padding-right: 28px;
}

.cta-4.cta-padding-additio:hover {
  color: #333;
  background-color: #1d1d1d00;
}

.cta-4.cta4-padding {
  border: 1px solid #1d1d1d;
  border-radius: 1px;
  padding-left: 41px;
  padding-right: 41px;
}

.cta-4.cta4-padding:hover {
  color: #1d1d1d;
  background-color: #1d1d1d00;
}

.section-info-map {
  grid-column-gap: 17%;
  grid-row-gap: 17%;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.map-info-container {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.h4 {
  width: 15em;
  font-size: 23px;
  font-weight: 500;
}

.h4.info-h4 {
  width: 18em;
  margin-bottom: 36px;
}

.div-block-4 {
  width: 20em;
  margin-top: 0;
  margin-bottom: 17px;
}

.info-div-text {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
}

.info-text-div-paragraph {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.info-text-div-paragraph.info-map-right {
  text-align: right;
  width: 30em;
  padding-top: 0;
  padding-bottom: 22px;
}

.image-2 {
  width: 325px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.section-faq {
  background-color: #f8f8f800;
  padding: 150px 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #1f4a6d;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.bold-text {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
}

.paragraph-3 {
  color: #ffffffd6;
}

.policy-block---f24 {
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.contact-icon-block---f24 {
  color: #1d262d;
  background-color: #404b5380;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.footer-third-block---f24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 20%;
  display: flex;
}

.footer-list-heading---f24 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.footer-social-icon---f24 {
  color: #fff;
}

.footer-first-block---f24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 37%;
  display: flex;
}

.copyright-text-link---f24 {
  color: #fff;
  text-decoration: underline;
}

.footer-list-item---f24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-list-item---f24:hover {
  padding-left: 0;
}

.footer-para---f24 {
  color: #fff;
  padding-top: 10px;
}

.footer-main-detail-block---f24 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 50px;
  display: flex;
}

.footer-social-icons---f24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.footer-list-item-text---f24 {
  color: #fff;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-main-block---f24 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  color: #1d262d;
  flex-flow: wrap;
  align-items: flex-start;
  position: relative;
}

.footer-list---f24 {
  width: 100%;
  margin-bottom: 0;
}

.condition-link---f24 {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.condition-link---f24:hover {
  text-decoration: underline;
}

.copyright-block---f24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  display: flex;
}

.footer-24 {
  background-color: #1f4a6d;
  margin-top: 80px;
}

.footer-address---f24 {
  line-height: 24px;
}

.copyright-text---f24 {
  text-transform: uppercase;
  font-size: 14px;
}

.hiring-text---f24 {
  color: #fff;
  font-size: 12px;
}

.footer-second-block---f24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #1d262d;
  flex-direction: column;
  width: 100%;
  max-width: 20%;
  display: flex;
}

.footer-contact-icon---f24 {
  color: #fff;
}

.footer-fourth-block---f24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 20%;
  display: flex;
}

.footer-heading-text---f24 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.terms-block---f24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.footer-contact-main-block---f24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ffffff80;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  display: flex;
}

.foooter-social-icon-block---f24 {
  color: #1d262d;
  background-color: #404b5380;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.foooter-social-icon-block---f24:hover {
  background-color: #404b53;
}

.contact-block---f24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #262c31;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  max-width: 34%;
  padding: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact-block---f24:hover {
  background-color: #333c42;
}

.contact-block---f24.address {
  max-width: 35%;
  margin-bottom: 0;
}

.contact-block---f24.num-container-footer {
  max-width: 23%;
}

.hiring-block---f24 {
  background-color: #0a66c2;
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.body-2 {
  background-color: #fff8f0;
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins, sans-serif;
}

.prestation-container-hero {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  width: 40rem;
  padding-top: 12px;
  padding-bottom: 12px;
}

.prestation-services-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-prestation-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-prestations {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #e2d7c8;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.heading-card-prestations-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-card-prestations {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
}

.heading-card-prestations._2lign-text {
  font-size: 19px;
}

.heading-card-number {
  font-size: 40px;
}

.paragraph-5 {
  text-align: left;
}

.paragraph-cardf-prestations {
  text-align: left;
  padding-left: 0;
  padding-right: 23px;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  text-align: left;
}

.prestation-dos-section {
  margin-top: 72px;
  margin-bottom: 72px;
}

.prestation-dos-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prestation-right-col {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25em;
  display: flex;
}

.paragraph-9 {
  width: 20em;
}

.list {
  padding-left: 20px;
}

.image-4 {
  height: 35em;
}

.text-block-4 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.body-3 {
  background-color: #fff8f0;
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.tagline {
  color: #1f4a6d;
  text-align: center;
  font-weight: 500;
}

.info-last-section-escalade {
  margin-top: 64px;
  margin-bottom: 64px;
}

.info-last-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e2d7c8;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 20em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h5 {
  font-size: 19px;
}

.paragraph-10 {
  text-align: center;
  width: 45em;
}

.para-escalade-hero {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 39px;
  display: flex;
}

.body-4 {
  background-color: #fff8f0;
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins, sans-serif;
}

.hero-paragraph {
  text-align: center;
  width: 45em;
  margin-left: auto;
  margin-right: auto;
}

.video-para-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  margin-bottom: 40px;
  padding-left: 31px;
  padding-right: 31px;
  display: flex;
}

.para-text-video {
  text-align: center;
  margin: 20px auto;
}

.background-video {
  box-sizing: border-box;
  width: 385px;
  height: 676px;
  margin-left: auto;
  margin-right: auto;
}

.para-info-section {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #e2d7c8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  margin-bottom: 1px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.para-tagline-info {
  text-align: center;
  font-weight: 500;
}

.paragraph-11 {
  text-align: center;
  width: 45em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.heading-3 {
  text-align: center;
  font-size: 24px;
}

.background-video-2 {
  width: 379px;
  height: 676px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
}

.body-5 {
  background-color: #fff8f0;
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins, sans-serif;
}

.temoignage-text {
  text-transform: uppercase;
  margin-top: 11px;
  font-weight: 500;
}

.blog-hero-section {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.body-6 {
  background-color: #fff8f0;
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins, sans-serif;
}

.article-blog-section {
  margin-top: 53px;
  margin-bottom: 20px;
}

.body-7 {
  background-color: #fff8f0;
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins, sans-serif;
}

.contact-hero-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.left-contact-container {
  width: 35em;
}

.right-contact-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field {
  -webkit-text-stroke-color: #1b1b1b;
  background-color: #fff0;
  border-radius: 0;
}

.text-field-2 {
  background-color: #fff0;
}

.text-field-2.large-form-block {
  padding-top: 65px;
  padding-bottom: 65px;
}

.form-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.label-form, .bold-text-2 {
  font-weight: 500;
}

.image-5 {
  width: 350px;
}

.paragraph-12 {
  width: 20em;
}

.body-8 {
  background-color: #fff8f0;
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins, sans-serif;
}

.paragraph-14 {
  text-align: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.created-by-footer {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
}

.link {
  color: #1f4a6d;
  text-decoration-color: #1f4a6d;
}

.link-2 {
  color: #fff;
  text-decoration-color: #fff;
}

.body-9 {
  background-color: #fff8f0;
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.politique-confidentialite-section {
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .navbar-section {
    background-color: #f9f4ed;
    position: sticky;
  }

  .navbar-div {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fcf7f100;
    justify-content: space-around;
    align-items: center;
    position: relative;
  }

  .navlink-container {
    opacity: 0;
    flex: 0 auto;
    display: none;
  }

  .navbar-cta-container {
    opacity: 0;
    display: none;
  }

  .cta-1.prestation-cta {
    margin-bottom: 9px;
    padding-left: 102px;
    padding-right: 102px;
  }

  .mobile-menu {
    opacity: 1;
    background-color: #fcf7f1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    margin-top: 0;
    margin-left: 0%;
    display: none;
    position: fixed;
    left: auto;
  }

  .lottie-animation {
    width: 40px;
    display: block;
  }

  .mobile-menu-container {
    color: #1d1d1d;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
  }

  .mobile-nav-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    color: #1d1d1d;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 39px;
    margin-bottom: 24px;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 17px;
    display: flex;
  }

  .mobile-text-links {
    -webkit-text-stroke-color: #1d1d1d;
    font-size: 28px;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .mobile-text-link {
    color: #1d1d1d;
    font-size: 28px;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .hero-2col-container {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-left-col-container {
    width: 30em;
    margin-left: 40px;
  }

  .paragraph {
    width: 20em;
    font-size: 14px;
  }

  .card-google-container {
    max-width: none;
  }

  .carroussel-container {
    width: 90%;
  }

  .logo-container {
    min-width: 150%;
  }

  .logo-image {
    height: 170px;
  }

  ._2col-section-main {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: space-around;
    margin: 20px 0;
  }

  .right-col-container-main {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 23em;
  }

  ._2-col-main-image {
    width: 350px;
    min-width: 350px;
    height: 350px;
  }

  .h2 {
    font-size: 26px;
  }

  .section-info-map {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .h4.info-h4 {
    width: 16em;
  }

  .info-text-div-paragraph.info-map-right {
    width: 25em;
  }

  .section-faq {
    margin-top: 41px;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .footer-third-block---f24 {
    max-width: 30%;
  }

  .footer-first-block---f24 {
    max-width: 100%;
  }

  .footer-para---f24 {
    width: 35em;
    padding-top: 15px;
    padding-right: 0;
  }

  .footer-main-detail-block---f24 {
    grid-row-gap: 30px;
  }

  .footer-main-block---f24 {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-second-block---f24, .footer-fourth-block---f24 {
    max-width: 30%;
  }

  .footer-contact-main-block---f24 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contact-block---f24 {
    max-width: 48%;
  }

  .contact-block---f24.address {
    max-width: 100%;
  }

  .prestation-container-hero {
    margin-top: 30px;
  }

  .prestation-services-section {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-prestation-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-prestations {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .card-container-prestation-2col {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-card-prestations-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-card-prestations {
    text-align: left;
    text-transform: uppercase;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 2px;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
  }

  .heading-card-prestations._2lign-text {
    font-size: 18px;
  }

  .heading-card-number {
    text-align: left;
    font-size: 40px;
  }

  .prestation-dos-container {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }

  .prestation-right-col {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .image-4 {
    height: 25em;
  }

  .tagline._2-col-tagline {
    text-align: left;
  }

  .contact-hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 34px;
    margin-right: 34px;
  }

  .left-contact-container {
    order: -9999;
  }

  .right-contact-container {
    flex-flow: column;
  }

  .body-9 {
    background-color: #fff8f0;
    background-image: url('../images/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    font-family: Poppins, sans-serif;
  }

  .politique-confidentialite-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-15 {
    max-width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu {
    display: none;
  }

  .hero-2col-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .hero-left-col-container {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .h1 {
    text-align: center;
    padding-left: 47px;
    padding-right: 47px;
  }

  .h1.prestation-h1 {
    width: 35rem;
  }

  .h1.accueil-h1, .paragraph {
    text-align: center;
  }

  .logo-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-width: 250%;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-image {
    height: 160px;
  }

  .margin-5rem-divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .div-block-3 {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3.rdv-divider-margin {
    margin-bottom: 32px;
    display: block;
  }

  .div-block-3.prestation-divider {
    margin-left: auto;
    margin-right: auto;
  }

  ._2col-section-main {
    grid-column-gap: 25%;
    grid-row-gap: 25%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .left-col-container-main {
    order: 9999;
  }

  .right-col-container-main {
    align-items: center;
  }

  ._2-col-main-image {
    height: 350px;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .h2 {
    text-align: center;
  }

  .heading {
    text-align: center;
    width: 85%;
    font-size: 20px;
  }

  .text-band._10px-padding-bottom {
    text-align: center;
    width: 28em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .section-info-map {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .map-info-container {
    order: -9999;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 45px;
  }

  .info-text-div-paragraph.info-map-right {
    text-align: left;
  }

  .image-2 {
    order: -9999;
  }

  .section-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-center-box._75 {
    width: 85%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .heading-2 {
    text-align: center;
    font-weight: 500;
  }

  .text-block {
    text-align: center;
    font-size: 12px;
  }

  .policy-block---f24 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .footer-third-block---f24 {
    max-width: 50%;
  }

  .footer-para---f24 {
    width: 25em;
  }

  .footer-second-block---f24, .footer-fourth-block---f24 {
    max-width: 50%;
  }

  .contact-block---f24 {
    max-width: 100%;
  }

  .contact-block---f24.num-container-footer {
    max-width: 75%;
  }

  .image-3 {
    width: 25em;
  }

  .prestation-container-hero {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .paragraph-4 {
    width: 25rem;
  }

  .card-prestation-container, .prestation-dos-container {
    flex-flow: column;
  }

  .prestation-right-col {
    text-align: center;
    order: -9999;
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    height: 30em;
  }

  .tagline._2-col-tagline {
    text-align: center;
  }

  .paragraph-10 {
    width: 25em;
  }

  .hero-paragraph, .paragraph-11 {
    width: 35em;
  }
}

@media screen and (max-width: 479px) {
  .navbar-div {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .cta-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-nav-container {
    margin-left: 10px;
  }

  .hero-left-col-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 104px;
    padding-right: 104px;
  }

  .h1 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .h1.prestation-h1 {
    width: 20rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    padding: 14px 36px;
  }

  .carroussel-container {
    width: 100%;
  }

  .logo-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 325%;
  }

  .logo-image {
    height: 145px;
  }

  .div-block-3, .div-block-3.prestation-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .right-col-container-main {
    width: 20em;
  }

  ._2-col-main-image {
    width: 272px;
    min-width: 300px;
    height: auto;
  }

  .cta-4.cta4-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h4, .h4.info-h4 {
    width: 12em;
  }

  .info-div-text {
    padding-right: 45px;
  }

  .info-text-div-paragraph.info-map-right {
    width: 20em;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .arrow-faq {
    padding-top: 6px;
    padding-left: 9px;
    padding-right: 0;
  }

  .contact-icon-block---f24 {
    flex: none;
  }

  .footer-third-block---f24 {
    max-width: 100%;
  }

  .footer-list-heading---f24 {
    text-decoration: underline;
  }

  .footer-first-block---f24 {
    max-width: 100%;
  }

  .footer-para---f24 {
    width: 20em;
  }

  .footer-main-detail-block---f24 {
    grid-row-gap: 20px;
  }

  .footer-main-block---f24 {
    padding-bottom: 40px;
  }

  .footer-address---f24 {
    font-size: 13px;
  }

  .copyright-text---f24 {
    text-align: center;
  }

  .footer-second-block---f24, .footer-fourth-block---f24 {
    max-width: 100%;
  }

  .terms-block---f24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
  }

  .text-block-2, .text-block-3 {
    font-size: 13px;
  }

  .paragraph-4 {
    width: 15rem;
    padding-bottom: 26px;
  }

  .prestation-right-col {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 37px;
    padding-right: 37px;
  }

  .image-4 {
    height: 25em;
  }

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

  .tagline._2-col-tagline {
    text-align: center;
  }

  .info-last-container {
    text-align: center;
    width: 95%;
    height: 25em;
  }

  .paragraph-10 {
    width: 20em;
    font-size: 13px;
  }

  .text-block-5 {
    width: 15em;
    font-size: 14px;
  }

  .hero-paragraph {
    width: 20em;
  }

  .video-para-section {
    padding-left: 0;
    padding-right: 0;
  }

  .para-text-video {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .para-tagline-info {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-11 {
    width: 15em;
  }

  .background-video-2 {
    width: 19.6em;
    height: 35em;
  }

  .temoignage-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    padding-right: 9px;
  }

  .contact-hero-section {
    margin-left: 20px;
  }

  .left-contact-container {
    width: 20em;
  }

  .text-field, .text-field-2 {
    color: #1d1d1d;
    width: 18em;
  }

  .text-field-2.large-form-block {
    padding-top: 20px;
  }

  .form-block {
    width: 18px;
  }

  .label-form {
    width: 18em;
  }

  .bold-text-2, .heading-4 {
    width: 5em;
  }

  .paragraph-13 {
    width: 17em;
  }

  .text-block-6 {
    width: 15em;
  }

  .body-8 {
    background-color: #fff8f0;
    background-image: url('../images/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    font-family: Poppins, sans-serif;
  }

  .main-section-mention {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
  }

  .paragraph-14 {
    margin-top: 30px;
  }

  .created-by-footer {
    color: #fafafa;
    text-transform: uppercase;
    font-weight: 500;
  }
}


