@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>: white;
  --font--body\<deleted\|variable-0b29a540-4063-ea64-add5-937c0eea99e9\>: Satoshi, sans-serif;
  --color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>: #000;
  --type--body-regular\<deleted\|variable-0d87ed01-dc1c-f255-7641-8dbf6a02eec2\>: 12px;
  --font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>: "Plus Jakarta Sans", sans-serif;
  --type--h1\<deleted\|variable-c7bb7f8a-8805-bca8-9ad6-8abbca9f157c\>: 120px;
  --type--h2\<deleted\|variable-fcba5b1d-e27e-a9db-6871-6c2c171af3cf\>: 52px;
  --type--h3\<deleted\|variable-3738710e-6a74-8a01-2935-4aa8705a8678\>: 32px;
  --color--accent\<deleted\|variable-1bc56ea0-3d4f-bbf6-1b16-c8b8c474497d\>: #fc5071;
  --color--dark-elevation\<deleted\|variable-f0b8b340-801b-935e-a217-bd29ba1ad5e3\>: #1a1a1a;
  --type--subtitle\<deleted\|variable-c891cc1c-8e9b-07bf-445d-03a17cc85b2f\>: 28px;
  --color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>: #ededed;
  --type--body-big\<deleted\|variable-c55357fc-03ba-9fec-cbf1-ec7f9af41429\>: 22px;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.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;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }
}

body {
  background-color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  font-family: var(--font--body\<deleted\|variable-0b29a540-4063-ea64-add5-937c0eea99e9\>);
  color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  font-size: var(--type--body-regular\<deleted\|variable-0d87ed01-dc1c-f255-7641-8dbf6a02eec2\>);
  font-weight: 500;
  line-height: 130%;
}

