:root {
  --light-grey: #d9dad81a;
  --white: white;
  --slate-blue: #1f48ec;
  --black: black;
  --gainsboro: #d9dad8;
  --midnight-blue: #001c8a70;
}

.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: 34px;
}

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

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

strong {
  font-weight: bold;
}

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

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

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

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

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

.richmedia-3 {
  background-color: var(--light-grey);
  width: 100%;
  margin: 26px auto 6px;
  padding: 0 7px 7px;
  position: static;
  inset: auto 0% 0%;
}

.richmedia-3.cc-cta {
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
}

.richmedia-3.cc-home-wrap {
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.richmedia-3.cc-store-home-wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.container {
  width: 1092px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.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 {
  background-color: var(--slate-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 9px;
  padding: 5px 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: #325af8;
  border-radius: 5px;
  flex: none;
  margin-right: -49px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 23px;
  font-weight: 600;
  position: fixed;
  inset: 1% 4% auto auto;
}

.button.cc-white-button {
  color: #202020;
  background-color: #9cd1ff;
  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: 0;
  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;
}

.paragraph-light {
  opacity: .6;
  color: var(--black);
  line-height: 20px;
}

.heading-jumbo {
  color: #9cd1ff;
  text-transform: none;
  text-shadow: 1px 1px 6px var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

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

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

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

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

.menu {
  z-index: 0;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: -49px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navigation-wrap {
  white-space: normal;
  object-fit: fill;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: var(--white);
  align-items: center;
  padding: 7px 50px 25px;
  display: flex;
  position: static;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: static;
}

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

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

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

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

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

.logo-image {
  margin-left: 11px;
  display: block;
}

.navigation-items {
  clear: none;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  right: 257px;
}

.footer-wrap {
  background-color: #ccb05c;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  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 {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

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

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

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.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;
  padding-left: 15px;
  padding-right: 15px;
}

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

.contact-form-wrap {
  background-color: #fffffff2;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 45px 50px 50px;
  box-shadow: 0 0 20px -15px #000;
}

.contact-form-grid {
  grid-column-gap: 11px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template: ". ."
  / 3fr .25fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: start stretch;
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

.details-wrap {
  float: left;
  clear: left;
  margin-bottom: 20px;
  display: block;
}

.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 {
  color: #1e1e20;
  background-color: #ffffffd6;
  margin-bottom: 25px;
}

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

.text-field.cc-textarea.cc-contact-field {
  background-color: #ffffffd1;
}

.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 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.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-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 {
  float: right;
  opacity: .6;
  margin-bottom: 5px;
  font-size: 20px;
  text-decoration: underline;
}

.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 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #a8149a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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;
}

.image {
  transition: opacity .2s;
}

.heading {
  color: var(--black);
  text-align: center;
  object-fit: fill;
  margin-top: -26px;
  font-size: 25px;
  position: static;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  margin-top: -100px;
  font-size: 16px;
}

.grid {
  grid-template-areas: "Area";
}

.heading-3 {
  text-align: center;
  margin-top: -14px;
  font-size: 18px;
}

.heading-4 {
  color: #000;
  text-align: center;
  font-size: 26px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 33px;
  border-radius: 2px;
  grid-template: "test Area-2 Area-4" 316px
                 "Area-3 . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.rich-text-block {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 3px #000;
}

.rich-text-block-2 {
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 3px #000;
}

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

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

.paragraph {
  text-align: justify;
}

.paragraph-2 {
  text-align: justify;
  padding-left: 0;
}

.cards-section {
  color: var(--black);
  object-fit: fill;
  width: auto;
  padding-top: 18px;
  padding-bottom: 20px;
  display: block;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "Area Area-2"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.heading-7 {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.paragraph-3 {
  display: block;
}

.text-span-2 {
  text-align: center;
  display: block;
}

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

.div-block {
  border: 1px solid var(--gainsboro);
}

.div-block-2, .div-block-3 {
  box-shadow: 1px 1px 3px #000;
}

.heading-9 {
  text-align: center;
  line-height: 30px;
}

.div-block-4 {
  border: 1px solid var(--black);
  background-color: #dbd7d7;
  overflow: visible;
}

.image-2 {
  width: 100%;
  margin-top: -14px;
}

.heading-10 {
  color: var(--white);
  text-align: center;
  margin-top: -35px;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  margin-top: -75px;
  padding-top: 1px;
  position: static;
}

.div-block-5 {
  background-color: var(--gainsboro);
}

.text-block {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.slide1 {
  background-image: url('../images/titre.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100%;
  min-height: 0%;
  margin-top: auto;
  position: relative;
}

.slider {
  width: 100%;
  height: 65vh;
  margin-top: -19px;
  padding-left: 0;
}

.slide2 {
  text-shadow: 1px 1px 6px #000;
  background-image: url('../images/titre3.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-11 {
  z-index: auto;
  float: none;
  color: var(--white);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 9%;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  position: absolute;
  inset: auto 0% 5%;
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.text-block-12 {
  letter-spacing: 1px;
  text-transform: capitalize;
  height: 18px;
  margin-right: -8px;
  font-size: 12px;
}

.heading-12 {
  clear: none;
  color: #5f2323;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
}

.text-block-13 {
  color: var(--slate-blue);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.heading-13 {
  padding-left: 0;
}

.heading-14 {
  margin-top: 0;
  padding-left: 132px;
}

.text-block-14 {
  color: var(--slate-blue);
  background-color: #0000;
  padding-left: 20px;
}

.text-block-15 {
  text-align: justify;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px;
}

.text-block-16 {
  opacity: 1;
  color: var(--slate-blue);
}

.text-span-3 {
  text-align: left;
  padding-left: 0;
}

.blue {
  color: var(--slate-blue);
  text-align: left;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.cdn-gratuit {
  background-color: #0000;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
}

.flex-container {
  border-radius: 9px;
  flex-flow: row;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  padding: 10px 23px 20px;
  display: flex;
  position: static;
  box-shadow: 0 0 20px -10px #000;
}

.hero-image-mask {
  width: 100%;
  margin-left: 17px;
}

.hero-image {
  float: none;
  clear: none;
  text-align: left;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-15 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-4 {
  float: left;
  direction: ltr;
  text-transform: none;
  white-space: normal;
  width: auto;
  padding-left: 0;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.red {
  color: #d11623;
  display: inline;
}

.text-span-4 {
  color: #ff0606;
  object-fit: fill;
}

.text-span-5 {
  font-weight: 600;
}

.slide3 {
  background-image: url('../images/titre2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/titre4.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-section {
  padding-top: 0;
  padding-bottom: 20px;
  position: static;
}

.feature-image-mask {
  align-self: center;
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  float: none;
  object-fit: contain;
  object-position: 50% 50%;
  width: 120%;
  height: 85%;
  margin-top: 36px;
}

.div-block-6 {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
}

.paragraph-5 {
  text-indent: 0;
  white-space: normal;
  font-size: 16px;
  line-height: 22px;
}

.heading-16 {
  margin-top: 9px;
  font-size: 28px;
}

.heading-17 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 60px;
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.section-2 {
  display: none;
}

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

.rich-text-block-3 {
  border-radius: 4px;
  padding-right: 42px;
  font-size: 12px;
  line-height: 14px;
}

.heading-18 {
  text-align: right;
  margin-top: auto;
  margin-bottom: -3px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: -40% 17% 0% auto;
}

.image-4 {
  margin-top: 0;
}

.div-block-7 {
  box-shadow: 1px 1px 3px #000;
}

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

.collection-list-wrapper-3 {
  grid-column-gap: 46px;
  grid-row-gap: 59px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-19 {
  text-align: center;
  padding-left: 27px;
  display: inline;
}

.image-5 {
  display: block;
}

.rich-text-block-4 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 14px;
  display: block;
}

.div-block-8 {
  float: none;
  clear: none;
  padding-top: 6px;
  position: static;
  box-shadow: 1px 1px 3px #000;
}

.rich-text-block-5 {
  font-size: 12px;
  line-height: 14px;
  overflow: visible;
}

.heading-20 {
  text-align: right;
  margin-top: 0;
}

.collection-item {
  margin-bottom: 10px;
  margin-right: 10px;
  box-shadow: 1px 1px 3px #000;
}

.text-block-17 {
  font-weight: 700;
}

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

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-section-2 {
  padding-top: 12px;
  padding-bottom: 76px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.container-4 {
  display: block;
}

.grid-4 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  min-height: 80vh;
}

.product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-6 {
  position: static;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 80vh;
  display: grid;
}

.div-block-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-21 {
  margin-left: 14px;
}

.div-block-10 {
  min-height: auto;
}

.section-3 {
  background-color: var(--gainsboro);
}

.heading-22 {
  padding-left: 20px;
  font-weight: 600;
}

.heading-23 {
  font-weight: 600;
}

.text-block-18 {
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gainsboro);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block-19 {
  flex: 1;
  margin-top: 12px;
}

.text-block-20 {
  flex: 1;
  font-size: 13px;
}

.heading-24 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

.container-6 {
  background-color: #db1d00;
}

.container-7 {
  background-color: var(--gainsboro);
  height: 35px;
}

.heading-25 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 16px;
  padding-bottom: 0;
  font-size: 18px;
}

.text-block-21 {
  white-space: normal;
  max-height: 50vh;
  font-size: 14px;
  line-height: 20px;
  overflow: scroll;
}

.container-8, .container-9 {
  display: block;
}

.grid-6 {
  grid-column-gap: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-10 {
  border: 1px solid var(--white);
  background-color: #9fd630;
}

.div-block-11 {
  border: 3px solid var(--white);
  background-color: var(--slate-blue);
  border-radius: 4px;
}

.div-block-12 {
  background-color: #ec1f89;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-13 {
  z-index: auto;
  border: 5px solid var(--white);
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #0000;
  background-image: linear-gradient(#d9dad833, #d9dad833);
  border-radius: 5px;
  flex-wrap: wrap;
  place-content: center;
  width: 20vw;
  height: 20vw;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 38% 0 auto;
}

.heading-27 {
  color: #ebecf1;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  object-fit: fill;
  object-position: 50% 50%;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90.2333%;
  height: 20%;
  margin: auto;
  font-size: 3vw;
  display: block;
  position: relative;
  inset: 15% auto -102px;
}

.div-block-14 {
  background-color: var(--white);
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

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

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #c033a4;
  text-decoration: none;
}

.navbar {
  background-color: #fff;
  height: auto;
  position: sticky;
  top: 0;
  bottom: auto;
}

.image-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 125px;
  width: auto;
  height: 40px;
  margin-top: -7px;
  margin-bottom: -5px;
  margin-left: 27px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: 18px;
  bottom: auto;
}

.heading-28 {
  z-index: auto;
  color: var(--white);
  text-align: center;
  background-color: #08080852;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6.5vw;
  margin: auto auto 0;
  padding: 10px 60px 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
  display: block;
  position: relative;
  top: 43%;
}

.text-span-6 {
  color: #ff161a;
  font-weight: 700;
}

.paragraph-6 {
  float: left;
  clear: none;
  color: var(--white);
  text-align: center;
  background-color: #001c8a5e;
  border-radius: 11px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 57vw;
  min-width: auto;
  height: 550px;
  margin: auto;
  padding: 5px 20px;
  font-size: 1.4vw;
  line-height: 2.1vw;
  display: block;
  position: relative;
  inset: auto;
}

.heading-29 {
  text-align: center;
  font-size: 2.5vw;
  line-height: 3vw;
  display: block;
}

.cards-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-7 {
  color: var(--gainsboro);
  text-align: left;
  font-size: 16px;
  line-height: 2vw;
  display: block;
}

.paragraph-8 {
  color: var(--gainsboro);
  text-align: left;
  font-size: 16px;
  line-height: 2vw;
}

.heading-30 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.image-9 {
  color: var(--white);
  text-align: center;
  width: auto;
  height: auto;
  margin-top: -65px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  top: auto;
}

.bold-text {
  text-align: left;
  font-weight: 400;
}

.div-block-15 {
  background-color: #0000;
  padding: 5px 20px;
}

.div-block-16 {
  border: 1px solid var(--gainsboro);
  padding-left: 5px;
  padding-right: 5px;
}

.heading-31 {
  font-size: 28px;
}

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

.grid-7 {
  grid-column-gap: 58px;
  grid-row-gap: 55px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 50px;
  margin-right: 51px;
  display: grid;
  position: static;
}

.div-vignette {
  border: 2px none var(--gainsboro);
  object-fit: fill;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  display: block;
  box-shadow: 0 0 20px -9px #000000a1;
}

.text-block-22 {
  text-align: center;
  padding: 4px;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  text-decoration: none;
}

.heading-32 {
  text-align: center;
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  line-height: 28px;
}

.image-vignette {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
}

.grid-8 {
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin: 50px 60px auto;
  display: flex;
}

.div-titre {
  border: 2px none var(--gainsboro);
  background-color: #ffffffb8;
  border-radius: 9px;
  width: 60vw;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: 11px;
  padding-top: 10px;
  box-shadow: 0 0 20px -9px #00000080;
}

.heading-33 {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  top: 2px;
}

.paragraph-9 {
  float: none;
  clear: none;
  color: #070707;
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  top: 6px;
}

.div-titre-2 {
  border: 2px none var(--gainsboro);
  border-radius: 20px;
  box-shadow: 0 0 20px -9px #00000080;
}

.text-block-23 {
  float: right;
  clear: right;
  width: auto;
  position: static;
  top: auto;
}

.image-10 {
  float: left;
  clear: none;
  position: relative;
  top: auto;
}

.rich-text-block-6 {
  display: inline;
}

.text-block-24 {
  float: none;
  clear: none;
  text-align: center;
  white-space: normal;
  margin-top: auto;
  margin-bottom: 10px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: relative;
  top: auto;
}

.image-11 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  position: relative;
  bottom: auto;
}

.image-12 {
  float: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -11px;
  bottom: auto;
}

.image-13 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  position: relative;
  top: 2px;
  bottom: auto;
}

.heading-34 {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.mask-2 {
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.heading-35 {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  font-size: 1.3vw;
  line-height: 2vw;
  position: absolute;
  inset: auto 15% 5vh;
}

.text-block-25 {
  color: var(--white);
  text-align: center;
  font-size: 1vw;
  line-height: 2vh;
  position: absolute;
  bottom: 3.8vh;
  left: 15%;
  right: 15%;
}

.slide-nav-2 {
  background-color: #0000;
  max-height: 40px;
  font-size: 1vh;
}

.image-14 {
  text-align: left;
  width: 100%;
  position: static;
}

.form-block {
  margin-left: 31px;
  display: inline-block;
}

.live {
  color: #c033a4;
  font-weight: 600;
}

.div-block-17 {
  border-radius: 11px;
  width: 400px;
  margin-top: 0;
  margin-left: 31px;
  box-shadow: 1px 1px 20px -7px #000;
}

.text-field-2 {
  width: 30vw;
}

.field-label {
  margin-top: 13px;
}

.image-15 {
  flex: 0 auto;
  width: auto;
  display: block;
}

.menu-button-2 {
  padding-top: 18px;
}

.image-16 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100vw;
  height: 40vh;
  position: static;
}

.heading-36 {
  background-image: linear-gradient(to right, var(--slate-blue), #d12173);
  color: var(--white);
  text-align: center;
}

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

.heading-37 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.section-5 {
  z-index: 0;
  white-space: normal;
  background-color: #dad8d92e;
  background-image: url('../images/inner-page-background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-38 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 30px;
}

.image-17, .image-18 {
  width: 100%;
}

.section-6 {
  z-index: 1;
  border: 1px none var(--white);
  opacity: 1;
  background-color: #f0f3ff;
  background-image: url('../images/cadreur-bleu.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: auto;
  height: 350px;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  top: -41px;
}

.paragraph-10 {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.rich-media-2 {
  background-color: #0000;
}

.richmedia {
  border-top: 5px #000;
  border-bottom: 5px #000;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
}

.container-11 {
  min-width: 100%;
  height: auto;
  padding-top: 0;
  display: block;
}

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

.heading-39 {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 100px;
  font-size: 40px;
  font-weight: 700;
  position: sticky;
}

.div-block-18 {
  display: flex;
}

.hero-2 {
  background-color: var(--light-grey);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.hero-image-mask-2 {
  flex: 0 auto;
  align-self: auto;
  width: 140%;
  margin-left: 0;
  position: relative;
  left: auto;
}

.solution-streaming {
  background-color: #0000;
  background-image: url('../images/inner-page-background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-12 {
  display: block;
}

.image-19, .navbar-2 {
  background-color: var(--white);
}

.container-13 {
  min-width: 100%;
  margin-left: 9px;
  padding-top: 10px;
  padding-left: 40px;
}

.nav-menu {
  padding-right: 48px;
}

.navbar-3 {
  background-color: #fffffff2;
  min-width: 100%;
  position: sticky;
  top: 3px;
}

.div-block-19 {
  float: right;
  width: 100%;
}

.image-20 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.text-block-26 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  line-height: 25px;
}

.image-21 {
  width: 100%;
  height: 100%;
}

.mask-3 {
  margin-top: 33px;
}

.text-block-27 {
  text-align: center;
  width: 1000px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 12px;
  line-height: 15px;
  display: block;
}

.image-22 {
  white-space: normal;
  position: fixed;
}

.section-8 {
  background-image: url('../images/foot.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  position: absolute;
  inset: auto 0% 0%;
}

.image-23 {
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.section-9 {
  z-index: 1;
  background-color: #1f48ece3;
  height: 80px;
  margin-top: 35%;
  display: block;
  position: sticky;
  top: 67px;
  bottom: auto;
}

.heading-40 {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 9px;
  padding-bottom: 19px;
  font-size: 3vw;
}

.multicam {
  z-index: 2;
  background-color: var(--white);
  height: auto;
  margin-top: 0;
  position: static;
  top: 147px;
}

.heading-41 {
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  font-size: 30px;
}

.text-block-28 {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  line-height: 25px;
}

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

.image-24 {
  padding-left: 60px;
}

.heading-42 {
  font-size: 28px;
}

.section-11 {
  background-color: #d84c4c;
  height: 400px;
}

.heading-43 {
  margin-top: 0;
  font-size: 20px;
  line-height: 25px;
}

.image-25 {
  width: 100%;
}

.heading-44 {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
}

.heading-45 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  font-size: 40px;
  font-weight: 700;
  position: static;
  top: 61px;
}

.nav-menu-2 {
  height: 60px;
  margin-bottom: 10px;
  margin-right: auto;
  padding-top: 10px;
  font-size: 14px;
}

.button-4 {
  z-index: 3;
  float: right;
  background-color: #e000bf;
  border-radius: 6px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 3px 10px;
  font-size: .8vw;
  font-weight: 600;
  position: relative;
  top: 13px;
  right: -9px;
}

.heading-46 {
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  font-size: 28px;
  position: static;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-11 {
  object-fit: fill;
  font-size: 14px;
  line-height: 18px;
  overflow: visible;
}

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

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

.image-26 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.image-27 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 20px;
  position: static;
}

.habillage {
  background-color: var(--light-grey);
  height: auto;
  position: static;
}

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

.text-block-29 {
  margin-top: 5px;
  padding: 0 6px 18px;
}

.icon-3 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-right: 94px;
}

.dropdown {
  padding: 0;
}

.dropdown-link {
  background-color: var(--white);
  border: 1px dotted #000;
  border-radius: 0;
  height: auto;
  padding-left: 51px;
  top: auto;
}

.dropdown-link:hover {
  color: #c033a4;
}

.dropdown-link-2 {
  background-color: #fff;
  border: 1px dotted #000;
  padding-left: 52px;
  top: auto;
}

.dropdown-link-2:hover {
  color: #c033a4;
}

.dropdown-link-3 {
  background-color: var(--white);
  border: 1px dotted #000;
  padding-left: 54px;
  top: auto;
}

.dropdown-link-3:hover {
  color: #c033a4;
}

.nav-link-2 {
  padding: 15px;
}

.nav-link-2.w--current {
  padding: 15px 10px;
}

.nav-link-3 {
  padding: 15px;
}

.nav-link-3:hover {
  color: #c033a4;
}

.nav-link-4 {
  padding: 15px;
}

.nav-link-4:hover {
  color: #c033a4;
}

.nav-link-5 {
  padding: 15px;
}

.nav-link-5:hover {
  color: #c033a4;
}

.nav-link-6 {
  padding: 15px;
}

.nav-link-6:hover {
  color: #c033a4;
}

.dropdown-list {
  margin-bottom: 0;
  display: none;
  top: 63px;
  left: -97px;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: -174px;
  left: -68px;
}

.image-28 {
  float: left;
  position: relative;
  top: -39px;
  left: 4px;
}

.image-29 {
  float: left;
  padding-left: 9px;
  position: relative;
  top: -35px;
}

.image-30 {
  float: left;
  padding-left: 13px;
  position: relative;
  top: -40px;
  left: auto;
}

.nav-link-7 {
  padding-top: 16px;
  padding-bottom: 0;
}

.image-31 {
  float: right;
  object-fit: fill;
  position: relative;
  top: 15px;
  left: -156px;
  overflow: visible;
}

.bold-text-2 {
  padding-left: 37px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

.image-33 {
  float: none;
  text-align: left;
  width: auto;
  height: 25em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-24 {
  float: none;
  width: auto;
  padding-left: 0;
  position: relative;
}

.divcam {
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0 0 20px -11px #000;
}

.text-block-30 {
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}

.slider-3 {
  float: none;
}

.image32 {
  float: none;
  width: auto;
  height: 25em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.heading-48 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  font-size: 30px;
}

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

.text-span-7 {
  color: #c033a4;
}

.footer {
  text-align: center;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block-31 {
  line-height: 22px;
}

.heading-50, .heading-51, .heading-52 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}

.div-block-25 {
  background-color: #fffffff2;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px 20px 0;
  box-shadow: 0 0 7px -4px #000;
}

.field-label-2 {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  font-size: 16px;
  font-weight: 600;
}

.field-label-3, .field-label-4 {
  font-weight: 300;
}

.html-embed {
  height: auto;
  margin-top: 20px;
  position: relative;
  top: 11px;
  bottom: -9px;
}

.detail-wrap-2 {
  float: right;
  padding-right: 0;
}

.image-34 {
  float: right;
  object-fit: fill;
  position: relative;
  top: -79px;
  right: 97px;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 10px;
  display: block;
}

.link-block {
  float: right;
  position: relative;
  top: 23px;
  right: 137px;
}

.image-35 {
  float: none;
  text-align: left;
  margin-left: auto;
  margin-right: -1px;
}

.bold-text-4, .bold-text-5, .bold-text-7 {
  font-size: 28px;
}

.image32b {
  width: auto;
  height: 25em;
  margin-left: auto;
  margin-right: auto;
}

.section14 {
  background-color: var(--light-grey);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.cards-section-3 {
  padding-top: 60px;
  padding-bottom: 0;
}

.cards-image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-56 {
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
}

.paragraph-12, .paragraph-13 {
  line-height: 22px;
}

.heading-57 {
  text-align: center;
  font-size: 25px;
  line-height: 28px;
}

.fonction {
  text-align: center;
  font-size: 14px;
  font-weight: 200;
}

.text-span-8 {
  padding-left: 0;
  font-size: 20px;
  font-weight: 800;
}

.link-bloc2 {
  float: right;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
  bottom: auto;
  right: 194px;
}

.text-block-32 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  position: relative;
  bottom: auto;
}

.container-14 {
  display: inline-block;
  position: static;
}

.nav-link-8 {
  color: var(--white);
  background-color: #585858;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 14px;
  top: 12px;
  left: 4px;
}

.nav-link-8:hover {
  color: var(--white);
  background-color: #ac018a;
  font-style: italic;
  font-weight: 300;
}

.covid {
  color: #328647;
}

.image-11b {
  float: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section-intro {
  background-color: var(--white);
}

.div-intro {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.image-36, .image-37 {
  margin-left: auto;
  margin-right: auto;
}

.image-38 {
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.image-39 {
  margin-left: auto;
  margin-right: auto;
}

.modal {
  z-index: 5;
  background-color: var(--white);
  border-radius: 20px;
  width: 600px;
  height: 400px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
  box-shadow: 0 0 9px -1px #000;
}

.heading-58 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 0 3px var(--gainsboro);
  margin-top: 26px;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  top: 27px;
}

.image-40 {
  cursor: pointer;
  margin-top: 6px;
  margin-right: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-28 {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.fond-modal {
  z-index: 4;
  white-space: normal;
  background-color: #ffffffe0;
  width: auto;
  height: auto;
  display: none;
  position: fixed;
  inset: 0% 0% 0;
}

.paragraph-14 {
  color: var(--black);
  text-align: center;
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 200;
  position: relative;
  top: 47px;
}

.mention {
  font-size: 12px;
}

.image-41 {
  width: 200px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  top: -39px;
  left: 202px;
  right: auto;
}

.link-block-2 {
  float: right;
  position: relative;
}

.text-block-33 {
  font-size: 12px;
  line-height: 16px;
}

.chat {
  display: block;
}

.heading-59 {
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
  font-size: 30px;
}

.paragraph-15 {
  text-align: center;
  margin-left: auto;
  padding-bottom: 40px;
  padding-left: 220px;
  padding-right: 220px;
  line-height: 25px;
}

.slider-tweet {
  width: auto;
  height: auto;
  display: none;
}

.image-42 {
  object-fit: fill;
  width: 100%;
  height: auto;
  display: block;
}

.personnalisation {
  background-color: #00000008;
  background-image: url('../images/inner-page-background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  margin-top: 20px;
  padding-top: 0;
}

.bold-text-8 {
  font-weight: 500;
}

.preloader {
  z-index: 9999;
  color: var(--gainsboro);
  background-color: #26152c;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.video {
  background-image: url('../images/paris.jpg');
  background-position: 50% 15%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-height: auto;
  display: block;
}

.background-video {
  z-index: 40;
  object-fit: scale-down;
  height: 55vw;
  margin-top: -12px;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block-34 {
  clear: none;
  margin-left: 13px;
  display: block;
  position: static;
}

.image-43 {
  margin-bottom: 41px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-35 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-44 {
  z-index: 99;
  float: left;
  margin-left: 12px;
  position: relative;
}

.heading-60 {
  text-align: center;
  justify-content: center;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  display: block;
  position: relative;
  left: -58px;
  right: 0;
}

.button-5 {
  z-index: 99;
  float: right;
  color: var(--black);
  background-color: #f3cf00;
  border-radius: 8px;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: relative;
  top: -72px;
  right: 19px;
}

.body-4 {
  background-image: url('../images/WallpaperStudio10-885632-1200x675.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-29 {
  z-index: 9;
  background-color: var(--white);
  height: 80px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.section-13 {
  z-index: 3;
  max-height: 60vh;
  margin: 0;
  padding: 0 100px 124px;
  position: relative;
}

.video-2 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: block;
  top: 80px;
  overflow: visible;
}

.section-14 {
  z-index: 5;
  position: fixed;
  inset: 0% 0% auto;
}

.image-45 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
  position: relative;
  top: 92px;
}

.div-block-30 {
  background-color: #005caa;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 0 13px 9px;
  display: block;
  position: relative;
  top: 90px;
}

.image-46 {
  float: left;
  width: 25%;
  height: 35%;
}

.image-47 {
  float: right;
  clear: none;
  flex: 1;
  width: 75%;
  height: 80%;
  padding-left: 9px;
  padding-right: 10px;
}

.body-5 {
  background-image: url('../images/home-cover-covid-v3.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.section-video {
  padding: 0 10vw 110px;
}

.footer-2 {
  color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  position: fixed;
  inset: auto 0% 0%;
}

.heading-61 {
  color: var(--white);
  background-color: #0000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  bottom: -38px;
}

.link {
  color: var(--white);
  font-size: 12px;
  transition: opacity .2s;
}

.heading-62 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
}

.button-6 {
  text-align: left;
  cursor: pointer;
  background-color: #c033a4;
  border-radius: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  display: flex;
  box-shadow: 0 0 5px -1px #000;
}

.div-block-31 {
  background-color: var(--white);
  border-radius: 10px;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 20px -8px #c033a4;
}

.heading-63 {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

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

.cards-grid-container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-64, .heading-65, .heading-66, .paragraph-16, .paragraph-17, .paragraph-18 {
  text-align: center;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-15 {
  background-color: #3f1d68;
  background-image: linear-gradient(to bottom, #6783f3, var(--slate-blue) 0%, #c033a4 75%);
  padding-top: 17px;
  padding-bottom: 20px;
}

.heading-67 {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.paragraph-19 {
  color: var(--white);
}

.div-block-33 {
  margin-top: -20px;
  margin-left: 25px;
}

.text-block-36 {
  color: var(--white);
  font-size: 12px;
  position: relative;
  top: auto;
  left: auto;
  right: 739.672px;
}

.image-48 {
  float: none;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  position: relative;
  left: 0;
  right: 0;
}

.image-49 {
  float: none;
  margin-top: 56px;
  margin-left: 25px;
  margin-right: auto;
  padding-left: 0;
  box-shadow: 4px 4px 14px -1px #000, 1px 1px 3px #000;
}

.cdn-akamai {
  background-color: var(--light-grey);
  margin-bottom: 48px;
  padding-bottom: 20px;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-68 {
  color: var(--white);
}

.image-50 {
  margin-left: 15px;
  padding-top: 10px;
  padding-left: 17px;
}

.heading-69 {
  float: none;
  clear: none;
  display: block;
}

.heading-70 {
  float: none;
  clear: right;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  inset: -1% 0% auto 5%;
}

.nav-link-9 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-9:hover {
  text-decoration: underline;
}

.esh-header {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px dotted #cbb05b;
  grid-template: ". . Area"
  / .25fr .5fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 1px;
  display: grid;
  position: sticky;
}

.heading-71 {
  color: var(--black);
  text-align: center;
  margin-top: 19px;
  font-size: 14px;
  line-height: 18px;
}

.video-3 {
  padding-bottom: 0;
  display: block;
}

.div-block-36 {
  border: 1px #ccb05c;
  border-top-style: dotted;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10vw;
  display: block;
  position: static;
}

.section-17 {
  background-color: #0000;
}

.button-7 {
  color: var(--black);
  text-align: center;
  background-color: #cbb05b;
  border-radius: 0;
  margin: auto 38px auto 85px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

.section-18 {
  margin-top: 0;
  position: sticky;
  inset: auto 0% 0;
}

.text-block-37 {
  text-align: right;
  border-top: 1px dotted #cbb05b;
  font-size: 12px;
  position: absolute;
  inset: 37px 0% auto auto;
}

.section-19 {
  position: static;
  top: auto;
}

.text-block-38 {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  inset: 7% auto auto 5%;
}

.image-51 {
  object-fit: fill;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.mask-4 {
  background-color: var(--white);
}

.image-52 {
  width: 100%;
}

.mask-5 {
  background-color: var(--white);
}

.right-arrow, .left-arrow {
  background-color: #0000;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 2.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.video-4 {
  float: left;
  object-fit: fill;
  flex: 1;
  order: 0;
  align-self: flex-start;
  margin-left: 5px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: auto;
}

.html-embed-2 {
  margin-left: 0;
  margin-right: 9px;
}

.html-embed-3 {
  float: none;
  background-color: var(--white);
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-height: none;
  margin-bottom: 0;
  margin-left: 3px;
  margin-right: 5px;
  padding: 12px 0 20px;
  display: block;
}

.div-block-38 {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-4 {
  justify-content: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-2 Area"
  / 2.5fr minmax(301px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.html-embed-5 {
  margin-top: 10px;
}

.html-embed-6 {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.vinci {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px dotted #e10f2a;
  grid-template: ". . Area"
  / 1fr 2.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-72 {
  color: #064487;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 18px;
  position: static;
  inset: 2% 0% auto;
}

.image-53 {
  border-right: 1px dotted #e10f2a;
  padding: 10px 20px;
}

.vinci-film {
  background-image: url('../images/Lot-T3C-HD.jpg');
  background-position: 0 0;
  background-size: contain;
  border: 1px #fe000c;
  border-top-style: dotted;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10vw;
  display: block;
  position: static;
}

.image-54 {
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.fluxsecu {
  color: #ec1f1f;
  text-transform: uppercase;
}

.securis {
  color: #e00f00;
}

.image-55 {
  width: 100%;
  height: auto;
}

.captatexte {
  color: #04208f;
}

.link-2 {
  float: none;
  clear: none;
}

.paragraph-20 {
  padding-top: 46px;
  padding-left: 58px;
}

.paragraph-21 {
  margin-left: 32px;
  padding-left: 55px;
  padding-right: 57px;
  display: block;
}

.button-8 {
  background-color: #ad0fa3;
  border-radius: 8px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.italic-text-2 {
  font-size: 12px;
}

.button-9 {
  z-index: 99;
  text-align: center;
  letter-spacing: normal;
  background-color: #c033a4;
  border-radius: 6px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 7px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  inset: auto auto -12px 9px;
}

.references {
  margin-top: 40px;
}

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

.image-56 {
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-22 {
  text-align: center;
}

.heading-33-v2 {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  top: -29px;
}

.paragraph-9-v2 {
  float: none;
  clear: none;
  color: #070707;
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  top: -27px;
}

.heading-33-copy {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  top: 7px;
}

.heading-28-top {
  z-index: auto;
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  width: auto;
  margin: auto auto 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  display: block;
  position: absolute;
  top: 52%;
  left: auto;
  right: auto;
}

.heading-27-titre {
  color: #ebecf1;
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90.2333%;
  height: 20%;
  margin: auto;
  font-size: 3vw;
  display: block;
  position: relative;
  inset: 34% auto -102px;
}

.bold-text-10 {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 2.5vw;
  line-height: 3.9vw;
  display: block;
  position: relative;
  top: -10px;
  left: auto;
}

.heading-27-titre-copy {
  color: #ebecf1;
  text-align: left;
  text-transform: none;
  object-fit: fill;
  object-position: 50% 50%;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90.2333%;
  height: 20%;
  margin: auto;
  font-size: 2vw;
  line-height: 40px;
  display: block;
  position: relative;
  inset: 15% auto -102px;
}

.bold-text-10-copy {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 2.5vw;
  line-height: 3.9vw;
  display: block;
  position: relative;
  top: -16px;
  left: auto;
}

.divtextparagraph {
  flex: 1;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  width: 57vw;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  line-height: 25px;
  display: block;
  position: absolute;
  inset: 23vh 0% auto 1%;
}

.temoignage {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-tem {
  border-radius: 11px;
  margin: 17px;
  padding: 16px 10px;
  box-shadow: 1px 1px 18px -7px #000;
}

.paragraph-23 {
  text-align: center;
  background-color: #d9dad840;
  height: 200px;
  line-height: 25px;
  overflow: scroll;
}

.heading-75 {
  color: #1a1b1fba;
  text-align: center;
  font-size: 16px;
}

.sec-temoignage {
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

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

.heading-77 {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.button-9-copy {
  z-index: 99;
  text-align: center;
  letter-spacing: normal;
  background-color: #c033a4;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  width: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 7px;
  font-size: 16px;
  line-height: 18px;
  display: block;
  position: relative;
  inset: 31px auto -12px;
}

.button-9-copy-copy {
  z-index: 99;
  text-align: center;
  letter-spacing: normal;
  background-color: #c033a4;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  width: 200px;
  height: 40px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 7px 4px;
  font-size: 16px;
  line-height: 16px;
  display: block;
  position: relative;
  inset: -20px auto -12px;
}

.button-smesure {
  z-index: 99;
  text-align: center;
  letter-spacing: normal;
  background-color: #c033a4;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 7px;
  font-size: 16px;
  line-height: 18px;
  display: block;
  position: relative;
  inset: -30px auto -12px;
}

.button-richmedia {
  z-index: 99;
  text-align: center;
  letter-spacing: normal;
  background-color: #c033a4;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 7px;
  font-size: 16px;
  line-height: 18px;
  display: block;
  position: relative;
  inset: -36px auto -12px;
}

.hero-3 {
  background-color: #0000;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
}

.flex-container-4 {
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.hero-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
  margin-top: 17px;
  padding-right: 20px;
}

.heading-78 {
  text-align: left;
  padding-top: 10px;
  font-size: 28px;
  font-weight: 700;
}

.tab-interactive {
  color: var(--white);
  text-align: center;
  background-color: #00000069;
  border: 1px #000;
  border-radius: 9px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tab-interactive:hover {
  color: var(--white);
  background-color: #2795f4;
}

.tab-interactive.w--current {
  color: var(--white);
  text-align: left;
  background-color: #49a5f6;
  border-style: none;
  border-radius: 9px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 14px -5px #000;
}

.tabs-menu {
  text-align: center;
  margin-left: 0;
  padding-top: 0;
}

.tab-link-tab-2 {
  border-radius: 9px;
  margin-left: 40px;
  margin-right: 40px;
}

.tab-link-tab-2.w--current {
  background-color: #2795f4;
}

.tab-link-tab-3 {
  border-radius: 9px;
  margin-left: 40px;
  margin-right: 40px;
}

.tab-link-tab-3:active {
  color: var(--white);
  background-color: #ddd;
}

.tab-link-tab-3:focus {
  background-color: #2795f4;
}

.text-interactive {
  color: var(--white);
  font-weight: 500;
}

.text-interactive:hover, .text-interactive:active, .text-interactive:focus {
  color: var(--white);
}

.paragraph-24 {
  width: 400px;
  line-height: 25px;
}

.div-block-39 {
  flex: 0 auto;
  padding-left: 40px;
}

.text-block-40 {
  color: var(--white);
}

.flex-container-3 {
  border-radius: 9px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  padding-bottom: 25px;
  display: flex;
  box-shadow: 0 0 20px -10px #000;
}

.tabs-content {
  margin-top: auto;
}

.real-dynamique {
  margin-top: 0;
}

.slider-personalisation {
  border: 3px dotted #000;
  width: auto;
  height: auto;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.flex-container-5 {
  border-radius: 9px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  padding-bottom: 25px;
  display: flex;
  box-shadow: 0 0 20px -10px #000;
}

.button-streaming {
  z-index: 99;
  text-align: center;
  letter-spacing: normal;
  background-color: #c033a4;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 7px;
  font-size: 16px;
  line-height: 18px;
  display: block;
  position: relative;
  inset: 29px auto -12px;
}

.button-live {
  z-index: 99;
  text-align: center;
  letter-spacing: normal;
  background-color: #c033a4;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 7px;
  font-size: 16px;
  line-height: 18px;
  display: block;
  position: relative;
  inset: 41px auto -12px;
}

.sondages {
  margin-top: 0;
}

.button-q-a {
  z-index: 99;
  text-align: center;
  letter-spacing: normal;
  background-color: #c033a4;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  width: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 7px;
  font-size: 16px;
  line-height: 18px;
  display: block;
  position: relative;
  inset: 31px auto -12px;
}

.button-multicam {
  z-index: 99;
  text-align: center;
  letter-spacing: normal;
  background-color: #c033a4;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  width: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 7px;
  font-size: 16px;
  line-height: 18px;
  display: block;
  position: relative;
  inset: -37px auto -12px;
}

.heading-79 {
  text-align: center;
  margin-top: 114px;
  font-size: 30px;
}

.realisation {
  padding-top: 0;
}

.heading-80 {
  text-align: center;
  margin-top: 1px;
  margin-bottom: 60px;
  padding-top: 100px;
  font-size: 30px;
}

.flex-container-10 {
  border-radius: 9px;
  flex-flow: row;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  padding: 10px 23px 20px;
  display: flex;
  position: static;
  box-shadow: 0 0 20px -10px #000;
}

.right-arrow-2 {
  display: block;
}

.slide-nav-3 {
  background-color: #0000;
}

.text-span-10 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 7px #c033a4;
}

.bold-text-11 {
  color: var(--white);
  text-shadow: 2px 1px 7px #c033a4;
}

.bold-text-12 {
  color: #c033a4;
  text-decoration: none;
}

.bold-text-13 {
  color: #c033a4;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.image-58 {
  width: 65vw;
  padding-left: 0;
}

.rich-text-person {
  padding-right: 20px;
  line-height: 22px;
}

.bold-text-14 {
  font-size: 28px;
}

.text-span-11 {
  color: #c033a4;
  text-shadow: 1px 1px 0 var(--white);
}

.bold-text-15 {
  color: var(--white);
  text-shadow: none;
}

.text-span-12 {
  clear: none;
  flex: 0 auto;
  order: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.5vw;
  line-height: 2vw;
  display: block;
  position: relative;
  top: 0;
}

.text-span-13 {
  color: var(--white);
}

.text-span-14 {
  color: var(--white);
  text-transform: none;
  background-color: #c033a4;
  font-style: normal;
  text-decoration: none;
}

.link-3 {
  display: inline;
}

.bold-text-16 {
  font-size: 2vw;
  font-weight: 700;
}

.bold-text-17 {
  font-size: 2vw;
}

.text-span-15 {
  color: #ff004d;
}

.italic-text-3, .italic-text-4 {
  color: #ff06cd;
  text-shadow: 1px 1px 6px #000;
  font-weight: 600;
}

.image-9-form {
  text-align: center;
  width: 100vw;
  height: 60vw;
  margin-top: -46px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  top: auto;
}

.paragraph-6-form {
  color: var(--white);
  text-align: center;
  background-color: #001c8a5e;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  min-width: auto;
  margin-bottom: auto;
  margin-left: 40px;
  margin-right: auto;
  padding: 5px 40px 5px 0;
  font-size: 1.5vw;
  line-height: 2.1vw;
  display: block;
  position: relative;
  inset: auto 0%;
}

.divtextparagraph-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  order: 0;
  grid-template: ". Area"
  / 1.75fr 550px;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  line-height: 25px;
  display: grid;
  position: absolute;
  inset: 8.5em 0% auto;
}

.html-embed-7 {
  border-radius: 0;
  margin-right: 40px;
}

.bold-text-11-form {
  color: var(--white);
  text-shadow: 2px 1px 7px var(--black);
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
}

.button-6-form {
  text-align: left;
  cursor: pointer;
  background-color: #c033a4;
  border-radius: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  display: flex;
  box-shadow: 0 0 5px -1px #000;
}

.div-block-31-form {
  background-color: var(--white);
  border-radius: 10px;
  height: auto;
  margin-left: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-grid-form {
  grid-column-gap: 11px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template: ". ."
  / 3fr .25fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: start stretch;
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

.section14-form {
  background-color: #00082a;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.heading-56-form {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
}

.html-embed-8 {
  border-radius: 0;
  width: 500px;
  margin-bottom: 20px;
}

.text-span-16 {
  font-weight: 400;
}

.bold-text-16-form {
  font-size: 2.5vw;
  font-weight: 700;
}

.background-video-form {
  z-index: 40;
  object-fit: scale-down;
  height: 55vw;
  margin-top: -12px;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.html-embed-9 {
  display: none;
}

.heading-30-form {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.heading-28-form {
  z-index: auto;
  color: var(--white);
  text-align: center;
  background-color: #08080852;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6.5vw;
  margin: auto auto 0;
  padding: 10px 60px 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
  display: block;
  position: relative;
  top: 43%;
}

.studio {
  background-color: var(--light-grey);
  margin-bottom: 48px;
  padding-top: 0;
  padding-bottom: 20px;
}

.html-embed-10 {
  float: none;
  clear: none;
  width: auto;
  height: 110%;
  display: block;
  position: relative;
  top: -24px;
}

.bold-text-20 {
  font-weight: 400;
}

.text-span-17 {
  text-transform: capitalize;
}

.paragraph-studio {
  float: left;
  direction: ltr;
  text-transform: none;
  white-space: normal;
  width: auto;
  padding-left: 0;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.bold-text-21 {
  text-transform: none;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-22 {
  text-transform: none;
}

.div-block-19-studio {
  float: right;
  width: 100%;
}

.div-block-41 {
  float: right;
  width: 700px;
  height: 350px;
}

.html-embed-11 {
  float: right;
  text-align: left;
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: -18px auto auto -1%;
}

.text-span-18 {
  color: var(--white);
}

.text-titre {
  color: var(--white);
  text-shadow: 1px 1px 6px #000;
  font-size: 2vw;
  line-height: 5vw;
  transform: translate(0);
}

.formulaire-smartphone {
  display: none;
}

.div-block-42 {
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 23vh 0% auto;
}

.text-block-41 {
  font-size: 30px;
  position: relative;
  top: -417px;
}

.gestion {
  background-color: #00000008;
  background-image: url('../images/inner-page-background-image.svg');
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
}

.heading-59-gestion {
  text-align: center;
  margin-top: 0;
  padding-top: 64px;
  font-size: 30px;
}

.paragraph-gestion {
  text-align: center;
  margin-left: auto;
  padding-bottom: 40px;
  padding-left: 220px;
  padding-right: 220px;
  line-height: 25px;
}

.div-block-gestion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.rich-text-gestion {
  padding-right: 20px;
  line-height: 22px;
}

.slider-4 {
  height: 95%;
  margin-bottom: 0;
  margin-left: 10px;
  padding-bottom: 0;
}

.image-59 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.image-60 {
  width: 100%;
  height: 100%;
}

.dropdown-toggle {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 20px;
}

.dropdown-toggle:hover {
  color: #c033a4;
}

.icon-4 {
  margin: 14px auto 28px;
  padding-top: 14px;
  padding-right: 134px;
}

.dropdown-list-2 {
  border: 1px dotted #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
  top: 47px;
  left: -39px;
}

.dropdown-link-4 {
  float: none;
  background-color: var(--white);
  border: 1px dotted #000;
  padding-left: 50px;
}

.dropdown-link-4:hover {
  color: #c033a4;
}

.dropdown-link-5 {
  background-color: var(--white);
  border: 1px dotted #000;
  padding-left: 47px;
}

.dropdown-link-5:hover {
  color: #c033a4;
}

.dropdown-link-6 {
  background-color: var(--white);
  color: #c033a4;
  border: 1px dotted #000;
  padding-left: 49px;
}

.dropdown-link-6:hover {
  color: #c033a4;
}

.image-61 {
  float: left;
  padding-right: 0;
  position: relative;
  top: -40px;
  left: 8px;
}

.service-annexe {
  background-color: var(--light-grey);
  width: 100%;
  margin: 26px auto 6px;
  padding: 0 7px 7px;
  position: static;
  inset: auto 0% 0%;
}

.service-annexe.cc-cta {
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
}

.service-annexe.cc-home-wrap {
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.service-annexe.cc-store-home-wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-62 {
  float: left;
  position: relative;
  top: -49px;
  left: 3px;
}

.image-63 {
  float: left;
  margin-bottom: -40px;
  padding-bottom: 0;
  position: relative;
  top: -41px;
  left: 8px;
}

.dropdown-link-7 {
  color: #1a1b1f;
  padding-left: 50px;
}

.dropdown-link-8 {
  background-color: var(--white);
  padding-left: 48px;
}

.dropdown-link-8:hover {
  color: #c033a4;
}

.image-64 {
  float: left;
  margin-bottom: -37px;
  display: block;
  position: relative;
  top: -42px;
  left: 7px;
}

.dropdown-link-9 {
  background-color: var(--white);
}

.dropdown-link-10 {
  background-color: var(--white);
  padding-left: 50px;
}

.dropdown-link-11 {
  background-color: var(--white);
  border: 1px dotted #000;
  padding-left: 50px;
}

.dropdown-link-11:hover {
  color: #c033a4;
}

.image-65 {
  margin-bottom: -39px;
  padding-left: 0;
  position: relative;
  top: -44px;
  left: 8px;
}

.mask-6 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.dropdown-link-12, .dropdown-link-13 {
  color: var(--white);
}

.dropdown-link-14 {
  color: var(--black);
}

.dropdown-link-15 {
  color: var(--black);
  padding-left: 50px;
}

.dropdown-link-16 {
  background-color: var(--white);
  border: 1px dotted #000;
  padding-left: 50px;
}

.dropdown-link-16:hover {
  color: #c033a4;
}

.image-66 {
  float: left;
  margin-bottom: -49px;
  position: relative;
  top: -46px;
  left: 4px;
}

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

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  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;
}

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-3.shadow-two {
  margin-top: 10px;
}

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

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

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

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

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: 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;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

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

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

.heading-82 {
  text-align: center;
  background-color: #71ff87;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.container-16 {
  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-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 {
  height: 180px;
  margin-bottom: 18px;
}

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

.team-member-name-two {
  text-align: center;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.team-member-text {
  text-align: center;
  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;
}

.image-67 {
  float: left;
  width: 200px;
  position: relative;
  top: -918.233px;
}

.image-69 {
  float: right;
  width: 200px;
  position: relative;
  bottom: -49px;
  left: -14px;
}

.nav-link-10 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-17, .dropdown-link-18 {
  background-color: var(--white);
}

.dropdown-link-19 {
  background-color: #f7e0e0;
}

.dropdown-link-20 {
  background-color: #f6e1e1;
}

.dropdown-link-21, .dropdown-link-22 {
  background-color: #f8f8f8;
}

.dropdown-link-23, .dropdown-link-24 {
  background-color: var(--white);
}

.dropdown-link-25 {
  background-color: #71ff87;
  padding-left: 50px;
  font-weight: 600;
  display: block;
}

.image-70 {
  margin-bottom: -33px;
  position: relative;
  top: -40px;
  left: 8px;
}

.div-block-question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.question {
  background-color: #00000008;
  background-image: url('../images/inner-page-background-image.svg');
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
}

.rich-text-question {
  padding-right: 20px;
  line-height: 22px;
}

.slider-4question {
  height: 95%;
  margin-bottom: 0;
  margin-left: 10px;
  padding-bottom: 0;
}

.container-faq {
  margin-top: 20px;
  display: block;
}

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

.container-faq-copy {
  margin-top: 20px;
  display: block;
}

.faq-section {
  margin-top: 20px;
}

.text-block-43 {
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 1440px) {
  .cards-grid-container-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-14 {
    align-items: stretch;
    width: auto;
    display: flex;
  }

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

  .paragraph-6 {
    border-radius: 6px;
    margin-top: auto;
  }

  .image-9 {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 1;
    overflow: clip;
  }

  .nav-menu-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-2, .nav-link-4, .nav-link-5, .nav-link-6 {
    padding-left: 10px;
  }

  .div-block-25 {
    height: 650px;
  }

  .div-block-31 {
    min-width: 550px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-9 {
    width: 130px;
    font-size: 12px;
    display: inline-block;
    overflow: visible;
  }

  .html-embed-8 {
    margin-bottom: 0;
    padding: 9px 0;
  }

  .html-embed-11 {
    background-color: #948a8a00;
    top: -17px;
  }

  .hero-stack {
    background-image: url('../images/inner-page-background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .team-member-image {
    border: 3px solid #1111111c;
    border-radius: 50%;
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-name-2 {
    font-weight: 800;
  }

  .heading-82 {
    color: var(--black);
    text-align: center;
    background-color: #71ff87;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 45px;
  }

  .team-slider {
    padding-bottom: 0;
  }

  .centered-heading-2 {
    font-weight: 700;
  }

  .team-member-image-two {
    height: 180px;
  }

  .team-block-info {
    text-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-name-two {
    font-size: 22px;
  }

  .team-member-text {
    text-align: center;
  }

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

  .image-67 {
    object-fit: fill;
    width: 280px;
    position: relative;
    top: -864px;
  }

  .image-68 {
    float: right;
  }

  .image-69 {
    float: right;
    width: 250px;
    position: relative;
    inset: 46px 24px auto auto;
  }

  .nav-link-10 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .nav-link-10.w--current {
    padding: 15px 14px 15px 10px;
  }

  .button-10 {
    float: none;
    clear: none;
    text-transform: uppercase;
    background-color: #c033a4;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    margin: auto auto auto 16px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    position: static;
  }

  .section-ppt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #71ff87;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-43 {
    text-align: center;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .richmedia-3 {
    padding: 0 10px;
  }

  .richmedia-3.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .richmedia-3.cc-store-home-wrap {
    float: none;
    text-align: left;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

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

  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .label, .paragraph-light {
    text-align: left;
  }

  .heading-jumbo {
    font-size: 45px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    margin-right: -21px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 0 25px 30px;
    display: block;
  }

  .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;
    position: relative;
  }

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

  .contact-heading {
    font-size: 22px;
  }

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

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .slide1 {
    float: none;
    width: 100%;
    padding-right: 0;
    position: static;
  }

  .slider {
    margin-right: 0;
  }

  .slide2 {
    overflow: hidden;
  }

  .heading-12 {
    font-size: 23px;
    line-height: 30px;
  }

  .flex-container {
    max-width: 700px;
    margin-top: 20px;
    display: block;
  }

  .hero-image {
    width: 70%;
  }

  .heading-15 {
    text-align: center;
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-span-5 {
    font-size: 100%;
  }

  .slide3 {
    position: static;
    overflow: hidden;
  }

  .slide4 {
    overflow: hidden;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-17 {
    text-align: center;
    margin-left: auto;
    font-size: 28px;
  }

  .mask, .slide-nav {
    overflow: visible;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .div-block-13 {
    z-index: auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 20vw;
    height: 20vw;
    margin-top: 27%;
    margin-left: 40vw;
    margin-right: 0;
    position: absolute;
    inset: 0% 0% 0 0;
  }

  .heading-27 {
    color: #fcfcfc;
    margin-bottom: auto;
    font-size: 3vw;
    line-height: 1;
    left: auto;
  }

  .div-block-14 {
    display: block;
  }

  .nav-link {
    color: var(--white);
    background-color: #b80b7b;
    border: 1px dotted #000;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .heading-28 {
    height: 15vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 200%;
    font-weight: 500;
    line-height: 5vw;
    display: block;
    top: 37%;
  }

  .paragraph-6 {
    width: 80vw;
    height: 300px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 120%;
    line-height: 3vw;
    display: block;
    top: -8%;
  }

  .cards-image-2 {
    background-image: url('../images/chapitres.jpg');
    background-position: 50%;
    background-size: contain;
  }

  .heading-30 {
    line-height: 40px;
    position: relative;
    top: auto;
  }

  .image-9 {
    display: block;
  }

  .grid-7 {
    flex-direction: column;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-vignette {
    margin-top: 13px;
  }

  .text-block-22 {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
  }

  .grid-8 {
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-titre {
    border-radius: 12px;
    width: 90vw;
    margin-bottom: 10px;
    margin-right: auto;
  }

  .heading-33 {
    font-size: 100%;
    line-height: 26px;
  }

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    top: auto;
  }

  .text-block-24 {
    padding-left: 10px;
    padding-right: 10px;
    top: auto;
  }

  .image-11 {
    float: none;
    top: 3px;
  }

  .image-12 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    top: -19px;
  }

  .image-13 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    top: -4px;
  }

  .heading-34 {
    line-height: 50px;
  }

  .heading-35 {
    font-size: 2vh;
    bottom: 28px;
  }

  .text-block-25 {
    font-size: 1.5vh;
    bottom: 9px;
  }

  .slide-nav-2 {
    top: 281px;
  }

  .div-block-17 {
    border-radius: 11px;
    width: 50%;
    margin-left: 19px;
    display: block;
    position: static;
    left: 0;
    right: 0;
    box-shadow: 0 0 20px -6px #000000b0;
  }

  .submit-button {
    border-radius: 6px;
    height: auto;
  }

  .form {
    margin-top: 7px;
  }

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

  .section-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-38 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .section-6 {
    height: 200px;
    display: none;
  }

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

  .hero-image-mask-2 {
    width: auto;
  }

  .image-20 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-27 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
  }

  .section-9 {
    top: 35.1vw;
  }

  .heading-41 {
    font-size: 28px;
    line-height: 35px;
  }

  .text-block-28 {
    text-align: justify;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 25px;
    position: static;
  }

  .div-block-20 {
    display: block;
  }

  .image-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-43 {
    margin-top: 15px;
    font-size: 20px;
  }

  .heading-45 {
    margin-top: 60px;
  }

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

  .button-4 {
    float: right;
    flex-direction: row-reverse;
    justify-content: center;
    margin-left: auto;
    margin-right: 9px;
    padding-right: 10px;
    font-size: 1.3vw;
    display: none;
    right: auto;
  }

  .heading-46 {
    margin-top: auto;
    padding-left: 10px;
  }

  .heading-47 {
    text-align: center;
    margin-top: 20px;
  }

  .image-26 {
    padding-left: 0;
    display: none;
  }

  .image-27 {
    padding-left: 20px;
  }

  .div-block-23 {
    padding-left: 0;
  }

  .text-block-29 {
    background-color: #0000;
    border: 1px #000;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    font-size: 30px;
  }

  .icon-3 {
    display: none;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    font-size: 25px;
  }

  .nav-link-2 {
    padding-bottom: 7px;
    font-size: 30px;
  }

  .nav-link-2.w--current {
    border: 1px solid #000;
    display: none;
  }

  .nav-link-3 {
    color: var(--white);
    background-color: #b80b7b;
    border: 1px #000;
    border-style: none solid;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .nav-link-3:hover {
    color: var(--black);
  }

  .nav-link-4 {
    color: var(--white);
    background-color: #b80b7b;
    border: 1px dotted #000;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .nav-link-4:hover {
    color: var(--black);
  }

  .nav-link-5 {
    color: var(--white);
    background-color: #b80b7b;
    border: 1px dotted #000;
    font-size: 30px;
  }

  .nav-link-5:hover {
    color: var(--black);
  }

  .nav-link-6 {
    color: var(--white);
    background-color: #b80b7b;
    border: 1px dotted #000;
    font-size: 30px;
  }

  .nav-link-6:hover {
    color: var(--black);
  }

  .dropdown-list.w--open {
    bottom: -200px;
    left: 0;
  }

  .nav-link-7, .image-31 {
    display: none;
  }

  .grid-9 {
    display: block;
  }

  .image-33 {
    float: left;
    object-fit: fill;
    width: auto;
    height: 18vh;
    margin: auto;
    position: relative;
    top: 24px;
    left: 20px;
  }

  .div-block-24 {
    float: none;
  }

  .text-block-30 {
    padding-left: 223px;
    font-size: 16px;
    line-height: 22px;
  }

  .slider-3 {
    background-color: var(--white);
  }

  .image32 {
    float: left;
    width: auto;
    height: 18vh;
    display: block;
    position: relative;
    top: 0;
    bottom: auto;
  }

  .heading-48 {
    font-size: 28px;
    line-height: 35px;
  }

  .text-span-7 {
    position: relative;
    top: auto;
  }

  .footer {
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .text-block-31 {
    padding-left: 20px;
    line-height: 22px;
  }

  .button5 {
    object-position: 50% 50%;
    background-color: #b80b7b;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 12px;
    position: absolute;
    top: 13px;
    left: auto;
    right: 56px;
    box-shadow: 0 0 10px -5px #000;
  }

  .heading-50 {
    margin-top: 0;
    display: block;
  }

  .image-35 {
    float: right;
    display: none;
    position: relative;
    right: -190px;
  }

  .image32b {
    float: left;
    width: auto;
    height: 20vh;
    position: static;
  }

  .button7 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    line-height: 20px;
    position: absolute;
    inset: 38% 7% 0% auto;
  }

  .text-span-8 {
    text-align: center;
    padding-left: 0;
  }

  .container-14 {
    display: block;
  }

  .nav-link-8 {
    background-color: var(--gainsboro);
    color: var(--black);
    border: 1px dotted #000;
    border-radius: 0;
    font-size: 25px;
    line-height: 30px;
    top: auto;
    left: auto;
  }

  .image-11b {
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -5px;
  }

  .modal, .fond-modal {
    display: none;
  }

  .heading-59 {
    margin-top: 52px;
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph-15 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
    overflow: visible;
  }

  .preloader {
    display: none;
  }

  .video {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: relative;
    left: auto;
  }

  .background-video {
    text-align: left;
    width: auto;
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .text-span-9 {
    line-height: 100%;
  }

  .heading-60 {
    font-size: 2.5vw;
    left: -70px;
  }

  .section-13, .section-video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-62 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

  .cards-grid-container-3 {
    grid-column-gap: 20px;
  }

  .div-block-33 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 19px;
    position: relative;
  }

  .image-48 {
    padding-right: 12px;
  }

  .image-49 {
    display: none;
  }

  .esh-header {
    grid-template-columns: .25fr .5fr .25fr;
    place-content: stretch space-between;
    display: block;
  }

  .heading-71 {
    float: right;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -62px;
    left: -61px;
  }

  .div-block-36 {
    margin-top: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-7 {
    display: none;
  }

  .section-19 {
    display: block;
  }

  .text-block-38 {
    left: 6%;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 3.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .html-embed-3 {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-20 {
    justify-content: center;
    display: block;
  }

  .html-embed-6 {
    float: none;
  }

  .vinci {
    display: block;
  }

  .heading-72 {
    float: none;
    font-size: 14px;
    line-height: 16px;
    display: block;
    position: relative;
    top: auto;
  }

  .image-53 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .vinci-film {
    margin-top: 6px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .image-55 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 71px;
  }

  .button-9 {
    background-color: #b80b7b;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 235px;
    right: 235px;
  }

  .image-56 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-33-v2 {
    font-size: 100%;
    line-height: 26px;
  }

  .paragraph-9-v2 {
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .heading-33-copy {
    font-size: 100%;
    line-height: 26px;
  }

  .image-57 {
    display: none;
  }

  .heading-28-top {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 200%;
    font-weight: 500;
    display: none;
    top: 27%;
  }

  .heading-27-titre, .heading-27-titre-copy {
    color: #fcfcfc;
    margin-bottom: auto;
    font-size: 3vw;
    line-height: 1;
    left: auto;
  }

  .divtextparagraph {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    top: 19vw;
    left: 0%;
  }

  .temoignage {
    display: block;
  }

  .paragraph-23 {
    height: 100px;
    overflow: scroll;
  }

  .sec-temoignage {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .button-9-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 4px auto 12px;
  }

  .button-9-copy-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    bottom: 12px;
    left: 235px;
    right: 235px;
  }

  .button-smesure {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: 12px;
    left: auto;
    right: auto;
  }

  .button-richmedia {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: -33px auto 12px;
  }

  .hero-image-2 {
    clear: none;
    width: auto;
    height: auto;
    padding-left: 20px;
  }

  .heading-78 {
    text-align: center;
    margin-top: 20px;
    padding-top: 0;
  }

  .tab-interactive.w--current {
    margin-left: 40px;
    margin-right: 40px;
  }

  .tabs-menu {
    display: block;
  }

  .paragraph-24 {
    font-size: 16px;
    line-height: 22px;
  }

  .flex-container-3 {
    max-width: 90vw;
    padding-left: 0;
    display: flex;
  }

  .flex-container-5 {
    max-width: 700px;
    padding-left: 0;
    display: block;
  }

  .button-streaming {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 36px auto 12px;
  }

  .button-live {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 8px auto 12px;
  }

  .button-q-a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 4px auto 12px;
  }

  .button-multicam {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: -15px auto 12px;
  }

  .heading-80 {
    margin-top: 60px;
    font-size: 28px;
    line-height: 35px;
  }

  .flex-container-10 {
    max-width: 700px;
    margin-top: 20px;
    display: flex;
  }

  .div-block-40 {
    display: inline-block;
  }

  .image-58 {
    text-align: left;
    width: auto;
  }

  .rich-text-person {
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-6-form {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 120%;
    display: none;
    top: 8%;
  }

  .html-embed-7 {
    display: none;
  }

  .contact-form-grid-form {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-8 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-form {
    text-align: left;
    width: auto;
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    overflow: visible;
  }

  .html-embed-9 {
    height: 500px;
    display: block;
  }

  .heading-30-form {
    line-height: 40px;
    position: relative;
    top: auto;
  }

  .heading-28-form {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 200%;
    font-weight: 500;
    line-height: 5vw;
    display: block;
    top: 37%;
  }

  .html-embed-10 {
    float: none;
    clear: none;
    justify-content: center;
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: -18px;
  }

  .paragraph-studio {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-41 {
    float: none;
    justify-content: flex-start;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .html-embed-11 {
    display: none;
  }

  .bold-text-24 {
    font-size: 18px;
  }

  .formulaire-smartphone {
    display: block;
  }

  .heading-59-gestion {
    margin-top: 52px;
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph-gestion {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
    overflow: visible;
  }

  .div-block-gestion {
    display: inline-block;
  }

  .rich-text-gestion {
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slider-4 {
    margin-left: 0;
  }

  .dropdown-toggle {
    background-color: #b80b7b;
    border: 1px dotted #000;
    padding-bottom: 0;
  }

  .icon-4 {
    display: none;
  }

  .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
    font-size: 25px;
  }

  .service-annexe {
    padding: 0 10px;
  }

  .service-annexe.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .service-annexe.cc-store-home-wrap {
    float: none;
    text-align: left;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .dropdown-link-8, .dropdown-link-11 {
    font-size: 25px;
  }

  .container-15 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .heading-82 {
    line-height: 25px;
  }

  .container-16 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .image-67 {
    width: 150px;
    position: relative;
    top: -922.233px;
  }

  .image-69 {
    width: 120px;
    bottom: -92px;
  }

  .dropdown-link-24, .dropdown-link-25.w--current {
    font-size: 25px;
  }

  .text-block-42 {
    color: var(--white);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 30px;
  }

  .div-block-question {
    display: inline-block;
  }

  .rich-text-question {
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slider-4question {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .richmedia-3 {
    margin-left: auto;
    margin-right: 15px;
  }

  .richmedia-3.cc-cta {
    padding: 15px;
  }

  .richmedia-3.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .richmedia-3.cc-store-home-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 35px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    margin-left: -15px;
    padding-left: 15px;
    position: static;
  }

  .navigation-items {
    display: none;
  }

  .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 {
    text-align: center;
    padding: 30px 30px 30px 10px;
    display: block;
  }

  .contact-form-grid {
    justify-content: start;
    justify-items: stretch;
  }

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

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .slide1 {
    height: 35vw;
    min-height: 0;
  }

  .slider {
    height: 35vh;
  }

  .text-block-11 {
    margin-bottom: 29px;
    font-size: 18px;
  }

  .heading-12 {
    overflow: visible;
  }

  .cdn-gratuit {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    width: 70%;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    display: none;
  }

  .mask {
    height: auto;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
    display: none;
  }

  .div-block-13 {
    bottom: 63.5vh;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-28 {
    height: 60px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
  }

  .paragraph-6 {
    width: 90vw;
    height: 200px;
    line-height: 3vw;
    display: block;
    top: -16%;
  }

  .heading-30 {
    font-size: 32px;
    line-height: 35px;
  }

  .grid-8 {
    display: block;
  }

  .div-titre {
    margin-right: auto;
  }

  .heading-33 {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
  }

  .paragraph-9, .text-block-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11 {
    float: none;
    display: block;
    top: 5px;
  }

  .image-12 {
    float: none;
    top: -4px;
  }

  .image-13 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    top: 2px;
  }

  .section-5 {
    margin-left: auto;
    display: block;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .hero-image-mask-2 {
    order: -1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-29 {
    border-style: none;
    margin-top: 0;
    font-size: 5vw;
  }

  .nav-link-2 {
    padding-bottom: 7px;
    font-size: 5vw;
  }

  .nav-link-4, .nav-link-5, .nav-link-6 {
    font-size: 5vw;
  }

  .image-33 {
    float: none;
  }

  .text-block-30 {
    padding-left: 0;
  }

  .image32 {
    float: none;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .html-embed {
    display: none;
  }

  .image32b {
    float: none;
  }

  .cards-section-3 {
    padding: 40px 20px;
  }

  .container-14 {
    display: block;
  }

  .nav-link-8 {
    font-size: 5vw;
  }

  .image-11b {
    float: none;
    margin-left: auto;
    margin-right: auto;
    top: 3px;
  }

  .modal {
    width: 90%;
    display: none;
  }

  .fond-modal {
    display: none;
  }

  .paragraph-14 {
    font-size: 2.8vw;
    line-height: 150%;
    top: 27px;
  }

  .image-41 {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .preloader {
    display: none;
  }

  .background-video {
    object-fit: scale-down;
    width: auto;
    height: 50vw;
    margin-top: 1px;
    left: auto;
  }

  .heading-60 {
    font-size: 2vw;
    font-weight: 700;
    left: -72px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

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

  .div-block-31 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-section-4 {
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .section-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-67 {
    float: none;
    clear: none;
    font-size: 28px;
  }

  .paragraph-19 {
    line-height: 25px;
  }

  .div-block-33 {
    float: none;
  }

  .image-48 {
    float: none;
    clear: none;
    top: auto;
  }

  .image-49 {
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    top: 119px;
    left: -236px;
    right: 0;
  }

  .main-content {
    padding: 40px 20px;
  }

  .div-block-34 {
    display: flex;
  }

  .image-50 {
    float: left;
    margin-left: auto;
    margin-right: auto;
  }

  .esh-header {
    grid-column-gap: 0px;
    place-content: stretch center;
    place-items: start;
    display: block;
  }

  .heading-71 {
    float: right;
    margin: 20px auto auto;
    padding-right: 21px;
    font-size: 2vw;
    line-height: 2vw;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .video-3 {
    margin-top: 54px;
  }

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

  .button-7, .text-block-38 {
    display: none;
  }

  .bold-text-9 {
    clear: none;
    font-size: 1em;
    position: relative;
    left: 0;
  }

  .image-53 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .vinci-film {
    padding-left: 0;
    padding-right: 0;
  }

  .image-55 {
    top: 5px;
  }

  .button-9 {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: block;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .heading-33-v2 {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
  }

  .paragraph-9-v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-33-copy {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
  }

  .heading-28-top {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
  }

  .divtextparagraph {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    top: 25.4vw;
    left: 0;
    right: 0;
  }

  .button-9-copy {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: block;
    position: relative;
    inset: 9px auto 0;
  }

  .button-9-copy-copy, .button-smesure, .button-richmedia {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: block;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .hero-3 {
    padding: 40px 20px;
  }

  .flex-container-4 {
    flex-direction: column;
  }

  .hero-image-2 {
    float: none;
    width: auto;
    height: auto;
  }

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

  .tab-interactive {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-interactive.w--current {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    text-align: center;
    display: block;
  }

  .paragraph-24 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-39 {
    padding-left: 0;
  }

  .flex-container-3 {
    flex-direction: column;
    display: block;
  }

  .slider-personalisation {
    margin-left: 10px;
    margin-right: 10px;
  }

  .flex-container-5 {
    flex-direction: column;
    display: block;
  }

  .button-streaming, .button-live, .button-q-a, .button-multicam {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: block;
    position: relative;
    inset: 9px auto 0;
  }

  .flex-container-10 {
    flex-direction: column;
  }

  .rich-text-person {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6-form {
    display: none;
  }

  .button-6-form {
    text-align: center;
  }

  .contact-form-grid-form {
    justify-content: start;
    justify-items: stretch;
  }

  .html-embed-8 {
    width: 450px;
    display: block;
  }

  .background-video-form {
    object-fit: scale-down;
    width: auto;
    height: 50vw;
    left: auto;
  }

  .heading-30-form {
    font-size: 32px;
    line-height: 35px;
  }

  .heading-28-form {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
  }

  .div-block-41 {
    width: 90vw;
  }

  .rich-text-gestion {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .service-annexe {
    margin-left: auto;
    margin-right: 15px;
  }

  .service-annexe.cc-cta {
    padding: 15px;
  }

  .service-annexe.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .service-annexe.cc-store-home-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-stack, .hero-heading-center, .team-circles {
    padding: 60px 15px;
  }

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

  .team-slider {
    padding: 60px 15px;
  }

  .team-member-image-two {
    height: 150px;
  }

  .text-block-42 {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 5vw;
  }

  .rich-text-question {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h3 {
    text-align: center;
    font-size: 25px;
  }

  h4 {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
  }

  p {
    text-align: center;
  }

  .richmedia-3 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .richmedia-3.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .richmedia-3.cc-store-home-wrap {
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .button.cc-contact-us {
    margin-top: 6px;
    margin-right: 10px;
    padding: 5px 11px 5px 5px;
    display: block;
    position: static;
    inset: 0% -1% auto auto;
  }

  .label {
    text-align: left;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-jumbo {
    font-size: 20px;
    line-height: 30px;
  }

  .logo-link.w--current {
    position: static;
  }

  .menu-icon {
    margin-bottom: 0;
    margin-right: 16px;
    padding-bottom: 0;
    position: static;
    inset: 0% 0% auto auto;
  }

  .menu {
    margin-left: 0;
    margin-right: auto;
    position: static;
    inset: 0% 0% auto auto;
  }

  .navigation-wrap {
    margin-top: -15px;
  }

  .navigation {
    background-color: #0000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item {
    align-items: flex-start;
    display: block;
    position: relative;
    left: auto;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    margin-bottom: 3px;
    margin-left: 0;
    padding-bottom: 2px;
  }

  .navigation-items {
    background-color: #992c2c;
    align-items: flex-start;
    display: flex;
  }

  .footer-wrap {
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    background-color: #ffffffe6;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .contact-form-grid {
    grid-row-gap: 17px;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 10px;
  }

  .contact-heading {
    background-color: var(--slate-blue);
    color: var(--white);
    font-size: 14px;
    line-height: 28px;
    display: none;
  }

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

  ._404-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cards-section {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 0;
    position: static;
  }

  .centered-container {
    text-align: left;
    position: relative;
  }

  .cards-grid-container {
    grid-column-gap: 11px;
    grid-row-gap: 10px;
    grid-template-columns: minmax(143px, 1fr);
    grid-auto-columns: minmax(143px, 1fr);
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-2 {
    font-size: 10px;
  }

  .div-block {
    position: static;
  }

  .text-block {
    float: none;
    font-size: 12px;
    line-height: 16px;
    position: static;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .slide1 {
    width: 100%;
    height: 35vh;
    min-height: auto;
    max-height: none;
  }

  .slider {
    width: auto;
    height: auto;
  }

  .slide2 {
    min-height: 35vh;
  }

  .text-block-11 {
    padding-bottom: 18px;
    font-size: 10px;
  }

  .text-block-4 {
    padding-bottom: 15px;
    font-size: 10px;
  }

  .text-block-12 {
    font-size: 8px;
  }

  .heading-12 {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-15 {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .blue {
    color: var(--white);
    text-align: center;
    background-color: #626263;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .cdn-gratuit {
    padding: 0;
  }

  .flex-container {
    margin-top: 20px;
    padding: 5px;
    display: block;
  }

  .hero-image {
    width: 70%;
  }

  .heading-15 {
    text-align: center;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-4 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-5 {
    text-align: left;
    font-size: 10px;
  }

  .slide3, .slide4 {
    min-height: 35vh;
  }

  .feature-section {
    padding: 20px 10px;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-16 {
    text-align: center;
    line-height: 28px;
  }

  .heading-17 {
    font-size: 20px;
    line-height: 28px;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .image-3 {
    margin-left: auto;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .container-2 {
    clear: none;
    background-color: var(--gainsboro);
    flex: 0 auto;
    margin-top: 0;
    position: static;
    inset: 48% 0% -10px;
    overflow: visible;
  }

  .button-3 {
    float: none;
    text-align: center;
    width: 48%;
    height: 20px;
    margin-left: 5px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 18px;
    position: static;
  }

  .container-3 {
    margin-top: -13px;
    padding-top: 0;
    padding-bottom: 21px;
  }

  .section-2 {
    display: block;
  }

  .mask {
    height: auto;
  }

  .slide-nav {
    margin-top: auto;
    padding-top: 0;
    position: absolute;
    inset: auto 0% -153%;
  }

  .centered-container-2 {
    text-align: left;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .heading-21 {
    font-size: 12px;
    line-height: 14px;
  }

  .container-5 {
    clear: none;
    display: block;
  }

  .heading-24 {
    font-size: 14px;
    line-height: 16px;
    display: none;
  }

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

  .text-block-21 {
    font-size: 12px;
    line-height: 14px;
  }

  .heading-26 {
    font-size: 14px;
  }

  .div-block-13 {
    border-width: 2px;
    border-radius: 2px;
    margin-top: 9.5vw;
    margin-bottom: 0;
    display: none;
    position: absolute;
    top: 9%;
    bottom: 0%;
  }

  .div-block-14 {
    display: none;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border: 1px dotted #000;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.w--open {
    border-top-style: none;
    border-right-style: none;
  }

  .image-8 {
    margin-left: -1px;
    top: 15px;
  }

  .heading-28 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 16vw;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 5vw;
    font-weight: 600;
    line-height: 6vw;
    display: block;
    top: 19vw;
  }

  .paragraph-6 {
    flex: 1;
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
    line-height: 4.1vw;
    display: block;
  }

  .heading-30 {
    padding: 10px;
    font-size: 5vw;
    font-weight: 800;
    line-height: 5vw;
  }

  .image-9 {
    display: none;
  }

  .grid-7 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .div-vignette {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  .text-block-22 {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-32 {
    font-size: 20px;
  }

  .grid-8 {
    clear: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    margin-top: 32px;
    display: block;
  }

  .div-titre {
    flex-direction: column-reverse;
    margin-right: auto;
    display: block;
  }

  .heading-33 {
    font-size: 20px;
    font-weight: 800;
  }

  .paragraph-9 {
    color: #1a1b1f;
    margin-top: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-24 {
    margin-bottom: auto;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .image-11 {
    float: none;
    top: auto;
  }

  .image-12 {
    float: none;
    padding-bottom: 0;
    top: -16px;
  }

  .image-13 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }

  .heading-34 {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .slider-2 {
    display: block;
  }

  .heading-35 {
    font-size: 1vh;
    line-height: 1em;
    display: none;
  }

  .text-block-25 {
    font-size: 1.5vh;
    left: 5%;
    right: 5%;
  }

  .image-14 {
    margin-top: 0;
    display: block;
  }

  .div-block-17 {
    width: 100%;
    margin-left: auto;
  }

  .heading-36 {
    font-size: 20px;
    line-height: 28px;
    display: none;
  }

  .section-5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-38 {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .section-6 {
    height: 100px;
    margin-bottom: auto;
    display: none;
  }

  .paragraph-10 {
    text-align: justify;
    margin-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .richmedia {
    padding-top: 0;
  }

  .heading-39 {
    margin-bottom: 0;
    padding-top: 60px;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-image-mask-2 {
    width: auto;
    display: block;
  }

  .image-20 {
    height: auto;
  }

  .text-block-26 {
    text-align: justify;
    margin-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-27 {
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-41 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-28 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
  }

  .heading-43 {
    text-align: center;
    line-height: 25px;
  }

  .heading-45 {
    margin-top: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .button-4 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    inset: 0% 0% auto;
  }

  .heading-46 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
  }

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

  .heading-47 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-27 {
    padding-right: 0;
  }

  .text-block-29 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 5vw;
  }

  .icon-3 {
    width: auto;
    height: auto;
    display: none;
    position: absolute;
    top: -19px;
    left: 266px;
  }

  .dropdown-link {
    direction: ltr;
    white-space: pre-line;
    font-size: 5vw;
    left: auto;
  }

  .dropdown-link-2 {
    font-size: 5vw;
    left: auto;
  }

  .dropdown-link-2.w--current {
    font-size: 16px;
  }

  .dropdown-link-3 {
    font-size: 5vw;
    left: auto;
  }

  .nav-link-2 {
    padding-bottom: 7px;
    font-size: 5vw;
  }

  .nav-link-3 {
    border-style: none;
    font-size: 20px;
  }

  .nav-link-4 {
    border-style: dotted;
    padding-bottom: 15px;
    font-size: 5vw;
  }

  .nav-link-5, .nav-link-6 {
    font-size: 5vw;
  }

  .dropdown-list.w--open {
    top: 51.5833px;
  }

  .image-28 {
    position: relative;
    top: -38px;
  }

  .grid-9 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-33 {
    float: none;
    width: 20%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    top: auto;
    left: auto;
  }

  .div-block-24 {
    width: 100%;
    padding-left: 0;
  }

  .divcam {
    padding: 10px;
    display: block;
  }

  .text-block-30 {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .slider-3 {
    background-color: var(--white);
  }

  .image32 {
    width: 50%;
    height: auto;
  }

  .heading-48 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .footer {
    text-align: left;
    padding: 0 10px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block-31 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .heading-50 {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }

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

  .heading-52 {
    text-align: center;
    line-height: 28px;
  }

  .italic-text {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-25 {
    background-color: #ffffffe6;
    margin-left: 10px;
    margin-right: 10px;
  }

  .field-label-2, .field-label-3, .field-label-4 {
    font-weight: 500;
  }

  .html-embed {
    display: none;
  }

  .detail-wrap-2 {
    float: none;
    clear: left;
  }

  .image-35 {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    top: 27px;
    left: 131px;
    right: auto;
  }

  .bold-text-3 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .heading-53 {
    text-align: center;
    line-height: 28px;
  }

  .heading-54 {
    text-align: center;
    line-height: 22px;
  }

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

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

  .bold-text-5 {
    font-size: 18px;
  }

  .bold-text-6 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-7 {
    font-size: 18px;
  }

  .image32b {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-56 {
    border: 1px #000;
  }

  .paragraph-12, .paragraph-13 {
    text-align: justify;
  }

  .text-span-8 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    left: auto;
  }

  .text-block-32 {
    text-align: center;
    font-size: 14px;
  }

  .container-14 {
    display: block;
  }

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

  .nav-link-8 {
    font-size: 5vw;
  }

  .image-11b {
    float: none;
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }

  .section-intro {
    display: none;
  }

  .image-36 {
    padding-top: 7px;
  }

  .modal {
    width: 90%;
    display: none;
  }

  .heading-58 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 100%;
    line-height: 20px;
    top: -51px;
  }

  .fond-modal {
    display: none;
  }

  .paragraph-14 {
    font-size: 3.4vw;
    line-height: 150%;
    top: -49px;
  }

  .image-41 {
    width: 150px;
    height: 70px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: -27px;
  }

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

  .heading-59 {
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-15 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .preloader {
    display: none;
  }

  .video {
    background-image: url('../images/paris.jpg');
    background-size: cover;
    display: block;
  }

  .background-video {
    object-fit: fill;
    width: 100vw;
    height: 60vw;
    display: block;
    overflow: hidden;
  }

  .image-44 {
    float: none;
    margin-top: -4px;
    margin-left: 6px;
    margin-right: auto;
  }

  .heading-60 {
    font-size: 4vw;
    font-weight: 700;
    display: block;
    top: -32px;
    left: auto;
  }

  .button-5 {
    height: 30px;
    top: -122px;
    right: 8px;
  }

  .section-13 {
    margin-top: 83px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-2 {
    display: block;
    top: 15px;
  }

  .div-block-30 {
    padding-top: 7px;
    padding-left: 0;
    top: 5px;
  }

  .image-46 {
    width: 100%;
  }

  .image-47 {
    width: 100%;
    margin-bottom: -5px;
    padding: 7px 0 0;
  }

  .section-video {
    position: relative;
    top: 65px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    display: none;
  }

  .heading-62 {
    margin-top: 10px;
    line-height: 30px;
  }

  .button-6 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
    line-height: 30px;
  }

  .div-block-31 {
    box-shadow: none;
    border: 5px solid #c033a4;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-grid-container-3 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-32 {
    display: block;
  }

  .section-15 {
    display: none;
  }

  .heading-67 {
    text-align: center;
    display: block;
  }

  .paragraph-19 {
    text-align: center;
  }

  .div-block-33 {
    padding-left: 0;
  }

  .image-48 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-34 {
    display: block;
  }

  .image-50 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .nav-link-9 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .esh-header {
    place-content: stretch space-around;
    display: block;
  }

  .heading-71 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 3vw;
    display: block;
    top: -7px;
  }

  .video-3 {
    margin-top: -24px;
    top: 9px;
  }

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

  .section-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-38 {
    display: none;
  }

  .bold-text-9 {
    line-height: 20px;
  }

  .html-embed-3 {
    display: flex;
  }

  .heading-72 {
    font-size: 12px;
    display: block;
    top: -15px;
  }

  .vinci-film {
    padding-left: 0;
    padding-right: 0;
  }

  .image-55 {
    display: block;
  }

  .paragraph-21 {
    padding-right: 4px;
    font-size: 10px;
    line-height: 12px;
  }

  .button-9 {
    border-radius: 0;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .heading-73 {
    font-size: 20px;
  }

  .image-56 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-33-v2 {
    font-size: 20px;
    font-weight: 800;
    top: -19px;
  }

  .paragraph-9-v2 {
    color: #1a1b1f;
    margin-top: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .heading-33-copy {
    font-size: 20px;
    font-weight: 700;
  }

  .heading-28-top {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    top: auto;
  }

  .bold-text-10 {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5vw;
    top: -3px;
    left: 2px;
  }

  .bold-text-10-copy {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5vw;
    top: -3px;
    left: -1px;
  }

  .divtextparagraph {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 77px;
  }

  .paragraph-23 {
    height: 150px;
    font-size: 14px;
    line-height: 16px;
  }

  .sec-temoignage {
    display: none;
  }

  .heading-76 {
    font-size: 20px;
  }

  .button-9-copy {
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
    position: relative;
    inset: 13px 0% 0%;
  }

  .button-9-copy-copy {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .button-smesure {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
    position: relative;
    inset: -27px 0% 0%;
  }

  .button-richmedia {
    border-radius: 9px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
    position: relative;
    inset: -11px 0% 0%;
  }

  .hero-image-2 {
    object-fit: cover;
    width: 100vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    top: 35px;
    left: auto;
  }

  .heading-78 {
    font-size: 25px;
    line-height: 35px;
  }

  .tab-interactive, .tab-interactive.w--current {
    border-radius: 0;
  }

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

  .paragraph-24 {
    width: auto;
  }

  .flex-container-3, .flex-container-5 {
    box-shadow: none;
  }

  .button-streaming {
    border-radius: 9px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
    position: relative;
    inset: 13px 0% 0%;
  }

  .button-live, .button-q-a, .button-multicam {
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
    position: relative;
    inset: 13px 0% 0%;
  }

  .heading-80 {
    font-size: 25px;
    line-height: 30px;
  }

  .flex-container-10 {
    max-width: 90vw;
    margin-top: 20px;
    padding: 5px;
    display: block;
  }

  .text-span-10 {
    position: relative;
    top: 11px;
  }

  .bold-text-11 {
    color: #fff;
    text-shadow: none;
  }

  .rich-text-person {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-12 {
    display: none;
    top: auto;
  }

  .heading-81 {
    font-size: 3vw;
    line-height: 18px;
  }

  .bold-text-16, .bold-text-17 {
    font-size: 5vw;
  }

  .bold-text-18 {
    font-weight: 400;
  }

  .bold-text-19 {
    font-weight: 400;
    line-height: 4.5vw;
  }

  .image-9-form {
    display: none;
  }

  .paragraph-6-form {
    flex: 1;
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
    line-height: 4.1vw;
    display: none;
  }

  .divtextparagraph-form {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 77px;
  }

  .html-embed-7 {
    display: none;
  }

  .bold-text-11-form {
    color: #fff;
    text-shadow: none;
  }

  .button-6-form {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
    line-height: 30px;
  }

  .div-block-31-form {
    box-shadow: none;
    border: 5px solid #c033a4;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }

  .contact-form-grid-form {
    grid-row-gap: 17px;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 10px;
  }

  .heading-56-form {
    border: 1px #000;
  }

  .html-embed-8 {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bold-text-16-form {
    font-size: 5vw;
  }

  .background-video-form {
    object-fit: fill;
    width: auto;
    height: 60vw;
    margin-top: 0;
    display: block;
    top: auto;
    overflow: auto;
  }

  .html-embed-9 {
    height: 550px;
    display: block;
    position: relative;
    top: -1px;
  }

  .body-6 {
    margin-bottom: 0;
  }

  .heading-30-form {
    padding: 10px;
    font-size: 5vw;
    font-weight: 800;
    line-height: 5.5vw;
  }

  .heading-28-form {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 5vw;
    font-weight: 600;
    line-height: 6vw;
    display: block;
    top: 19vw;
  }

  .html-embed-10 {
    float: none;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
  }

  .paragraph-studio {
    float: left;
    text-align: left;
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-22 {
    text-align: left;
  }

  .bold-text-23 {
    direction: ltr;
    white-space: normal;
    width: auto;
  }

  .div-block-41 {
    float: none;
    clear: none;
    object-fit: fill;
    justify-content: space-around;
    width: 85vw;
    height: 50vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    top: -20px;
  }

  .text-titre {
    color: #fff;
    text-shadow: none;
  }

  .html-embed-12 {
    display: block;
  }

  .div-block-42 {
    display: none;
  }

  .text-block-41 {
    position: absolute;
    inset: 8% 0% auto;
  }

  .heading-59-gestion {
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-gestion {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .rich-text-gestion {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .icon-4 {
    display: none;
  }

  .dropdown-link-4 {
    white-space: normal;
    object-fit: fill;
    font-size: 4.8vw;
    overflow: visible;
  }

  .dropdown-link-5, .dropdown-link-6 {
    font-size: 5vw;
  }

  .service-annexe {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .service-annexe.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .service-annexe.cc-store-home-wrap {
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-link-8 {
    font-size: 5vw;
  }

  .dropdown-link-11 {
    padding-left: 48px;
    font-size: 5vw;
  }

  .container-15 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .heading-82 {
    line-height: 25px;
  }

  .container-16 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    height: auto;
  }

  .image-67, .image-69 {
    display: none;
  }

  .dropdown-link-24, .dropdown-link-25.w--current, .text-block-42 {
    font-size: 5vw;
  }

  .rich-text-question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-43 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
  }
}

#w-node-_74ef03c8-2a47-49f7-4ef2-57d6eb159bea-8bc01dc7 {
  grid-area: Area-2;
}

#w-node-_58a085e0-1267-afcb-3f2b-6f59bbbacdab-8bc01dc7 {
  grid-area: Area;
}

#w-node-e7faf999-5a83-3ace-28da-3b8951178732-8bc01dc7 {
  grid-area: Area-2;
}

#w-node-e7faf999-5a83-3ace-28da-3b895117875f-8bc01dc7 {
  grid-area: Area;
}

#w-node-_360a5bd1-9c39-708d-ba8c-3af03c201af8-8bc01dc7 {
  grid-area: Area;
  place-self: auto;
}

#w-node-_360a5bd1-9c39-708d-ba8c-3af03c201af9-8bc01dc7 {
  grid-area: Area-2;
}

#w-node-_32836afc-ccf6-0939-288e-be86b44fc398-8bc01dc7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2a107ee0-5aff-acc4-1f5a-5abafc2bf6a3-8bc01dc7 {
  justify-self: center;
}

#w-node-d97e74b2-550b-2fed-e4eb-058b119b2eec-4cc01dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97613e47-0263-fc8d-9cd3-001979f7708b-4cc01dd4 {
  place-self: auto;
}

#w-node-_919e1bb2-71e0-f43e-e1de-85951a8138a8-4cc01dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35918e82-375d-a35f-742a-7a34a2aa4f6d-a2aa4f6b {
  align-self: center;
}

#w-node-_76dd53a7-f79a-c9ff-8fcd-86af8ba34dc3-098bf726 {
  grid-area: Area;
  place-self: auto;
}

#w-node-_74ef03c8-2a47-49f7-4ef2-57d6eb159bea-098bf726 {
  grid-area: Area-2;
}

#w-node-_32836afc-ccf6-0939-288e-be86b44fc398-098bf726 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2a107ee0-5aff-acc4-1f5a-5abafc2bf6a3-098bf726 {
  justify-self: center;
}

#w-node-f463723a-f636-1665-b741-ac087d32a370-e18e0b58, #w-node-f463723a-f636-1665-b741-ac087d32a37b-e18e0b58, #w-node-f463723a-f636-1665-b741-ac087d32a385-e18e0b58, #w-node-f463723a-f636-1665-b741-ac087d32a38f-e18e0b58, #w-node-f463723a-f636-1665-b741-ac087d32a399-e18e0b58, #w-node-f463723a-f636-1665-b741-ac087d32a3a3-e18e0b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f463723a-f636-1665-b741-ac087d32a37b-e18e0b58, #w-node-f463723a-f636-1665-b741-ac087d32a385-e18e0b58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_32836afc-ccf6-0939-288e-be86b44fc398-8bc01dc7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2a107ee0-5aff-acc4-1f5a-5abafc2bf6a3-8bc01dc7 {
    justify-self: stretch;
  }

  #w-node-_32836afc-ccf6-0939-288e-be86b44fc398-098bf726 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2a107ee0-5aff-acc4-1f5a-5abafc2bf6a3-098bf726 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_32836afc-ccf6-0939-288e-be86b44fc398-8bc01dc7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3e56d2da-dddc-fd26-c58d-d927b916242c-8bc01dc7, #w-node-_3e56d2da-dddc-fd26-c58d-d927b916242e-8bc01dc7, #w-node-_3e56d2da-dddc-fd26-c58d-d927b9162433-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e56d2da-dddc-fd26-c58d-d927b9162435-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-bed52ff1-2fe6-b5ea-098d-6a3063e657cd-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bed52ff1-2fe6-b5ea-098d-6a3063e657cf-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-bc1c80c8-2e58-d1dc-0cb1-117454e632fc-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc1c80c8-2e58-d1dc-0cb1-117454e632fe-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-d3ea88d1-85bb-28e8-2c62-34f1405d6da7-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3ea88d1-85bb-28e8-2c62-34f1405d6da9-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-c033f17f-6e57-c8d8-045a-adb0d9b90d09-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c033f17f-6e57-c8d8-045a-adb0d9b90d0b-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_44e99520-f5c3-4993-f766-8b910661ebed-8bc01dc7, #w-node-_44e99520-f5c3-4993-f766-8b910661ebef-8bc01dc7, #w-node-c4c24e46-0fb1-2d95-d571-cf8533e3122f-8bc01dc7, #w-node-c4c24e46-0fb1-2d95-d571-cf8533e31231-8bc01dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32836afc-ccf6-0939-288e-be86b44fc398-098bf726 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3e56d2da-dddc-fd26-c58d-d927b916242c-098bf726, #w-node-_3e56d2da-dddc-fd26-c58d-d927b916242e-098bf726, #w-node-_3e56d2da-dddc-fd26-c58d-d927b9162433-098bf726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e56d2da-dddc-fd26-c58d-d927b9162435-098bf726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-bed52ff1-2fe6-b5ea-098d-6a3063e657cd-098bf726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bed52ff1-2fe6-b5ea-098d-6a3063e657cf-098bf726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-bc1c80c8-2e58-d1dc-0cb1-117454e632fc-098bf726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc1c80c8-2e58-d1dc-0cb1-117454e632fe-098bf726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-d3ea88d1-85bb-28e8-2c62-34f1405d6da7-098bf726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3ea88d1-85bb-28e8-2c62-34f1405d6da9-098bf726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-c033f17f-6e57-c8d8-045a-adb0d9b90d09-098bf726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c033f17f-6e57-c8d8-045a-adb0d9b90d0b-098bf726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_32836afc-ccf6-0939-288e-be86b44fc398-8bc01dc7 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-_3e56d2da-dddc-fd26-c58d-d927b9162422-8bc01dc7, #w-node-_8bd2c7ee-72e6-34b0-7f71-aa273dc33294-8bc01dc7, #w-node-_3e56d2da-dddc-fd26-c58d-d927b9162429-8bc01dc7, #w-node-_3e56d2da-dddc-fd26-c58d-d927b9162430-8bc01dc7, #w-node-bed52ff1-2fe6-b5ea-098d-6a3063e657ca-8bc01dc7, #w-node-bc1c80c8-2e58-d1dc-0cb1-117454e632f9-8bc01dc7, #w-node-d3ea88d1-85bb-28e8-2c62-34f1405d6da4-8bc01dc7, #w-node-c033f17f-6e57-c8d8-045a-adb0d9b90d06-8bc01dc7, #w-node-_44e99520-f5c3-4993-f766-8b910661ebea-8bc01dc7, #w-node-c4c24e46-0fb1-2d95-d571-cf8533e3122c-8bc01dc7 {
    grid-column: span 1 / span 1;
  }

  #w-node-d97e74b2-550b-2fed-e4eb-058b119b2eec-4cc01dd4, #w-node-_97613e47-0263-fc8d-9cd3-001979f7708b-4cc01dd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b02dee97-b294-16e6-0158-6c700ae6cd74-70c01dd8 {
    align-self: auto;
  }

  #w-node-_32836afc-ccf6-0939-288e-be86b44fc398-098bf726 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-_3e56d2da-dddc-fd26-c58d-d927b9162422-098bf726, #w-node-_8bd2c7ee-72e6-34b0-7f71-aa273dc33294-098bf726, #w-node-_3e56d2da-dddc-fd26-c58d-d927b9162429-098bf726, #w-node-_3e56d2da-dddc-fd26-c58d-d927b9162430-098bf726, #w-node-bed52ff1-2fe6-b5ea-098d-6a3063e657ca-098bf726, #w-node-bc1c80c8-2e58-d1dc-0cb1-117454e632f9-098bf726, #w-node-d3ea88d1-85bb-28e8-2c62-34f1405d6da4-098bf726, #w-node-c033f17f-6e57-c8d8-045a-adb0d9b90d06-098bf726 {
    grid-column: span 1 / span 1;
  }
}


