.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

.w-commerce-commercecheckoutcustomerinfowrapper {
  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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

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

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

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

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

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

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

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

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

.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-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutorderitemswrapper {
  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-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: -webkit-sticky;
  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;
  -webkit-appearance: none;
  -ms-appearance: none;
  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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

.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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@media screen and (max-width: 767px) {
  .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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

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

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

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

.section-4 {
  height: 949px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.div {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 40px;
  display: flex;
}

.h5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: .484375px;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  width: 10px;
  height: 10px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1px;
  left: -19px;
}

.vectors-wrapper-2 {
  width: 104px;
  height: 11px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-cce109d4-89d7-b2bf-074a-2a080460fa91 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.div-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 190px;
  padding-right: 190px;
  display: flex;
}

.a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(77.7deg, #40db5c 0%, #03c7fd 50%, #40db5c 100%);
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 52.2344px 17.1875px 51.7656px;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 27.2px;
}

.a-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 36.1563px 17.1875px 36.8438px;
  display: flex;
}

.text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 27.2px;
}

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

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nos-solution-sont-developp-s-par-le-pole-rd-de-immersion-et-nossolutions-sont-compatible-avec-shariiing-1 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  cursor: auto;
  object-fit: fill;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.section-5 {
  width: 100%;
  height: 441px;
  min-height: 441px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/SECTION--section-5.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-4 {
  height: 422px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-5 {
  grid-column-gap: 528px;
  grid-row-gap: 528px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 31.2px;
}

.div-6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inputfirstname {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #fff;
  border-bottom-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.divplaceholder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 510px;
  display: flex;
}

.text-4 {
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  font-weight: 400;
}

.divw-node-_090e7b32-ce3f-a66d-b1fa-d160908684cd-908684bb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inputemail-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #fff;
  border-bottom-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.divplaceholder-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-right: 552px;
  display: flex;
}

.text-5 {
  color: rgba(255, 255, 255, .5);
  font-size: 19px;
  font-weight: 400;
}

.inputemail-2-2 {
  grid-column-gap: 465px;
  grid-row-gap: 465px;
  border: 0 solid #fff;
  border-bottom-width: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.vectors-wrapper-4 {
  width: 16.5564px;
  height: 16.9705px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inscrivez-vous-a-notre-newsletter-0 {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 50.5px;
}

.inscrivez-vous-a-notre-newsletter-1 {
  color: #fff;
  font-size: 150px;
  font-weight: 900;
  line-height: 115px;
}

.section-6 {
  margin-left: auto;
  margin-right: auto;
}

.div-7 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 200px;
  display: flex;
}

.h5-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: .484375px;
  line-height: 0;
  display: flex;
  position: static;
}

.vectors-wrapper-5 {
  width: 10px;
  height: 10px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1px;
  left: -19px;
}

.vectors-wrapper-6 {
  width: 104px;
  height: 11px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-497b9911-a5dd-ead6-3c3e-38348a410a75 {
  color: #fff;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
  font-family: Noah, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.div-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 190px;
  padding-right: 190px;
  display: flex;
}

.a-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  background-image: linear-gradient(rgba(255, 255, 255, .96), rgba(255, 255, 255, .96));
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 36px;
  transition: box-shadow .2s;
  display: flex;
}

.a-3:hover {
  background-image: linear-gradient(77.7deg, #51eb6d, #03c7fd 100%, #40db5c);
  box-shadow: 0 0 9px rgba(255, 255, 255, .26);
}

.text-6 {
  color: #181818;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: none;
  font-family: Noah, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.a-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 36px;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.a-4:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(93deg, #51eb6d, #03c7fd);
  box-shadow: 0 0 8px rgba(211, 211, 211, .29);
}

.text-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  font-family: Noah, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 27.2px;
}

.text-7:hover {
  color: #fff;
}

.div-9 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: static;
  overflow: visible;
}

.vectors-wrapper-7 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.nos-solution-sont-developp-s-par-le-pole-rd-de-immersion-et-nossolutions-sont-compatible-avec-shariiing-0 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.section-7 {
  width: 100%;
  height: 441px;
  min-height: 441px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/SECTION--section-5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column wrap;
  flex: 0 auto;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-10 {
  width: 100%;
  height: 422px;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
  display: flex;
}

.inscrivez-vous-a-notre-newsletter-2 {
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Stiffstaff, sans-serif;
  display: flex;
}

.div-11 {
  grid-column-gap: 528px;
  grid-row-gap: 528px;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-8 {
  color: #fff;
  font-family: Noah, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 31.2px;
}

.div-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.inputfirstname-2 {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #fff;
  border-bottom-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
}

.divplaceholder-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 0;
  display: block;
}

.divw-node-_090e7b32-ce3f-a66d-b1fa-d160908684cd-908684bb-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.inputemail-2-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #fff;
  border-bottom-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
}

.divplaceholder-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-right: 0;
  display: block;
}

.text-9 {
  color: rgba(255, 255, 255, .5);
  font-size: 19px;
  font-weight: 400;
}

.inputemail-2-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #fff;
  border-bottom-width: 2px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.vectors-wrapper-8 {
  width: 16.5564px;
  height: 16.9705px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.inscrivez-vous-a-notre-newsletter-3 {
  color: #fff;
  font-family: Noah, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 50.5px;
}

.inscrivez-vous-a-notre-newsletter-4 {
  color: #fff;
  font-size: 150px;
  font-weight: 900;
  line-height: 115px;
}

.section-8 {
  width: 100%;
  height: 1100px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column wrap;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 150px;
  display: flex;
}

.notre-forfait {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-family: Noah, sans-serif;
  display: flex;
}

.div-13 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  font-family: Noah, sans-serif;
  display: flex;
}

.credit-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10px 20px;
  display: flex;
  position: static;
}

