/** Shopify CDN: Minification failed

Line 4797:0 Unexpected "}"

**/
:root {
  --whitesmoke: #cccccc;
  --noir-gris: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  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 {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

.w-commerce-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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .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;
  }
}

.hero {
  z-index: 998;
  height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.background-video {
  object-fit: fill;
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav {
  position: static;
}

.nav-conteiner {
  justify-content: space-between;
  align-items: center;
  padding: .8rem 3rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.body {
  background-color: var(--whitesmoke);
  cursor: auto;
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.link-conteiner-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.link-block {
  color: #fff;
  cursor: none;
  height: 25px;
  font-size: 2vw;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

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

.text-block-2 {
  font-family: Oswald, sans-serif;
  font-size: 2vw;
  font-weight: 400;
}

.text-block-3 {
  font-family: Oswald, sans-serif;
  font-size: 2vw;
}

.btn-nav-backgrund {
  z-index: 0;
  background-color: #fff;
  height: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  z-index: 1;
  font-family: Oswald, sans-serif;
  position: relative;
}

.div-milieu {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-size: 2vw;
  line-height: 1;
}

.nom-de-la-marque-fix {
  z-index: 997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  color: #fff;
  mix-blend-mode: difference;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 43vh 0% 0%;
}

.mon-element-fixe {
  z-index: 9999;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12vw;
  height: 12vh;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: static;
}

.section-texte-jamila {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--whitesmoke);
  flex-flow: column;
  align-items: flex-start;
  height: 100vh;
  padding: 3em 3em 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-6 {
  color: #fff;
  font-size: 2vw;
  line-height: 1;
}

.div-centre-de-la-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
}

.text-block-7, .text-block-8 {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 2vw;
  line-height: 1;
}

.div-block {
  background-color: #fff;
  width: 5vw;
  height: 2px;
}

.image {
  mix-blend-mode: difference;
  background-color: #0000;
  width: 10vw;
  height: 10vh;
}

.div-block-2 {
  border: 1px solid #000;
  border-radius: 100%;
}

.cursor-wrapper {
  z-index: 9999;
  color: #fff;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor-wrapper.pointer_none {
  mix-blend-mode: difference;
}

.cursor-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 7vh;
  display: flex;
}

.grid-jamila {
  grid-template-rows: auto;
  grid-auto-flow: row dense;
  width: 100vw;
  height: auto;
}

.image-2 {
  width: 50vw;
}

.texte-jamila-conteiner {
  padding-left: 2em;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: 1;
}

.heading-2 {
  z-index: 1;
  color: #000;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 9vw;
  font-weight: 800;
  line-height: 1.3;
  position: relative;
}

.text-span {
  color: #000;
  font-size: 9vw;
  line-height: 1.3;
  position: static;
}

.text-block-9 {
  position: absolute;
  top: 100vh;
}

.texte-copy-1 {
  color: #000;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 0;
  bottom: 0;
}

.text-block-10 {
  color: #000;
  font-family: Varela, sans-serif;
  font-size: 9vw;
  font-weight: 800;
  line-height: 1.3;
  position: absolute;
  top: 77vh;
  left: 3.2vw;
}

.text-block-10-copy {
  color: #000;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 9vw;
  font-weight: 800;
  line-height: 1.3;
  position: absolute;
  top: 77vh;
  left: 3.2vw;
}

.image-3 {
  z-index: 0;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-span-2 {
  mix-blend-mode: normal;
}

.track {
  background-color: #f5f5f5;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 400vw;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-11 {
  color: #000;
  text-transform: uppercase;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.div-conteiner-texte-jamila {
  color: #fff;
  mix-blend-mode: difference;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.text-block-12 {
  text-transform: uppercase;
  font-size: 9vw;
}

.text-block-13 {
  color: #000;
  text-indent: 0;
  text-transform: uppercase;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.text-block-14 {
  color: #000;
  text-transform: uppercase;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.bug-vraiment-conteiner {
  color: #fff;
  position: relative;
}

.text-block-15 {
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  margin-bottom: 0;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.layer-1-text {
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-family: Oswald, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  inset: 0%;
}

.layer-2-text {
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-family: Great Vibes, cursive;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  inset: 0%;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.item {
  background-image: url(//monboncbd.dermaling.com/cdn/shop/t/13/assets/photo-2-carrousel.png?v=112728058883655669531786273069);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 15em;
  font-family: Oswald, sans-serif;
  display: flex;
}

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

.section-annonce-look-book {
  background-color: var(--whitesmoke);
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 5em;
  display: flex;
  position: relative;
}

.text-block-16 {
  aspect-ratio: auto;
  color: #fff;
  text-transform: uppercase;
  object-fit: fill;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  font-size: 5vw;
  line-height: 1;
}

.section {
  height: 400vh;
}

.camera-annonce-lookbook {
  width: 100vw;
  height: 100vh;
  padding: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.section-lookbook-off {
  height: 400vw;
  display: flex;
  position: relative;
}

.texte-annonce-lookbook {
  aspect-ratio: auto;
  color: #fff;
  text-transform: uppercase;
  object-fit: fill;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  font-size: 5vw;
  line-height: 1;
}

.text-block-17 {
  color: #fff;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 5vw;
  line-height: 1;
}

.camera-lookbook {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame-1 {
  flex-flow: column;
  flex: none;
  width: 50%;
  height: 100vh;
  display: flex;
}

.frame-2 {
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.item-lookbook {
  width: 100%;
  height: 100%;
}

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

.section-fcta {
  height: auto;
  display: flex;
  overflow: hidden;
}

.video-fcta {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.light2 {
  border: 3px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70rem;
  height: 40rem;
  display: flex;
}

.light1 {
  border: 3px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 30rem;
  display: flex;
}

.light0 {
  border: 3px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 20rem;
  display: flex;
}

.bouton-cta-boutique {
  color: #000;
  cursor: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 3vw;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.bouton-cta-boutique:hover {
  color: #fff;
  background-color: #000;
  padding: 30px;
  font-size: 3vw;
}

.text-block-18 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 5vw;
  font-weight: 300;
}

.item-2 {
  background-image: url(//monboncbd.dermaling.com/cdn/shop/t/13/assets/image-1-caroussel-jamila.png?v=165564308876175576411786273069);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 15em;
  display: flex;
}

.item-3 {
  background-image: url(//monboncbd.dermaling.com/cdn/shop/t/13/assets/photo-carrousel-3.png?v=31311073474457236341786273069);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 2em;
  display: flex;
  overflow: visible;
}

.item-4 {
  background-image: url(//monboncbd.dermaling.com/cdn/shop/t/13/assets/photo-4.png?v=51626834147987070761786273069);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.lien-boutique-carroussel {
  color: #fff;
  cursor: none;
  background-color: #fff0;
  border-radius: 10px;
  flex: none;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.text-block-19 {
  font-size: 3vw;
  line-height: 1.3;
}

.div-block-3 {
  margin-left: 10px;
  display: block;
}

.cart-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.cart-line {
  justify-content: space-between;
  display: flex;
}

.link-2 {
  display: block;
}

.cart-item {
  display: flex;
}

.final-cta {
  z-index: 999;
  background-color: #f5f5f5;
  height: 100vh;
  position: relative;
}

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

.cart-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-top: 5rem;
  display: flex;
}

.div-cart-form-conteiner {
  width: 100vw;
}

.grid-cart {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
}

.div-gauche-cart {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.div-droite-cart {
  background-color: #fcfbfb;
  border-right: 1px #0000;
  padding: 1.5rem;
  position: sticky;
  top: 0;
}

.cart-gauche-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-block-20 {
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.link-3 {
  color: #000;
  padding: .2rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.link-3:hover {
  border: .3px solid #000;
}

.grid-div-gauche-panier {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.cart-product-image-conteiner {
  border-right: .3px solid #00000070;
  padding: .5rem;
}

.info-cart {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.cart-product-image {
  width: 100%;
}

.panier-component {
  border: .3px solid #00000070;
  margin-bottom: 1rem;
}

.product-name-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .3px solid #00000070;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.nom-du-produit {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.cart-price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.text-block-21 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.text-block-21.originzl-price {
  text-decoration: line-through;
}

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

.cart-form {
  padding: 0;
}

.cart-product-info-conteiner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  display: flex;
}

.cart-page-product-link-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: .3px solid #00000070;
  grid-template-rows: auto;
  width: auto;
}

.cart-link {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cart-link:hover {
  color: #fff;
  background-color: #000;
}

.cart-link.product-delate {
  border-right: .3px solid #00000070;
  font-weight: 500;
}

.cart-link.product-detals {
  font-weight: 500;
}

.cart-recap-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0;
  display: flex;
}

.text-block-22 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-23 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.total, .total-nombre {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.boutton-cart-proceder-paiement {
  background-color: #000;
  width: 100%;
  padding: .75rem 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

.boutton-cart-proceder-paiement:hover {
  color: #000;
  background-color: #0000;
  border: .3px solid #00000070;
}

.boutton-update-cart {
  color: #000;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #00000070;
  width: 100%;
  margin-top: .75rem;
  padding: .75rem 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

.boutton-update-cart:hover {
  color: #fff;
  background-color: #000;
}

.text-block-24 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.cart-product-price-conteiner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.total-quantity-price-conteiner {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-block-25, .total-quantity-price {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.cart {
  width: 100vw;
  height: 50vh;
}

.text-block-26 {
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: normal;
  background-color: #0000;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.background-video-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-grande, .div-moyenne, .div-petite {
  border: 3px solid #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
}

.final-cta-boutique {
  color: #000;
  text-align: center;
  cursor: none;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 40%;
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-block-27 {
  font-size: 2rem;
}

.text-block-28 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.div-block-4 {
  background-color: #fff;
  border: 2px #fff;
  border-radius: 100%;
  width: 1.2rem;
  height: 1.2rem;
}

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

.boulevard-nuage-conteiner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.logo-bdn {
  width: 2rem;
}

.text-block-30 {
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.section-boulevard-nuage {
  z-index: 998;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
}

.section-new-products {
  z-index: 999;
  background-color: #f4f4f4;
  height: 100vh;
  position: relative;
}

.new-product-list-wrapper {
  cursor: none;
}

.new-product-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-product-item {
  border-bottom: .3px solid #000;
  border-right: .3px solid #000;
}

.product-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.product-link {
  cursor: none;
  flex: 1;
  display: block;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 24rem;
}

.product-info-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: .3px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.nom-du-produit-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  display: flex;
}

.prix-du-produit-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-31 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.text-block-31.comparat-price {
  color: #0009;
  text-decoration: line-through;
}

.oeil-product-card {
  flex: 0 auto;
}

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

.icon-oeil {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-oeil-product-cart {
  mix-blend-mode: difference;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.utility-page-wrap {
  z-index: 998;
  background-color: var(--whitesmoke);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  padding: 1rem;
  display: flex;
  position: relative;
}

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

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

.hero-section-home {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: visible;
}

.hero-home-videobackground {
  width: 100%;
  height: 100%;
}

.section-home-cat-gories {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

.categorie-list-wrapper {
  width: 100%;
  height: auto;
}

.categorie-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template: "."
                 "Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.categorie-item {
  height: 100%;
  overflow: visible;
}

.categorie-content {
  cursor: auto;
  height: 100%;
  position: relative;
  overflow: visible;
}

.main-categorie-image-background {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-category-content-wrapper {
  z-index: 1;
  background-color: #00000080;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.main-category-content-wrapper:hover {
  background-color: #000000b3;
}

.div-sticky-categories {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
  position: sticky;
  top: 20rem;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
}

.bouton-categorie {
  color: #fff;
  border: 1px solid #fff;
  padding: .75rem 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
}

.lien-categorie-home {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link-block-2 {
  height: 100%;
  position: relative;
}

.categorie-lien-conteiner {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.main-categorie-background-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-div-home-categories {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 20rem;
}

.heading-5 {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
}

.section-home-nouveaux-ajouts {
  width: 100%;
  height: 100vh;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.home-linkblock-nouveaux-ajouts {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.collection-list, .collection-item {
  width: 100%;
  height: 100%;
}

.image-categorie-home-tous-le-sproduits {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nouveaux-ajouts-home-conteiner {
  z-index: 1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all .2s;
  position: relative;
}

.nouveaux-ajouts-home-conteiner:hover {
  background-color: #000000b3;
}

.div-sticky-home-nouveaux-ajouts {
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 20rem;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
}

.hero-page-produits {
  height: auto;
  margin-top: 6rem;
}

.grid-gero-page-produits {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  width: 100%;
  height: 100%;
}

.div-infos-porduit-conteiner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div_nom-produit-et-prix-conteiner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fffc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 30px;
}

.heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.product-prce {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1;
}

.paragraph {
  color: #000000b3;
  white-space: pre-wrap;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}

.body-3 {
  background-color: var(--whitesmoke);
}

.div-images-produits-conteiner {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

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

.collection-list-photo-produit {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-image-produit {
  object-fit: cover;
  width: 100%;
}

.image-8 {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
}

.collection-list-photos-produit-wrapper {
  width: 100%;
  height: auto;
  display: none;
}

.photos-produit-item {
  width: 100%;
}

.section-grid-collections {
  height: auto;
  margin-top: 6rem;
}

.lien-vers-cat-gorie {
  color: #000;
  margin-bottom: 2rem;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.lien-vers-cat-gorie:hover {
  color: #000000b3;
}

.div_product-conteiner-price {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.product-compare-at-prce {
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-thickness: .1rem;
}

.div-add-to-cart-product-conteiner {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.field-label-2 {
  display: none;
}

.field-label-3 {
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.text-block-32 {
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.button {
  text-transform: capitalize;
  border-style: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: .5rem;
  display: flex;
}

.add-to-cart-button {
  text-align: center;
  background-color: #000;
  width: 100%;
  margin-top: .75rem;
  padding: .75rem;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

.add-to-cart-button:hover {
  color: #000;
  background-color: #fff;
  border: .3px solid #000;
}

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

.add-to-cart {
  width: 100%;
  margin-top: 0;
}

.div-stock-conteiner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.text-block-33, .text-block-34 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.text-block-35 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.error-message {
  color: #000;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.product-info-header_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .2s;
  display: flex;
}

.product-info-header_wrapper:hover {
  background-color: #0000000a;
}

.text-block-36 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

.icon_description-page-produit {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  display: flex;
}

.overflow {
  align-items: center;
  padding: 1rem 0;
  display: flex;
  overflow: hidden;
}

.section-you-wil-also-like {
  height: auto;
}

.collection-list-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.carte-produit {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 30rem;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.product_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 25rem;
}

.info-carte-produit-conteiner {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  text-transform: capitalize;
  flex-flow: column;
  align-items: flex-start;
  padding: .5rem;
  display: flex;
}

.nom-du-produit-carte {
  font-size: 1.3rem;
  font-weight: 300;
}

.conteiner-titre-section-also-like {
  align-items: flex-start;
  padding: 1.5rem .5rem 1rem;
  display: flex;
}

.text-block-37 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.grid-collection {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
  position: relative;
}

.collection-list-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div_photo-collection-conteiner {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.image-9 {
  z-index: 0;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-block-3 {
  width: 100%;
}

.image-conteiner {
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  position: relative;
}

.titre-collection {
  z-index: 1;
  color: #000;
  text-align: right;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  position: static;
}

.texte-collection-conteiner {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.section-tous-les-produits-collection {
  width: 100%;
  height: 100vh;
}

.section-collection-du-produit {
  width: 100%;
  height: 70vh;
}

.linkblock-vers-collection {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.image-section-collection {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.titre-collection-conteiner {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.text-block-38 {
  color: #000;
  background-color: #fff;
  padding: 5px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.header-component {
  z-index: 999;
  position: fixed;
  inset: 0 0 auto;
}

.navbar-coponent {
  background-color: #f5f5f500;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.collection-navbar-conteiner {
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-collection {
  display: flex;
}

.bouton-nav-collection {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bouton-nav-collection:lang(fr) {
  text-decoration: none;
  text-decoration-thickness: .1rem;
}

.text-block-39 {
  font-size: 1.2rem;
}

.background-video-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-bouton {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 50% 0% 0% 50%;
}

.home-bouton.w--current {
  color: #fff;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.logo {
  object-fit: fill;
  width: auto;
  height: auto;
  max-height: 4rem;
}

.grid-navbar {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  width: 100%;
}

.collection-list-conteiner-navbar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-navbar-conteiner {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navigations-utilitaires {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.cart-bouton {
  background-color: #3898ec00;
  padding: .5rem 1rem;
}

.image-10 {
  width: 3rem;
  height: 3rem;
}

.cart-quantity {
  color: #000;
  background-color: #fff0;
  min-width: 1.125rem;
  height: 1.125rem;
  margin-left: 0;
  padding-left: .375rem;
  padding-right: .375rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-container {
  background-color: var(--whitesmoke);
  min-width: 20rem;
  max-width: 40rem;
}

.text-block-40 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
}

.div-block-5 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  margin-left: 1rem;
  margin-right: 1rem;
}

.cart-header {
  border-bottom-width: .5px;
  border-bottom-color: #000;
  padding: 1rem 1.5rem;
}

.remove-button {
  color: #cb0000;
  padding-top: 1rem;
  text-decoration: none;
}

.image-11 {
  width: 5rem;
}

.cart-item-2 {
  color: #000;
  border-bottom: .5px solid #000;
  align-items: center;
  min-height: 10rem;
  padding: .75rem 1.5rem;
  font-family: Oswald, sans-serif;
}

.cart-list {
  padding: 0;
}

.text-block-41 {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 400;
}

.text-block-42, .option {
  font-size: .875rem;
  line-height: 1;
}

.option-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: .5rem;
  display: flex;
}

.cart-footer-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top-style: none;
  border-top-width: 0;
  padding: 1rem 1.5rem;
}

.text-block-43 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.checkout-button {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  padding: .5625rem .9375rem;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
}

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

.text-block-44 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.icon {
  cursor: pointer;
}

.collection-list-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: block;
}

.bouton-menu {
  display: none;
}

.mobil-menu {
  background-color: var(--whitesmoke);
  display: none;
}

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

.footer {
  background-color: var(--whitesmoke);
  border-top: 1px solid #000;
  width: 100%;
  height: auto;
  position: static;
}

.text-block-45 {
  color: #000;
  height: 100%;
  font-size: 15vw;
  line-height: 1;
}

.photo-footer {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-5 {
  position: relative;
}

.footer-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
  height: 100%;
}

.div-gauche-footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem 1rem;
  display: flex;
}

.footer-conteiner-links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
}

.image-13 {
  width: 4rem;
  height: 4rem;
}

.collection-list-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-item-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-4 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.link-4:hover {
  text-decoration: underline;
  text-decoration-thickness: .1rem;
}

.footer-lien-pages-conteiner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-block-46 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
}

.lien-compte-client-footer {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.lien-compte-client-footer:hover {
  text-decoration: underline;
  text-decoration-thickness: .1rem;
}

.lien-contact-footer {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.lien-contact-footer:hover {
  text-decoration: underline;
  text-decoration-thickness: .1rem;
}

.footer-lien-pages-l-gales-conteiner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.link-5 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.link-5:hover {
  text-decoration: underline;
  text-decoration-thickness: .1rem;
}

.link-6 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.link-6:hover {
  text-decoration: underline;
  text-decoration-thickness: .1rem;
}

.link-7 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.link-7:hover {
  text-decoration: underline;
  text-decoration-thickness: .1rem;
}

.link-8 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.link-8:hover {
  text-decoration: underline;
  text-decoration-thickness: .1rem;
}

.text-block-47 {
  color: #000;
  text-align: right;
  padding-right: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  position: static;
  inset: auto 0% 3% 3%;
}

.newletter-conteiner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-left: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: static;
}

.default-state-2 {
  flex: 0 auto;
}

.bouton-voir-mon-panier {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .5625rem .9375rem;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bouton-voir-mon-panier:hover {
  color: #000;
  background-color: #0000;
}

.body-4 {
  background-color: var(--whitesmoke);
}

.section-contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  min-height: 80vh;
  margin-top: 5rem;
  padding: 2rem;
  display: flex;
}

.heading-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.contact-form-full-name-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.form-area {
  border: 1px solid #000;
  height: auto;
  min-height: 10rem;
}

.field-label-4, .field-label-5, .field-label-6, .field-label-7 {
  color: #000;
  margin-bottom: .5rem;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.text-field, .text-field-2, .text-field-3 {
  border: 1px solid #000;
}

.submit-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

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

.body-5, .body-6 {
  background-color: var(--whitesmoke);
}

.section-pecial-page {
  min-height: 0;
  margin-top: 5rem;
  padding: 2rem;
}

.rich-text-conteiner {
  width: 100%;
}

.body-7 {
  background-color: var(--whitesmoke);
}

.register-hero {
  height: 100vh;
  margin-top: 5rem;
}

.register-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  min-height: 100vh;
}

.register-form-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.register_image-wrapper {
  background-color: var(--noir-gris);
  position: relative;
}

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

.bouton-connexion-register-page {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.bouton-connexion-register-page:hover {
  text-underline-offset: .2rem;
  text-decoration: underline;
  text-decoration-thickness: .3px;
}

.register-formblock {
  margin-bottom: 0;
  display: block;
}

.register-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.field-label-8, .field-label-9, .field-label-10, .field-label-11 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.text-field-4, .text-field-5, .text-field-6, .text-field-7 {
  border: 1px solid #000;
}

.submit-button-2 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

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

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

.heading-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

.text-block-48 {
  color: #000;
  background-color: #fff;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 5% 5% auto auto;
}

.body-8 {
  background-color: var(--whitesmoke);
}

.section-page-connexion {
  height: auto;
  min-height: 100vh;
  margin-top: 5rem;
}

.div-grid-cnnexion-conteienr {
  width: 100%;
  height: 100%;
}

.grid-connexion {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.connexion-form-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 4rem;
  display: flex;
}

.connexion-image-wrapper {
  background-color: var(--noir-gris);
  position: relative;
}

.connexion-separation {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.line-division {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.text-block-49 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

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

.link-9 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.link-9:hover {
  text-underline-offset: .2rem;
  text-decoration: underline;
  text-decoration-thickness: .3px;
}

.submit-button-3 {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

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

.form-block {
  flex-flow: column;
  display: block;
}

.field-label-12, .field-label-13 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.submit-button-4 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

.submit-button-4:hover {
  color: #000;
  background-color: #0000;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.text-field-8, .text-field-9 {
  border: 1px solid #000;
}

.body-9 {
  background-color: var(--whitesmoke);
}

.compte-client-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: auto;
  height: auto;
  min-height: 100vh;
  margin-top: 5rem;
  padding: 2rem;
  display: flex;
}

.account-component {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.account-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.deconnexion-bouton {
  color: #000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.deconnexion-bouton:hover {
  color: #fff;
  background-color: #000;
}

.text-block-50 {
  font-weight: 400;
}

.content-account-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.account-content-conteiner {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  background-color: #fff;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.text-block-51 {
  color: #000;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.text-block-52 {
  color: #000;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-52-copy {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

.bouton-modifier-adresse {
  color: #000;
  text-underline-offset: .2rem;
  margin-top: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration-thickness: .1px;
}

.text-span-3 {
  font-weight: 300;
}

.heading-11 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.orders-label-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.orders-label-conteiner {
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.orders-label-wrapper-conteiner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.orders-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff0;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bouton-pr-visualiser {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

.bouton-pr-visualiser:hover {
  color: #000;
  background-color: #0000;
}

.text-block-53 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-block-54, .text-block-55, .text-block-56, .text-block-57 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-58 {
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-block-59, .text-block-60, .text-block-61 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

.heading-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.body-10 {
  background-color: var(--whitesmoke);
}

.section-adresse {
  min-height: 100vh;
  margin-top: 5rem;
  padding: 4rem;
}

.adresses-component {
  min-height: 100vh;
}

.edit-address-form {
  display: block;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-8 {
  height: 0;
  display: block;
}

.submit-button-5 {
  color: #000;
  background-color: #ec443800;
  border: 1px solid #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  transition: all .2s;
}

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

.field-label-14 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.field-label-15 {
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.field-label-16, .field-label-17, .field-label-18, .field-label-19, .field-label-20, .field-label-21, .field-label-22, .field-label-23 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.text-field-10, .text-field-11, .text-field-12, .text-field-13, .text-field-14, .text-field-15, .text-field-16, .text-field-17 {
  border: 1px solid #000;
}

.select-field, .select-field-2 {
  background-color: #fff;
  border: 1px solid #000;
}

.checkbox-label {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.checkbox {
  border: 1px solid #000;
}

.submit-button-6 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
}

.submit-button-6:hover {
  color: #000;
  background-color: #0000;
}

.body-11 {
  background-color: var(--whitesmoke);
}

.section-recover-password {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 5rem;
  padding: 5rem;
  display: flex;
}

.recover-password-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.header-recover-contiener {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.heading-13 {
  color: #000;
  max-width: 40rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.field-label-24 {
  color: #000;
  margin-bottom: .3125rem;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.text-field-18 {
  border: 1px solid #000;
}

.submit-button-7 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
}

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

.form-3 {
  flex-flow: column;
  display: flex;
}

.body-12, .body-13 {
  background-color: var(--whitesmoke);
}

.bouton-mdp-oubli {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.bouton-mdp-oubli:hover {
  text-underline-offset: .2rem;
  text-decoration: underline;
  text-decoration-thickness: .1px;
}

.bouton-vers-connexion {
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-62 {
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

.timer-conteiner {
  flex-flow: column;
  display: flex;
}

.text-block-64 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.type-counter {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.type-element-counter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.section-timer {
  z-index: 999;
  position: static;
  inset: 0% 0% auto auto;
}

.hero-content-conteiner {
  z-index: 999;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-password {
  object-fit: contain;
  width: 10rem;
  height: 5rem;
}

.bouton-vers-newsletter-conteiner {
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  display: flex;
}

.bouton-vers-newsletter {
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #0000;
  padding: 5px;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.bouton-vers-newsletter:hover {
  color: #ffffffb3;
}

.text-block-65 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  font-size: 4rem;
}

.section-inscription {
  z-index: 999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--whitesmoke);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 5rem 5rem 0;
  display: flex;
  position: relative;
}

.subscrib-dive-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block-66 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-block-67 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.texte-span-nom-de-la-marque {
  margin-right: 2px;
  font-weight: 400;
}

.link-10 {
  color: #000;
  text-underline-offset: .2rem;
  text-decoration-thickness: .1px;
}

.newsletter-mdp-form-conteiner {
  width: 100%;
}

.field-label-25 {
  color: #000;
  margin-bottom: 1.3rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.text-field-19 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  padding-bottom: 2px;
}

.submit-button-8 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

.submit-button-8:hover {
  color: #000;
  background-color: #0000;
}

.form-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lien-vers-boulevardnuage {
  color: #fff;
  text-decoration: none;
}

.field-label-26 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.submit-button-9 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  transition: all .2s;
}

.submit-button-9:hover {
  color: #000;
  background-color: #0000;
}

.text-field-20 {
  border: .1px solid #000;
}

.section-home-nv-ajouts {
  background-color: var(--whitesmoke);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 1rem 2rem;
  display: flex;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-block {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
}

.collection-list-wrapper-4, .collection-item-4, .collection-list-8 {
  width: 100%;
  height: 100%;
}

.video-footer-page-produit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nom-de-la-marque-page-produit {
  color: #000;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.text-block-68 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.lien-footer-instagram {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.lien-footer-instagram:hover {
  text-decoration: underline;
  text-decoration-thickness: .1rem;
}

.link-11 {
  color: #000;
  text-underline-offset: .2rem;
  text-decoration-thickness: .1px;
}

.header-footer-newsletter {
  color: #000;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.section-2 {
  flex-flow: column;
  align-items: flex-start;
  height: auto;
  margin-top: 5rem;
  padding: 2rem;
  display: flex;
}

.cart-buton {
  background-color: #3898ec00;
  justify-content: center;
  padding: .5rem 1rem;
}

.image-15 {
  width: 3rem;
  height: 3rem;
}

.cart-quantity-2 {
  color: #000;
  text-align: left;
  background-color: #fff0;
  min-width: 1.125rem;
  height: 1.125rem;
  margin-left: 0;
  padding-left: .375rem;
  padding-right: .375px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  position: absolute;
  top: 53%;
  left: 49%;
  transform: translate(-50%, -50%);
}

.cart-conteiner {
  z-index: 10000;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-spassing-nav {
  width: 5rem;
  height: 2rem;
}

.text-block-69 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.text-block-70 {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-block-71 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.option-2 {
color: #fff;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
}

}

.text-block-72 {
  color: #e10000;
  margin-top: .5rem;
  text-decoration: none;
}

.remove-button-2 {
  text-decoration: none;
}

.image-16 {
  width: 5rem;
}

.cart-item-3 {
  align-items: center;
  padding: 1rem;
}

.div-block-9 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.text-block-73 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.text-block-74 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.cart-container-2 {
  background-color: var(--whitesmoke);
  width: auto;
  min-width: 20rem;
  max-width: none;
}

.cart-footer-3 {
  border-top-color: #000;
}

.cart-header-2 {
  border-bottom-color: #000;
}

.cart-list-2 {
  padding: 0;
}

.default-state-3 {
  flex: 0 auto;
}

.checkout-button-2 {
  background-color: #000;
  border: 1px solid #000;
  padding: .5625rem .9375rem;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

.checkout-button-2:hover {
  color: #000;
  background-color: #0000;
}

.close-button {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

.bouton-nouveaux-ajouts {
  text-decoration: none;
  transition: all .2s;
}

.bouton-nouveaux-ajouts:hover {
  text-underline-offset: .2rem;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
  text-decoration-thickness: .1rem;
}

.slider {
  display: none;
}

.image-mobile-produit {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
}

.fs-slider_slide {
  backface-visibility: hidden;
  width: 33.33%;
  height: auto;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.fs-slider_list {
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.fs-slider_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.fs-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: none;
  position: relative;
}

.fs-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.fs-slider_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.fs-slider_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

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

.slider-2 {
  display: none;
}

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

.slider-mdp-page {
  display: none;
}

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

.code-embed {
  width: auto;
}

.icon-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.titre-lookbook-conteiner {
  z-index: 1;
  background-color: var(--noir-gris);
  mix-blend-mode: normal;
  align-items: center;
  width: auto;
  padding: .5rem;
  display: flex;
  position: relative;
}

.photo-arriere-lookbook {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-photos-en-plus {
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-77 {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}

.image-19 {
  object-fit: cover;
  background-image: linear-gradient(#0009, #0009);
  width: 100%;
  height: 100%;
}

.div-hero-conteiner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.heading-14 {
  color: #000;
  text-transform: uppercase;
  width: 35rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.grid-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
}

.bouton-nouveaut-aout-hero {
  color: #000;
  text-transform: uppercase;
  background-color: #fff8f8;
  border: 1px solid #00000075;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.bouton-tous-les-produits-hero {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #000;
  text-transform: uppercase;
  background-color: #ffffff80;
  border: 1px solid #00000075;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.text-block-78 {
  font-size: 1rem;
}

.section-propos {
  background-color: var(--whitesmoke);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5rem;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  display: flex;
}

.heading-15 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.link-12 {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem 2rem;
  display: flex;
}

.link-block-5 {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000000b5;
  padding: .5rem 2.5rem;
  font-size: 1rem;
  text-decoration: none;
}

.section-video {
  height: 100vh;
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

.spacer {
  background-color: var(--whitesmoke);
  width: 100%;
  height: 5rem;
}

.collections-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--whitesmoke);
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.heading-16, .texte-collection-cat-gories {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-79 {
  color: var(--whitesmoke);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  -webkit-text-decoration: underline #f5f5f585;
  text-decoration: underline #f5f5f585;
  text-decoration-thickness: .01px;
}

.nom-de-la-marque-avant-footer {
  width: 100%;
  height: auto;
  position: relative;
}

.grid-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.image-20 {
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.div-block-12 {
  width: 100%;
  height: 100%;
}

.titre-de-la-marque {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 0% 15%;
}

.text-block-80 {
  font-style: italic;
}

.text-block-82 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .background-video {
    background-image: linear-gradient(#0000004d, #0000004d);
  }

  .text-block-7, .text-block-8 {
    font-weight: 500;
  }

  .track {
    overflow: visible;
  }

  .camera {
    display: block;
    overflow: hidden;
  }

  .frame {
    overflow: visible;
  }

  .item.page-a-lien {
    width: 100vw;
  }
}

@media screen and (min-width: 1920px) {
  .register-form-wrapper {
    padding: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-conteiner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-texte-jamila {
    height: auto;
    padding-bottom: 1rem;
  }

  .text-block-10, .text-block-10-copy {
    top: 43.6vh;
    left: 5.5vw;
  }

  .text-block-13 {
    z-index: -1;
    position: relative;
  }

  .section-annonce-look-book, .section-lookbook-off {
    height: 100vh;
  }

  .text-block-17 {
    font-size: 3.5rem;
  }

  .camera-lookbook {
    display: none;
  }

  .cart-section {
    height: auto;
    margin-top: 10rem;
  }

  .grid-cart {
    grid-template-columns: 1fr;
  }

  .div-droite-cart {
    border-top: 1px solid #000;
    border-radius: 0;
    position: sticky;
    bottom: 0;
  }

  .text-block-26 {
    font-size: 3rem;
  }

  .grid-gero-page-produits {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .div-images-produits-conteiner {
    flex-flow: column;
    display: flex;
    overflow: auto;
  }

  .main-image-produit {
    display: none;
  }

  .image-8 {
    width: 20rem;
  }

  .collection-list-photos-produit-wrapper {
    display: flex;
  }

  .photos-produit-item {
    justify-content: center;
    display: flex;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .carte-produit {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  .grid-collection {
    grid-template-columns: 1.5fr;
  }

  .collection-navbar-conteiner {
    flex-flow: column;
  }

  .home-bouton {
    z-index: 1000;
    position: absolute;
    inset: 0%;
  }

  .logo {
    min-width: 5rem;
  }

  .grid-navbar {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom: .5px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-columns: 1fr;
    height: 4rem;
    display: grid;
  }

  .collection-list-conteiner-navbar {
    justify-content: flex-start;
    padding-left: 1rem;
  }

  .logo-navbar-conteiner {
    align-items: center;
    width: 100px;
    min-width: auto;
    max-width: none;
    height: 100%;
    position: relative;
  }

  .navigations-utilitaires {
    padding: .5rem;
  }

  .collection-list-wrapper-2 {
    display: none;
  }

  .bouton-menu {
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    position: relative;
  }

  .barre-1-menu {
    background-color: #000;
    width: 2rem;
    height: .2rem;
    position: absolute;
    inset: 19% 0% auto;
  }

  .barre-2-menu {
    background-color: #000;
    width: 2rem;
    height: .2rem;
  }

  .mobil-menu {
    background-color: var(--whitesmoke);
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
  }

  .link-block-4 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    color: #000;
    border-bottom: .5px solid #000;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 1rem;
    font-family: Oswald, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    display: flex;
  }

  .collection-list-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .icon-embed-xxsmall-3 {
    width: .8rem;
    height: .8rem;
  }

  .collection-item-2 {
    flex-flow: column;
    justify-content: flex-end;
    display: flex;
  }

  .image-12 {
    object-fit: cover;
    width: 2rem;
    height: 2rem;
  }

  .collection-list-wrapper-3 {
    width: 100%;
    height: 100%;
  }

  .footer {
    height: auto;
  }

  .footer-grid {
    grid-template-columns: 1.5fr;
  }

  .footer-conteiner-links {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-47 {
    text-align: left;
  }

  .register-hero {
    height: auto;
  }

  .register-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .text-block-48 {
    font-size: 2rem;
  }

  .grid-connexion {
    grid-template-columns: 1fr;
  }

  .connexion-form-wrapper {
    align-items: stretch;
    min-width: 100%;
    padding: 3rem;
  }

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

  .section-adresse, .section-recover-password {
    padding: 2rem;
  }

  .heading-13 {
    font-size: 3rem;
  }

  .bouton-vers-connexion {
    display: none;
  }

  .bouton-mobile-connexion {
    color: #000;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 1rem;
    text-decoration: none;
  }

  .text-block-63 {
    font-family: Oswald, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
  }

  .hero-content-conteiner {
    align-items: center;
  }

  .logo-password {
    width: auto;
    max-width: 5rem;
    height: auto;
    max-height: 4rem;
  }

  .bouton-vers-newsletter-conteiner {
    width: 20rem;
  }

  .bouton-nouveaux-ajout-collection {
    display: none;
  }

  .bouton-nouveaux-ajouts-mobile-collection {
    width: 100%;
    height: 100%;
  }

  .collection-list-7 {
    grid-template-columns: 1fr 1fr;
  }

  .fs-slide-content {
    width: 20rem;
    height: auto;
  }

  .div_plus-d-image-mobile-conteiner {
    height: auto;
  }

  .plus-d-image-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    display: flex;
  }

  .text-block-76 {
    color: #000;
    font-family: Oswald, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
  }

  .bouton-plus-d-image {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: flex;
    position: relative;
  }

  .barre-couch-e {
    background-color: #000;
    width: 1.5rem;
    height: .2rem;
  }

  .barre-debout {
    background-color: #000;
    width: 1.5rem;
    height: .2rem;
    position: absolute;
    inset: 50% 0% 0% 50%;
    transform: translate(-50%, -50%);
  }

  .image-en-plus-conteiner {
    height: 0%;
    overflow: hidden;
  }

  .collection-list-photo-mobile {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .collection-list-wrapper-5 {
    width: 100%;
  }

  .div-produit-carrousel-conteiner {
    flex-flow: column;
    display: flex;
  }

  .produduit-sloder-image-mobile {
    height: auto;
  }

  .slider {
    background-color: #ddd0;
    justify-content: center;
    height: auto;
    display: block;
  }

  .image-mobile-produit {
    width: auto;
    height: 20rem;
  }

  .icon-2 {
    background-color: var(--noir-gris);
    text-overflow: clip;
  }

  .icon-3 {
    background-color: var(--noir-gris);
  }

  .collection-item-5 {
    justify-content: center;
    display: flex;
  }

  .image-17 {
    height: 20rem;
  }

  .collection-item-6 {
    justify-content: center;
    display: flex;
  }

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

  .collection-list-wrapper-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .collection-list-9 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: auto;
  }

  .fs-slider_button {
    background-color: #3898ec00;
  }

  .fs-slider_instance {
    display: flex;
  }

  .icon-embed-xxsmall-4, .icon-embed-xxsmall-5 {
    color: #000;
    width: 3rem;
    height: 3rem;
  }

  .image-18 {
    width: 20rem;
    height: auto;
  }

  .slider-2 {
    background-color: #ddd0;
    display: block;
  }

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

  .icon-embed-xxsmall-6, .icon-embed-xxsmall-7 {
    width: 1.2rem;
    height: 1.2rem;
    color: var(--noir-gris);
  }

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

  .slide {
    padding: 1rem;
  }

  .slider-mdp-page {
    background-color: #ddd0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .image-slider-mdp-page {
    object-fit: cover;
    width: 100%;
  }

  .left-arrow-2, .right-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-embed-xxsmall-8 {
    color: var(--noir-gris);
    border: .2px solid #fff;
  }

  .code-embed {
    max-width: none;
  }

  .collection-list-photos-en-plus {
    display: none;
  }

  .collection-item-7 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .text-block-10, .text-block-10-copy {
    top: 33.4vh;
    left: 7.9vw;
  }

  .image-3 {
    z-index: 0;
  }

  .text-block-13 {
    position: relative;
  }

  .grid-div-gauche-panier {
    grid-template-columns: 1fr;
  }

  .utility-page-wrap {
    padding: 2rem;
  }

  .categorie-list {
    grid-template-columns: 1fr;
  }

  .image-8 {
    width: 15rem;
  }

  .carte-produit {
    height: auto;
  }

  .section-collection-du-produit {
    height: 70vh;
  }

  .mobil-menu {
    overflow: auto;
  }

  .account-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-account-wrapper {
    grid-template-columns: 1fr;
  }

  .orders-label-wrapper {
    display: none;
  }

  .orders-label-conteiner {
    min-width: 11rem;
  }

  .orders-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: auto;
  }

  .form-2 {
    grid-template-columns: 1fr;
  }

  .image-slider-mdp-page {
    height: 100%;
  }

  .div-hero-conteiner {
    padding: 1rem;
  }

  .heading-14 {
    width: 30rem;
    font-size: 1.5rem;
  }

  .grid-2, .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .image-20 {
    height: 30rem;
  }
}

@media screen and (max-width: 479px) {
  .section-texte-jamila {
    padding: 1em;
  }

  .text-block-10, .text-block-10-copy {
    top: 20.7vh;
    left: 13.2vw;
  }

  .image-3 {
    max-width: 50%;
  }

  .section-annonce-look-book {
    padding: 1em;
  }

  .text-block-17 {
    font-size: 2rem;
  }

  .cart-section {
    margin-top: 10rem;
  }

  .text-block-20 {
    font-size: 2rem;
  }

  .link-3 {
    font-size: 1rem;
  }

  .boulevard-nuage-conteiner, .section-boulevard-nuage {
    flex-flow: column;
  }

  .section-home-cat-gories {
    height: auto;
  }

  .categorie-list-wrapper {
    flex-flow: column;
    height: auto;
    display: block;
  }

  .categorie-list {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    height: auto;
    display: flex;
  }

  .categorie-item {
    height: auto;
  }

  .main-category-content-wrapper {
    height: 30rem;
  }

  .sticky-div-home-categories {
    padding: 1rem;
  }

  .heading-5 {
    text-align: center;
    font-size: 2rem;
  }

  .section-home-nouveaux-ajouts {
    height: 50vh;
  }

  .div-sticky-home-nouveaux-ajouts {
    padding: 1rem;
  }

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

  .div-infos-porduit-conteiner {
    padding: .5rem;
  }

  .div_nom-produit-et-prix-conteiner {
    padding: 1rem;
  }

  .div-images-produits-conteiner {
    flex-flow: column;
    overflow: visible;
  }

  .collection-list-photos-produit-wrapper {
    display: flex;
  }

  .carte-produit {
    height: auto;
  }

  .logo {
    height: 3rem;
  }

  .image-11 {
    width: 4rem;
  }

  .cart-item-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mobil-menu {
    overflow: auto;
  }

  .footer-conteiner-links {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-4, .lien-compte-client-footer, .lien-contact-footer, .link-5, .link-6, .link-7, .link-8 {
    font-size: 1.1rem;
  }

  .text-block-47 {
    text-align: left;
  }

  .newletter-conteiner {
    padding: 1rem 0 1rem 1rem;
  }

  .contact-form-full-name-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    text-align: center;
  }

  .compte-client-section {
    padding: 1rem;
  }

  .account-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-recover-password {
    padding: 2rem;
  }

  .heading-13 {
    font-size: 2rem;
    font-weight: 400;
  }

  .section-inscription {
    padding: 1rem;
  }

  .field-label-25 {
    font-size: 1.1rem;
  }

  .section-home-nv-ajouts {
    padding: 1rem;
  }

  .collection-list-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .lien-footer-instagram, .header-footer-newsletter {
    font-size: 1.1rem;
  }

  .section-2 {
    padding: 1rem;
  }

  .plus-d-image-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    display: flex;
  }

  .text-block-75 {
    color: #000;
    font-family: Oswald, sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
  }

  .bouton-plus-de-photo {
    position: relative;
  }

  .barre-milieu-show-more-photo {
    background-color: #000;
    width: 2rem;
    height: .2rem;
  }

  .barre-haut-show-more-photo {
    background-color: #000;
    width: 2rem;
    height: .2rem;
    position: absolute;
    inset: 0%;
  }

  .collection-list-photo-mobile, .collection-list-photos-en-plus {
    display: none;
  }

  .div-hero-conteiner {
    padding: .5rem;
  }

  .heading-14 {
    width: 20rem;
    font-size: 1rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .bouton-nouveaut-aout-hero, .bouton-tous-les-produits-hero {
    padding: .5rem;
  }

  .section-propos {
    padding: 3rem 1rem;
  }

  .heading-15 {
    font-size: 1.5rem;
  }

  .heading-16, .texte-collection-cat-gories {
    font-size: 2rem;
  }

  .image-20 {
    height: 20rem;
  }

  .text-block-80 {
    font-size: 1.5rem;
  }

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

#w-node-d366128c-012b-c845-2e26-0488645f23ee-bb57e286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1978b9b-88b0-ed52-29b6-ed921a8472ff-2755fdac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f558e03c-ef2f-9c37-bdcb-1df9d21db57f-2755fdac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-feeafbac-e852-39f3-7a31-3bdaf313f8f1-2755fdc1, #w-node-_90f08fa7-d11a-993d-c21c-82c03614f7e3-649be351, #w-node-_76d3544a-05d2-e47f-ce3a-176da0c35348-4916bee2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


