:root {
  --white: white;
  --light-steel-blue-2: #003864;
  --light-steel-blue: #0076c8;
  --grey: #f2f2f2;
  --dark-slate-blue: #25318d;
  --1a2b6d: #0003;
  --walsh-black: #2c2c2c;
  --black: black;
  --deep-sky-blue: #0bf;
  --transparent: #fff0;
  --untitled-ui-gray600: #475467;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--800: #211f54;
  --flowui-component-library-grey-300: #e4e6f1;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray500: #667085;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --blue-dark: transparent;
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-primary800: #53389e;
  --flowui-component-library-gray-200: #f3f5fb;
  --conversion-flow-library--coral: #ff8a56;
  --elements-webflow-library--neutral--600: #6e7191;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  float: none;
  clear: none;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 275px;
  position: static;
  box-shadow: 0 0 5px #0003;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #1a2b6d;
  align-self: flex-start;
  margin-top: 0%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  left: 80%;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  align-self: flex-start;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  align-self: flex-start;
  margin-top: 0%;
  margin-left: 0%;
  position: fixed;
}

.menu {
  z-index: 0;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  background-color: var(--white);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation {
  background-color: #0000;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: fixed;
}

.navigation-item {
  opacity: .6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 150px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 9px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button {
  position: fixed;
}

.logo-image {
  margin-top: 0;
  display: block;
  position: static;
}

.navigation-items {
  background-color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  clear: both;
  outline-offset: 0px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  object-fit: none;
  object-position: 50% 50%;
  background-color: #f4f4f4;
  background-image: url('../images/ezgif-5-42dd046de5.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto 500px;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  outline: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1920px;
  height: 500px;
  max-height: 620px;
  margin: 0;
  display: flex;
  position: static;
  overflow: auto;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  width: 80%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  background-color: var(--light-steel-blue-2);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: var(--light-steel-blue-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 0;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.div-rectangle-bleu-pale {
  float: none;
  clear: none;
  background-color: var(--light-steel-blue-2);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 1;
  height: 25px;
  margin-top: 100px;
  line-height: 10px;
  position: relative;
  overflow: visible;
}

.div-block {
  line-height: 20px;
}

.body {
  background-color: var(--white);
  max-width: 100%;
  min-height: 0;
}

.div-rectangle-bleu-fonc {
  background-color: var(--light-steel-blue);
  height: 25px;
  max-height: none;
  margin-top: -24px;
  position: static;
}

.div-block-3 {
  float: none;
  clear: none;
  background-color: var(--light-steel-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 0;
  width: auto;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.container-2 {
  background-color: var(--light-steel-blue);
  padding-left: 0;
}

.container-3 {
  clear: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: block;
  position: static;
  left: 260px;
  right: 0;
}

.div_rectangle {
  float: right;
  clear: right;
  background-color: var(--white);
  opacity: 1;
  white-space: normal;
  object-fit: none;
  border-top: 0 solid #000;
  width: 47%;
  min-width: 400px;
  height: auto;
  min-height: 400px;
  margin-left: 75%;
  margin-right: 15%;
  font-size: 50px;
  line-height: 40px;
  position: relative;
  inset: -165px 0% auto;
  box-shadow: -6px 6px 5px #0003;
}

.div-titre-intro {
  background-color: var(--white);
  color: var(--light-steel-blue-2);
  text-align: left;
  white-space: break-spaces;
  width: 83.6%;
  margin-top: 41px;
  margin-bottom: 0;
  margin-left: 8.2%;
  font-family: "1 arian lt", sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
}

.div-block-6 {
  background-color: #fff;
  border-top: 5px solid #fff;
  margin-top: 65px;
  margin-left: 45px;
  position: absolute;
}

.div-ligne-bleu-text {
  border-top: 3px solid var(--light-steel-blue-2);
  background-color: var(--white);
  outline-offset: 0px;
  object-fit: contain;
  border-radius: 0;
  outline: 3px #1a1b1f;
  width: 14.7%;
  margin: 45px auto 0 8.2%;
  padding-left: 10px;
  padding-right: 0;
  line-height: 50px;
  position: static;
  inset: 20px 0 0% 0%;
}

.paragraph {
  text-align: left;
}

.paragraph-2 {
  flex-direction: row;
  justify-content: flex-end;
  display: block;
}

.div-text-intro {
  text-align: left;
  white-space: break-spaces;
  object-fit: contain;
  width: 75%;
  margin: -15px 0 15px 26%;
  padding-right: 50px;
  font-family: "1 helvetica w01", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  position: static;
  top: -19px;
  left: 0;
  right: 0;
}

.img_intro {
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/technology-8118380-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  height: 500px;
  font-size: 40px;
}

.div_services {
  background-color: var(--light-steel-blue-2);
  margin-top: 270px;
  padding-top: 50px;
  padding-bottom: 75px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-11 {
  background-color: var(--light-steel-blue-2);
  min-height: 265px;
  margin-top: -25px;
  display: block;
}

.titre_service {
  float: left;
  clear: none;
  color: var(--white);
  text-align: center;
  margin-top: auto;
  margin-left: 14.5%;
  font-family: "1 spinnaker", sans-serif;
  font-size: 60px;
  position: relative;
  bottom: 50%;
}

.columns {
  min-height: 465px;
  margin-top: 55px;
  position: static;
}

.column {
  min-height: 465px;
  padding-left: 0%;
}

.column-2, .column-3 {
  min-height: 465px;
}

.div-block-12 {
  background-color: #f2f2f2;
  width: 80%;
  min-height: 400px;
  margin-left: 15%;
}

.div-block-13 {
  background-color: var(--grey);
  height: 30px;
  display: block;
}

.services-r-sidentiels-desktop {
  min-height: 500px;
  margin-top: -40px;
  margin-bottom: 50px;
  padding-top: 40px;
  display: block;
  position: relative;
  top: 41px;
  overflow: visible;
}

.column-4 {
  min-height: 465px;
}

.columns-2 {
  clear: both;
}

.div-block-15 {
  background-color: red;
  width: auto;
  margin-top: 0;
  position: static;
}

.column-5 {
  background-color: #b91616;
  min-height: 465px;
}

.column-6, .container-5 {
  min-height: 465px;
}

.section-boites {
  margin: 0 14% 100px;
}

.div-block-16 {
  background-color: red;
  max-width: 37%;
}

.colomne-1-6 {
  text-align: left;
  margin: auto 0;
  padding-right: 0;
  display: block;
}

.column-7 {
  min-height: auto;
  padding-bottom: 0;
  display: block;
  position: static;
}

.column-8 {
  min-height: 460px;
  position: static;
}

.column-9 {
  min-height: 200px;
  position: static;
}

.div-block-17 {
  background-color: var(--grey);
  width: 100%;
  max-width: 330px;
  height: 420px;
}

.div-services_bg {
  border: 3px solid var(--grey);
  background-color: #0000;
  width: 100%;
  max-width: 330px;
  height: 415px;
  min-height: 400px;
  margin-top: -400px;
  margin-left: 12px;
  font-size: 14px;
}

.div-block-19 {
  min-height: 50px;
}

.div-block-20 {
  width: 80%;
  min-height: 50px;
}

.image {
  float: none;
  clear: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-left: 0;
  position: relative;
  left: 105px;
}

.div-services-block {
  width: 100%;
  height: 95%;
  margin-left: 0;
  padding-top: 10px;
}

.image-install2 {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.heading {
  clear: none;
  color: var(--light-steel-blue-2);
  text-align: center;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-3 {
  text-align: left;
  white-space: break-spaces;
  margin-left: 5%;
  padding: 0 5%;
  font-size: 90%;
  line-height: 25px;
}

.ligne-grise-profile {
  background-color: var(--white);
  height: 0;
  margin-top: auto;
  margin-bottom: 5px;
  padding-top: 0;
}

.div_commerciaux {
  background-color: var(--light-steel-blue-2);
  height: auto;
  padding-bottom: 20px;
  padding-left: 15%;
  padding-right: 15%;
}

.section-partenaire {
  background-color: var(--grey);
  height: 500px;
  margin-top: auto;
}

.hero-heading-right {
  background-color: var(--grey);
  border-bottom: 1px #e4ebf3;
  height: 550px;
  padding: 80px 0;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-right: 30px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  clear: none;
  text-align: center;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-2 {
  color: var(--light-steel-blue-2);
  text-align: center;
  font-family: "1 arian lt", sans-serif;
}

.div_lignebleu2 {
  background-color: var(--light-steel-blue-2);
  height: 50px;
  margin-top: 0;
  padding-bottom: 0;
}

.image-2 {
  clear: none;
  margin-left: 0;
  margin-right: 0;
}

.column-10, .column-11 {
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
}

.column-12, .column-13 {
  left: 0;
  right: 0;
}

.columns-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.creations {
  background-color: var(--light-steel-blue-2);
  display: none;
}

.image-3 {
  width: 30%;
}

.image-4 {
  float: none;
  clear: none;
  width: 30%;
}

.image-5, .image-6 {
  width: 30%;
}

.div-formulaire {
  background-color: var(--light-steel-blue-2);
  height: 100px;
}

.text-block-2 {
  clear: none;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  width: 260px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  font-family: "1 spinnaker", sans-serif;
  font-size: 40px;
  display: block;
}

.nom {
  float: right;
  clear: none;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--white);
  outline-offset: 0px;
  color: #fff;
  background-color: #00346800;
  outline: 3px #333;
  width: 48%;
  height: 60px;
  margin-right: 0;
  display: inline-block;
  position: static;
}

.text-field-3 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--dark-slate-blue) var(--dark-slate-blue) var(--white) var(--1a2b6d);
  outline-offset: 0px;
  color: var(--white);
  background-color: #00346800;
  outline: 3px #fff;
  height: 60px;
}

.field-label {
  color: var(--white);
  text-align: left;
  display: block;
}

.field-label-2 {
  color: var(--white);
  text-align: left;
}

.pr-nom {
  float: left;
  clear: none;
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  background-color: #00346800;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  outline: 3px #333;
  width: 48%;
  height: 60px;
  display: inline-block;
  position: relative;
}

.form {
  text-align: center;
  height: auto;
  margin-top: 50px;
  margin-left: 20%;
  margin-right: 20%;
  display: block;
}

.icone-contact {
  float: none;
  clear: none;
  margin-top: 35px;
  margin-left: auto;
  margin-right: 30%;
  padding-right: 0;
  position: static;
}

.submit-button {
  border: 2px solid var(--white);
  text-align: center;
  background-color: #00346800;
  width: 150px;
  height: 60px;
  margin-top: 15px;
  margin-left: auto;
}

.textarea {
  border: 1px solid var(--white);
  color: var(--white);
  object-fit: fill;
  background-color: #00346800;
  height: 300px;
  margin-top: 17px;
}

.social-links_mobile {
  height: 350px;
  margin-top: 20px;
  margin-bottom: auto;
}

.list-item {
  list-style-type: none;
}

.walsh-footer-link {
  color: #0000008a;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-logo-footer {
  max-height: 32px;
  margin-bottom: 0;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.grid-contact {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  grid-template: "Logo-Courriel Courriel Logo-Etoile Lien-google"
                 "Logo-Telephone Telephone Logo-Loi25 ContactLoi25" 70px
                 "Logo-Facebook Facebook . ."
                 / .25fr 1.25fr .25fr 1.25fr;
  grid-auto-flow: row;
  place-content: stretch;
  margin: 30px 10% 30px 15%;
}

.text-block-3 {
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  line-height: 25px;
}

.image-8 {
  margin-top: 5px;
  margin-left: 30%;
}

.image-9 {
  margin-left: 30%;
}

.image-10 {
  margin-top: 5px;
  margin-left: 30%;
}

.link {
  width: 130px;
  padding-top: 20px;
}

.image-11 {
  margin-top: -5px;
  margin-left: 30%;
}

.image-12 {
  margin-left: 30%;
}

.link-2 {
  margin-left: 10px;
  padding-top: 20px;
}

.text-block-4 {
  margin-left: 0;
  padding-top: 0;
  line-height: 25px;
}

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-7 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.udesly-button-navigation {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: #171717d9;
}

.udesly-button-navigation-secondary {
  color: #171717;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-navigation-buttons.udesly-align-right {
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-nav-link {
  color: #404040;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 6px;
  min-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: #000;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link.w--current {
  color: #171717;
  transition-property: all;
}

.udesly-menu-links.udesly-margin-right {
  margin-right: 16px;
}

.udesly-nav-content-container {
  display: flex;
}

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

.udesly-navigation {
  background-color: #fff;
  width: 100%;
  padding: 16px 5%;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: #0000;
}

.fn-button-secondery-dark {
  color: #1d1f1e;
  background-color: #0000;
  border: 1px solid #1d1f1e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
  display: flex;
}

.fn-button-secondery-dark:hover {
  color: #df0;
  background-color: #1d1f1e;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-navbar-link-box {
  color: #1d1f1e;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
  transition: opacity .25s;
}

.fn-navbar-link-box:hover {
  opacity: .7;
}

.fn-navbar-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-wrapper, .fn-navbar-menu-box {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-contain-logo.dark-logo {
  color: #1d1f1e;
}

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-brand-box.side-margin.w--current {
  margin-right: 20px;
}

.fn-navbar-container-box {
  background-color: var(--white);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.fn-navbar-box {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-black {
  color: var(--walsh-black);
  border-radius: 8px;
  padding: 15px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black.w--current {
  color: #6d6d6d;
  background-color: #dbdbdb59;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle-black {
  color: var(--walsh-black);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black:hover {
  background-color: #dbdbdb59;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-menu-white {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  height: 32px;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-inner-container-nav-float {
  max-width: 1480px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-float-menu {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 20px;
}

.walsh-nav-wrapper-green-padding {
  z-index: 10;
  background-color: #204f58;
  padding: 20px 30px;
  position: sticky;
  top: 0;
}

.cf-navbar-shadow {
  filter: blur(10px);
  background-color: #67666d0f;
  border-radius: 100px;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 100px #0000001a;
}

.cf-menu-button-wrapper {
  display: none;
}

.cf-nav-5-button {
  background-color: var(--light-steel-blue);
  color: #fff;
  border: 2px solid #0571c1;
  border-radius: 0;
  padding: 14px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.cf-nav-5-button:hover {
  border-color: var(--light-steel-blue-2);
  background-color: var(--white);
  color: var(--light-steel-blue-2);
}

.cf-nav-links {
  color: var(--light-steel-blue-2);
  margin-left: 65px;
  margin-right: 10px;
  padding: 20px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: color .2s;
}

.cf-nav-links:hover {
  color: var(--deep-sky-blue);
}

.cf-nav-links-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.cf-nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-navigation-logo {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
  position: relative;
}

.cf-brand {
  padding-left: 0;
}

.cf-brand.w--current {
  object-fit: fill;
  width: 25%;
  height: 35px;
  margin-bottom: 40px;
  padding-left: 0;
  display: block;
  position: static;
}

.cf-nav-4-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 2%;
  display: flex;
  position: relative;
}

.cf-nav-shadow-wrapper {
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-navbar-main-white-div {
  z-index: 10;
  aspect-ratio: auto;
  background-color: var(--white);
  height: auto;
  padding-top: 0;
  position: relative;
}

.navbar {
  background-color: var(--transparent);
  border: 0 #0000;
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.footer {
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.conseiller-informatique, .separateur, .installation-logiciels, .soumissions-et-montage, .sauvegarde-donn-es, .nettoyages-ordi, .suppression-virus {
  display: none;
}

.container-8 {
  text-align: center;
  display: block;
}

.button-2, .div_img_intro_mobile {
  display: none;
}

.form-block {
  margin-left: 50px;
  margin-right: 50px;
}

.img_srs {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/20231130_150207.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  height: 600px;
}

.image-15 {
  aspect-ratio: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: border-box;
  height: auto;
  display: none;
  overflow: hidden;
}

.link-3 {
  width: 130px;
}

.grid-mobile {
  display: none;
}

.field-label-3 {
  border: 1px none var(--white);
  color: var(--white);
  text-align: left;
  margin-top: 29px;
}

.section-accueil {
  display: none;
}

.ligne-grise {
  height: 30px;
  margin-top: 200px;
  display: none;
  position: static;
}

.image-20 {
  border-radius: 0;
  width: 50%;
  margin-top: 5%;
  margin-left: 25%;
}

.body-2 {
  background-color: var(--white);
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
  margin-top: 0;
}

.uui-logos04_logo {
  height: 3rem;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 175rem;
  display: flex;
}

.uui-logo-loop_inner {
  display: flex;
}

.uui-logo-loop_component {
  height: 4.5rem;
  margin-top: 2rem;
}

.uui-logos04_text {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
}

.uui-section_logos04 {
  overflow: hidden;
}

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

.udesly-logo-card {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.udesly-logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 32px;
}

.udesly-text-extrabold {
  color: #003864;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "1 arian lt", sans-serif;
  font-weight: 300;
  display: inline-block;
}

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

.udesly-container.udesly-all-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.udesly-footer-links {
  color: #a0a0a0;
  letter-spacing: -.014em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: block;
}

.udesly-footer-links:hover {
  color: #3c3c3b;
  font-weight: 500;
}

.udesly-footer-links:focus {
  color: #3c3c3b;
}

.udesly-footer-links.udesly-hide-footer-link {
  display: none;
}

.udesly-point {
  background-color: #818181;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

.udesly-info-links {
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.udesly-copyright-text {
  color: #a0a0a0;
  letter-spacing: -.014em;
  margin-top: 0;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.udesly-footer-logo-small {
  transition: all .3s ease-in-out;
}

.udesly-footer-logo-small:hover {
  opacity: .7;
}

.udesly-copyright-container {
  align-items: center;
  display: flex;
}

.udesly-copyright-wrap {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.udesly-footer-separator {
  text-align: left;
  background-color: #eee;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin: 30px auto 10px;
  padding-bottom: 0;
  display: block;
}

.udesly-new-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #8351ff;
  border-radius: 100px;
  flex-direction: column;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.udesly-footer-title {
  color: #333;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-grid-6-columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  max-width: 1000px;
}

.udesly-footer {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 50px 5%;
  display: flex;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  box-shadow: 0 1px 12px 0 var(--transparent);
  border-radius: 16px;
  width: 284px;
  margin: 14px 16px;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-center {
  text-align: center;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-logo-strip-v6 {
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.brix---logo-strip-v2-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---grid-logo-stripe-v2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.uui-space-xxlarge-2 {
  width: 100%;
  min-height: 5rem;
}

.uui-logos04_logo-2 {
  height: 3rem;
}

.uui-logos04_wrapper-2 {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos04_list-2 {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 175rem;
  display: flex;
}

.uui-logo-loop_inner-2 {
  display: flex;
}

.uui-logo-loop_component-2 {
  height: 4.5rem;
  margin-top: 2rem;
}

.uui-logos04_text-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-section_logos04-2 {
  overflow: hidden;
}

.div-block-32 {
  height: 1px;
  margin-top: 10px;
  padding-bottom: 0;
}

.image-21 {
  margin: -12px auto 10px;
  padding-top: 10px;
}

.image-22 {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-23 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.brix---slider-nav {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.brix---hidden-desktop {
  display: none;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-center-2 {
  text-align: center;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.image-24 {
  width: 65px;
}

.f-logo-cell {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: var(--flowui-component-library-grey-300);
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-carousel {
  background-color: #f000;
  flex: none;
  display: flex;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-css {
  display: none;
}

.f-logo-carousel-wrap {
  background-color: #f2f2f2;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 0 5%;
  position: relative;
}

.heading-3 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-25 {
  display: none;
  position: relative;
}

.image-26 {
  object-fit: fill;
  display: block;
}

.div_residentiel {
  text-align: left;
  background-color: #0076c8;
  border: 1px #000;
  height: auto;
  padding-bottom: 20px;
  padding-left: 15%;
  padding-right: 15%;
}

.titre_residentiel {
  float: left;
  color: var(--white);
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0%;
  font-family: "1 spinnaker", sans-serif;
  font-style: normal;
  display: block;
}

.services-r-sidentiels-mobile {
  display: none;
}

.services-r-sidentiels-desktop-copy {
  min-height: 500px;
  margin-bottom: 50px;
  display: block;
  position: relative;
  top: 41px;
}

.titre_commerciaux {
  color: #fff;
  padding-top: 20px;
  font-family: "1 spinnaker", sans-serif;
}

.div-block-33 {
  min-height: 500px;
}

.service-commerciaux-desktop {
  background-color: var(--grey);
  background-image: url('../images/Montreal_offices_Unsplash.jpg');
  background-position: 50%;
  background-size: auto;
  margin-top: auto;
  margin-bottom: -95px;
  padding-top: 40px;
}

.div-services-block_c {
  background-color: var(--white);
  border-radius: 0%;
  width: 100%;
  height: 350px;
  margin-left: 0;
  padding-top: 10px;
}

.div-services_bg_c {
  border: 3px solid var(--white);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 350px;
  min-height: auto;
  margin-top: -400px;
  margin-left: 12px;
  font-size: 14px;
  display: block;
}

.div-block-34 {
  background-color: var(--transparent);
  border: 0 solid #003864;
  border-top-width: 3px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.image-install3 {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-install4 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-service_bg_b {
  background-color: var(--transparent);
  width: 100%;
  height: 420px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.colomne-1-6-commercial {
  text-align: left;
  margin: auto 0;
  padding-right: 0;
  display: block;
}

.colomne-1-6-commercial2 {
  text-align: left;
  margin: auto 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.uui-navbar08_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar08_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar08_link {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar08_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_link.w--current {
  color: #000;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar08_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar08_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar08_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar08_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar08_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar08_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

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

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui-gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 40rem;
  padding: 1.25rem;
  left: -100%;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar08_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: none;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_menu-dropdown {
  display: none;
}

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

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar08_logo-link {
  padding-left: 0;
}

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

.uui-navbar08_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-block-8 {
  color: var(--light-steel-blue-2);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s;
}

.text-block-8:hover, .text-block-8:active {
  color: var(--deep-sky-blue);
}

.text-block-8:focus {
  color: var(--light-steel-blue);
}

.image-27 {
  margin-top: -5px;
  margin-left: 15%;
}

.image-29 {
  margin-left: 15%;
}

.text-block-09 {
  padding-top: 20px;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  color: var(--light-steel-blue-2);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--deep-sky-blue);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--transparent);
  border-radius: 0;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  z-index: auto;
  aspect-ratio: auto;
  overflow: visible;
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-top: 5px;
  margin-left: 6px;
  margin-right: 0;
  padding: 0;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-11 {
  color: var(--light-steel-blue-2);
  overflow-wrap: normal;
  margin-top: 5px;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-11:hover, .text-block-11:focus {
  color: var(--light-steel-blue);
}

.text-block-12 {
  padding-bottom: 10px;
}

.text_block00 {
  padding-top: 20px;
}

.link-8 {
  width: 230px;
  padding-left: 0;
}

.link-9 {
  width: 230px;
}

.link-10 {
  aspect-ratio: auto;
  text-align: left;
  word-break: normal;
  width: 230px;
}

.link-11 {
  width: 250px;
}

.section-2 {
  margin-top: 100px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 40px;
  padding: 40px 30px 80px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 25px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.team_title {
  background-color: var(--light-steel-blue-2);
  height: 100px;
  margin-top: 100px;
}

.heading-4 {
  text-align: left;
  margin-left: 15%;
  display: inline-block;
}

.bold-text {
  color: var(--white);
  text-align: left;
  margin-left: auto;
  font-family: "1 spinnaker", sans-serif;
}

.text-block-14 {
  padding-bottom: 0;
}

.review_box {
  z-index: 10;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #eeededd9;
  border: 1px #ffffffa8;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin-top: auto;
  margin-left: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-31 {
  background-color: #fff0;
  border-radius: 20px;
  margin-right: -25px;
  padding-right: 10px;
}

.grid_desktop {
  grid-template: ". Courriel Adresse"
                 ". Telephone Loi25"
                 ". Facebook Instagram"
                 / .75fr 1.25fr 1.25fr .5fr;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-block-15 {
  margin-left: 80px;
  display: block;
}

.text-block-16 {
  margin-left: 80px;
}

.text-block-17, .text-block-18 {
  margin-left: 80px;
  padding-top: 20px;
}

.text-block-19, .text-block-20 {
  margin-left: 80px;
}

.link-14 {
  padding-right: 10px;
}

.social-links {
  height: 350px;
  margin-top: 20px;
  margin-bottom: auto;
}

.text-block-22 {
  box-sizing: border-box;
  text-align: left;
  margin-top: 0;
  font-weight: 600;
  display: block;
}

.div-block-35 {
  height: 0;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
  font-weight: 600;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: auto;
  padding-top: 0;
  font-weight: 400;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.bold-text-2 {
  color: var(--light-steel-blue-2);
  font-family: "1 arian lt", sans-serif;
  font-weight: 500;
}

.heading-5 {
  color: var(--light-steel-blue-2);
  text-align: center;
  font-family: "1 arian lt", sans-serif;
}

.container-12 {
  background-image: url('../images/abstract-6467846_1280.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
}

.div-block-36 {
  background-image: url('../images/20231130_150207.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  margin-top: 0;
  line-height: 27px;
}

.container-13 {
  background-color: #c3212100;
  max-width: 950px;
  height: 20px;
  margin-top: -7px;
  padding-top: 20px;
}

.div-block-37 {
  background-color: #fffffff2;
  height: 300px;
  margin-top: 80px;
}

.text-block-23 {
  outline-offset: 0px;
  color: var(--light-steel-blue-2);
  text-align: center;
  outline: 3px #003864;
  margin-top: 0;
  padding-top: 20px;
  font-family: "1 arian lt", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline;
}

.text-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  vertical-align: sub;
  flex-flow: row;
  display: block;
}

.t_semaine {
  color: var(--light-steel-blue-2);
  text-align: left;
  margin-left: 80px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
}

.t_semainehours {
  color: var(--light-steel-blue-2);
  text-align: left;
  margin-left: 70px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
}

.t_samedi, .t_dimanche {
  color: var(--light-steel-blue-2);
  margin-top: 30px;
  margin-left: 80px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
}

.t_samedihours, .t_dimanchehours {
  color: var(--light-steel-blue-2);
  margin-top: 30px;
  margin-left: 70px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
}

.heures_desktop {
  margin-top: 50px;
}

.column-14, .column-15 {
  position: static;
}

.heures_mobiles {
  display: none;
}

@media screen and (min-width: 1280px) {
  .div-rectangle-bleu-pale {
    margin-top: 90px;
  }

  .div-text-intro {
    padding-right: 85px;
  }

  .img_intro {
    background-image: url('../images/technology-8118380-1.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
  }

  .div_services {
    margin-top: 300px;
    margin-bottom: 0;
    padding-top: 50px;
  }

  .titre_service {
    margin-bottom: auto;
    padding-bottom: 0;
    position: static;
    bottom: 0%;
  }

  .services-r-sidentiels-desktop {
    margin-top: 130px;
    position: relative;
    top: -30px;
  }

  .section-boites {
    margin-top: 60px;
    position: relative;
    top: -70px;
  }

  .colomne-1-6 {
    position: relative;
  }

  .div-block-17 {
    height: 350px;
  }

  .div-services_bg {
    height: 330px;
    min-height: 350px;
    margin-top: -330px;
  }

  .image-install2 {
    padding-top: 10px;
  }

  .heading {
    font-family: Varela Round, sans-serif;
    font-weight: 400;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .div_commerciaux {
    margin-top: 110px;
    margin-bottom: auto;
    padding-top: 0;
  }

  .section-partenaire {
    margin-top: auto;
  }

  .form {
    margin-left: 20%;
    margin-right: 20%;
  }

  .submit-button, .textarea {
    background-color: #00346800;
  }

  .grid-contact {
    grid-template-rows: auto auto auto;
    place-items: center;
  }

  .image-10 {
    border: 1px none var(--light-steel-blue);
    border-radius: 90px;
  }

  .image-11 {
    position: static;
    top: -7px;
  }

  .cf-nav-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-brand.w--current {
    width: 25%;
  }

  .cf-navbar-main-white-div {
    background-color: var(--white);
  }

  .navbar {
    background-color: var(--transparent);
    position: fixed;
  }

  .footer {
    margin-top: auto;
  }

  .img_srs {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/technology-8118380-1.jpg');
    background-position: 0%;
    background-clip: border-box;
    height: 600px;
    display: block;
    overflow: visible;
  }

  .image-15 {
    display: block;
  }

  .field-label-3 {
    border-style: none;
  }

  .section-accueil {
    display: none;
  }

  .ligne-grise {
    background-color: var(--grey);
    height: 30px;
    margin-top: 200px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .udesly-footer-separator {
    margin-top: 300px;
  }

  .udesly-footer-title {
    color: #0076c8;
    font-family: "1 spinnaker", sans-serif;
  }

  .udesly-grid-6-columns {
    grid-template-areas: "Area";
    font-family: "1 spinnaker", sans-serif;
  }

  .image-21, .image-22 {
    padding-top: 10px;
  }

  .image-23 {
    margin-top: 0;
    padding-top: 10px;
  }

  .image-26 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: none;
    overflow: visible;
  }

  .services-r-sidentiels-desktop-copy {
    margin-top: 130px;
    position: relative;
    top: -30px;
  }

  .service-commerciaux-desktop {
    margin-top: auto;
    padding-top: 100px;
  }

  .image-install3, .image-install4 {
    padding-top: 10px;
  }

  .colomne-1-6-commercial, .colomne-1-6-commercial2 {
    position: relative;
  }

  .image-27, .image-29 {
    margin-left: 20%;
  }

  .text-block-12 {
    margin-top: 0;
  }

  .review_box {
    z-index: 10;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    position: fixed;
  }

  .link-14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .div-rectangle-bleu-pale {
    margin-top: 90px;
  }

  .div-text-intro {
    padding-right: 85px;
  }

  .div_services {
    margin-bottom: 0;
  }

  .services-r-sidentiels-desktop {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 140px;
    position: relative;
    top: -70px;
  }

  .section-boites {
    top: -30px;
  }

  .colomne-1-6 {
    margin-top: auto;
    margin-left: 0;
  }

  .div-block-17 {
    height: 350px;
  }

  .div-services_bg {
    width: 330px;
    max-width: 330px;
    height: 300px;
    min-height: 350px;
    margin-top: -330px;
    margin-left: 3%;
  }

  .heading {
    white-space: break-spaces;
    margin-right: 5%;
  }

  .paragraph-3 {
    padding-right: 5%;
  }

  .ligne-grise-profile {
    margin-top: 85px;
    position: relative;
    top: 60px;
  }

  .div_commerciaux {
    margin-top: -96px;
    display: block;
  }

  .section-partenaire {
    margin-top: 0;
  }

  .form {
    margin-left: 25%;
    margin-right: 25%;
  }

  .submit-button {
    background-color: #00346800;
    margin-left: auto;
  }

  .textarea {
    background-color: #00346800;
  }

  .social-links_mobile {
    height: 350px;
    margin-top: 20px;
    margin-bottom: auto;
  }

  .grid-contact {
    grid-template-rows: 70px repeat(auto-fit, 70px) 70px;
    grid-template-areas: "Logo-Courriel Courriel Logo-Etoile Lien-google"
                         "Logo-Telephone Telephone . ."
                         "Logo-Facebook Facebook . .";
    margin-bottom: 30px;
  }

  .image-8 {
    width: 71px;
    height: 71px;
  }

  .image-10 {
    margin-left: 20%;
  }

  .image-11 {
    width: 71px;
    height: 71px;
    position: static;
  }

  .image-12 {
    width: 71px;
    height: 71px;
    margin-left: 30px;
  }

  .cf-nav-5-button {
    border: 2px solid var(--light-steel-blue);
    background-color: var(--light-steel-blue);
    border-radius: 0;
    font-weight: 500;
  }

  .cf-nav-5-button:hover {
    border-color: var(--light-steel-blue-2);
    background-color: var(--white);
    color: var(--light-steel-blue-2);
    background-image: none;
    font-weight: 500;
  }

  .cf-nav-links {
    color: var(--light-steel-blue-2);
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .cf-nav-links:hover {
    color: var(--deep-sky-blue);
  }

  .cf-brand.w--current {
    width: 25%;
  }

  .cf-nav-4-wrapper {
    border-radius: 0;
  }

  .navbar {
    background-color: var(--transparent);
    position: fixed;
  }

  .footer {
    text-align: center;
    margin-top: auto;
  }

  .img_srs {
    background-image: url('../images/20231130_150207.jpg');
  }

  .field-label-3 {
    border-style: none;
  }

  .ligne-grise {
    background-color: var(--grey);
    height: 30px;
    margin-top: 200px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .udesly-footer-separator {
    margin-top: auto;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 46px;
  }

  .services-r-sidentiels-desktop-copy {
    margin-top: 130px;
    position: relative;
    top: -70px;
  }

  .service-commerciaux-desktop {
    padding-top: 60px;
  }

  .div-services-block_c {
    aspect-ratio: auto;
    object-fit: fill;
    width: 330px;
    position: static;
  }

  .div-services_bg_c {
    width: 330px;
    height: 350px;
    margin-left: 3%;
    display: flex;
  }

  .colomne-1-6-commercial, .colomne-1-6-commercial2 {
    margin-top: auto;
    margin-left: 0;
  }

  .image-27, .image-29 {
    margin-left: 21%;
  }

  .text-block-11 {
    margin-top: 4px;
  }

  .text-block-12 {
    margin-top: 10px;
  }

  .text_block00 {
    padding-top: 20px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .review_box {
    z-index: 10;
    max-width: 250px;
    margin-top: auto;
    margin-bottom: auto;
    position: fixed;
  }

  .grid_desktop {
    grid-template-columns: .75fr 1fr 1fr .25fr;
  }

  .link-14 {
    padding-top: 0;
    font-size: 14px;
    display: block;
  }

  .social-links {
    height: 350px;
    margin-top: 20px;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 1920px) {
  a {
    padding-top: 0;
  }

  .logo-link.w--current {
    position: fixed;
  }

  .logo-image {
    position: relative;
  }

  .div-rectangle-bleu-pale {
    margin-top: 100px;
  }

  .div-text-intro {
    padding-right: 85px;
  }

  .img_intro {
    object-fit: none;
    background-position: 50%;
    height: 600px;
  }

  .div_services {
    margin-top: 270px;
    line-height: 28px;
  }

  .div-block-11 {
    margin-top: 0;
  }

  .titre_service {
    margin-top: auto;
    padding-bottom: 0;
    position: static;
    bottom: auto;
  }

  .services-r-sidentiels-desktop {
    height: 931px;
    margin-top: auto;
    margin-bottom: 40px;
    position: relative;
    top: -100px;
  }

  .section-boites {
    top: 0;
  }

  .colomne-1-6 {
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .column-7 {
    display: block;
  }

  .div-block-17 {
    max-width: 330px;
    height: 420px;
    max-height: none;
  }

  .div-services_bg {
    width: 330px;
    max-width: none;
    height: 415px;
    max-height: none;
    margin-top: -400px;
    margin-left: 3%;
    padding-right: 0;
  }

  .heading, .paragraph-3 {
    margin-right: 5%;
  }

  .ligne-grise-profile {
    margin-top: 85px;
    top: 0;
  }

  .div_commerciaux {
    margin-top: 190px;
    padding-bottom: 0;
  }

  .div-formulaire {
    height: 100px;
  }

  .form {
    margin-left: 25%;
    margin-right: 25%;
  }

  .social-links_mobile {
    height: 250px;
    margin: 20px auto auto;
  }

  .grid-contact {
    grid-template-areas: "Logo-Courriel Courriel Logo-Etoile Lien-google"
                         "Logo-Telephone Telephone LogoLoi25 LienLoi25"
                         "Logo-Facebook Facebook Area Lien-Instagram";
  }

  .image-8 {
    width: 81px;
    height: 81px;
  }

  .image-10 {
    margin-left: 20%;
  }

  .link {
    width: 120px;
  }

  .image-11 {
    width: 81px;
    height: 81px;
    margin-top: 4px;
  }

  .image-12 {
    width: 81px;
    height: 81px;
    margin-top: 10px;
    margin-left: 30%;
  }

  .link-2 {
    padding-top: 4%;
  }

  .cf-navbar-shadow {
    box-shadow: none;
  }

  .cf-nav-5-button {
    border: 1px solid var(--light-steel-blue);
    background-color: var(--light-steel-blue);
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .cf-nav-5-button:hover {
    background-color: var(--white);
    background-image: none;
  }

  .cf-nav-links {
    color: var(--light-steel-blue-2);
    background-color: #0000;
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    transition: color .2s;
  }

  .cf-nav-links:hover {
    color: var(--deep-sky-blue);
  }

  .cf-nav-links-wrapper {
    flex: 0 auto;
  }

  .cf-nav-menu {
    background-color: var(--white);
  }

  .cf-brand.w--current {
    width: 25%;
  }

  .cf-nav-4-wrapper {
    border-radius: 0;
  }

  .cf-nav-shadow-wrapper {
    background-color: var(--white);
  }

  .cf-navbar-main-white-div {
    border: 1px none var(--white);
    background-color: var(--white);
    opacity: 1;
    mix-blend-mode: normal;
  }

  .cf-navbar-main-white-div:hover {
    color: var(--light-steel-blue);
  }

  .navbar {
    border: 0px none var(--transparent);
    background-color: var(--transparent);
    padding-top: 0;
    padding-bottom: 10px;
    position: fixed;
  }

  .footer {
    text-align: center;
    height: 0;
    margin-top: 40px;
  }

  .form-block {
    margin-top: -40px;
  }

  .img_srs {
    background-image: url('../images/20231130_150207.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
  }

  .link-3 {
    width: 150px;
  }

  .field-label-3 {
    border-style: none;
  }

  .section-contact {
    margin-bottom: auto;
  }

  .ligne-grise {
    background-color: var(--grey);
    height: 30px;
    margin-top: 265px;
    padding-bottom: 0;
  }

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

  .udesly-footer-separator {
    margin-top: 300px;
  }

  .image-26 {
    display: none;
  }

  .services-r-sidentiels-desktop-copy {
    height: 931px;
    margin-top: 130px;
    position: relative;
    top: -100px;
  }

  .titre_commerciaux {
    float: none;
    clear: left;
    text-align: left;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    overflow: visible;
  }

  .service-commerciaux-desktop {
    background-size: cover;
    padding-top: 40px;
  }

  .div-services_bg_c {
    width: 330px;
    max-width: none;
    height: 350px;
    max-height: none;
    margin-top: -400px;
    margin-left: 3%;
    padding-right: 0;
  }

  .div-service_bg_b {
    background-color: var(--transparent);
    max-width: 330px;
    height: 420px;
    max-height: none;
  }

  .colomne-1-6-commercial, .colomne-1-6-commercial2 {
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .uui-navbar08_dropdown-toggle {
    flex-wrap: nowrap;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 40px;
  }

  .image-27, .image-29 {
    margin-left: 30%;
  }

  .text-block-12 {
    margin-top: 0;
  }

  .link-8 {
    width: 210px;
  }

  .link-9 {
    width: 215px;
  }

  .link-10, .link-11 {
    width: 250px;
  }

  .review_box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    max-width: 350px;
    height: 50px;
    margin-top: auto;
    margin-bottom: auto;
    position: fixed;
  }

  .grid_desktop {
    margin: 25px auto auto;
  }

  .link-14 {
    padding-top: 0;
    font-size: 16px;
  }

  .social-links {
    height: 250px;
    margin: 20px auto auto;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .div_rectangle {
    width: 80%;
    margin-right: 10%;
  }

  .div-text-intro {
    white-space: break-spaces;
    object-fit: contain;
  }

  .img_intro {
    -webkit-text-fill-color: inherit;
    background-position: 75%;
    background-clip: border-box;
  }

  .div_services {
    padding-top: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .div-block-11 {
    min-height: 200px;
    margin-top: -100px;
  }

  .titre_service {
    padding-top: 0;
    padding-bottom: 35px;
  }

  .div-block-13, .services-r-sidentiels-desktop {
    display: none;
  }

  .div-services_bg {
    width: 100%;
  }

  .heading {
    text-align: left;
    margin-top: 10px;
  }

  .paragraph-3 {
    text-align: left;
    white-space: break-spaces;
    max-width: 75%;
    margin-left: 0;
    font-size: 100%;
    line-height: 25px;
  }

  .section-partenaire {
    height: auto;
  }

  .hero-heading-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    display: flex;
  }

  .hero-split {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 25px;
  }

  .creations {
    display: none;
  }

  .text-block-2 {
    margin-left: 30%;
  }

  .field-label, .field-label-2 {
    text-align: left;
  }

  .pr-nom {
    float: left;
  }

  .form {
    text-align: center;
    margin-left: 20%;
  }

  .icone-contact {
    margin-left: auto;
    margin-right: 25%;
  }

  .submit-button {
    float: none;
    clear: none;
    object-fit: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    left: auto;
  }

  .social-links_mobile {
    display: block;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .grid-contact {
    justify-content: stretch;
  }

  .text-block-3 {
    padding-top: 0;
  }

  .link {
    padding-top: 15px;
  }

  .image-12 {
    width: auto;
    height: auto;
    margin-top: -20px;
  }

  .link-2 {
    margin-top: -12px;
    margin-left: 8px;
    padding-top: 0;
  }

  .text-block-4 {
    padding-top: 0;
  }

  .container-7 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons {
    display: none;
  }

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-nav-menu {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-container-navigation {
    justify-content: space-between;
  }

  .fn-nav-line-3, .fn-nav-line-2, .fn-nav-line-1 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-menu-button {
    margin-right: -18px;
    padding-right: 18px;
  }

  .fn-menu-button.w--open {
    z-index: 2;
    background-color: #0000;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-button-secondery-dark {
    transition: none;
  }

  .fn-button-secondery-dark:hover {
    color: #1d1f1e;
    background-color: #0000;
  }

  .fn-navbar-link-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    transition: none;
  }

  .fn-navbar-link-box:hover {
    opacity: 1;
  }

  .fn-navbar-link-box.navbar-link-box-last {
    margin-bottom: 12px;
  }

  .fn-navbar-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-wrapper {
    background-color: #df0;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 24px 24px;
    display: flex;
    position: relative;
  }

  .fn-navbar-menu-box {
    background-color: #0000;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-navbar-container-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .walsh-menu-button-black {
    order: 1;
  }

  .walsh-menu-button-black.w--open {
    color: var(--walsh-black);
    background-color: #0000;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-nav-link-black {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-black:hover {
    background-color: #0000;
  }

  .walsh-toggle-black {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-menu-white {
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

  .walsh-float-menu {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

  .cf-nav-5-menu-button {
    color: #000;
    padding: 5px 0;
  }

  .cf-nav-5-menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

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

  .cf-nav-5-button {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    left: -30px;
  }

  .cf-nav-button-wrapper {
    margin-left: 20%;
    margin-right: 0;
  }

  .cf-nav-links {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .cf-nav-links-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-nav-menu {
    background-color: #fff;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 28px;
    box-shadow: 0 18px 30px #0000001a;
  }

  .cf-navigation-logo {
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-brand.w--current {
    width: 25%;
    height: 30px;
    margin-top: 0;
  }

  .cf-navbar-main-white-div {
    height: auto;
  }

  .navbar {
    height: 90px;
    overflow: visible;
  }

  .footer {
    z-index: 13;
    background-color: #fff;
    height: 50px;
    position: relative;
  }

  .conseiller-informatique {
    background-color: var(--grey);
    outline-offset: 0px;
    border-radius: 0;
    outline: 3px #0000;
    display: block;
  }

  .image-13 {
    text-align: left;
    margin-top: 10px;
    margin-left: 45%;
    display: block;
  }

  .separateur {
    background-color: var(--white);
    border-bottom: 1px #000;
    height: 10px;
    padding-bottom: 30px;
    padding-right: 0;
    font-size: 14px;
    line-height: 10px;
    display: block;
  }

  .installation-logiciels, .soumissions-et-montage, .sauvegarde-donn-es, .nettoyages-ordi, .suppression-virus {
    background-color: var(--grey);
    display: block;
  }

  .icon {
    border: 2px solid #000;
    padding: 10px 11px 10px 9px;
  }

  .icon:hover {
    border-width: 2px;
    border-color: var(--deep-sky-blue);
  }

  .icon:active, .icon:focus {
    border-color: var(--deep-sky-blue);
  }

  .button-2 {
    border: 2px solid var(--light-steel-blue-2);
    background-color: var(--light-steel-blue-2);
    text-align: left;
    width: 100%;
    margin-right: auto;
    font-weight: 600;
    display: none;
  }

  .button-2:hover {
    background-color: var(--white);
    color: var(--light-steel-blue-2);
    font-weight: 600;
  }

  .div_img_intro_mobile {
    display: none;
  }

  .form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .img_srs {
    background-attachment: scroll;
    display: block;
  }

  .image-15 {
    display: block;
  }

  .grid-mobile {
    display: none;
  }

  .section-contact {
    display: block;
  }

  .container-9 {
    margin-top: 60px;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-section_logos04 {
    margin-top: auto;
  }

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

  .udesly-container.udesly-all-centered {
    margin-top: 20px;
  }

  .udesly-copyright-text {
    margin-top: 4px;
  }

  .udesly-copyright-wrap {
    width: 80%;
    position: static;
  }

  .udesly-footer-title {
    font-size: 16px;
  }

  .udesly-grid-6-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 80%;
    max-width: none;
    display: grid;
  }

  .udesly-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .brix---text-center-tablet {
    text-align: center;
  }

  .brix---grid-logo-stripe-v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .uui-space-xxlarge-2 {
    min-height: 4.5rem;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .f-section-large {
    padding-bottom: 5%;
  }

  .image-25, .image-26 {
    display: none;
  }

  .services-r-sidentiels-mobile {
    display: block;
  }

  .services-r-sidentiels-desktop-copy, .service-commerciaux-desktop {
    display: none;
  }

  .div-services_bg_c {
    width: 100%;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar08_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar08_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar08_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar08_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar08_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar08_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: none;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .image-29 {
    margin-top: -21px;
  }

  .text-block-09 {
    margin-top: -10px;
    padding-top: 0;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---dropdown-toggle {
    text-align: left;
    padding-left: 0;
  }

  .brix---dropdown-wrapper {
    aspect-ratio: auto;
    margin-left: auto;
    display: block;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-11 {
    display: block;
  }

  .text-block-12 {
    margin-top: auto;
    padding-top: 10px;
  }

  .text_block00 {
    padding-top: 0;
  }

  .link-9 {
    margin-top: -10px;
  }

  .container-10 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .review_box {
    height: 40px;
  }

  .grid_desktop {
    pointer-events: auto;
    margin-top: 25px;
    overflow: visible;
  }

  .social-links {
    display: block;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-37 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .t_semaine {
    margin-left: auto;
  }

  .t_semainehours {
    margin-left: 60px;
  }

  .t_samedi, .t_dimanche {
    margin-left: auto;
  }

  .t_samedihours, .t_dimanchehours {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  a {
    clear: none;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

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

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .div-rectangle-bleu-pale {
    margin-top: 75px;
  }

  .div_rectangle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-ligne-bleu-text {
    width: 25%;
    margin-top: auto;
    display: block;
  }

  .div-text-intro {
    white-space: normal;
    margin-top: 20px;
    margin-left: 8%;
    position: static;
  }

  .img_intro {
    background-position: 0 100%;
    background-size: cover;
    background-attachment: scroll;
    display: block;
  }

  .div_services {
    margin-top: 212px;
    padding-top: 0;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .div-block-11 {
    min-height: 100%;
    margin-top: 0;
  }

  .titre_service {
    text-align: left;
    margin-top: -145px;
    margin-left: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    line-height: 60px;
    position: static;
    bottom: auto;
  }

  .heading {
    font-size: 26px;
    font-weight: 400;
  }

  .section-partenaire {
    height: auto;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .hero-split {
    background-color: var(--grey);
    padding-bottom: 0;
  }

  .div_lignebleu2 {
    height: 30px;
    margin-top: 0;
  }

  .creations {
    display: none;
  }

  .text-block-2 {
    text-align: center;
    justify-content: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .form {
    float: none;
  }

  .icone-contact {
    margin-left: auto;
    margin-right: 20%;
    right: 15%;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-links_mobile {
    margin-bottom: 100px;
    display: block;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .grid-contact {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: none;
  }

  .text-block-3 {
    margin-left: 0;
    font-size: 15px;
  }

  .image-10 {
    margin-top: auto;
    margin-left: auto;
  }

  .link {
    padding-top: 20px;
    font-size: 15px;
  }

  .link-2, .text-block-4 {
    font-size: 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .udesly-lottie-animation {
    align-self: auto;
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

  .fn-button-dark {
    width: 100%;
  }

  .fn-navbar-link-box {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 18px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .walsh-brand-block, .cf-nav-5-menu-button, .cf-nav-5-menu-button.w--open {
    padding-left: 0;
  }

  .cf-nav-5-button {
    white-space: nowrap;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: none;
  }

  .cf-navigation-logo {
    object-fit: scale-down;
    width: auto;
    margin-top: -6px;
    padding-bottom: 0;
    position: static;
    top: -20%;
  }

  .cf-brand.w--current {
    width: 48%;
  }

  .cf-nav-shadow-wrapper {
    width: 90%;
  }

  .cf-navbar-main-white-div {
    height: auto;
    display: block;
  }

  .navbar {
    height: 90px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    z-index: 13;
    background-color: #fff;
    margin-top: 0;
    position: relative;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    border: 2px solid var(--black);
    width: 45px;
    padding: 10px 12px 10px 8px;
  }

  .button-2 {
    border: 2px solid var(--light-steel-blue-2);
    background-color: var(--light-steel-blue-2);
    color: var(--white);
    text-align: left;
    flex: 0 auto;
    width: 55%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 15px;
    display: block;
    position: relative;
    left: -15px;
  }

  .button-2:hover {
    border: 2px solid var(--light-steel-blue-2);
    background-color: var(--white);
    color: var(--light-steel-blue-2);
  }

  .img_intro_mobile {
    margin-bottom: 163px;
    display: none;
  }

  .div_img_intro_mobile {
    display: block;
  }

  .img_srs {
    object-fit: scale-down;
    background-position: 25%;
    width: 100%;
    display: block;
  }

  .image-15 {
    object-fit: scale-down;
    width: 100%;
    display: block;
  }

  .link-3 {
    font-size: 15px;
  }

  .grid-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 9px;
    grid-template: "Icone-Courriel Lien-courriel"
                   "Icone-Telephone Lien-telephone"
                   "LogoLoi25 LienLoi25"
                   "Icone-Facebook Lien-Facebook"
                   "Icone-Etoile Laisser-un-avis"
                   ". ."
                   / .25fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
  }

  .image-16, .image-17, .image-18, .image-19 {
    margin-left: 50px;
  }

  .link-4 {
    width: 230px;
    margin-top: 15px;
    margin-left: 10px;
  }

  .text-block-6, .text-block-7 {
    margin-left: 10px;
  }

  .link-5 {
    margin-top: 5px;
    margin-left: 0;
    line-height: 20px;
  }

  .container-9 {
    margin-top: 60px;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .uui-section_logos04 {
    margin-top: auto;
  }

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

  .udesly-footer-links {
    font-size: 14px;
  }

  .udesly-info-links {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .udesly-copyright-text {
    font-size: 16px;
  }

  .udesly-copyright-wrap {
    flex-direction: column-reverse;
    width: 80%;
  }

  .udesly-footer-title {
    color: #333;
  }

  .udesly-grid-6-columns {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: auto auto;
    width: 80%;
    max-width: 450px;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-row-gap: 30px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-space-xxlarge-2 {
    min-height: 3rem;
  }

  .uui-logos04_logo-2 {
    height: 2.5rem;
  }

  .uui-logos04_wrapper-2 {
    padding: .5rem 1rem;
  }

  .uui-logos04_list-2 {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logo-loop_component-2 {
    height: 3.5rem;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-small-2, .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-25, .image-26 {
    display: none;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui-gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-navbar08_link {
    font-size: 1rem;
  }

  .uui-text-size-small.hide-mobile-landscape, .hide-mobile-landscape {
    display: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_dropdown-toggle {
    font-size: 1rem;
    display: none;
  }

  .uui-navbar08_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar08_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-28 {
    margin-left: 50px;
  }

  .link-6 {
    width: 200px;
    margin-top: 15px;
    margin-left: 10px;
  }

  .image-30 {
    margin-left: 50px;
  }

  .text-block-10 {
    padding-top: 20px;
  }

  .link-7 {
    width: 230px;
    margin-left: 10px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .text-block-12 {
    z-index: 12;
    background-color: #fff;
    position: relative;
  }

  .link-12 {
    width: 250px;
  }

  .link-13 {
    width: 200px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .team_title {
    margin-top: 90px;
  }

  .grid_desktop {
    display: none;
  }

  .text-block-21 {
    direction: ltr;
    word-break: normal;
    margin-left: 10px;
    margin-right: auto;
    display: block;
  }

  .social-links {
    margin-bottom: 100px;
    display: block;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .div-block-37 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-23 {
    font-size: 33px;
  }

  .t_semaine {
    margin-left: 50px;
    margin-right: 0;
    position: static;
    inset: 0% 0% auto auto;
  }

  .t_semainehours {
    margin-left: 40px;
  }

  .t_samedi {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    margin-left: 50px;
    margin-right: 0;
  }

  .t_dimanche {
    margin-left: 50px;
  }

  .t_samedihours, .t_dimanchehours {
    margin-left: 40px;
  }

  .heures_desktop {
    display: none;
  }

  .heures_mobiles {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 9px;
    grid-template: "."
                   "."
                   "."
                   "Lundi-Vendredi"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
    display: grid;
  }

  .text-block-25 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .utility-page-wrap {
    height: 50%;
  }

  .div-rectangle-bleu-pale {
    margin-top: 55px;
  }

  .div_rectangle {
    object-fit: scale-down;
    min-width: auto;
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-titre-intro {
    float: none;
    clear: none;
    text-align: left;
    white-space: normal;
    object-fit: fill;
    width: 300px;
    margin-top: 13px;
    margin-left: 12%;
    margin-right: 25%;
    padding-left: 0;
    font-size: 30px;
    display: block;
    position: absolute;
    top: 17px;
    left: auto;
    right: auto;
  }

  .div-ligne-bleu-text {
    float: none;
    clear: none;
    object-fit: contain;
    background-color: #0000;
    margin-top: 73px;
    margin-left: auto;
    position: absolute;
    top: 170px;
    left: -45%;
  }

  .div-text-intro {
    clear: none;
    text-align: left;
    object-fit: fill;
    margin-top: 298px;
    margin-left: 13%;
    font-size: 16px;
    position: static;
    top: 225px;
  }

  .img_intro {
    display: none;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .titre_service {
    margin-left: 5%;
    margin-right: auto;
    font-size: 50px;
  }

  .heading {
    color: var(--light-steel-blue-2);
    text-align: center;
  }

  .paragraph-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-partenaire {
    height: auto;
  }

  .hero-heading-right {
    height: 520px;
  }

  .container-6 {
    max-width: none;
  }

  .hero-wrapper {
    align-items: center;
    margin-top: -30px;
    display: flex;
  }

  .hero-split {
    align-items: center;
    padding-bottom: 35px;
    padding-left: 0;
  }

  .shadow-two {
    clear: none;
    align-self: center;
    width: 205px;
    height: 220px;
    margin-left: 20px;
    position: relative;
  }

  .margin-bottom-24px {
    margin-left: 20px;
  }

  .heading-2 {
    align-self: center;
    margin-left: 20px;
  }

  .div_lignebleu2 {
    margin-top: 0;
  }

  .div-formulaire {
    height: 100px;
  }

  .text-block-2 {
    text-align: justify;
    justify-content: center;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nom, .pr-nom {
    width: auto;
  }

  .form {
    flex-direction: column;
    margin-top: 28px;
    display: flex;
  }

  .icone-contact {
    flex: 0 auto;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 80px;
    left: auto;
    right: auto;
  }

  .textarea {
    margin-top: 20px;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 24px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .grid-contact {
    grid-template-columns: .25fr 1.75fr .25fr 1fr;
  }

  .image-8 {
    object-fit: scale-down;
  }

  .container-7 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .udesly-button-navigation {
    width: 100%;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
    width: 100%;
  }

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .fn-button-wrapper {
    width: 100%;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-black {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle-black {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .cf-nav-5-menu-button {
    border: 0px none var(--black);
    padding-top: 20px;
    padding-left: 0;
  }

  .cf-nav-5-menu-button:hover {
    border-style: none;
    border-color: var(--light-steel-blue-2);
  }

  .cf-nav-5-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    display: none;
  }

  .cf-navigation-logo {
    margin-top: -30px;
    display: none;
  }

  .cf-brand {
    margin-bottom: 10px;
  }

  .cf-brand.w--current {
    width: 60%;
    height: 30px;
    margin-top: auto;
    padding-left: 0;
    overflow: visible;
  }

  .cf-nav-4-wrapper {
    margin-top: 0;
    padding: 0 14px;
  }

  .cf-navbar-main-white-div {
    height: auto;
  }

  .navbar {
    height: 75px;
    display: block;
  }

  .footer {
    z-index: 12;
    background-color: #fff;
    margin-top: auto;
    position: relative;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-8 {
    margin-top: 0;
    padding-top: 0;
  }

  .icon {
    border: 2px solid var(--black);
    width: 45px;
    margin-bottom: 10px;
    padding: 8px 10px 8px 8px;
  }

  .icon:hover {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .button-2 {
    width: 100%;
  }

  .img_intro_mobile {
    object-fit: cover;
    display: block;
    position: static;
  }

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

  .img_srs {
    background-color: var(--light-steel-blue-2);
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    display: block;
  }

  .image-15 {
    background-color: var(--light-steel-blue-2);
    display: block;
  }

  .grid-mobile {
    grid-template-areas: "Icone-Courriel Lien-courriel"
                         "Icone-Telephone Lien-telephone"
                         "LogoLoi25 LienLoi25"
                         "Icone-Facebook Lien-Facebook"
                         "LogoInstagram Lien-instagram"
                         "Icone-Etoile Laisser-un-avis";
    margin-top: 20px;
  }

  .image-16, .image-17, .image-18 {
    margin-left: 20px;
  }

  .image-19 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: -30px;
  }

  .link-4 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .text-block-6, .text-block-7 {
    margin-left: 10px;
  }

  .link-5 {
    margin-left: auto;
  }

  .container-9 {
    margin-top: 60px;
  }

  .body-2 {
    height: 100%;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos04_list {
    justify-content: center;
  }

  .uui-section_logos04 {
    margin-top: auto;
  }

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

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-footer-links {
    font-size: 13px;
  }

  .udesly-info-links {
    margin-top: 20px;
  }

  .udesly-copyright-text {
    margin-top: 10px;
    font-size: 13px;
  }

  .udesly-copyright-container {
    flex-direction: column;
  }

  .udesly-copyright-wrap {
    flex-direction: column;
    width: 100%;
  }

  .udesly-new-tag {
    padding: 3px 6px;
    font-size: 9px;
  }

  .udesly-footer-title {
    font-size: 14px;
  }

  .udesly-grid-6-columns {
    width: 100%;
    max-width: 350px;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--transparent);
    border-radius: 10px;
    width: 120px;
    margin: 6px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 22px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .uui-logos04_wrapper-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos04_list-2 {
    justify-content: center;
  }

  .brix---slider-nav {
    margin-top: 28px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .image-25 {
    margin-top: 0;
    display: block;
  }

  .image-26 {
    display: block;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar08_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-28 {
    margin-left: 20px;
  }

  .link-6 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .image-30 {
    margin-left: 20px;
  }

  .text-block-10 {
    padding-top: 10px;
  }

  .link-7 {
    margin-left: 10px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-12 {
    z-index: 11;
    position: static;
  }

  .link-13 {
    margin-left: 0;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .team_title {
    margin-top: 70px;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .text-block-23 {
    padding-top: 0;
    font-size: 25px;
  }

  .t_semaine, .t_semainehours {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 16px;
  }

  .t_samedi, .t_dimanche, .t_samedihours, .t_dimanchehours {
    margin-top: 30px;
    margin-left: 20px;
    font-size: 16px;
  }

  .heures_mobiles {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1.25fr;
    justify-content: center;
    margin-top: 0;
  }
}

#w-node-_008e4c6d-cb8e-0d1f-8415-2279b5ab65bb-5382e3cb, #w-node-_008e4c6d-cb8e-0d1f-8415-2279b5ab65be-5382e3cb, #w-node-_008e4c6d-cb8e-0d1f-8415-2279b5ab65bd-5382e3cb, #w-node-_008e4c6d-cb8e-0d1f-8415-2279b5ab65c0-5382e3cb, #w-node-_008e4c6d-cb8e-0d1f-8415-2279b5ab65c5-5382e3cb, #w-node-_008e4c6d-cb8e-0d1f-8415-2279b5ab65c6-5382e3cb, #w-node-_008e4c6d-cb8e-0d1f-8415-2279b5ab65c7-5382e3cb, #w-node-_008e4c6d-cb8e-0d1f-8415-2279b5ab65c8-5382e3cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb73-5382e3cb {
  grid-area: Telephone;
  justify-self: start;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb77-5382e3cb {
  grid-area: Loi25;
  justify-self: start;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb7b-5382e3cb {
  grid-area: Adresse;
  justify-self: start;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb82-5382e3cb {
  grid-area: Courriel;
  justify-self: start;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb87-5382e3cb {
  grid-area: Instagram;
  justify-self: start;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb8b-5382e3cb {
  grid-area: Facebook;
  justify-self: start;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb8e-5382e3cb {
  grid-area: Loi25;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb8f-5382e3cb {
  grid-area: Instagram;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb90-5382e3cb {
  grid-area: Courriel;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb91-5382e3cb {
  grid-area: Telephone;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb92-5382e3cb {
  grid-area: Facebook;
}

#w-node-_846a91c2-58cc-48a8-7f18-c9241422fb93-5382e3cb {
  grid-area: Adresse;
}

#w-node-bce18569-e843-f2e9-1236-ef48edfcae8d-2240128d, #w-node-bce18569-e843-f2e9-1236-ef48edfcae98-2240128d, #w-node-bce18569-e843-f2e9-1236-ef48edfcaea2-2240128d, #w-node-bce18569-e843-f2e9-1236-ef48edfcaeac-2240128d, #w-node-bce18569-e843-f2e9-1236-ef48edfcaec0-2240128d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a587916d-4796-d470-778d-7f7c8caf6437-2240128d {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: auto;
}

#w-node-e1efeffa-930f-80a4-e6e9-9a578321f9f9-2240128d {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: auto;
}

#w-node-_102d9479-d5c0-1bd2-913a-7ea6f2a89a5d-2240128d {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: auto;
}

#w-node-a15816e4-a0c1-2019-72d6-96ae5fd57c90-2240128d {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: auto;
}

#w-node-bce18569-e843-f2e9-1236-ef48edfcaeb6-2240128d, #w-node-_982fab72-85fb-0cc4-de63-d4c29f004974-2240128d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb9725c-1f62-5169-51a0-733d35dc1028-2240128d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: auto;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f168e-2240128d {
  grid-area: Telephone;
  justify-self: start;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f1692-2240128d {
  grid-area: Loi25;
  justify-self: start;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f1696-2240128d {
  grid-area: Adresse;
  justify-self: start;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f169d-2240128d {
  grid-area: Courriel;
  justify-self: start;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f16a2-2240128d {
  grid-area: Instagram;
  justify-self: start;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f16a6-2240128d {
  grid-area: Facebook;
  justify-self: start;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f16a9-2240128d {
  grid-area: Loi25;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f16aa-2240128d {
  grid-area: Instagram;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f16ab-2240128d {
  grid-area: Courriel;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f16ac-2240128d {
  grid-area: Telephone;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f16ad-2240128d {
  grid-area: Facebook;
}

#w-node-e3a22ef5-d1bc-a00d-7c97-1fbb628f16ae-2240128d {
  grid-area: Adresse;
}

@media screen and (min-width: 1440px) {
  #w-node-bce18569-e843-f2e9-1236-ef48edfcae98-2240128d, #w-node-bce18569-e843-f2e9-1236-ef48edfcaea2-2240128d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4d694153-1057-e1ad-e384-0a999ff20ded-5382e3cb, #w-node-_94af3f6d-975d-3488-7275-64f841d18ac4-5382e3cb, #w-node-_94af3f6d-975d-3488-7275-64f841d18ac5-5382e3cb, #w-node-_94af3f6d-975d-3488-7275-64f841d18aca-5382e3cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18acb-5382e3cb {
    grid-area: LienLoi25;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18acd-5382e3cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18ad2-5382e3cb {
    grid-area: Laisser-un-avis;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18ad5-5382e3cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18ad7-5382e3cb {
    grid-area: LogoLoi25;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18ad8-5382e3cb, #w-node-_94af3f6d-975d-3488-7275-64f841d18adc-5382e3cb, #w-node-_94af3f6d-975d-3488-7275-64f841d18ad6-5382e3cb, #w-node-_94af3f6d-975d-3488-7275-64f841d18add-5382e3cb, #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf96d-2240128d, #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf96e-2240128d, #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf973-2240128d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf974-2240128d {
    grid-area: LienLoi25;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf976-2240128d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf97b-2240128d {
    grid-area: Laisser-un-avis;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf97e-2240128d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf97f-2240128d {
    grid-area: Icone-Etoile;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf980-2240128d {
    grid-area: LogoLoi25;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf981-2240128d, #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf987-2240128d, #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf988-2240128d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d694153-1057-e1ad-e384-0a999ff20ded-5382e3cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18ad2-5382e3cb {
    grid-area: Lien-Facebook;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18ad5-5382e3cb {
    grid-area: Icone-Etoile;
    justify-self: auto;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18ad8-5382e3cb {
    grid-area: Laisser-un-avis;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18adc-5382e3cb {
    grid-area: Icone-Facebook;
  }

  #w-node-_94af3f6d-975d-3488-7275-64f841d18ad6-5382e3cb, #w-node-_94af3f6d-975d-3488-7275-64f841d18add-5382e3cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf97b-2240128d {
    grid-area: Lien-Facebook;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf97e-2240128d {
    grid-area: Icone-Etoile;
    justify-self: auto;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf97f-2240128d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf981-2240128d {
    grid-area: Laisser-un-avis;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf987-2240128d {
    grid-area: Icone-Facebook;
  }

  #w-node-_6cab6489-2680-80d7-e1ff-077f46ecf988-2240128d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: '1 spinnaker';
  src: url('../fonts/1_Spinnaker_Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1 poppins';
  src: url('../fonts/1_Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1 avenirltw01';
  src: url('../fonts/1_AvenirLTW01-35Light_Regular.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1 arian lt';
  src: url('../fonts/1_Arian-LT-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1 helvetica w01';
  src: url('../fonts/1_Helvetica-W01-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1 helvetica w01 roman';
  src: url('../fonts/1_Helvetica-W01-Roman_Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1 helvetica w01';
  src: url('../fonts/1_Helvetica-W01-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1 helveticaneuew01';
  src: url('../fonts/1_HelveticaNeueW01-45Light_Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arian Lt Demi';
  src: url('../fonts/Arian-LT-Demi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}