.div-14 {
  width: 100%;
  max-width: 225px;
  min-width: 225px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 7.06878px;
  left: 691px;
}

.frame-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-9 {
  height: 142.862px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-10 {
  color: #10aca2;
  font-family: Noah, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 29.66px;
}

.div-15 {
  width: 100%;
  max-width: none;
  grid-column-gap: 600px;
  grid-row-gap: 600px;
  border: 1px solid #2f2f2f;
  border-width: 1px 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0;
  display: flex;
}

.text-11 {
  color: #fff;
  font-family: Noah, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.17px;
}

.div-16 {
  width: 100%;
  max-width: none;
  grid-column-gap: 600px;
  grid-row-gap: 600px;
  border: 0 solid #2f2f2f;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.div-17 {
  width: 100%;
  max-width: none;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.vectors-wrapper-10 {
  height: 47px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-5 {
  grid-column-gap: 7.92188px;
  grid-row-gap: 7.92188px;
  background-color: #6fdbd4;
  border-radius: 135.172px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 24px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #000;
  letter-spacing: 1.35172px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16.22px;
}

.notre-forfait-0 {
  color: #fff;
  margin-bottom: -28px;
  padding-bottom: 0;
  font-family: Noah, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 130px;
}

.notre-forfait-1 {
  color: #fff;
  font-family: Stiffstaff, sans-serif;
  font-size: 150px;
  font-weight: 900;
  line-height: 130px;
}

.section-9 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 95px;
  grid-row-gap: 95px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 66px;
  display: flex;
}

.div-18 {
  height: 325px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.les-acteurs-du-projet {
  flex-direction: column;
  font-family: Stiffstaff, sans-serif;
  display: flex;
}

.text-13 {
  color: rgba(0, 0, 0, .65);
  text-align: center;
  font-family: Noah, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  position: absolute;
  top: 188px;
  left: 315.313px;
}

.div-19 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-20 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  padding-left: 174px;
  display: flex;
}

.frame-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-11 {
  height: 158.391px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.my-log2-1 {
  object-fit: cover;
  position: absolute;
  top: 31.25px;
  left: 201.122px;
}

.div-21 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-12 {
  height: 158.391px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: .390625px;
  left: 1253px;
}

.vectors-wrapper-13 {
  height: 158.391px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -.609375px;
  left: -320px;
}

.les-acteurs-du-projet-0 {
  color: #000;
  text-align: center;
  letter-spacing: -5px;
  padding-bottom: 22px;
  font-family: Noah, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0;
}

.les-acteurs-du-projet-1 {
  color: #000;
  text-align: center;
  letter-spacing: -5px;
  font-size: 150px;
  font-weight: 900;
  line-height: 128.2px;
}

.section-10 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
  padding-bottom: 66px;
  display: flex;
}

.div-22 {
  height: 325px;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.les-acteurs-du-projet-2 {
  flex-direction: column;
  display: flex;
}

.text-14 {
  color: rgba(0, 0, 0, .65);
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Noah, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  display: block;
  position: static;
  top: 279px;
  left: 315.313px;
}

.div-23 {
  max-width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-24 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.frame-37 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.vectors-wrapper-14 {
  height: 99.9998%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-25 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.vectors-wrapper-15 {
  height: 99.9998%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: static;
  top: .390625px;
  left: 1253px;
}

.vectors-wrapper-16 {
  height: 99.9998%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: -.609375px;
  left: -320px;
}

.les-acteurs-du-projet-3 {
  color: #000;
  text-align: center;
  letter-spacing: -5px;
  padding-bottom: 26px;
  font-family: Noah, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0;
}

.les-acteurs-du-projet-4 {
  color: #000;
  text-align: center;
  letter-spacing: -5px;
  font-family: Stiffstaff, sans-serif;
  font-size: 150px;
  font-weight: 900;
  line-height: 128.2px;
}

.section-11 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px;
  display: flex;
}

.videoa230dc08-a09a-a65c-d1dc-47cc93605977-video {
  width: 100%;
  min-height: 413px;
  grid-column-gap: 362px;
  grid-row-gap: 362px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url('../images/videoa230dc08-a09a-a65c-d1dc-47cc93605977-video.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.rejoignez-notre-commune-sur-les-reseaux-sociaux {
  color: #fff;
  font-family: Noah, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 70.84px;
}

.frame-36 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-bottom: -68px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 30px;
  display: flex;
}

.vectors-wrapper-17 {
  width: 36px;
  height: 36px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: block;
}

.vectors-wrapper-18 {
  width: 40px;
  height: 28.0359px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-19 {
  width: 40px;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-12 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 140px 80px;
  display: flex;
}

.div-26 {
  grid-column-gap: 127px;
  grid-row-gap: 127px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 112px;
  padding-left: 40px;
  padding-right: 40px;
  transition: filter .7s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: static;
}

.div-27 {
  object-fit: cover;
  border-radius: 15px;
}

.aside {
  height: 368px;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: relative;
}

.h5-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 4.125px;
  display: flex;
  position: relative;
}

.vectors-wrapper-20 {
  width: 5.97508px;
  height: 6.61091px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 3.14909px;
  left: -17.8509px;
}

.text-15 {
  color: #000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
}

.text-16 {
  color: #000;
  font-family: Noah, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
}

.vectors-wrapper-21 {
  width: 44px;
  height: 44px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 256.063px;
  left: -2px;
}

.vectors-wrapper-21:hover {
  filter: invert();
}

.section-13 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  background-image: url('../images/div.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-28 {
  width: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .2);
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.div-29 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-17 {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Stiffstaff, sans-serif;
  font-size: 150px;
  font-weight: 900;
  line-height: 90px;
}

.text-18 {
  color: #fff;
  text-align: center;
  font-family: Noah, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27.2px;
}

.a-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  background-color: #fff;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 64px;
  transition: box-shadow .2s;
  display: flex;
}

.a-6:hover {
  background-color: #0e0e0e;
  box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

.text-19 {
  color: #000;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.2px;
}

.footer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: url('../images/footerbefore.png');
  background-position: 50% 100%;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -281px;
  margin-left: auto;
  margin-right: auto;
  padding: 155px 80px 60px;
  display: flex;
  position: static;
}

.footerbefore {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.div-30 {
  width: 100%;
  height: 536px;
  max-width: 1275px;
  grid-column-gap: 102px;
  grid-row-gap: 102px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-31 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.ready-to-revolutionise-your-business-communications-with-unrivalled-speed {
  color: #fff;
  padding-right: 69px;
  font-size: 34px;
  font-weight: 700;
  line-height: 43.2px;
}

.a-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(77.59deg, #40db5c 0%, #03c7fd 50%, #40db5c 100%);
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 54.6563px 16.1875px 54.3438px;
  display: flex;
}

.text-20 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 27.2px;
}

.div-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 113px;
  display: flex;
}

.text-21 {
  color: rgba(255, 255, 255, .25);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 13.75px;
}

.immersion-bordeaux---si-ge-social-rue-raymond-lavigne33-100-bordeaux---franc {
  color: #fff;
  padding-right: 117px;
  font-family: Noah, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27.2px;
}

.div-34 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.a-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  object-fit: fill;
  background-color: #fff;
  border-radius: 50px;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 30px;
  padding: 20px 30px 18px;
  transition: box-shadow .2s;
  display: block;
  position: static;
}

.a-8:hover {
  box-shadow: 0 0 8px rgba(238, 238, 238, .32);
}

.text-22 {
  color: #000;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-family: Noah, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: block;
}

.vectors-wrapper-22 {
  width: 14.1421px;
  height: 14.1421px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -327.817px;
  left: 37.368px;
}

.div-35 {
  width: 100%;
  max-width: 1243.96px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.vectors-wrapper-23 {
  height: 1px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-23 {
  color: rgba(255, 255, 255, .4);
  font-family: Noah, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

.copyright-real-assist-all-rights-reserved {
  color: rgba(255, 255, 255, .4);
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  font-family: Noah, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

.vectors-wrapper-24 {
  width: 67.6078px;
  height: 64.5106px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ready-to-revolutionise-your-business-communications-with-unrivalled-speed-0 {
  color: #fff;
  font-family: Noah, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 43.2px;
}

.ready-to-revolutionise-your-business-communications-with-unrivalled-speed-1 {
  color: #fff;
  font-family: Noah, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 43.2px;
}

.header {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(37, 37, 37, .5);
  border: 0 solid rgba(255, 255, 255, .15);
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-36 {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.vectors-wrapper-25 {
  height: 40.457px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ul {
  width: 100%;
  max-width: 50%;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.text-24 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.2px;
}

.div-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.a-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #555;
  cursor: auto;
  border: 2px solid #7dffe1;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 38px;
  transition: box-shadow .2s;
  display: flex;
}

.a-19:hover {
  background-color: #f0f0f0;
  border-color: rgba(125, 255, 225, 0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .31);
}

.text-25 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.text-25:hover {
  color: #fdfdfd;
}

.section1 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: -2px;
  background-image: url('../images/Group-38.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -78px;
  padding-top: 0;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.mainpost-2 {
  grid-column-gap: -786px;
  grid-row-gap: -786px;
  background-image: url('../images/Group-38.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.divafter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section {
  width: 100%;
  height: 698px;
  grid-column-gap: 95px;
  grid-row-gap: 95px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  display: block;
}

.div-38 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11px 40px 53px;
  display: flex;
}

.vectors-wrapper-26 {
  height: 107.176px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  background-image: linear-gradient(25deg, #378b59, #5fe9c4 48%, #00fff7);
  border: 2px #fff;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 17px 51px 15px;
  transition: box-shadow .2s;
  display: flex;
}

.a-10:hover {
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, .21);
}

.text-26 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 27.2px;
}

.vectors-wrapper-27 {
  height: 90.5px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.section-14 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.div-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 720px 1px 120px;
  display: flex;
}

.div-40 {
  width: 100%;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 200px 50px;
  display: flex;
}

.nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.li {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.vectors-wrapper-28 {
  width: 7px;
  height: 7px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: static;
  top: 10px;
  left: -13px;
}

.text-27 {
  color: #fff;
  letter-spacing: 1.19008px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 27.2px;
}

.un-nouveau-sens-de-collaboration {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding-right: 309px;
  font-family: Stiffstaff, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 90px;
}

.a-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  background-color: #fff;
  border-radius: 50px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 16px 31px;
  transition: box-shadow .2s;
  display: flex;
  position: static;
}

.a-11:hover {
  box-shadow: 0 0 12px rgba(206, 206, 206, .6);
}

.text-28 {
  color: #000;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-right: 40px;
  font-family: Noah, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 27.2px;
  text-decoration: none;
  display: flex;
}

.aafter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.vectors-wrapper-29 {
  width: 14.1421px;
  height: 14.1421px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: block;
}

.un-nouveau-sens-de-collaboration-0 {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 90px;
}

.un-nouveau-sens-de-collaboration-1 {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 96px;
  font-weight: 900;
  line-height: 90px;
}

.div-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6e6e6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-42 {
  width: 100%;
  height: 481px;
  max-width: 1280px;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 33px;
  padding-right: 41.9094px;
  display: flex;
  position: absolute;
  top: .21875px;
  left: -.5px;
}

._1 {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.frame-29 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 34px;
  display: flex;
}

.text-29 {
  color: #000;
  letter-spacing: -.2px;
  font-family: Noah, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-pour-option-1-du-service {
  color: #000;
  font-family: Noah, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.div-43 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6e6e6;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
}

.div-44 {
  width: 100%;
  height: 50%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 21px;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  overflow: hidden;
}

.frame-38 {
  width: 100%;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 34px;
  display: block;
}

.text-30 {
  color: #000;
  letter-spacing: -.2px;
  font-family: Noah, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-45 {
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: space-around;
  align-items: stretch;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.divw-node-_609e7fd2-4d95-f6be-fea0-22b8def7945b-dfc2aa92 {
  width: 100%;
  height: 100%;
  max-height: 400px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 100%;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin: auto;
  display: block;
  overflow: hidden;
}

.frame-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
  display: block;
}

.div-46 {
  width: 100%;
  height: auto;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle farthest-side at 100% 0, #a0ffef, rgba(0, 0, 0, 0)), radial-gradient(circle at 0 0, rgba(162, 247, 255, .5), rgba(255, 255, 255, 0)), radial-gradient(circle at 0 100%, #ab6bff, rgba(0, 0, 0, 0) 40%), radial-gradient(circle farthest-side at 100% 100%, rgba(253, 255, 158, .6), rgba(0, 0, 0, 0)), linear-gradient(#fff, #fff);
  background-clip: border-box;
  border: 1px rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0 20px 30px;
  display: block;
}

.text-31 {
  color: #000;
  letter-spacing: -.2px;
  font-family: Noah, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-pour-option-2-du-service {
  color: #000;
  font-family: Noah, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.mockup-1 {
  width: 100%;
  max-width: none;
  opacity: 1;
  object-fit: cover;
  border: 0 rgba(0, 0, 0, 0);
  margin: 0;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.divw-node-c7a5c477-df9e-0fad-4047-667183051e9e-dfc2aa92 {
  width: 100%;
  height: 100%;
  max-height: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin: 0 auto;
  display: flex;
}

.div-47 {
  width: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  object-fit: cover;
  background-image: linear-gradient(to right, #4565f6, #33d3f2 76%, #2de0bd);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0;
  padding: 20px 0 20px 30px;
  display: block;
}

.text-32 {
  color: #fff;
  letter-spacing: -.2px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noah, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.text-pour-option-3-du-service {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Noah, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.div-48 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.divw-node-_5a54a322-4ded-359c-ce6c-8c6c245a6c50-dfc2aa92 {
  width: 100%;
  min-height: auto;
  background-image: url('../images/divw-node-_5a54a322-4ded-359c-ce6c-8c6c245a6c50-dfc2aa92.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.div-49 {
  width: 100px;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin: 30px 0 0;
  padding: 0 57px 0 30px;
  display: block;
}

.text-33 {
  color: #fff;
  letter-spacing: -.2px;
  font-family: Noah, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.text-pour-option-4-du-service {
  width: 1538%;
  height: 50.6257%;
  color: #fff;
  font-family: Noah, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.untitl1ed-2 {
  width: 60%;
  height: 100%;
  max-width: 100%;
  object-fit: fill;
  flex: none;
  margin-left: auto;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.divw-node-d850ff2e-e297-34a5-9d26-ae515565616f-dfc2aa92 {
  width: 100%;
  min-height: auto;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: url('../images/divw-node-d850ff2e-e297-34a5-9d26-ae515565616f-dfc2aa92.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
  overflow: hidden;
}

.text-34 {
  color: #000;
  letter-spacing: -.2px;
  font-family: Noah, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-pour-option-5-du-service {
  color: #000;
  font-family: Noah, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.frame-4-1 {
  width: 101%;
  max-width: none;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.section-2 {
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #040404;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-50 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 78px;
  padding-bottom: 0;
  display: block;
}

.une-nouvelle-experience {
  padding-bottom: 120px;
  font-family: Stiffstaff, sans-serif;
  display: block;
}

.une-nouvelle-experience-0 {
  color: #e9e9e9;
  letter-spacing: -2px;
  font-family: Noah, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 45.9px;
  display: block;
}

.une-nouvelle-experience-1 {
  color: #e9e9e9;
  letter-spacing: -2px;
  font-size: 64px;
  font-weight: 400;
  line-height: 45.9px;
  display: block;
}

.une-nouvelle-experience-2 {
  color: #e9e9e9;
  letter-spacing: -2px;
  font-size: 200px;
  font-weight: 400;
  line-height: 45.9px;
  display: block;
}

.une-nouvelle-experience-3 {
  color: #e9e9e9;
  letter-spacing: -2px;
  font-size: 200px;
  font-weight: 900;
  line-height: 45.9px;
  display: block;
}

.div-block {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  overflow: hidden;
}

.section-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-51 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 104px;
  padding-bottom: 104px;
  display: flex;
}

.div-52 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-35 {
  text-transform: lowercase;
}

.div-53 {
  height: 105px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Noah, sans-serif;
  display: flex;
}

.text-36 {
  color: #000;
  font-family: Noah, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
}

.a-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  background-color: #4ed1aa;
  border-radius: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 23px 22.5781px 25px 21px;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .25);
}

.a-12:hover {
  background-color: #1d1d1d;
  box-shadow: 0 0 8px rgba(0, 0, 0, .34), inset 1px 1px 1px rgba(255, 255, 255, .25);
}

.text-37 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
}

.vectors-wrapper-30 {
  height: 1px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-54 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-41 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-38 {
  color: #000;
  letter-spacing: -.2px;
  font-family: Noah, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-55 {
  grid-column-gap: 9.53125px;
  grid-row-gap: 9.53125px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 21.4688px;
  display: flex;
}

.text-39 {
  color: #000;
  letter-spacing: -2px;
  font-family: Noah, sans-serif;
  font-size: 59px;
  font-weight: 400;
  line-height: 70.4px;
}

.vectors-wrapper-31 {
  width: 80px;
  height: 84.7969px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-40 {
  color: #000;
  font-family: Noah, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.8px;
}

.vectors-wrapper-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.a-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-56 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-57 {
  grid-column-gap: 10.9844px;
  grid-row-gap: 10.9844px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-41 {
  color: #000;
  letter-spacing: -2px;
  font-family: Noah, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70.4px;
}

.vectors-wrapper-33 {
  width: 74.0156px;
  height: 78.8125px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-58 {
  grid-column-gap: 10.2969px;
  grid-row-gap: 10.2969px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-34 {
  width: 65.7031px;
  height: 70.5px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.comment-a-marche-0 {
  color: #000;
  letter-spacing: -5px;
  padding-right: 19px;
  font-family: Noah, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 115.2px;
}

.comment-a-marche-1 {
  color: #000;
  letter-spacing: -5px;
  text-transform: undefined;
  font-family: Noah, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 115.2px;
}

.comment-a-marche-3 {
  color: #000;
  letter-spacing: -5px;
  font-family: Stiffstaff, sans-serif;
  font-size: 150px;
  font-weight: 900;
  line-height: 115.2px;
}

.image {
  width: 75%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/industrial-workers-cooperating-while-doing-quality-control-manufactured-products-factory.png');
  background-position: 50% 100%;
  background-size: auto;
  border-radius: 150px;
  flex: 0 auto;
  display: block;
}

.image-2 {
  width: 75%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 150px;
}

.image-3 {
  width: 75%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 150px;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Noah, sans-serif;
}

.link-block {
  cursor: none;
  padding-top: 42px;
  text-decoration: none;
  overflow: visible;
}

.link-block-2 {
  text-decoration: none;
}

.text-block {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  font-family: Stiffstaff, sans-serif;
  font-size: 150px;
}

.text-block-2 {
  text-transform: lowercase;
}

.text-block-3 {
  width: 100%;
  height: 100%;
  text-transform: none;
}

.span {
  color: #070707;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  cursor: none;
  text-decoration: none;
  transition: background-color .2s;
}

.text-block-4 {
  color: #fff;
  font-family: Stiffstaff, sans-serif;
  font-size: 150px;
  line-height: 100px;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.link-block-9 {
  flex: none;
  font-family: Noah, sans-serif;
  text-decoration: none;
}

.field-label, .field-label-2 {
  font-family: Noah, sans-serif;
}

.text-field, .text-field-2 {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  font-family: Noah, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .475s;
  display: grid;
  position: static;
}

.div-block-3:hover {
  background-color: #0c0c0c;
}

.submit-button {
  width: 100%;
  height: 100%;
  clear: none;
  cursor: auto;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin: 0;
  padding: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

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

.link-block-10 {
  flex: 0 auto;
  display: block;
  overflow: visible;
}

.div-block-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-5 {
  grid-column-gap: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.div-block-15 {
  width: auto;
  height: auto;
  min-height: 15px;
  min-width: 15px;
  border: 1px solid #fff;
  border-radius: 20px;
}

.div-block-7 {
  grid-column-gap: 10px;
  cursor: auto;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-7.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-10 {
  width: auto;
  height: auto;
  min-height: 15px;
  min-width: 15px;
  border: 1px solid #fff;
  border-radius: 20px;
}

.div-block-16 {
  min-height: 15px;
  min-width: 15px;
  opacity: 1;
  outline-offset: 0px;
  border: 1px solid #fff;
  border-radius: 30px;
  outline: 3px #555;
}

.div-block-12, .div-block-11, .div-block-13 {
  width: auto;
  height: auto;
  min-height: 15px;
  min-width: 15px;
  border: 1px solid #fff;
  border-radius: 20px;
}

.body-2 {
  background-color: #000;
}

.text-block-5 {
  color: #000;
  padding-top: 0;
  font-family: Noah, sans-serif;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(225deg, #79ecd1, #e0c6cf);
  border-radius: 30px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  line-height: 15px;
  display: block;
}

.div-block-17 {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cart-quantity {
  color: #000;
}

.link-block-11 {
  cursor: none;
  padding-left: 0;
}

.link-block-11.w--current {
  padding-left: 0;
}

.add-to-cart-button {
  background-color: #6fdbd4;
  border-radius: 30px;
  padding: 15px 30px;
}

.buy-now-button {
  background-color: #6fdbd4;
  border-radius: 30px;
  margin-top: 0;
  padding: 15px 30px;
}

.collection-list {
  display: none;
}

.collection-item {
  flex-direction: column;
  display: block;
  position: static;
}

.add-to-cart {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: block;
}

.default-state {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-6 {
  color: #fff;
}

.text-block-8 {
  color: #fffefe;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-18 {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  display: flex;
}

.field-label-3 {
  margin-bottom: 0;
}

.quantity {
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-19 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.text-block-9 {
  color: #707070;
}

.frame-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  display: flex;
  position: static;
}

.plonger-lassistance-distance-dans-un-nouveau-degr-dimmersion {
  color: #fff;
  text-align: center;
  font-size: 39px;
  font-weight: 400;
  line-height: 48px;
}

.text-42 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Noah, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  position: static;
  top: 0;
  left: 232.5px;
}

.plonger-lassistance-distance-dans-un-nouveau-degr-dimmersion-0 {
  color: #fff;
  text-align: center;
  font-family: Noah, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 48px;
}

.plonger-lassistance-distance-dans-un-nouveau-degr-dimmersion-1 {
  color: #fff;
  text-align: center;
  font-family: Noah, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 48px;
}

.text-43 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.nos-solutions-sont-con-ues-et-d-velopp-es-par-le-p-le-rd-dimmersion-et-compatibles-avec-shariiing-0 {
  color: #fff;
  text-align: center;
  font-family: Noah, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.nos-solutions-sont-con-ues-et-d-velopp-es-par-le-p-le-rd-dimmersion-et-compatibles-avec-shariiing-1 {
  color: #fff;
  text-align: center;
  font-family: Noah, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.text-44 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  line-height: 43.2px;
}

.pr-t-r-volutionner-vos-communications-professionnelles-avec-une-vitesse-in-gal-e-0 {
  color: #fff;
  font-family: Noah, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 43.2px;
}

.pr-t-r-volutionner-vos-communications-professionnelles-avec-une-vitesse-in-gal-e-1 {
  color: #fff;
  font-family: Noah, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 43.2px;
}

.empty-state, .collection-list-wrapper {
  display: none;
}

.a-19-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  mix-blend-mode: normal;
  background-image: linear-gradient(120deg, #5fc, #00c3d5);
  border: 2px #424242;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 38px;
  transition: background-color 1s cubic-bezier(.55, .085, .68, .53), box-shadow .2s;
  display: flex;
}

.a-19-copy:hover {
  outline-offset: 0px;
  color: #272727;
  background-image: linear-gradient(#070707, #070707);
  outline: 1px solid #fff;
  box-shadow: 0 0 10px rgba(228, 228, 228, .3);
}

.collection-list-wrapper-2 {
  width: 0;
  height: 0;
}

.out-of-stock-state {
  padding-bottom: 0;
}

.video {
  width: 100%;
  height: 50%;
  max-height: 50px;
  object-fit: contain;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.div-block-20 {
  max-height: 100%;
  overflow: visible;
}

.div-block-21 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: rgba(245, 245, 245, 0);
  border: 1px #000;
  border-radius: 15px;
  outline: 3px #333;
  flex: 0 auto;
  margin-left: 75px;
  margin-right: 75px;
  padding: 10px 20px;
  display: flex;
}

.image-4 {
  filter: contrast(48%) grayscale();
  object-fit: contain;
}

.image-5 {
  filter: invert() grayscale();
  object-fit: contain;
}

.image-6 {
  filter: hue-rotate(180deg) grayscale();
  object-fit: contain;
}

.image-7 {
  object-fit: contain;
}

.image-8 {
  filter: invert() grayscale();
}

.div-block-23 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.mockup-1-copy {
  width: 100%;
  max-width: none;
  opacity: 1;
  object-fit: cover;
  border: 0 rgba(0, 0, 0, 0);
  margin: 0;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.div-block-24 {
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-9 {
  width: 60px;
  filter: grayscale();
  mix-blend-mode: normal;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  font-family: Noah, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.text-block-12 {
  color: #fff;
  letter-spacing: 1.3px;
  font-family: Noah, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.div-block-25 {
  width: 200px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, rgba(255, 255, 255, .09), rgba(255, 255, 255, .42) 0%, rgba(0, 0, 0, 0) 69%);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-12 {
  width: 100%;
  height: 100%;
  cursor: auto;
  flex: none;
}

.link-block-13 {
  cursor: auto;
  flex: none;
}

.text-block-13 {
  color: #fff;
  letter-spacing: 1.3px;
  font-family: Noah, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 10px;
}

.div-block-26 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.success-message {
  overflow: visible;
}

.learn-more-span {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

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

.margin-15 {
  margin-bottom: 15px;
}

.rightfloatingcookie {
  width: 625px;
  float: right;
  clear: none;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(0, 0, 0, .81);
  border-radius: 10px;
  padding: 25px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 50px;
  right: 50px;
  overflow: hidden;
}

.right-cookie-image {
  width: 150px;
  height: 150px;
  align-self: flex-start;
  margin-right: 25px;
}

.cookie-button-blue {
  color: #fff;
  letter-spacing: 1.3px;
  cursor: auto;
  background-color: #4ed1aa;
  border-radius: 20px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
  font-family: Noah, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s;
}

.cookie-button-blue:hover {
  color: #000;
  background-color: #fafafa;
  border-bottom-style: solid;
  border-bottom-color: #203492;
  box-shadow: 0 0 8px 2px rgba(255, 255, 255, .35);
}

.white-text {
  color: #fff;
}

.section-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 32px;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.text-block-14 {
  color: #ddd;
}

.div-block-27 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.div-block-28 {
  max-height: 600px;
  max-width: 900px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .84);
  border: 1px solid #353535;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 50px 50px;
  display: none;
  position: fixed;
  top: 11%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-29 {
  order: 1;
  align-self: flex-end;
}

.image-10 {
  width: 32px;
  align-self: flex-end;
  margin-right: 0;
  display: block;
}

.image-11 {
  width: 38px;
  align-self: flex-end;
  margin-right: 0;
  display: block;
}

.section-16 {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 25px;
  left: 50px;
  right: 50px;
}

.div-block-31 {
  width: 625px;
  height: 500px;
  float: right;
  background-color: rgba(0, 0, 0, .81);
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}

.text-block-15 {
  color: #fff;
}

.body-3 {
  color: #dfdfdf;
  background-color: #d6d6d6;
}

.text-block-16 {
  color: #080808;
  text-align: left;
  font-style: normal;
  font-weight: 400;
}

.section-17 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #b1b1b1;
  flex-direction: column;
  align-items: center;
  padding: 50px 200px;
  display: flex;
}

.bold-text {
  text-align: center;
  font-size: 40px;
}

.body-4 {
  background-color: #ddd;
}

.link {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
}

.cookie-button-blue-copy {
  color: #fff;
  letter-spacing: 1.3px;
  cursor: auto;
  background-color: #919191;
  border-radius: 20px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
  font-family: Noah, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s;
}

.cookie-button-blue-copy:hover {
  color: #000;
  background-color: #fafafa;
  border-bottom-style: solid;
  border-bottom-color: #203492;
  box-shadow: 0 0 8px 2px rgba(255, 255, 255, .35);
}

.italic-text {
  font-style: normal;
}

.link-block-14 {
  cursor: none;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }

  .div-7 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .vectors-wrapper-7 {
    overflow: hidden;
  }

  .section-7 {
    padding-top: 20px;
  }

  .text-8 {
    font-size: 40px;
    line-height: 0;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-15, .div-16 {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
  }

  .les-acteurs-du-projet-4 {
    font-size: 100px;
    line-height: 100px;
  }

  .section-11 {
    padding: 50px;
  }

  .videoa230dc08-a09a-a65c-d1dc-47cc93605977-video {
    min-height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 50px 40px;
  }

  .rejoignez-notre-commune-sur-les-reseaux-sociaux {
    font-size: 50px;
    line-height: 50px;
  }

  .frame-36 {
    object-fit: fill;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .section-12 {
    margin-left: 0;
    margin-right: 0;
    padding: 100px 40px;
  }

  .div-26 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-17 {
    font-size: 100px;
  }

  .a-8 {
    padding-top: 20px;
  }

  .div-36 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ul {
    display: none;
  }

  .vectors-wrapper-26 {
    overflow: visible;
  }

  .vectors-wrapper-27 {
    display: none;
    overflow: visible;
  }

  .un-nouveau-sens-de-collaboration-0 {
    font-size: 60px;
    line-height: 40px;
  }

  .un-nouveau-sens-de-collaboration-1 {
    font-size: 60px;
    line-height: 50px;
  }

  .divw-node-_5a54a322-4ded-359c-ce6c-8c6c245a6c50-dfc2aa92 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
  }

  .div-49 {
    height: 100px;
    border-bottom-left-radius: 15px;
    margin-bottom: 0;
  }

  .untitl1ed-2 {
    width: 100%;
    object-fit: cover;
    align-self: stretch;
    margin-left: 0;
    display: block;
    overflow: hidden;
  }

  .divw-node-d850ff2e-e297-34a5-9d26-ae515565616f-dfc2aa92 {
    border-bottom-right-radius: 15px;
  }

  .une-nouvelle-experience {
    padding-bottom: 100px;
  }

  .une-nouvelle-experience-0 {
    font-size: 50px;
  }

  .une-nouvelle-experience-3 {
    font-size: 100px;
  }

  .section-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-52 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-53 {
    height: 67%;
    flex-flow: column;
  }

  .a-13 {
    overflow: visible;
  }

  .vectors-wrapper-31 {
    display: none;
  }

  .a-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .vectors-wrapper-33, .vectors-wrapper-34 {
    display: none;
  }

  .comment-a-marche-0 {
    font-size: 40px;
    line-height: 80px;
  }

  .image, .image-2, .image-3 {
    width: 50%;
  }

  .text-block {
    font-size: 100px;
  }

  .span {
    font-size: 80px;
  }

  .text-block-4 {
    font-size: 80px;
    line-height: 0;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
  }

  .div-block-21 {
    object-fit: contain;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-8 {
    width: 20%;
    height: 100%;
    max-width: none;
  }

  .div-block-23 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: row;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .cursor-wrapper, .right-cookie-image {
    display: none;
  }

  .cookie-button-blue {
    align-self: flex-end;
  }

  .div-block-28 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-17 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .cookie-button-blue-copy {
    align-self: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: visible;
  }

  .vectors-wrapper-7 {
    overflow: hidden;
  }

  .text-8 {
    font-size: 30px;
  }

  .div-12 {
    margin-right: 30px;
  }

  .section-8 {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-13 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-15, .div-16 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .notre-forfait-0 {
    font-size: 50px;
    line-height: 50px;
  }

  .notre-forfait-1 {
    font-size: 100px;
  }

  .les-acteurs-du-projet-3 {
    font-size: 40px;
  }

  .les-acteurs-du-projet-4 {
    font-size: 60px;
    line-height: 50px;
  }

  .frame-36 {
    padding-left: 30px;
  }

  .div-27 {
    max-height: none;
    max-width: 80%;
    object-fit: cover;
    overflow: hidden;
  }

  .text-17 {
    font-size: 80px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .a-19 {
    display: none;
  }

  .div-40 {
    padding-left: 0;
  }

  .div-47 {
    padding-bottom: 30px;
  }

  .untitl1ed-2 {
    width: 100%;
    display: block;
  }

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .une-nouvelle-experience {
    padding-bottom: 50px;
  }

  .une-nouvelle-experience-1 {
    line-height: 0;
  }

  .une-nouvelle-experience-3, .text-block-4 {
    font-size: 60px;
  }

  .div-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
    overflow: hidden;
  }

  .div-block-23 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .cursor-wrapper {
    display: none;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .rightfloatingcookie {
    max-width: 90vw;
    margin-left: 20px;
    margin-right: 20px;
    bottom: 10px;
    left: auto;
    right: auto;
  }

  .right-cookie-image {
    width: 120px;
    height: 120px;
    display: none;
  }

  .cookie-button-blue {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-17 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .cookie-button-blue-copy {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .div-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-8 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vectors-wrapper-7 {
    overflow: hidden;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-8 {
    font-size: 20px;
  }

  .div-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-16 {
    grid-column-gap: 10px;
    grid-row-gap: 50px;
  }

  .div-17 {
    flex-direction: column;
    align-items: flex-end;
  }

  .notre-forfait-0 {
    font-size: 40px;
    line-height: 20px;
  }

  .notre-forfait-1 {
    font-size: 60px;
  }

  .text-14 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .section-11 {
    padding: 20px;
  }

  .videoa230dc08-a09a-a65c-d1dc-47cc93605977-video {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rejoignez-notre-commune-sur-les-reseaux-sociaux {
    font-size: 40px;
    line-height: 40px;
  }

  .div-26 {
    padding-bottom: 0;
  }

  .div-27 {
    display: none;
  }

  .text-16 {
    font-size: 30px;
  }

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

  .text-17 {
    font-size: 50px;
  }

  .a-6 {
    padding: 10px 40px;
  }

  .text-19 {
    font-size: 16px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
  }

  .div-30 {
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-32 {
    display: block;
  }

  .div-33 {
    padding-bottom: 10px;
  }

  .div-34 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-35 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    display: block;
  }

  .copyright-real-assist-all-rights-reserved {
    display: none;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .div-36 {
    grid-column-gap: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .a-19 {
    display: none;
  }

  .section1 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .div-38 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .a-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-40 {
    padding-bottom: 100px;
  }

  .un-nouveau-sens-de-collaboration {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-right: 0;
    display: flex;
  }

  .un-nouveau-sens-de-collaboration-0 {
    font-size: 40px;
    line-height: 50px;
  }

  .un-nouveau-sens-de-collaboration-1 {
    font-size: 40px;
    line-height: 10px;
  }

  .div-43 {
    border-radius: 15px;
    overflow: hidden;
  }

  .divw-node-_609e7fd2-4d95-f6be-fea0-22b8def7945b-dfc2aa92 {
    border-radius: 15px;
  }

  .divw-node-c7a5c477-df9e-0fad-4047-667183051e9e-dfc2aa92 {
    border-radius: 15px;
    overflow: hidden;
  }

  .div-48 {
    flex-direction: column;
  }

  .divw-node-_5a54a322-4ded-359c-ce6c-8c6c245a6c50-dfc2aa92 {
    border-radius: 15px;
  }

  .untitl1ed-2 {
    width: 100%;
    display: block;
  }

  .divw-node-d850ff2e-e297-34a5-9d26-ae515565616f-dfc2aa92 {
    width: 100%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-radius: 15px;
  }

  .une-nouvelle-experience {
    padding-bottom: 40px;
  }

  .une-nouvelle-experience-0 {
    font-size: 30px;
  }

  .une-nouvelle-experience-3 {
    font-size: 40px;
  }

  .div-block {
    padding-right: 30px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comment-a-marche-0 {
    font-size: 30px;
    line-height: 20px;
  }

  .image, .image-2, .image-3 {
    display: none;
  }

  .text-block {
    height: auto;
  }

  .text-block-3 {
    height: auto;
    line-height: 0;
  }

  .span {
    font-size: 60px;
    line-height: 0;
  }

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

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link-block-9 {
    display: none;
  }

  .div-block-5 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .div-block-18 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .frame-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
    padding-top: 30px;
  }

  .plonger-lassistance-distance-dans-un-nouveau-degr-dimmersion {
    line-height: 30px;
  }

  .text-42 {
    align-self: auto;
    position: static;
  }

  .plonger-lassistance-distance-dans-un-nouveau-degr-dimmersion-0, .plonger-lassistance-distance-dans-un-nouveau-degr-dimmersion-1 {
    font-size: 25px;
    line-height: 0;
  }

  .text-43 {
    font-size: 20px;
    line-height: 25px;
    display: block;
  }

  .nos-solutions-sont-con-ues-et-d-velopp-es-par-le-p-le-rd-dimmersion-et-compatibles-avec-shariiing-0, .nos-solutions-sont-con-ues-et-d-velopp-es-par-le-p-le-rd-dimmersion-et-compatibles-avec-shariiing-1 {
    font-size: 20px;
    line-height: 0;
  }

  .div-block-21 {
    overflow: hidden;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .image-8 {
    width: 50%;
  }

  .text-block-10 {
    line-height: 30px;
  }

  .div-block-23 {
    align-items: center;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .rightfloatingcookie {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0;
    right: auto;
  }

  .right-cookie-image {
    margin-bottom: 20px;
    display: none;
  }

  .cookie-button-blue {
    width: 120px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-28 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-button-blue-copy {
    width: 120px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-e97219dc-bca0-7d23-8faa-f709079c5b57-b4df9498 {
  order: 0;
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: auto;
}

#w-node-e97219dc-bca0-7d23-8faa-f709079c5b65-b4df9498 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_8d10f7c2-69f1-d28f-c633-7cc34fd6c14b-b4df9498 {
  grid-area: 1 / 1 / 2 / 2;
}


@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stiffstaff';
  src: url('../fonts/StiffStaff-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}