h1 {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  font-size: var(--type--h1\<deleted\|variable-c7bb7f8a-8805-bca8-9ad6-8abbca9f157c\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  font-size: var(--type--h2\<deleted\|variable-fcba5b1d-e27e-a9db-6871-6c2c171af3cf\>);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  font-size: var(--type--h3\<deleted\|variable-3738710e-6a74-8a01-2935-4aa8705a8678\>);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 130%;
}

a {
  color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid var(--color--accent\<deleted\|variable-1bc56ea0-3d4f-bbf6-1b16-c8b8c474497d\>);
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 56px;
  font-size: 26px;
  line-height: 130%;
}

.text-style-h3 {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  font-size: var(--type--h3\<deleted\|variable-3738710e-6a74-8a01-2935-4aa8705a8678\>);
  font-weight: 500;
  line-height: 130%;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--color--dark-elevation\<deleted\|variable-f0b8b340-801b-935e-a217-bd29ba1ad5e3\>);
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.grid-buttons {
  grid-template-rows: auto;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.dark {
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  background-color: #000;
  background-image: url('../images/Fichier-2.png'), linear-gradient(#000000b0, #000000b0), url('../images/477998.jpg');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, fixed;
  padding-top: 67px;
}

.section.dark.template-details {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.dark.under-hero-studio {
  margin-top: -240px;
  padding-top: 320px;
}

.section.hero-template {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero-home {
  padding-top: 64px;
  padding-bottom: 80px;
}

.section.hero-studio {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.hero-contact {
  padding-top: 100px;
}

.section.hero-works {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.hero-work-inner {
  padding-top: 100px;
}

.section.hero-services {
  padding-top: 100px;
  padding-bottom: 16px;
}

.section.hero-blogs {
  padding-top: 92px;
}

.section.hero-blog-template, .section.legal-section {
  padding-top: 100px;
}

.section.hero-pricing, .section.hero-product {
  padding-top: 80px;
}

.section.hero-404 {
  color: #000;
  background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/2151899166.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  display: flex;
}

.section.hero-sales {
  padding-top: 52px;
  padding-bottom: 64px;
}

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

.text-style-h1 {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  font-size: var(--type--h1\<deleted\|variable-c7bb7f8a-8805-bca8-9ad6-8abbca9f157c\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}

.subtitle {
  font-size: var(--type--subtitle\<deleted\|variable-c891cc1c-8e9b-07bf-445d-03a17cc85b2f\>);
  font-weight: 400;
  line-height: 130%;
}

.grid-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.left-column-template-details {
  padding: 0;
}

.body-big {
  color: #fff;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.text-cta {
  z-index: 3;
  font-size: 15px;
  position: relative;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.text-style-h2 {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  font-size: var(--type--h2\<deleted\|variable-fcba5b1d-e27e-a9db-6871-6c2c171af3cf\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}

.link-template-navigation {
  opacity: 1;
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  font-size: 24px;
  line-height: 135%;
  text-decoration: none;
  transition: font-size .2s;
}

.link-template-navigation.w--current {
  color: #fc5071;
  font-weight: 500;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.columns-template-details {
  display: flex;
}

.divider-typography {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 12px;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--color--dark-elevation\<deleted\|variable-f0b8b340-801b-935e-a217-bd29ba1ad5e3\>);
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  border-radius: 8px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.fill-cta {
  z-index: 1;
  background-color: var(--color--accent\<deleted\|variable-1bc56ea0-3d4f-bbf6-1b16-c8b8c474497d\>);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 101%);
}

.wrap-template-ui {
  grid-row-gap: 24px;
  background-color: var(--color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>);
  color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.wrap-template-ui.inverted-wrap {
  color: #fff;
  background-color: #000;
}

.color {
  background-color: #faebe3;
  border: 1px solid #ffffff29;
  border-radius: 8px;
  padding-top: 100%;
}

.color.color-five {
  background-color: var(--color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>);
}

.color.color-four {
  background-color: var(--color--dark-elevation\<deleted\|variable-f0b8b340-801b-935e-a217-bd29ba1ad5e3\>);
}

.color.color-one {
  background-color: var(--color--accent\<deleted\|variable-1bc56ea0-3d4f-bbf6-1b16-c8b8c474497d\>);
}

.color.color-three {
  background-color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
}

.color.color-two {
  background-color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
}

.link-cta {
  background-color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  height: 36px;
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 1px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.link-cta.white-cta {
  background-color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  transition: color .5s;
}

.link-cta.white-cta:hover {
  color: #fff;
}

.link-cta.medium-cta {
  height: 48px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 20px;
}

.template-h2 {
  margin-top: 0;
}

.title-wrap-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.limit-subtitle-template {
  max-width: 630px;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.flex-cta-left.mg-top-8 {
  margin-top: 8px;
}

.span-accent {
  color: #000;
}

.span-accent.project-category-filter {
  text-transform: lowercase;
}

.close-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.cart-wrapper {
  background-color: #0000;
}

.close-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.menu-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-cta-wrap.mobile {
  display: none;
}

.cart-quantity {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: center;
  width: 40%;
  margin-right: auto;
  display: flex;
}

.cart-quantity-text {
  color: #0e0e0e;
  letter-spacing: -.01em;
  background-color: #0000;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-dropdown {
  color: #000;
}

.dropdown-list.w--open {
  background-color: var(--color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>);
  border-radius: 6px;
  overflow: clip;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.cart-price-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.quantity-wrap {
  display: flex;
}

.nav-mid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.cart-info-wrap {
  margin-left: 0;
}

.cart-container {
  background-color: #fff;
  border-radius: 24px;
  height: 95svh;
  margin-top: 3svh;
  margin-right: 16px;
}

.cart-list {
  padding-left: 32px;
  padding-right: 32px;
}

.cart-footer {
  border-top-color: #0003;
  padding: 32px;
}

.brand-navbar {
  height: 100%;
}

.brand-link {
  justify-content: center;
  align-items: center;
  height: 18px;
  display: flex;
}

.link-dropdown {
  color: #151515;
  text-align: left;
  padding: 8px 32px 8px 12px;
  font-size: 14px;
  font-weight: 500;
}

.link-dropdown:hover {
  background-color: #0101010a;
}

.link-dropdown.w--current {
  color: #010101;
  font-weight: 700;
}

.text-cart-container-heading {
  font-size: 40px;
  line-height: 120%;
}

.cart-info-master {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.remove-button {
  text-align: right;
  text-decoration: underline;
}

.cart-quantity-transparent {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: 30px;
  height: auto;
  padding: 0;
  font-size: 16px;
}

.cart-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cart-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0e0e0e;
  background-color: #0000;
  padding: 0;
  line-height: 140%;
}

.nav-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.button-text {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.nav-link {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.nav-link:hover {
  text-decoration: underline;
}

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

.text-cart-container {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.cart-header {
  border-bottom-style: none;
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
}

.master-title-home {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1020px;
  margin-bottom: 40px;
  display: flex;
}

.single-title-home {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.hide {
  overflow: clip;
}

.flex-bottom-hero-home {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subtitle-home {
  font-size: var(--type--body-big\<deleted\|variable-c55357fc-03ba-9fec-cbf1-ec7f9af41429\>);
  line-height: 130%;
}

.subtitle-home.scroll-text {
  color: #0000008c;
  font-size: 18px;
}

.video-home {
  z-index: 1;
  border-radius: 8px;
  height: 95vh;
  min-height: 600px;
  max-height: 1100px;
  margin-top: 64px;
  margin-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.lightbox-home-video {
  z-index: 40;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-play {
  z-index: 30;
  object-fit: contain;
  width: 120px;
  height: 120px;
  position: relative;
}

.overlay-image-general {
  z-index: 1;
  mix-blend-mode: color;
  background-color: #fc5071b3;
  position: absolute;
  inset: 0%;
}

.flex-logos {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-logo {
  max-width: 20%;
  max-height: 35px;
}

.flex-heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.flex-heading-left.mg-bottom-80 {
  margin-bottom: 80px;
}

.flex-heading-left.mg-bottom-100 {
  margin-bottom: 100px;
}

.flex-heading-left.mg-bottom-100.juj {
  margin-bottom: 17px;
}

.flex-heading-left.mg-bottom-100.juj.why-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 37px;
}

.flex-heading-left.mg-bottom-100.mission-et-valeurs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

.flex-heading-left.mg-bottom-48 {
  margin-bottom: 48px;
}

.abstract-heading {
  object-fit: contain;
  width: 52px;
  height: 52px;
  margin-top: 4px;
  display: block;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-projects-home-b-halves {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
}

.bottom-project-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-text-view {
  overflow: hidden;
}

.image-project-main {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-subheading-project {
  font-size: 24px;
  line-height: 125%;
}

.link-project-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-project-main.dark-text-link {
  color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
}

.wrap-image-project-main {
  border-radius: 8px;
  width: 100%;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

.wrap-image-project-main.home-one {
  min-height: 740px;
  padding-top: 0%;
}

.wrap-image-project-main.home-two {
  padding-top: 72%;
}

.wrap-image-project-main.home-three {
  padding-top: 60%;
}

.wrap-image-project-main.work-general-wrap {
  padding-top: 72%;
}

.view-circle {
  background-color: var(--color--accent\<deleted\|variable-1bc56ea0-3d4f-bbf6-1b16-c8b8c474497d\>);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.master-project-tile {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  display: flex;
}

.list-wrapper-project-home-wide {
  margin-top: 120px;
  overflow: hidden;
}

.container-medium {
  width: 100%;
  max-width: 1170px;
  padding-left: 24px;
  padding-right: 24px;
}

.list-services-animated {
  flex-direction: column;
  max-width: 1008px;
  margin-bottom: 40px;
  display: flex;
}

.single-service-animated {
  border-top: 1px solid var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  opacity: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 52px;
  padding-bottom: 52px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.single-service-animated:hover {
  opacity: 1;
}

.single-service-animated.list-item {
  border-bottom: 1px solid #000;
}

.number-service-animated {
  width: 72px;
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  margin-bottom: 7px;
  overflow: hidden;
}

.wrap-text-service-animated {
  overflow: hidden;
}

.big-text-service-animated {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  overflow: hidden;
}

.image-service-animated {
  z-index: 10;
  object-fit: cover;
  border-radius: 8px;
  width: 32%;
  max-width: 290px;
  height: 180%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 65px 0% auto;
}

.flex-under-animated-services {
  max-width: 1008px;
  margin-top: 72px;
}

.big-text {
  font-size: 32px;
  line-height: 130%;
}

.master-quote-center {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-quote {
  height: 56px;
}

.text-manifesto-big {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  font-size: 72px;
  font-weight: 500;
  line-height: 120%;
}

.block-testimonial {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
}

.slider-testimonials {
  background-color: #0000;
  height: 100%;
  display: flex;
}

.image-wrap-testimonials-4 {
  width: 411px;
  height: 560px;
  position: relative;
  overflow: hidden;
}

.slide-nav-hidden {
  display: none;
}

.right-person-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-slider {
  object-fit: contain;
  width: 40px;
}

.grid-testimonials {
  grid-column-gap: 132px;
  grid-row-gap: 132px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-subname {
  opacity: .7;
  font-size: 18px;
  line-height: 130%;
}

.text-testimonial {
  font-size: 32px;
  line-height: 130%;
}

.master-person-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.carousel-button.testimonial-right {
  color: #24201f;
  width: auto;
  position: absolute;
  inset: auto auto 0% 590px;
}

.carousel-button.testimonial-left {
  color: #24201f;
  width: auto;
  position: absolute;
  inset: auto auto 0% 543px;
}

.image-testimonials {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-process-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 44px;
}

.wrap-process-one {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-number-process-one {
  color: #dadada;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.divider-process-one {
  background-color: #ffffff4d;
  width: 100%;
  height: 2px;
  margin-top: -27px;
  margin-bottom: -16px;
}

.bottom-process-one {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.circle-contact {
  background-color: var(--color--accent\<deleted\|variable-1bc56ea0-3d4f-bbf6-1b16-c8b8c474497d\>);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 48px;
  display: flex;
}

.icon-social {
  flex: none;
  width: 26px;
  height: 26px;
}

.divider-contact {
  background-color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  height: 2px;
  margin-top: 72px;
  margin-bottom: 52px;
}

.h2-contact {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 84px;
  font-weight: 600;
  line-height: 120%;
}

.bottom-contact {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-contact-heading {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-contact-heading {
  position: relative;
  overflow: hidden;
}

.single-contact-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.overlay-contact-heading {
  z-index: 4;
  transform-origin: 100%;
  background-color: #fff8ebb3;
  display: none;
  position: absolute;
  inset: 0%;
}

.legal-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.column-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link-legal-footer {
  color: #fff;
}

.link-big-email-footer {
  border: 1px solid var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  width: 100%;
  height: 164px;
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  text-align: center;
  border-radius: 160px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  font-size: 68px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: flex;
}

.link-big-email-footer:hover {
  color: #141414;
  background-color: #fff;
}

.third-footer {
  border-top: 1px solid var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  border-bottom: 1px solid var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.brand-link-footer {
  height: 28px;
}

.brand-footer {
  max-width: none;
  height: 100%;
}

.link-footer-social {
  color: #fffdf5;
  font-size: 20px;
  text-decoration: none;
}

.footer {
  background-color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  color: #fff;
  border-top: 1px solid #ffffff4d;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.text-legal-footer {
  color: #fff;
  font-size: 16px;
}

.right-third-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-footer-links {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.second-footer {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-moving-insta {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrap-image-moving-insta {
  object-fit: cover;
  flex: none;
  width: 320px;
  position: relative;
  overflow: hidden;
}

.master-moving-insta {
  z-index: 1;
  position: relative;
}

.overlay-moving-insta {
  z-index: 1;
  background-color: #fff6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.single-insta-moving {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
}

.list-moving-insta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#ffffffc2, #ffffffc2), url('../images/alpine-serenity-sunlight-bathes-fresh-green-grass-meadow-social-media-post-size.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.realtive-moving-images {
  z-index: 1;
  position: relative;
}

.section-moving-insta {
  overflow: clip;
}

.logo-hero-studio {
  width: 100%;
}

.flex-hero-studio {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 56px;
  display: flex;
}

.icon-brand-hero-about {
  width: 64px;
  height: 64px;
}

.limit-sutitle-hero-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  max-width: 704px;
  display: flex;
  overflow: clip;
}

.photos-anim-s {
  width: 100vw;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}

.inside-moving-hero-studio {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.image-hero-studio {
  color: #000;
  width: 32%;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  margin-left: -1vw;
  position: absolute;
  inset: auto 0% -2px;
}

.grid-numbers-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1060px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-number {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-big-number {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  color: var(--color--accent\<deleted\|variable-1bc56ea0-3d4f-bbf6-1b16-c8b8c474497d\>);
  font-size: 100px;
  font-weight: 500;
  line-height: 110%;
}

.text-sub-number {
  color: #fffc;
  font-size: 22px;
  font-weight: 400;
}

.grid-master-values {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.plus-line-big {
  background-color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line-big.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.h3-expandable-big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.master-expandable-big {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.expandable-top-big {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-expanabdle-botton {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.expandable-bottom-big {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.limit-wrap-feature {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
}

.plus-expand-master-big {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.expandable-single-big {
  border-top: 1px solid var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  cursor: pointer;
  padding: 26px 0;
}

.grid-team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-team {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-team-tile {
  width: 100%;
}

.bottom-team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-thirds-awards-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 974px;
}

.cell {
  border-bottom: 1px solid #fff;
  align-items: center;
  height: 70px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.cell.top {
  font-family: var(--font--headings\<deleted\|variable-07dcc150-8289-39fa-62f3-8e08e642d4cf\>);
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.cell.right {
  text-align: right;
  justify-content: flex-end;
}

.text-contact-address {
  font-size: 22px;
  line-height: 130%;
}

.left-contact-hero {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-contact {
  color: #151515;
  font-size: 28px;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s;
}

.link-contact:hover {
  text-decoration: underline;
}

.single-contact-social {
  grid-column-gap: 16px;
  color: #151515;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.single-contact-social:hover {
  opacity: .9;
}

.cirlce-contact-social {
  background-color: var(--color--accent\<deleted\|variable-1bc56ea0-3d4f-bbf6-1b16-c8b8c474497d\>);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.list-contact-socials {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.divider-contact-page {
  background-color: #151515;
  width: 100%;
  height: 2px;
}

.list-contact-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-contact-halves {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.icon-contact-social {
  width: 24px;
  height: 24px;
}

.wrap-image-contact {
  border-radius: 12px;
  position: relative;
  overflow: clip;
}

.image-coontact {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.master-faq {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 894px;
  display: flex;
}

.heading-faq {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}

.wrap-plus-faq {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.single-faq {
  background-color: var(--color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>);
  cursor: pointer;
  border-radius: 8px;
  padding: 32px 40px;
}

.text-faq {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
}

.top-faq {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-faq {
  background-color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  border-radius: 2px;
  width: 18px;
  height: 1px;
}

.line-faq.vertical-line {
  position: absolute;
  transform: rotate(-90deg);
}

.title-wrap-works {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1098px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-filters {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-filter {
  background-color: var(--color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-filter:hover {
  background-color: #dfdfdf;
}

.link-filter.w--current {
  background-color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
}

.grid-work-halves {
  grid-column-gap: 24px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.master-title-filter {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-cta-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

.flex-cta-center.mg-top-16 {
  margin-top: 16px;
}

.limit-project-template {
  width: 90%;
  max-width: 1240px;
}

.image-hero-project {
  border-radius: 8px;
  width: 100%;
}

.list-gallery-project {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.lightbox-gallery-project {
  border-radius: 8px;
  width: 100%;
  overflow: clip;
}

.image-lightbox-project {
  width: 100%;
}

.limit-subtitle-project {
  max-width: 870px;
  overflow: clip;
}

.limit-rich-text-project {
  max-width: 1008px;
}

.title-wrap-project-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

.divider-hero-project {
  background-color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.flex-project-template {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.wrapper-gallery-project {
  margin-top: 80px;
  margin-bottom: 80px;
}

.title-wrap-services {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-single-service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 435px;
  display: flex;
}

.single-service-detail {
  border-top: 1px solid var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  padding-top: 24px;
  padding-bottom: 24px;
}

.single-service-detail.last-detail {
  border-bottom: 1px solid var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
}

.single-service-detail.last-detail.inverted-color {
  border-bottom-color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
}

.single-service-detail.inverted-color {
  border-top-color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
}

.grid-single-service {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.h3-no-capitals {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.master-service-details-list {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.right-single-service {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.title-wrap-blogs {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1098px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-blog-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>);
  color: #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px 24px 24px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.tile-blog:hover {
  transform: translate(0, -6px);
}

.tile-blog.dark-tile {
  background-color: var(--color--dark-elevation\<deleted\|variable-f0b8b340-801b-935e-a217-bd29ba1ad5e3\>);
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
}

.top-blog-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
}

.tag {
  background-color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  height: 32px;
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  text-align: center;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  line-height: 13px;
  display: flex;
}

.tag.light-tag {
  background-color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
}

.tag.medium-pricing {
  height: 36px;
  color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  background-color: #0000001c;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.wrap-image-blog {
  border-radius: 6px;
  position: relative;
  overflow: clip;
}

.image-blog {
  width: 100%;
}

.title-wrap-blog-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-blog-template {
  max-width: 810px;
}

.wrap-image-blog-hero {
  border-radius: 12px;
  max-width: 1080px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}

.image-blog-hero {
  width: 100%;
}

.container-small {
  width: 100%;
  max-width: 920px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.grid-pricing-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tile-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 32px 32px;
  display: flex;
}

.divider-pricing-tile {
  background-color: #0000002b;
  width: 100%;
  height: 1px;
}

.master-checklist {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.master-checklist.horizontal-product {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
}

.single-checklist {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.icon-check {
  width: 24px;
  height: 24px;
}

.title-wrap-product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.limit-subtitle-package {
  max-width: 694px;
}

.default-state {
  margin-bottom: 0;
}

.shipping-method {
  background-color: #fff;
}

.block-header {
  background-color: var(--color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>);
  border: 1px #0f1a2326;
  border-bottom: 1px solid #0f1a231a;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.checkout-form {
  background-color: #fff;
  border-top: 1px solid #0000000f;
  padding: 80px 0 64px;
}

.text-field-checkout-page {
  background-color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  color: #000;
  border: 1px solid #0000001a;
  border-radius: 70px;
  height: 40px;
  margin-bottom: 12px;
}

.text-field-checkout-page:focus {
  color: #000;
  border-style: solid;
  border-color: #3a6cee;
}

.block-content {
  background-color: var(--color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>);
  border: 1px #000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.apple-pay {
  border-radius: 60px;
  height: 36px;
}

.checkbox-label-checkout {
  margin-bottom: 0;
}

.shipping-method-list {
  border: 1px #000;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox-checkout {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 72px;
  padding-bottom: 80px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.brand-simple {
  background-color: #fff;
  border-bottom: 1px solid #0000000f;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link-brand-checkout {
  justify-content: center;
  align-items: center;
  height: 22px;
  display: flex;
}

.brand-image-checkout {
  height: 100%;
}

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.white-link {
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
}

.tile-changelog {
  background-color: var(--color--dark-elevation\<deleted\|variable-f0b8b340-801b-935e-a217-bd29ba1ad5e3\>);
  width: 100%;
  max-width: 620px;
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  border-radius: 8px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px 32px;
}

.master-title-sales {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-bottom: 40px;
  display: flex;
}

.single-title-sales {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.flex-bottom-hero-sales {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sales-mock-image {
  border: 1px solid #ffffff2b;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}

.sales-mock-link-block {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
  overflow: hidden;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.section-sales-mockups {
  background-color: var(--color--accent\<deleted\|variable-1bc56ea0-3d4f-bbf6-1b16-c8b8c474497d\>);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  position: relative;
  overflow: hidden;
}

.grid-thirds-mokckups {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-sales-mockups {
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-included {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--light-elevation\<deleted\|variable-f1716938-53e6-359f-41e6-31291aadd5d1\>);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 340px;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hide-title-animation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-sales-page {
  border: 1px #0000;
  border-radius: 2px;
  width: 100%;
}

.grid-fourths-sales-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--dark-elevation\<deleted\|variable-f0b8b340-801b-935e-a217-bd29ba1ad5e3\>);
  height: auto;
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.center-tablet {
  margin-top: 0;
  margin-bottom: 0;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: left;
  background-color: #f5f5f5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 32px 24px;
  display: flex;
}

.box-more-templates {
  background-color: var(--color--dark\<deleted\|variable-89b7af0c-1a6a-04e3-4c5a-de06b0154a12\>);
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  border-radius: 8px;
  margin-top: 32px;
  padding: 0;
  overflow: hidden;
}

.grid-more-templates {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  padding-right: 48px;
}

.right-more-templates {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.video-tutorial {
  border-radius: 12px;
}

.grid-tutorial-halves {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.left-tutorial-video {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.video-instructions-page {
  border-radius: 24px;
}

.background-video {
  color: #000;
  background-image: url('../images/Fichier-1.png'), linear-gradient(#00000080, #00000080);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 31px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  display: flex;
}

.h1-jumbo {
  color: #111;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 70px;
}

.h1-jumbo.h1-jumbo__white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-left: 12px;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
  position: relative;
}

.headline-6-col.headline-6-col__align-center {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headline-6-col.headline-6-col__align-center.headline-6-col__no-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 620px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-16 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16__white {
  color: #fff;
  letter-spacing: .25px;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
}

.btn {
  float: none;
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #b3d334;
  border: 1px #202022;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 11px 25px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  transition: background-color .2s, border-color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.btn:hover {
  color: #fff;
  background-color: #252929;
  border-style: solid;
  border-color: #252929;
  transform: none;
}

.btn:active {
  transform: none;
}

.lottie-animation-14 {
  width: 150px;
  margin-bottom: 23px;
}

.navbar-4 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-top: 0;
  display: flex;
  position: fixed;
}

.navbar-4.nav-accueil {
  height: 100px;
  margin-top: 0;
  display: none;
}

.lottie-animation-13 {
  width: 60px;
  display: none;
}

.h1-2 {
  color: #fff;
  margin-top: 141px;
  margin-left: 108px;
  font-size: 50px;
  display: block;
}

.h1-2.menu-item {
  color: #fff;
  margin-top: 0;
  margin-bottom: 17px;
  margin-left: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 37px;
  font-weight: 300;
}

.h1-2.menu-item:hover {
  color: #b3d334;
}

.div-block-8 {
  flex-flow: column;
  margin-top: 14px;
  margin-left: 0;
  display: block;
}

.brand-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.rrt {
  color: #fff;
  font-size: 140%;
}

.rrt:hover {
  color: #b3d334;
}

.lottie-animation-12 {
  width: 50px;
  height: 50px;
}

.image-61 {
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container-1446 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 257px;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.container-1446.bbv {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.menu-button-4 {
  z-index: 99;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 25px 20px 30px;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
  transform: translate(0);
}

.menu-button-4.w--open {
  background-color: #0000;
  display: block;
}

.container-1457 {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: block;
}

.btm-line-2 {
  background-color: #219611;
  width: 35px;
  height: 3px;
  transform: translate(0, 10px);
}

.container-1448 {
  background-color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: static;
}

.link-block-11 {
  margin-bottom: 0;
  margin-right: 20px;
  text-decoration: none;
}

.nav-menu-3 {
  background-color: #f02f47;
  background-image: linear-gradient(#000000e0, #000000e0), url('../images/2150799627.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 100%;
  height: 800px;
  padding-top: 143px;
  padding-bottom: 107px;
  padding-left: 81px;
  position: fixed;
}

.container-1458 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1px;
  margin-left: 26px;
  display: flex;
}

.button-7 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: .75rem 1.5rem;
}

.button-7:hover {
  color: #fff;
  background-color: #000;
}

.button-7.is-secondary {
  color: #b3d334;
  background-color: #0000001a;
  border-color: #b3d334;
  margin-top: 0;
  margin-bottom: 7px;
  padding-top: .95rem;
  font-size: 19px;
  font-weight: 400;
}

.button-7.is-secondary:hover {
  color: #000;
  background-color: #b3d334;
  padding-top: .85rem;
}

.upper-line-2 {
  background-color: #219611;
  width: 35px;
  height: 3px;
}

.div-block-9 {
  float: right;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  margin-right: 28px;
  display: flex;
}

.div-block-9.fggg {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle-base {
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar4_menu-dropdown {
  margin-left: 0;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar4_logo-link {
  padding-left: 0;
}

.navbar4_menu-button {
  padding: 0;
}

.navbar4_menu-button.w--open {
  background-color: #0000;
}

.menu-icon4_line-middle {
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-navbar4-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-chevron.is-navbar4 {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar4_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-background-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  width: 100%;
  min-height: 4.5rem;
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar4_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  font-size: 1.5rem;
  display: flex;
}

.menu-icon4_line-bottom {
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  width: 24px;
  height: 2px;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  position: static;
}

.menu-icon4_line-top {
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar4_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar4_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar4_menu {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  display: flex;
  position: absolute;
  overflow: auto;
}

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar4_dropdown-toggle {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  display: flex;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.button-8 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_logo {
  width: 150px;
  max-width: 100%;
}

.navbar3_link {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}

.navbar3_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: 8px;
  position: absolute;
}

.navbar3_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-background-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  width: 100%;
  min-height: 4.5rem;
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  background-image: linear-gradient(#000, #000);
  align-items: center;
  padding: 15px 5%;
  display: flex;
}

.navbar3_dropdown-link {
  padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar3_logo-link {
  padding-left: 0;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar9_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar9_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar9_menu-dropdown {
  position: static;
}

.navbar9_menu-button {
  padding: 0;
}

.navbar9_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar9_dropdown-toggle {
  grid-column-gap: .5rem;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1.5rem 1rem;
  display: none;
}

.navbar9_icon-wrapper {
  flex: none;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.navbar9_bottom-bar-background-layer {
  background-color: #23a010;
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.button-9 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-9.is-small {
  padding: .5rem 1.25rem;
}

.button-9.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.navbar9_dropdown-link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar9_dropdown-content {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.navbar9_bottom-bar-content {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.navbar9_dropdown-list.w--open {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  background-image: linear-gradient(#fff, #fff), url('../images/2151004036.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  width: 100vw;
  max-width: 100%;
  margin-top: -7px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.hide-mobile-landscape {
  color: #fff;
  margin-top: 6px;
  font-weight: 400;
}

.text-size-small.hide-mobile-landscape.serv1 {
  color: #0b2b58;
}

.navbar9_link {
  padding: 1.5rem 1rem;
}

.navbar9_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar9_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

.navbar9_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar9_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-background-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  width: 100%;
  min-height: 4.5rem;
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-weight-semibold {
  color: #fff;
  font-weight: 600;
}

.text-weight-semibold.serv-title {
  color: #0b2b58;
}

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

.f-navigation-2 {
  z-index: 0;
  color: #000;
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-top: 0;
  padding: 24px 5% 20px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown-link-4 {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.dropdown-link-4.w--current {
  color: #0f8b45;
  padding-top: 5px;
  padding-bottom: 5px;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.lottie-animation-7 {
  width: 75px;
  margin-top: -10px;
  margin-bottom: 0;
}

.f-navigation-link-2 {
  color: #fff;
  letter-spacing: -.01em;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  color: #fff;
  background-color: #f3f5fb00;
}

.f-navigation-link-2.w--current {
  color: #cacaca;
}

.f-navigation-link-2.menu-titre {
  font-size: 12px;
}

.f-navigation-link-2.menu-titre:hover {
  border-radius: 0;
}

.f-navigation-link-2.menu-titre.w--current {
  color: #fff;
  cursor: pointer;
}

.f-navigation-link-2.jiuk {
  cursor: pointer;
  font-size: 12px;
}

.f-navigation-link-2.jiuk.w--current {
  color: #3fa0fa;
}

.f-navigation-social-link {
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-navigation-social-link:hover, .text-span-37 {
  color: #0f8b45;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0f0f0f82;
  border: 1px solid #979797;
  border-radius: 100px;
  padding: 12px 25px;
  font-size: 11px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #27965700;
  background-image: linear-gradient(#0b2b58c4, #0b2b58c4);
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-41 {
  color: #fff;
  font-size: 13px;
}

.f-logo-2 {
  cursor: pointer;
  width: 200px;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.dropdown-link-7 {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.dropdown-link-7.w--current {
  color: #0f8b45;
}

.dropdown-link-6 {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.dropdown-link-6.w--current {
  color: #0f8b45;
}

.dropdown-link-5 {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.dropdown-link-5.w--current {
  color: #0f8b45;
}

.dropdown-toggle-2 {
  vertical-align: baseline;
}

.dropdown-toggle-2.gtd {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-socials-wrapper {
  grid-column-gap: 16px;
  border-left: 1px solid #e4e6f1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.icon-9 {
  color: #279657;
}

.link-block-5 {
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  color: #000;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  display: flex;
}

.fi-icon-regular {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: color .2s;
  display: flex;
}

.fi-icon-regular:hover {
  color: #3da8ff;
  -webkit-text-stroke-color: #095b7c;
}

.text-block-42 {
  font-family: var(--font--body\<deleted\|variable-0b29a540-4063-ea64-add5-937c0eea99e9\>);
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
}

.link {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 0;
  padding-left: 72px;
  display: flex;
}

.columns-19 {
  -webkit-text-stroke-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb00;
  background-image: linear-gradient(#0f8b4500, #0f8b4500);
  border: 1px solid #fff;
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 24px;
  padding: 10px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd00;
  background-image: linear-gradient(140deg, #000, #219611), linear-gradient(#1a700f, #1a700f);
  border-color: #ffffff8c;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn-big.autre {
  background-image: linear-gradient(#ed1c2500, #ed1c2500);
  border-radius: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.btn-big.autre:hover {
  background-image: linear-gradient(#0b2b58, #0b2b58);
  border-color: #ffffff8c;
}

.btn-big.opp:hover {
  background-image: linear-gradient(#0b2b58, #0b2b58);
}

.column-76 {
  display: none;
}

.container-16 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.hero2-text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.column-75 {
  margin-top: -28px;
}

.tagline {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 500px;
  font-size: 13px;
  font-weight: 600;
}

.h1-jumbo-2 {
  color: #fff;
  text-align: center;
  width: 575px;
  margin-top: 5px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 53px;
}

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

.image-62 {
  margin-top: 91px;
  margin-left: 35px;
}

.text-span-38 {
  font-family: Satoshi, sans-serif;
}

.navbar-dropdown6_dropdown-list.w--open {
  background-image: linear-gradient(#fff, #fff);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar-dropdown6_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-dropdown6_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.lottie-animation-8 {
  width: 40px;
}

.navbar-dropdown6_component {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

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

.navbar-dropdown6_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-chevron-2 {
  color: red;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar-dropdown6_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar-dropdown6_icon-wrapper {
  flex: none;
}

.navbar-dropdown6_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar-dropdown6_dropdown-content-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.layout10_image-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2151899166.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 2.1rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.heading-style-h2 {
  font-family: League Spartan, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h2.dr {
  margin-top: 30px;
  margin-bottom: 29px;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  margin-bottom: 28px;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 131%;
}

.button-10 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-10.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-radius: 20px;
}

.button-10.is-secondary:hover {
  background-color: #d6d3d3;
  border-style: none;
  font-size: 12px;
}

.button-10.is-secondary.bg:hover {
  font-family: Satoshi, sans-serif;
}

.button-10.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-10.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: .75rem .7rem;
  display: flex;
}

.button-10.is-link.is-icon:hover {
  background-color: #dfdfdf;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.layout10_item-icon-wrapper {
  display: inline-block;
}

.section_layout10 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout10_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h6 {
  color: #070707;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h6.vvg {
  text-align: center;
}

.layout10_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.layout10_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.padding-global {
  background-image: url('../images/Fichier-3.png'), linear-gradient(#fffffff0, #fffffff0), url('../images/253687.jpg');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, fixed;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout10_item {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px 20px 50px;
  display: flex;
}

.layout10_item._33 {
  justify-content: center;
  align-items: flex-start;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---paragraph-big {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-big.njh {
  color: #fff;
  font-family: PT Sans, sans-serif;
}

.waves---paragraph-small {
  color: #f0f0f0;
  text-align: center;
  width: 144px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.waves---paragraph-small:hover {
  color: #1f83e0;
}

.waves---heading-2-no-margins {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 110%;
}

.waves---heading-2-no-margins.bvcv {
  font-family: Montserrat, sans-serif;
}

.waves---heading-2-no-margins.bvcv.nnn {
  color: #f7f7f7;
  font-size: 45px;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  background-image: linear-gradient(#00000082, #00000082);
  border: 1px solid #ffffff42;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.waves---cta-white {
  color: #13131300;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  color: #000;
  background-color: #e9e9e9;
  background-image: none;
  min-width: 200px;
  font-family: Satoshi, sans-serif;
}

.waves---cta-white.wide-cta:hover {
  color: #fff;
  background-color: #0a2a58;
}

.waves---cta-white.wide-cta.tuu {
  border: 1px solid #000;
}

.waves-master-cta-2 {
  color: #fff;
  background-color: #13131300;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.lottie-animation-2 {
  width: 150px;
  height: 150px;
}

.wbs-section-2 {
  opacity: 1;
  background-image: linear-gradient(#fffc, #fffc), url('../images/back-poirier.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 3.9rem 5% 5rem;
}

.wbs-section-2.eco {
  color: #000;
  background-image: url('../images/Fichier-4.png'), url('../images/2151541944.jpg'), linear-gradient(#fffc, #fffc), url('../images/back-poirier.png');
  background-position: 50%, 50%, 0 0, 50% 0;
  background-size: cover, cover, auto, cover;
  background-attachment: fixed, fixed, scroll, fixed;
  padding-top: 3.9rem;
  padding-bottom: 3.9rem;
  font-size: 12px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves-content-cta-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.text-block-4 {
  color: #fff;
  margin-left: 15px;
  font-family: League Spartan, sans-serif;
  font-size: 16px;
}

.text-block-4.rbq {
  font-size: 19px;
}

.text-block-4.rbq.black {
  color: #000;
  margin-left: 0;
  font-weight: 600;
}

.text-block-4.rbq.rbq-foot {
  margin-left: 0;
}

.header-ribbon {
  z-index: 1000;
  aspect-ratio: auto;
  background-color: #000;
  background-image: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-3 {
  color: #fff;
  margin-left: 15px;
  font-family: League Spartan, sans-serif;
  font-size: 16px;
}

.text-block-3.inc {
  font-size: 19px;
}

.text-block-3.inc.black {
  color: #000;
  font-weight: 600;
}

.contact_data {
  align-items: center;
  display: flex;
}

.contact_data.foot-infos {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact_data.tuu {
  color: #fff;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Satoshi, sans-serif;
}

.social-list {
  padding-left: 15px;
  padding-right: 15px;
}

.social-list.social-list-twitter {
  padding-right: 0;
}

.contact-item {
  color: #4a494b;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-decoration: none;
  display: flex;
}

.contact-item:hover {
  color: #0074a2;
}

.container-2 {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-2.header-ribbon {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 1px;
  padding-bottom: 0;
  display: flex;
}

.container-2.header-ribbon.infos {
  box-sizing: border-box;
  color: #fff;
  background-color: #1d800f00;
  background-image: none;
  margin-bottom: 18px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}

.container-2.header-ribbon.infos.props {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.path {
  width: 203px;
}

.svg {
  color: #fff;
  -webkit-text-stroke-color: #000;
  width: 25px;
}

.svg-2 {
  color: #fff;
  width: 25px;
}

.wbs-cta-7 {
  z-index: 1;
  grid-column-gap: 150px;
  grid-row-gap: 16px;
  background-color: #13131300;
  background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/cat.json');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wbs-cta-7.xh {
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wbs-heading-h4 {
  color: #010b15;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
}

.wbs-lead-text {
  color: #010b15;
  font-family: PT Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-cta-7-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  font-family: Satoshi, sans-serif;
  display: flex;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column, .grid-layout.desktop-3-column.tablet-2-column.mobile-landscape-1-column.grid-gap-s {
  grid-template-columns: 1fr 1fr 1fr;
}

.bold-text {
  color: #fff;
}

.section-2 {
  z-index: 0;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/10237.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8rem 5rem;
  display: flex;
}

.section-2._33 {
  background-image: url('../images/Fichier-2.png'), linear-gradient(#000000ba, #000000ba), linear-gradient(#0000, #0000), url('../images/2151899166.jpg');
  background-position: 50%, 0 0, 0 0, 50%;
  background-size: cover, auto, auto, cover;
  background-attachment: fixed, scroll, scroll, fixed;
  height: auto;
}

.paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph.utility-margin-bottom-0 {
  color: #fff;
  text-align: center;
  padding-left: 140px;
  padding-right: 140px;
}

.heading.regular {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .7rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
  position: relative;
  inset: 0%;
}

.text-block-44 {
  margin-top: 17px;
}

.text-block-44.yuu {
  text-align: center;
  background-color: #03ff13;
  border: 1px #000;
  border-radius: 6px;
  width: 50%;
  padding: 8px;
  box-shadow: 5px 5px 5px #0003;
}

.text-block-44.yuu:hover {
  background-color: #868686;
}

.text-color-accent {
  color: #bf1546;
}

.text-color-accent.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 1.6rem;
  font-size: 1.1rem;
}

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
}

.container-large-2 {
  z-index: 0;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-65 {
  margin-bottom: 39px;
}

.utility-link-content-block {
  background-color: #0000008c;
  border-radius: 13px;
  padding: 32px 20px;
  text-decoration: none;
}

.column-74 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 750px;
  padding-left: 28px;
  display: flex;
}

.column-74.rre {
  background-image: url('../images/158053.jpg');
  background-position: 50%;
  background-size: cover;
  height: 750px;
}

.column-74.rre.perce-oreille {
  background-image: url('../images/common-earwig-european-earwig-forficula-auricularia-against-white-background.jpg');
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.column-73 {
  background-image: url('../images/2150417209.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 750px;
}

.f-paragraph-large {
  text-align: right;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large.tyr {
  text-align: left;
}

.f-h1-heading {
  color: #fff;
  text-align: right;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-h1-heading.ttt {
  text-align: left;
}

.f-h1-heading.ttt.titre {
  color: #000;
}

.f-h1-heading.ttt.titre.uio {
  text-align: right;
}

.div-block-63 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-63.fgd {
  justify-content: center;
  align-items: flex-start;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small {
  color: #6b7094;
  text-align: right;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small.fhds {
  text-align: left;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.column-78 {
  background-image: url('../images/2150417209.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 750px;
}

.column-78.rtt {
  background-color: #269657;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 750px;
  padding-right: 35px;
  display: flex;
}

.column-78.rtt.uhyj {
  background-color: #fff;
}

.div-block-66 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.f-margin-bottom-33 {
  margin-bottom: 24px;
}

.f-margin-bottom-34 {
  margin-bottom: 8px;
}

.f-margin-bottom-35 {
  margin-bottom: 32px;
}

.column-79 {
  background-image: url('../images/2150417209.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 750px;
}

.column-79.nid-de-guepes-image {
  background-image: url('../images/closeup-hornet-seizing-caterpillar-its-powerful-mandibles-gripping-its-prey-tightly-as-it.jpg');
}

.div-block-67 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-67.fgd {
  justify-content: center;
  align-items: flex-start;
}

.f-margin-bottom-36 {
  margin-bottom: 24px;
}

.f-margin-bottom-37 {
  margin-bottom: 32px;
}

.column-80 {
  background-image: url('../images/2150417209.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 750px;
}

.column-80.rtt {
  background-color: #269657;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 750px;
  padding-right: 35px;
  display: flex;
}

.column-80.rtt.uhyj {
  background-color: #fff;
}

.div-block-68 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.f-margin-bottom-38 {
  margin-bottom: 24px;
}

.wbs-button-black {
  color: #fff;
  background-color: #010b15;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black:hover {
  color: #fff;
  background-color: #333;
}

.udesly-grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-hero-image {
  background-image: url('../images/31055.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 50%;
  height: auto;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 64px 0% 0% auto;
}

.udesly-column {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 42px;
  line-height: 48px;
}

.udesly-section {
  background-color: #fff;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/101225.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 50px 5%;
  display: none;
  position: relative;
}

.udesly-section.udesly-2-columns {
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 69px;
  padding-bottom: 112px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.udesly-button-media {
  border: 1px solid #a3a3a3;
  border-radius: 6px;
  flex: none;
  transition: all .25s ease-out;
  overflow: hidden;
}

.udesly-button-media:hover {
  transform: translate(0, -2px);
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-paragraph-large {
  color: #404040;
  text-align: left;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.udesly-paragraph-large.udesly-max-width-480 {
  max-width: 480px;
  font-weight: 300;
}

.udesly-media-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.icon-8 {
  display: none;
}

.slider-3 {
  background-color: #ddd0;
  height: 500px;
}

.testimonial-author-name-three {
  color: #000;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
}

.bold-text-18 {
  font-weight: 500;
}

.icon-7 {
  display: none;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-title {
  color: #000;
}

.testimonial-card-three {
  color: #000;
  text-align: center;
  background-color: #11102be0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 64px 42px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  display: flex;
}

.testimonial-text-three {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: -7px;
  margin-right: 0;
}

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

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-10 {
  background-image: url('../images/Fichier-2.png'), url('../images/4415375.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 650px;
  padding-top: 66px;
  display: block;
}

.section-tag-line {
  background-image: linear-gradient(90deg, #fff0, #fff);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.section-container {
  flex: 1;
  max-width: 1400px;
}

.section-container.contact {
  background-image: linear-gradient(#0000002e, #0000002e);
  border-radius: 13px;
  padding: 53px 25px;
}

.heading-7 {
  color: #16e972;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  font-size: 32px;
  line-height: 44px;
  text-decoration: none;
  display: flex;
}

.lottie-animation-15 {
  width: 75px;
  margin-top: -10px;
  margin-bottom: 0;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.html-embed-7 {
  background-color: #000;
  height: auto;
}

.text-block-20 {
  font-size: 16px;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-1 {
  background-image: url('../images/Fichier-2.png'), linear-gradient(#11102b, #11102b), radial-gradient(circle closest-corner at 0%, #ff6f4c1a, #ff6f4c00);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
  background-attachment: fixed, scroll, scroll;
  flex-flow: column;
  padding-top: 61px;
  padding-bottom: 61px;
}

.section-title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  max-width: 450px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.section-tag-container {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.link-block-12 {
  margin-top: 6px;
  text-decoration: none;
  display: flex;
}

.contact-form-container {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium.udesly-text-color-neutral-500 {
  margin-top: .8rem;
  font-weight: 500;
  text-decoration: none;
}

.udesly-image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.udesly-image-wrapper.udesly-article {
  max-width: 176px;
}

.udesly-article-card-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.udesly-article-card-small.udesly-last {
  border-bottom-style: none;
}

.udesly-article-card {
  color: #442c2c;
  flex-direction: column;
  display: flex;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.udesly-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-11.adfaasff {
  color: #000;
  margin-top: 1.5rem;
  padding-top: 0;
}

.udesly-block {
  text-decoration: none;
}

.udesly-article-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-10 {
  font-weight: 700;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.udesly-article-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.udesly-article-detail.udesly-mb-24 {
  margin-bottom: 24px;
  padding-top: 0;
}

.udesly-article-detail.udesly-n-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 37px;
  line-height: 114%;
}

.html-embed-8 {
  background-color: #000;
  height: auto;
}

.link-block-13 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  font-family: Satoshi, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-45 {
  text-align: center;
  width: 450px;
  font-size: 1.3rem;
  font-weight: 800;
}

.text-block-45.hhvb {
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.text-block-46 {
  font-size: 16px;
}

.heading-12 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 44px;
  text-decoration: none;
  display: flex;
}

.section-title-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.contact-content-container-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.contact-content-container-2.hgdt {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.lottie-animation-9 {
  width: 75px;
  margin-top: -10px;
  margin-bottom: 0;
}

.udesly-footer-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 440px;
  display: flex;
}

.udesly-footer-2-columns {
  background-color: #000;
  background-image: url('../images/Fichier-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding: 50px 5%;
}

.udesly-link {
  color: #858885;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.udesly-social-link {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.udesly-grid-2-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.udesly-flex.udesly-gap-32.udesly-align-start {
  justify-content: center;
  align-items: center;
}

.udesly-footer-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  display: flex;
}

.udesly-footer-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.udesly-button-accent {
  color: #fff;
  background-color: #171717;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  padding: 2px 10px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-link-block {
  color: #333;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s ease-out;
  display: flex;
}

.udesly-link-block:hover {
  color: #eb0105;
  text-decoration: underline;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-color-neutral-700 {
  color: #e0e0e0;
  width: 300px;
}

.udesly-divider {
  background-color: #858585;
  width: 100%;
  height: 1px;
  margin-top: 57px;
  margin-bottom: 32px;
}

.text-block-47 {
  color: #fff;
}

.text-block-47:hover {
  color: #919191;
  font-family: Satoshi, sans-serif;
  text-decoration: underline;
}

.text-block-48 {
  color: #fff;
}

.text-block-48:hover {
  color: #919191;
  text-decoration: underline;
}

.text-block-49 {
  color: #fff;
}

.text-block-49:hover {
  color: #919191;
  text-decoration: underline;
}

.text-block-50 {
  color: #346bf8;
}

.text-block-50:hover {
  color: #919191;
  text-decoration: underline;
}

.section-11 {
  background-image: url('../images/Fichier-2.png'), linear-gradient(#00000080, #00000080), url('../images/17102.jpg');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, scroll;
  padding: 3.9rem 5%;
}

.phone-ring {
  width: 60px;
  height: 60px;
}

.section-12 {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.section-12.about {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), linear-gradient(to top, #00000024, #0000), url('../images/473.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 650px;
  margin-top: 0;
  padding: 0 25px;
  display: flex;
}

.section-12.about.alternative {
  background-image: linear-gradient(to top, #00000024, #0000), url('../images/262695017_448380740230294_1885696013870203401_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-12.about.alternative.div {
  background-image: linear-gradient(to top, #00000024, #0000), none;
  background-attachment: scroll, scroll;
  height: 500px;
}

.section-12.about.alternative.div.rt {
  background-image: linear-gradient(to top, #00000024, #0000), none;
  background-attachment: scroll, fixed;
  margin-top: 0;
}

.hero-section {
  background-image: linear-gradient(#0000008c, #0000), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-position: 0 0, 50% 86%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section.licenses {
  color: #000;
  background-color: #000;
  background-image: linear-gradient(#00000057, #00000057), linear-gradient(#0000008c, #0000), url('../images/29842.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: 650px;
  padding-top: 67px;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.hero-section.licenses.soumission {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000), linear-gradient(#0000008c 16%, #0000), url('../images/9221.jpg');
  background-size: auto, auto, cover;
}

.hero-section.licenses.privacy {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000), linear-gradient(#0000008c 21%, #0000007a 61%, #0000), url('../images/20344-1.jpg');
  background-size: auto, auto, cover;
  padding-top: 17px;
}

.hero-section.licenses.vrac {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#0000008c, #0000), url('../images/253687.jpg');
  background-size: auto, auto, cover;
  padding-top: 31px;
}

.hero-section.vehicules {
  color: #000;
  background-color: #000;
  background-image: linear-gradient(#000000a8 41%, #0000), url('../images/19947.jpg');
  background-attachment: scroll, fixed;
  height: 650px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.hero-section.a-propos {
  color: #000;
  background-color: #000;
  background-image: linear-gradient(#0000008c 41%, #0000), url('../images/213.jpg');
  background-attachment: scroll, fixed;
  height: 650px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.containner-slide {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 40%;
}

.hero-heading {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 73px;
}

.hero-heading.second {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 62px;
}

.propos-section {
  -webkit-text-stroke-color: #000;
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/52.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 54px;
  padding-bottom: 76px;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.columns-2 {
  flex-direction: row-reverse;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.column-4 {
  color: #000;
  background-color: #fff;
  border: 1px solid #00000045;
  border-left-style: none;
  padding-top: 27px;
  padding-bottom: 19px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.text-block {
  word-break: keep-all;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.column-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/4415375.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px solid #0000006e;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.udeslytestimonial-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-text-extrabold.udesly-large {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.udesly-image-block {
  border-radius: 6px;
  overflow: hidden;
}

.section-13 {
  flex-flow: row;
  height: auto;
  margin-top: 0;
  padding: 79px 30px 80px;
  display: flex;
}

.udesly-testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
}

.section-14 {
  flex-flow: row;
  height: auto;
  margin-top: 101px;
  padding: 79px 30px 80px;
  display: flex;
}

.section-14._90i {
  margin-top: 0;
}

.svg-3 {
  width: 65px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.svg-4 {
  width: 50px;
}

.div-block-70 {
  color: #000;
  background-color: #fff0;
  border-radius: 20px;
  padding: 30px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.columns-26 {
  margin-bottom: 15px;
}

.paragraph-2 {
  text-align: center;
  font-size: 14px;
}

.scroll-down-arrow {
  width: 250px;
  height: 250px;
}

.lottie-animation-16 {
  width: 500px;
}

.lottie-animation-17 {
  width: 150px;
  height: 150px;
}

.lottie-animation-17.gffd {
  color: #000;
  width: 300px;
  height: 300px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.lottie-animation-18 {
  width: 150px;
  height: 150px;
  margin-bottom: -25px;
}

.image-63, .image-64 {
  width: 65px;
}

.image-65 {
  width: 70px;
}

.heading-13 {
  padding-left: 24px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 25px;
}

.propos-section-2 {
  color: #000;
  background-image: url('../images/Fichier-2.png'), linear-gradient(#000, #000), url('../images/2150799631.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, fixed;
  height: auto;
  padding-top: 54px;
  padding-bottom: 76px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.container-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.media-text {
  color: #4a4a4a;
  text-align: left;
  word-break: keep-all;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.media-text.gyu {
  color: #fff;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 17px;
  line-height: 131%;
}

.container-20 {
  background-color: #fff;
  border-radius: 17px;
  padding: 50px 25px 113px;
}

.text-block-38 {
  text-align: center;
  margin-bottom: 52px;
  font-size: 15px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

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

.dropdown-chevron-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar9_dropdown-list-2.w--open {
  background-image: linear-gradient(#fff, #fff), url('../images/2151004036.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.container-1459 {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-1459.header-ribbon {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-51 {
  color: #000;
  margin-left: 15px;
  font-family: League Spartan, sans-serif;
  font-size: 16px;
}

.text-block-52 {
  color: #fff;
  font-family: Satoshi, sans-serif;
}

.link-block-14 {
  margin-top: 6px;
  text-decoration: none;
  display: flex;
}

.lottie-animation-19 {
  width: 40px;
}

.dropdown-chevron-4 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar9_dropdown-list-3.w--open {
  background-image: linear-gradient(#fff, #fff), url('../images/2151004036.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.text-block-53 {
  color: #fff;
  font-family: Satoshi, sans-serif;
}

.link-block-15 {
  margin-top: 6px;
  text-decoration: none;
  display: flex;
}

.lottie-animation-20 {
  width: 40px;
}

.dropdown-chevron-5 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar9_dropdown-list-4.w--open {
  background-image: linear-gradient(#fff, #fff), url('../images/2151004036.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.text-block-54 {
  color: #fff;
  font-family: Satoshi, sans-serif;
}

.link-block-16 {
  margin-top: 6px;
  text-decoration: none;
  display: flex;
}

.lottie-animation-21 {
  width: 40px;
}

.navbar9_dropdown-list-5.w--open {
  background-image: linear-gradient(#fff, #fff), url('../images/2151004036.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.text-block-55 {
  color: #fff;
  font-family: Satoshi, sans-serif;
}

.link-block-17 {
  margin-top: 6px;
  text-decoration: none;
  display: flex;
}

.lottie-animation-22 {
  width: 40px;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #14386b;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: none;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  color: #000;
  background-color: #000;
  justify-content: flex-start;
  padding: 1.5rem;
  font-family: Satoshi, sans-serif;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_component {
  background-color: #f7f7f7;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  display: block;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.link-4 {
  color: #6d6d6d;
}

.link-4.fgtt {
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_button_text {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.cookie-modal_button_text.fht {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.paragraph-14 {
  text-align: center;
  font-size: 14px;
}

.paragraph-15, .paragraph-16 {
  text-align: center;
}

.paragraph-17 {
  color: #494949;
  text-align: left;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
}

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

.button-wrapper {
  display: flex;
}

.button-11 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-11.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#e9e9e9, #e9e9e9);
  border-style: none;
  border-radius: 8px;
  margin-top: 9px;
  display: flex;
  box-shadow: 2px 5px 5px #0003;
}

.button-11.is-icon:hover {
  background-image: linear-gradient(#c4c4c4, #c4c4c4);
}

.button-12 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-12.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#e9e9e9, #e9e9e9);
  border-style: none;
  border-radius: 8px;
  margin-top: 9px;
  display: flex;
  box-shadow: 2px 5px 5px #0003;
}

.button-12.is-icon:hover {
  background-image: linear-gradient(#c4c4c4, #c4c4c4);
}

.button-13 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-13.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#e9e9e9, #e9e9e9);
  border-style: none;
  border-radius: 8px;
  margin-top: 9px;
  display: flex;
  box-shadow: 2px 5px 5px #0003;
}

.button-13.is-icon:hover {
  background-image: linear-gradient(#c4c4c4, #c4c4c4);
}

.button-14 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-14.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#e9e9e9, #e9e9e9);
  border-style: none;
  border-radius: 8px;
  margin-top: 9px;
  display: flex;
  box-shadow: 2px 5px 5px #0003;
}

.button-14.is-icon:hover {
  background-image: linear-gradient(#c4c4c4, #c4c4c4);
}

.button-15 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-15.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#e9e9e9, #e9e9e9);
  border-style: none;
  border-radius: 8px;
  margin-top: 9px;
  display: flex;
  box-shadow: 2px 5px 5px #0003;
}

.button-15.is-icon:hover {
  background-image: linear-gradient(#c4c4c4, #c4c4c4);
}

.button-16 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-16.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#e9e9e9, #e9e9e9);
  border-style: none;
  border-radius: 8px;
  margin-top: 9px;
  display: flex;
  box-shadow: 2px 5px 5px #0003;
}

.button-16.is-icon:hover {
  background-image: linear-gradient(#c4c4c4, #c4c4c4);
}

.heading-14 {
  color: #000;
}

.navbar-dropdown8_component {
  margin-left: 0;
  margin-right: 0;
}

.navbar-dropdown8_dropdown-toggle {
  grid-column-gap: .5rem;
  flex-flow: row;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron-6 {
  width: 1rem;
  height: 1rem;
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-dropdown8_dropdown-list {
  display: none;
}

.navbar-dropdown8_dropdown-list.w--open {
  border: 1px none var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-image: linear-gradient(#fff, #fff);
  border-radius: 20px;
  width: 20rem;
  margin-top: 13px;
  padding: 1.5rem;
}

.navbar-dropdown8_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-dropdown8_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: grid;
}

.navbar-dropdown8_icon-wrapper {
  flex: none;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.navbar-dropdown8_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-56 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.svg-5 {
  color: #000;
  width: 25px;
}

.text-block-57 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.dropdown-chevron-7 {
  width: 1rem;
  height: 1rem;
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-23 {
  width: 40px;
}

.text-block-58 {
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
}

.dropdown-chevron-8 {
  width: 1rem;
  height: 1rem;
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-18 {
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.svg-6 {
  color: #000;
  width: 25px;
}

.text-block-59 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.dropdown-chevron-9 {
  width: 1rem;
  height: 1rem;
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-24 {
  width: 40px;
}

.text-block-60 {
  color: var(--color--white\<deleted\|variable-2855e595-eabe-ed2d-fcd1-d958a2693585\>);
}

.link-block-19 {
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 75px;
  margin-bottom: 20px;
  padding-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.intro-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-jumbo {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 67px;
}

.heading-jumbo.top-titre {
  color: #000;
  text-align: center;
  margin-top: 0;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #fff;
  text-align: left;
  padding-right: 13px;
  font-size: 17px;
}

.paragraph-bigger.cc-bigger-white-light.jk {
  opacity: 1;
  color: #000;
  line-height: 27px;
}

.paragraph-bigger.cc-bigger-white-light.jk.bbg {
  text-align: center;
}

.text-span.bbh {
  text-align: left;
}

.button-17 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-17:hover {
  color: #fff;
  background-color: #32343a;
}

.button-17:active {
  background-color: #43464d;
}

.button-17.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-17.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
  margin-top: 45px;
}

.button-17.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-17.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-17.cc-jumbo-button.cc-jumbo-white.iko {
  color: #fff;
  background-color: #000;
  margin-top: 0;
}

.button-17.cc-jumbo-button.cc-jumbo-white.iko.w--current {
  color: #fff;
  background-color: #000;
}

.body {
  background-color: #fff;
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/32231.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.lottie-animation-25 {
  width: 100px;
  height: 100px;
}

.text-span-39 {
  line-height: 30px;
}

.link-block-20, .link-block-21 {
  color: #fff;
  text-decoration: none;
}

.link-block-22, .link-block-23 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  text-decoration: none;
}

.link-block-24, .link-block-25 {
  color: #000;
  font-family: Satoshi, sans-serif;
  text-decoration: none;
}

.container-1460 {
  display: flex;
}

.text-block-61 {
  justify-content: center;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  display: flex;
}

.text-block-61:hover {
  font-weight: 700;
}

.link-block-3 {
  color: #fff;
  margin-bottom: 11px;
  font-size: 31px;
  text-decoration: none;
  display: flex;
}

.link-block-3.phone {
  margin-top: 14px;
}

.text-block-62 {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.text-block-63 {
  font-size: 19px;
}

.navbar_component {
  z-index: 2000;
  background-color: #130f35;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .125rem 0;
  display: flex;
  overflow: hidden;
}

.menu-button-5 {
  flex: 0 auto;
  margin-left: 22px;
  padding: 0;
  text-decoration: none;
}

.side-menu-item-wrapper.flex-h {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.side-menu-item-wrapper.flex-v {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-white {
  transition: opacity .2s;
}

.text-size-tiny.text-color-white:hover {
  opacity: .5;
}

.text-size-tiny.text-color-white.text-style-allcaps.text-style-muted {
  color: #fff;
}

.text-block-64 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.ikonik-hh998 {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer4_social-list.yuu {
  justify-content: center;
  align-items: center;
}

.path-2 {
  color: #fff;
}

.ikonik-u394l {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 14px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 915px;
  max-width: 915px;
  display: flex;
}

.side-menu-wrapper {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  background-color: #070707;
  background-image: url('../images/Fichier-2.png');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start end;
  width: 45vh;
  max-width: 100vw;
  height: 100vh;
  margin-left: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  position: fixed;
  overflow: visible;
}

.close-button-2 {
  cursor: pointer;
  background-image: url('../images/cross-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 1px solid #0000;
  border-radius: 100vw;
  width: 2rem;
  height: 2rem;
  padding: 0;
  transition: border-color .35s;
}

.close-button-2:hover {
  border-color: #fff;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: translate(102%);
}

.side-menu_component {
  z-index: 1000;
  box-sizing: border-box;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: auto;
  height: auto;
  padding-top: 20rem;
  display: none;
  position: fixed;
  inset: -20rem 0 0 auto;
  overflow: visible;
}

.text-span-40 {
  font-size: 14px;
}

.ikonik-s90zvl {
  color: #000;
  width: 32px;
}

.path-3o6f2 {
  color: #fff;
}

.text-block-65 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.icon-embed-xsmall-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.button-wrapper-2 {
  margin-right: -66px;
  display: flex;
}

.path-3 {
  width: 50px;
  font-size: 26px;
}

.logo {
  color: #000;
  width: 250px;
  margin-left: 53px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.hero2-dark {
  background-color: #000;
  background-image: linear-gradient(76deg, #00000061 38%, #fff0), url('../images/charming-house-with-grass-rocks-front.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 725px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.columns-27 {
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 46px;
  display: block;
}

.image-17 {
  width: 450px;
  height: auto;
  margin-bottom: -145px;
  margin-left: -30px;
  margin-right: 0;
}

.btn-big-2 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb00;
  background-image: linear-gradient(#0f8b45ba, #0f8b45ba);
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 24px;
  padding: 10px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big-2:hover {
  color: #fff;
  background-color: #1386dd00;
  background-image: linear-gradient(#0f8b45, #0f8b45);
  border-color: #fff0;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big-2:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn-big-2.autre {
  background-image: linear-gradient(#ed1c25cf, #ed1c25cf);
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
}

.btn-big-2.autre:hover {
  background-image: linear-gradient(#ed1c25, #ed1c25);
}

.column-88 {
  display: none;
}

.container-1461 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: none;
  display: flex;
}

.hero2-text-wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.column-89 {
  margin-top: -28px;
}

.tagline-2 {
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 500px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
}

.h1-jumbo-3 {
  color: #fff;
  text-align: left;
  width: 575px;
  margin-top: 19px;
  margin-bottom: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 56px;
}

.body-2 {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.bold-text-19 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.bold-text-20, .bold-text-21 {
  font-weight: 400;
}

.slide-nav, .right-arrow {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.lottie-animation-26 {
  width: 40px;
  height: 40px;
}

.text-span-41 {
  color: #06427e;
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-span-42, .text-span-43 {
  color: #06427e;
}

@media screen and (min-width: 1280px) {
  .f-navigation-link-2.w--current {
    color: #269657;
  }

  .dropdown-link-7.w--current {
    color: #0f8b45;
  }

  .btn-big.opp {
    margin-right: 0;
  }

  .container-16 {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h6.vvg {
    text-align: center;
  }

  .section-2 {
    height: auto;
  }

  .column-78.rtt, .column-80.rtt {
    background-color: #fff;
  }

  .section-title-2 {
    font-size: 43px;
  }

  .text-block-45.hhvb {
    font-size: 1.1rem;
  }

  .section-title-container-2 {
    max-width: none;
    margin-top: 71px;
  }

  .cookie-popup_component {
    display: block;
  }

  .intro-content.cc-homepage {
    padding-left: 20px;
  }

  .hero2-dark {
    height: 750px;
  }

  .image-17 {
    width: 500px;
    margin-bottom: -146px;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero-404 {
    height: 900px;
  }

  .flex-heading-left.mg-bottom-100.juj {
    margin-bottom: 26px;
  }

  .background-video {
    height: 1000px;
    padding-top: 2px;
  }

  .h1-jumbo.h1-jumbo__white {
    text-align: center;
    margin-left: 0;
  }

  .btn {
    padding-top: 14px;
  }

  .lottie-animation-14 {
    width: 150px;
  }

  .rrt {
    font-size: 150%;
  }

  .image-61 {
    margin-top: -4px;
  }

  .container-1446 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 637px;
  }

  .nav-menu-3 {
    background-image: linear-gradient(#000000eb, #000000eb), url('../images/beautiful-palm-tree-vivid-colors-1.jpg');
  }

  .navbar9_dropdown-toggle {
    display: none;
  }

  .navbar9_dropdown-link-list {
    flex-flow: column;
    display: flex;
  }

  .text-weight-semibold {
    color: #000;
    font-family: Satoshi, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .dropdown-list-16 {
    background-color: #c08888;
  }

  .dropdown-list-16.w--open {
    background-color: #fff;
  }

  .text-block-42 {
    color: #fff;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
  }

  .text-size-medium {
    font-weight: 400;
  }

  .button-10.is-link.is-icon {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h6.vvg {
    text-align: center;
  }

  .layout10_item {
    height: 315.008px;
  }

  .wbs-cta-7.xh {
    font-family: Satoshi, sans-serif;
  }

  .wbs-heading-h4 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .wbs-lead-text {
    font-size: 1.2rem;
  }

  .section-2 {
    height: auto;
  }

  .paragraph.utility-margin-bottom-0 {
    width: 60%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading.large {
    margin-bottom: 1.4rem;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-color-accent.paragraph {
    margin-bottom: 1.4rem;
    font-family: Satoshi, sans-serif;
    font-size: 1.3rem;
  }

  .div-block-65 {
    color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
    display: flex;
  }

  .udesly-hero-image {
    height: 650px;
  }

  .udesly-section.udesly-2-columns {
    padding-top: 153px;
    padding-bottom: 108px;
  }

  .udesly-overline-large {
    margin-top: -77px;
  }

  .section-container.contact {
    margin-top: 20px;
  }

  .section-title.ttr {
    margin-bottom: 23px;
  }

  .udesly-image-cover {
    height: 100%;
  }

  .heading-11.adfaasff {
    color: #000;
  }

  .section-title-2 {
    font-size: 46px;
  }

  .text-block-45.hhvb {
    font-size: 1.3rem;
    font-weight: 400;
  }

  .heading-12 {
    font-family: Montserrat, sans-serif;
  }

  .section-title-container-2 {
    max-width: none;
    margin-top: 74px;
  }

  .udesly-flex.udesly-gap-32.udesly-align-start.uyt {
    height: 80%;
  }

  .text-block-50 {
    color: #473eff;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
  }

  .phone-ring {
    color: #000;
    font-family: Satoshi, sans-serif;
  }

  .text-block {
    word-break: keep-all;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .column-3 {
    height: 820px;
  }

  .udesly-image-block.dhf {
    height: 80%;
  }

  .section-13 {
    padding-bottom: 0;
  }

  .udesly-testimonial-grid.dhs {
    height: 80%;
  }

  .section-14._90i.xbd {
    margin-top: -150px;
  }

  .paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-24 {
    font-size: 15px;
  }

  .media-text {
    word-break: keep-all;
  }

  .media-text.gyu {
    font-size: 16px;
    line-height: 23px;
  }

  .cookie-popup_component {
    display: block;
  }

  .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-17.fhf {
    text-align: left;
    padding-left: 0;
  }

  .paragraph-18 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-dropdown8_dropdown-list.w--open {
    background-image: linear-gradient(#fff, #fff);
    border-radius: 10px;
  }

  .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60 {
    color: #fff;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
  }

  .intro-content.cc-homepage {
    padding-left: 20px;
  }

  .intro-text {
    font-size: 24px;
  }

  .paragraph-bigger.cc-bigger-white-light.jk {
    text-align: center;
  }

  .text-span {
    text-align: center;
    font-size: 20px;
  }

  .navbar_component {
    z-index: 9999;
    position: fixed;
  }

  .side-menu-wrapper {
    z-index: 2000;
    box-sizing: border-box;
    clear: none;
    margin-left: 0;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: auto;
  }

  .side-menu_component {
    z-index: 2000;
    box-sizing: content-box;
    object-fit: fill;
    height: auto;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .hero2-dark {
    background-size: auto, cover;
  }

  .image-17 {
    margin-bottom: -144px;
  }

  .text-span-44 {
    color: #473eff;
  }
}

@media screen and (min-width: 1920px) {
  .master-moving-insta {
    -webkit-text-stroke-color: #000;
  }

  .background-video {
    height: 1000px;
    padding-top: 0;
  }

  .h1-jumbo.h1-jumbo__white {
    margin-left: 0;
  }

  .text-16.text-16__white {
    font-size: 20px;
  }

  .brand-3.w--current {
    justify-content: center;
    align-items: center;
  }

  .rrt {
    font-size: 175%;
  }

  .image-61 {
    margin-left: 0;
    padding-top: 21px;
  }

  .container-1446 {
    flex-flow: row;
    margin-left: 1000px;
  }

  .menu-button-4 {
    margin-top: 13px;
    margin-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-1448 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .link-block-11 {
    margin-right: 25px;
  }

  .button-7.is-secondary {
    margin-top: 18px;
  }

  .heading-style-h6.vvg {
    text-align: center;
  }

  .section-2 {
    height: auto;
  }

  .udesly-grid-two-column {
    margin-top: -84px;
  }

  .udesly-hero-image {
    height: 600px;
  }

  .udesly-overline-large {
    margin-top: 0;
    font-size: 17px;
  }

  .section-title {
    font-size: 40px;
  }

  .section-wrapper.glow-1 {
    align-items: center;
  }

  .section-title-container {
    max-width: 530px;
  }

  .contact-form-container {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .div-block-69 {
    padding-top: 51px;
  }

  .section-title-2 {
    font-size: 40px;
  }

  .section-title-container-2 {
    max-width: none;
    padding-top: 72px;
  }

  .cookie-popup_component {
    display: block;
  }

  .intro-content.cc-homepage {
    padding-left: 20px;
  }

  .intro-text {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .heading-jumbo.top-titre {
    font-size: 65px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 23px;
  }

  .paragraph-bigger.cc-bigger-white-light.jk {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 22px;
  }

  .body {
    background-color: #000;
    background-image: none;
  }

  .side-menu-text-wrap {
    margin-bottom: .725rem;
  }

  .side-menu_component {
    display: none;
  }
}

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

  .text-style-h3 {
    font-size: 26px;
  }

  .section.dark {
    background-image: url('../images/Fichier-2.png'), linear-gradient(#000000e3, #000000e3), url('../images/477998.jpg');
    background-position: 50%, 0 0, 50%;
    background-size: cover, auto, cover;
    background-attachment: fixed, scroll, fixed;
  }

  .section.dark.under-hero-studio {
    margin-top: -190px;
    padding-top: 260px;
  }

  .section.hero-home {
    padding-top: 52px;
  }

  .section.hero-contact {
    padding-top: 80px;
  }

  .section.hero-work-inner {
    padding-top: 64px;
  }

  .section.hero-blog-template {
    padding-top: 80px;
  }

  .section.hero-sales {
    padding-top: 52px;
  }

  .text-style-h1 {
    font-size: 64px;
  }

  .subtitle {
    font-size: 26px;
  }

  .left-column-template-details {
    display: none;
  }

  .body-big {
    margin-top: 11px;
  }

  .right-column-template-details {
    padding: 0;
  }

  .text-style-h2 {
    font-size: 64px;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .link-cta {
    height: 48px;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-cta-wrap.mobile {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
  }

  .menu-cta-wrap.desktop {
    display: none;
  }

  .nav-menu {
    z-index: 11;
    background-color: #fff;
    border-top: 1px solid #1515151a;
    width: 100%;
    max-height: 80vh;
    margin-top: 0;
    margin-right: 0;
    padding: 24px 24px 32px;
    display: block;
    overflow: scroll;
  }

  .dropdown-list.w--open {
    margin-bottom: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .nav-container {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .nav-mid {
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .cart-container {
    max-width: 420px;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
  }

  .link-dropdown {
    text-align: center;
    padding-right: 12px;
    font-size: 20px;
    line-height: 130%;
  }

  .dropdown-toggle {
    color: #ff3128;
    font-size: 22px;
  }

  .menu-close-icon {
    width: 20px;
    display: none;
  }

  .menu-hamburger-icon {
    width: 20px;
  }

  .cart-button {
    padding: 0;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-left: auto;
    display: flex;
    position: static;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #0e0e0e;
    background-color: #0000;
  }

  .nav-link {
    padding: 12px 16px;
    font-size: 22px;
  }

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

  .navbar {
    border-radius: 0;
  }

  .dropdown {
    display: block;
  }

  .flex-bottom-hero-home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .subtitle-home.scroll-text {
    font-size: 16px;
  }

  .video-home {
    height: 60vw;
    min-height: 0;
    max-height: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .icon-play {
    width: 100px;
    height: 100px;
  }

  .flex-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-logo {
    width: 30%;
    max-width: 25%;
    max-height: 33px;
  }

  .flex-heading-left.mg-bottom-100.mission-et-valeurs {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-heading-left.center-tablet {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .no-margins.fhe {
    margin-top: -33px;
  }

  .text-subheading-project {
    font-size: 20px;
  }

  .wrap-image-project-main.home-one {
    min-height: 62vw;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .big-text-service-animated {
    font-size: 56px;
  }

  .image-service-animated {
    display: none;
  }

  .big-text {
    font-size: 24px;
  }

  .master-quote-center {
    max-width: 730px;
  }

  .text-manifesto-big {
    font-size: 45px;
  }

  .block-testimonial {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-wrap-testimonials-4 {
    width: 100%;
  }

  .grid-testimonials {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .carousel-button.testimonial-right {
    left: 62%;
  }

  .carousel-button.testimonial-left {
    left: 52%;
  }

  .grid-process-thirds {
    flex-flow: column;
    display: flex;
  }

  .wrap-process-one {
    margin-bottom: 15px;
    display: block;
  }

  .divider-process-one {
    margin-top: 0;
    margin-bottom: 0;
  }

  .circle-contact {
    width: 40px;
    height: 40px;
  }

  .icon-social {
    width: 18px;
    height: 18px;
  }

  .h2-contact {
    font-size: 64px;
  }

  .bottom-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .left-contact {
    flex-wrap: wrap;
  }

  .single-contact-link {
    font-size: 28px;
  }

  .wrap-image-moving-insta {
    width: 350px;
    height: 250px;
  }

  .overlay-moving-insta {
    display: flex;
  }

  .limit-sutitle-hero-about {
    max-width: 580px;
  }

  .inside-moving-hero-studio {
    width: 180vw;
  }

  .grid-numbers-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .grid-master-values {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .left-contact-hero {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-contact-halves {
    grid-template-columns: 1fr;
  }

  .wrap-image-contact {
    padding: 90% 0% 0%;
  }

  .grid-work-halves {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .limit-project-template {
    width: 100%;
  }

  .grid-single-service {
    grid-template-columns: 1fr;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .grid-pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .master-title-sales {
    margin-bottom: 24px;
  }

  .flex-bottom-hero-sales {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid-thirds-mokckups {
    grid-template-columns: 1fr;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-included {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .included-card {
    min-height: 260px;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .box-more-templates {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-more-templates {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-bottom: 48px;
    padding-right: 0;
  }

  .right-more-templates {
    width: 90%;
  }

  .grid-tutorial-halves {
    grid-template-columns: 1fr;
  }

  .left-tutorial-video {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video {
    z-index: auto;
    color: #000;
    background-image: url('../images/Fichier-1.png'), url('../images/Fichier-2.png'), linear-gradient(#00000080, #00000080);
    background-position: 50% 100%, 50%, 0 0;
    background-size: cover, cover, auto;
    background-attachment: fixed, fixed, scroll;
    padding-top: 84px;
    padding-left: 12px;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding {
    width: 80%;
  }

  .text-16.text-16__white {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lottie-animation-14.dhs {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .navbar-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .lottie-animation-13 {
    width: 50px;
    height: 50px;
  }

  .div-block-8 {
    margin-left: 0;
  }

  .brand-3 {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 7px;
    padding-left: 0;
  }

  .brand-3.w--current {
    padding-top: 0;
  }

  .rrt {
    font-size: 118%;
  }

  .lottie-animation-12 {
    display: block;
  }

  .image-61 {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    font-size: 12px;
  }

  .container-1446 {
    justify-content: flex-end;
    align-items: center;
    margin-left: 49px;
  }

  .container-1446.bbv {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 0;
    display: block;
  }

  .menu-button-4 {
    margin-top: 13px;
    margin-left: 15px;
    margin-right: 0;
  }

  .menu-button-4.w--open {
    margin-top: -57px;
    margin-left: 595px;
  }

  .container-1457 {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-left: -41px;
    display: flex;
  }

  .container-1448 {
    display: block;
  }

  .link-block-11 {
    margin-left: 22px;
  }

  .button-7.is-secondary {
    height: 50px;
    margin-top: 7px;
    margin-bottom: 12px;
    padding-bottom: 0;
    font-size: 17px;
  }

  .button-7.is-secondary:hover {
    padding-top: 1.05rem;
  }

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle-base {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar4_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon4_line-middle {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .dropdown-chevron {
    margin-top: 8px;
    inset: auto 0% auto auto;
  }

  .dropdown-chevron.is-navbar4 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .navbar4_menu-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .menu-icon4_line-bottom {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon4_line-top {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .navbar4_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon3_line-middle {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .menu-icon3_line-bottom {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .menu-icon3_line-top {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar9_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar9_menu-dropdown {
    width: 100%;
  }

  .navbar9_menu-button.w--open {
    background-color: #0000;
  }

  .navbar9_dropdown-toggle {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: none;
  }

  .navbar9_dropdown-link-list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 25px;
    display: flex;
  }

  .navbar9_dropdown-content {
    flex-direction: column;
  }

  .menu-icon1_line-top, .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar9_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar9_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar9_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar9_bottom-bar {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .navbar9_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-weight-semibold {
    font-size: .9rem;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .f-navigation-2 {
    z-index: 9999;
    padding-bottom: 20px;
    position: absolute;
  }

  .dropdown-link-4 {
    font-size: 15px;
  }

  .f-navigation-menu {
    z-index: auto;
    color: #010b15;
    background-color: #000;
    background-image: linear-gradient(#000000d9, #000000d9), url('../images/2151899166.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding: 40px 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-link-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .f-navigation-link-2.menu-titre, .f-navigation-link-2.jiuk {
    text-align: center;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .button-primary {
    font-size: 13px;
  }

  .text-block-41 {
    font-size: 16px;
  }

  .text-block-41.ui {
    font-size: 14px;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .dropdown-link-7, .dropdown-link-6, .dropdown-link-5 {
    font-size: 15px;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .dropdown-toggle-2.gtd {
    flex-flow: column;
  }

  .tyu {
    color: #c3c4c3;
  }

  .dropdown-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-5 {
    justify-content: center;
    align-items: center;
    margin-top: 29px;
  }

  .f-navigation-menu-button {
    color: #010b15;
    background-color: #27965700;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px;
    font-family: Satoshi, sans-serif;
  }

  .f-navigation-menu-button.w--open {
    color: #000;
    background-color: #000;
    border-color: #fff;
  }

  .text-block-42 {
    font-size: 14px;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-center {
    text-align: center;
    text-align: center;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .columns-19 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-big {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-76 {
    display: none;
  }

  .container-16 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .hero2-text-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: -35px;
    margin-left: 0;
    display: flex;
  }

  .column-75 {
    margin-top: 0;
  }

  .tagline {
    text-align: left;
    width: auto;
    line-height: 21px;
  }

  .h1-jumbo-2 {
    text-align: center;
    width: 400px;
    font-size: 41px;
    line-height: 45px;
  }

  .navbar-dropdown6_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar-dropdown6_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar-dropdown6_component {
    width: 100%;
  }

  .dropdown-chevron-2 {
    inset: auto 0% auto auto;
  }

  .navbar-dropdown6_dropdown-toggle {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-dropdown6_dropdown-content {
    flex-direction: column;
  }

  .navbar-dropdown6_dropdown-content-layout {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-bottom: 2.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 1.4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-10.is-secondary.bg {
    font-family: Satoshi, sans-serif;
    font-size: 13px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button-group {
    flex-flow: row;
  }

  .layout10_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout10_item {
    margin-bottom: 20px;
  }

  .layout10_item._33 {
    justify-content: center;
    align-items: center;
  }

  .waves---paragraph-big.njh {
    font-size: 18px;
    font-weight: 400;
  }

  .waves---heading-2-no-margins.bvcv.nnn {
    font-size: 40px;
  }

  .waves---master-checks-horizontal {
    flex-flow: row;
    width: auto;
    display: none;
  }

  .waves-master-cta-2 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-2 {
    justify-content: space-between;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wbs-cta-7 {
    grid-column-gap: 30px;
    background-color: #13131300;
    background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/cat.json');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    grid-template-columns: .75fr;
    justify-items: start;
    padding: 40px;
  }

  .wbs-cta-7.xh {
    flex-flow: column;
    font-family: Satoshi, sans-serif;
  }

  .wbs-heading-h4, .wbs-lead-text {
    text-align: center;
  }

  .grid-layout.desktop-3-column.tablet-2-column.mobile-landscape-1-column.grid-gap-s {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .section-2 {
    height: auto;
    padding: 6rem 4rem;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.utility-margin-bottom-0 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading.regular {
    margin-top: 1.5rem;
  }

  .heading.large {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .utility-image-cover {
    width: 600px;
  }

  .text-block-44.yuu {
    width: 65%;
  }

  .text-color-accent.paragraph {
    margin-bottom: .8rem;
  }

  .utility-link-content-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 48px;
    display: flex;
  }

  .column-74, .column-74.rre, .column-73 {
    height: 900px;
  }

  .f-paragraph-large {
    text-align: left;
  }

  .f-h1-heading.ttt.titre {
    font-size: 42px;
    line-height: 1;
  }

  .f-h1-heading.ttt.titre.uio {
    text-align: left;
    font-size: 42px;
    line-height: 1;
  }

  .f-heading-detail-small {
    text-align: left;
  }

  .column-78 {
    height: 900px;
  }

  .column-78.rtt {
    justify-content: center;
    align-items: flex-start;
    height: 900px;
    padding-left: 30px;
    padding-right: 24px;
  }

  .column-79, .column-80 {
    height: 900px;
  }

  .column-80.rtt {
    justify-content: center;
    align-items: flex-start;
    height: 900px;
    padding-left: 30px;
    padding-right: 24px;
  }

  .udesly-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-hero-image {
    max-width: none;
    height: 520px;
    position: static;
  }

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

  .udesly-section.udesly-2-columns {
    margin-bottom: 0;
    padding-top: 80px;
  }

  .udesly-overline-large {
    font-size: 16px;
  }

  .udesly-paragraph-large.udesly-max-width-480 {
    margin-top: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .section-container.contact {
    padding-top: 100px;
    padding-bottom: 44px;
  }

  .heading-7 {
    font-size: 29px;
  }

  .section-title {
    font-size: 26px;
    line-height: 35px;
  }

  .section-wrapper.glow-1 {
    padding-top: 93px;
  }

  .section-title-container {
    width: 50%;
    font-size: 15px;
  }

  .section-tag-container {
    margin-bottom: 50px;
    padding-left: 9px;
  }

  .link-block-12 {
    justify-content: center;
    align-items: center;
    margin-top: 29px;
  }

  .udesly-image-wrapper {
    max-height: 400px;
  }

  .udesly-image-cover.nhv {
    height: 100%;
  }

  .udesly-article-wrapper {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .columns-24 {
    flex-flow: column;
    display: flex;
  }

  .section-title-2 {
    text-align: left;
    font-size: 26px;
    line-height: 35px;
  }

  .html-embed-8 {
    width: 100%;
    margin-top: 14px;
  }

  .link-block-13 {
    justify-content: center;
    align-items: center;
    margin-top: 6px;
  }

  .link-block-13.xz {
    margin-bottom: 27px;
  }

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

  .text-block-45.hhvb {
    text-align: center;
    width: auto;
  }

  .heading-12 {
    font-family: Montserrat, sans-serif;
    font-size: 29px;
  }

  .section-title-container-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 17px;
    font-size: 15px;
  }

  .contact-content-container-2.hgdt {
    justify-content: center;
    align-items: stretch;
  }

  .udesly-footer-2-columns {
    padding-top: 62px;
  }

  .udesly-social {
    display: flex;
  }

  .udesly-grid-2-columns {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-footer-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .udesly-footer-bottom {
    color: #000;
    justify-content: center;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
  }

  .udesly-paragraph-small.udesly-text-color-neutral-700 {
    text-align: center;
  }

  .columns-25 {
    width: auto;
  }

  .section-12.about {
    background-image: linear-gradient(#ffffff8f, #ffffff8f), linear-gradient(to top, #00000024, #0000), url('../images/473.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
  }

  .section-12.about.alternative {
    background-position: 0 0, 82%;
    background-size: auto, 200px;
  }

  .section-12.about.alternative.div.rt {
    background-image: linear-gradient(to top, #00000024, #0000), none;
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-section.licenses {
    padding-top: 158px;
  }

  .hero-section.licenses.vrac {
    padding-top: 47px;
  }

  .hero-section.vehicules {
    background-image: linear-gradient(#0000008c 26%, #0000), url('../images/19947.jpg');
    background-position: 0 0, 50% 86%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-heading {
    letter-spacing: 2px;
    margin-bottom: -13px;
    font-size: 52px;
    line-height: 98px;
  }

  .hero-heading.second {
    line-height: 58px;
  }

  .propos-section {
    padding-top: 45px;
    padding-bottom: 15px;
  }

  .licence-items {
    width: 80%;
  }

  .text-block {
    word-break: keep-all;
    padding-left: 7px;
    font-size: 14px;
  }

  .column-3 {
    height: 1000px;
  }

  .udesly-image-block {
    height: 400px;
  }

  .udesly-testimonial-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-70 {
    flex-flow: column;
    display: block;
  }

  .lottie-animation-16 {
    width: 250px;
  }

  .propos-section-2 {
    padding-top: 45px;
    padding-bottom: 15px;
  }

  .uui-max-width-medium {
    max-width: none;
  }

  .media-text {
    word-break: keep-all;
    width: 700px;
    font-size: 17px;
  }

  .media-text.gyu {
    font-size: 15px;
  }

  .container-20 {
    padding-bottom: 96px;
  }

  .features-right {
    max-width: 100%;
  }

  .dropdown-chevron-3 {
    inset: auto 0% auto auto;
  }

  .navbar9_dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .navbar9_dropdown-list-2.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .container-1459 {
    justify-content: space-between;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block-14 {
    justify-content: center;
    align-items: center;
    margin-top: 29px;
  }

  .dropdown-chevron-4 {
    inset: auto 0% auto auto;
  }

  .navbar9_dropdown-list-3 {
    position: relative;
    overflow: hidden;
  }

  .navbar9_dropdown-list-3.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .link-block-15 {
    justify-content: center;
    align-items: center;
    margin-top: 29px;
  }

  .dropdown-chevron-5 {
    inset: auto 0% auto auto;
  }

  .navbar9_dropdown-list-4 {
    position: relative;
    overflow: hidden;
  }

  .navbar9_dropdown-list-4.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .link-block-16 {
    justify-content: center;
    align-items: center;
    margin-top: 29px;
  }

  .navbar9_dropdown-list-5 {
    position: relative;
    overflow: hidden;
  }

  .navbar9_dropdown-list-5.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .link-block-17 {
    justify-content: center;
    align-items: center;
    margin-top: 29px;
  }

  .cookie-popup_component {
    display: block;
  }

  .paragraph-17.fhf {
    text-align: center;
    width: 75%;
    font-size: 16px;
  }

  .column-81 {
    margin-bottom: 19px;
  }

  .navbar-dropdown8_component {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar-dropdown8_dropdown-toggle {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: .75rem 0;
    display: flex;
  }

  .dropdown-chevron-6 {
    margin-top: 8px;
    inset: auto 0% auto auto;
  }

  .navbar-dropdown8_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-dropdown8_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .navbar-dropdown8_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-56, .text-block-57 {
    font-size: 14px;
  }

  .dropdown-chevron-7 {
    margin-top: 8px;
    inset: auto 0% auto auto;
  }

  .text-block-58 {
    font-size: 14px;
  }

  .dropdown-chevron-8 {
    margin-top: 8px;
    inset: auto 0% auto auto;
  }

  .link-block-18 {
    justify-content: center;
    align-items: center;
    margin-top: 29px;
  }

  .text-block-59 {
    font-size: 14px;
  }

  .dropdown-chevron-9 {
    margin-top: 8px;
    inset: auto 0% auto auto;
  }

  .text-block-60 {
    font-size: 14px;
  }

  .link-block-19 {
    justify-content: center;
    align-items: center;
    margin-top: 29px;
  }

  .intro-content.cc-homepage {
    padding-left: 20px;
  }

  .intro-text {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .heading-jumbo {
    margin-top: 42px;
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.top-titre {
    padding-left: 0;
    line-height: 64px;
  }

  .paragraph-bigger.cc-bigger-white-light.jk {
    opacity: .99;
  }

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

  .button-17.cc-jumbo-button.cc-jumbo-white {
    margin-top: 0;
  }

  .lottie-animation-25 {
    width: 150px;
    height: 150px;
  }

  .container-1460 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .text-block-61 {
    font-size: 13px;
    font-weight: 700;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .footer4_social-list {
    margin-top: -26px;
    margin-bottom: 28px;
  }

  .footer4_social-list.yuu {
    margin-top: 0;
    display: none;
  }

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

  .button-wrapper-2 {
    margin-right: 0;
  }

  .logo {
    margin-left: 0;
  }

  .hero2-dark {
    background-image: linear-gradient(#11121266, #11121266), url('../images/charming-house-with-grass-rocks-front.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 940px;
    height: 600px;
    margin-top: 82px;
    padding-top: 0;
  }

  .columns-27 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-17 {
    width: 400px;
    height: auto;
    margin-bottom: -117px;
    margin-left: -199px;
  }

  .btn-big-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-88 {
    display: none;
  }

  .container-1461 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero2-text-wrap-2 {
    color: #000;
    width: auto;
    margin-top: -35px;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
    overflow: visible;
  }

  .tagline-2 {
    text-align: left;
    line-height: 21px;
  }

  .h1-jumbo-3 {
    text-align: left;
    width: 400px;
    font-size: 41px;
    line-height: 45px;
  }
}

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

  h2 {
    font-size: 36px;
  }

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

  .section.hero-contact {
    padding-top: 56px;
  }

  .section.hero-pricing {
    padding-top: 64px;
  }

  .text-style-h1 {
    font-size: 52px;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .left-column-template-details {
    display: none;
  }

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

  .right-column-template-details {
    padding: 0;
  }

  .text-style-h2 {
    font-size: 52px;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .tile-template-details {
    padding: 24px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .brand-navbar {
    display: block;
  }

  .brand-link {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .master-title-home {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-bottom-hero-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-heading-left.mg-bottom-80.center-landscape {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-heading-left.mg-bottom-100 {
    margin-bottom: 72px;
  }

  .flex-heading-left.mg-bottom-100.center-landscape {
    flex-flow: column;
    margin-bottom: 72px;
  }

  .flex-heading-left.mg-bottom-100.juj.why-us {
    flex-flow: column;
  }

  .flex-heading-left.mg-bottom-100.mission-et-valeurs {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .abstract-heading {
    width: 48px;
    height: 48px;
  }

  .no-margins.fhe {
    margin-top: 0;
  }

  .grid-projects-home-b-halves {
    grid-template-columns: 1fr;
  }

  .text-subheading-project {
    font-size: 24px;
  }

  .wrap-image-project-main.home-one {
    min-height: 0;
    padding-top: 72%;
  }

  .wrap-image-project-main.home-three {
    padding-top: 72%;
  }

  .list-wrapper-project-home-wide {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .single-service-animated {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .big-text-service-animated {
    font-size: 52px;
  }

  .master-quote-center {
    max-width: 510px;
  }

  .text-manifesto-big {
    font-size: 37px;
  }

  .block-testimonial {
    text-align: center;
    align-items: center;
  }

  .image-wrap-testimonials-4 {
    width: 60%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-person-small.no-image-person {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-testimonials {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .carousel-button.testimonial-right {
    inset: 30% 0% auto auto;
  }

  .carousel-button.testimonial-left {
    inset: 30% auto auto 0%;
  }

  .grid-process-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
    margin-top: 59px;
  }

  .wrap-process-one {
    margin-bottom: 0;
  }

  .text-number-process-one {
    text-align: center;
  }

  .h2-contact {
    font-size: 44px;
  }

  .legal-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .link-big-email-footer {
    font-size: 9vw;
  }

  .third-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-legal-footer {
    font-size: 16px;
  }

  .right-third-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .second-footer {
    grid-row-gap: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-image-moving-insta {
    width: 300px;
    height: 200px;
  }

  .icon-brand-hero-about {
    order: 1;
  }

  .limit-sutitle-hero-about {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .photos-anim-s {
    margin-top: 64px;
  }

  .inside-moving-hero-studio {
    width: 1280px;
  }

  .text-big-number {
    font-size: 100px;
  }

  .text-sub-number {
    font-size: 20px;
  }

  .text-expanabdle-botton {
    font-size: 16px;
    line-height: 140%;
  }

  .grid-team-thirds {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cell {
    text-align: left;
    font-size: 16px;
  }

  .heading-faq {
    font-size: 22px;
    line-height: 28px;
  }

  .text-faq {
    font-size: 16px;
    line-height: 140%;
  }

  .grid-work-halves {
    grid-row-gap: 72px;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .master-title-sales {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-bottom-hero-sales {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-included {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .background-video {
    color: #000;
    height: 900px;
    padding-top: 20px;
    padding-left: 0;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .h1-jumbo.h1-jumbo__white {
    margin-top: 0;
    font-size: 45px;
    line-height: 56px;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding {
    width: 90%;
  }

  .div-block-8 {
    margin-left: 22px;
  }

  .brand-3.w--current {
    padding-top: 0;
  }

  .rrt {
    font-size: 147%;
  }

  .lottie-animation-12 {
    display: block;
  }

  .image-61 {
    max-width: 100%;
    margin-top: 0;
    margin-left: -1px;
  }

  .container-1446 {
    margin-top: 8px;
    margin-left: 42px;
  }

  .menu-button-4 {
    margin-top: 16px;
    margin-left: 9px;
    margin-right: 0;
  }

  .container-1457 {
    margin-left: -38px;
  }

  .nav-menu-3 {
    padding-top: 116px;
    padding-left: 8px;
  }

  .div-block-9 {
    margin-right: 0;
  }

  .button.is-navbar4-button {
    padding: .25rem 1rem;
  }

  .navbar4_component {
    min-height: 4rem;
  }

  .navbar4_menu-wrapper {
    font-size: 1.25rem;
  }

  .button-8.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .navbar9_dropdown-link-list {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .navbar9_dropdown-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar9_menu {
    padding-bottom: 6rem;
  }

  .navbar9_component {
    min-height: 4rem;
  }

  .f-navigation-2 {
    padding-bottom: 20px;
  }

  .dropdown-link-4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .f-navigation-socials-wrapper {
    display: flex;
  }

  .f-navigation-menu-button.w--open {
    color: #000;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-16 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .hero2-text-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .tagline {
    text-align: center;
  }

  .h1-jumbo-2 {
    text-align: center;
    font-size: 44px;
    line-height: 51px;
  }

  .navbar-dropdown6_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar-dropdown6_dropdown-content-layout {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.3rem;
  }

  .layout10_image-wrapper.vgf {
    height: 100%;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .button-10.is-secondary {
    border-radius: 20px;
  }

  .button-10.is-link.is-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-style: solid;
    border-radius: 19px;
    margin-top: 3px;
  }

  .button-10.is-link.is-icon:hover {
    background-color: #d6d6d6;
    border-style: none;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout10_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout10_item._33 {
    justify-content: center;
    align-items: center;
  }

  .waves---paragraph-big.njh {
    font-size: 15px;
  }

  .waves---heading-2-no-margins {
    font-size: 35px;
    line-height: 116%;
  }

  .waves---heading-2-no-margins.bvcv.nnn {
    font-size: 33px;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }

  .waves-master-cta-2 {
    padding: 50px 32px;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .text-block-4 {
    display: none;
  }

  .text-block-4.rbq, .text-block-4.rbq.rbq-foot {
    display: block;
  }

  .text-block-3 {
    display: none;
  }

  .text-block-3.inc {
    display: block;
  }

  .social-list, .contact-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2.header-ribbon.infos.props.gff {
    padding-left: 18px;
  }

  .wbs-cta-7 {
    grid-template-columns: 1fr;
  }

  .wbs-cta-7.xh {
    flex-flow: column;
  }

  .wbs-heading-h4, .wbs-lead-text {
    text-align: center;
  }

  .section-2 {
    height: auto;
    padding: 5rem 3rem;
  }

  .heading.large {
    text-align: center;
    font-size: 2.5rem;
  }

  .container-large-2 {
    width: 100%;
  }

  .column-74 {
    height: 700px;
  }

  .column-74.rre {
    height: 300px;
  }

  .column-73 {
    flex: 0 auto;
    height: 300px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .columns-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .column-78 {
    flex: 0 auto;
    height: 300px;
  }

  .column-78.rtt {
    justify-content: center;
    align-items: flex-start;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-21 {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .column-79 {
    flex: 0 auto;
    height: 300px;
  }

  .columns-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .column-80 {
    flex: 0 auto;
    height: 300px;
  }

  .column-80.rtt {
    justify-content: center;
    align-items: flex-start;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-23 {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

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

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .section-10 {
    height: 850px;
    padding-top: 221px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-tag-line {
    display: none;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.contact {
    flex-flow: column;
    max-width: none;
    padding-top: 75px;
    padding-bottom: 75px;
    display: flex;
  }

  .text-block-40 {
    font-size: 16px;
  }

  .section-title {
    font-size: 24px;
    line-height: 37px;
  }

  .contact-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .section-wrapper.glow-1 {
    padding-bottom: 6px;
  }

  .section-title-container {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .section-tag-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 10px;
  }

  .contact-form-container {
    width: 100%;
  }

  .udesly-paragraph-medium.udesly-text-color-neutral-500 {
    text-align: center;
  }

  .udesly-image-wrapper {
    max-height: 360px;
  }

  .udesly-image-wrapper.udesly-article {
    max-width: none;
    max-height: none;
  }

  .udesly-article-card-small {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .udesly-image-cover {
    width: 100%;
  }

  .udesly-image-cover.nhv {
    height: 100%;
  }

  .heading-11.adfaasff {
    color: #000;
  }

  .heading-10, .heading-8 {
    text-align: center;
  }

  .section-title-2 {
    text-align: center;
    font-size: 24px;
    line-height: 37px;
  }

  .link-block-13 {
    flex-flow: column;
    margin-top: 0;
  }

  .text-block-45 {
    font-size: 16px;
  }

  .text-block-45.hhvb {
    text-align: center;
  }

  .text-block-46 {
    font-size: 25px;
  }

  .section-title-container-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .contact-content-container-2 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .lottie-animation-9 {
    margin-top: 0;
  }

  .udesly-footer-2-columns {
    padding-bottom: 48px;
  }

  .udesly-social {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-footer-menu {
    flex-flow: column;
  }

  .udesly-footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .udesly-link-block {
    font-family: Satoshi, sans-serif;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .section-12.about {
    background-image: linear-gradient(#ffffffba, #ffffffba), linear-gradient(to top, #00000024, #0000), url('../images/473.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    padding-bottom: 20px;
  }

  .section-12.about.alternative {
    background-position: 0 0, 50% 92%;
    background-size: auto, 180px;
  }

  .hero-section.licenses {
    padding-top: 167px;
  }

  .hero-section.licenses.vrac {
    padding-top: 70px;
  }

  .hero-section.vehicules {
    color: #000;
    background-image: linear-gradient(#0000008c 40%, #0000), url('../images/19947.jpg');
    background-position: 0 0, 50% 86%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 68px;
  }

  .hero-heading.second {
    font-size: 49px;
    line-height: 54px;
  }

  .propos-section {
    padding-top: 42px;
    padding-bottom: 0;
  }

  .licence-items {
    width: 100%;
  }

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

  .column-4 {
    opacity: 1;
    border-style: none;
  }

  .text-block {
    word-break: keep-all;
    background-image: linear-gradient(#ffffffc9, #ffffffc9);
    padding: 40px 18px 38px;
  }

  .column-3 {
    border-style: none;
    height: 400px;
  }

  .paragraph-2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .lottie-animation-16 {
    width: 250px;
  }

  .lottie-animation-18 {
    width: 100px;
    height: 100px;
    margin-bottom: -33px;
  }

  .heading-13 {
    padding-left: 21px;
  }

  .propos-section-2 {
    padding-top: 42px;
    padding-bottom: 0;
  }

  .uui-max-width-medium {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .media-text {
    width: auto;
  }

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

  .text-block-51 {
    display: none;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .paragraph-17.fhf {
    text-align: center;
  }

  .paragraph-18 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .navbar-dropdown8_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar-dropdown8_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    padding-left: 20px;
  }

  .intro-text {
    text-align: center;
    margin-top: 0;
  }

  .heading-jumbo {
    color: #fff;
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.top-titre {
    color: #000;
    font-weight: 500;
    line-height: 56px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    color: #fff;
    text-align: center;
  }

  .paragraph-bigger.cc-bigger-white-light.jk {
    opacity: .79;
    color: #000;
    text-align: center;
  }

  .text-block-61 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-3 {
    display: flex;
  }

  .navbar_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .footer4_social-list.yuu {
    display: none;
  }

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

  .side-menu-wrapper {
    overflow: hidden;
  }

  .side-menu_component {
    display: none;
    overflow: scroll;
  }

  .logo {
    margin-left: 0;
  }

  .hero2-dark {
    background-image: linear-gradient(#11121266, #11121266), url('../images/charming-house-with-grass-rocks-front.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: 63px;
  }

  .image-17 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .container-1461 {
    justify-content: center;
    align-items: center;
  }

  .hero2-text-wrap-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

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

  .h1-jumbo-3 {
    text-align: center;
    font-size: 44px;
    line-height: 51px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 32px;
    font-size: 22px;
    line-height: 125%;
  }

  .grid-buttons {
    grid-template-columns: 1fr;
  }

  .section.dark.under-hero-studio {
    margin-top: -140px;
    padding-top: 220px;
  }

  .section.hero-home {
    padding-top: 40px;
  }

  .section.hero-studio {
    padding-top: 64px;
  }

  .section.hero-contact {
    padding-bottom: 80px;
  }

  .section.hero-works {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .section.hero-services {
    padding-top: 52px;
  }

  .section.hero-blogs {
    padding-top: 56px;
  }

  .section.hero-blog-template {
    padding-top: 72px;
  }

  .section.legal-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.hero-sales {
    padding-top: 40px;
  }

  .text-style-h1 {
    font-size: 46px;
  }

  .grid-colors {
    grid-template-columns: 1fr;
  }

  .text-style-h2 {
    font-size: 46px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-template-ui {
    padding: 16px;
  }

  .menu-cta-wrap.mobile {
    display: block;
  }

  .menu-cta-wrap.desktop {
    display: none;
  }

  .nav-menu {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-quantity-text {
    font-size: 12px;
  }

  .nav-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .cart-container {
    border-radius: 0;
    min-width: 320px;
    max-width: none;
    height: 100svh;
    margin: 0;
  }

  .cart-list, .cart-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-link {
    height: 18px;
  }

  .cart-info-master {
    flex-direction: column;
  }

  .cart-button {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

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

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .text-cart-container {
    font-size: 12px;
    line-height: 166%;
  }

  .navbar {
    height: 72px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .master-title-home {
    justify-content: center;
    align-items: flex-start;
  }

  .single-title-home {
    justify-content: center;
    align-items: center;
  }

  .icon-play {
    width: 60px;
    height: 60px;
  }

  .image-logo {
    width: 40%;
    max-width: 40%;
  }

  .flex-heading-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-heading-left.mg-bottom-80.center-phone, .flex-heading-left.mg-bottom-100.center-landscape {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-heading-left.mg-bottom-100.juj {
    justify-content: center;
    align-items: center;
  }

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

  .no-margins.fhe {
    margin-top: -4px;
  }

  .text-subheading-project {
    font-size: 20px;
  }

  .link-project-main {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrap-image-project-main.home-one, .wrap-image-project-main.home-two, .wrap-image-project-main.home-three, .wrap-image-project-main.work-general-wrap {
    padding-top: 100%;
  }

  .list-wrapper-project-home-wide {
    margin-bottom: 0;
  }

  .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .single-service-animated {
    justify-content: flex-start;
    align-items: center;
  }

  .number-service-animated {
    width: 12vw;
    margin-bottom: 0;
  }

  .big-text-service-animated {
    font-size: 9.5vw;
    line-height: 100%;
  }

  .image-service-animated {
    display: none;
  }

  .flex-under-animated-services {
    margin-top: 52px;
  }

  .big-text {
    font-size: 22px;
  }

  .icon-quote {
    height: 44px;
  }

  .text-manifesto-big {
    font-size: 9.5vw;
  }

  .slider-testimonials {
    margin-top: 40px;
  }

  .image-wrap-testimonials-4 {
    height: 250px;
  }

  .text-testimonial {
    font-size: 26px;
  }

  .carousel-button.testimonial-right, .carousel-button.testimonial-left {
    width: 48px;
    height: 48px;
  }

  .wrap-process-one {
    margin-bottom: 0;
  }

  .h2-contact {
    font-size: 9vw;
  }

  .link-big-email-footer {
    height: 110px;
    font-size: 8.2vw;
  }

  .text-legal-footer {
    font-size: 16px;
  }

  .wrap-image-moving-insta {
    width: 210px;
    height: auto;
  }

  .inside-moving-hero-studio {
    width: 1070px;
  }

  .text-big-number {
    font-size: 24vw;
  }

  .expandable-single-big {
    padding: 16px 0;
  }

  .cell {
    padding-right: 8px;
    font-size: 14px;
    line-height: 150%;
  }

  .cell.top {
    font-size: 18px;
  }

  .wrap-image-contact {
    padding-top: 120%;
  }

  .heading-faq {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .single-faq {
    padding: 24px;
  }

  .link-filter {
    height: 44px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-wrap-blogs {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 52px;
  }

  .title-wrap-blog-template, .wrap-image-blog-hero {
    margin-bottom: 48px;
  }

  .container-small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-wrap-pricing {
    margin-bottom: 52px;
  }

  .tile-pricing {
    padding: 32px 24px;
  }

  .checkout-form {
    padding-top: 48px;
  }

  .order-item {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }

  .block-content {
    padding: 16px;
  }

  .top-price {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .top-order {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .h1-cms-template {
    font-size: 38px;
  }

  .master-title-sales {
    justify-content: center;
    align-items: flex-start;
  }

  .single-title-sales {
    justify-content: center;
    align-items: center;
  }

  .section-sales-mockups {
    max-height: 800px;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .sales-mockups-column.second-column {
    display: none;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .sales-mockups-column.first-column {
    display: none;
  }

  .container-sales-mockups {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .sales-card {
    padding: 16px;
  }

  .more-power-card {
    padding: 24px;
  }

  .break-link-mobile {
    word-break: break-all;
  }

  .box-more-templates {
    margin-top: 24px;
  }

  .grid-more-templates {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 32px;
  }

  .right-more-templates {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .background-video {
    height: 750px;
    padding: 70px 10px 30px;
  }

  .h1-jumbo {
    font-size: 40px;
  }

  .h1-jumbo.h1-jumbo__white {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
    line-height: 37px;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding {
    width: 100%;
  }

  .text-16.text-16__white {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }

  .btn {
    text-align: center;
    margin-right: 0;
    line-height: 19px;
    display: flex;
  }

  .lottie-animation-14.dhs {
    margin-bottom: 0;
  }

  .lottie-animation-13 {
    display: none;
  }

  .h1-2.menu-item {
    padding-left: 4px;
    font-size: 29px;
  }

  .div-block-8 {
    margin-left: 10px;
  }

  .brand-3 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .brand-3.w--current {
    padding-top: 0;
  }

  .rrt {
    color: #fff;
  }

  .image-61 {
    max-width: 58vw;
    margin-top: 6px;
    margin-left: 0;
  }

  .container-1446 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 0;
  }

  .menu-button-4 {
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0;
  }

  .menu-button-4.w--open {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 15px;
    margin-left: 0;
    display: flex;
  }

  .container-1457 {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .container-1448 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .link-block-11 {
    color: #f5f7fa;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .nav-menu-3 {
    padding-top: 87px;
  }

  .container-1458 {
    margin-left: 0;
    display: flex;
  }

  .button-7.is-secondary {
    width: 200px;
    margin-top: 0;
    margin-bottom: 13px;
    margin-left: 0;
  }

  .navbar9_dropdown-link {
    padding-left: 0;
  }

  .navbar9_dropdown-link-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar9_bottom-bar-content {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .text-size-small.hide-mobile-landscape {
    font-size: .8rem;
  }

  .text-weight-semibold {
    font-size: 13px;
  }

  .f-navigation-2 {
    padding-bottom: 20px;
  }

  .f-logo-2 {
    width: 170px;
  }

  .dropdown-toggle-2.gtd {
    flex-flow: row;
  }

  .f-navigation-socials-wrapper {
    padding-left: 8px;
  }

  .dropdown-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-5 {
    flex-flow: column;
  }

  .fi-icon-regular.insta {
    display: none;
  }

  .wrap.w50-center {
    width: 100%;
    padding-top: 78px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .btn-big {
    text-align: center;
    width: 161.953px;
    margin-right: 0;
    padding: 14px 25px;
    display: block;
  }

  .btn-big.autre, .btn-big.opp {
    border-radius: 10px;
    width: 90%;
  }

  .container-16 {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
  }

  .hero2-text-wrap {
    width: 100%;
    margin-top: 0;
  }

  .tagline {
    width: 100%;
    font-size: 14px;
  }

  .h1-jumbo-2 {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .text-span-38 {
    font-size: 11px;
  }

  .navbar-dropdown6_dropdown-link {
    padding-left: 0;
  }

  .navbar-dropdown6_dropdown-content-layout {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.6rem;
  }

  .heading-style-h2 {
    line-height: 1;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-10.is-secondary {
    width: 222px;
  }

  .button-10.is-secondary.bg {
    width: 220px;
  }

  .button-10.is-link.is-icon {
    margin-top: 0;
  }

  .button-group {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .layout10_content {
    grid-template-columns: 1fr;
  }

  .heading-style-h6 {
    text-align: center;
  }

  .layout10_item-list {
    grid-template-columns: 1fr;
  }

  .padding-global {
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .waves---paragraph-small {
    width: auto;
  }

  .waves---paragraph-small:hover {
    color: #1f83e0;
  }

  .waves---heading-2-no-margins {
    font-size: 27px;
  }

  .waves---heading-2-no-margins.bvcv.nnn {
    box-sizing: border-box;
    object-fit: contain;
    flex-flow: column;
    width: 300px;
    height: auto;
    font-size: 25px;
    display: flex;
    overflow: visible;
  }

  .waves---master-checks-horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
    display: none;
  }

  .waves-master-cta-2 {
    padding: 0 16px 64px;
  }

  .wbs-section-2 {
    background-image: none;
    background-position: 0 0;
    padding-top: 1.3rem;
  }

  .wbs-section-2.eco {
    padding-top: 7.3rem;
    padding-bottom: 11.6rem;
  }

  .text-block-4.rbq {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .text-block-4.rbq.rbq-foot {
    margin-bottom: 13px;
  }

  .text-block-3.inc {
    margin-left: 0;
  }

  .contact_data {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact_data.foot-infos {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact_data.tuu {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    justify-content: flex-start;
    align-items: center;
    font-family: Satoshi, sans-serif;
  }

  .contact_data.the {
    flex-flow: row;
  }

  .container-2.header-ribbon.infos {
    max-width: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .wbs-cta-7 {
    background-color: #13131300;
    background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/cat.json');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding: 20px;
  }

  .wbs-cta-7.xh {
    background-color: #13131300;
    background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/cat.json');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .wbs-heading-h4 {
    font-size: 1.7rem;
  }

  .section-2 {
    padding: 3.5rem .7rem;
  }

  .paragraph {
    font-size: .875rem;
  }

  .paragraph.utility-margin-bottom-0 {
    margin-top: 1.6rem;
  }

  .heading.regular {
    font-size: 1.25rem;
  }

  .heading.regular._44 {
    text-align: center;
  }

  .heading.large {
    font-size: 1.7rem;
  }

  .text-color-accent.paragraph {
    margin-bottom: 1.4rem;
    font-size: 1rem;
  }

  .utility-link-content-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-74 {
    height: auto;
    padding: 45px 20px;
  }

  .f-paragraph-large.tyr {
    text-align: left;
    font-size: 17px;
  }

  .f-heading-detail-small {
    margin-bottom: 16px;
  }

  .f-heading-detail-small.fhds {
    margin-bottom: 15px;
  }

  .column-78.rtt, .column-80.rtt {
    height: auto;
    padding: 45px 20px 87px;
  }

  .udesly-column {
    justify-content: center;
    align-items: center;
  }

  .udesly-column.ooip {
    justify-content: center;
    align-items: flex-start;
  }

  .udesly-column.hgb {
    justify-content: center;
    align-items: center;
  }

  .udesly-column.ss {
    justify-content: center;
    align-items: flex-start;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-overline-large {
    text-align: left;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text-three {
    font-size: 14px;
    line-height: 21px;
  }

  .testimonial-card-content {
    max-width: none;
    font-size: 11px;
  }

  .section-container.contact {
    padding: 60px 0;
  }

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

  .section-title {
    font-size: 21px;
    line-height: 31px;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-wrapper.glow-1 {
    padding: 77px 4vw 0;
  }

  .section-tag-container {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 24px;
    display: flex;
  }

  .link-block-12 {
    flex-flow: column;
  }

  .udesly-image-wrapper.udesly-article {
    max-width: none;
    max-height: 180px;
  }

  .udesly-article-card-small {
    flex-direction: column;
  }

  .heading-11.adfaasff {
    color: #000;
    text-align: center;
  }

  .section-title-2 {
    font-size: 20px;
    line-height: 31px;
  }

  .link-block-13 {
    flex-flow: column;
  }

  .text-block-45 {
    text-align: center;
    width: auto;
    font-size: 15px;
  }

  .text-block-45.hhvb {
    font-size: 17px;
  }

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

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

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

  .udesly-flex.udesly-gap-32 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .udesly-footer-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .udesly-footer-bottom {
    justify-content: center;
  }

  .udesly-button-accent {
    flex: none;
    max-width: 120px;
  }

  .udesly-link-block {
    justify-content: flex-start;
  }

  .section-12.about {
    background-image: linear-gradient(#ffffff9e, #ffffff9e), url('../images/473.jpg'), linear-gradient(to top, #00000024, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-12.about.alternative.div.rt {
    background-image: linear-gradient(to top, #00000024, #0000), none;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
    height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.licenses {
    padding-top: 155px;
  }

  .hero-section.licenses.vrac {
    padding-top: 70px;
  }

  .hero-heading {
    letter-spacing: 3px;
    margin-top: 14px;
    font-size: 35px;
    line-height: 40px;
  }

  .hero-heading.second {
    font-size: 32px;
    line-height: 40px;
  }

  .propos-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block {
    text-align: left;
    white-space: break-spaces;
    word-break: normal;
    padding-top: 29px;
    font-size: 14px;
    text-decoration: none;
  }

  .udeslytestimonial-block {
    width: auto;
  }

  .udesly-text-extrabold.udesly-large {
    text-align: left;
    width: auto;
  }

  .udesly-text-extrabold.udesly-large.ffd {
    width: auto;
  }

  .udesly-image-block {
    height: 300px;
  }

  .section-13 {
    color: #000;
    padding-top: 51px;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
  }

  .bold-text-2 {
    width: auto;
  }

  .section-14 {
    padding-top: 51px;
  }

  .section-14._90i {
    flex-flow: row;
    padding-left: 29px;
    display: flex;
  }

  .div-block-70 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .lottie-animation-16 {
    width: 250px;
    height: 250px;
  }

  .propos-section-2 {
    padding-top: 47px;
    padding-bottom: 0;
  }

  .uui-max-width-medium {
    padding-left: 13px;
    padding-right: 12px;
  }

  .media-text {
    padding-left: 5px;
    padding-right: 3px;
  }

  .container-20 {
    padding-bottom: 70px;
  }

  .text-block-38 {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

  .link-block-14, .link-block-15, .link-block-16, .link-block-17 {
    flex-flow: column;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_component {
    max-width: 90%;
  }

  .cookie-popup_component {
    color: #000;
    max-width: 100%;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
    display: block;
    inset: auto 0% 0%;
  }

  .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .column-82, .column-83, .column-84, .column-85, .column-86 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-87 {
    display: flex;
  }

  .navbar-dropdown8_dropdown-link {
    padding-left: 0;
  }

  .link-block-18, .link-block-19 {
    flex-flow: column;
  }

  .intro-content.cc-homepage {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-text {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 7px;
    padding-left: 0;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo.top-titre {
    margin-top: 4px;
    font-weight: 500;
    line-height: 42px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    opacity: 1;
    text-align: center;
    margin-top: 24px;
    padding-right: 0;
  }

  .paragraph-bigger.cc-bigger-white-light.jk {
    text-align: center;
    line-height: 22px;
  }

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

  .link-block-3 {
    margin-bottom: 9px;
  }

  .text-block-62 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    line-height: 26px;
  }

  .navbar_component {
    padding-left: .4rem;
    padding-right: .7rem;
  }

  .side-menu-text-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-5 {
    margin-left: 0;
    margin-right: 6px;
  }

  .side-menu-item-wrapper.flex-h {
    justify-content: space-between;
    align-items: center;
  }

  .side-menu-item-wrapper.flex-v {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: .4rem;
  }

  .text-size-tiny {
    font-size: .625rem;
  }

  .text-size-tiny.text-color-white.text-style-allcaps.text-style-muted {
    opacity: .48;
    color: #fff;
    margin-bottom: 9px;
    font-size: .9rem;
  }

  .footer4_social-list {
    display: none;
  }

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

  .side-menu-wrapper {
    place-items: start center;
    width: 100%;
  }

  .side-menu_component {
    width: 100%;
    display: none;
  }

  .logo {
    width: 200px;
    margin-left: 0;
  }

  .hero2-dark {
    background-image: linear-gradient(#11121266, #11121266), url('../images/charming-house-with-grass-rocks-front.jpg');
    background-position: 0 0, 50%;
    height: auto;
    padding-top: 26px;
  }

  .btn-big-2 {
    text-align: center;
    width: 161.953px;
    margin-right: 0;
    padding: 14px 25px;
    display: block;
  }

  .container-1461 {
    flex-flow: column;
    width: auto;
  }

  .hero2-text-wrap-2 {
    width: 100%;
    margin-top: 0;
  }

  .tagline-2 {
    width: 100%;
  }

  .h1-jumbo-3 {
    width: 100%;
    font-size: 37px;
    line-height: 40px;
  }
}

#w-node-ed978a7f-1d1c-eec9-4569-0e7ccb5743e5-2483ed5f, #w-node-_2ebd78aa-b93a-b93c-4ab1-d022ee5f1cb9-2483ed60 {
  place-self: stretch stretch;
}

#w-node-_268a4eef-699b-99b9-e1fb-b6d208698164-08698154 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268a4eef-699b-99b9-e1fb-b6d20869816d-08698154 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cf13479d-702c-a7c4-4995-7f04e348e9c8-2483ed69, #w-node-ac25a581-c7d9-1021-8f64-8662e672676a-2483ed69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac25a581-c7d9-1021-8f64-8662e6726773-2483ed69 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fa12f5b3-2066-ae49-93be-130b893b0294-2483ed69, #w-node-fa12f5b3-2066-ae49-93be-130b893b029d-2483ed69, #w-node-b53c10f9-0f3f-43dd-6d7c-19f8aba21a49-2483ed69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b53c10f9-0f3f-43dd-6d7c-19f8aba21a5b-2483ed69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b53c10f9-0f3f-43dd-6d7c-19f8aba21a64-2483ed69, #w-node-_3d486268-7595-dcb2-1ff4-16cfa10e14bc-2483ed6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d486268-7595-dcb2-1ff4-16cfa10e14c3-2483ed6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25563e77-c8b6-61f6-ee63-724e1f4b3553-2483ed6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25563e77-c8b6-61f6-ee63-724e1f4b356c-2483ed6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_25563e77-c8b6-61f6-ee63-724e1f4b3572-2483ed6a, #w-node-bc66e233-2be9-d1a8-f81e-fda9fea82d1b-2483ed6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc66e233-2be9-d1a8-f81e-fda9fea82d34-2483ed6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bc66e233-2be9-d1a8-f81e-fda9fea82d3a-2483ed6c, #w-node-_34a24493-f827-193c-7e0c-fbf97d050e12-2483ed6d, #w-node-_34a24493-f827-193c-7e0c-fbf97d050e27-2483ed6d, #w-node-e7e1bab1-d31f-2f65-4236-eb0a41182bcf-2483ed6d, #w-node-e7e1bab1-d31f-2f65-4236-eb0a41182bd1-2483ed6d, #w-node-_54cf0269-78d0-1e61-b359-2fe05c66c84b-2483ed6d, #w-node-b786432b-0461-21d7-92da-fb62fae35c8d-2483ed6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b786432b-0461-21d7-92da-fb62fae35ca6-2483ed6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b786432b-0461-21d7-92da-fb62fae35cac-2483ed6d, #w-node-_34a24493-f827-193c-7e0c-fbf97d050e12-2483ed70, #w-node-_34a24493-f827-193c-7e0c-fbf97d050e27-2483ed70, #w-node-e7e1bab1-d31f-2f65-4236-eb0a41182bcf-2483ed70, #w-node-e7e1bab1-d31f-2f65-4236-eb0a41182bd1-2483ed70, #w-node-_54cf0269-78d0-1e61-b359-2fe05c66c84b-2483ed70, #w-node-c83b5207-28e1-382e-7151-ad340f41a249-2483ed70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c83b5207-28e1-382e-7151-ad340f41a262-2483ed70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c83b5207-28e1-382e-7151-ad340f41a268-2483ed70, #w-node-ff535e7c-b4eb-4edf-7b25-a608a34bbff9-2483ed71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff535e7c-b4eb-4edf-7b25-a608a34bc012-2483ed71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ff535e7c-b4eb-4edf-7b25-a608a34bc018-2483ed71, #w-node-_7b25f0d6-162c-38c8-114c-ec3b35419ac2-2483ed72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b25f0d6-162c-38c8-114c-ec3b35419adb-2483ed72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7b25f0d6-162c-38c8-114c-ec3b35419ae1-2483ed72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b53c10f9-0f3f-43dd-6d7c-19f8aba21a5b-2483ed69, #w-node-_25563e77-c8b6-61f6-ee63-724e1f4b356c-2483ed6a, #w-node-bc66e233-2be9-d1a8-f81e-fda9fea82d34-2483ed6c, #w-node-b786432b-0461-21d7-92da-fb62fae35ca6-2483ed6d, #w-node-c83b5207-28e1-382e-7151-ad340f41a262-2483ed70, #w-node-ff535e7c-b4eb-4edf-7b25-a608a34bc012-2483ed71, #w-node-_7b25f0d6-162c-38c8-114c-ec3b35419adb-2483ed72 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}