.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  padding-top: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #246dc5;
  color: #fff;
}

.button.form:hover {
  background-color: transparent;
  color: #323232;
}

.button.solid {
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 118px;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
}

.navbar.worknav {
  position: absolute;
}

.nav-link {
  display: inline-block;
  padding: 20px 30px;
  border-right: 1px none #4d4d4d;
  background-color: #28619c;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  padding-bottom: 18px;
  border: 1px solid #28619c;
  background-color: #fffdfd;
  color: #28619c;
}

.nav-link.w--current {
  display: inline-block;
  border: 1px none #000;
  background-color: #28619c;
  box-shadow: none;
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.nav-link.w--current:hover {
  padding-bottom: 18px;
  border-style: solid;
  border-color: #28619c;
  background-color: #fff;
  color: #28619c;
}

.nav-link.social-icons {
  position: relative;
  top: 25px;
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px none #4d4d4d;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  background-color: #28619c;
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  margin-top: 3px;
  margin-right: 31px;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu {
  left: 40px;
  top: 25px;
  display: block;
  float: left;
  border-left: 1px none #4d4d4d;
}

.stone-logo {
  margin-right: 8px;
  float: left;
  opacity: 0.9;
}

.stone-logo.footer {
  opacity: 0.4;
}

.brand {
  padding-top: 17px;
}

.section {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #4d4d4d;
}

.section.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  color: #fff;
}

.section.beige {
  background-color: #28619c;
}

.section.image {
  padding-top: 127px;
  padding-bottom: 127px;
  background-image: url('../images/5e561e12817dd3832002d09f_labo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.lightgrey {
  background-color: #f7f7f7;
}

.section.footer {
  padding-top: 65px;
  padding-bottom: 53px;
  background-color: #323232;
}

.main-heading {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 79px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  font-weight: 700;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.beige {
  display: inline-block;
  background-color: #fff;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, 0.18);
}

.horizontal-bar.beige {
  position: relative;
  left: -28px;
  display: inline-block;
  margin-top: 44px;
  margin-left: 450px;
  background-color: #727272;
  color: #fff;
}

.horizontal-bar.beige._2._34 {
  position: relative;
  left: auto;
  top: auto;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  float: left;
}

.horizontal-bar.beige._1 {
  left: auto;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
}

.horizontal-bar.beige._1._2 {
  position: relative;
  top: 578px;
}

.slider {
  height: 490px;
  background-color: transparent;
}

.slide {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/bridge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slide._3 {
  background-image: url('../images/town.jpg');
}

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 51px;
  text-align: center;
}

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, 0.09);
  font-size: 16px;
  text-transform: uppercase;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: rgba(50, 50, 50, 0.36);
  font-size: 16px;
  text-transform: uppercase;
}

.small-title-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  margin-top: 3px;
  color: #858585;
}

.footer-text.address {
  text-align: right;
}

.footer-text._2 {
  position: relative;
  left: auto;
  top: auto;
  display: inline-block;
  width: 100%;
  margin-top: 18px;
  float: none;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
  font-size: 18px;
}

.footer-text._2.w--current {
  top: -4px;
}

.footer-text._2._323 {
  left: auto;
  top: auto;
  display: block;
  width: 100%;
  text-decoration: none;
}

.footer-text._2._323.w--current {
  left: 168px;
  top: 30px;
  text-decoration: none;
}

.footer-text._2._323.tel {
  left: auto;
  top: auto;
  display: block;
}

.footer-text._2._334 {
  left: auto;
  top: auto;
  display: block;
  width: 300px;
  margin-top: 9px;
  text-decoration: none;
}

