:root {
  --dodger-blue: #009fe3;
  --white: white;
  --black: #272727;
  --light-grey: #f3f3f3;
  --snow: #f6eeee;
  --black-2: #302f2f;
  --dim-grey: #707070;
}

.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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.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-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-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-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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  color: var(--dodger-blue);
  text-decoration: underline;
}

a:hover {
  color: #6fc2e6;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.hero-home {
  z-index: 300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105vh;
  margin-top: -46px;
  display: flex;
  position: relative;
}

.image {
  width: 0;
  min-width: 180px;
}

.navbar-accueil-seulement {
  z-index: 400;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container {
  z-index: 10;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: auto;
  display: flex;
}

.container.nav-container.second-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.hero-align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  display: flex;
}

.container.hero-container {
  padding-right: 220px;
}

.container.hero-container.page-contenu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: -79px;
  padding-right: 0;
  display: flex;
}

.container.hero-container.page-contenu.nousjoindre {
  margin-top: 0;
}

.container.expertises-boxes {
  justify-content: space-between;
  display: flex;
  position: static;
}

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

.video-contain {
  background-image: linear-gradient(#000000eb, #000000b5 42%, #009fe3a6);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
  transition: color .4s cubic-bezier(.55, .085, .68, .53);
}

.nav-link:hover {
  color: var(--dodger-blue);
}

.nav-link.dropdown {
  padding-right: 40px;
}

.nav-link.boutique {
  display: flex;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.brand {
  margin-left: 10px;
  margin-right: 10px;
}

.cart-button {
  background-color: #0000;
  border-radius: 4px;
  width: 82.4844px;
  margin-right: 30px;
  font-weight: 700;
}

.h1-hero {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 4.7em;
  font-weight: 900;
  line-height: 1em;
}

.block-container {
  background-color: #fff0;
  flex-direction: row;
  align-items: center;
  width: 80%;
  height: 106px;
  margin: auto auto 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.service-link {
  color: #fff;
  border-right-width: 1px;
  border-right-color: #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.service-link:hover {
  filter: invert();
  background-color: #e35300;
}

.service-link.w--current {
  justify-content: flex-start;
  margin-top: 13px;
  padding-left: 30px;
}

.icons-services {
  width: 35px;
}

.icons-services.mobile-icon {
  display: none;
}

.bold-text {
  color: var(--dodger-blue);
  font-weight: 300;
}

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

.text-block {
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
}

.soumission-button {
  z-index: -1;
  border: 1px solid #fff;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button {
  background-image: linear-gradient(135deg, var(--dodger-blue), #47c8ff);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .4s, background-color .4s;
}

.button:hover {
  background-color: #014a69;
  background-image: linear-gradient(45deg, var(--dodger-blue), #85dbff);
  color: var(--black);
  transform: translate(0, -5px);
  box-shadow: 1px 1px 11px -2px #0000006e;
}

.button.more-padding {
  color: var(--black);
  letter-spacing: 1px;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button.card {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.button.formulaire {
  margin-bottom: 20px;
}

.button.small-padding-top {
  margin-top: 20px;
}

.button.small {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  display: flex;
}

.button.padding-bottom {
  margin-bottom: 10px;
}

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

.section.blue-background {
  background-color: var(--dodger-blue);
  padding-top: 0;
  padding-bottom: 100px;
}

.section.blue-background.equipe-section {
  background-image: linear-gradient(#272727b8, #272727b8), url('../images/shutterstock_1580115157.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
}

.section.blue-background.carriere-cta {
  background-image: linear-gradient(#272727b8, #272727b8), url('../images/shutterstock_1580115157.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  display: flex;
}

.section.img-photo {
  z-index: -1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.section.img-photo.reverse-section {
  z-index: -1;
  background-color: var(--black);
  flex-direction: row-reverse;
  height: auto;
  position: static;
}

.section.black-background {
  background-color: var(--black);
  padding-bottom: 100px;
}

.section.gray-background {
  background-color: #363636;
}

.section.gray-background.a-propos-valeurs {
  background-color: #2e2e2e;
  background-image: linear-gradient(#272727d9, #272727d9), url('../images/shutterstock_1911999670.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.photo-background {
  background-image: linear-gradient(to top, #009fe378, #fff0), linear-gradient(#272727c7, #272727c7), url('../images/IMG_9037-web.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 361px;
  padding-bottom: 361px;
}

.section.photo-background.soumission {
  z-index: 100;
  background-image: linear-gradient(to top, #009fe378, #fff0), linear-gradient(#272727c7, #272727c7), url('../images/IMG_9037-web.jpg');
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
  position: relative;
}

.section.photo-background.carriere {
  z-index: 100;
  background-image: linear-gradient(0deg, #009fe378, #fff0), linear-gradient(#272727c7, #272727c7), url('../images/Expertise_Accueil.jpg');
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
  position: relative;
}

.section.gray-small {
  background-color: #eee;
  padding-top: 100px;
  padding-bottom: 220px;
  display: flex;
}

.section.filters {
  background-color: var(--light-grey);
}

.block-section-bas {
  background-color: var(--white);
  width: 80%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-block {
  border-top: 1px solid var(--snow);
  border-left: 1px solid var(--snow);
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  padding: 100px 20px 140px;
  display: flex;
}

.titre-small {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.texte-courant {
  color: #555;
  font-size: 15px;
  line-height: 22px;
}

.texte-courant.home-services {
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.texte-courant.home-services.blue-texte {
  color: var(--black);
  margin-bottom: 0;
}

.texte-courant.white {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
}

.texte-courant.white.margin-top {
  margin-top: 40px;
}

.texte-courant.white.smaller {
  font-size: 16px;
}

.texte-courant.smaller-texte {
  font-size: 14px;
  font-weight: 500;
}

.link {
  color: #858585;
  text-transform: none;
  border-bottom: 1px solid #d1d1d1;
  font-family: Merriweather, serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.link:hover {
  color: var(--dodger-blue);
  padding-left: 40px;
}

.section-double {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px 40px;
  display: flex;
}

.section-double.photo-img {
  background-image: url('../images/wall-logo-garma-impression-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
}

.section-double.photo-img.another-photo {
  background-image: url('../images/shutterstock_506137132.jpg');
  background-position: 0%;
  height: auto;
  transition: all .2s;
}

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

.section-double.right0col-section.roberval {
  background-color: var(--black-2);
}

.wrap-txt {
  width: 80%;
}

.heading-2 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 5.1em;
  line-height: 1em;
}

.heading-2.white-h2-big {
  color: #fff;
  font-size: 3.2em;
  line-height: 1.2em;
}

.heading-2.white-h2-big.no-margin {
  color: var(--dodger-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.heading-2.white-h2-big.contacth2 {
  margin-bottom: 40px;
}

.phrase {
  color: var(--white);
  text-transform: none;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.footer {
  z-index: 100;
  background-color: #0f0f0f;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
}

.bold-text-3 {
  color: var(--dodger-blue);
}

.icon {
  color: #fff;
  transition: all .2s;
}

.icon:hover {
  color: var(--dodger-blue);
}

.cart {
  transition: all .2s;
}

.cart:hover {
  background-color: var(--dodger-blue);
  color: #fff;
}

.bleu-highlight {
  color: var(--dodger-blue);
  font-weight: 300;
}

.image-2 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.logo-garma-footer {
  width: 200px;
}

.logo-footer {
  z-index: 0;
  margin-bottom: 40px;
  position: relative;
}

.pre-foot {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.wrap-block-footer {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
}

.copyright {
  justify-content: space-between;
  width: 80%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt-copyright {
  color: #5e5e5e;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
}

.link-3 {
  color: #616161;
}

.link-3:hover {
  color: #b9b9b9;
}

.soumission-button-fix {
  z-index: 100;
  filter: invert();
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(315deg, #ff3c00e6, #ffc800f7);
  border-radius: 2px 2px 2px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 20px;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .275s;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 2px 2px 10px -4px #ffffff1a;
}

.soumission-button-fix:hover {
  background-image: linear-gradient(225deg, var(--black), #111);
  height: 90px;
}

.soumission-button-fix.in-page {
  z-index: 99;
  width: 110px;
  height: 110px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.image-4 {
  margin-bottom: 10px;
}

.wrap-nav-footer {
  flex-direction: column;
  align-items: flex-end;
  margin-top: -100px;
  display: flex;
}

.button-2 {
  color: #272727;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #009fe3, #47c8ff);
  border-radius: 3px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .4s, background-color .4s;
}

.button-2:hover {
  background-color: #014a69;
  background-image: linear-gradient(45deg, #009fe3, #47c8ff);
  transform: translate(0, -5px);
  box-shadow: 1px 1px 11px -2px #0000006e;
}

.button-2.footer {
  margin-bottom: 20px;
}

.nav-footer-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .4s;
}

.nav-footer-2:hover {
  opacity: .6;
  color: #009fe3;
}

.nav-footer-2.smaller {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: .9em;
  font-weight: 400;
  transition-duration: 60ms;
}

.heading-4 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
}

.social-icon-2 {
  color: #fff;
  border: 1px solid #f6eeee54;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 7px 7px 7px 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.social-icon-2:hover {
  background-color: #009fe3;
}

.text-form-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.link-4 {
  color: #009fe3;
}

.text-field-2 {
  height: 50px;
  color: var(--white);
  background-color: #272727;
  border: 1px solid #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-field-2::placeholder {
  color: var(--dim-grey);
}

.text-field-2.message {
  height: 125px;
}

.block-demi-footer-2 {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 30%;
  margin-top: 20px;
  display: flex;
}

.form-2 {
  width: 100%;
  margin-bottom: 20px;
}

.second-navbar {
  z-index: 110;
  background-color: #fff;
  margin-top: -79px;
  padding-top: 10px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
}

.brand-secondav {
  width: 135px;
  max-width: 80%;
}

.sous-nav-link {
  color: var(--black);
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.sous-nav-link:hover {
  opacity: 1;
  color: var(--dodger-blue);
}

.sous-nav-link.w--current {
  color: var(--dodger-blue);
}

.sous-nav-link.drop-link {
  padding-left: 0;
  padding-right: 0;
}

.cart-button-2 {
  background-color: #0000;
  padding-bottom: 0;
}

.icon-2 {
  color: var(--black);
}

.cart-quantity {
  background-color: var(--black);
  color: #fff;
}

.header-contenu {
  height: 60vh;
}

.header-contenu.expertiste-hero {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 79.9px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-contenu.apropos-hero {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 77px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-contenu.nous-joindre {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 79.9px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-contenu {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.3em;
  font-weight: 800;
  line-height: 1.2em;
}

.navbar-contenu {
  z-index: 200;
  background-color: var(--white);
  margin-top: -79px;
  padding-top: 10px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
}

.box-expertise {
  background-color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.h2-hero {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.block-hero {
  width: 100%;
  height: 50vh;
}

.block-hero.first-h1-content {
  background-color: var(--black);
  background-image: linear-gradient(#0000008a 9%, #009fe338), linear-gradient(#27272733, #27272733), url('../images/Expertise_Accueil.jpg');
  background-position: 0 0, 0 0, 50% 57%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.block-hero.nous-joindre {
  background-color: var(--black);
  background-image: linear-gradient(#0000008a 9%, #009fe338), linear-gradient(#27272733, #27272733), url('../images/banner-bckg-inspi.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.video-complete {
  position: absolute;
}

.thumbnail-portfolio {
  z-index: 1;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  position: relative;
  box-shadow: 5px 0 8px -4px #00000087;
}

.thumbnail-portfolio:hover {
  box-shadow: none;
}

.thumbnail-link-portfolio {
  object-fit: cover;
  border-radius: 0;
  width: 485px;
  height: 60vh;
  text-decoration: none;
  position: relative;
}

.titre-bold {
  color: var(--dodger-blue);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
}

.wrap-contenu-expertises {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.image-6 {
  margin-bottom: 30px;
}

.mot-cle {
  background-color: #31313191;
  border-radius: 10px;
  width: 100%;
  margin-top: 100px;
  padding: 30px 40px;
}

.mots-cl-s {
  color: #999;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
}

.bigtxt {
  z-index: 0;
  color: #202020;
  text-transform: none;
  margin-bottom: 89px;
  font-size: 10.7em;
  font-style: italic;
  line-height: 1em;
  position: absolute;
  inset: auto 0% 4% -1%;
}

.video-voir {
  z-index: 3;
  color: var(--white);
  background-color: #ffffff1f;
  border-radius: 5px;
  align-items: flex-end;
  margin-top: 100px;
  margin-bottom: 16px;
  margin-left: 10px;
  padding: 3px 0;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 12% auto auto 0%;
}

.video-voir:hover {
  background-color: #009fe34d;
}

.texte-video-voir {
  text-align: left;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
}

.texte-video-voir:hover {
  color: var(--snow);
}

.image-7 {
  margin-left: 10px;
  margin-right: 10px;
}

.button-portfolio {
  color: #fff;
  cursor: pointer;
  background-color: #4b4b4b5e;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 8px -4px #000000a1;
}

.button-portfolio:hover {
  background-color: #4b4b4bcf;
}

.text-block-5 {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.heading-5.titre-service-mobile {
  display: none;
}

.dropdown-link {
  background-color: var(--dodger-blue);
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  transition: background-color .4s;
}

.dropdown-link:hover {
  background-image: linear-gradient(315deg, var(--dodger-blue), #0065fd);
  opacity: 1;
}

.div-block-6 {
  align-items: flex-end;
}

.box-apropos {
  background-color: var(--black);
  padding: 100px 0 40px;
}

.grid {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.a-propos {
  grid-row-gap: 0px;
  margin-top: -130px;
}

.h1-small-no-hero {
  color: var(--dodger-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.valeur {
  border-right: 1px solid var(--snow);
  background-color: var(--white);
  padding: 60px 40px 40px;
}

.valeur.top-border {
  border-top: 1px solid var(--snow);
  padding-top: 100px;
  padding-bottom: 100px;
}

.h3-small {
  text-transform: uppercase;
  font-size: 1em;
}

.h3-small.white-h3-small {
  color: #fff;
}

.h3-small.white-h3-small.no-margin {
  margin-top: 0;
  line-height: 1em;
}

.column {
  padding-left: 0;
  padding-right: 100px;
}

.column-2, .column-3, .column-4 {
  padding-right: 20px;
}

.image-8 {
  margin-top: 40px;
}

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

.h1-soumission {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 4.7em;
  font-weight: 900;
  line-height: 1em;
}

.columns {
  margin-top: 100px;
}

.youtube {
  margin-top: 40px;
  display: flex;
}

.list-second-nav.w--open {
  margin-top: 15px;
}

.dropdown-toggle {
  padding-bottom: 0;
}

.dropdown-toggle:hover {
  opacity: 1;
}

.icon-4 {
  margin-bottom: 2px;
}

.thumbnail-block-portfolio {
  object-fit: cover;
  border-radius: 0;
  width: 485px;
  height: 60vh;
  text-decoration: none;
  position: relative;
}

.portfolio-all-images {
  display: none;
}

.wrap-member {
  flex-direction: column;
  flex: 1;
  margin-bottom: 20px;
  display: flex;
}

.funny-img {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  display: block;
  position: relative;
}

.serious-img {
  z-index: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  position: absolute;
}

.wrap-imgs {
  position: relative;
}

.info-team {
  border-top: 1px solid #1f1e1e;
  flex-direction: column;
  padding: 20px 30px;
  display: flex;
}

.texte-name {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 900;
  line-height: 26px;
}

.entete {
  text-align: left;
  background-color: #272727d9;
  border-radius: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.entete.inspi-entete {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.titre-team {
  color: var(--dodger-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.titre-team.reponse {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-weight: 400;
  line-height: 17px;
}

.wrap-info-member {
  margin-top: 10px;
}

.wrap-info-member.mail {
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 16px;
}

.wrap-info-member.first {
  margin-top: 0;
}

.info-contact {
  background-color: #0000;
  padding: 30px 30px 20px;
  display: block;
}

.courriel-team {
  text-transform: none;
  font-weight: 500;
  text-decoration: none;
}

.phone-team {
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
  text-decoration: none;
}

.wrap-phone-team {
  display: flex;
}

.poste {
  color: var(--white);
  margin-right: 8px;
  font-size: 13px;
}

.poste-number {
  color: var(--white);
  font-size: 13px;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-infos-all {
  background-color: #272727d9;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
}

.collection-list {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.wrap-nous-trouver {
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.wrap-nous-trouver:hover {
  opacity: .63;
}

.text-block-7 {
  margin-left: 14px;
  font-weight: 900;
  text-decoration: none;
}

.img-boutique {
  background-color: var(--light-grey);
  background-image: linear-gradient(#f3f3f3e6, #f3f3f3e6), url('../images/Logo_round-02.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  width: 100%;
  height: 30vh;
  position: relative;
}

.boutique-item {
  padding-bottom: 60px;
}

.text-block-8 {
  border-bottom: 1px solid var(--dim-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.titre-produit {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.text-block-9 {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
}

.link-product-boutique {
  width: 100%;
  color: var(--black);
  margin-bottom: 10px;
  text-decoration: none;
  position: relative;
}

.wrap-tite-price {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 14px;
  display: flex;
}

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

.wrap-hero-product {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.product-info {
  justify-content: center;
  width: 50%;
  padding: 140px 0;
  display: flex;
}

.wrapper-hero {
  padding-top: 20px;
  display: flex;
}

.collection-list-wrapper {
  flex-direction: column;
  flex: 1;
}

.images-col {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.thumbnail {
  object-fit: cover;
  height: 20vh;
  margin-bottom: 20px;
  margin-left: 0;
  transition: all .2s;
}

.thumbnail:hover {
  opacity: .92;
  filter: blur(1px);
}

.main-img {
  width: 100%;
  height: 80vh;
}

.main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  margin-left: 0;
}

.collection-list-2 {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.heading-6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
}

.price-in-page {
  margin-top: 37px;
  font-size: 26px;
}

.field-label {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.default-state {
  margin-top: 40px;
}

.quantity {
  width: 100%;
  padding: 30px 20px;
}

.select-field {
  text-transform: uppercase;
  border-radius: 3px;
  height: 60px;
  padding: 0 20px;
}

.option-list {
  margin-top: 60px;
}

.wrap-block-info {
  width: 70%;
}

.link-5 {
  color: var(--black);
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 13px;
}

.wrap-contact {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.wrap-contact.first {
  align-items: center;
}

.adresse-texte {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.image-9 {
  margin-bottom: 6px;
  margin-right: 20px;
}

.col-list-inspi {
  flex-wrap: nowrap;
}

.wrap-fournisseurs {
  text-align: center;
  text-transform: uppercase;
  background-color: #302f2f;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.wrap-fournisseurs:hover {
  background-color: var(--dodger-blue);
  color: #fff;
}

.collection-item-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
}

.col-inspi {
  background-color: #3a3a3a;
  border-radius: 20px;
  padding-top: 10px;
}

.col-inspi.corpos {
  background-color: #444;
}

.columns-2 {
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(315deg, var(--dodger-blue), #2e5eff);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.paragraph {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.heading-8 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.success-message {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ddd0;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}

.error-message {
  background-image: linear-gradient(to right, var(--dodger-blue), #ff5151);
  color: var(--white);
  border-radius: 20px;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.error-message.form {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #e3004f 18%, #ff5151);
  font-size: 14px;
  font-weight: 700;
}

.text-block-10 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.text-block-11 {
  text-transform: uppercase;
  font-weight: 700;
}

.heading-9, .heading-10, .block-header, .text-block-12, .block-header-2, .block-header-3, .block-header-4, .block-header-5, .text-block-13, .field-label-2, .field-label-3, .block-header-6, .block-header-7, .block-header-8, .block-header-9, .block-header-10, .block-header-11, .block-header-12 {
  text-transform: uppercase;
}

.checkout-form {
  margin-top: 165px;
}

.black-background {
  background-color: var(--black);
}

.hero-soumission {
  background-color: var(--black);
  margin-top: 85px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-field-soumission {
  height: 50px;
  margin-bottom: 20px;
}

.field-label-4 {
  color: var(--dodger-blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

.field-label-4.black {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.form-3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.col-soumission-form {
  padding-left: 0;
  padding-right: 0;
}

.col-soumission-form.right-col {
  padding-left: 10px;
}

.radio-button-label {
  color: var(--black-2);
  font-weight: 600;
}

.radio-button {
  border: 1px solid var(--dodger-blue);
  font-size: 17px;
}

.div-block-7 {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-field {
  margin-left: 21px;
}

.type-de-projet {
  margin-top: 20px;
}

.checkbox-label {
  color: var(--black);
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.checkbox-field {
  flex-flow: row;
  display: block;
}

.text-block-14 {
  color: var(--dim-grey);
  font-weight: 500;
}

.div-block-8 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.column-6 {
  flex-direction: row;
  margin-top: 20px;
  padding-left: 0;
}

.checkbox {
  border: 1px solid var(--dim-grey);
}

.checkbox.w--redirected-checked {
  background-color: var(--dodger-blue);
}

.checkbox.w--redirected-focus {
  box-shadow: 0 2px 5px #0000;
}

.textarea {
  min-height: 400px;
}

.product-hover {
  background-color: var(--dodger-blue);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.horaire {
  background-color: #31313191;
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  padding: 30px 40px;
}

.horaire.darker {
  background-color: #f6eeee0d;
}

.horaire-txt {
  color: #999;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
}

.horaire-txt.padding {
  margin-bottom: 10px;
}

.hor-bleu, .horaire-titre {
  color: var(--dodger-blue);
}

.horaire-titre-2 {
  color: #999;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.bouton-sp-ciaux {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.wrap-idee-promo {
  color: var(--dodger-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #302f2f;
  border: 10px solid #444;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 40px;
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.wrap-idee-promo:hover {
  background-color: var(--dodger-blue);
  color: #fff;
}

.list {
  color: var(--dodger-blue);
}

.text-list {
  color: var(--snow);
}

.wrap-contenu-politique {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  height: 100%;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.box-politique {
  background-color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.texte-rich.home-services {
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.texte-rich.home-services.blue-texte {
  color: var(--black);
  margin-bottom: 0;
}

.texte-rich.white {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
}

.texte-rich.white.margin-top {
  margin-top: 40px;
}

.texte-rich.white.smaller {
  font-size: 16px;
}

.texte-rich.white.margin-bottom {
  margin-bottom: 40px;
}

.texte-rich.smaller-texte {
  font-size: 14px;
  font-weight: 500;
}

.texte-rich li {
  margin-bottom: 10px;
}

.texte-rich h3 {
  color: var(--dodger-blue);
  text-transform: uppercase;
  font-size: 19px;
}

.texte-rich.margin-bottom {
  margin-bottom: 40px;
}

.carriere-form-box {
  text-align: left;
  background-color: #272727d9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
}

.carriere-form-box.inspi-entete {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.h2-big {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4.7em;
  font-weight: 900;
  line-height: 1em;
}

.job-card {
  background-color: #31313191;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
}

.job-card-name {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.4;
}

.job-card-info-tag {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 3px 11px;
  font-weight: 700;
  display: flex;
}

.job-card-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-bottom: 20px;
  display: flex;
}

.job-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.job-card-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.job-card-info-text {
  margin-bottom: 0;
}

.job-collection-list-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.job-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.job-collection-pagination {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.page-count {
  width: auto;
  color: var(--white);
  margin-top: 0;
  font-size: 16px;
  font-weight: 800;
}

.arrow-icon {
  width: 20px;
  height: 20px;
}

.job-empty-state {
  color: var(--dodger-blue);
  background-color: #fff0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}

.job-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-right: 1px solid var(--snow);
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -130px;
  padding: 60px 40px;
  font-size: 16px;
  display: grid;
}

.job-page-content.top-border {
  border-top: 1px solid var(--snow);
  padding-top: 100px;
  padding-bottom: 100px;
}

.job-page-content-section {
  margin-bottom: 0;
}

.job-page-content-title {
  color: var(--dodger-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.2;
}

.form-label {
  color: var(--white);
  margin-bottom: 10px;
}

.div-block-9 {
  background-color: var(--snow);
}

.filters-search {
  background-color: var(--white);
  height: 60px;
  color: var(--black);
  margin-bottom: 20px;
}

.filters-search:focus {
  border: 1px solid var(--dodger-blue);
}

.product-tag {
  background-color: var(--light-grey);
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
}

.collection-list-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.chackbox-label {
  font-weight: 700;
}

.empty-state {
  background-color: var(--light-grey);
  background-image: linear-gradient(#f3f3f3cc, #f3f3f3cc), url('../images/Logo_round-02.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  height: 100%;
}

.out-of-stock-state {
  background-color: #ffd4d4;
  border-radius: 4px;
}

.div-block-10 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .service-link {
    flex-direction: row;
    padding-left: 20px;
  }

  .button:hover {
    background-image: linear-gradient(45deg, #c4edff, #85dbff);
  }

  .service-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titre-small {
    text-align: left;
    margin-left: 10px;
  }

  .section-double {
    padding-left: 90px;
  }

  .section-double.right0col-section {
    padding-left: 40px;
  }

  .sous-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .img-boutique {
    height: 350px;
  }
}

@media screen and (min-width: 1920px) {
  .box-apropos {
    padding-right: 605px;
  }

  .column-5 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .hero-home {
    height: auto;
  }

  .navbar-accueil-seulement {
    display: none;
  }

  .container {
    width: 90%;
  }

  .container.nav-container.second-nav {
    align-items: center;
    width: 100%;
  }

  .container.hero-align-center {
    margin-top: 100px;
  }

  .container.hero-container.page-contenu {
    width: 90%;
  }

  .container.expertises-boxes, .container.align-horizontal {
    flex-direction: column;
  }

  .video-contain {
    padding-top: 229px;
    padding-bottom: 229px;
  }

  .h1-hero {
    font-size: 3.4em;
  }

  .block-container {
    width: 100%;
    height: auto;
    display: none;
  }

  .service-link {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .service-link.w--current {
    flex: 1;
    padding-left: 20px;
  }

  .icons-services.mobile-icon {
    display: block;
  }

  .section.blue-background {
    padding-top: 40px;
  }

  .section.blue-background.carriere-cta {
    margin-bottom: 0;
  }

  .section.img-photo, .section.img-photo.reverse-section {
    flex-wrap: wrap;
    height: auto;
  }

  .section.photo-background.carriere {
    margin-bottom: 0;
  }

  .block-section-bas {
    flex-flow: column wrap;
    width: 90%;
    height: auto;
  }

  .service-block {
    width: 100%;
    padding-bottom: 100px;
    padding-left: 25px;
  }

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

  .section-double {
    width: 100%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 40px;
  }

  .section-double.photo-img {
    width: 100%;
    height: 60vh;
  }

  .section-double.photo-img.another-photo {
    height: 60vh;
  }

  .section-double.right0col-section {
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .wrap-txt {
    width: 100%;
  }

  .heading-2.white-h2-big {
    font-size: 3.2em;
  }

  .footer {
    z-index: 100;
    margin-bottom: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .pre-foot {
    align-items: center;
  }

  .wrap-block-footer {
    flex-wrap: wrap;
  }

  .soumission-button-fix {
    z-index: 100;
    padding: 10px;
    display: none;
    inset: auto 0% 0%;
  }

  .soumission-button-fix.in-page {
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .image-4 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .wrap-nav-footer {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .social-icon-2 {
    margin-top: 40px;
  }

  .block-demi-footer-2 {
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }

  .second-navbar {
    z-index: 200;
  }

  .sous-nav-link {
    color: #fff;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sous-nav-link:hover {
    color: #fff;
    background-color: #0090ce;
  }

  .sous-nav-link.w--current {
    color: var(--white);
  }

  .cart-button-2 {
    padding-top: 0;
    display: none;
  }

  .navbar-contenu {
    z-index: 400;
  }

  .box-expertise {
    height: auto;
    overflow: hidden;
  }

  .thumbnail-link-portfolio {
    width: 100%;
    margin-top: 20px;
  }

  .wrap-contenu-expertises {
    width: 100%;
    padding-right: 0;
  }

  .mot-cle {
    width: 100%;
    margin-top: 40px;
  }

  .video-voir {
    margin-top: 46px;
  }

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

  .heading-5 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .heading-5.titre-service-mobile {
    display: flex;
  }

  .brand-second-nav {
    max-width: 80%;
  }

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

  .nav-menu-mob {
    background-color: var(--dodger-blue);
    width: 100%;
    margin-top: 15px;
  }

  .menu-button {
    background-color: var(--white);
    padding: 0;
  }

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

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

  .h1-soumission {
    text-align: left;
    margin-bottom: 40px;
  }

  .thumbnail-block-portfolio {
    width: 100%;
    margin-top: 20px;
  }

  .info-team, .info-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-info {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-hero {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .images-col {
    width: 100%;
  }

  .icon-5 {
    color: var(--dodger-blue);
  }

  .form-3 {
    width: 100%;
  }

  .col-soumission-form.right-col {
    padding-left: 0;
  }

  .div-block-8 {
    width: 100%;
  }

  .horaire {
    width: 100%;
    margin-top: 40px;
  }

  .wrap-contenu-politique {
    width: 100%;
    padding-right: 0;
  }

  .box-politique {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .box-politique.last {
    padding-bottom: 60px;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .h2-big {
    font-size: 3.4em;
  }
}

@media screen and (max-width: 767px) {
  .container.hero-align-center {
    margin-top: 20px;
  }

  .container.expertises-boxes {
    width: 90%;
  }

  .h1-hero {
    font-size: 3.2em;
  }

  .block-container {
    flex-wrap: wrap;
    display: none;
  }

  .service-link {
    width: 100%;
  }

  .texte-courant.white {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-2.white-h2-big {
    font-size: 3.2em;
  }

  .phrase {
    font-size: 17px;
  }

  .pre-foot {
    align-items: center;
  }

  .copyright {
    flex-direction: column;
  }

  .brand-secondav {
    max-width: 80%;
  }

  .h1-contenu {
    font-size: 3.8em;
  }

  .h2-hero {
    font-size: 17px;
  }

  .bigtxt {
    font-size: 6em;
  }

  .video-voir {
    inset: auto auto 0% 0%;
  }

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

  .valeur {
    padding-left: 20px;
    padding-right: 20px;
  }

  .valeur.top-border {
    padding-top: 40px;
  }

  .h1-soumission {
    font-size: 3.2em;
  }

  .columns {
    margin-top: 60px;
  }

  .wrap-imgs {
    width: 100%;
  }

  .entete {
    flex-wrap: wrap;
  }

  .wrap-nous-trouver {
    margin-top: 19px;
  }

  .img-boutique {
    height: 50vh;
  }

  .adresse-texte {
    font-size: 17px;
  }

  .col-inspi.corpos {
    margin-top: 40px;
  }

  .columns-2 {
    flex-wrap: wrap;
  }

  .horaire-titre-2 {
    font-size: 17px;
  }

  .texte-rich.white {
    font-size: 16px;
    line-height: 22px;
  }

  .carriere-form-box {
    flex-wrap: wrap;
  }

  .h2-big {
    font-size: 3.2em;
  }

  .job-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-page-content.top-border {
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container.expertises-boxes {
    width: 90%;
  }

  .h1-hero {
    font-size: 3em;
  }

  .button {
    border-style: none;
  }

  .section-double, .section-double.right0col-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2.white-h2-big, .heading-2.white-h2-big.no-margin {
    font-size: 1.7em;
  }

  .heading-2.white-h2-big.contacth2 {
    font-size: 2.4em;
  }

  .pre-foot {
    align-items: center;
  }

  .brand-secondav {
    width: 100px;
  }

  .h1-contenu {
    font-size: 2.5em;
  }

  .navbar-contenu {
    padding-bottom: 10px;
  }

  .box-expertise {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .h2-hero {
    font-size: 15px;
    line-height: 20px;
  }

  .bigtxt {
    font-size: 5em;
  }

  .brand-2 {
    flex: 1;
    padding-left: 0;
    display: flex;
  }

  .valeur {
    padding-top: 20px;
    padding-left: 20px;
  }

  .column {
    padding-right: 0;
  }

  .heading-6 {
    font-size: 25px;
  }

  .wrap-fournisseurs {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-7 {
    font-size: .9em;
  }

  .wrap-idee-promo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .box-politique {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .h2-big {
    font-size: 3em;
  }

  .job-page-content {
    padding-top: 20px;
    padding-left: 20px;
  }

  .collection-list-5 {
    flex-flow: column;
  }

  .checkbox-field-2 {
    height: auto;
  }
}

#w-node-c155cbf1-380f-0eaf-356f-0a35f35b418b-97757bdb {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c7c459a3-bee6-d7fc-d8c3-c00cc447dffe-97757bdb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c7c459a3-bee6-d7fc-d8c3-c00cc447e005-97757bdb {
  grid-area: 1 / 2 / 2 / 4;
}

#ecoresponsabilite.w-node-b09fbca3-58f4-fd0f-42ca-aba5f3d7c04b-97757bdb {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-c155cbf1-380f-0eaf-356f-0a35f35b418b-6420b2a2, #w-node-c155cbf1-380f-0eaf-356f-0a35f35b418b-6cdf3926, #w-node-d8bf7d03-8bbf-3669-67fb-4a19c6114414-9ea5816b {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0bee49b5-26d0-5da6-07cd-150716f9dd0e-9ea5816b {
  grid-area: 1 / 2 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_4cdd5d83-f481-4505-ad80-3181675b11d6-9ebeb1c6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a8b90612-42e1-95f4-5721-6378ecc69226-9ebeb1c6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c7c459a3-bee6-d7fc-d8c3-c00cc447dffe-97757bdb {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c7c459a3-bee6-d7fc-d8c3-c00cc447e005-97757bdb {
    grid-area: 2 / 1 / 3 / 4;
  }

  #ecoresponsabilite.w-node-b09fbca3-58f4-fd0f-42ca-aba5f3d7c04b-97757bdb {
    grid-area: 3 / 1 / 7 / 4;
  }

  #CV.w-node-e31f3e58-6a88-b844-02fd-263ac6f1f24b-515a7c76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bee49b5-26d0-5da6-07cd-150716f9dd0e-9ea5816b {
    grid-area: 2 / 1 / 3 / 4;
  }
}