.footer-text._2._334.w--current {
  left: 0px;
  top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-text._2.email {
  left: auto;
  top: auto;
  display: block;
}

.footer-text._2.email.w--current {
  left: 0px;
  top: 0px;
}

.footer-text._2._334 {
  top: auto;
  display: block;
  margin-top: 9px;
  text-decoration: none;
}

.footer-text._2._334.w--current {
  left: 0px;
  top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-text._2.email.w--current {
  left: 0px;
  top: 0px;
}

.footer-text._4 {
  position: relative;
  display: block;
  margin-top: auto;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-text._3 {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  color: #c7aa8b;
  font-size: 20px;
  text-decoration: none;
}

.footer-text._3._4 {
  left: -2px;
  top: -24px;
  color: #c7aa8b;
}

.footer-text._3._4._5 {
  left: auto;
  top: auto;
  display: block;
  margin-top: 21px;
}

.footer-text._7 {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  margin-top: auto;
  color: #fff;
}

.footer-text._7.w--current {
  left: 0px;
  top: 0px;
}

.footer-text._7._8 {
  top: auto;
  display: block;
  text-decoration: none;
}

.footer-text._7._8._9 {
  top: auto;
  margin-top: auto;
  text-decoration: none;
}

.footer-text._5 {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  color: #c7aa8b;
  font-size: 20px;
  text-decoration: none;
}

.footer-text._5.w--current {
  left: 0px;
  top: 0px;
}

.footer-text._5._6 {
  left: auto;
  top: auto;
  display: block;
  margin-top: auto;
}

.footer-text._5._6.w--current {
  left: 0px;
  top: auto;
  margin-top: 0px;
}

.footer-text._4 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-text._6 {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
}

.footer-text._6.w--current {
  left: 0px;
  top: 0px;
}

.subheading {
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #a6a6a6;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  padding: 74px 33px;
  background-color: #79a3cb;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  color: #323232;
  font-size: 18px;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.tag-title {
  margin-right: 16px;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
}

.back-to-work-column {
  padding-top: 32px;
  text-align: right;
}

.prev-project-wrapper {
  padding-right: 30px;
  border-right: 3px solid #4d4d4d;
  text-align: right;
}

.nex-project-wrapper {
  padding-left: 30px;
}

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

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.slider-2 {
  height: 490px;
  margin-top: 27px;
  background-color: transparent;
}

.slider-2.informatique {
  overflow: visible;
}

.main-heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.81);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 79px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading-2.bold {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.mask-2 {
  overflow: hidden;
  margin-right: 64px;
  margin-left: -12px;
}

.slide-2 {
  margin-right: 0px;
  margin-left: 77px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slide-2.qualit {
  overflow: visible;
  max-width: 100%;
  background-image: url('../images/5e4d3bddb01958500ca46a5f_qmi-perfomance.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-2._2 {
  background-image: url('../images/5ea8e2bc3dd21d10a7598d93_uRm6crYJfJ-7.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2._3 {
  background-image: url('../images/5ea87b65239bf98b730b0364_FotoJet.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 40% 60%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2._3.info {
  background-image: url('../images/5ec407222928620600ccfb3a_3yej6h8pHP.jpg'), url('../images/5ea87b65239bf98b730b0364_FotoJet.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: repeat, repeat;
}

.slider-nav-2 {
  margin-bottom: 45px;
  background-color: transparent;
  font-size: 9px;
  line-height: 10px;
}

.button-2 {
  position: relative;
  left: -33px;
  top: 33px;
  display: inline;
  margin-left: 0px;
  padding: 8px 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button-2.button2 {
  position: relative;
  left: -33px;
  top: 33px;
  bottom: 0px;
  display: inline;
}

.button-2.beige {
  left: auto;
  top: auto;
  display: inline-block;
  margin-top: 20px;
  padding-top: 8px;
  border-color: #79a3cb;
  color: #d1d1d1;
}

.button-2.beige:hover {
  background-color: #79a3cb;
  color: #fff;
}

.button-2.beige.footer {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: auto;
  max-width: 600px;
  margin: 0px;
  padding-right: 60px;
  padding-left: 60px;
  float: none;
  background-color: #0f3558;
  font-family: 'Roboto Condensed', sans-serif;
}

.button-2.beige.footer:hover {
  color: #000;
}

.button-2.beige.footer.w--current {
  left: -499px;
  top: -5px;
  width: auto;
}

.button-2.beige.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: auto;
  margin: 0px;
  padding-right: 60px;
  padding-left: 60px;
  float: none;
  clear: none;
  background-color: #0f3558;
  font-family: 'Roboto Condensed', sans-serif;
}

.button-2.beige.footer:hover {
  color: #000;
}

.button-2.beige.footer.w--current {
  left: -499px;
  top: -5px;
  width: auto;
}

.button-2.solid {
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button-2.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.button-2.solid._3 {
  left: auto;
  top: auto;
  display: block;
  max-width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.button-2.solid._3.en-savoi-plus.fin._2 {
  margin-left: 628px;
}

.button-2.solid._3 {
  margin-left: 31px;
}

.button-2.beige {
  margin-top: 48px;
  border-color: #c7aa8b;
  color: #d1d1d1;
}

.button-2.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-2.beige.footer {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: inline;
  width: auto;
  max-width: 600px;
  margin: 0px;
  padding-right: 60px;
  padding-left: 60px;
  float: none;
  background-color: #0f3558;
  font-family: 'Roboto Condensed', sans-serif;
}

.button-2.beige.footer:hover {
  color: #000;
}

.button-2.beige.footer.w--current {
  left: -499px;
  top: -5px;
  width: auto;
}

.button-2.beige.footer.cartes-des-analyses._3 {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  max-width: 300px;
  margin: 40px auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-subheading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 44px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.81);
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.image-9 {
  position: relative;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.image-10 {
  position: relative;
  margin-top: 9px;
}

.image-11 {
  position: relative;
  bottom: auto;
  display: inline;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  float: none;
  clear: right;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-analyses {
  position: relative;
  left: -17px;
  top: -29px;
  margin-top: 27px;
  margin-left: 46px;
}

.paragraph {
  color: #fff;
}

.heading {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.36);
  color: #f7f7f7;
  text-align: left;
}

.heading.qui-sommes-nous {
  width: auto;
  max-width: 252px;
  margin-left: 391px;
  background-color: transparent;
  color: rgba(37, 109, 197, 0.81);
}

.paragraph-2 {
  margin-bottom: 0px;
}

.icons-wrapper-2 {
  position: relative;
  display: block;
  width: 85px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-left: 0px;
}

.div-block-4 {
  position: relative;
  top: auto;
  max-width: 400px;
}

.container-3 {
  position: relative;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.columns-4 {
  display: block;
  margin-bottom: 0px;
}

.image-12 {
  position: static;
  display: block;
  width: 30px;
  margin-left: auto;
}

.position-2 {
  position: relative;
  top: auto;
  display: inline-block;
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 700;
}

.heading-3-le-mot-du-directeur {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  color: #28619c;
}

.paragraph-10 {
  position: relative;
  display: inline-block;
  color: #323232;
  font-size: 16px;
  font-weight: 500;
}

.image-16 {
  position: relative;
  top: auto;
}

.section-2 {
  position: relative;
  margin-top: 0px;
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #fff;
  color: #4d4d4d;
}

.section-2.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 127px;
  padding-bottom: 127px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/5e561e12817dd3832002d09f_labo.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.section-2.image.qui-sommes-nous {
  position: relative;
  display: block;
  background-image: url('../images/5eabcbaec6f8e9dc4daef369_0hbSofJnj2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-2.lightgrey {
  display: block;
  max-height: none;
  padding-right: 220px;
  padding-left: 220px;
  background-color: #fff;
}

.section-2.lightgrey.reference {
  background-color: #e3f1ff;
}

.section-2.footer {
  max-height: 100%;
  margin-top: auto;
  padding-top: 91px;
  padding-bottom: 91px;
  background-color: #103558;
}

.section-2.footer.work {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 600px;
  max-height: 700px;
  max-width: 100vw;
  margin-top: 200px;
}

.section-2.grey {
  display: block;
  margin-top: 59px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #256dc5;
  color: #fff;
}

.container-qui-sommes-nous {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-qui-sommes-nous {
  position: relative;
  display: block;
  margin-top: 45px;
  margin-bottom: 0px;
  color: #323232;
  font-size: 18px;
  text-align: justify;
}

.paragraph-qui-sommes-nous._2 {
  position: relative;
  top: auto;
  display: inline-block;
  margin-top: auto;
}

.paragraph-qui-sommes-nous._2._3 {
  position: relative;
  top: auto;
  display: inline-block;
  margin-top: 0px;
}

.bold-text-11 {
  position: relative;
  display: inline-block;
}

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

.bold-text-14 {
  position: relative;
  display: inline-block;
}

.link-block {
  position: relative;
}

.column {
  display: inline-block;
}

.heading-2 {
  position: relative;
  color: #28619c;
}

.container-4 {
  position: relative;
}

.div-block-6 {
  position: static;
}

.image-21 {
  position: relative;
  top: -48px;
}

.div-block-5 {
  position: relative;
  display: block;
}

.left-arrow-2 {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow-2:hover {
  color: #256dc5;
}

.mask-4 {
  position: relative;
  margin-top: auto;
  clear: both;
}

.div-block-3 {
  position: relative;
  top: 51px;
}

.image-15 {
  position: relative;
  top: 32px;
}

.mask-3 {
  position: relative;
  left: 0%;
  top: 103%;
  right: 0%;
  bottom: auto;
  margin-top: 73px;
}

.paragraph-qui-sommes-nous-2 {
  max-width: 100%;
  margin-top: 45px;
  margin-bottom: 0px;
  font-size: 18px;
  text-align: justify;
}

.paragraph-qui-sommes-nous-2.r-f-rences {
  position: relative;
  left: 3%;
  top: 65%;
  right: 0%;
  bottom: auto;
  margin-top: 108px;
}

.paragraph-qui-sommes-nous-2._2 {
  position: absolute;
  top: 396px;
  margin-top: 0px;
}

.paragraph-qui-sommes-nous-2._2._3 {
  position: absolute;
  top: 667px;
  margin-top: 18px;
}

.paragraph-qui-sommes-nous-2._2._3._4 {
  position: relative;
  top: auto;
  display: block;
  overflow: visible;
  margin: 60px 0px 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  color: #323232;
  text-align: justify;
}

.testimonials-slider-2 {
  position: static;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: auto;
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonials-slider-2._1 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.testimonials-slider-2._2 {
  position: relative;
  top: auto;
  margin-top: 20px;
  padding-left: 0px;
}

.testimonials-slider-2._2 {
  position: relative;
  top: 25px;
  margin-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-13 {
  position: relative;
  top: -9px;
}

.testimonial-slide-2 {
  width: 25%;
  margin-top: 18px;
  padding: 24px 30px;
  text-align: center;
}

.testimonial-slide-2._2 {
  width: 20%;
}

.heading-fiche-technique {
  position: static;
  top: -40px;
  display: block;
  margin: 0px 346px;
  padding: 0px;
  color: rgba(37, 109, 197, 0.81);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.heading-fiche-technique.r-f-rences {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 172px;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-fiche-technique._1 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.image-14 {
  position: relative;
  top: 14px;
}

.right-arrow-2 {
  position: absolute;
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow-2:hover {
  color: #256dc5;
}

.mask-5 {
  margin-top: 6px;
  padding-right: 40px;
  padding-left: 40px;
}

.testimonial-slide-3 {
  width: 20%;
  margin-top: 18px;
  padding: 24px 30px;
  text-align: center;
}

.testimonial-slide-3._2 {
  width: 20%;
}

.column-2 {
  left: 0px;
  top: auto;
}

.icons-wrapper-3 {
  position: relative;
  top: -258px;
  right: 0px;
  width: 85px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-left: 0px;
}

.icons-wrapper-3._22 {
  left: 0px;
  top: auto;
  right: 0px;
  display: inline-block;
  width: 100px;
  height: 50px;
  margin-bottom: auto;
  margin-left: 0px;
  float: none;
  clear: none;
}

.icons-wrapper-3._22 {
  left: 0px;
  top: auto;
  right: 0px;
  display: block;
  width: 199px;
  height: 50px;
  margin-top: 20px;
  margin-left: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
}

.column-3 {
  left: 0px;
  top: 0px;
}

.image-19 {
  position: relative;
  left: 0px;
  top: -10px;
}

.image-17 {
  display: block;
  width: 30px;
  margin-left: 18px;
}

.stone-logo-2 {
  position: relative;
  left: -50px;
  display: block;
  margin: 0px 8px 9px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  background-color: #fff;
  opacity: 0.9;
}

.stone-logo-2.footer {
  left: 0px;
  top: 0px;
  display: block;
  width: 300px;
  height: 90px;
  max-width: 300px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.4;
}

.stone-logo-2.footer {
  left: 0px;
  top: 0px;
  width: 300px;
  height: 90px;
  max-width: 300px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.4;
}

.column-4 {
  left: 0px;
  top: 0px;
  display: block;
  padding-left: 0px;
  clear: none;
}

.container-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-text-8 {
  position: relative;
  display: block;
}

.columns-6 {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-5 {
  left: 0px;
  top: 0px;
}

.bold-text-15 {
  position: relative;
  display: inline-block;
}

.bold-text-6 {
  position: relative;
  top: 16px;
}

.bold-text-6._88 {
  text-decoration: underline;
}

.column-6 {
  left: 0px;
  top: 0px;
}

.column-7 {
  left: 0px;
  top: 0px;
  margin-top: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-7 {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-8 {
  position: static;
  display: block;
  clear: none;
}

.container-2 {
  margin-top: 0px;
}

.heading-6 {
  margin-top: 36px;
  color: #fff;
}

.subheading-2 {
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #a6a6a6;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.italic-text-2 {
  color: #fff;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  clear: none;
}

.navbar-2.navstick2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  width: 160px;
}

.container-5 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link-2 {
  display: inline-block;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2:hover {
  background-color: #246dc5;
  color: #fff;
}

.nav-link-2.w--current {
  float: none;
  clear: none;
  background-color: rgba(199, 170, 139, 0.72);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
}

.nav-link-5 {
  display: inline-block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
}

.nav-link-5:hover {
  background-color: #246dc5;
  color: #fff;
}

.nav-link-5.w--current {
  background-color: rgba(199, 170, 139, 0.72);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
}

.nav-link-4 {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
}

.nav-link-4:hover {
  background-color: #246dc5;
  color: #fff;
}

.nav-link-4.w--current {
  background-color: rgba(199, 170, 139, 0.72);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
}

.columns-5 {
  max-height: 600px;
}

.das-entrepises {
  position: relative;
}

.project-title-2 {
  position: relative;
  margin-bottom: 20px;
}

.image-entrepises-et-industriels {
  position: relative;
  left: 0px;
  margin-top: 78px;
}

.lightbox-link {
  margin-top: 0px;
  margin-bottom: 36px;
}

.image-5 {
  padding-left: 0px;
}

.image-5.audit {
  position: relative;
  left: 0px;
  top: 84px;
}

.tag-icon-2 {
  position: relative;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.heading-7 {
  margin: 63px;
  text-align: center;
}

.project-description-2 {
  width: 320px;
  max-width: 300px;
  margin-bottom: 11px;
  color: #323232;
  text-align: justify;
}

.project-description-2._22 {
  width: 300px;
  color: #323232;
  text-align: justify;
}

.project-description-2.audit {
  max-width: 300px;
  color: #323232;
}

.project-description-2.accr-d {
  width: auto;
  max-width: 350px;
  margin-top: 21px;
  margin-left: 0px;
  color: #323232;
  text-align: justify;
}

.project-subtitle {
  position: relative;
  top: 9px;
  max-width: 510px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-transform: capitalize;
}

.project-subtitle.prelevement-echantillonnage {
  width: 420px;
}

.tag-title-2 {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  float: left;
  color: #246dc5;
  font-size: 14px;
}

.tag-title-2._15189 {
  left: 2px;
  top: 0px;
}

.columns {
  margin-top: 45px;
}

.tag-wrapper-2 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.tag-wrapper-2.a4 {
  width: 106%;
  max-width: 317.96875vw;
}

.tag-wrapper-2.audit {
  top: 96px;
}

.tag-wrapper-2.audit-2 {
  position: relative;
  top: 98px;
}

.tag-wrapper-2.a2 {
  width: auto;
  max-width: 100%;
}

.tag-wrapper-2.a1 {
  display: inline-block;
  width: auto;
  max-width: 400px;
}

.tag-wrapper-2.final._2 {
  margin-top: 0px;
  margin-left: 152px;
}

.tag-wrapper-2.analyses {
  width: 500px;
  margin-top: 0px;
  margin-bottom: 6px;
}

.image-20 {
  display: inline-block;
}

.image-6 {
  margin-top: 0px;
}

.section-3 {
  position: relative;
  margin-top: 0px;
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #fff;
  color: #4d4d4d;
}

.section-3.lightgrey {
  display: inline-block;
  max-height: none;
  padding-right: 140px;
  padding-left: 140px;
  background-color: #f7f7f7;
}

.section-3.lightgrey.home {
  margin-left: 0px;
}

.section-3.lightgrey.home.sliderrr {
  margin-left: 0px;
  padding-left: 0px;
}

.section-3.lightgrey.home.sliderrr.agro {
  height: auto;
  max-height: 550vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-3.lightgrey.home.sliderrr.agro.analyses {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-right: 0px;
}

.section-3.metrologie {
  margin-top: auto;
}

.container-6 {
  position: relative;
  left: auto;
  display: block;
  margin-top: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-8 {
  margin: 63px;
  text-align: center;
}

.heading-8.agro {
  position: relative;
  top: 69px;
  margin-top: 54px;
  margin-bottom: 54px;
  padding-top: 63px;
}

.heading-8.metrologie {
  margin-top: 45px;
  margin-bottom: 45px;
}

.heading-8.agro {
  position: relative;
  top: 69px;
  margin-top: 54px;
  margin-bottom: 54px;
  padding-top: 63px;
}

.heading-8.agro.informatique {
  top: auto;
  margin-top: auto;
  padding-top: 0px;
}

.column-18 {
  left: -67px;
}

.project-description-3 {
  position: relative;
  margin-bottom: 11px;
  color: #323232;
  text-align: justify;
}

.project-description-3.large {
  width: 430px;
  max-width: 430px;
  color: #323232;
  text-align: justify;
  text-transform: none;
}

.project-description-3.large.agro-env {
  color: #323232;
  text-align: justify;
}

.project-description-3.large.prelev-echanti {
  color: #323232;
  text-align: justify;
}

.project-description-3.large.exepertise-analyses._1 {
  margin-top: 60px;
  text-align: justify;
}

.project-description-3.large {
  position: relative;
  width: 430px;
  max-width: 430px;
  text-transform: none;
}

.project-description-3.large {
  width: 430px;
  max-width: 430px;
  text-transform: none;
}

.container-agro {
  margin-top: 63px;
  margin-bottom: 63px;
  padding-top: 125px;
}

.tag-title-3 {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  float: left;
  color: #246dc5;
  font-size: 14px;
}

.tag-title-3._22000 {
  margin-right: 0px;
}

.image-expertise-analyses {
  margin-top: 18px;
  margin-bottom: 18px;
}

.columns-8 {
  margin-top: 45px;
}

.image-4-metrologie {
  position: static;
  left: 125px;
  top: 63px;
  display: block;
  margin-top: 36px;
  margin-right: 0px;
  margin-left: 433px;
}

.image-4-metrologie.metro {
  margin-top: 9px;
  margin-left: 152px;
}

.image-4-metrologie.metrologie {
  position: relative;
  left: auto;
  top: auto;
  margin-top: auto;
  margin-left: auto;
  float: none;
}

.image-4-metrologie._2 {
  margin-left: 9px;
}

.image-4-metrologie._2._3.solulabo {
  display: block;
}

.columns-2 {
  margin-bottom: 36px;
}

.image-26 {
  margin-top: 0px;
}

.columns-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-11 {
  position: relative;
}

.tag-title-4 {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  float: left;
  color: #246dc5;
  font-size: 14px;
}

.tag-title-5 {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  float: left;
  color: #246dc5;
  font-size: 14px;
}

.columns-10 {
  position: relative;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
}

.container-14 {
  position: relative;
}

.tag-title-6 {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  float: left;
  color: #246dc5;
  font-size: 14px;
}

.columns-11 {
  margin-top: 45px;
}

.bold-text-9 {
  text-transform: uppercase;
}

.project-description-4 {
  width: 320px;
  max-width: 300px;
  margin-bottom: 11px;
  text-align: left;
}

.project-description-4.large {
  width: 430px;
  max-width: 430px;
  text-transform: none;
}

.project-description-4.large.solulabo {
  width: 100%;
  max-width: 100%;
  color: #323232;
  text-align: justify;
}

.project-subtitle-2 {
  position: relative;
  top: 9px;
  max-width: 510px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-transform: capitalize;
}

.tag-title-7 {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  float: left;
  color: #246dc5;
  font-size: 14px;
}

.project-column-7 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tag-wrapper-3 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.tag-wrapper-3.solulabo {
  position: static;
  width: auto;
  max-width: 100%;
}

.label {
  position: relative;
  top: -11px;
  margin-bottom: 10px;
  color: #2a5172;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label._33 {
  top: auto;
}

.section-4 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }
  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }
  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }
  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13), 0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }
  .menu-icon {
    color: #fff;
    line-height: 21px;
  }
  .menu-button {
    opacity: 0.8;
  }
  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }
  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }
  .slider {
    height: 469px;
  }
  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }
  .left-arrow {
    margin-left: 0px;
  }
  .right-arrow {
    margin-right: 0px;
  }
  .slider-2 {
    height: 469px;
  }
  .main-heading-2 {
    margin-bottom: 4px;
    font-size: 68px;
  }
  .left-arrow-2 {
    margin-left: 0px;
  }
  .testimonial-slide-2 {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }
  .right-arrow-2 {
    margin-right: 0px;
  }
  .testimonial-slide-3 {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .navbar {
    position: relative;
  }
  .stone-logo.footer {
    float: none;
  }
  .section {
    padding: 34px 10px;
  }
  .section.grey {
    padding: 35px 10px;
  }
  .section.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .section.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }
  .slider {
    height: 392px;
  }
  .slide {
    padding: 50px 10px;
  }
  .icon-wrapper {
    height: 102px;
  }
  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }
  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }
  .footer-text.address {
    text-align: center;
  }
  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }
  .contact-info-column {
    padding-top: 42px;
  }
  .back-to-work-column {
    padding-top: 12px;
    text-align: left;
  }
  .icons-wrapper {
    margin-bottom: 23px;
  }
  .project-column {
    padding-top: 23px;
  }
  .slider-2 {
    height: 392px;
  }
  .main-heading-2 {
    font-size: 50px;
    line-height: 44px;
  }
  .slide-2 {
    padding: 50px 10px;
  }
  .button-2.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .button-2.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .button-2.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .icons-wrapper-2 {
    margin-bottom: 23px;
  }
  .section-2 {
    padding: 34px 10px;
  }
  .section-2.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .section-2.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
  .section-2.grey {
    padding: 35px 10px;
  }
  .testimonials-slider-2 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .testimonial-slide-2 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .testimonial-slide-3 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .icons-wrapper-3 {
    margin-bottom: 23px;
  }
  .stone-logo-2.footer {
    float: none;
  }
  .stone-logo-2.footer {
    float: none;
  }
  .project-column-2 {
    padding-top: 23px;
  }
  .section-3 {
    padding: 34px 10px;
  }
  .project-column-3 {
    padding-top: 23px;
  }
  .project-column-4 {
    padding-top: 23px;
  }
  .project-column-5 {
    padding-top: 23px;
  }
  .project-column-6 {
    padding-top: 23px;
  }
  .project-column-7 {
    padding-top: 23px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: fixed;
    height: 100px;
  }
  .navbar.worknav {
    z-index: 9999;
  }
  .nav-link {
    display: block;
    border-top-style: none;
  }
  .nav-link.w--current {
    display: block;
  }
  .nav-menu {
    position: absolute;
    left: auto;
    top: 100px;
    z-index: 9999;
    display: block;
    width: 100%;
    background-color: #28619c;
  }
  .section {
    display: inline-block;
  }
  .section.lightgrey {
    display: block;
  }
  .menu-button {
    top: 20px;
    display: block;
    background-color: #246dc5;
  }
  .menu-button.w--open {
    background-color: #79a3cb;
  }
  .main-heading {
    width: 100%;
    font-size: 48px;
  }
  .horizontal-bar.beige {
    position: relative;
    left: auto;
    display: block;
    margin-left: 0px;
  }
  .horizontal-bar.beige._2 {
    position: static;
  }
  .horizontal-bar.beige._2._34 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .horizontal-bar.beige._1 {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    width: 40%;
    margin-left: 0px;
  }
  .horizontal-bar.beige._1._2 {
    position: relative;
    top: auto;
    margin-top: 20px;
    float: none;
    clear: right;
  }
  .slider {
    height: 476px;
  }
  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .icon-wrapper {
    position: relative;
    display: block;
    height: 110px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .footer-text._2 {
    left: 197px;
  }
  .footer-text._2.w--current {
    display: inline-block;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-text._2._323 {
    display: block;
    margin-top: auto;
    margin-left: auto;
    padding-bottom: 10px;
  }
  .footer-text._2._323.w--current {
    position: relative;
    left: 19%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 109px;
    margin-left: 105px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-text._2._334 {
    left: 94px;
    top: -2px;
    display: block;
    width: 400px;
    margin-top: 81px;
  }
  .footer-text._2._334.w--current {
    position: static;
    margin-top: 54px;
    margin-left: 85px;
  }
  .footer-text._2.email {
    display: inline-block;
    margin-top: 87px;
    margin-left: -191px;
  }
  .footer-text._2.email.w--current {
    position: absolute;
    left: 212px;
    top: 37px;
    margin-top: 27px;
    margin-left: -37px;
  }
  .footer-text._2._334 {
    left: 94px;
    top: -2px;
    display: block;
    width: 400px;
    margin-top: 81px;
  }
  .footer-text._2._334.w--current {
    position: static;
    margin-top: 54px;
    margin-left: 85px;
  }
  .footer-text._2.email {
    display: inline-block;
    margin-top: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .footer-text._2.email.w--current {
    position: absolute;
    left: 212px;
    top: 37px;
    margin-top: 27px;
    margin-left: -37px;
  }
  .footer-text._4._9 {
    display: block;
    margin-top: 0px;
  }
  .footer-text._3 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .footer-text._3._4._5 {
    display: block;
    margin-top: 20px;
    margin-left: auto;
  }
  .footer-text._7 {
    display: block;
    margin-top: 18px;
  }
  .footer-text._7._8 {
    display: block;
    width: 100%;
    margin-top: auto;
    text-align: left;
  }
  .footer-text._7._8.w--current {
    width: 100%;
  }
  .footer-text._5 {
    display: block;
    margin-top: 40px;
    margin-left: auto;
  }
  .footer-text._5._6 {
    margin-top: -46px;
    margin-left: -165px;
    color: #c7aa8b;
  }
  .footer-text._4._9 {
    display: block;
    margin-top: 0px;
  }
  .footer-text._6 {
    display: block;
    margin-top: auto;
    padding-top: 10px;
    text-align: left;
  }
  .contact-form-column {
    text-align: center;
  }
  .contact-info-column {
    text-align: center;
  }
  .slider-2 {
    height: 476px;
  }
  .slider-2.informatique {
    position: relative;
    width: 100%;
    height: 100vh;
    max-width: 300vw;
  }
  .main-heading-2 {
    width: 100%;
    font-size: 40px;
    line-height: 36px;
  }
  .mask-2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide-2 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .slide-2.qualit {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .slide-2._2 {
    margin-left: 0px;
  }
  .slide-2._3 {
    margin-left: 0px;
  }
  .button-2 {
    left: -6px;
  }
  .button-2.button2 {
    margin-left: 64px;
  }
  .button-2.beige {
    display: inline-block;
    width: 90%;
  }
  .button-2.beige.footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 9px;
  }
  .button-2.beige.footer.w--current {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }
  .button-2.beige.footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 9px;
  }
  .button-2.beige.footer.w--current {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }
  .button-2.solid._3 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }
  .button-2.solid._3._98 {
    position: relative;
    left: 20%;
    top: 23px;
    right: 0%;
    bottom: 0%;
  }
  .button-2.solid._3._98.prelevement-echantillonage {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin: 40px auto;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-2.solid._3._4 {
    position: relative;
    left: auto;
    top: 201px;
    display: block;
    width: auto;
    max-width: 80%;
    margin: 40px auto 27px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-2.solid._3.en-savoi-plus {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-top: auto;
    margin-left: auto;
  }
  .button-2.solid._3.en-savoi-plus.fin {
    position: relative;
    left: auto;
    top: auto;
    display: block;
  }
  .button-2.solid._3.en-savoi-plus.fin._2 {
    left: auto;
    top: auto;
    display: inline-block;
    margin-top: auto;
    margin-left: auto;
  }
  .button-2.solid._3 {
    position: static;
    display: inline-block;
    margin-top: 498px;
  }
  .button-2.solid._3.en-savoi-plus {
    margin-top: 557px;
  }
  .button-2.solid._3.en-savoi-plus.fin {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 40px;
  }
  .button-2.beige.footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 9px;
  }
  .button-2.beige.footer.w--current {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }
  .button-2.beige.footer.cartes-des-analyses {
    position: relative;
    top: -511px;
  }
  .button-2.beige.footer.cartes-des-analyses._3 {
    top: auto;
    margin-left: auto;
  }
  .image-9 {
    position: relative;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: inline-block;
    margin-left: 0px;
  }
  .image-10 {
    position: absolute;
    left: 29%;
    top: 11%;
    right: 0%;
    bottom: auto;
  }
  .image-10.ananlyses {
    position: relative;
    left: 0%;
    top: 0%;
  }
  .image-11 {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: inline-block;
  }
  .img-analyses {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-bottom: 45px;
    margin-left: 0px;
  }
  .heading {
    position: relative;
    top: 40px;
    display: inline-block;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding: 20px;
    font-size: 25px;
    line-height: 42px;
  }
  .heading.qui-sommes-nous {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    text-align: center;
  }
  .icons-wrapper-2 {
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    text-align: center;
  }
  .div-block-4 {
    top: auto;
    display: block;
  }
  .bold-text-10 {
    position: relative;
    top: 239px;
  }
  .italic-text {
    position: relative;
    top: auto;
  }
  .position-2 {
    top: auto;
  }
  .heading-3-le-mot-du-directeur {
    position: relative;
    top: auto;
  }
  .paragraph-10 {
    position: relative;
    top: auto;
    display: inline-block;
  }
  .image-16 {
    position: relative;
    top: auto;
    display: inline-block;
  }
  .section-2 {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-2.lightgrey {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-2.footer {
    display: block;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
  }
  .section-2.footer.work {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    margin-top: 2843px;
  }
  .section-2.grey {
    max-width: 100%;
    margin-top: 100px;
    padding-top: 35px;
  }
  .container-qui-sommes-nous {
    position: relative;
    top: auto;
    max-width: 100%;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-qui-sommes-nous {
    position: relative;
    top: auto;
    display: inline-block;
    overflow: visible;
    margin-top: 27px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph-qui-sommes-nous._2 {
    position: relative;
    top: auto;
    display: block;
    margin-top: 0px;
    clear: right;
  }
  .paragraph-qui-sommes-nous._2._3 {
    left: auto;
    top: 22px;
    right: auto;
    bottom: auto;
    display: block;
    margin-left: auto;
    clear: right;
  }
  .bold-text-11 {
    position: relative;
    display: inline-block;
  }
  .bold-text-12 {
    display: inline-block;
  }
  .bold-text-13 {
    display: inline-block;
  }
  .link-block {
    margin-right: 10px;
  }
  .column {
    display: block;
  }
  .container-4 {
    display: inline-block;
  }
  .left-arrow-2._2 {
    height: auto;
    margin-top: 434px;
  }
  .mask-4 {
    position: relative;
  }
  .mask-3 {
    position: relative;
    top: auto;
    height: auto;
    margin-top: auto;
  }
  .paragraph-qui-sommes-nous-2 {
    position: absolute;
    top: 45px;
    display: inline-block;
    overflow: visible;
    margin-top: 27px;
    margin-left: 83px;
  }
  .paragraph-qui-sommes-nous-2.r-f-rences {
    position: absolute;
    left: 3%;
    top: 68%;
    right: 0%;
    bottom: auto;
    display: inline;
    margin-left: 0px;
  }
  .paragraph-qui-sommes-nous-2._2 {
    position: absolute;
    top: 751px;
    margin-top: 0px;
  }
  .paragraph-qui-sommes-nous-2._2._3 {
    left: 0%;
    top: 123%;
    right: 0%;
    bottom: auto;
  }
  .paragraph-qui-sommes-nous-2._2._3._4 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    clear: none;
  }
  .image-23 {
    margin-top: 29px;
  }
  .testimonials-slider-2 {
    position: absolute;
    top: 315px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
  }
  .testimonials-slider-2._1 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    height: 200px;
    margin-top: 20px;
  }
  .testimonials-slider-2._2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    display: block;
  }
  .testimonials-slider-2._2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
  }
  .icon-2 {
    top: 368px;
  }
  .image-24 {
    margin-top: 27px;
  }
  .testimonial-slide-2 {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: auto;
    padding-right: 60px;
    padding-left: 60px;
    float: none;
    clear: none;
  }
  .testimonial-slide-2._2 {
    height: auto;
    margin-top: 0px;
  }
  .heading-fiche-technique {
    position: static;
    top: 0px;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-fiche-technique.r-f-rences {
    position: absolute;
    left: 0%;
    top: 65%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
  .heading-fiche-technique._1 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }
  .right-arrow-2._2 {
    position: absolute;
    top: 368px;
    margin-top: 437px;
  }
  .div-block-7 {
    position: relative;
    display: block;
    margin-top: auto;
    margin-left: auto;
    clear: both;
  }
  .mask-5 {
    position: relative;
  }
  .testimonial-slide-3 {
    position: static;
    left: 0px;
    width: auto;
    height: auto;
    margin-top: 0px;
  }
  .testimonial-slide-3._2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    position: static;
    left: -35px;
    top: 167px;
    display: inline-block;
    margin-top: -578px;
    padding-left: 67px;
  }
  .icons-wrapper-3 {
    top: -370px;
  }
  .icons-wrapper-3._22 {
    left: 27px;
    top: 151px;
    display: none;
  }
  .icons-wrapper-3._22 {
    left: 27px;
    top: 151px;
    display: none;
  }
  .column-3 {
    position: static;
    left: 12px;
    top: 168px;
    margin-top: -402px;
    padding-left: 67px;
  }
  .image-19 {
    position: absolute;
    left: 17px;
    top: 24px;
  }
  .stone-logo-2.footer {
    left: 29px;
    top: -21px;
  }
  .stone-logo-2.footer {
    left: auto;
    top: auto;
    width: 100%;
  }
  .column-4 {
    left: auto;
    top: auto;
  }
  .container-7 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bold-text-8 {
    position: relative;
    left: -3px;
  }
  .columns-6 {
    left: -24px;
    top: -4px;
    height: 150vh;
    max-height: 150vh;
  }
  .column-5 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-top: auto;
    padding-left: 0px;
  }
  .bold-text-15 {
    display: block;
    text-align: left;
  }
  .column-6 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-7 {
    position: relative;
    left: auto;
    top: auto;
    margin-top: auto;
    padding-left: 0px;
  }
  .columns-7 {
    left: auto;
    top: auto;
    display: block;
    max-height: 150vh;
  }
  .column-8 {
    position: relative;
  }
  .heading-6 {
    margin-top: 0px;
  }
  .navbar-2.navstick2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
  .text-block-5 {
    display: block;
  }
  .nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #000;
  }
  .nav-link-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #000;
  }
  .nav-link-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #000;
  }
  .menu-button-2 {
    position: relative;
    left: auto;
    right: auto;
    display: block;
    margin-right: 0px;
    float: none;
    clear: none;
    text-align: left;
  }
  .das-entrepises {
    display: block;
  }
  .project-title-2 {
    left: auto;
    top: auto;
    max-width: 100%;
    margin-top: 18px;
  }
  .project-title-2._2 {
    position: static;
    left: 94px;
  }
  .project-title-2._2.agro {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 36px;
    text-align: center;
  }
  .project-title-2.solution {
    left: 26px;
    top: 264px;
    max-width: 100%;
  }
  .project-title-2.solution.int-grale {
    left: auto;
    top: -55px;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }
  .project-title-2.accompagnement {
    left: auto;
    top: auto;
    display: block;
    max-width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .image-entrepises-et-industriels {
    left: auto;
    margin-top: 46px;
    margin-left: auto;
  }
  .lightbox-link {
    position: relative;
    top: -244px;
  }
  .container-8 {
    position: relative;
    display: block;
    max-width: 100%;
    margin-bottom: -241px;
    text-align: center;
  }
  .column-15 {
    top: auto;
  }
  .image-5 {
    display: block;
  }
  .image-5.audit {
    top: auto;
    display: block;
  }
  .tag-icon-2 {
    position: static;
    top: -1px;
    margin-right: 0px;
    float: none;
  }
  .tag-icon-2._9 {
    left: 0px;
    top: -1px;
  }
  .tag-icon-2._22000 {
    left: 0px;
    top: -17px;
  }
  .tag-icon-2._22000._3 {
    left: 171px;
    top: -56px;
  }
  .tag-icon-2._121 {
    top: -16px;
  }
  .tag-icon-2._121._3 {
    top: -14px;
  }
  .tag-icon-2._121._2 {
    position: static;
    top: -18px;
    float: none;
  }
  .tag-icon-2._121._2._3 {
    left: 19px;
    top: -33px;
  }
  .tag-icon-2.accreditation {
    left: -150px;
  }
  .tag-icon-2.thermo-sistante {
    left: -113px;
  }
  .tag-icon-2.gauche {
    left: -7px;
    top: 0px;
  }
  .tag-icon-2.transmetteur-ultrasons {
    left: -188px;
    top: 19px;
  }
  .tag-icon-2.diagnostic {
    left: -224px;
    top: 19px;
  }
  .column-16 {
    top: auto;
    margin-top: 60px;
  }
  .heading-7 {
    display: inline-block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .project-description-2 {
    position: relative;
    width: auto;
    max-width: 100%;
  }
  .project-description-2._22 {
    width: auto;
    max-width: 300px;
    text-align: justify;
  }
  .project-description-2.audit {
    width: auto;
    max-width: 100%;
  }
  .project-description-2.accr-d {
    position: relative;
    display: block;
    max-width: 100%;
    text-align: justify;
  }
  .project-subtitle {
    position: relative;
    top: auto;
    display: block;
    max-width: 100%;
    margin-top: auto;
    text-align: center;
  }
  .project-subtitle.accompagnement {
    margin-top: 9px;
  }
  .project-subtitle.audit {
    margin-top: 10px;
  }
  .project-subtitle.formations {
    position: relative;
    top: auto;
    margin-top: 10px;
  }
  .project-subtitle.analyses-de-controle-qualit {
    position: relative;
    top: auto;
    margin-top: 0px;
  }
  .project-subtitle.prelevement-echantillonnage {
    width: auto;
  }
  .project-subtitle.prelevement-echantillonnage._2 {
    position: relative;
    top: auto;
    margin-top: 10px;
    text-align: center;
  }
  .project-subtitle.expertises-analyses {
    position: relative;
    top: auto;
    margin-top: 60px;
    text-align: center;
  }
  .project-subtitle.etalonnage {
    position: relative;
    top: auto;
    margin-top: auto;
  }
  .project-subtitle.vente-tep {
    position: relative;
    top: auto;
    margin-top: auto;
  }
  .column-14 {
    top: auto;
    display: block;
    margin-bottom: 302px;
  }
  .tag-title-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .tag-title-2._2 {
    left: 10px;
    top: -20px;
    margin-right: 0px;
  }
  .tag-title-2._2._9 {
    left: -5px;
    top: 20px;
    margin-right: 0px;
  }
  .tag-title-2._15189._21 {
    left: 241px;
    top: -20px;
  }
  .tag-title-2._15189._21._9 {
    left: 3px;
    top: -1px;
  }
  .tag-title-2._9 {
    top: -1px;
  }
  .tag-title-2._9001 {
    left: 20px;
    top: -15px;
    margin-right: 0px;
  }
  .tag-title-2._9001._9 {
    left: 1px;
    top: -1px;
  }
  .tag-title-2._15189-2 {
    left: 244px;
    top: -19px;
    margin-right: 0px;
  }
  .h2-accr-ditations {
    display: block;
    margin-top: 27px;
    text-align: center;
  }
  .project-column-2 {
    top: auto;
    margin-top: auto;
    padding-top: 0px;
  }
  .columns {
    position: relative;
    top: auto;
    height: 1px;
    margin-top: 0px;
  }
  .tag-wrapper-2 {
    position: relative;
    left: auto;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    max-width: 100%;
    margin: 0px 0px 0px auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tag-wrapper-2.a4 {
    position: static;
    width: auto;
    margin-top: 3px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tag-wrapper-2.cert {
    top: 23px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tag-wrapper-2.a2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
  }
  .tag-wrapper-2.a1 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
  }
  .tag-wrapper-2.final {
    top: -356px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tag-wrapper-2.final._2 {
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .tag-wrapper-2.reglementation {
    top: 35px;
    margin-left: auto;
    clear: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }
  .tag-wrapper-2.analyses {
    position: static;
    top: -6px;
    width: auto;
  }
  .tag-wrapper-2.analyses.anacontro {
    position: relative;
    left: auto;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .tag-wrapper-2.analyses.anacontro.physico-chimique {
    top: -15px;
  }
  .tag-wrapper-2.onssa {
    top: auto;
    margin-top: 10px;
  }
  .tag-wrapper-2._2-up {
    top: -13px;
  }
  .tag-wrapper-2._2-up.etalonnage {
    left: auto;
    top: 222px;
  }
  .tag-wrapper-2.eta {
    left: auto;
    top: auto;
  }
  .tag-wrapper-2.detecteur {
    left: auto;
    top: auto;
  }
  .tag-wrapper-2.instruments-de-mesure {
    position: relative;
    top: 14px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tag-wrapper-2.instruments-de-mesure.instru {
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .tag-wrapper-2.etalonnage {
    position: relative;
    left: auto;
    top: 218px;
    margin-top: 0px;
  }
  .tag-wrapper-2.etalonnage.laboratoire {
    position: relative;
    top: auto;
    margin-top: 9px;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tag-wrapper-2.accompagnement-info {
    top: 0px;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-20.iso-9001 {
    position: relative;
    left: auto;
    display: block;
    float: none;
    clear: none;
    text-align: left;
  }
  .image-6 {
    position: relative;
    top: auto;
  }
  .section-3 {
    max-width: 100%;
  }
  .section-3.lightgrey {
    height: 200vh;
  }
  .section-3.lightgrey.home.sliderrr.agro {
    position: static;
  }
  .section-3.lightgrey.home.sliderrr.agro.analyses {
    max-height: none;
  }
  .section-3.metrologie {
    top: auto;
    margin-top: auto;
  }
  .container-6 {
    position: relative;
    top: auto;
  }
  .column-17 {
    top: auto;
  }
  .heading-8 {
    max-width: 100%;
  }
  .heading-8.agro {
    top: 60px;
    margin-top: 79px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .heading-8.metrologie {
    position: relative;
    left: auto;
    margin-top: 56px;
    padding-bottom: 57px;
  }
  .heading-8.agro.informatique {
    top: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0px;
  }
  .column-18 {
    position: relative;
    left: auto;
    top: auto;
  }
  .project-description-3 {
    width: auto;
    max-width: 100%;
    color: #323232;
    text-align: justify;
  }
  .project-description-3.large {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    max-width: 100%;
  }
  .project-description-3.large.agro-env {
    position: relative;
    left: 0px;
    top: auto;
    display: block;
  }
  .project-description-3.large.prelev-echanti {
    left: 2px;
    top: auto;
    display: block;
  }
  .project-description-3.large {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    max-width: 100%;
  }
  .project-description-3.large.solution-int-grale {
    left: auto;
    top: 220px;
    display: inline-block;
    margin-top: auto;
  }
  .project-description-3.large.qmi-conseil {
    left: auto;
    top: auto;
    display: block;
  }
  .project-description-3.large.etalonn {
    top: auto;
    display: block;
  }
  .project-description-3.large {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    max-width: 100%;
  }
  .container-agro.prelevement-echantillonage {
    position: relative;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }
  .tag-title-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12.5px;
  }
  .tag-title-3._22000 {
    position: static;
    left: 24px;
    top: -15px;
  }
  .tag-title-3._22000._2 {
    left: 0px;
    top: -17px;
  }
  .tag-title-3._22000._2._3 {
    left: 172px;
    top: -56px;
  }
  .tag-title-3._2 {
    left: 10px;
    top: -20px;
    margin-right: 0px;
  }
  .tag-title-3._2._3 {
    top: -17px;
  }
  .tag-title-3._9001-2 {
    left: 34px;
    top: -21px;
  }
  .tag-title-3.accr-ditation {
    left: 21px;
  }
  .tag-title-3._3 {
    top: -14px;
  }
  .tag-title-3._121 {
    left: 20px;
    top: -11px;
  }
  .tag-title-3._121._3 {
    top: -33px;
  }
  .image-expertise-analyses {
    position: relative;
  }
  .image-expertise-analyses.etalonnage {
    top: auto;
    margin-top: auto;
  }
  .image-expertise-analyses.vente-et-maintenance {
    top: -325px;
    margin-top: -1881px;
    margin-left: 9px;
  }
  .image-expertise-analyses.vente-et-maintenance._999 {
    top: auto;
    display: block;
    margin-top: 37px;
    margin-left: auto;
  }
  .project-column-3 {
    top: auto;
    margin-top: auto;
    padding-top: 0px;
  }
  .project-column-3._1 {
    top: auto;
  }
  .columns-8 {
    position: relative;
    top: auto;
    height: 1px;
    margin-top: 0px;
  }
  .columns-8._1 {
    position: relative;
    top: auto;
  }
  .image-4-metrologie {
    left: -4px;
    display: inline-block;
    margin-left: 0px;
  }
  .image-4-metrologie.metro {
    position: relative;
    left: auto;
    top: auto;
    margin-top: auto;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .image-4-metrologie.metrologie {
    position: relative;
    left: auto;
    top: 60px;
    display: block;
    margin-top: auto;
    margin-left: 0px;
  }
  .image-4-metrologie._2._3 {
    margin-top: 432px;
  }
  .image-4-metrologie._2._3.solulabo {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-top: auto;
    margin-left: auto;
  }
  .image-25 {
    position: relative;
    top: auto;
    display: block;
    margin-top: 60px;
  }
  .container-11 {
    position: relative;
    top: auto;
    max-height: none;
  }
  .columns-2 {
    position: relative;
    top: auto;
    height: auto;
  }
  .italic-text-3 {
    position: relative;
  }
  .bold-text-16 {
    position: relative;
    display: block;
  }
  .image-26 {
    position: relative;
    top: 90px;
  }
  .image-26.vente-reparation-maintenance {
    top: auto;
    display: block;
    margin-top: auto;
  }
  .columns-9 {
    display: block;
  }
  .column-11 {
    position: relative;
  }
  .tag-title-4 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .tag-title-4._2 {
    left: 10px;
    top: -20px;
    margin-right: 0px;
  }
  .tag-title-4._2.detecteu-de-cable {
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tag-title-4._2._4 {
    left: 154px;
    top: -20px;
  }
  .tag-title-4.multimetre {
    left: 55px;
    top: -20px;
    text-align: right;
  }
  .tag-title-4.transmetteur {
    left: 21px;
  }
  .tag-title-4.th-rmor-sistante {
    left: 21px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .project-column-4 {
    top: -592px;
    margin-top: auto;
    padding-top: 21px;
  }
  .project-column-4.etalonnage {
    top: auto;
  }
  .container-12 {
    position: relative;
  }
  .container-13 {
    position: relative;
  }
  .column-19 {
    top: auto;
  }
  .tag-title-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tag-title-5._2 {
    left: 10px;
    top: -20px;
    margin-right: 0px;
  }
  .project-column-5 {
    top: auto;
    margin-top: auto;
  }
  .columns-10 {
    position: relative;
    top: auto;
  }
  .container-14 {
    position: relative;
  }
  .tag-title-6 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #246dc5;
  }
  .tag-title-6._2 {
    left: 10px;
    top: -20px;
    margin-right: 0px;
  }
  .tag-title-6.diagnostic {
    left: 21px;
  }
  .project-column-6 {
    top: auto;
    margin-top: auto;
  }
  .columns-11 {
    position: relative;
    top: auto;
    height: 1px;
    margin-top: 0px;
  }
  .container-15 {
    position: relative;
  }
  .italic-text-4 {
    display: block;
    text-align: left;
  }
  .italic-text-5 {
    display: block;
  }
  .column-12 {
    top: auto;
    margin-top: 0px;
  }
  .columns-12 {
    position: relative;
    top: auto;
  }
  .project-description-4 {
    width: auto;
    max-width: 100%;
  }
  .project-description-4.large {
    position: relative;
    left: 2px;
    top: -25px;
    display: inline;
    width: auto;
    max-width: 100%;
  }
  .project-description-4.large.solulabo {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-top: auto;
    margin-left: auto;
    color: #323232;
    text-align: justify;
  }
  .project-subtitle-2 {
    position: static;
    top: -7px;
    display: block;
    max-width: 100%;
    margin-top: 378px;
  }
  .project-subtitle-2.etalonnage {
    position: relative;
    top: auto;
    margin-top: auto;
  }
  .tag-title-7 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #246dc5;
  }
  .tag-title-7._2 {
    left: 10px;
    top: -20px;
    margin-right: 0px;
  }
  .tag-title-7.diagnostic {
    left: 21px;
  }
  .project-column-7 {
    top: auto;
    margin-top: auto;
  }
  .tag-wrapper-3 {
    position: relative;
    left: -1px;
    top: -6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    max-width: 100%;
    margin: 0px 0px 0px 9px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tag-wrapper-3.solulabo {
    position: relative;
    left: auto;
    top: auto;
  }
  .tag-wrapper-3._22 {
    position: relative;
    top: 550px;
    margin-top: 0px;
  }
  .tag-wrapper-3._22.developpement-su-mesure {
    left: auto;
    top: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tag-wrapper-3.vente-maintenance {
    left: auto;
    top: auto;
  }
  .container-16 {
    position: relative;
  }
  .image-27 {
    width: 30px;
  }
  .image-28 {
    width: 30px;
  }
  .link-block-2 {
    margin-right: 10px;
  }
}

