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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  position: relative;
  display: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

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;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 0px;
}

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

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

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

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

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

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

.section-projet-contexte {
  margin-right: 0%;
  margin-bottom: 100px;
  margin-left: 0%;
  padding-right: 15%;
  padding-left: 15%;
}

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

.section-projet-contexte.cc-home-wrap {
  margin-right: 5%;
  margin-left: 5%;
}

.section-projet-contexte.section-projet-vert.section-projet-reflexion {
  box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.64);
}

.section-projet-contexte.section-fin-archive {
  margin-top: 0px;
  margin-bottom: 60px;
}

.section-projet-contexte.section-challenge {
  margin-bottom: 80px;
}

.section-projet-contexte.section-fin-jeu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-projet-contexte.section-mia {
  margin-bottom: 71px;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

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

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

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

.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 {
  background-color: #fff;
  color: #000;
}

.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 {
  position: relative;
  z-index: 5;
}

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

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

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

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

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

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

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

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

.paragraph-light {
  opacity: 0.6;
}

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

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

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

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

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

.logo-link {
  z-index: 1;
}

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

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

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

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

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

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

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

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

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

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

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

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

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

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._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 {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

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

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

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

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

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

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

.div-block {
  background-image: url('../images/1FD53BB4-F938-41C0-8E30-3433F96B3971.jpeg');
  background-position: 0px 0px;
  background-size: auto;
}

.image {
  position: absolute;
}

.body {
  display: block;
  overflow: visible;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fbf1e5;
}

.image-2 {
  position: absolute;
  display: inline;
  overflow: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-3 {
  position: absolute;
}

.section-header {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 76px;
}

.section-header.ogh {
  display: block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-header.header-projets {
  margin-bottom: 40px;
}

.section-header.header-projet {
  margin-bottom: 40px;
}

.section-header.header-404 {
  margin-bottom: 12px;
}

.section-header.header-profil {
  margin-bottom: 40px;
}

.section-header.header-accueil {
  margin-bottom: 56px;
}

.section-header.header-contact {
  margin-bottom: 19px;
}

.page-titre {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 16px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Poppins, sans-serif;
  color: #14132f;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  text-shadow: 0 0 3px #fff5e9;
  cursor: default;
}

.page-titre.accueil-pagetitre {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-shadow: none;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.fr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.langues {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.langues.fr {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fr.langues {
  position: static;
  width: 45px;
  height: 22px;
  min-width: 45px;
  margin-right: 24px;
  padding: 1px 0px 0px 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff5e9;
  border-radius: 4px;
  background-color: #14132f;
  opacity: 1;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-size: 0.85em;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.25em;
  cursor: default;
}

.fr.langues:hover {
  border-color: #fff5e9;
  background-color: #1f1d38;
  color: #fff5e9;
}

.fr.langues.fr-en {
  border-color: #14132f;
  background-color: #fbf1e5;
  color: #14132f;
  font-weight: 700;
  cursor: pointer;
}

.fr.langues.fr-en:hover {
  background-color: #14132f;
  color: #fbf1e5;
}

.en {
  position: absolute;
}

.en.langues {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 22px;
  min-width: 45px;
  padding: 1px 0px 0px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #14132f;
  border-radius: 4px;
  background-color: #fff5e9;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-family: Poppins, sans-serif;
  color: #14132f;
  font-size: 0.85em;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.25em;
  cursor: pointer;
}

.en.langues:hover {
  border-color: #fff5e9;
  background-color: #14132f;
  color: #fff5e9;
}

.en.langues.ver-en {
  border-color: #fbf1e5;
  background-color: #14132f;
  color: #fbf1e5;
  cursor: auto;
}

.en.langues.ver-en:hover {
  color: #fbf1e5;
}

.img-coline {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: hidden;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.column-header-1 {
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-header-1.column-page {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.header-homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-homepage.header-404 {
  margin-top: 25px;
}

.column-header-3 {
  z-index: 6;
  margin-top: -20px;
  padding-top: 0px;
  padding-right: 33px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.heading {
  margin-top: -35px;
  font-family: 'East Sea Dokdo', sans-serif;
  color: #f8a555;
  font-size: 2em;
  text-align: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  width: 90px;
  max-width: 1360px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-template-areas: ". Area";
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.section-3 {
  padding: 10px;
}

.grid-2 {
  grid-column-gap: 163px;
  grid-template-areas: ". Area Area-2";
  -ms-grid-columns: 1fr 163px 2.75fr 163px 1fr;
  grid-template-columns: 1fr 2.75fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.button-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sous-titre {
  margin-top: -18px;
  margin-bottom: 0px;
  font-family: Mansalva, sans-serif;
  color: #f8a555;
  font-size: 1.15em;
  letter-spacing: 0.08em;
  text-transform: none;
  text-shadow: none;
  cursor: default;
}

.sous-titre.soustitre-projet {
  margin-top: -30px;
  color: #10ac9d;
}

.sous-titre.sous-titre-profil {
  color: #4b4fd1;
}

.sous-titre.soust-titre-vert {
  color: #10ac9d;
}

.sous-titre.sous-titre-bleu {
  margin-top: -14px;
  margin-left: -9px;
  color: #5359c5;
}

.sous-titre.sous-titre-rouge {
  color: #ec6448;
}

.column-header-2 {
  z-index: 6;
}

.menu-home {
  display: -ms-grid;
  display: grid;
  margin-top: 135px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.section-homepage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.porte {
  position: static;
  left: -2%;
  top: -49px;
  right: auto;
  bottom: 0%;
}

.porte-div {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 176px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0%;
  margin-bottom: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  margin-top: 0px;
}

.menu-navbar {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 4%;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 320px;
  height: 60px;
  margin: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 8px;
  background-color: hsla(0, 0%, 86.7%, 0);
  box-shadow: 1px 1px 20px 0 #f8a555;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.menu-navbar.menu-navbar-projets {
  width: 320px;
  box-shadow: 1px 1px 20px 0 #10ac9d;
}

.menu-navbar.menu-navbar-profil {
  box-shadow: 1px 1px 20px 0 #4b4fd1;
}

.menu-navbar.nav-bar-contact {
  box-shadow: 1px 1px 20px 0 #ec6448;
}

.nav-link.profil {
  position: relative;
  padding: 20px;
}

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.nav-menu {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 60px;
  min-height: 60px;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #14132f;
  border-radius: 8px;
  background-color: #14132f;
}

.nav-link-3 {
  position: static;
  margin-top: 9px;
  margin-left: 6.140625px;
  padding: 0px;
  color: #fff;
}

.nav-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.container-menu {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: rgba(250, 116, 116, 0);
}

.menu-page {
  display: block;
  min-width: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-page.accueil {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px solid #f8a555;
  border-radius: 6px 0px 0px 6px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.menu-page.accueil:hover {
  background-color: rgba(248, 165, 85, 0.97);
}

.menu-page.accueil.w--current {
  padding-top: 10px;
  background-color: rgba(248, 165, 85, 0.97);
}

.menu-page.accueil.w--current:hover {
  background-color: rgba(248, 165, 85, 0.82);
}

.menu-page.accueil.current-home {
  background-color: #f8a555;
}

.menu-page.accueil.current-home:hover {
  background-color: rgba(248, 165, 85, 0.9);
}

.menu-page.accueil.accueil-current {
  background-color: #f8a555;
}

.menu-page.accueil.accueil-current:hover {
  background-color: rgba(248, 165, 85, 0.95);
}

.menu-page.projet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(16, 172, 157, 0);
  background-color: rgba(16, 172, 157, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.menu-page.projet:hover {
  border-width: 0px;
  background-color: rgba(16, 172, 157, 0.77);
  color: #fff5e9;
}

.menu-page.projet.w--current {
  background-color: #10ac9d;
  cursor: pointer;
}

.menu-page.projet.w--current:hover {
  background-color: rgba(16, 172, 157, 0.77);
}

.menu-page.projet.current {
  background-color: rgba(16, 172, 157, 0.97);
}

.menu-page.projet.current:hover {
  background-color: rgba(16, 172, 157, 0.7);
}

.menu-page.projet.proje-profil {
  background-color: rgba(16, 172, 157, 0);
}

.menu-page.projet.page-conatct {
  background-color: rgba(16, 172, 157, 0);
}

.menu-page.projet.page-conatct:hover {
  background-color: #10ac9d;
}

.menu-page.projet.projects-curent {
  background-color: #10ac9d;
}

.menu-page.projet.projects-curent:hover {
  background-color: rgba(16, 172, 157, 0.92);
}

.menu-page.projet.projects-curent.w--current:hover {
  background-color: rgba(16, 172, 157, 0.89);
}

.menu-page.aptitudes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.menu-page.aptitudes:hover {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  border-width: 0px;
  border-color: transparent;
  background-color: #5359c5;
}

.menu-page.aptitudes.page-profil {
  background-color: #5359c5;
}

.menu-page.aptitudes.page-profil:hover {
  background-color: rgba(83, 89, 197, 0.85);
}

.menu-page.aptitudes.page-profil.w--current {
  background-color: #5359c5;
}

.menu-page.aptitudes.page-profil.w--current:hover {
  background-color: rgba(75, 79, 209, 0.8);
}

.menu-page.aptitudes.page-profil.page-contact {
  background-color: rgba(83, 89, 197, 0);
}

.menu-page.aptitudes.page-profil.page-contact:hover {
  background-color: #5359c5;
}

.menu-page.profil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(75, 79, 209, 0);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: rgba(75, 79, 209, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.menu-page.profil:hover {
  margin-top: 0px;
  background-color: rgba(236, 100, 72, 0.94);
}

.menu-page.profil.contact.w--current {
  background-color: rgba(236, 100, 72, 0.94);
}

.menu-page.profil.contact.w--current:hover {
  background-color: rgba(236, 100, 72, 0.69);
}

.menu-page.profil.contact.page-contact-contact {
  background-color: #df5f47;
}

.menu-page.profil.contact.page-contact-contact:hover {
  background-color: rgba(223, 95, 71, 0.9);
}

.menu-page.profil.contact.contact-curent {
  background-color: #df5f47;
}

.menu-page.profil.contact.contact-curent:hover {
  background-color: rgba(223, 95, 71, 0.88);
}

.menu-page.profil.current-contact {
  background-color: #df5f47;
}

.menu-page.profil.current-contact:hover {
  background-color: rgba(223, 95, 71, 0.91);
}

.menu-page.profil.current-contact-copy {
  background-color: #df5f47;
}

.menu-page.profil.current-contact-copy:hover {
  background-color: rgba(223, 95, 71, 0.91);
}

.menu-page.profil.current {
  background-color: #df5f47;
}

.menu-page.profil.current:hover {
  background-color: rgba(223, 95, 71, 0.84);
}

.img-menu-accueil-hover {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: -2px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.nav-link-5 {
  color: #fff;
}

.menu-texte-selectionn {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  min-height: 0px;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-size: 0.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.menu-texte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  min-height: 0px;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-size: 0.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-texte:hover {
  color: #fff5e9;
}

.menu-texte.menu-page {
  min-width: auto;
  color: #fff5e9;
}

.menu-texte.menu-page:hover {
  color: #14132f;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: #14132f;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-text {
  font-family: Roboto, sans-serif;
  color: #14132f;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-text.profil:hover {
  color: #fff5e9;
}

.image-5 {
  border: 0px solid #10ac9d;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-coline {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 100%;
  min-height: auto;
}

.fire-div {
  position: static;
  left: 66%;
  top: 57%;
  right: 17%;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-outils {
  position: static;
  width: 150px;
  min-width: 0px;
  margin-bottom: 0px;
}

.img-porte {
  width: 150px;
  margin-bottom: 0px;
}

.button-3 {
  position: absolute;
  z-index: 2;
}

.grid-3 {
  position: absolute;
}

.columns-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bloc-rs {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7%;
  height: 200px;
  margin-bottom: 19px;
  margin-left: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs {
  min-width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-transition-property: width;
  transition-property: width;
  cursor: pointer;
}

.rs:hover {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rs.link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 4px;
  text-decoration: none;
}

.link-block {
  display: none;
}

.link-block-2 {
  display: none;
}

.link-block-3 {
  display: none;
}

.link-block-4 {
  display: none;
}

.logo-page {
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

.logo-page:hover {
  width: 70px;
}

.logo-page:active {
  width: 60px;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-rs {
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.img-rs:hover {
  width: 40px;
}

.rs-mobile {
  display: none;
}

.contact-div {
  position: static;
  left: 9%;
  top: 213px;
  bottom: 0%;
  z-index: 1;
  width: auto;
  margin-top: 13%;
  margin-right: 0%;
  padding-top: 0px;
}

.img-contact {
  width: 70px;
  min-width: 0px;
  margin-bottom: 0px;
}

.img-profil {
  position: static;
  left: 176px;
  bottom: 50.5px;
  z-index: 2;
  width: 130px;
  margin-bottom: 0px;
}

.profil-div {
  position: absolute;
  left: 14%;
  top: auto;
  right: auto;
  bottom: 25%;
  z-index: 3;
}

.image-11 {
  text-align: left;
}

.gif-porte {
  height: auto;
}

.menu-texte {
  height: auto;
  font-family: Poppins, sans-serif;
  font-size: 0.56em;
  letter-spacing: 0.1em;
}

.img-menu-projets-hover {
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
}

.img-menu-projet {
  margin-top: -2px;
  margin-bottom: 0px;
}

.img-menu-profil {
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.image-11-copy {
  text-align: left;
}

.img-menu-accueil {
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.img-menu-contact {
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.body-2 {
  display: block;
  overflow: visible;
  max-width: 100vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff5e9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-4 {
  font-family: Roboto, sans-serif;
  color: #14132f;
  font-weight: 400;
  text-align: center;
}

.c-custom-code {
  display: none;
}

.c-nav {
  position: fixed;
  z-index: auto;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 0px none rgba(59, 79, 90, 0.08);
  background-color: #e5e8ec;
}

.c-small-text {
  position: absolute;
  left: 320px;
  top: 600px;
  z-index: 1;
  overflow: visible;
  color: #3b4f5a;
  white-space: nowrap;
}

.c-title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 58px;
  line-height: 1em;
  font-weight: 700;
}

.c-text-line {
  position: absolute;
  top: 26px;
  right: -45px;
  width: 108px;
  height: 6px;
  background-color: #3b4f5a;
}

.c-big-text {
  position: absolute;
  color: #ebf2f4;
}

.c-big-text.cc-bottom {
  right: -70px;
  bottom: 260px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-slide {
  position: relative;
  width: 286px;
  height: 468px;
  min-height: 468px;
  min-width: 286px;
  margin-right: 32px;
  margin-left: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.c-bg-line {
  position: absolute;
  top: 61px;
  right: 0px;
  width: 40vw;
  height: 0.7px;
  border-style: none;
  border-width: 0.3px;
  border-color: #10ac9d;
  background-color: #10ac9d;
}

.c-bg-container {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-transform: uppercase;
}

.c-section {
  position: relative;
  top: auto;
  z-index: 2;
  overflow: hidden;
  height: 500px;
  max-height: none;
  min-height: 500px;
  margin-top: 20px;
  padding-top: 24px;
  padding-bottom: 0px;
  color: #000;
}

.c-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3b4f5a;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3b4f5a;
  cursor: pointer;
}

.c-arrow:hover {
  background-color: #3b4f5a;
  color: #fff;
}

.c-arrow.cc-right {
  width: 143px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-width: 1px;
  border-color: #14132f #14132f #14132f #10ac9d;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff5e9;
  color: #10ac9d;
  text-decoration: none;
}

.c-arrow.cc-right:hover {
  background-color: #10ac9d;
  color: #fff;
}

.c-arrow.cc-gauche {
  width: 143px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #14132f #10ac9d #14132f #14132f;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #10ac9d;
  color: #fff5e9;
  text-decoration: none;
}

.c-arrow.cc-gauche:hover {
  background-color: #fff5e9;
  color: #10ac9d;
}

.c-slide_wrapper {
  height: 420px;
}

.c-slide_image {
  position: relative;
  width: 100%;
  height: 50%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-slide_image.c-move-to-bottom {
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-slider {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 468px;
  max-width: none;
  margin-right: -32px;
  margin-left: -32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-arrows-wrapper {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-arrow_embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-right: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-arrow_embed:hover {
  color: #fff5e9;
}

.c-arrow_embed.c-arow_left {
  padding-left: 4px;
}

.c-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  background-color: #e5e8ec;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #14132f;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

.text-block-5 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  color: #fff5e9;
  font-size: 1.1em;
  font-weight: 400;
}

.section-arrow {
  position: relative;
  z-index: 3;
  width: 30%;
  margin-top: -73px;
  margin-left: 316px;
}

.slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #10ac9d;
}

.slide-container.c-slide_image {
  z-index: 4;
  background-color: rgba(16, 172, 157, 0);
}

.slide-container.c-move-to-bottom.c-slide_image {
  z-index: 4;
  background-color: rgba(16, 172, 157, 0);
}

.slide-container.c-move-to-bottom.c-slide_image.bloc-orange {
  background-color: rgba(248, 165, 85, 0);
}

.slide-container.c-move-to-bottom.c-slide_image.bloc-bleu {
  background-color: #4b4fd1;
}

.titre-bloc {
  margin-top: 12px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-left: 22px;
  font-family: Poppins, sans-serif;
  color: #14132f;
  font-size: 1.2em;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.titre-bloc.titre-bloc-bleu {
  color: #fff5e9;
}

.titre-bloc.titre-bloc_bleu {
  color: #14132f;
  font-weight: 700;
}

.titre-bloc.titre-commanditaire {
  margin-top: 9px;
  padding-left: 6px;
  background-color: rgba(248, 165, 85, 0);
  color: #f8a555;
  font-size: 0.8em;
}

.titre-bloc.titre-prec {
  margin-top: 12px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #14132f;
}

.titre-bloc.titre-prec.titre-suiv {
  margin-top: 12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: right;
}

.titre-bloc.titre-vac {
  margin-top: 10px;
}

.titre-bloc.titre-orage {
  color: #f8a555;
}

.titre-bloc.titre-rouge {
  color: #14132f;
  font-weight: 700;
}

.titre-bloc.sous-titre-bloc {
  margin-top: 14px;
  padding-left: 3px;
  font-size: 0.7em;
}

.titre-bloc.sous-titre-bloc.soustitre-valdoise {
  margin-top: -6px;
  margin-bottom: 8px;
  padding-left: 22px;
}

.titre-bloc.sous-titre-bloc.soustitre-valdoise.bloc-prec-visite {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: right;
}

.titre-bloc.sous-titre-bloc.sous-titre-prec {
  margin-bottom: 0px;
}

.titre-bloc.titre-archive {
  margin-top: 11px;
  margin-bottom: 0px;
  text-align: right;
}

.titre-bloc.titre-archive.bloc-prec {
  padding-left: 0px;
}

.titre-bloc.titre-archive.archiv-projet-page {
  margin-top: 9px;
  text-align: left;
}

.titre-bloc.mia-prec {
  margin-bottom: 0px;
  padding-left: 0px;
}

.bloc-categorie-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: auto;
  margin: 10px auto 7px 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  text-align: left;
  cursor: default;
}

.bloc-categorie-item.bloc-projet-cat-item-projetindi {
  width: 86%;
  height: auto;
  min-width: auto;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bloc-categorie-item.bloc-projet-cat-item-projetindi.bloc-role {
  height: auto;
  max-width: 100%;
  margin-top: -4px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 4px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc-categorie-item.bloc-projet-cat-item-projetindi.bloc-role.bloc-cat-bleu {
  width: auto;
  height: auto;
  max-width: none;
  min-width: auto;
  margin-bottom: -19px;
}

.bloc-categorie-item.bloc-projet-cat-item-projetindi.bloc-role.bloc-role-vacsco {
  height: 50%;
  margin-top: 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bloc-categorie-item.cay-prec {
  margin-top: -2px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bloc-categorie-item.cay-prec.cat-suiv {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bloc-categorie-item.cay-prec.cat-suiv.cat-suiv-double {
  margin-top: -6px;
  padding-right: 6px;
  padding-left: 0px;
}

.bloc-categorie-item.cay-prec.cat-suiv.suiv-vicotr {
  padding-right: 9px;
  padding-left: 0px;
}

.bloc-categorie-item.cay-prec.cat-suiv-rouge {
  padding-right: 8px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bloc-categorie-item.cay-prec.cat-suiv-rouge.bloc-visite {
  width: auto;
  min-width: auto;
  padding-right: 0px;
}

.bloc-categorie-item.bloc-vasco {
  margin-top: -7px;
}

.bloc-categorie-item.bloc-date {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(83, 89, 197, 0);
}

.list-item {
  margin-bottom: 0px;
}

.list-categorie-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.list-categorie-item.cat-item-projetindi {
  margin-right: 5px;
  margin-bottom: 4px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-categorie-item.list-suiv {
  padding-right: 0px;
}

.list-categorie-item.cat-bleuportraitprec {
  padding-right: 0px;
}

.list-item-3 {
  margin-bottom: 0px;
}

.categorie-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 9px;
  margin-left: 0px;
  padding: 1px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #10ac9d;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-size: 0.67em;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: none;
}

.categorie-item.categorie-blue {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #5359c5;
  font-weight: 500;
}

.categorie-item.categorie-blue.cat-next {
  margin-right: 0px;
}

.categorie-item.categorie-blue.cat-bleujeudeoplateau {
  padding-right: 4px;
  padding-left: 4px;
}

.categorie-item.categorie-orange {
  margin-right: 9px;
  margin-left: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f8a555;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.categorie-item.categorie-orange.cat-next {
  margin-right: 9px;
}

.categorie-item.categorie-green {
  font-weight: 500;
}

.categorie-item.categorie-red {
  background-color: #ec6448;
  font-weight: 500;
}

.categorie-item.categorie-red.cat-next {
  margin-right: 0px;
}

.categorie-item.list-categorie {
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-left: 0px;
  padding: 4px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #f8a555;
  font-size: 0.8em;
  line-height: 14px;
  cursor: default;
}

.categorie-item.list-categorie.role-cat {
  height: auto;
  margin-top: 9px;
  padding-right: 11px;
  padding-bottom: 0px;
  padding-left: 14px;
  background-color: rgba(20, 19, 47, 0);
  color: #14132f;
  font-size: 0.8em;
  line-height: 16px;
  letter-spacing: 0.05em;
}

.categorie-item.list-categorie.role-cat.rolecat-bleu {
  color: #fff5e9;
}

.categorie-item.list-categorie.list-cat-vert {
  background-color: #10a899;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets {
  width: 150px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat {
  width: 140px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat.photographie-bristol-cat {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat.photographie-bristol-cat.cat-photo {
  margin-right: 20px;
  margin-left: auto;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat.photographie-bristol-cat.cat-photo.photos {
  width: 100px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.maquette-cat {
  width: 220px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.responsive-cat {
  width: 110px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identitevisuelle {
  margin-bottom: 20px;
  margin-left: 0px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identitevisuelle.branding {
  width: 110px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.design-affiche {
  width: 220px;
  margin-left: 0px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.cat-carte-de-visite {
  margin-top: -21px;
  margin-left: auto;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.mockup-cat {
  width: 230px;
  margin-bottom: -10px;
  margin-left: 22px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identit {
  margin-bottom: 10px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identit.list-cat-bleu {
  width: 170px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identit.list-cat-bleu.list-cat-photo {
  width: 200px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identit.list-cat-bleu.list-cat-photo.editphoto {
  width: 170px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identit.list-cat-bleu.photo360 {
  width: 120px;
}

.categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identit.en-concept {
  width: 160px;
}

.categorie-item.list-categorie.list-cat-bleu {
  background-color: #5359c5;
}

.categorie-item.list-categorie.list-cat-rouge {
  background-color: #ec6448;
}

.categorie-item.list-categorie.list-cat-rouge.list-cat-motion {
  margin-right: 0px;
  margin-bottom: 10px;
}

.categorie-item.list-categorie.list-cat-rouge.list-cat-vecto {
  width: 350px;
  margin-bottom: 0px;
}

.categorie-item.list-categorie.list-cat-rouge.list-cat-illu {
  width: 150px;
  margin-right: 0px;
  margin-left: 0px;
}

.categorie-item.list-categorie.list-cat-rouge.list-victor {
  width: 110px;
  margin-top: 26px;
  margin-right: 0px;
}

.categorie-item.list-categorie.list-cat-rouge.cat-victor {
  width: 270px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.categorie-item.list-categorie.list-cat-vert-copy {
  background-color: #10a899;
}

.categorie-item.list-categorie.list-cat-vert-copy.cat-projets {
  width: 150px;
  margin-right: 0px;
  margin-left: 23px;
  padding-right: 10px;
  padding-left: 10px;
}

.categorie-item.list-categorie.list-cat-vert-copy.cat-projets.photographie-cat {
  width: 140px;
}

.categorie-item.list-categorie.list-cat-vert-copy.cat-projets.photographie-cat.photographie-bristol-cat {
  margin-right: auto;
  margin-left: 0px;
}

.categorie-item.list-categorie.list-cat-vert-copy.cat-projets.maquette-cat {
  width: 130px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

.categorie-item.list-categorie.list-cat-vert-copy.cat-projets.responsive-cat {
  width: 110px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.categorie-item.list-categorie.list-cat-vert-copy.cat-projets.cat-identitevisuelle {
  margin-bottom: 20px;
  margin-left: 0px;
}

.categorie-item.list-categorie.list-cat-storyboard {
  width: 18px;
  margin: 13px auto 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.categorie-item.list-categorie.list-cat-etpe {
  margin-bottom: 10px;
}

.categorie-item.list-categorie.droit {
  margin-right: 0px;
}

.categorie-item.list-categorie.droit.list-cat-bleu.cat-motion {
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.categorie-item.list-categorie.droit.list-cat-bleu.cat-motion.cata-nim {
  width: 190px;
}

.categorie-item.list-categorie.droit.list-cat-bleu.cat-motion.demo {
  margin-right: auto;
}

.categorie-item.list-categorie.droit.list-cat-bleu.cat-motion.demo.orange-cat {
  background-color: #f8a555;
}

.categorie-item.list-categorie.cat-perso {
  width: 210px;
  margin-bottom: 14px;
}

.categorie-item.list-categorie.cat-perso.cat-couleur {
  width: 100px;
}

.categorie-item.list-categorie.cat-perso.cat-couleur.cover {
  width: 70px;
}

.categorie-item.list-categorie.cat-culeurs {
  margin-bottom: 10px;
}

.categorie-item.list-categorie.cat-cart {
  margin-right: auto;
  margin-left: auto;
}

.categorie-item.list-categorie.cat-typo {
  width: 130px;
  margin-left: 13px;
}

.categorie-item.list-categorie.cat-typo.fonts {
  width: 70px;
}

.categorie-item.list-categorie.list-mia {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 0px;
}

.categorie-item.list-categorie.cat-inspi {
  width: 230px;
  margin-bottom: 14px;
}

.categorie-item.list-categorie.txt-calendrier.text-resume {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.88em;
  line-height: 22px;
}

.categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange {
  margin-right: 0px;
}

.categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 26px;
}

.categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia.cadre-orange {
  margin-right: 0px;
}

.categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange-copy.date-mia {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange-copy.date-mia-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.categorie-item.list-categorie.txt-calendrier.text-resume.cadre-rouge {
  margin-right: 0px;
}

.categorie-item.list-categorie.bloc-perso {
  margin-bottom: 17px;
  margin-left: 10px;
}

.categorie-item.list-categorie.bloc-perso.bloc-controle {
  margin-bottom: 21px;
}

.categorie-item.cat-prev {
  margin-right: 0px;
}

.categorie-item.cat-prev.list-categorie-noir {
  padding-top: 2px;
  padding-bottom: 2px;
}

.categorie-item.cat-next {
  margin-right: 0px;
}

.text-bloc {
  margin-top: 0px;
  padding-right: 22px;
  padding-bottom: 0px;
  padding-left: 22px;
  font-family: Poppins, sans-serif;
  color: #14132f;
  font-size: 0.75em;
  line-height: 17px;
  font-weight: 400;
  white-space: normal;
}

.text-bloc.texte-bloc-bleu {
  color: #fff5e9;
  font-weight: 500;
}

.text-bloc.text-vacsco {
  margin-top: 0px;
}

.text-bloc.bloc-archiv {
  margin-top: -5px;
}

.button-projet-decouvrir {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 35px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #10ac9d;
  -webkit-transition: height 200ms ease, width 200ms ease, font-size 200ms ease, background-color 200ms ease;
  transition: height 200ms ease, width 200ms ease, font-size 200ms ease, background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 4.3px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-projet-decouvrir:hover {
  width: 85%;
  height: 35px;
  margin-top: 14px;
  padding-top: 0px;
  background-color: #14132f;
  color: #fff5e9;
  font-size: 1.15em;
  font-weight: 600;
}

.button-projet-decouvrir:active {
  width: 85%;
  height: 35px;
  padding-top: 10px;
  font-size: 1em;
}

.button-projet-decouvrir.w--current {
  position: static;
}

.button-projet-decouvrir.button-blue {
  margin-top: 28px;
  background-color: #5359c5;
  letter-spacing: 4.3px;
  cursor: pointer;
}

.button-projet-decouvrir.button-blue:hover {
  width: 85%;
  background-color: #14132f;
}

.button-projet-decouvrir.button-green {
  margin-top: 28px;
}

.button-projet-decouvrir.button-green:hover {
  width: 75%;
}

.button-projet-decouvrir.button-orange {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 6px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: #f8a555;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-size: 0.9em;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.button-projet-decouvrir.button-orange:hover {
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: #f8a555;
}

.button-projet-decouvrir.button-orange:active {
  padding-top: 6px;
}

.button-projet-decouvrir.button-orange.button-bleu {
  background-color: #4b4fd1;
  text-align: center;
}

.button-projet-decouvrir.button-orange.boutton-vert {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #10ac9d;
  line-height: 22px;
  text-align: center;
}

.button-projet-decouvrir.button-orange.bouton-rouge {
  background-color: #ec6448;
  text-align: center;
}

.button-projet-decouvrir.button-red {
  margin-top: 28px;
  background-color: #ec6448;
  cursor: pointer;
}

.button-projet-decouvrir.button-red:hover {
  width: 85%;
  background-color: #14132f;
}

.button-projet-decouvrir.button-projet-precsuivant {
  position: absolute;
  left: auto;
  bottom: 12px;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ec6448;
  font-size: 1em;
  cursor: pointer;
}

.button-projet-decouvrir.button-projet-precsuivant:hover {
  left: auto;
  width: 100%;
  height: 35px;
  margin-top: 0px;
  background-color: #fff5e9;
  font-size: 1.05em;
}

.button-projet-decouvrir.button-projet-precsuivant.t {
  position: static;
}

.button-projet-decouvrir.button-projet-precsuivant.button-projet-suivant {
  background-color: #10ac9d;
  font-size: 1em;
  cursor: pointer;
}

.button-projet-decouvrir.button-projet-precsuivant.button-projet-suivant:hover {
  background-color: #fff5e9;
  font-size: 1.05em;
}

.button-projet-decouvrir.button-projet-precsuivant.button-projet-suivant.button-suiv-blue {
  background-color: #4b4fd1;
}

.button-projet-decouvrir.button-projet-precsuivant.button-projet-suivant.button-suiv-blue:hover {
  background-color: #fff5e9;
}

.button-projet-decouvrir.button-projet-precsuivant.button-projet-suivant.button-orange-suiv {
  background-color: #f8a555;
}

.button-projet-decouvrir.button-projet-precsuivant.button-projet-suivant.button-orange-suiv:hover {
  background-color: #fff5e9;
}

.button-projet-decouvrir.button-projet-precsuivant.suiv-boutton-orange {
  background-color: #f8a555;
}

.button-projet-decouvrir.button-projet-precsuivant.suiv-boutton-orange:hover {
  background-color: #fff5e9;
}

.button-projet-decouvrir.button-projet-precsuivant.button-prec-bleu {
  background-color: #4b4fd1;
}

.button-projet-decouvrir.button-projet-precsuivant.button-prec-bleu:hover {
  background-color: #fff5e9;
}

.button-projet-decouvrir.button-prevnext {
  position: static;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 3px;
  font-size: 1em;
}

.button-projet-decouvrir.button-prevnext:hover {
  margin-top: 0px;
  font-size: 1.1em;
}

.button-projet-decouvrir.button-prevnext:active {
  padding-top: 0px;
}

.button-projet-decouvrir.button-prevnext.button-red {
  margin-top: 0px;
}

.button-projet-decouvrir.button-prevnext.button-red:hover {
  width: 100%;
}

.button-projet-decouvrir.button-prevnext.button-orange {
  margin-top: 0px;
}

.button-projet-decouvrir.button-prevnext.button-orange:hover {
  width: 100%;
}

.button-projet-decouvrir.button-prevnext.button-blue {
  margin-top: 0px;
  padding-top: 3px;
}

.button-projet-decouvrir.button-prevnext.button-blue:hover {
  width: 100%;
}

.button-projet-decouvrir.bouton-orange {
  background-color: #f7a455;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-weight: 700;
}

.button-projet-decouvrir.bouton-orange:hover {
  background-color: #14132f;
  color: #fff5e9;
}

.img-projet {
  position: static;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}

.img-projet.img-galerie {
  height: 100%;
  margin-bottom: 0px;
  border-radius: 4px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.img-projet.img-galerie.bloc-illu {
  border-style: solid;
  border-width: 3px;
  border-color: #f6a45a;
}

.img-projet.img-galerie.bloc-illu:hover {
  box-shadow: none;
}

.img-projet.img-galerie.bloc-illu.bloc-motion {
  border-color: #ec6448;
}

.img-projet.img-galerie.bloc-md {
  border: 3px none #ec6448;
}

.img-projet.img-galerie.bloc-md:hover {
  border-style: none;
  border-width: 0px;
  box-shadow: none;
}

.img-projet.img-galerie.bloc-md-copy {
  border: 3px none #ec6448;
}

.img-projet.img-galerie.bloc-md-copy:hover {
  border-style: none;
  border-width: 0px;
  box-shadow: none;
}

.img-projet.img-md {
  height: 100%;
  border-style: solid;
  border-width: 3px;
  border-color: #ec6448;
  border-radius: 5px;
}

.img-projet.bloc-illu {
  border-radius: 5px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: auto;
}

.img-projet.bloc-illu:hover {
  border-radius: 5px;
  box-shadow: 0 0 0 3px #f6a45a;
}

.img-projet.bloc-illu.pointer:hover {
  box-shadow: 0 0 0 4px #f6a45a;
}

.img-projet.bloc-illu {
  border-radius: 5px;
}

.img-projet.bloc-illu:hover {
  box-shadow: none;
}

.img-projet.bloc-illu {
  cursor: pointer;
}

.img-projet.bloc-motion {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.img-projet.bloc-motion:hover {
  border-radius: 5px;
  box-shadow: 0 0 0 3px #ec6448;
}

.img-projet.bloc-motion {
  border-radius: 5px;
  cursor: auto;
}

.img-projet.bloc-motion:hover {
  box-shadow: none;
}

.img-projet.bloc-motion.pointer {
  cursor: pointer;
}

.img-projet.bloc-motion.pointer:hover {
  box-shadow: 0 0 0 4px #ec6448;
}

.img-projet.bloc-mep {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: auto;
}

.img-projet.bloc-mep:hover {
  border-radius: 5px;
  box-shadow: none;
}

.img-projet.bloc-mep.pointer {
  border-radius: 5px;
  cursor: pointer;
}

.img-projet.bloc-mep.pointer:hover {
  box-shadow: 0 0 0 3px #10a899;
}

.text-block-7 {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #14132f;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-8 {
  display: block;
  padding-right: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Roboto, sans-serif;
  color: #14132f;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #07a7ff;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4px;
  color: #84d3ff;
}

.html-embed-2:hover {
  color: #fff;
}

.c-arrows-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 250px;
  margin-top: 28px;
  margin-right: 490px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  margin-right: 58px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #10ac9d;
  border-radius: 5px;
  background-color: #fff5e9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #14132f;
  cursor: pointer;
}

.c-arrow-2:hover {
  background-color: #14132f;
  color: #fff;
}

.c-arrow-2.cc-right {
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-width: 1px;
  border-color: #fff5e9;
  border-radius: 5px;
  background-color: #10ac9d;
}

.c-arrow-2.cc-right:hover {
  background-color: #14132f;
}

.c-arrow-2.cc-left {
  margin-right: 89px;
  border-width: 2px;
  border-color: #10ac9d;
  color: #10ac9d;
}

.c-arrow-2.cc-left:hover {
  border-color: #14132f;
  background-color: #fff5e9;
  color: #14132f;
}

.c-arrow-2.cc-left.retour-button {
  width: 70px;
  margin-right: 0px;
  border-width: 1px;
  border-color: #f8a555;
  color: #f8a555;
  text-decoration: none;
}

.c-arrow-2.cc-left.retour-button:hover {
  background-color: #f8a555;
  color: #fff5e9;
}

.text-arrow {
  margin-top: -6px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
}

.text-arrow:hover {
  color: #fff5e9;
}

.text-arrow.prev:hover {
  color: #10ac9d;
}

.text-arrow.prev.retour {
  padding-right: 0px;
  padding-left: 1px;
  letter-spacing: 0.05em;
}

.text-arrow.prev.retour:hover {
  color: #fff5e9;
}

.text-arrow.txt-retour {
  color: #fff5e9;
  font-weight: 600;
}

.text-arrow.arrow-r {
  color: #fff5e9;
}

.arrow_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.arrow_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  color: #fff5e9;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.titre-bloc-bleu.titre-bloc {
  color: #14132f;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 4px;
  border-color: #10ac9d;
  border-radius: 5px;
  background-color: #d8e4d8;
  box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.68);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.bloc:hover {
  box-shadow: 0 0 0 4px #10ac9d;
}

.bloc.bloc-vert {
  background-color: #14132f;
}

.bloc.bloc-orange {
  position: relative;
  width: auto;
  height: 100%;
  border-style: none;
  border-width: 4px;
  border-color: #f7a455;
  background-color: transparent;
}

.bloc.bloc-orange:hover {
  box-shadow: 0 0 0 3px #f8a555;
}

.bloc.bloc-orange.bloc-galerie {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-width: 0px;
  border-color: #ec6548;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  cursor: pointer;
}

.bloc.bloc-orange.bloc-galerie:hover {
  box-shadow: none;
}

.bloc.bloc-orange.bloc-galerie.bloc-bleu {
  cursor: default;
}

.bloc.bloc-orange.bloc-galerie.bloc-bleu:hover {
  box-shadow: none;
}

.bloc.bloc-orange.bloc-galerie.bloc-vert {
  width: auto;
  height: auto;
}

.bloc.bloc-orange.bloc-galerie.bloc-vert:hover {
  box-shadow: none;
}

.bloc.bloc-orange.bloc-galerie.bloc-rouge {
  cursor: auto;
}

.bloc.bloc-orange.bloc-galerie.bloc-rouge:hover {
  box-shadow: none;
}

.bloc.bloc-orange.bloc-galerie.bloc-illu-galerie {
  box-shadow: 1px 1px 10px 3px #fde1c5;
}

.bloc.bloc-orange.bloc-galerie.bloc-design-galerie {
  box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.68);
}

.bloc.bloc-orange.bloc-galerie.bloc-motion-galerie {
  box-shadow: 1px 1px 10px 3px rgba(236, 100, 72, 0.23);
}

.bloc.bloc-orange.bloc-galerie.bloc-motion-galerie.pointer {
  cursor: pointer;
}

.bloc.bloc-orange.bloc-galerie.bloc-motion-galerie.pointer:hover {
  box-shadow: 1px 1px 10px 3px rgba(248, 219, 206, 0.71);
}

.bloc.bloc-orange.bloc-galerie.bloc-motion-galerie {
  cursor: auto;
}

.bloc.bloc-orange.bloc-galerie.bloc-motion-galerie {
  box-shadow: 1px 1px 10px 3px rgba(248, 219, 206, 0.71);
}

.bloc.bloc-rouge {
  width: 100%;
  border-style: solid;
  border-width: 0px;
  border-color: #ec6548;
  background-color: #eb6043;
}

.bloc.bloc-rouge:hover {
  box-shadow: none;
}

.bloc.bloc-blue {
  border-color: #5359c5;
  background-color: #e1dceb;
  box-shadow: 1px 1px 10px 3px rgba(195, 196, 233, 0.48);
  -webkit-transition: opacity 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, box-shadow 200ms ease;
}

.bloc.bloc-blue:hover {
  box-shadow: 0 0 0 4px #4b4fd1;
}

.bloc.bloc-red {
  border-color: #ec6448;
  background-color: #f8dbce;
  box-shadow: 1px 1px 10px 3px rgba(248, 219, 206, 0.71);
  text-decoration: none;
}

.bloc.bloc-red:hover {
  box-shadow: 0 0 0 4px #ec6448;
}

.bloc.bloc-orang {
  border-style: none;
  border-color: #f7a455;
  background-color: #fde1c5;
  box-shadow: 1px 1px 10px 3px rgba(253, 225, 197, 0.69);
}

.bloc.bloc-orang:hover {
  box-shadow: 0 0 0 4px #f6a355;
}

.num-projet {
  font-family: Roboto, sans-serif;
  color: #10ac9d;
  font-size: 0.9em;
  font-weight: 700;
}

.num-projet.num_projet_orange {
  color: #f8a555;
}

.num-projet.num-projet-bleu {
  color: #4b4fd1;
}

.num-projet.num-projet-rouge {
  color: #da4c2a;
}

.section-archives {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  margin-bottom: -99px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-archives.section-retourprojet {
  margin-top: 80px;
  margin-bottom: 60px;
}

.button-archives {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 37px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff5e9;
  border-radius: 4.5px;
  background-color: #10ac9d;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  text-decoration: none;
}

.button-archives:hover {
  background-color: #14132f;
}

.button-archives.button-projets {
  width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f8a555;
}

.button-archives.button-projets:hover {
  background-color: #14132f;
}

.button-archives.button-projets.projet-button-rouge {
  background-color: #ec6448;
}

.button-archives.button-projets.button-projet-rouge {
  background-color: #ec6448;
}

.button-archives.button-projets.button-projet-rouge:hover {
  background-color: #14132f;
}

.button-archives.button-projets.button-vert-projet {
  background-color: #10ac9d;
}

.button-archives.button-projets.button-vert-projet:hover {
  background-color: #14132f;
}

.button-archives.button-projets.bouton-vert {
  width: 280px;
  background-color: #10ac9d;
}

.button-archives.button-projets.bouton-vert:hover {
  background-color: #14132f;
}

.button-archives.button-projets.button-galerie {
  width: 270px;
  height: auto;
  padding: 4px 10px;
}

.button-archives.button-projets.button-galerie.bouton-rouge {
  background-color: #ec6448;
}

.button-archives.button-projets.button-galerie.bouton-rouge:hover {
  background-color: #14132f;
}

.button-archives.button-projets.button-galerie.bouton-bleu {
  background-color: #4b4fd1;
}

.button-archives.button-projets.button-galerie.bouton-bleu:hover {
  background-color: #14132f;
}

.button-archives.button-projets.button-projet-rouge-copy {
  background-color: #ec6448;
}

.button-archives.button-projets.button-projet-rouge-copy:hover {
  background-color: #14132f;
}

.button-archives.button-cv {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 4px 20px;
  background-color: #5359c5;
}

.button-archives.button-cv:hover {
  background-color: #14132f;
}

.button-archives.button-portfolio {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 4px 20px;
  background-color: #10ac9d;
}

.button-archives.button-portfolio:hover {
  background-color: #14132f;
}

.button-archives.button-competences {
  width: 210px;
  margin-right: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #ec6448;
}

.button-archives.button-competences:hover {
  background-color: #14132f;
}

.button-archives.showreel {
  margin-top: 17px;
  background-color: #ec6448;
}

.button-archives.showreel:hover {
  background-color: #14132f;
}

.text-archives {
  margin-right: 0px;
  margin-left: 10px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-size: 1.15em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.text-archives.txt-projets {
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.text-archives.txt-projets.txt-galerie {
  margin-left: 15px;
}

.text-archives.txt-showreel {
  margin-left: 4px;
}

.counter-projets {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 178px;
  margin-right: 11px;
  margin-bottom: -14px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.total-projet {
  padding-top: 1px;
  padding-left: 3px;
  font-family: Roboto, sans-serif;
  color: #14132f;
  font-size: 0.7em;
  font-weight: 700;
}

.projet-counter-text {
  padding-left: 10px;
  font-family: Roboto, sans-serif;
}

.bloc-rs-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 39px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc-rs-footer.bloc-rs-contact {
  margin-top: 39px;
  margin-bottom: 7px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bloc-rs-footer.bloc-lien {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-rs-footer {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 38px;
  float: none;
  clear: none;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
}

.img-rs-footer:hover {
  width: 30px;
  height: auto;
  min-width: auto;
}

.img-rs-footer.img-conatct {
  width: 50px;
  margin-right: 20px;
  margin-left: 20px;
}

.copyright-footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 7px;
  margin-right: 2px;
  margin-bottom: 45px;
  font-family: Poppins, sans-serif;
  font-size: 0.85em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.img-lien-bloc-projet {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  border-style: none;
  border-color: #000;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}

.img-lien-bloc-projet.img-vert {
  border-bottom-width: 5px;
  border-bottom-color: #10ac9d;
  border-top-right-radius: 5px;
}

.img-lien-bloc-projet.img-bleu {
  border-bottom-color: #4b4fd1;
  border-top-right-radius: 5px;
}

.img-lien-bloc-projet.img-rouge {
  border-bottom-color: #ec6448;
  border-top-right-radius: 0px;
}

.lien-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-size: 0.67em;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
}

.lien-footer:hover {
  color: rgba(255, 245, 233, 0.47);
}

.lien-footer.tiret {
  cursor: auto;
}

.lien-footer.tiret:hover {
  color: #fff5e9;
}

.bloc-lien-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  margin-bottom: 30px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tiret-footer {
  font-size: 0.8em;
}

.link-bloc-footer {
  padding-right: 6px;
  padding-left: 6px;
  -webkit-transition-property: color;
  transition-property: color;
  text-decoration: none;
  cursor: pointer;
}

.container-4 {
  margin-bottom: 0px;
  cursor: auto;
}

.bloc-cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  padding-bottom: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff5e9;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}

.button-cv:hover {
  background-color: rgba(255, 245, 233, 0.1);
  color: #14132f;
}

.img-archives {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 1px;
}

.text-block-9 {
  padding-left: 6px;
}

.text-button-cv {
  margin-left: 6px;
  font-family: Roboto, sans-serif;
  color: #fff5e9;
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.column-gif-menu {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 104px;
}

.section-6 {
  height: 50%;
}

.container-coline {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
}

.column-gif-contact {
  position: relative;
  left: 14px;
  top: 221px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-gif-porte {
  top: 116px;
  bottom: 16px;
}

.column-gif-cv {
  left: auto;
  top: 285px;
  right: 67px;
  bottom: auto;
}

.container-5 {
  position: relative;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-titre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-titre.titre-val-doise {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-titre.titre-val-doise.titre-bloc-prec-visite {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-titre.titre-val-doise.titre-bloc-prec-visite.bloc-suiv-archive {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ligne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  background-color: #14132f;
  text-align: left;
}

.ligne-bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8a555;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.introduction-proje {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projet-img-pres {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 110%;
  height: 500px;
  max-width: 100%;
  min-width: 100%;
  margin-top: -17px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 0px solid #f8a555;
  border-radius: 5px;
  background-color: transparent;
}

.clumn-projets-pres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 0%;
  margin-left: 0%;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clumn-projets-pres.projet-lune-rouge {
  height: auto;
}

.clumn-projets-pres.projet-vac-sco {
  height: auto;
}

.body-3 {
  border-radius: 5px;
  background-color: #fff5e9;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Poppins, sans-serif;
}

.container-6 {
  height: 150px;
  border-radius: 5px;
  background-color: #f8a555;
}

.pres-info-projet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
}

.pres-info-projet.pres-role {
  width: auto;
  height: 150px;
  margin: auto 5px auto auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(248, 171, 107, 0.75);
  color: #f5a75c;
}

.pres-info-projet.pres-role.pres-outils {
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(248, 171, 107, 0.41);
}

.pres-info-projet.pres-role.pres-outils.pres-outils-vert {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(92, 199, 189, 0);
}

.pres-info-projet.pres-role.pres-outils.pres-outil-bleu {
  background-color: rgba(75, 79, 209, 0.18);
}

.pres-info-projet.pres-role.pres-outils.bloc-outils-rouge {
  background-color: rgba(236, 100, 72, 0.39);
}

.pres-info-projet.pres-role.pres-role-vert {
  height: auto;
  margin: 0px 0px 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #5cc7bd;
}

.pres-info-projet.pres-role.pres-outil-bleu {
  background-color: #4b4fd1;
}

.pres-info-projet.pres-role.bloc-role-rouge {
  background-color: rgba(236, 100, 72, 0.93);
}

.pres-info-projet.bloc-proje-vert {
  margin-bottom: 10px;
  background-color: #10ac9d;
  color: #f8a555;
}

.pres-info-projet.bloc-projet-bleu {
  background-color: #4b4fd1;
}

.pres-info-projet.bloc-projet-rouge {
  background-color: rgba(236, 100, 72, 0.93);
  color: #ec6448;
}

.presentation-projet {
  display: block;
  width: 100%;
  height: 550px;
  margin-right: 0px;
  margin-bottom: 60px;
  padding-right: 15%;
  padding-left: 15%;
}

.presentation-projet.projet-lune-rouge {
  margin-bottom: 57px;
}

.colonne-projet-pres-outils {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #10ac9d;
  border-radius: 5px;
  background-color: transparent;
}

.colonne-projet-pres-outils.colonne-lunerouge {
  height: auto;
}

.colonne-projet-pres-outils.info-vacsco {
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: rgba(16, 172, 157, 0.95);
}

.colonne-projet-pres-outils.bloc-pres-orange {
  border-style: solid;
  border-width: 0px;
  border-color: #f8a555;
  background-color: transparent;
}

.colonne-projet-pres-outils.bloc-pres-bleu {
  border-color: #4b4fd1;
  background-color: transparent;
}

.colonne-projet-pres-outils.bloc-pres-rouge {
  border-color: #f07056;
  background-color: transparent;
}

.colonne-img-projet {
  height: auto;
  padding-right: 0px;
  padding-left: 32px;
}

.colonne-img-projet.lien-projet {
  display: block;
  padding-left: 35px;
}

.colonne-outils-role {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.colonne-role {
  position: static;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.colonne-outils {
  position: relative;
  display: block;
  height: 150px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.image-projet-statut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fde1c5;
}

.image-projet-statut.img-projet-statu-vert {
  margin-bottom: 0px;
  padding-bottom: 15px;
  background-color: #d8e4d8;
}

.image-projet-statut.img-projet-satut-bleu {
  background-color: #e1dceb;
}

.image-projet-statut.projet-rouge {
  background-color: #f8dbce;
}

.img-logo-moi {
  margin-right: 4px;
  margin-bottom: 0px;
  margin-left: 4px;
}

.img-logo-moi.logo-fin {
  margin-top: 3px;
  margin-right: 0px;
  margin-left: 0px;
}

.img-logo-moi.logo-fin.logo-groupe {
  margin-right: 15px;
  margin-left: 15px;
}

.img-logo-moi.logo-fin.logo-3 {
  margin-right: 15px;
}

.context-projet {
  display: block;
  font-family: Roboto, sans-serif;
  color: #14132f;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1px;
}

.context-projet.role-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  margin-top: 5px;
  margin-bottom: 3px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  color: #14132f;
  font-size: 1em;
  font-weight: 500;
  text-align: left;
}

.context-projet.role-text.role-text-blanc {
  color: #fff5e9;
}

.context-projet.role-text.txt-blanc {
  color: #fff5e9;
}

.context-projet.projet-precedant {
  width: auto;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
}

.context-projet.projet-precedant.projet-banc {
  margin-top: 6px;
  color: #fff5e9;
}

.context-projet.projet-precedant.projet-vacsco {
  margin-top: -5px;
}

.context-projet.projet-precedant.txt-blanc {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #fff5e9;
}

.context-projet.projet-precedant.galerie-projet {
  width: 100%;
  margin-top: 0px;
}

.text-resume {
  margin-top: 1px;
  padding-bottom: 2px;
  padding-left: 8px;
  font-family: Poppins, sans-serif;
  color: #14132f;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
}

.text-resume.resume-text {
  display: block;
  width: 100%;
  height: auto;
  margin: 6px 0px 17px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.9em;
  line-height: 18px;
}

.text-resume.resume-text.text-solo {
  margin-bottom: 0px;
}

.text-resume.resume-text.text-solo.text-orange {
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}

.text-resume.resume-text.text-solo.text-orange.text-vacsco {
  margin: 5px 0px 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.text-resume.resume-text.text-tchenobyl {
  margin-top: 5px;
  margin-bottom: 2px;
}

.text-resume.resume-text.text-tchenobyl.text-blanc {
  height: auto;
  margin: 9px 0px 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff5e9;
}

.text-resume.resume-text.text-vert {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 0.9em;
  line-height: 22px;
  font-weight: 400;
}

.text-resume.resume-text.text-vert.txt-blanc {
  margin-top: 5px;
  margin-bottom: 16px;
}

.text-resume.date-blanc {
  margin-top: -6px;
  color: #fff5e9;
}

.text-resume.pres-info-projet {
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 5px 6px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #5cc7bd;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.text-resume.pres-info-projet.clonne-outil-orange {
  background-color: #fdd2a7;
}

.text-resume.pres-info-projet.clonne-outil-bleu {
  background-color: #c4d0eb;
}

.text-resume.pres-info-projet.crea-rouge {
  background-color: #ffb8aa;
}

.text-resume.txt-blanc {
  color: #fff5e9;
}

.text-resume.date-galerie {
  margin-top: -6px;
  font-size: 0.8em;
}

.text-resume.txt-calendrier {
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-radius: 2px;
  background-color: #10a899;
  color: #fff5e9;
  font-size: 0.9em;
  letter-spacing: 0.04em;
  text-transform: none;
}

.text-resume.txt-calendrier.carde-orange {
  margin-top: 5px;
  background-color: #f8a555;
}

.text-resume.txt-calendrier.carde-orange.date-mia {
  width: 235px;
  margin-top: 9px;
  margin-bottom: 10px;
  margin-left: auto;
}

.text-resume.txt-calendrier.date-bleu {
  background-color: #5359c5;
}

.text-resume.txt-calendrier.cadre-rouge {
  background-color: #ec6448;
}

.text-resume.txt-nom-groupe {
  padding-left: 0px;
}

.commanditaire-bouton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 0%;
  margin-bottom: 30px;
  margin-left: 0%;
  padding: 3px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2px;
  background-color: #f8a555;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff5e9;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
}

.commanditaire-bouton:hover {
  background-color: #14132f;
  color: #fff5e9;
}

.commanditaire-bouton.w--current {
  margin-top: -7px;
}

.commanditaire-bouton.boutton-visite {
  height: 50px;
}

.commanditaire-bouton.trait {
  border-radius: 2px;
}

.commanditaire-bouton.commanditaire-bouton-vert {
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  background-color: #10a899;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
}

.commanditaire-bouton.commanditaire-bouton-vert:hover {
  background-color: #14132f;
}

.commanditaire-bouton.commanditaire-bouton-vert.bouton-sp-cial {
  margin-bottom: auto;
  padding: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #10a899;
  border-radius: 6px;
  background-color: #fff5e9;
  color: #10a899;
}

.commanditaire-bouton.commanditaire-bouton-vert.bouton-sp-cial:hover {
  border-color: #10a899;
  background-color: #10a899;
  color: #fff5e9;
}

.commanditaire-bouton.commanditaire-bouton-vert.bouton-sp-cial.bouton-special-orange {
  display: block;
  margin-top: 10px;
  border-color: #f8a555;
}

.commanditaire-bouton.commanditaire-bouton-vert.bouton-sp-cial.bouton-special-orange:hover {
  background-color: #f8a555;
}

.commanditaire-bouton.commanditaire-bouton-vert.bouton-sp-cial.bouton-special-bleu {
  display: block;
  border-color: #5359c5;
  color: #5359c5;
}

.commanditaire-bouton.commanditaire-bouton-vert.bouton-sp-cial.bouton-special-bleu:hover {
  background-color: #5359c5;
}

.commanditaire-bouton.commanditaire-bouton-vert.bouton-sp-cial.boutonn-sp--rouge {
  display: block;
  margin-top: 13px;
  border-color: #ec6448;
  color: #ec6448;
}

.commanditaire-bouton.commanditaire-bouton-vert.bouton-sp-cial.boutonn-sp--rouge:hover {
  background-color: #ec6448;
}

.commanditaire-bouton.commanditaire-bouton-bleu {
  border-radius: 5px;
  background-color: #5359c5;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
}

.commanditaire-bouton.commanditaire-bouton-bleu:hover {
  background-color: #14132f;
}

.commanditaire-bouton.commanditaire-bouton-bleu.visitelocaux {
  margin-top: 15px;
}

.commanditaire-bouton.commanditaire-haut {
  margin-bottom: 0px;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
}

.commanditaire-bouton.commanditaire-haut:hover {
  background-color: #14132f;
}

.commanditaire-bouton.commanditaire-haut.commanditaire-bouton-bleu {
  border-style: solid;
  border-width: 3px;
  border-color: #5359c5;
  border-radius: 4px;
  background-color: #fff5e9;
}

.commanditaire-bouton.commanditaire-haut.commanditaire-bouton-bleu:hover {
  background-color: #5359c5;
  color: #404040;
}

.commanditaire-bouton.commanditaire-bouton-rouge {
  margin-bottom: 0px;
  background-color: #ec6448;
}

.commanditaire-bouton.commanditaire-bouton-rouge:hover {
  background-color: #14132f;
}

.commanditaire-bouton.txt-bouton {
  font-size: 0.8em;
}

.commanditaire-bouton.txt-bouton.voir-projet {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.commanditaire-bouton.lp-calendrie {
  margin-top: 22px;
}

.commanditaire-bouton.bouton-plateau {
  margin-top: 15px;
}

.div-block-8 {
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px 12px -16px auto;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #14132f;
}

.txt-outil {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #14132f;
  font-size: 0.7em;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.txt-outil.txt-outil-vert {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.colonne-outils-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  height: auto;
  margin-top: 2px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #5cc7bd;
  color: #f5a75c;
}

.colonne-outils-1.colonne-outil-2 {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.colonne-outils-1.colonne-outil-2-colonne {
  background-color: #ffe1c4;
}

.colonne-outils-1.colonne-outil-3 {
  width: 30%;
}

.colonne-outils-1.colonne-outil-reglage {
  position: static;
  top: 34px;
  right: 35px;
  width: 100%;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-width: 3px;
  border-color: #f8a555;
  border-radius: 5px;
  background-color: #f8dbce;
  box-shadow: 1px 1px 10px 3px rgba(248, 219, 206, 0.75);
  color: rgba(255, 245, 233, 0);
}

.colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu {
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e1dceb;
}

.colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-bas {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 1px 1px 10px 3px rgba(225, 220, 235, 0.81);
}

.colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 1px 1px 10px 3px rgba(225, 220, 235, 0.81);
}

.colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut.outil-cimat {
  padding-top: 18px;
}

.colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut.equipe {
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
}

.colonne-outils-1.colonne-outil-reglage.colonne-outil-vert {
  background-color: #d8e4d8;
  box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.74);
}

.colonne-outils-1.colonne-outil-reglage.outil-orange {
  background-color: #fde1c5;
  box-shadow: 1px 1px 10px 3px rgba(253, 225, 197, 0.63);
}

.colonne-outils-1.clonne-outil-bleu {
  background-color: #c4d0eb;
}

.colonne-outils-1.outil-rouge {
  background-color: #ffb8aa;
}

.colonne-outils-1.colonne-outil-projet {
  width: 100%;
  margin-top: 10px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(92, 199, 189, 0);
  color: rgba(245, 167, 92, 0);
}

.colonne-outils-1.colonne-outil-projet.colonne-galerie {
  padding-top: 0px;
  padding-bottom: 0px;
}

.colonne-outils-1.collone-outil-competence {
  width: 100%;
  margin: 10px 0px 20px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: rgba(92, 199, 189, 0);
}

.bloc-outil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(255, 245, 233, 0);
}

.bloc-outil.bloc-outil-bas {
  margin-top: 0px;
}

.bloc-outil.bloc-outil-bas.bas-competence {
  width: 100px;
  margin-top: 0px;
  margin-left: 0px;
}

.bloc-outil.bloc-outil-projet {
  margin-right: 0px;
}

.bloc-outil.bloc-outil-projet.outil-galerie {
  padding-right: 30px;
  padding-left: 30px;
}

.bloc-outil.bloc-outil-comp {
  width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colonne-outil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  margin: -2px auto auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-outil {
  margin: 10px 0px 0px;
}

.img-outil.outil-figma {
  margin-top: 4px;
  margin-bottom: 9px;
}

.img-outil.img-notion {
  margin-top: 5px;
  margin-bottom: 6px;
}

.img-outil.ciseau {
  padding: 2px;
}

.img-outil.krita {
  margin-top: 0px;
}

.txt-bouton {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-size: 1.2em;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.txt-bouton.text-visite {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 20px;
}

.txt-bouton.bloc-collab {
  margin-left: 0px;
  padding: 7px 6px 8px;
  color: #5359c5;
  font-weight: 500;
  text-transform: none;
}

.txt-bouton.bloc-collab:hover {
  background-color: rgba(198, 197, 195, 0);
  color: #fff5e9;
}

.txt-bouton.txt-commanditaire {
  text-transform: uppercase;
}

.txt-bouton.bouton-sp {
  width: 100%;
  height: 100%;
  padding: 4px 10px;
  color: #10a899;
  line-height: 24px;
  text-transform: none;
}

.txt-bouton.bouton-sp:hover {
  color: #fff5e9;
}

.txt-bouton.bouton-sp.bouton-sp--orange {
  color: #f8a555;
}

.txt-bouton.bouton-sp.bouton-sp--orange:hover {
  color: #fff5e9;
}

.txt-bouton.bouton-sp.bouton-sp--orange.bouton-sp--bleu {
  padding-right: 20px;
  padding-left: 20px;
  color: #5359c5;
  line-height: 24px;
  text-transform: none;
}

.txt-bouton.bouton-sp.bouton-sp--orange.bouton-sp--bleu:hover {
  color: #fff5e9;
}

.txt-bouton.bouton-sp.bouton-sp--rouge {
  color: #ec6448;
  text-transform: none;
}

.txt-bouton.bouton-sp.bouton-sp--rouge:hover {
  color: #fff5e9;
}

.point-deco {
  position: absolute;
  left: auto;
  top: 7%;
  right: 8%;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #14132f;
}

.ligne-intro-projet {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 20px;
  background-color: #14132f;
}

.ligne-intro-projet.ligne-galerie {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: -2px auto 30px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraphe-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  color: #14132f;
  font-size: 0.93em;
  line-height: 24px;
  text-align: left;
}

.paragraphe-intro.txt-contexte {
  margin-top: 10px;
}

.bloc-intro-projet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  width: auto;
  border-radius: 10px;
}

.phrase-accroche {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  text-align: center;
}

.titre-contexte {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #1a1b1f;
  font-size: 1.2em;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.titre-contexte.challeng-lum.titre-mention {
  margin-top: 33px;
}

.titre-contexte.titre-projet {
  line-height: 24px;
}

.titre-contexte.equipe {
  margin-top: 19px;
}

.titre-contexte.projet-equipe {
  margin-bottom: 0px;
}

.paragraphe-contexte {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 0.93em;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.paragraphe-contexte.paragraph-lum {
  text-align: left;
}

.paragraphe-contexte.paragraph-lum.paragraphe-mentionlegale {
  margin-top: 3px;
  margin-bottom: 0px;
  line-height: 24px;
}

.paragraphe-contexte.paragraphe-lum {
  margin-top: 26px;
  margin-bottom: 30px;
  text-align: center;
}

.paragraphe-contexte.paragraphe-archive {
  text-align: center;
}

.paragraphe-contexte.paragraphe-victor {
  margin-bottom: 10px;
}

.paragraphe-contexte.text-jeu {
  margin-top: 29px;
  padding-right: 140px;
  padding-left: 140px;
  text-align: center;
}

.paragraphe-contexte.lien-texte {
  color: #f8a555;
  font-weight: 600;
}

.paragraphe-contexte.stop-motion-txt {
  width: 100%;
  margin-top: 25px;
}

.colonne-reflexion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colonne-reflexion.colonne-bristol {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colonne-reflexion.colonne-membre {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colonne-reflexion.bloc-victor {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.colonne-reflexion.colonne-jeuplateau {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.colonne-contexte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colonne-contexte.bristol-anectode {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.colonne-contexte.colonne-bristol {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.colonne-contexte.colonne-mia {
  margin-top: 40px;
}

.section-projet-reflexion {
  margin-right: 0%;
  margin-bottom: 100px;
  margin-left: 0%;
  padding: 40px 15%;
  background-color: #fde1c5;
  box-shadow: 1px 1px 10px 3px rgba(253, 225, 197, 0.76);
}

.section-projet-reflexion.section-projet-vert {
  margin-bottom: 100px;
  padding-right: 15%;
  padding-left: 15%;
  background-color: #d8e4d8;
}

.section-projet-reflexion.section-projet-vert.section-milieu {
  margin-bottom: 60px;
}

.section-projet-reflexion.section-projet-vert.section-milieu.section-vert {
  box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.86);
}

.section-projet-reflexion.section-projet-bleu {
  padding-top: 39px;
  padding-bottom: 40px;
  background-color: #e1dceb;
  box-shadow: 1px 1px 10px 3px rgba(225, 220, 235, 0.75);
}

.section-projet-reflexion.section-projet-bleu.section-milieu {
  margin-bottom: 80px;
  box-shadow: 1px 1px 10px 3px rgba(225, 220, 235, 0.81);
}

.section-projet-reflexion.section-projet-bleu.section6fin6bleu {
  box-shadow: 0 0 10px 3px rgba(225, 220, 235, 0.81);
}

.section-projet-reflexion.projet-rouge-fond {
  margin-bottom: 100px;
  padding-right: 15%;
  padding-bottom: 50px;
  padding-left: 15%;
  background-color: #f8dbce;
  box-shadow: 1px 1px 10px 3px rgba(248, 219, 206, 0.75);
}

.section-projet-reflexion.projet-bloc-vert {
  padding-bottom: 60px;
  background-color: #d8e4d8;
}

.section-projet-reflexion.projet-bloc-vert.projet-lum {
  margin-bottom: 100px;
  box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.74);
}

.section-projet-reflexion.section-milieu {
  margin-bottom: 100px;
  padding-bottom: 31px;
  box-shadow: 1px 1px 10px 3px rgba(253, 225, 197, 0.63);
}

.section-projet-reflexion.section-milieu.section-mia {
  margin-bottom: 74px;
  box-shadow: 1px 1px 10px 3px rgba(253, 225, 197, 0.63);
}

.section-projet-reflexion.section-jeu {
  margin-bottom: 80px;
}

.section-projet-reflexion.section-jeu.section-finjeu {
  margin-bottom: 100px;
}

.link-block-6 {
  position: absolute;
  left: 8%;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  width: 70px;
  height: 50px;
  margin-top: 11px;
  text-decoration: none;
}

.div-block-11 {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #f8a555;
}

.section-autre-projet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  outline-color: #1a1b1f;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.bloc-projet-suivantprecedant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(218, 76, 42, 0.8);
}

.bloc-projet-suivantprecedant.bloc-projet-suivant {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #d8e4d8;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant:hover {
  box-shadow: 0 0 0 3px #10ac9d;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-suiv-bleu {
  background-color: #e1dceb;
  box-shadow: 1px 1px 10px 3px rgba(225, 220, 235, 0.82);
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-suiv-bleu:hover {
  box-shadow: 0 0 0 3px #4b4fd1;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-orange-suiv {
  background-color: #fde1c5;
  box-shadow: 1px 1px 10px 3px rgba(253, 225, 197, 0.85);
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-orange-suiv:hover {
  box-shadow: 0 0 0 3px #f8a555;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-vert {
  background-color: #d8e4d8;
  box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.79);
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-projet-vert {
  background-color: #d8e4d8;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-prec-rouge {
  background-color: #f8dbce;
  box-shadow: 1px 1px 10px 3px rgba(248, 219, 206, 0.78);
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-prec-rouge:hover {
  box-shadow: 0 0 0 3px #ec6448;
}

.bloc-projet-suivantprecedant.bloc-prec {
  border-style: none;
  border-width: 3px;
  border-color: #ec6448;
  border-radius: 5px;
  background-color: #f8dbce;
  box-shadow: 1px 1px 10px 3px #f8dbce;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.bloc-projet-suivantprecedant.bloc-prec:hover {
  border-style: none;
  border-width: 3px;
  border-color: #ec6448;
  box-shadow: 0 0 0 3px #ec6448;
}

.bloc-projet-suivantprecedant.bloc-prec.bloc-prec-orange {
  background-color: #fde1c5;
  box-shadow: 1px 1px 10px 3px rgba(253, 225, 197, 0.85);
}

.bloc-projet-suivantprecedant.bloc-prec.bloc-prec-orange:hover {
  box-shadow: 0 0 0 3px #f8a555;
}

.bloc-projet-suivantprecedant.bloc-prec.vert-fond:hover {
  box-shadow: 0 0 0 3px #10ac9d;
}

.bloc-projet-suivantprecedant.bloc-prec.bloc-prec-bleu {
  background-color: #e1dceb;
  box-shadow: 1px 1px 10px 3px rgba(225, 220, 235, 0.77);
}

.bloc-projet-suivantprecedant.bloc-prec.bloc-prec-bleu:hover {
  box-shadow: 0 0 0 3px #4b4fd1;
}

.bloc-projet-suivantprecedant.bloc-prec.bloc-prec-vert {
  background-color: #d8e4d8;
  box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.8);
}

.bloc-projet-suivantprecedant.bloc-prec.bloc-prec-vert:hover {
  box-shadow: 0 0 0 3px #10ac9d;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #14132f;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant:hover {
  box-shadow: 0 0 0 3px #10ac9d;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-suiv-bleu:hover {
  box-shadow: 0 0 0 3px #4b4fd1;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-rouge {
  background-color: #fff5e9;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-rouge:hover {
  box-shadow: 0 0 0 3px #ec6448;
}

.bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-prec-rouge {
  box-shadow: 1px 1px 10px 3px rgba(248, 219, 206, 0.88);
}

.img-projet-prec {
  width: auto;
  height: 140px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
}

.img-projet-prec.img-projet-suivant {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  cursor: pointer;
}

.bloc-prec-suiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bloc-prec-suiv.bloc-suiv {
  width: 260px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-projets {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.section-autre-projet-mobile {
  display: none;
}

.texte-projets-autre {
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.autre-projet-titre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-8 {
  cursor: pointer;
}

.link-block-9 {
  cursor: pointer;
}

.image-14 {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.image-15 {
  height: 22px;
  margin-top: 2px;
  margin-right: 0px;
  margin-left: 7px;
  padding-left: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.section-deco {
  margin-top: -110px;
}

.image-16 {
  width: 100%;
  margin-right: auto;
  margin-bottom: -68px;
  margin-left: auto;
}

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

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-17 {
  margin: auto auto 0px;
}

.image-17.droit {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.section-photo-profil {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.circle {
  position: absolute;
  z-index: -30;
  width: 300px;
  height: 300px;
  border-radius: 10000px;
  background-color: #4b4fd1;
  -webkit-transform: translate3d(0px, 0px, -80px);
  transform: translate3d(0px, 0px, -80px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.circle.blue {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #ec6448;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translate3d(-33px, 80px, -200px);
  transform: translate3d(-33px, 80px, -200px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.photo-profil {
  position: static;
  -webkit-transform: translate3d(0px, -10px, 80px);
  transform: translate3d(0px, -10px, 80px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container-button-profil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-button-profil.competence-protfolio {
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 87px;
  margin-left: 0%;
  padding-right: 13%;
  padding-left: 13%;
}

.bloc-presentation {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 28px;
  border: 3px solid #5359c5;
  border-radius: 5px;
}

.column-presentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-profil-photo-button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-presentation {
  margin-right: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 0.9em;
  line-height: 22px;
}

.text-presentation.txt-univ {
  padding-bottom: 0px;
  font-size: 0.8em;
}

.text-presentation.txt-formation {
  width: 100%;
  min-width: 100%;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}

.text-presentation.txt-formation.txt-date {
  width: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: -4px;
  padding-bottom: 0px;
  border-radius: 2px;
  color: #fff5e9;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
}

.text-presentation.txt-formation.txt-date.txt-info {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-radius: 5px;
  text-align: left;
}

.text-presentation.txt-formation.txt-date {
  font-weight: 500;
}

.text-presentation.txt-lieux {
  margin: -1px 0px 10px;
  padding-bottom: 0px;
  font-size: 0.8em;
  font-weight: 400;
}

.titre-presentation {
  margin: 20px 40px 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  text-align: center;
}

.titre-presentation.titre-profil {
  margin: 0px 20px 0px 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.titre-presentation.titre-profil.titre-competence {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  text-align: center;
}

.titre-presentation.titre-profil.titre-comp {
  text-align: center;
}

.titre-presentation.contact-txt {
  margin-top: 0px;
  margin-bottom: 20px;
}

.column-chiffre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
  padding: 10px;
  border-radius: 5px;
  background-color: #5359c5;
}

.rond-presentation {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 2px solid #4b4fd1;
  border-radius: 20px;
  background-color: #4b4fd1;
  color: #060716;
}

.rond-presentation.deco-div-2 {
  left: auto;
  top: -5%;
  right: 4%;
  width: 14px;
  height: 14px;
  background-color: #2a2b49;
}

.rond-presentation.petit-rond {
  top: 3%;
  right: -4%;
  width: 15px;
  height: 15px;
}

.text-chiffre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 2px solid #fff5e9;
  font-family: Mansalva, sans-serif;
  color: #fff5e9;
  font-size: 2em;
  line-height: 34px;
  text-align: center;
}

.text-chiffre.bloc-chiffre-fin {
  border-right-style: none;
}

.section-9 {
  height: auto;
  margin-top: -90px;
  padding-bottom: 0px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-10.colonne-bristol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-10.colonne-archive {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-10.colonne-membre-satisfait {
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-10.colonne-mia {
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-10.colonne-pingouin {
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-11.colonne-mia-etape {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-11.colonne-bristol {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-11.colonne-carte {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-11.colonne-carte.colonne-cosmousse {
  display: block;
  padding-right: 9px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-18 {
  width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
  cursor: pointer;
}

.image-18:hover {
  box-shadow: 0 0 0 3px #f8a555;
}

.image-18.img-pripyat {
  width: auto;
  margin-top: -12px;
  cursor: auto;
}

.image-18.img-pripyat:hover {
  box-shadow: none;
}

.image-18.img-vacsco {
  width: 420px;
  margin-right: 0px;
  cursor: default;
}

.image-18.img-vacsco:hover {
  box-shadow: none;
}

.image-18.img-breestritol {
  margin-right: 0px;
  margin-left: 0px;
  cursor: auto;
}

.image-18.img-breestritol:hover {
  box-shadow: none;
}

.image-18.img-breestritol.img-tel {
  width: 500px;
}

.image-18.img-galaxy {
  width: auto;
  cursor: auto;
}

.image-18.img-galaxy:hover {
  box-shadow: none;
}

.image-18.img-mia {
  width: 600px;
  margin-right: 0px;
  border-style: none;
  border-width: 4px;
  border-color: #f8a555;
  cursor: auto;
}

.image-18.img-mia:hover {
  box-shadow: none;
}

.image-18.img-cahier-descharges {
  border-radius: 3px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.image-18.img-cahier-descharges:hover {
  box-shadow: none;
}

.image-18.img-cahier-descharges.img-photo360 {
  width: auto;
}

.image-18.img-photo360 {
  width: 600px;
  padding-right: 16px;
}

.image-18.img-photo360:hover {
  box-shadow: none;
}

.image-18.img-membressatisfait {
  width: 450px;
  margin-right: 0px;
}

.image-18.img-membressatisfait:hover {
  box-shadow: none;
}

.image-18.img5cos {
  margin-right: 18px;
  cursor: auto;
}

.image-18.img5cos:hover {
  box-shadow: none;
}

.image-18.img5cos.img6gauche {
  margin-right: 0px;
}

.image-19 {
  width: 250px;
  height: auto;
  border-radius: 5px;
}

.image-19.img-projet-bristreetol {
  width: 340px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  border: 0px solid #000;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.image-19.img-projet-bristreetol:hover {
  border-width: 0px;
  border-color: #10ac9d;
  box-shadow: 0 0 0 3px #10ac9d;
}

.image-19.img-projet-bristreetol.img-bleu:hover {
  box-shadow: 0 0 0 3px #4b4fd1;
}

.image-19.img-projet-bristreetol.img-bleu.img-bas {
  width: auto;
  margin-right: 0px;
  margin-bottom: 5px;
}

.image-19.img-projet-bristreetol.img-bleu.img-bas:hover {
  box-shadow: 0 0 0 3px #f8a555;
}

.image-19.img-projet-bristreetol.img-bleu.img-bas.img-cosmousse:hover {
  box-shadow: none;
}

.image-19.img-projet-bristreetol.img-bleu.img-bas-copy {
  width: 250px;
  margin-bottom: 10px;
}

.image-19.img-code-portraitchinois {
  margin-bottom: 10px;
}

.column-12 {
  display: block;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-12.colonne-carte-texte {
  padding-right: 0px;
  padding-left: 60px;
}

.column-12.colonne-reflexion {
  padding-left: 40px;
}

.column-12.colonne-perso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-12.colonne-victor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-13.challeng-lum {
  padding-left: 0px;
}

.titre-accrocheur {
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.text-block-11 {
  width: 86%;
  margin-top: -2px;
  margin-bottom: -6px;
  font-family: Poppins, sans-serif;
  color: #14132f;
  font-size: 0.75em;
  text-align: center;
}

.text-block-11.nom-blanc {
  margin-top: 0px;
  color: #fff5e9;
}

.text-block-11.txt-blanc {
  margin-top: 0px;
  margin-bottom: -5px;
  color: #fff5e9;
}

.image-20 {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 5px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.image-20:hover {
  border: 0px solid #10ac9d;
  box-shadow: 0 0 0 4px #10ac9d;
}

.image-20.img-rouge:hover {
  border-color: #ec6448;
  box-shadow: 0 0 0 4px #ec6448;
}

.image-20.img-visite:hover {
  box-shadow: 0 0 0 4px #ec6448;
}

.image-20.img-orange:hover {
  box-shadow: 0 0 0 4px #f8a555;
}

.link-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-10.lien-projet-bloc {
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
}

.link-block-10.lien-projet-bloc:hover {
  border-radius: 5px;
}

.link-block-10.lien-projet-bloc.lien-projet-vac {
  height: 100%;
}

.button-voir-projet {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px auto 0px;
  padding: 5px 0px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #10ac9d;
  border-radius: 5px;
  background-color: rgba(16, 172, 157, 0.98);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff5e9;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-voir-projet:hover {
  border: 2px solid #10ac9d;
  background-color: #fff5e9;
  color: #10ac9d;
}

.button-voir-projet.button-voir-proje-bleu {
  border-color: #5359c5;
  background-color: #5359c5;
}

.button-voir-projet.button-voir-proje-bleu:hover {
  border-color: #14132f;
  background-color: #14132f;
  color: #fff5e9;
}

.button-voir-projet.button-voir-proje-bleu.button-cart {
  position: static;
}

.button-voir-projet.button-voir-proje-bleu.button-portraitchinois {
  margin-right: 15px;
}

.button-voir-projet.button-cart.button-voir-proje-bleu {
  margin-top: 25px;
}

.button-voir-projet.button-rouge-projet {
  display: block;
  border-color: #ec6448;
  background-color: rgba(236, 100, 72, 0.97);
  text-align: center;
}

.button-voir-projet.button-rouge-projet:hover {
  background-color: #fff5e9;
  color: #ec6448;
}

.button-voir-projet.button-rouge-projet.button-visite {
  margin-bottom: 30px;
}

.button-voir-projet.button-orange-projet {
  border: 2px solid #fff5e9;
  background-color: #f8a555;
}

.button-voir-projet.button-orange-projet:hover {
  background-color: #fff5e9;
  color: #f8a555;
}

.button-voir-projet.button-orange {
  position: static;
  width: 100%;
  height: auto;
  margin-top: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 2px solid #f8a555;
  border-radius: 5px;
  background-color: #f8a555;
  font-size: 1em;
}

.button-voir-projet.button-orange:hover {
  height: auto;
  padding-top: 4px;
  border: 2px solid #f8a555;
  border-radius: 5px;
  background-color: rgba(248, 165, 85, 0);
  color: #f8ab6b;
}

.button-voir-projet.button-orange.button-rouge {
  margin-top: 0px;
  border-color: #ec6448;
  background-color: #ec6448;
}

.button-voir-projet.button-orange.button-rouge:hover {
  background-color: #fff5e9;
  color: #ec6448;
}

.button-voir-projet.button-challenge-victor {
  position: static;
}

.button-voir-projet.button-victor-naimepaslien {
  position: static;
  width: 100%;
  margin-top: 5px;
  margin-right: auto;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
}

.button-voir-projet.button-victor-naimepaslien:hover {
  border: 2px solid #10ac9d;
}

.button-voir-projet.button-galerie {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.button-voir-projet.button-galerie.button-orange {
  margin-top: 0px;
}

.button-voir-projet.button-galerie.button-orange.bouton-memoire {
  padding-right: 20px;
  padding-left: 20px;
  border-color: #10a899;
  background-color: #10a899;
}

.button-voir-projet.button-galerie.button-orange.bouton-memoire:hover {
  background-color: #14132f;
  color: #fff5e9;
}

.button-voir-projet.button-galerie.button-bleu {
  margin-top: 0px;
  border-color: #4b4fd1;
  background-color: #4b4fd1;
}

.button-voir-projet.button-galerie.button-bleu:hover {
  background-color: #fff5e9;
  color: #4b4fd1;
}

.button-voir-projet.button-galerie.bouton-rouge {
  border-color: #ec6448;
  background-color: #ec6448;
}

.button-voir-projet.button-galerie.bouton-rouge:hover {
  background-color: #fff5e9;
  color: #ec6448;
}

.image-21 {
  width: 110px;
  height: auto;
  margin-bottom: 0px;
  border-radius: 5px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.image-21:hover {
  border: 0px solid #10ac9d;
  box-shadow: 0 0 0 3px #10ac9d;
}

.image-21.img-bleu {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.image-21.img-bleu:hover {
  box-shadow: 0 0 0 3px #f8a555;
}

.image-21.img-bleu.img-cosmousse:hover {
  box-shadow: none;
}

.image-21.i-g-tel-bristol {
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.image-mia {
  width: 100%;
  margin-right: 0px;
  border-style: none;
  border-width: 4px;
  border-color: #f8a555;
  border-radius: 5px;
}

.image-mia:hover {
  border-style: none;
}

.image-22 {
  margin-top: 17px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 5px;
}

.image-22.img-projet-bristreetol {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.image-22.img-projet-bristreetol:hover {
  border: 0px solid #10ac9d;
}

.image-22.img-projet-bristreetol.img-bas {
  margin-top: 20px;
  margin-bottom: 25px;
}

.image-22.img-projet-bristreetol.img-bas:hover {
  box-shadow: none;
}

.image-22.img-projet-bristreetol.photo-gauche {
  padding-right: 30px;
}

.image-22.img-projet-portaitchinois {
  width: auto;
  margin-top: 0px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.image-22.img-projet-portaitchinois:hover {
  opacity: 1;
}

.image-22.img-affiche-lum {
  margin-top: 10px;
  margin-right: 0px;
}

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

.image-tchnobyl {
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 5px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.image-tchnobyl:hover {
  box-shadow: 0 0 0 4px #4b4fd1;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-15.bloc-portraitchinoiscode {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15.bloc-pingouin {
  margin-top: 3px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-15.bloc-stopmotoion {
  margin-top: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  height: 100%;
  min-height: auto;
  border-radius: 5px;
}

.image-23 {
  overflow: visible;
  width: 320px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.image-23.img-lunerouge {
  display: none;
  margin-top: 14px;
}

.image-24 {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
}

.image-24.img-charte-visite {
  width: auto;
  margin-top: 19px;
  border-radius: 5px;
}

.image-24.img-storyboard {
  margin-bottom: 18px;
}

.columne-lune-rouge-storyboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-25 {
  width: auto;
  height: 200px;
  margin-bottom: 0px;
}

.image-26 {
  width: auto;
  height: 300px;
  margin-bottom: 0px;
}

.img-vacsco {
  margin-bottom: 0px;
  border-radius: 5px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.img-vacsco:hover {
  border-radius: 5px;
  box-shadow: 0 0 0 5px #f8a555;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.img-calendrier {
  margin-right: 0px;
  margin-bottom: 9px;
  padding-bottom: 0px;
  border-radius: 5px;
}

.link-block-11 {
  width: 100%;
  height: auto;
  text-decoration: none;
}

.image-28 {
  margin: 25px auto auto;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.image-28.img-victor-gif {
  margin-top: 11px;
}

.image-28.img-gif {
  margin-top: 20px;
}

.image-29 {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.image-29.img-visite {
  width: auto;
}

.linkbloc-pripyat {
  height: auto;
  margin-left: 0px;
  padding-right: 0px;
}

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

.link {
  position: static;
}

.creation-bloc {
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.bloc-crea {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
}

.img-logo-autre {
  margin-right: -4px;
  margin-left: 10px;
}

.img-logo-autre {
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: 6px;
}

.txt-outilscrea {
  letter-spacing: 0.06em;
}

.video-2 {
  height: 100%;
  border-radius: 5px;
}

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

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-14.link-bloc-archive {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.link-block-14.link-bloc-archive.link-bloc-archive-bas {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-victor {
  width: auto;
  margin-top: 0px;
  border-radius: 5px;
}

.link-block-15 {
  padding-right: 13px;
  font-style: normal;
  text-decoration: none;
}

.image-31 {
  border-radius: 5px;
}

.image-32 {
  border-radius: 5px;
}

.bloc-link-projet {
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.bloc-cat-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -4px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bloc-cat-item.cat-item-prevnext {
  width: 105%;
  margin-top: 6px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bloc-cat-item.cat-item-prevnext.cat-prev {
  margin-top: 6px;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bloc-cat-item.cat-item-prevnext.cat-prev:hover {
  margin-bottom: auto;
}

.bloc-cat-item.cat-item-prevnext.grand-titre {
  margin-top: -10px;
}

.bloc-cat-item.cat-vac {
  margin-top: -9px;
}

.bloc-cat-item.bloc-cat-projet {
  margin-top: -6px;
}

.degrade {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd9c), color-stop(91%, #fbf1e5), to(#fbf1e5));
  background-image: linear-gradient(180deg, #ffcd9c, #fbf1e5 91%, #fbf1e5);
}

.degrade.degrade-vert {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b2e0dd), color-stop(91%, #fff5e9), to(#fff5e9));
  background-image: linear-gradient(180deg, #b2e0dd, #fff5e9 91%, #fff5e9);
}

.degrade.degrade-bleu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfd0f7), color-stop(71%, #fff5e9), to(#fff5e9));
  background-image: linear-gradient(180deg, #cfd0f7, #fff5e9 71%, #fff5e9);
}

.degrade.bleu-degrade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfd0f7), color-stop(91%, #fff5e9), to(#fff5e9));
  background-image: linear-gradient(180deg, #cfd0f7, #fff5e9 91%, #fff5e9);
}

.degrade.degrade-rouge {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 135, 116, 0.89)), color-stop(35%, rgba(244, 163, 146, 0.51)), color-stop(70%, #fff5e9), to(#fff5e9));
  background-image: linear-gradient(180deg, rgba(240, 135, 116, 0.89), rgba(244, 163, 146, 0.51) 35%, #fff5e9 70%, #fff5e9);
}

.degrade.degrade-orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd9c), color-stop(91%, #fff5e9), to(#fff5e9));
  background-image: linear-gradient(180deg, #ffcd9c, #fff5e9 91%, #fff5e9);
}

.degrade.degrade-404 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd9c), color-stop(91%, #fff5e9), to(#fff5e9));
  background-image: linear-gradient(180deg, #ffcd9c, #fff5e9 91%, #fff5e9);
}

.page-titre-2 {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 16px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Roboto, sans-serif;
  color: #14132f;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.65em;
  text-transform: uppercase;
  text-shadow: 0 0 3px #fff5e9;
  cursor: default;
}

.page-titre-2.accueil-pagetitre {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 1.35em;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-shadow: none;
}

.sous-titre-2 {
  margin-top: -16px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Mansalva, sans-serif;
  color: #f8a555;
  font-size: 1.2em;
  letter-spacing: 0.06em;
  text-transform: none;
  text-shadow: none;
  cursor: default;
}

.sous-titre-2.vert-projet {
  margin-top: -14px;
  margin-left: -9px;
  color: #10ac9d;
}

.sous-titre-2.sous-titre-bleu {
  margin-left: -11px;
  color: #4b4fd1;
}

.sous-titre-2.sous-titre-bleu.sous-titre-profil {
  margin-top: -25px;
  margin-bottom: 7px;
  font-size: 1.4em;
}

.sous-titre-2.sous-titre-bleu.sous-titre-haut {
  margin-left: -17px;
}

.sous-titre-2.soust-titre-vert {
  margin-top: -16px;
  margin-left: -6px;
  color: #10ac9d;
}

.sous-titre-2.sous-titre-rouge {
  margin-left: -8px;
  padding-left: 0px;
  color: #df5f47;
}

.txt-portfolio {
  height: 100%;
  font-family: Mansalva, sans-serif;
  color: #ec6448;
  font-size: 9em;
  line-height: 100px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.txt-portfolio.o {
  -webkit-transform: rotate(-23deg) translate(0px, 10px);
  -ms-transform: rotate(-23deg) translate(0px, 10px);
  transform: rotate(-23deg) translate(0px, 10px);
  color: #f8a555;
  font-size: 16em;
}

.txt-portfolio.o.o-2 {
  padding-right: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #f8a555;
  font-size: 9em;
}

.txt-portfolio.o.o-3 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #f8a555;
  font-size: 9em;
}

.txt-portfolio.o.o-1 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 9em;
}

.txt-portfolio.vert {
  color: #5359c5;
}

.txt-portfolio.blue {
  color: #10ac9d;
  cursor: pointer;
}

.div-block-20 {
  position: relative;
}

.container-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}

.button-archives-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff5e9;
  border-radius: 4.5px;
  background-color: #10ac9d;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  text-decoration: none;
}

.button-archives-2:hover {
  background-color: #14132f;
}

.button-archives-2.button-archives-2 {
  width: 40%;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 6px 0px;
  background-color: #f8a555;
  font-size: 1em;
  line-height: 25px;
  cursor: pointer;
}

.button-archives-2.button-archives-2:hover {
  background-color: #14132f;
}

.button-archives-2.button-archives-2.button-chat {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #df5f47;
  text-align: center;
}

.button-archives-2.button-archives-2.button-chat.button-send {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.button-archives-2.button-send {
  width: 100%;
  margin-top: 0px;
  background-color: #df5f47;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.deco-o {
  position: absolute;
  left: -5px;
  top: -12px;
  bottom: auto;
}

.text-archives-2 {
  margin-right: 0px;
  margin-left: 8px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff5e9;
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.text-archives-2.txt-projets {
  margin-top: 1px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 3.4px;
  cursor: pointer;
}

.section-portfolio {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  margin-top: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0px;
  text-decoration: none;
  cursor: pointer;
}

.image-33 {
  margin-left: 8px;
}

.section-dessin {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gif-mobile {
  display: none;
  overflow: visible;
}

.gif-ordi {
  width: 86%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.bloc-rs-2 {
  position: fixed;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 4%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 100px;
  margin-top: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rs-2 {
  width: 50px;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-transition-property: width;
  transition-property: width;
  cursor: pointer;
}

.rs-2:hover {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img-rs-2 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.img-rs-2:hover {
  width: 46px;
}

.sous-titre-2 {
  display: block;
}

.sous-titre-2.sous-titre-bleu {
  color: #5359c5;
}

.sous-titre-2.sous-titre-rouge {
  color: #ec6448;
}

.sous-titre-2.sous-titre-rouge.soustitrecontact {
  margin-top: -13px;
  margin-left: -3px;
}

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

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

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

.columns-8 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-right: 22%;
  padding-left: 22%;
}

.columns-8.column-2 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.columns-8.column-3 {
  margin-top: 20px;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img6galerie {
  height: auto;
}

.img-haleroe-img {
  width: 100%;
  height: 100%;
}

.img-galerie {
  width: 100%;
  height: 100%;
  border-style: none;
  border-width: 0px;
  border-color: #f8a555;
  border-radius: 5px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.img-galerie:hover {
  border-style: none;
  box-shadow: 0 0 0 3px #f8a555;
}

.img-galerie.img-vert {
  border-color: #10ac9d;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.img-galerie.img-vert:hover {
  box-shadow: 0 0 0 3px #10ac9d;
}

.img-galerie.bloc-bleu {
  border-color: #4b4fd1;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.img-galerie.bloc-bleu:hover {
  box-shadow: 0 0 0 3px #4b4fd1;
}

.img-galerie.bloc-rouge {
  border-color: #ec6448;
}

.img-galerie.bloc-rouge:hover {
  box-shadow: 0 0 0 3px #ec6448;
}

.img-galerie.img-illu {
  border-radius: 0px;
}

.img-galerie.img-rouge {
  border-radius: 5px;
  -webkit-transition-property: none;
  transition-property: none;
}

.img-galerie.img-rouge:hover {
  box-shadow: none;
}

.img-galerie.img-cat {
  border-radius: 0px;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 0%;
  padding-left: 0%;
}

.columns-9._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.columns-9.column-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
}

.column-18.column-2 {
  padding-right: 0px;
  padding-left: 40px;
}

.column-18.column-2.colonne-portraitchinois {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.column-18.column-2.colonne-video {
  padding-right: 0px;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-19.colonne-2 {
  padding-right: 40px;
}

.column-19.column-2-2 {
  padding-right: 40px;
  padding-left: 0px;
}

.background-video {
  position: static;
  border-radius: 5px;
}

.slider {
  height: auto;
  border-radius: 5px;
}

.mask {
  height: auto;
  border-radius: 5px;
}

.slide {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.image-34 {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.slide-2 {
  position: relative;
  border-radius: 5px;
}

.background-video-3 {
  position: static;
  padding-bottom: 0px;
}

.section-10 {
  margin-top: 60px;
  padding-right: 15%;
  padding-left: 15%;
}

.section-10.section-dessous {
  margin-top: 100px;
}

.section-10.section-2 {
  margin-top: 100px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-35 {
  position: relative;
  z-index: -1;
  width: 100%;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -13px;
  padding: 40px 15% 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4a4fd9;
}

.columns-10.column-10-2 {
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: transparent;
}

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

.div-block-22 {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-right: 14px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #fff5e9;
}

.div-block-22.droite {
  width: 100%;
  margin-right: 0px;
  margin-left: 15px;
  padding-bottom: 0px;
}

.div-block-22.bloc-competence {
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.button-5 {
  position: static;
  display: block;
  width: 70%;
  margin: 20px auto 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-archives.button-cv.button-formation {
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.button-archives.button-cv.button-formation.text-archives {
  width: 50px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: auto;
  padding: 6px 10px;
  color: #fff5e9;
  font-size: 2em;
  letter-spacing: 0em;
}

.div-formation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-formation.formation-dut {
  margin-top: 50px;
  padding-bottom: 20px;
}

.div-formation.formation-dut.medialinkblock {
  margin-top: 43px;
}

.link-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4a4fd9;
  border-radius: 8px;
  background-color: #4b4fd1;
  box-shadow: 0 0 3px 0 #4a4fd9;
  color: #4a4fd9;
}

.link-block-19.link-he {
  border-color: #f8a555;
  box-shadow: 0 0 3px 0 #f8a555;
}

.link-block-19.logo-cy {
  border-color: #10ac9d;
  background-color: #10ac9d;
  box-shadow: 0 0 3px 0 #10ac9d;
}

.link-block-19.logo-gustave-eiffel {
  background-color: #4a4fd9;
}

.div-block-24 {
  width: 100%;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 10px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  width: 5px;
  height: 5px;
  margin-top: 12px;
  border-radius: 20px;
  background-color: #4a4fd9;
}

.div-block-27 {
  width: 100px;
  margin-bottom: 10px;
  border-radius: 2px;
  background-color: #10ac9d;
}

.div-block-27.div-text {
  width: 100%;
  margin-bottom: 0px;
  background-color: #10ac9d;
}

.div-block-27.div-text.bleu-zone {
  background-color: #4a4fd9;
}

.div-block-27.date-pro {
  width: 160px;
}

.div-block-27.date-pro.bleu-zone {
  background-color: #4a4fd9;
}

.image-37 {
  border-radius: 5px;
}

.column-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
}

.html-embed-3 {
  width: 4px;
  height: 100%;
  border: 1px dashed #000;
}

.div-block-28 {
  display: block;
  width: 5px;
  height: 110px;
  margin-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 7px dotted #4a4fd9;
}

.section-11 {
  padding-right: 15%;
  padding-bottom: 100px;
  padding-left: 15%;
  background-color: #4a4fd9;
}

.columns-11 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.text-block-12 {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.text-block-12.text-presentation {
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(74, 79, 217, 0.15);
}

.div-block-29.bloc-bas {
  margin-top: 20px;
}

.div-block-29.bloc-bas.bloc-langues {
  margin: 0px 20px;
  padding-bottom: 0px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.secton-contatc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 40px 15% 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/deco-contact.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
}

.div-block-31 {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 55px;
  border-style: solid;
  border-width: 3px;
  border-color: #df5f47;
  border-radius: 4px;
  background-color: #fff5e9;
}

.column-23 {
  border-right: 1px none #df5f47;
  border-left: 0px none #000;
}

.column-24 {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 3px none #df5f47;
  border-left: 3px none #df5f47;
}

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

.field-label {
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.text-field-2 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #f8d2c3;
  border-radius: 5px;
  background-color: rgba(223, 95, 71, 0.23);
  box-shadow: 0 0 3px 0 #d85945, inset 0 0 3px 3px #f8d2c3;
  font-family: Poppins, sans-serif;
  color: #14132f;
}

.text-field-2.txt-error {
  width: 85%;
  max-width: 85%;
  min-width: 85%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-color: #fcd7b0;
  background-color: rgba(248, 165, 85, 0.38);
  box-shadow: 0 0 3px 0 #fcd7b0, inset 0 0 3px 3px #fcd7b0;
}

.form {
  margin-right: 40px;
  margin-left: 40px;
}

.text-field-3 {
  margin-bottom: 20px;
}

.text-field-3.text-field-2 {
  margin-bottom: 30px;
}

.image-38 {
  margin-left: 0px;
}

.success-message {
  margin-top: auto;
  margin-bottom: auto;
}

.success-message.text-field-2.txt-sucess {
  width: 90%;
  max-width: 90%;
  min-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-13 {
  font-size: 0.95em;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

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

.div-block-32 {
  width: 3px;
  height: 100px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 3%;
  margin-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35 {
  width: 50%;
}

.div-block-36 {
  width: 3.5px;
  height: 400px;
  background-color: #df5f47;
}

.prompt-message {
  position: absolute;
  left: -183%;
  top: -68%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f2f2f3;
  color: #181818;
  font-weight: 500;
}

.subscribe-form-input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.chat-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 3%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: 530px;
  margin-right: 2px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 14px 6px #df5f47;
}

.chat-wrapper.chat-bg {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.69);
  box-shadow: none;
}

.chat-bubble {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 9px;
  padding: 12px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 9px;
  background-color: #f2f2f3;
  font-family: Poppins, sans-serif;
  font-size: 0.9em;
}

.chat-bubble.response--1 {
  display: none;
}

.chat-bubble.reply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #3b40f8;
  color: #fff;
}

.chat-bubble.reply.reply--email {
  display: none;
  overflow: visible;
  max-width: 100%;
}

.chat-bubble.reply.reply--service {
  display: none;
}

.chat-bubble.reply.reply--name {
  display: none;
}

.chat-bubble.response--2 {
  display: none;
  width: 100%;
  max-width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.chat-bubble.response--3 {
  display: none;
}

.chat-bubble.response--4 {
  display: none;
}

.subscribe-form-input {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2000px;
  background-color: #fff;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit {
  display: none;
}

.success {
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.radio--button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0%;
}

.radio--button.w--redirected-checked {
  z-index: 0;
  border-color: transparent;
  border-radius: 4px;
  background-color: #c1d4ff;
  color: #fff;
}

.field-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 0px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.response--name {
  color: #fff;
}

.text-block {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button {
  margin-left: -79px;
  padding-right: 36px;
  padding-left: 36px;
  border-radius: 1000px;
  background-color: #3b40f8;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-2 {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.field {
  position: absolute;
  z-index: 1;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #cbcbcb #000 #d0d0d0;
}

.field.hidden {
  z-index: -1;
  display: none;
  width: 0px;
}

.field.dummy {
  z-index: 0;
  width: 100%;
}

.field.email {
  display: none;
}

.chat-bubble-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 37px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chat-button {
  position: static;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #3b3efa;
  color: #fff;
  cursor: pointer;
}

.chat-button.button-chat.button-archives-2 {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-radius: 4.5px;
  -webkit-transition-duration: 2ms;
  transition-duration: 2ms;
}

.chat-button.button-chat.button-archives-2:hover {
  background-color: #06060f;
}

.chat-button.button-chat.button-archives-2:active {
  background-color: #06060f;
}

.chat-button.button-chat.button-archives-2.txt-chat {
  position: static;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-2 {
  margin-left: 12px;
  font-family: Poppins, sans-serif;
  color: #dbdbdb;
  font-size: 13px;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-37 {
  position: absolute;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 40%;
}

.lottie-animation {
  width: 36px;
  margin-right: 18px;
  margin-bottom: 0px;
  margin-left: 2px;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.form-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-icon {
  font-size: 55px;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-button-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3b3ff9;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #3b3ff9;
  cursor: pointer;
}

.radio-button-field:hover {
  background-color: #7275f6;
  color: #fff;
}

.chat-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #df5f47;
}

.form-block-3 {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
}

.heading-4 {
  margin: 0px;
  color: #fff;
  font-size: 65px;
  line-height: 1.3;
}

.container-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-8.horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.rbl {
  position: relative;
  z-index: 2;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  min-width: 100vw;
  margin-top: 40px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(18, 18, 18, 0);
}

.chat-wrapper-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 550px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.chat-bubble-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 9px;
  padding: 12px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 9px;
  background-color: #f2f2f3;
}

.chat-bubble-2.response--1 {
  display: none;
}

.chat-bubble-2.reply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #3b40f8;
  color: #fff;
}

.chat-bubble-2.reply.reply--email {
  display: none;
  overflow: visible;
  max-width: 100%;
}

.chat-bubble-2.reply.reply--service {
  display: none;
}

.chat-bubble-2.reply.reply--name {
  display: none;
}

.chat-bubble-2.response--2 {
  display: none;
  width: 100%;
  max-width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.chat-bubble-2.response--3 {
  display: none;
}

.chat-bubble-2.response--4 {
  display: none;
}

.field-wrapper-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-15 {
  color: #fff;
  font-weight: 600;
}

.field-2 {
  position: absolute;
  z-index: 1;
  height: 100%;
  margin-bottom: 0px;
  border-style: solid none;
  border-width: 1px;
  border-color: #cbcbcb #000 #d0d0d0;
}

.field-2.hidden {
  z-index: -1;
  display: none;
  width: 0px;
}

.field-2.dummy {
  z-index: 0;
  width: 100%;
}

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

.chat-bubble-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chat-button-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #3b3efa;
  color: #fff;
  cursor: pointer;
}

.text-block-16 {
  margin-left: 12px;
  color: #dbdbdb;
  font-size: 13px;
}

.lottie-animation-2 {
  width: 44%;
  margin-bottom: 3px;
  margin-left: 2px;
}

.chat-top-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b3ff9;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 5px;
  box-shadow: 0 0 19px 4px #df5f47, inset 0 0 0 4px #df5f47, 0 0 0 4px #df5f47;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc-chat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.columns-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-17 {
  margin-bottom: 40px;
}

.bouton-retour {
  position: absolute;
  left: 61px;
  top: 191px;
  text-decoration: none;
}

.bouton-retour.bouton-galerie {
  left: auto;
  top: 140px;
  right: 167px;
}

.bouton-retour.retour-galerie {
  left: 123px;
  top: 154px;
}

.div-retour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #15ae9f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.div-retour:hover {
  background-color: #14132f;
  color: #14132f;
}

.div-retour.retour {
  position: fixed;
  background-color: #f8a555;
}

.div-retour.retour:hover {
  background-color: #14132f;
}

.div-retour.retour.retour-vert {
  background-color: #10a899;
}

.div-retour.retour.retour-vert:hover {
  background-color: #14132f;
}

.div-retour.retour.retour-vert.div-bottom {
  left: auto;
  top: 56%;
  right: 12%;
  bottom: 0%;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 0px;
}

.div-retour.retour.retour-bleu {
  background-color: #5359c5;
}

.div-retour.retour.retour-bleu:hover {
  background-color: #14132f;
}

.div-retour.retour-bleu {
  background-color: #4b4fd1;
}

.div-retour.retour-rouge {
  background-color: #ec6448;
}

.arrow-retour {
  margin-top: 5px;
  margin-bottom: -11px;
  color: #fff5e9;
}

.arrow-retour.aarrow-bottom {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.background-video-4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 284px;
  height: 284px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  text-align: left;
}

.div-block-41 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 0%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.slider-2 {
  height: auto;
  border-radius: 5px;
  background-color: #f5b071;
}

.slider-2.slide-10mot {
  width: 420px;
  margin-top: 15px;
}

.slider-2.slider-he {
  width: 468px;
  height: 468px;
}

.mask-2 {
  width: auto;
  height: auto;
}

.img-slide-illu-inktober {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 5px;
}

.slide-3 {
  border-radius: 5px;
}

.image-39 {
  position: absolute;
  margin: 214px 20px;
}

.arrow-slide {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc-info-galerie {
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 5px;
  background-color: rgba(248, 165, 85, 0.41);
}

.bloc-info-galerie.bloc-bleu {
  background-color: rgba(75, 79, 209, 0.2);
}

.bloc-info-galerie.bloc-vert {
  background-color: rgba(21, 174, 159, 0.3);
}

.bloc-info-galerie.bloc-rouge {
  background-color: #f9c3b3;
}

.section-14 {
  margin-top: 0px;
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-27 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

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

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

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

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

.image-40 {
  margin-top: 10px;
  border-radius: 5px;
}

.image-41 {
  border-radius: 5px;
}

.link-block-21 {
  margin-top: 10px;
  text-decoration: none;
}

.link-block-22 {
  margin-top: 10px;
  text-decoration: none;
}

.link-block-23 {
  margin-top: 10px;
  text-decoration: none;
}

.html-embed-5 {
  width: 80%;
  height: 500px;
  margin-top: -15px;
  margin-bottom: 30px;
  border-radius: 5px;
}

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

.image-42 {
  border-radius: 5px;
}

.image-43 {
  border-radius: 5px;
}

.background-video-5 {
  width: 468px;
  height: 468px;
  border-radius: 5px;
}

.blop-orange {
  position: absolute;
  left: 87px;
  top: 40%;
  right: 0%;
  bottom: 12px;
  width: 100%;
  height: 100%;
}

.container-9 {
  height: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #f8a555;
  border-radius: 5px;
}

.intro-outils {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro-outils.intro-climet {
  margin-top: 25px;
}

.section-projet-pres {
  margin-right: 15%;
  margin-bottom: 100px;
  margin-left: 15%;
}

.container-10 {
  height: 500px;
  margin-top: 43px;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bloc-outil-pres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-44 {
  margin-top: -2px;
}

.bloc-txt-intro {
  padding-right: 40px;
  padding-left: 0px;
}

.titre-guillement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.titre-guillement.titre-lum {
  margin-bottom: 40px;
}

.titre-guillement.titre-jeu {
  margin-bottom: 30px;
}

.guillemet {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #f8a555;
  font-size: 3em;
}

.guillemet.guilelemnt-gauche.guillement-2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 2em;
}

.guillemet.guilelemnt-gauche.guillemet-bleu.guillemet-profil {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #5359c5;
}

.guillemet.guillement-2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 2em;
}

.guillemet.guillemet-vert {
  padding-right: 10px;
  padding-left: 10px;
  color: #10a899;
}

.guillemet.guillemet-bleu {
  color: #5359c5;
}

.guillemet.guillemet-bleu.guilelemt-profil-gauche {
  margin-top: -2px;
  padding-left: 20px;
}

.guillemet.guillemet-rouge {
  color: #ec6448;
}

.bloc-projet-pres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bloc-pres-debut {
  margin-bottom: 23px;
  border-style: solid;
  border-width: 3px;
  border-color: #f8a555;
  border-radius: 5px;
}

.bloc-pres-debut.bloc-pres-vert {
  border-color: #10a899;
}

.bloc-pres-debut.bloc-pres-bleu {
  border-color: #5359c5;
}

.bloc-pres-debut.bloc-pres-rouge {
  border-color: #ec6448;
}

.text-block-19 {
  font-family: Poppins, sans-serif;
  color: #1a1b1f;
  font-size: 0.8em;
}

.txt-pres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bloc-projet-visu {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-transition: box-shadow 200ms ease, opacity 200ms ease;
  transition: box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
}

.bloc-projet-visu:hover {
  box-shadow: 0 0 0 4px #10a899;
}

.bloc-projet-visu.projet-visu-mia {
  margin-bottom: 0px;
}

.bloc-projet-visu.projet-visu-mia:hover {
  box-shadow: none;
}

.bloc-projet-visu.projet-visu-bleu {
  margin-bottom: 0px;
  box-shadow: 1px 1px 10px 4px rgba(225, 220, 235, 0.87);
  cursor: auto;
}

.bloc-projet-visu.projet-visu-bleu:hover {
  box-shadow: 1px 1px 10px 3px rgba(225, 220, 235, 0.8);
}

.bloc-projet-visu.projet-visu-bleu.visu-achives {
  margin-bottom: 0px;
  box-shadow: 1px 1px 10px 3px rgba(225, 220, 235, 0.81);
  cursor: pointer;
}

.bloc-projet-visu.projet-visu-bleu.visu-achives:hover {
  box-shadow: 0 0 0 3px #5359c5;
}

.bloc-projet-visu.projet-bloc-orange {
  margin-bottom: 0px;
  box-shadow: 1px 1px 10px 3px rgba(254, 224, 198, 0.81);
}

.bloc-projet-visu.projet-bloc-orange:hover {
  box-shadow: 0 0 0 3px #f8a555;
}

.bloc-projet-visu.visu-bristreetol {
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: auto;
}

.bloc-projet-visu.visu-bristreetol:hover {
  box-shadow: none;
}

.bloc-projet-visu.projet-visu-vert {
  box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.85);
}

.image-projet {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
}

.image-projet.projet-visu-vert {
  box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.82);
}

.bloc-voir-projt {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #10a899;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 0.9em;
}

.bloc-voir-projt:hover {
  background-color: #14132f;
}

.bloc-voir-projt.bloc-voir-projet-bleu {
  background-color: #5359c5;
}

.bloc-voir-projt.voir-projet-orange {
  background-color: #f8a555;
}

.txt-voirprojet {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #e6ddd2;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
}

.txt-voirprojet:hover {
  background-color: #14132f;
}

.txt-voir-projet {
  display: none;
}

.txt-voir-projet:hover {
  display: block;
}

.bloc-projet-groupe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}

.video-membres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-carte-visite {
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 5px;
}

.img-carte-visite.img-maquette-gauche {
  margin-top: -16px;
  padding-right: 0px;
}

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

.link-block-26 {
  text-transform: none;
}

.div-photo-bristol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bloc-img-bristol-retouche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18-copy {
  width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
  cursor: pointer;
}

.image-18-copy:hover {
  box-shadow: 0 0 0 3px #f8a555;
}

.image-18-copy.img-pripyat {
  width: auto;
}

.image-18-copy.img-pripyat:hover {
  box-shadow: none;
}

.image-18-copy.img-breestritol {
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  cursor: auto;
}

.image-18-copy.img-breestritol:hover {
  box-shadow: none;
}

.image-18-copy.img-galaxy {
  width: auto;
}

.image-18-copy.img-galaxy:hover {
  box-shadow: none;
}

.image-18-copy.img-mia {
  border-style: none;
  border-width: 4px;
  border-color: #f8a555;
  box-shadow: 0 0 0 4px #f8a555;
  cursor: auto;
}

.image-18-copy.img-mia:hover {
  box-shadow: 0 0 0 4px #f8a555;
}

.image-18-copy.img-cahier-descharges {
  border-radius: 3px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.image-18-copy.img-cahier-descharges:hover {
  box-shadow: 0 0 0 3px #4b4fd1;
}

.img-retouche-bristol {
  width: 350px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
}

.bloc-retouche-bristol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-44 {
  margin-right: 60px;
  margin-left: 60px;
}

.phrase-anectote {
  margin-right: auto;
  margin-left: auto;
  font-size: 0.9em;
  text-align: center;
}

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

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

.paragraphe-mockup {
  width: 80%;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}

.bloc-carte-de-visite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-13-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-13-copy.challeng-lum {
  padding-left: 0px;
}

.bloc-maquette-lum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-45 {
  width: auto;
  margin-right: 0px;
}

.image-46 {
  width: auto;
  margin-right: 0px;
}

.div-archives-photo {
  margin-right: 24px;
}

.image-18-copy {
  width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
  cursor: pointer;
}

.image-18-copy:hover {
  box-shadow: 0 0 0 3px #f8a555;
}

.image-18-copy.img-pripyat {
  width: auto;
}

.image-18-copy.img-pripyat:hover {
  box-shadow: none;
}

.image-18-copy.img-breestritol {
  margin-right: 0px;
  margin-left: 0px;
  cursor: auto;
}

.image-18-copy.img-breestritol:hover {
  box-shadow: none;
}

.image-18-copy.img-breestritol.img-tel {
  width: 500px;
}

.image-18-copy.img-galaxy {
  width: auto;
}

.image-18-copy.img-galaxy:hover {
  box-shadow: none;
}

.image-18-copy.img-mia {
  width: auto;
  border-style: none;
  border-width: 4px;
  border-color: #f8a555;
  cursor: auto;
}

.image-18-copy.img-mia:hover {
  box-shadow: none;
}

.image-18-copy.img-cahier-descharges {
  border-radius: 3px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.image-18-copy.img-cahier-descharges:hover {
  box-shadow: none;
}

.image-18-copy.img-cahier-descharges.img-photo360 {
  width: auto;
}

.image-18-copy.img-photo360 {
  width: 600px;
  padding-right: 16px;
}

.image-18-copy.img-photo360:hover {
  box-shadow: none;
}

.image-47 {
  margin-right: 0px;
  border-radius: 5px;
}

.image-48 {
  margin-right: 0px;
  border-radius: 5px;
}

.image-49 {
  margin-right: 0px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-storyboard-com-he {
  width: 400px;
  margin-right: 0px;
  margin-bottom: 55px;
  padding-right: 16px;
  padding-left: 15px;
  border-radius: 5px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-decoration: none;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-50 {
  border-radius: 5px;
}

.image-51 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-52 {
  margin-right: 0px;
  border-radius: 5px;
}

.image-53 {
  margin-top: 30px;
  margin-right: 0px;
  border-radius: 5px;
}

.background-video-6 {
  width: 1136.8125px;
  height: 100px;
}

.image-54 {
  margin-right: 22px;
  border-radius: 5px;
}

.image-54.img-stop {
  margin-right: 0px;
}

.image-55 {
  margin-right: 0px;
  border: 5px none #000;
}

.image-55.mia-img {
  margin-right: 22px;
  border-radius: 5px;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-54.section-couleur {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-56 {
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 5px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-57.paragraphe-2 {
  margin-top: -12px;
}

.div-block-57.txt-paragraphe {
  margin-top: -10px;
}

.html-embed-6 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.9em;
  line-height: 22px;
}

.image-57 {
  margin-right: 0px;
}

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

.text-span {
  color: #f8a555;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-58 {
  margin: 5px 8px 23px 0px;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-59 {
  margin-right: 10px;
}

.image-59 {
  margin-right: 10px;
}

.image-60 {
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 5px;
}

.video-3 {
  width: 350px;
  height: 550px;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 51px;
  padding-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-61 {
  border-radius: 5px;
}

.hastag-cat {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 4%;
  width: auto;
  padding: 3px 8px 2px 10px;
  border-style: solid;
  border-width: 1.3px;
  border-color: #fff5e9;
  border-radius: 2px;
  background-color: #f6a45a;
  color: #fff5e9;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.hastag-cat.hashtag-rouge {
  background-color: #ec6448;
}

.hastag-cat.hashtag-vert {
  background-color: #10a899;
}

.hastag-cat.hashtag-vert.hastag-insidepopup {
  position: static;
  margin-bottom: 10px;
}

.hastag-cat.hashtag-vert.hastag-insidepopup.hastag-rouge {
  background-color: #ec6448;
}

.hastag-cat.hashtag-vert.hastag-insidepopup.hashatg-orange {
  background-color: #f8a555;
}

.hastag-cat.eye {
  left: 4%;
  top: 4%;
  right: auto;
  bottom: auto;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1.3px;
  border-color: #fff5e9;
  border-radius: 6px;
  cursor: pointer;
}

.hastag-cat.eye.eye6green {
  border-radius: 3px;
  background-color: #10a899;
}

.hastag-cat.eye.eyered {
  background-color: #ec6448;
}

.information-bouton {
  position: absolute;
  left: 4%;
  top: 4%;
  right: auto;
  bottom: auto;
  padding: 2px 13px;
  border-radius: 20px;
  background-color: #fff5e9;
}

.text-block-20 {
  font-family: Poppins, sans-serif;
  color: #f6a45a;
  font-size: 1.2em;
  font-weight: 700;
}

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

.text-block-21 {
  font-size: 0.8em;
  line-height: 22px;
  letter-spacing: 0.13em;
}

.text-block-21.peinture {
  font-size: 0.8em;
}

.bloc-cat {
  border-style: solid;
  border-width: 3px;
  border-color: #f6a45a;
  border-radius: 5px;
  cursor: default;
}

.bloc-cat.bloc-cat-red {
  border-color: #ec6448;
}

.bloc-cat.bloc-cat-green {
  border-color: #10a899;
}

.img-cat {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.img-galerie-cat {
  width: 100%;
  height: 100%;
  cursor: auto;
}

.img-galerie-cat.tigre:hover {
  border: 1px none #000;
}

.img-galerie-cat {
  cursor: auto;
}

.img-galerie-cat.pointer {
  border-radius: 5px;
  cursor: pointer;
}

.img-galerie-cat {
  border-radius: 5px;
}

.section-15 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4%;
  margin-left: 0%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-6 {
  margin-right: 20px;
  background-color: rgba(64, 64, 64, 0);
  color: #f6a45a;
}

.button-7 {
  margin-right: 20px;
}

.button-8 {
  margin-right: 20px;
}

.button-7-copy {
  margin-right: 20px;
}

.button-9 {
  background-color: rgba(56, 152, 236, 0);
  color: #ec6548;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-7 {
  display: block;
  width: 50px;
  margin-right: -7px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-7.html-2 {
  width: 34px;
}

.html-embed-7.html-3 {
  width: 60px;
}

.div-block-66 {
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #f6a45a;
}

.div-block-66:focus {
  display: block;
}

.d-14-menu-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.d-14-menu-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f6a45a;
  text-decoration: none;
}

.d-14-menu-item-wrapper:hover {
  color: #14132f;
}

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

.d-14-menu-item-text {
  border-bottom: 2.6px solid #f6a45a;
  font-family: 'Open Sans', sans-serif;
  color: #f6a45a;
  font-size: 1em;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.d-14-menu-item-text:hover {
  color: #f6a45a;
}

.d-14-menu-item-text.design-graphique {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 2px 2px 2.6px 10px;
  border-color: #06a899;
  color: #06a899;
  letter-spacing: 0.05em;
}

.d-14-menu-item-text.motion-design {
  border-bottom-color: #ec6448;
  color: #ec6448;
}

.d-14-menu-circle {
  width: 8px;
  height: 8px;
  margin-top: 0px;
  margin-right: 18px;
  border-radius: 100px;
  background-color: #f6a45a;
}

.d-14-menu-circle.design-graphique {
  background-color: #06a899;
}

.d-14-menu-circle.motion-design {
  background-color: #ec6448;
}

.popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(20, 19, 47, 0.72);
}

.pop-up-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75%;
  margin-top: 0px;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff5e9;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-bloc-croix {
  position: absolute;
  left: auto;
  top: 4%;
  right: 2%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pop-up-3d {
  position: fixed;
  z-index: 8;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(20, 19, 47, 0.64);
}

.pop-up-3d.pop-up-tigre {
  display: block;
}

.bloc-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 750px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff5e9;
}

.bloc-popup.bloc-space {
  top: -6%;
  height: 790px;
}

.bloc-popup.peinture-popup {
  top: -8%;
  height: 830px;
}

.bloc-popup.affichepopup {
  height: 700px;
}

.div-block-70 {
  margin-right: auto;
  margin-left: auto;
}

.bloc-close {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.text-block-22 {
  display: block;
  margin: 28px 10% 0px;
  text-align: center;
}

.heading-5 {
  margin-bottom: 0px;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
}

.pop-up-memoire {
  position: fixed;
  z-index: 8;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(20, 19, 47, 0.64);
}

.text-block-23 {
  margin-bottom: 20px;
}

.pop-up-peinture {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: none;
  background-color: rgba(20, 19, 47, 0.64);
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-64 {
  width: 300px;
  height: 300px;
}

.image-65 {
  width: 20px;
}

.pop-up-spacetravel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: none;
  background-color: rgba(20, 19, 47, 0.64);
}

.video-4 {
  width: 100%;
  margin-top: 4px;
}

.div-block-72 {
  width: 80%;
  margin-top: 0px;
}

.image-66 {
  width: 500px;
}

.text-block-24 {
  margin-top: 21px;
  text-align: center;
}

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

.pop-up-visuels {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: none;
  background-color: rgba(20, 19, 47, 0.64);
}

.slider-3 {
  width: 450px;
  height: 450px;
}

.pop-up-affiche {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: none;
  background-color: rgba(20, 19, 47, 0.64);
}

.cadre {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: auto;
  margin-top: 127px;
  padding: 117px 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #c3c4e9;
  box-shadow: 1px 1px 10px 3px rgba(195, 196, 233, 0.7);
  text-align: center;
}

.cadre.cadre-formation {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff5e9;
  box-shadow: 0 0 0 3px #5359c5, 1px 1px 10px 10px rgba(195, 196, 233, 0.7);
}

.cadre.cadre-formation.cadre-droite {
  margin-right: 0px;
}

.pop-up-icon {
  position: absolute;
  left: 0%;
  top: -13%;
  right: 0%;
  bottom: auto;
  width: 230px;
  height: 230px;
  margin-top: -53px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #3c509d;
  background-image: none;
}

.exit-button {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #e8832e;
  cursor: pointer;
}

.pop-up-heading {
  margin-top: 0px;
  color: #14132f;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.pop-up-heading.heading-formation {
  margin-top: 10px;
  font-size: 1.1em;
  line-height: 26px;
  text-align: left;
  letter-spacing: 1px;
}

.pop-up-heading.heading-formation.heading-soustitre {
  margin-top: -5px;
  font-size: 0.85em;
  letter-spacing: 0.7px;
}

.pop-up-heading.heading-formation.heading-soustitre.archives {
  margin-top: -1px;
  font-size: 0.8em;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.pop-up-heading.heading-formation.heading-nomexp {
  margin-bottom: 3px;
}

.pop-up-heading.header-exp {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pop-up-heading.header-exp.header-formation {
  margin-top: 90px;
  margin-bottom: 20px;
}

.bouton-cv {
  margin-top: -4px;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: #5359c5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 4.3px;
  text-transform: uppercase;
}

.bouton-cv:hover {
  background-color: #14132f;
  color: #fff5e9;
}

.bouton-cv.bouton-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-top: 0px;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bouton-cv.bouton-formation {
  margin-top: 0px;
  border-right: 3px solid #14132f;
  border-radius: 0px;
  background-color: rgba(20, 19, 47, 0);
  color: #14132f;
}

.bouton-cv.bouton-formation:hover {
  color: #5359c5;
}

.bouton-cv.bouton-formation.bouton-droit {
  border-right-style: none;
}

.bouton-cv.bouton-apprendre {
  position: relative;
  margin-top: 0px;
}

.section-profil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-3 {
  margin-top: 13px;
  margin-bottom: 12px;
  padding-right: 3px;
  padding-left: 3px;
  color: #14132f;
  text-align: justify;
}

.image-67 {
  border-radius: 5px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 9px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-68 {
  height: 420px;
  margin-right: 19px;
  border-radius: 5px;
}

.image-69 {
  height: 420px;
  border-radius: 5px;
}

.body-4 {
  background-color: #fff5e9;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body-5 {
  background-color: #fff5e9;
}

.bloc-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #5359c5;
  color: #fff5e9;
  font-weight: 600;
}

.div-block-76 {
  position: absolute;
}

.bouton-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-77 {
  margin-bottom: 30px;
}

.section-formation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
  padding: 159px 15% 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/deco-profil.png');
  background-position: 0px 0px;
  background-size: auto;
}

.bloc-experiences {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.bloc-experiences.bloc-bas {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-26 {
  margin-top: 6px;
  padding: 5px 5px 5px 10px;
  border-radius: 4px;
  background-color: #5359c5;
  color: #fff5e9;
  font-size: 0.9em;
  text-align: left;
}

.bloc-txtprofil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.column-32 {
  padding-left: 0px;
}

.column-32.colonne-droite {
  padding-right: 15px;
  padding-left: 10px;
}

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

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

.txt-bloc-description {
  padding: 10px;
  font-size: 0.8em;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}

.column-34 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-35 {
  padding-right: 15px;
  padding-left: 15px;
}

.colonne-gauche {
  padding-left: 15px;
}

.html-embed-8 {
  position: absolute;
  left: auto;
  top: 13%;
  right: 11%;
  bottom: auto;
  display: block;
  width: 400px;
  -webkit-transform: rotate(-111deg);
  -ms-transform: rotate(-111deg);
  transform: rotate(-111deg);
}

.html-embed-8._2 {
  position: absolute;
  left: auto;
  top: 812px;
  right: -10%;
  bottom: -85%;
}

.html-embed-9 {
  position: absolute;
  left: 10%;
  top: 54%;
  right: auto;
  bottom: auto;
  width: 200px;
}

.formation-icon {
  position: absolute;
  left: auto;
  top: -24%;
  right: 0%;
  bottom: auto;
}

.formation-icon.icon-exo {
  position: static;
  top: -17%;
  right: -10%;
  z-index: 4;
}

.db-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.db-button {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #3cc47c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.db-button:hover {
  background-color: #2b8f5a;
}

.side-menu-headline {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.flex-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.db-fixed-nav-logo {
  width: 100px;
}

.db-side-menu {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px 4px 3px 3px;
  background-color: rgba(0, 0, 0, 0.94);
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: move;
}

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

.db-link-wrapper {
  width: 100%;
  padding: 10px 60px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #3cc47c;
}

.team-member-summary {
  overflow: hidden;
  font-size: 12px;
}

.webflow-link-2 {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999999;
  padding: 4px 6px 5px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.32);
}

.webflow-icon {
  margin-right: 8px;
}

.team-member-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 10px 15px;
  border-top: 2px solid #4992ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69));
  color: #fff;
}

.team-member-photo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-image: url('../images/Man-Profile_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-member-job-role {
  font-size: 11px;
  font-weight: 400;
}

.db-logo-wrapper {
  padding: 10px 15px;
  background-color: #3cc47c;
}

.db-fixed-nav-headline {
  margin: 0px 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.team-member-wrapper {
  position: relative;
  overflow: hidden;
  width: 500px;
  max-width: 100%;
  min-height: 250px;
  border: 1px solid #fafafa;
  box-shadow: 0 7px 27px -6px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  cursor: default;
}

.team-member-wrapper:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.shrink-box-button {
  display: block;
  margin-right: 5px;
}

.db-mobile-fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f0f0f;
  color: #fff;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.shrink-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.shrink-box-wrapper:hover {
  opacity: 1;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-78.bloc-exp {
  margin-top: 90px;
}

.image-70 {
  margin-right: 11px;
  padding-right: 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.image-70.ilg {
  -webkit-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(29deg);
}

.image-71 {
  position: relative;
  height: 100%;
  margin-right: 20px;
  margin-left: 4px;
}

._4 {
  width: auto;
  font-family: Mansalva, sans-serif;
  color: #f8a555;
  font-size: 20em;
  font-weight: 700;
}

._4._0.renverse-0 {
  -webkit-transform: translate(19px, 19px);
  -ms-transform: translate(19px, 19px);
  transform: translate(19px, 19px);
  color: #e85839;
}

._4.revenvers {
  -webkit-transform: rotate(43deg) translate3d(52px, -24px, -157px);
  transform: rotate(43deg) translate3d(52px, -24px, -157px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bouton-error {
  position: static;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 30px;
  border-radius: 5px;
  background-color: #f8a555;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, opacity 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 4.3px;
  text-transform: uppercase;
}

.bouton-error:hover {
  background-color: #14132f;
  color: #fff5e9;
}

.bouton-error.bouton-mentinlegal {
  text-align: left;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 182px;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 70px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-28 {
  margin-top: 221px;
  font-family: Poppins, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-29 {
  margin-top: 17px;
  font-family: Poppins, sans-serif;
}

.text-block-30 {
  margin-top: 11px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 28px;
  font-weight: 400;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-31 {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 24px;
}

.text-block-32 {
  margin-top: 4px;
  margin-bottom: 5px;
}

.text-block-33 {
  margin-top: 4px;
  margin-bottom: 4px;
}

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

.button-10 {
  margin-top: 21px;
  padding: 10px 33px;
  border: 0px none #000;
  border-radius: 5px;
  background-color: #df5f47;
  color: #fff5e9;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 4.3px;
  text-transform: uppercase;
}

.button-10:hover {
  background-color: #14132f;
  color: #fff5e9;
}

.text-block-34 {
  color: #fff5e9;
}

.text-block-34.copyright-footer {
  margin-left: 6px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #14132f;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.text-block-34.copyright-footer:hover {
  border-bottom: 1px solid #fbf1e5;
  text-decoration: none;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-31 {
  text-transform: none;
}

.link-block-31:hover {
  border-bottom: 1px none #000;
  text-decoration: none;
}

.link-block-31.w--current {
  height: 40px;
}

.columns-16 {
  margin-top: 73px;
  margin-bottom: 55px;
  padding-right: 20%;
  padding-left: 20%;
}

.column-36 {
  padding-left: 40px;
}

.fde1c5 {
  padding: 24px 32px 23px 24px;
  background-color: #fde1c5;
  box-shadow: 1px 1px 12px 2px #fde1c5;
}

.fde1c5.bloc-bas {
  margin-top: 27px;
  background-color: #e1dceb;
}

.fde1c5.bloc-bas.bloc-bleu {
  box-shadow: 1px 1px 12px 2px #e1dceb;
}

.fde1c5.bloc-bas.bloc-rouge {
  background-color: #f8dbce;
  box-shadow: 1px 1px 12px 2px #f8dbce;
}

.fde1c5.bloc-vert {
  background-color: #d8e4d8;
  box-shadow: 1px 1px 12px 2px #d8e4d8;
}

.column-37 {
  padding-right: 40px;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 131px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold-text-4 {
  color: #f8a555;
}

.bold-text-5 {
  color: #f8a555;
}

.text-block-35 {
  margin-top: 20px;
}

.text-span-2 {
  color: #f8a555;
}

.text-span-3 {
  color: #f8a555;
}

.text-span-4 {
  color: #f8a555;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-85.bloc-bas {
  margin-top: 30px;
}

.image-72 {
  width: 150px;
  height: 160px;
}

.image-73.imgperso {
  width: 150px;
  height: 160px;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-74.imgperso {
  width: 150px;
  height: 160px;
}

.image-75 {
  width: 150px;
  height: 160px;
}

.link-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.video-cosmousse {
  width: 32vw;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1920px) {
  .section-projet-contexte {
    padding-right: 20%;
    padding-left: 20%;
  }

  .section-projet-contexte.section-projet-vert.section-projet-reflexion {
    margin-left: 0px;
  }

  .body {
    background-color: #fbf1e5;
  }

  .section-header {
    margin-bottom: 72px;
  }

  .section-header.header-accueil {
    margin-bottom: 47px;
  }

  .section-header.header-contact {
    margin-top: 0px;
    margin-bottom: 22px;
  }

  .page-titre {
    margin-top: 16px;
    font-size: 1.25em;
  }

  .langues {
    margin-left: 21px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fr.langues {
    width: 45px;
    height: 22px;
    min-width: 45px;
    margin-right: 0px;
    padding-top: 0px;
    border-radius: 5px;
    font-size: 0.85em;
  }

  .en.langues {
    width: 45px;
    height: 22px;
    min-width: 45px;
    padding-top: 0px;
    border-radius: 5px;
    font-size: 0.85em;
  }

  .img-coline {
    width: 1800px;
  }

  .column-header-1 {
    margin-top: 16px;
  }

  .logo {
    margin-top: 0px;
  }

  .sous-titre {
    margin-top: -18px;
    font-size: 1.15em;
  }

  .sous-titre.soustitre-projet {
    margin-top: -28px;
    font-size: 1.4em;
  }

  .sous-titre.soust-titre-vert {
    margin-top: -21px;
  }

  .sous-titre.sous-titre-bleu {
    margin-top: -14px;
    margin-left: -17px;
    padding-left: 0px;
  }

  .sous-titre.sous-titre-rouge {
    margin-top: -23px;
  }

  .sous-titre.sous-titre-calendrier {
    margin-top: -25px;
  }

  .porte-div {
    bottom: 22%;
  }

  .menu-navbar {
    width: 320px;
    height: 60px;
  }

  .menu-navbar.menu-navbar-projets {
    width: 320px;
    height: 60px;
  }

  .nav-menu {
    width: 320px;
    height: 60px;
    min-height: auto;
    min-width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-menu {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-page.accueil {
    padding-top: 10px;
  }

  .menu-page.accueil.w--current {
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-page.projet {
    padding-top: 10px;
    background-color: rgba(16, 172, 157, 0);
  }

  .menu-page.projet.current {
    padding-top: 10px;
  }

  .menu-page.aptitudes {
    margin-top: 0px;
    padding-top: 10px;
  }

  .menu-page.aptitudes:hover {
    padding-top: 10px;
  }

  .menu-page.profil {
    padding-top: 10px;
  }

  .img-menu-accueil-hover {
    margin-top: -2px;
  }

  .menu-texte-selectionn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 0.6em;
  }

  .menu-texte {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.6em;
    font-weight: 500;
  }

  .image-5 {
    width: 80px;
  }

  .fire-div {
    left: 68%;
    top: 57%;
  }

  .img-outils {
    width: 350px;
  }

  .img-porte {
    width: 370px;
  }

  .rs.rs-contact {
    margin-top: 20px;
  }

  .logo-page {
    margin-top: -17px;
  }

  .logo-page:hover {
    width: 70px;
  }

  .logo-page:active {
    width: 60px;
  }

  .img-rs {
    width: 110px;
  }

  .img-rs:hover {
    width: 120px;
  }

  .img-contact {
    width: 190px;
    min-width: 190px;
  }

  .img-profil {
    width: 250px;
  }

  .profil-div {
    left: 16%;
  }

  .image-11 {
    width: 80px;
  }

  .image-12 {
    width: 80px;
  }

  .menu-texte {
    height: auto;
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.6em;
  }

  .img-menu-projets-hover {
    margin-top: -2px;
  }

  .img-menu-projet {
    margin-top: -2px;
  }

  .img-menu-profil {
    margin-top: -2px;
  }

  .image-11-copy {
    width: 80px;
  }

  .img-menu-accueil {
    margin-top: -2px;
  }

  .img-menu-contact {
    margin-top: -2px;
  }

  .body-2 {
    overflow: visible;
    max-height: none;
  }

  .c-bg-line {
    height: 0.2px;
    border: 0.3px solid #10ac9d;
  }

  .c-arrow.cc-gauche {
    border-right-width: 1px;
  }

  .c-slider {
    border-width: 5px;
  }

  .c-arrows-wrapper {
    margin-top: 17px;
  }

  .footer {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
  }

  .titre-bloc {
    cursor: pointer;
  }

  .titre-bloc.titre-bloc_bleu {
    font-weight: 600;
  }

  .titre-bloc.sous-titre-bloc {
    padding-left: 3px;
    font-size: 0.7em;
  }

  .bloc-categorie-item {
    margin-top: 10px;
    cursor: pointer;
  }

  .bloc-categorie-item.cay-prec.cat-suiv-rouge {
    padding-right: 9px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bloc-categorie-item.bloc-date {
    margin-top: 0px;
    margin-right: 0px;
  }

  .categorie-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
  }

  .categorie-item.categorie-red {
    font-size: 0.6em;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat.photographie-bristol-cat {
    margin-right: auto;
    margin-left: 0px;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat.photographie-bristol-cat.cat-photo {
    margin-left: 0px;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identitevisuelle {
    margin-bottom: 10px;
  }

  .categorie-item.list-categorie.list-cat-rouge.list-cat-motion {
    margin-right: 0px;
  }

  .categorie-item.list-categorie.list-cat-vert-copy.cat-projets.photographie-cat.photographie-bristol-cat {
    margin-right: auto;
    margin-left: 0px;
  }

  .categorie-item.list-categorie.list-cat-vert-copy.cat-projets.cat-identitevisuelle {
    margin-bottom: 10px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia.cadre-orange {
    width: 240px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 30px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange-copy.date-mia {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange-copy.date-mia-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.cadre-rouge {
    margin-right: 0px;
  }

  .categorie-item.list-categorie.bloc-perso {
    margin-left: 9px;
  }

  .text-bloc {
    margin-top: -4px;
    line-height: 18px;
    cursor: pointer;
  }

  .text-bloc.text-vacsco {
    margin-top: 0px;
  }

  .text-bloc.bloc-archiv {
    margin-top: -6px;
    line-height: 16px;
  }

  .text-bloc.txt-pingouin {
    margin-top: -7px;
  }

  .button-projet-decouvrir {
    cursor: pointer;
  }

  .button-projet-decouvrir.button-orange {
    width: 100%;
    height: auto;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
  }

  .button-projet-decouvrir.button-orange:hover {
    box-shadow: 0 0 0 3px #f8a555;
  }

  .button-projet-decouvrir.button-orange.button-bleu:hover {
    box-shadow: 0 0 0 3px #4b4fd1;
  }

  .button-projet-decouvrir.button-orange.boutton-vert:hover {
    box-shadow: 0 0 0 3px #10ac9d;
  }

  .button-projet-decouvrir.button-orange.bouton-rouge:hover {
    box-shadow: 0 0 0 3px #ec6448;
  }

  .button-projet-decouvrir.button-red:hover {
    width: 85%;
  }

  .img-projet.img-md {
    height: 100%;
  }

  .img-projet.bloc-mep.pointer:hover {
    box-shadow: 0 0 0 4px #10a899;
  }

  .text-arrow.prev:hover {
    color: #14132f;
  }

  .bloc {
    border-width: 5px;
    text-decoration: none;
    cursor: pointer;
  }

  .bloc:hover {
    box-shadow: 0 0 0 4px #10ac9d;
  }

  .bloc.bloc-orange {
    background-color: transparent;
  }

  .bloc.bloc-orange:hover {
    box-shadow: 0 0 0 2px #f8a555;
  }

  .bloc.bloc-orange.bloc-galerie {
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-bleu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-bleu:hover {
    box-shadow: none;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-vert {
    width: auto;
    height: auto;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-vert:hover {
    box-shadow: none;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-rouge:hover {
    box-shadow: none;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-illu-galerie {
    box-shadow: 1px 1px 10px 3px #fde1c5;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-design-galerie {
    box-shadow: 1px 1px 10px 3px rgba(216, 228, 216, 0.9);
  }

  .bloc.bloc-orange.bloc-galerie.bloc-motion-galerie {
    box-shadow: 1px 1px 10px 3px #f8dbce;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-motion-galerie:hover {
    box-shadow: 1px 1px 10px 4px #f8dbce;
  }

  .bloc.bloc-blue:hover {
    box-shadow: 0 0 0 4px #4b4fd1;
  }

  .bloc.bloc-red:hover {
    box-shadow: 0 0 0 4px #ec6448;
  }

  .bloc.bloc-orang {
    background-color: #fde1c5;
  }

  .section-archives {
    position: relative;
    z-index: 5;
    margin-bottom: -146px;
  }

  .button-archives.button-projets.bouton-vert {
    padding-right: 2px;
    padding-left: 2px;
  }

  .button-archives.button-projets.bouton-vert:hover {
    background-color: #141430;
  }

  .counter-projets {
    top: 107%;
  }

  .bloc-rs-footer.bloc-rs-contact {
    margin-top: 26px;
    margin-bottom: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .img-lien-bloc-projet {
    cursor: pointer;
  }

  .img-lien-bloc-projet.img-bleu {
    border-top-right-radius: 5px;
  }

  .img-lien-bloc-projet.img-rouge {
    border-top-right-radius: 5px;
  }

  .lien-footer {
    font-size: 0.7em;
  }

  .projet-img-pres {
    height: 600px;
  }

  .clumn-projets-pres {
    height: auto;
  }

  .clumn-projets-pres.projet-lune-rouge {
    height: auto;
  }

  .clumn-projets-pres.projet-vac-sco {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pres-info-projet {
    margin-bottom: 8px;
  }

  .pres-info-projet.pres-role.pres-outils.pres-outils-vert {
    padding-bottom: 0px;
  }

  .presentation-projet {
    height: 600px;
    margin-bottom: 60px;
    padding-right: 20%;
    padding-left: 20%;
  }

  .presentation-projet.projet-lune-rouge {
    min-height: auto;
  }

  .colonne-projet-pres-outils {
    height: auto;
  }

  .colonne-projet-pres-outils.info-vacsco {
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .colonne-img-projet {
    height: auto;
  }

  .image-projet-statut {
    padding-bottom: 14px;
    background-color: #fde1c5;
  }

  .context-projet.projet-precedant {
    font-size: 1.3em;
  }

  .text-resume.resume-text.text-vert {
    font-size: 0.9em;
    line-height: 22px;
  }

  .text-resume.pres-info-projet {
    margin-top: 0px;
  }

  .text-resume.pres-info-projet.pres-info-victor {
    margin-top: -7px;
    margin-bottom: 10px;
  }

  .text-resume.txt-calendrier {
    font-size: 1em;
    font-weight: 400;
  }

  .text-resume.txt-calendrier.carde-orange.date-mia {
    width: 260px;
  }

  .commanditaire-bouton {
    margin-top: 0px;
    -webkit-transition: background-color 200ms ease, opacity 200ms ease;
    transition: background-color 200ms ease, opacity 200ms ease;
    cursor: pointer;
  }

  .commanditaire-bouton:hover {
    background-color: #14132f;
  }

  .commanditaire-bouton.commanditaire-haut {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .colonne-outils-1.colonne-outil-reglage {
    top: 34px;
    right: 25px;
    padding-top: 23px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu {
    padding-right: 20px;
    padding-left: 20px;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut.outil-cimat {
    padding-top: 18px;
  }

  .bloc-outil {
    padding-right: 17px;
  }

  .bloc-outil.bloc-outil-bas {
    margin-top: 0px;
  }

  .colonne-outil {
    height: auto;
  }

  .point-deco {
    right: 7%;
    display: block;
  }

  .paragraphe-intro {
    font-size: 0.93em;
    line-height: 24px;
  }

  .bloc-intro-projet {
    margin-top: -35px;
    padding-right: 20%;
    padding-left: 20%;
  }

  .phrase-accroche {
    margin-bottom: 0px;
  }

  .titre-contexte {
    margin-bottom: 10px;
  }

  .colonne-reflexion {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .colonne-reflexion.bloc-victor {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .colonne-contexte.bristol-anectode {
    padding-left: 0px;
  }

  .colonne-contexte.colonne-mia {
    padding-left: 0px;
  }

  .section-projet-reflexion {
    margin-bottom: 100px;
    padding-right: 20%;
    padding-left: 20%;
  }

  .section-projet-reflexion.section-projet-vert {
    padding-right: 20%;
    padding-left: 20%;
  }

  .section-projet-reflexion.section-projet-bleu {
    padding-right: 20%;
    padding-left: 20%;
  }

  .section-projet-reflexion.projet-rouge-fond {
    margin-bottom: 100px;
    padding-right: 20%;
    padding-left: 20%;
  }

  .bloc-projet-suivantprecedant.bloc-projet-suivant {
    background-color: #d8e4d8;
  }

  .bloc-projet-suivantprecedant.bloc-prec.bloc-prec-orange {
    background-color: #fde1c5;
  }

  .bloc-prec-suiv {
    width: 350px;
  }

  .bloc-prec-suiv.bloc-suiv {
    width: 350px;
  }

  .autre-projet-titre {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .container-button-profil {
    padding-left: 0px;
  }

  .columns-7 {
    margin-left: 0%;
    padding-right: 15%;
    padding-left: 15%;
  }

  .column-profil-photo-button {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-presentation {
    font-family: Poppins, sans-serif;
    font-size: 0.9em;
    line-height: 22px;
  }

  .titre-presentation {
    font-family: Poppins, sans-serif;
    font-size: 1.3em;
  }

  .titre-presentation.titre-profil {
    font-family: Poppins, sans-serif;
  }

  .titre-presentation.titre-profil.titre-competence {
    margin-bottom: 0px;
  }

  .section-9 {
    margin-top: -118px;
  }

  .column-10 {
    padding-left: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-19.img-code-portraitchinois {
    width: 400px;
  }

  .column-12 {
    padding-right: 40px;
    padding-left: 60px;
  }

  .column-12.colonne-perso {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-13 {
    padding-right: 0px;
  }

  .image-20 {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .link-block-10.lien-projet-bloc {
    width: auto;
    height: 100%;
  }

  .link-block-10.lien-projet-bloc.lien-projet-vac {
    height: 100%;
  }

  .button-voir-projet {
    margin-top: 10px;
  }

  .button-voir-projet.button-voir-proje-bleu.button-portraitchinois {
    margin-right: 26px;
  }

  .button-voir-projet.button-rouge-projet.button-visite {
    margin-right: 0px;
    margin-bottom: 39px;
  }

  .button-voir-projet.button-orange-projet {
    border-color: #f8a555;
  }

  .button-voir-projet.button-orange:hover {
    border-color: #14132f;
    background-color: #14132f;
    color: #fff5e9;
  }

  .button-voir-projet.button-galerie {
    margin-top: 40px;
  }

  .image-22.img-projet-bristreetol {
    margin-top: 10px;
    padding-right: 0px;
  }

  .image-22.img-projet-bristreetol.photo-gauche {
    margin-top: 10px;
  }

  .image-22.img-affiche-lum {
    width: 400px;
  }

  .image-tchnobyl {
    width: 100%;
  }

  .div-block-15.bloc-pingouin {
    width: 100%;
  }

  .image-24.img-charte-visite {
    margin-top: 0px;
  }

  .columne-lune-rouge-storyboard {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-25 {
    width: 250px;
  }

  .image-26 {
    width: 250px;
  }

  .img-calendrier {
    width: auto;
  }

  .creation-bloc {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bloc-crea {
    margin-top: 12px;
  }

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
  }

  .image-31 {
    width: auto;
  }

  .image-32 {
    width: auto;
  }

  .bloc-link-projet {
    height: 100%;
    text-decoration: none;
    cursor: pointer;
  }

  .bloc-cat-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: -7px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .bloc-cat-item.cat-vac {
    margin-bottom: 10px;
  }

  .degrade {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd9c), color-stop(90%, #fbf1e5), to(#fbf1e5));
    background-image: linear-gradient(180deg, #ffcd9c, #fbf1e5 90%, #fbf1e5);
  }

  .degrade.degrade-vert {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#95d4cf), color-stop(71%, #fff5e9), to(#fff5e9));
    background-image: linear-gradient(180deg, #95d4cf, #fff5e9 71%, #fff5e9);
  }

  .degrade.bleu-degrade {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cfd0f7), color-stop(71%, #fff5e9), to(#fff5e9));
    background-image: linear-gradient(180deg, #cfd0f7, #fff5e9 71%, #fff5e9);
  }

  .degrade.degrade-orange {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd9c), color-stop(91%, #fff5e9), to(#fff5e9));
    background-image: linear-gradient(180deg, #ffcd9c, #fff5e9 91%, #fff5e9);
  }

  .page-titre-2 {
    margin-top: 16px;
    font-size: 1.2em;
  }

  .sous-titre-2 {
    margin-top: -15px;
    margin-left: -13px;
    font-size: 1.2em;
  }

  .sous-titre-2.vert-projet {
    margin-top: -14px;
    margin-left: -12px;
  }

  .sous-titre-2.sous-titre-bleu {
    margin-top: -13px;
    margin-left: -16px;
  }

  .sous-titre-2.sous-titre-bleu.sous-titre-profil {
    margin-top: -25px;
  }

  .sous-titre-2.soust-titre-vert {
    margin-top: -15px;
  }

  .txt-portfolio.o.o-2 {
    padding-right: 4px;
  }

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

  .button-archives-2.button-archives-2 {
    width: 40%;
  }

  .button-archives-2.button-send {
    width: 100%;
  }

  .deco-o {
    left: 3px;
    top: -12px;
  }

  .section-portfolio {
    position: relative;
    margin-bottom: 26px;
  }

  .div-block-21 {
    margin-top: 12px;
  }

  .image-33 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dessin {
    position: static;
  }

  .gif-ordi {
    position: relative;
    width: 82%;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .bloc-rs-2 {
    height: 190px;
    margin-top: -141px;
  }

  .columns-8 {
    margin-top: 60px;
    margin-bottom: 0px;
    padding-right: 22%;
    padding-left: 22%;
  }

  .columns-8.column-2 {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .columns-8.column-3 {
    margin-top: 40px;
  }

  .column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .img-galerie.bloc-bleu:hover {
    box-shadow: 0 0 0 3px #4b4fd1;
  }

  .img-galerie.bloc-rouge:hover {
    box-shadow: 0 0 0 3px #ec6448;
  }

  .columns-9 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .background-video {
    overflow: hidden;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider {
    background-color: hsla(0, 0%, 86.7%, 0);
  }

  .slide {
    height: auto;
  }

  .image-34 {
    height: 100%;
  }

  .section-10 {
    margin-top: 60px;
    padding-right: 20%;
    padding-left: 20%;
  }

  .section-10.section-dessous {
    margin-top: 140px;
  }

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

  .columns-10 {
    padding-right: 20%;
    padding-left: 20%;
  }

  .div-formation.formation-dut {
    margin-top: 48px;
  }

  .div-formation.formation-dut.medialinkblock {
    margin-top: 54px;
  }

  .div-block-28 {
    margin-top: 15px;
  }

  .section-11 {
    padding-right: 20%;
    padding-left: 20%;
  }

  .secton-contatc {
    margin-top: 18px;
    padding-right: 20%;
    padding-left: 20%;
  }

  .div-block-36 {
    height: 370px;
  }

  .chat-wrapper {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
  }

  .chat-button.button-chat.button-archives-2 {
    width: 100%;
  }

  .html-embed-4 {
    box-shadow: 0 0 19px 4px #df5f47, inset -1px 0 0 4px #df5f47, 1px 0 0 4px #df5f47;
  }

  .bloc-chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bouton-retour {
    left: 0px;
    top: 195px;
    display: block;
  }

  .bouton-retour.bouton-galerie {
    top: 0px;
    right: 338px;
  }

  .bouton-retour.retour-galerie {
    left: 0px;
    top: 175px;
  }

  .div-retour.retour {
    left: 197px;
    cursor: pointer;
  }

  .div-retour.retour.retour-vert.div-bottom {
    left: auto;
    top: 62.5%;
    right: 12%;
    bottom: 0%;
  }

  .slider-2.slide-10mot {
    width: 450px;
  }

  .slider-2.slider-he {
    width: 539px;
    height: 539px;
  }

  .html-embed-5 {
    height: 550px;
    margin-top: -19px;
  }

  .background-video-5 {
    width: 539px;
    height: 539px;
  }

  .container-9 {
    border-width: 4px;
  }

  .section-projet-pres {
    margin-right: 20%;
    margin-bottom: 60px;
    margin-left: 20%;
  }

  .titre-guillement {
    margin-bottom: 25px;
  }

  .guillemet {
    padding-right: 10px;
    padding-left: 10px;
  }

  .guillemet.guilelemnt-gauche {
    padding-left: 6px;
  }

  .guillemet.guilelemnt-gauche.guillement-2 {
    padding-right: 0px;
    padding-left: 2px;
  }

  .guillemet.guilelemnt-gauche.guillemet-bleu.guillemet-profil {
    padding-bottom: 0px;
  }

  .guillemet.guillement-2 {
    padding-left: 3px;
  }

  .bloc-projet-pres {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .txt-pres {
    width: 70%;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-photo-bristol {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-43 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .column-13-copy {
    padding-right: 0px;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-52 {
    margin-top: 37px;
    border-radius: 5px;
  }

  .image-53 {
    border-radius: 5px;
  }

  .image-54 {
    margin-right: 20px;
  }

  .hastag-cat {
    padding: 7px 15px 5px;
  }

  .hastag-cat.eye {
    padding-right: 13px;
    padding-left: 13px;
  }

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

  .text-block-21 {
    font-size: 1.1em;
    line-height: 22px;
  }

  .text-block-21.peinture {
    font-size: 1em;
    letter-spacing: 0.12em;
  }

  .img-galerie-cat {
    width: 500px;
  }

  .img-galerie-cat.tigre {
    width: 500px;
  }

  .section-15 {
    right: 1%;
    margin-right: 6%;
  }

  .bloc-popup {
    height: 800px;
  }

  .bloc-popup.bloc-space {
    height: 850px;
  }

  .bloc-popup.peinture-popup {
    height: 870px;
  }

  .bloc-popup.visuel-popup {
    height: 750px;
  }

  .bloc-popup.affichepopup {
    height: 800px;
  }

  .bloc-popup.popupmemoire {
    height: 810px;
  }

  .pop-up-peinture {
    display: none;
  }

  .pop-up-visuels {
    display: none;
  }

  .paragraph-3 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 40px;
  }

  .image-67 {
    border-radius: 5px;
  }

  .image-68 {
    height: 500px;
  }

  .image-69 {
    height: 500px;
  }

  .bouton-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html-embed-8._2 {
    top: 802px;
    right: 16%;
    bottom: -59%;
  }

  .div-block-80 {
    margin-left: 40px;
  }

  .button-10 {
    margin-top: 25px;
    padding: 10px 34px 10px 33px;
    border-radius: 5px;
    background-color: #df6047;
    color: #fff5e9;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 4.3px;
    text-transform: uppercase;
  }

  .button-10:hover {
    background-color: #14132f;
    color: #fff5e9;
  }

  .columns-16 {
    margin-top: 64px;
    margin-bottom: 54px;
    padding-right: 25%;
    padding-left: 25%;
  }

  .section-18 {
    margin-bottom: 122px;
  }
}

@media screen and (max-width: 991px) {
  .section-projet-contexte {
    display: block;
    margin-top: 0px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .section-projet-contexte.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-projet-contexte.section-projet-vert.section-projet-reflexion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-projet-contexte.section-mia.section-couleur {
    margin-bottom: 48px;
  }

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

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

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

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

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .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;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .body {
    background-color: #fbf1e5;
    background-image: none;
  }

  .section-header {
    margin-bottom: 46px;
  }

  .section-header.header-projet {
    margin-bottom: 30px;
  }

  .section-header.header-accueil {
    margin-bottom: 60px;
  }

  .section-header.header-contact {
    margin-bottom: 16px;
  }

  .page-titre {
    font-size: 1.3em;
  }

  .page-titre.titre-membre-satisfait {
    margin-top: 28px;
    margin-bottom: 24px;
    line-height: 40px;
  }

  .page-titre.page-titre-climat {
    font-size: 1em;
  }

  .langues {
    margin-top: 11px;
    margin-bottom: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fr.langues {
    margin-right: 34px;
    padding-right: 0px;
  }

  .en.langues {
    margin-left: 0px;
  }

  .img-coline {
    width: 700px;
    height: 230px;
  }

  .column-header-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-right: 140px;
    padding-left: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .column-header-1.column-page {
    display: none;
  }

  .header-homepage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-header-3 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .logo {
    margin-top: 0px;
  }

  .sous-titre {
    margin-top: -19px;
    text-shadow: 0 1px 2px #fff5e9;
  }

  .sous-titre.sous-titre-bleu {
    margin-top: -18px;
  }

  .column-header-2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .menu-navbar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .menu-navbar.menu-navbar-projets {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
  }

  .nav-menu {
    position: -webkit-sticky;
    position: sticky;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .container-menu {
    min-width: 100%;
  }

  .menu-page.accueil.w--current {
    border-bottom-left-radius: 0px;
  }

  .div-coline {
    width: 100%;
  }

  .fire-div {
    right: 6%;
  }

  .img-outils {
    width: 150px;
  }

  .img-porte {
    width: 160px;
  }

  .bloc-rs {
    display: none;
  }

  .link-block {
    display: block;
  }

  .link-block-2 {
    display: block;
  }

  .link-block-3 {
    display: block;
  }

  .link-block-4 {
    display: block;
  }

  .rs-mobile {
    display: block;
  }

  .contact-div {
    left: 30%;
    top: auto;
    bottom: 22.7656%;
    width: 80px;
  }

  .img-contact {
    width: 100%;
    min-width: 100%;
  }

  .body-2 {
    padding-bottom: 0px;
  }

  .c-nav {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-small-text {
    left: 60px;
    top: 500px;
  }

  .c-title-2 {
    font-size: 58px;
  }

  .c-big-text.cc-bottom {
    right: -120px;
    bottom: 400px;
  }

  .c-bg-container {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .c-section {
    height: 420px;
    min-height: 400px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .c-slide_image.c-move-to-bottom {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .c-slider {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 59px;
  }

  .c-arrows-wrapper {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 18px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .c-loader {
    display: none;
  }

  .footer {
    top: 0px;
    bottom: 0px;
    height: 230px;
    min-height: 230px;
    margin-top: 0px;
    margin-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-arrow {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bloc-categorie-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .categorie-item.categorie-green.cat-suiv {
    margin-right: 0px;
  }

  .categorie-item.list-categorie {
    background-color: #f8a555;
  }

  .categorie-item.list-categorie.role-cat {
    background-color: rgba(20, 19, 47, 0);
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat.photographie-bristol-cat {
    display: block;
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat.photographie-bristol-cat.cat-photo {
    margin-right: auto;
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identitevisuelle {
    width: 150px;
    margin-bottom: 10px;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.design-affiche {
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.cat-carte-de-visite {
    width: 150px;
    margin-top: -19px;
    margin-right: 40px;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.mockup-cat {
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identit {
    width: 150px;
  }

  .categorie-item.list-categorie.list-cat-rouge {
    line-height: 22px;
  }

  .categorie-item.list-categorie.list-cat-rouge.list-cat-illu {
    line-height: 18px;
  }

  .categorie-item.list-categorie.list-cat-rouge.list-victor {
    margin-bottom: 4px;
    line-height: 18px;
  }

  .categorie-item.list-categorie.list-cat-vert-copy.cat-projets {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-vert-copy.cat-projets.photographie-cat.photographie-bristol-cat {
    display: block;
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-vert-copy.cat-projets.cat-identitevisuelle {
    width: 150px;
    margin-bottom: 10px;
  }

  .categorie-item.list-categorie.list-cat-storyboard {
    margin-top: 11px;
    margin-bottom: 10px;
  }

  .categorie-item.list-categorie.droit.list-cat-bleu.cat-motion.demo {
    margin-left: auto;
  }

  .categorie-item.list-categorie.cat-typo {
    margin-right: 0px;
  }

  .categorie-item.list-categorie.cat-calendrier {
    margin-bottom: 14px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #10a899;
    line-height: 20px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange {
    background-color: #f8a555;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia {
    margin-right: auto;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia.cadre-orange {
    margin-right: auto;
    background-color: #f8a555;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia-copy {
    margin-right: auto;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange-copy.date-mia {
    margin-right: auto;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange-copy.date-mia-copy {
    margin-right: auto;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.date-bleu {
    background-color: #5359c5;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.cadre-rouge {
    background-color: #ec6448;
  }

  .categorie-item.list-categorie.bloc-perso {
    margin-bottom: 29px;
    margin-left: 0px;
  }

  .categorie-item.list-categorie.bloc-perso.bloc-controle {
    margin-bottom: 45px;
  }

  .button-projet-decouvrir {
    color: #fff5e9;
  }

  .button-projet-decouvrir.button-orange {
    font-size: 0.8em;
  }

  .button-projet-decouvrir.button-orange.boutton-vert {
    font-size: 0.8em;
  }

  .c-arrows-wrapper-2 {
    margin-top: 34px;
    margin-right: 44px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-arrow-2 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .c-arrow-2.cc-right {
    margin-right: 40px;
  }

  .bloc.bloc-orange.bloc-galerie {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-vert {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-archives {
    margin-top: 67px;
    margin-bottom: 94px;
  }

  .section-archives.section-retourprojet {
    margin-top: 20px;
  }

  .button-archives.button-cv {
    margin-top: 0px;
  }

  .button-archives.button-portfolio {
    margin-top: 20px;
    margin-left: 0px;
  }

  .button-archives.button-competences {
    margin-right: 0px;
    margin-bottom: 23px;
  }

  .total-projet {
    padding-left: 3px;
  }

  .bloc-rs-footer.bloc-rs-contact {
    margin-bottom: 13px;
  }

  .bloc-rs-footer.bloc-lien {
    margin-bottom: 0px;
  }

  .copyright-footer {
    position: static;
    margin-top: 6px;
    margin-bottom: 45px;
  }

  .bloc-lien-footer {
    padding-right: 10%;
    padding-left: 10%;
  }

  .ligne {
    margin-top: 6px;
    margin-bottom: 9px;
  }

  .ligne-bloc {
    margin-top: -9px;
    margin-bottom: -4px;
  }

  .projet-img-pres {
    height: 450px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .clumn-projets-pres {
    height: 100%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .clumn-projets-pres.projet-lune-rouge {
    height: auto;
  }

  .pres-info-projet {
    margin-bottom: 10px;
    background-color: transparent;
    color: #ffb474;
  }

  .pres-info-projet.pres-role.pres-outils.pres-outils-vert {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
  }

  .presentation-projet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 450px;
    margin-bottom: 60px;
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .presentation-projet.projet-lune-rouge {
    margin-bottom: 50px;
  }

  .colonne-projet-pres-outils {
    height: auto;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .colonne-img-projet {
    height: auto;
    margin-bottom: 13px;
    padding-left: 0px;
  }

  .colonne-img-projet.lien-projet {
    height: auto;
    padding-left: 0px;
  }

  .colonne-img-projet.lien-projet.video-projet-victor {
    margin-top: 6px;
  }

  .colonne-img-projet.colonne-projet-mia {
    height: 400px;
  }

  .colonne-outils-role {
    margin-top: 0px;
    margin-bottom: 26px;
  }

  .context-projet {
    color: #14132f;
  }

  .context-projet.role-text {
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .context-projet.projet-precedant {
    padding-left: 0px;
  }

  .text-resume {
    padding-bottom: 4px;
  }

  .text-resume.resume-text.text-solo.text-orange.text-vacsco {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-resume.resume-text.text-tchenobyl.text-blanc {
    margin-bottom: 14px;
  }

  .text-resume.resume-text.text-vert {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 22px;
    font-weight: 400;
  }

  .text-resume.pres-info-projet {
    margin-top: 15px;
    margin-bottom: 14px;
  }

  .commanditaire-bouton {
    width: 100%;
    margin-bottom: 20px;
  }

  .commanditaire-bouton.w--current {
    margin-top: 0px;
  }

  .commanditaire-bouton.commanditaire-bouton-vert {
    margin-bottom: 10px;
  }

  .commanditaire-bouton.bouton-plateau {
    margin-top: 20px;
  }

  .colonne-outils-1 {
    margin-right: 0px;
  }

  .colonne-outils-1.colonne-outil-2 {
    margin-right: auto;
  }

  .colonne-outils-1.colonne-outil-reglage {
    position: static;
    top: 35px;
    right: 27px;
    display: -ms-grid;
    display: grid;
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu {
    display: -ms-grid;
    display: grid;
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-bas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut.outil-cimat {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .colonne-outils-1.colonne-outil-projet {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .colonne-outil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 86%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .point-deco {
    right: 12%;
    background-color: #14132f;
  }

  .ligne-intro-projet {
    width: 100%;
  }

  .ligne-intro-projet.ligne-galerie {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .paragraphe-intro {
    width: 100%;
    font-size: 0.9em;
    line-height: 22px;
  }

  .paragraphe-intro.txt-contexte {
    margin-top: 14px;
  }

  .bloc-intro-projet {
    margin-bottom: 16px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .phrase-accroche {
    line-height: 30px;
  }

  .titre-contexte {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .titre-contexte.challeng-lum {
    text-align: left;
  }

  .paragraphe-contexte {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 0.9em;
  }

  .paragraphe-contexte.paragraph-lum {
    width: 100%;
    margin-left: 0px;
  }

  .paragraphe-contexte.paragraphe-archive {
    width: 100%;
  }

  .paragraphe-contexte.text-jeu {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .paragraphe-contexte.stop-motion-txt {
    width: 100%;
    margin-top: 28px;
  }

  .colonne-reflexion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .colonne-reflexion.colonne-bristol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .colonne-reflexion.bloc-victor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colonne-reflexion.colonne-jeuplateau {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .colonne-reflexion.colonne-calendrier {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colonne-contexte {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .colonne-contexte.bristol-anectode {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .colonne-contexte.colonne-bristol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .colonne-contexte.colonne-mia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-projet-reflexion {
    display: block;
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-projet-reflexion.section-projet-vert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .section-projet-reflexion.section-projet-vert.section-milieu {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-projet-reflexion.projet-rouge-fond {
    padding-right: 8%;
    padding-bottom: 61px;
    padding-left: 8%;
  }

  .section-projet-reflexion.projet-rouge-fond.projet-victor {
    padding-bottom: 72px;
  }

  .section-projet-reflexion.projet-bloc-vert {
    background-color: #d8e4d8;
  }

  .link-block-6 {
    display: none;
  }

  .section-autre-projet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bloc-projet-suivantprecedant.bloc-projet-suivant {
    margin-top: 20px;
    margin-left: auto;
  }

  .bloc-projet-suivantprecedant.bloc-projet-suivant.bloc-orange-suiv {
    margin-top: 40px;
  }

  .bloc-projet-suivantprecedant.bloc-prec {
    margin-right: auto;
  }

  .bloc-projet-suivantprecedant.bloc-projet-suivant {
    margin-top: 20px;
    margin-left: auto;
  }

  .img-projet-prec {
    width: auto;
    height: 140px;
  }

  .bloc-prec-suiv {
    width: 260px;
  }

  .bloc-prec-suiv.bloc-suiv {
    width: 260px;
  }

  .image-16 {
    height: 100%;
  }

  .columns-6 {
    margin-top: -130px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-8 {
    display: block;
  }

  .image-17 {
    height: 100%;
  }

  .column-9 {
    display: block;
  }

  .section-photo-profil {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .circle.blue {
    position: static;
    width: 100px;
    height: 100px;
    -webkit-transform: translate3d(-24px, 80px, -200px);
    transform: translate3d(-24px, 80px, -200px);
  }

  .photo-profil {
    -webkit-transform: translate3d(38px, -10px, 80px);
    transform: translate3d(38px, -10px, 80px);
  }

  .container-button-profil {
    margin-top: 40px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-button-profil.competence-protfolio {
    margin-top: -7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-7 {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .bloc-presentation {
    width: 100%;
  }

  .column-presentation {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-profil-photo-button {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    width: 100%;
    margin-top: 0px;
  }

  .text-presentation {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .titre-presentation {
    margin-right: 20px;
    margin-left: 20px;
  }

  .column-chiffre {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .rond-presentation {
    display: none;
  }

  .section-9 {
    height: auto;
    margin-top: -67px;
  }

  .column-10 {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-10.colonne-membre-satisfait {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-10.colonne-calendrier {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-10.colonne-mia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-10.colonne-pingouin {
    padding-right: 0px;
  }

  .column-10.colonne-victor {
    margin-bottom: 17px;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-18 {
    width: auto;
    margin-top: -16px;
  }

  .image-18.img-pripyat {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-18.img-vacsco {
    margin-top: -2px;
  }

  .image-18.img-breestritol {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-18.img-galaxy {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-18.img-mia {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .image-18.img-cahier-descharges {
    margin-top: 0px;
  }

  .image-18.img-membressatisfait {
    width: 500px;
    margin-top: 0px;
  }

  .image-18.img5cos {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 34px;
    padding-right: 0px;
  }

  .image-18.img5cos.img6gauche {
    padding-right: 0px;
  }

  .image-19.img-code-portraitchinois {
    width: 280px;
    padding-right: 19px;
  }

  .column-12 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-12.colonne-carte-texte {
    padding-left: 0px;
  }

  .column-12.colonne-reflexion {
    margin-top: 0px;
    margin-bottom: 18px;
    padding-left: 0px;
  }

  .column-12.colonne-victor {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-13 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-13.challeng-lum {
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-13.colonne-challenge-calendrier {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-20 {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 5px;
  }

  .image-20:hover {
    box-shadow: 0 0 0 3px #10ac9d;
  }

  .link-block-10.lien-projet-bloc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-block-10.lien-projet-bloc:hover {
    box-shadow: none;
  }

  .button-voir-projet {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin: 9px 0px 12px auto;
    padding-left: 19px;
    border: 2px solid #10ac9d;
    border-radius: 5px;
    color: #fff;
    text-align: center;
  }

  .button-voir-projet:hover {
    border: 2px solid #10ac9d;
  }

  .button-voir-projet.button-voir-proje-bleu.button-portraitchinois {
    display: block;
    margin-right: 220px;
    margin-left: 220px;
  }

  .button-voir-projet.button-cart.button-voir-proje-bleu {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-voir-projet.button-orange-projet {
    display: block;
    margin-top: 0px;
    padding-left: 16px;
    text-align: center;
  }

  .button-voir-projet.button-orange.bouton-calendrier {
    margin-top: 10px;
  }

  .button-voir-projet.button-victor-naimepaslien {
    display: block;
    margin-left: auto;
    text-align: center;
  }

  .image-22 {
    text-align: left;
  }

  .image-22.img-projet-bristreetol {
    display: block;
    width: auto;
  }

  .image-22.img-projet-bristreetol.photo-gauche {
    display: block;
    width: 200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .image-22.img-projet-portaitchinois {
    margin-top: 11px;
  }

  .image-tchnobyl {
    height: auto;
  }

  .div-block-15.bloc-portraitchinoiscode {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-15.bloc-pingouin {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .image-24 {
    width: auto;
    text-align: center;
  }

  .columne-lune-rouge-storyboard {
    margin-top: 26px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-17 {
    padding-left: 0px;
  }

  .img-calendrier {
    width: auto;
    padding-bottom: 8px;
  }

  .link-block-11 {
    display: block;
  }

  .link-block-12 {
    margin-top: -35px;
  }

  .linkbloc-pripyat {
    margin-left: 0px;
  }

  .txt-outilscrea {
    color: #14132f;
  }

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-victor {
    margin-bottom: 13px;
  }

  .image-31 {
    width: auto;
  }

  .image-32 {
    width: auto;
  }

  .degrade {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd9c), color-stop(91%, #fbf1e5), to(#fbf1e5));
    background-image: linear-gradient(180deg, #ffcd9c, #fbf1e5 91%, #fbf1e5);
  }

  .degrade.degrade-vert {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#95d4cf), color-stop(91%, #fff5e9), to(#fff5e9));
    background-image: linear-gradient(180deg, #95d4cf, #fff5e9 91%, #fff5e9);
  }

  .degrade.bleu-degrade {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cfd0f7), color-stop(91%, #fff5e9), to(#fff5e9));
    background-image: linear-gradient(180deg, #cfd0f7, #fff5e9 91%, #fff5e9);
  }

  .page-titre-2 {
    font-size: 1.2em;
  }

  .sous-titre-2 {
    text-shadow: 0 1px 2px #fff5e9;
  }

  .sous-titre-2.vert-projet {
    margin-top: -16px;
  }

  .sous-titre-2.sous-titre-bleu.sous-titre-profil {
    margin-top: -24px;
  }

  .txt-portfolio.o.o-2 {
    position: static;
  }

  .div-block-20 {
    position: relative;
  }

  .container-portfolio {
    margin-top: 40px;
  }

  .button-archives-2.button-archives-2 {
    width: 55%;
    margin-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-archives-2.button-send {
    width: 100%;
  }

  .deco-o {
    position: absolute;
    bottom: 0px;
  }

  .section-portfolio {
    margin-bottom: 56px;
  }

  .div-block-21 {
    margin-top: 11px;
  }

  .image-33 {
    margin-left: 8px;
  }

  .gif-ordi {
    width: 100%;
    margin: 11px 0px 0px;
    padding-bottom: 100px;
  }

  .bloc-rs-2 {
    display: none;
  }

  .columns-8 {
    margin-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .columns-8.column-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .columns-8.column-3 {
    margin-top: 0px;
  }

  .column-15 {
    padding-bottom: 20px;
  }

  .columns-9 {
    width: 100%;
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-9._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-9.column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-18 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-18.column-2 {
    padding-left: 0px;
  }

  .column-18.column-2.colonne-video {
    padding-right: 100px;
    padding-left: 100px;
  }

  .column-18.colonne-tigre {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-18.colonne-memoire {
    height: 500px;
  }

  .column-19 {
    margin-top: 10px;
    padding-left: 0px;
  }

  .column-19.colonne-2 {
    padding-right: 0px;
  }

  .column-19.column-2-2 {
    padding-right: 0px;
  }

  .background-video {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .slider {
    background-color: transparent;
  }

  .background-video-3 {
    position: static;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-10.section-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .columns-10 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #4a50d9;
  }

  .column-20 {
    padding-right: 0px;
  }

  .column-20.column-droite {
    padding-left: 0px;
  }

  .div-block-22 {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-22.droite {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }

  .div-formation.formation-dut {
    margin-top: 50px;
  }

  .div-formation.formation-dut.medialinkblock {
    margin-top: 55px;
  }

  .column-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-11 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .text-block-12.text-presentation {
    margin-bottom: 0px;
  }

  .div-block-29 {
    margin-top: 0px;
  }

  .div-block-29.bloc-langues {
    margin-top: 0px;
  }

  .column-22 {
    margin-top: 0px;
  }

  .secton-contatc {
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-31 {
    padding-bottom: 40px;
  }

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

  .form-block {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-33 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-36 {
    width: 100%;
    height: 3px;
    margin: 20px 0px 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .chat-wrapper {
    z-index: 99;
  }

  .chat-button.button-chat.button-archives-2 {
    width: 100%;
  }

  .section {
    margin-right: 8%;
    margin-left: 8%;
  }

  .chat-wrapper-2 {
    z-index: 99;
  }

  .div-block-38 {
    margin-left: 0px;
  }

  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bouton-retour {
    position: relative;
    left: 8%;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .div-retour {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-video-4 {
    width: 284px;
    height: 284px;
    margin-right: auto;
    margin-left: auto;
  }

  .slider-2.slide-10mot {
    width: 390px;
    height: 70%;
  }

  .slider-2.slider-he {
    width: auto;
    height: auto;
  }

  .img-slide-illu-inktober {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-14 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

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

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

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

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

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

  .html-embed-5 {
    width: 90%;
    height: 420px;
    margin-top: 9px;
    margin-bottom: 55px;
  }

  .background-video-5 {
    width: 614px;
    height: 614px;
  }

  .intro-outils {
    margin-top: 30px;
  }

  .intro-outils.intro-climet {
    margin-top: 0px;
  }

  .section-projet-pres {
    margin-right: 8%;
    margin-bottom: 100px;
    margin-left: 8%;
  }

  .bloc-outil-pres {
    padding-left: 20px;
  }

  .bloc-txt-intro {
    padding-right: 20px;
  }

  .titre-guillement.titre-jeu {
    margin-bottom: 0px;
  }

  .guillemet.guilelemnt-gauche.guillemet-vert {
    padding-right: 10px;
    padding-left: 10px;
  }

  .guillemet.guillemet-vert {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bloc-projet-pres {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .text-block-19 {
    font-size: 0.8em;
  }

  .txt-pres {
    width: 70%;
    margin-top: 18px;
    margin-bottom: 10px;
  }

  .bloc-projet-visu:hover {
    box-shadow: 0 0 0 4px #10a899;
  }

  .bloc-projet-visu.visu-bristreetol {
    margin-bottom: 0px;
  }

  .image-projet {
    margin-bottom: 0px;
  }

  .video-membres {
    height: 450px;
    margin-top: 4px;
  }

  .img-carte-visite {
    margin-top: 13px;
  }

  .div-photo-bristol {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-18-copy {
    width: auto;
    margin-top: -16px;
  }

  .image-18-copy.img-pripyat {
    margin-top: 0px;
  }

  .image-18-copy.img-vacsco {
    margin-top: -2px;
  }

  .image-18-copy.img-breestritol {
    margin-top: 0px;
  }

  .image-18-copy.img-galaxy {
    width: 400px;
  }

  .image-18-copy.img-cahier-descharges {
    margin-top: 0px;
  }

  .img-retouche-bristol {
    width: 300px;
  }

  .link-block-27 {
    margin-top: 10px;
  }

  .link-block-28 {
    margin-top: 36px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraphe-mockup {
    width: 100%;
  }

  .column-13-copy {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-13-copy.challeng-lum {
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bloc-maquette-lum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-46 {
    margin-top: 28px;
  }

  .div-archives-photo {
    margin-right: 20px;
  }

  .image-18-copy {
    width: auto;
    margin-top: -16px;
  }

  .image-18-copy.img-pripyat {
    margin-top: 0px;
  }

  .image-18-copy.img-vacsco {
    margin-top: -2px;
  }

  .image-18-copy.img-breestritol {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-18-copy.img-galaxy {
    width: 400px;
  }

  .image-18-copy.img-mia {
    margin-top: 0px;
  }

  .image-18-copy.img-cahier-descharges {
    margin-top: 0px;
  }

  .div-block-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 29px;
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-52 {
    margin-top: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-55.mia-img {
    margin-right: 0px;
  }

  .div-block-55 {
    margin-left: 20px;
  }

  .div-block-57 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .html-embed-6 {
    width: 100%;
  }

  .div-block-61 {
    margin-top: 9px;
  }

  .image-60 {
    margin-right: 0px;
  }

  .video-3 {
    height: 600px;
  }

  .div-block-63 {
    margin-top: 0px;
    margin-left: 0px;
  }

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

  .hastag-cat.peinture {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-21 {
    font-size: 0.9em;
    line-height: 22px;
    letter-spacing: 0.15em;
  }

  .text-block-21.peinture {
    font-size: 0.8em;
    letter-spacing: 0.13em;
  }

  .img-cat {
    width: 400px;
  }

  .img-galerie-cat {
    width: 400px;
  }

  .img-galerie-cat.tigre {
    width: 400px;
  }

  .section-15 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    margin-right: 0%;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-14-menu-wrapper {
    position: relative;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .d-14-menu-item-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .d-14-menu-item-text {
    font-size: 0.86em;
  }

  .d-14-menu-item-text.design-graphique {
    font-size: 0.86em;
  }

  .d-14-menu-item-text.motion-design {
    font-size: 0.86em;
    font-style: normal;
  }

  .d-14-menu-circle {
    width: 5px;
    height: 5px;
    margin-right: 7px;
  }

  .d-14-menu-circle.design-graphique {
    margin-right: 7px;
  }

  .div-block-67 {
    padding-bottom: 5px;
  }

  .div-bloc-croix {
    top: 2%;
  }

  .bloc-popup {
    height: 700px;
    margin-top: 40px;
  }

  .bloc-popup.bloc-space {
    top: 0%;
    width: 90%;
    height: 600px;
  }

  .bloc-popup.peinture-popup {
    top: 0%;
    height: 800px;
  }

  .bloc-popup.visuel-popup {
    height: 800px;
  }

  .bloc-popup.affichepopup {
    height: 650px;
  }

  .bloc-popup.popupmemoire {
    height: 750px;
  }

  .text-block-22 {
    margin-top: 20px;
    text-align: center;
  }

  .heading-5 {
    margin-top: 23px;
  }

  .pop-up-peinture {
    display: none;
  }

  .div-block-71 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-64 {
    width: 150px;
    height: 150px;
    margin-top: 20px;
  }

  .cadre {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cadre.cadre-formation {
    width: 100%;
    margin-top: 39px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cadre.cadre-formation.haut {
    margin-top: 0px;
  }

  .bouton-cv.bouton-portfolio {
    width: 100%;
    margin-top: 0px;
  }

  .section-profil {
    margin-right: 7%;
    margin-left: 7%;
  }

  .paragraph-3 {
    margin-top: 10px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-73 {
    margin-top: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-68 {
    height: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-69 {
    height: 300px;
  }

  .section-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bouton-section {
    margin-right: 7%;
    margin-left: 7%;
  }

  .section-formation {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bloc-experiences {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .bloc-experiences.bloc-bas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-32.colonne-droite {
    padding-left: 15px;
  }

  .column-33 {
    padding-left: 10px;
  }

  .html-embed-8 {
    position: absolute;
    top: 29%;
    right: 15%;
    display: none;
  }

  .html-embed-8._2 {
    bottom: -126%;
    display: none;
  }

  .db-side-menu {
    left: -100vw;
  }

  .db-show-tab {
    position: absolute;
    right: 20px;
    bottom: -25px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #0f0f0f;
    cursor: pointer;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .shrink-box-button {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-70 {
    display: none;
  }

  .image-71 {
    margin-right: 0px;
  }

  .bouton-error {
    margin-top: 44px;
    margin-right: auto;
    margin-left: auto;
  }

  .bouton-error.bouton-mentinlegal {
    margin-top: 0px;
  }

  .div-block-79 {
    margin-left: -62px;
  }

  .div-block-80 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .div-block-82 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 74px;
    padding-right: 15%;
    padding-left: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-36 {
    margin-top: 28px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .section-18 {
    margin-bottom: 92px;
  }

  .div-block-85.bloc-bas {
    margin-top: 36px;
  }

  .div-block-87 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .video-cosmousse {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .section-projet-contexte {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .section-projet-contexte.cc-cta {
    padding: 15px;
  }

  .section-projet-contexte.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-projet-contexte.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-projet-contexte.section-projet-vert.section-projet-reflexion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-projet-contexte.section-fin-archive {
    margin-bottom: 40px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .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 {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .body {
    overflow: visible;
    background-color: #fbf1e5;
  }

  .section-header {
    margin-bottom: auto;
    padding-bottom: 0%;
    background-color: rgba(255, 245, 233, 0.2);
    background-image: none;
    opacity: 1;
  }

  .section-header.header-projets {
    margin-bottom: 10px;
  }

  .section-header.header-projet {
    margin-bottom: 10px;
  }

  .section-header.header-404 {
    margin-bottom: 0px;
  }

  .section-header.header-accueil {
    margin-bottom: 40px;
  }

  .section-header.header-contact {
    margin-bottom: 6px;
  }

  .page-titre {
    margin-top: 32px;
    margin-bottom: 0px;
    color: #14132f;
    font-size: 1.25em;
    text-shadow: 0 0 3px #fff5e9;
  }

  .page-titre.accueil-pagetitre {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .page-titre.titre-membre-satisfait {
    margin-top: 37px;
    margin-bottom: 31px;
    line-height: 40px;
  }

  .langues {
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fr.langues {
    width: 55px;
    height: 25px;
    min-width: 55px;
    margin-right: 30px;
    padding-top: 1px;
    font-size: 0.9em;
  }

  .en.langues {
    width: 55px;
    height: 25px;
    min-width: 55px;
    padding-top: 1px;
    font-size: 0.9em;
  }

  .img-coline {
    display: none;
    width: 500px;
    min-width: auto;
    margin-right: -41px;
    padding-left: 0px;
  }

  .column-header-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding: 0px 90px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: rgba(255, 245, 233, 0);
  }

  .column-header-1.column-page {
    display: none;
  }

  .header-homepage {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    padding-bottom: 11px;
  }

  .header-homepage.header-accueil {
    padding-bottom: 0%;
  }

  .sous-titre {
    margin-top: -23px;
    font-size: 1.2em;
  }

  .sous-titre.soust-titre-vert {
    margin-top: -28px;
    margin-bottom: 21px;
    line-height: 30px;
  }

  .sous-titre.sous-titre-bleu {
    margin-top: -15px;
    margin-bottom: 12px;
    margin-left: 0px;
  }

  .sous-titre.sous-titre-rouge {
    margin-top: -27px;
    margin-bottom: 24px;
    font-size: 1.12em;
    line-height: 32px;
  }

  .sous-titre.sous-titre-calendrier {
    margin-top: -24px;
    margin-bottom: 18px;
    line-height: 32px;
  }

  .column-header-2 {
    margin-top: -12px;
    margin-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: rgba(255, 245, 233, 0);
  }

  .column-header-2.column-header-projets {
    margin-bottom: 0px;
  }

  .section-homepage {
    background-color: rgba(255, 245, 233, 0);
  }

  .porte-div {
    bottom: 22%;
    display: none;
  }

  .menu-navbar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .menu-navbar.menu-navbar-projets {
    width: 100%;
    min-width: 100%;
  }

  .nav-menu {
    width: 100%;
    height: 70px;
    min-height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .container-menu {
    position: -webkit-sticky;
    position: sticky;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .menu-page.accueil {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-bottom-left-radius: 0px;
  }

  .menu-page.profil {
    border-bottom-right-radius: 0px;
  }

  .div-coline {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    background-image: url('../images/illu-bg-accueil-phone.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .fire-div {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 21%;
    display: none;
    width: 120px;
  }

  .img-porte {
    width: 130px;
  }

  .contact-div {
    left: 112px;
    display: none;
    width: 60px;
  }

  .profil-div {
    left: 16%;
    bottom: 33%;
    display: none;
    width: 120px;
  }

  .body-2 {
    padding-bottom: 0px;
  }

  .c-nav {
    width: 100%;
  }

  .c-small-text {
    left: 50%;
    top: 570px;
    z-index: 2;
    margin-left: -30px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .c-title-2 {
    font-size: 58px;
    line-height: 58px;
  }

  .c-big-text.cc-bottom {
    right: -160px;
    bottom: 170px;
    opacity: 0.5;
  }

  .c-slide {
    height: auto;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-bg-line {
    display: none;
  }

  .c-section {
    height: 430px;
    min-height: 430px;
    margin-top: 10px;
    padding: 5px 24px 40px;
  }

  .c-arrow {
    width: 80px;
    border-radius: 5px;
  }

  .c-slide_image {
    display: block;
    width: 286px;
    height: 388px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-slider {
    height: auto;
    max-width: 100%;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-arrows-wrapper {
    margin-top: 20px;
  }

  .footer {
    bottom: auto;
    z-index: 5;
    height: auto;
    margin-top: 0px;
    padding: 0px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .slide-container.c-slide_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .titre-bloc.sous-titre-bloc.soustitre-valdoise.bloc-prec-visite {
    text-align: left;
  }

  .titre-bloc.sous-titre-bloc.soustitre-valdoise.bloc-prec-visite.bloc-archive {
    font-size: 0.65em;
  }

  .bloc-categorie-item {
    margin-top: 8px;
  }

  .bloc-categorie-item.cay-prec.cat-suiv {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bloc-categorie-item.bloc-date {
    margin-top: 9px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .categorie-item.categorie-green.cat-suiv {
    margin-right: auto;
    margin-left: auto;
  }

  .categorie-item.list-categorie.role-cat {
    background-color: rgba(20, 19, 47, 0);
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets {
    width: 40%;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat.photographie-bristol-cat {
    display: block;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat.photographie-bristol-cat.cat-photo {
    margin-bottom: 10px;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.cat-carte-de-visite {
    margin-right: 20px;
  }

  .categorie-item.list-categorie.list-cat-vert-copy.cat-projets {
    width: 40%;
  }

  .categorie-item.list-categorie.list-cat-vert-copy.cat-projets.photographie-cat.photographie-bristol-cat {
    display: block;
  }

  .categorie-item.list-categorie.list-cat-storyboard {
    margin-bottom: 21px;
    margin-left: auto;
  }

  .categorie-item.list-categorie.droit.list-cat-bleu.cat-motion.demo {
    margin-left: auto;
  }

  .categorie-item.list-categorie.cat-culeurs {
    width: 200px;
  }

  .categorie-item.list-categorie.cat-typo {
    margin-right: 0px;
    margin-left: 0px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume {
    margin-bottom: 3px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange {
    margin-left: 0px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia.cadre-orange {
    margin-right: auto;
    margin-left: auto;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.cadre-rouge {
    margin-left: 0px;
  }

  .categorie-item.list-categorie.bloc-perso {
    margin-bottom: 9px;
    margin-left: 0px;
  }

  .button-projet-decouvrir.button-orange {
    font-size: 1em;
  }

  .img-projet.img-galerie {
    margin-bottom: 10px;
  }

  .c-arrows-wrapper-2 {
    margin-top: 100px;
  }

  .bloc.bloc-orange {
    height: auto;
  }

  .bloc.bloc-orange:hover {
    box-shadow: none;
  }

  .bloc.bloc-orange.bloc-galerie {
    margin-right: 0px;
    margin-left: 0px;
  }

  .num-projet {
    color: #fff5e9;
  }

  .num-projet.num_projet_orange {
    color: #fff5e9;
  }

  .num-projet.num-projet-bleu {
    color: #fff5e9;
  }

  .num-projet.num-projet-rouge {
    color: #fff5e9;
  }

  .section-archives {
    margin-top: 60px;
    margin-bottom: 114px;
  }

  .section-archives.section-retourprojet {
    margin-top: 43px;
    margin-bottom: 68px;
  }

  .button-archives.button-cv {
    margin-left: 0px;
  }

  .button-archives.button-competences {
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
  }

  .counter-projets {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 45px;
    height: 28px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(20, 19, 47, 0.69);
  }

  .total-projet {
    padding-top: 1px;
    padding-left: 3px;
    color: #10ac9d;
    font-size: 0.7em;
  }

  .total-projet.total-orange {
    color: #f8a555;
  }

  .total-projet.total-rouge {
    color: #da4c2a;
  }

  .total-projet.total-bleu {
    color: #4b4fd1;
  }

  .bloc-rs-footer.bloc-rs-contact {
    margin-top: 37px;
    margin-bottom: 18px;
  }

  .bloc-rs-footer.bloc-lien {
    margin-bottom: 0px;
  }

  .copyright-footer {
    position: static;
    margin-top: 12px;
  }

  .bloc-lien-footer {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-4 {
    margin-bottom: 0px;
    padding-bottom: 78px;
  }

  .projet-img-pres {
    width: 100%;
    height: 400px;
    margin-top: 17px;
    margin-bottom: 0px;
  }

  .clumn-projets-pres {
    margin-right: 0%;
    margin-left: 0%;
  }

  .pres-info-projet {
    margin-top: 0px;
  }

  .presentation-projet {
    height: 400px;
    margin-bottom: 60px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .colonne-projet-pres-outils.info-vacsco {
    margin-top: 3px;
  }

  .colonne-img-projet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colonne-img-projet.lien-projet {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colonne-img-projet.lien-projet.video-projet-victor {
    margin-top: 8px;
  }

  .colonne-img-projet.colonne-projet-mia {
    height: 340px;
  }

  .image-projet-statut.projet-rouge {
    background-color: #f8dbce;
  }

  .context-projet.projet-precedant {
    padding-left: 0px;
  }

  .text-resume {
    padding-bottom: 4px;
  }

  .text-resume.pres-info-projet {
    letter-spacing: 0.2em;
  }

  .text-resume.txt-calendrier.carde-orange.date-mia {
    margin-right: auto;
    margin-bottom: 40px;
  }

  .commanditaire-bouton {
    width: 100%;
  }

  .commanditaire-bouton.commanditaire-bouton-vert {
    margin-bottom: 0px;
  }

  .commanditaire-bouton.commanditaire-bouton-vert.bouton-sp-cial.bouton-special-orange {
    margin-top: 0px;
    margin-bottom: 29px;
  }

  .commanditaire-bouton.commanditaire-bouton-bleu {
    margin-top: 6px;
  }

  .commanditaire-bouton.commanditaire-bouton-bleu.visitelocaux {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .commanditaire-bouton.commanditaire-haut.commanditaire-bouton-bleu {
    margin-bottom: 20px;
  }

  .colonne-outils-1 {
    margin-right: 0px;
  }

  .colonne-outils-1.colonne-outil-reglage {
    top: 37px;
    right: 6px;
    margin-top: 0px;
    padding-right: 0px;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut.outil-cimat {
    padding-top: 12px;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut.equipe {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .colonne-outils-1.colonne-outil-reglage.outil-orange {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .colonne-outils-1.colonne-outil-projet.colonne-galerie {
    width: auto;
  }

  .bloc-outil {
    padding-right: 14px;
  }

  .bloc-outil.bloc-outil-bas {
    padding-right: 0px;
  }

  .colonne-outil {
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .point-deco {
    right: 4%;
  }

  .ligne-intro-projet {
    width: 100%;
    margin-bottom: 18px;
  }

  .ligne-intro-projet.ligne-galerie {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraphe-intro {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 0.9em;
    line-height: 22px;
    text-align: left;
  }

  .bloc-intro-projet {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .phrase-accroche {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 34px;
  }

  .titre-contexte {
    margin: 18px auto 13px;
    line-height: 28px;
    text-align: left;
  }

  .titre-contexte.titre-projet {
    margin-top: 0px;
    margin-left: 0px;
  }

  .titre-contexte.projet-equipe {
    margin-top: 0px;
  }

  .paragraphe-contexte {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .paragraphe-contexte.paragraphe-lune {
    margin-bottom: 37px;
  }

  .paragraphe-contexte.stop-motion-txt {
    width: 100%;
  }

  .colonne-reflexion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colonne-reflexion.colonne-bristol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .colonne-reflexion.colonne-pingouin {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .colonne-contexte {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 34px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .colonne-contexte.bristol-anectode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colonne-contexte.colonne-bristol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-projet-reflexion {
    padding-right: 10%;
    padding-left: 10%;
  }

  .section-projet-reflexion.section-projet-vert {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .section-projet-reflexion.section-projet-vert.section-milieu {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-projet-reflexion.projet-rouge-fond {
    padding-right: 10%;
    padding-bottom: 63px;
    padding-left: 10%;
  }

  .section-projet-reflexion.section-milieu.section-mia {
    margin-bottom: 60px;
  }

  .section-autre-projet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bloc-projet-suivantprecedant {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bloc-projet-suivantprecedant.bloc-projet-suivant {
    position: static;
    left: 0px;
    width: auto;
    margin-top: 17px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .bloc-projet-suivantprecedant.bloc-prec {
    margin-right: auto;
  }

  .bloc-projet-suivantprecedant.bloc-projet-suivant {
    position: static;
    left: 0px;
    width: auto;
    margin-top: 17px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .img-projet-prec {
    width: auto;
  }

  .img-projet-prec.img-projet-suivant {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .bloc-prec-suiv {
    width: 220px;
  }

  .bloc-prec-suiv.bloc-suiv {
    width: 220px;
  }

  .bloc-prec-suiv.bloc-suiv.bloc-suiv-victor {
    width: 260px;
  }

  .texte-projets-autre {
    font-weight: 600;
  }

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

  .image-16 {
    width: auto;
    height: auto;
  }

  .columns-6 {
    margin-top: -101px;
  }

  .column-8 {
    display: none;
  }

  .column-9 {
    display: block;
  }

  .circle.blue {
    -webkit-transform: translate3d(-10px, 90px, -200px);
    transform: translate3d(-10px, 90px, -200px);
  }

  .photo-profil {
    max-width: 340px;
    -webkit-transform: translate3d(0px, -10px, 80px);
    transform: translate3d(0px, -10px, 80px);
  }

  .container-button-profil.competence-protfolio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bloc-presentation {
    width: 80vw;
  }

  .div-block-14 {
    width: 80vw;
    margin-top: 0px;
  }

  .text-presentation {
    margin-right: 0px;
    margin-left: 0px;
  }

  .titre-presentation {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-chiffre {
    font-size: 1.9em;
  }

  .section-9 {
    margin-top: -65px;
  }

  .column-10 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-10.colonne-pingouin {
    padding-right: 0px;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-11.colonne-victor {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-11.colonne-pingouin {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-18 {
    margin-top: -15px;
  }

  .image-18.img-pripyat {
    width: auto;
    margin-top: 0px;
  }

  .image-18.img-mia {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .image-18.img5cos {
    width: 200px;
    margin-right: 17px;
  }

  .image-19.img-projet-bristreetol {
    width: auto;
  }

  .image-19.img-projet-bristreetol.img-bleu.img-bas {
    width: 220px;
  }

  .image-19.img-projet-bristreetol.img-bleu.img-bas-copy {
    width: 220px;
  }

  .image-19.img-code-portraitchinois {
    width: 240px;
  }

  .column-12 {
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-12.colonne-reflexion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-12.colonne-bristol {
    margin-top: 0px;
  }

  .column-12.colonne-lune {
    margin-top: 0px;
  }

  .column-13 {
    margin-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-13.challeng-lum {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-13.colonne-bristol-bas {
    margin-top: -26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-13.concept-bristol {
    margin-top: 0px;
  }

  .column-13.colonne-mia {
    margin-top: 0px;
  }

  .titre-accrocheur {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .link-block-10 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .link-block-10.lien-projet-bloc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-decoration: none;
  }

  .link-block-10.lien-projet-bloc:hover {
    box-shadow: none;
  }

  .button-voir-projet {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0px 10px;
    padding-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #10ac9d;
    text-decoration: none;
    text-transform: uppercase;
  }

  .button-voir-projet:hover {
    border: 1px solid #10ac9d;
  }

  .button-voir-projet.button-voir-proje-bleu.button-portraitchinois {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .button-voir-projet.button-orange-projet {
    margin-top: 0px;
  }

  .image-21 {
    display: none;
    width: auto;
  }

  .image-21.img-bleu {
    display: block;
    width: 220px;
  }

  .image-22.img-projet-bristreetol {
    display: block;
    margin-top: 0px;
  }

  .image-22.img-projet-bristreetol.photo-gauche {
    display: block;
  }

  .image-22.img-projet-portaitchinois {
    margin-top: 10px;
  }

  .div-block-15.bloc-portraitchinoiscode {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-15.bloc-pingouin {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-15.bloc-stopmotoion {
    margin-right: 0px;
  }

  .image-23 {
    width: 220px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-24 {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .columne-lune-rouge-storyboard {
    margin-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-7 {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-25 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-26 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .img-vacsco {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-17 {
    padding-left: 0px;
  }

  .txt-outilscrea {
    color: #14132f;
  }

  .link-block-15 {
    padding-right: 0px;
  }

  .degrade {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd9c), color-stop(9%, #ffcd9c), color-stop(66%, #fbf1e5), to(#fbf1e5));
    background-image: linear-gradient(180deg, #ffcd9c, #ffcd9c 9%, #fbf1e5 66%, #fbf1e5);
  }

  .degrade.degrade-vert {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#95d4cf), color-stop(79%, #fff5e9), to(#fff5e9));
    background-image: linear-gradient(180deg, #95d4cf, #fff5e9 79%, #fff5e9);
  }

  .degrade.bleu-degrade {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cfd0f7), color-stop(91%, #fff5e9), to(#fff5e9));
    background-image: linear-gradient(180deg, #cfd0f7, #fff5e9 91%, #fff5e9);
  }

  .degrade.degrade-orange {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd9c), color-stop(91%, #fff5e9), to(#fff5e9));
    background-image: linear-gradient(180deg, #ffcd9c, #fff5e9 91%, #fff5e9);
  }

  .page-titre-2 {
    margin-top: 26px;
    color: #14132f;
    font-size: 1.1em;
    text-shadow: 0 0 3px #fff5e9;
  }

  .page-titre-2.accueil-pagetitre {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sous-titre-2 {
    margin-top: -21px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .sous-titre-2.vert-projet {
    margin-top: -17px;
    margin-left: -4px;
  }

  .sous-titre-2.sous-titre-bleu.sous-titre-profil {
    margin-top: -20px;
  }

  .sous-titre-2.soust-titre-vert {
    margin-left: -6px;
  }

  .txt-portfolio {
    font-size: 7em;
  }

  .txt-portfolio.o.o-2 {
    font-size: 7em;
  }

  .txt-portfolio.o.o-3 {
    font-size: 7em;
  }

  .txt-portfolio.o.o-1 {
    font-size: 7em;
  }

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

  .button-archives-2.button-archives-2 {
    width: 60%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1em;
  }

  .button-archives-2.button-archives-2.button-chat {
    text-align: center;
  }

  .button-archives-2.button-archives-2.bouton-accueil {
    margin-top: -6px;
  }

  .button-archives-2.button-send {
    width: 100%;
  }

  .deco-o {
    left: 0px;
    top: 3px;
    right: 0px;
    font-size: 8px;
  }

  .section-portfolio {
    margin-top: 20px;
    margin-bottom: -26px;
    padding-bottom: 0px;
  }

  .div-block-21 {
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
  }

  .image-33 {
    margin-left: 3px;
  }

  .gif-mobile {
    display: block;
    width: 100%;
    height: 0%;
    margin: 38px 0px 149px;
  }

  .gif-ordi {
    display: none;
  }

  .columns-8 {
    margin-top: 20px;
    padding-right: 20%;
    padding-left: 20%;
  }

  .columns-8.column-2 {
    margin-bottom: 0px;
    padding-right: 20%;
    padding-left: 20%;
  }

  .columns-8.column-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-15 {
    padding-bottom: 20px;
  }

  .img-galerie.tigre {
    width: 400px;
  }

  .columns-9 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .column-18 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-18.column-2.colonne-video {
    padding-right: 120px;
    padding-left: 120px;
  }

  .column-18.colonne-memoire {
    height: 400px;
  }

  .section-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-10.section-2 {
    margin-top: 60px;
  }

  .columns-10 {
    margin-top: 0px;
  }

  .div-block-22.droite {
    height: auto;
    margin-top: 30px;
  }

  .div-formation.formation-dut {
    margin-top: 40px;
  }

  .div-formation.formation-dut.medialinkblock {
    margin-top: 45px;
  }

  .section-11 {
    padding-bottom: 100px;
  }

  .div-block-29 {
    margin-top: 20px;
  }

  .div-block-29.bloc-langues {
    margin-top: 0px;
  }

  .secton-contatc {
    margin-top: 14px;
    padding-right: 7%;
    padding-bottom: 145px;
    padding-left: 7%;
  }

  .column-23 {
    border-right-style: none;
  }

  .column-24 {
    border-left-style: none;
  }

  .div-block-33 {
    width: 83%;
  }

  .chat-wrapper {
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .chat-button.button-chat.button-archives-2 {
    width: 100%;
  }

  .section {
    margin-right: 7%;
    margin-left: 7%;
  }

  .chat-wrapper-2 {
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-38 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bouton-retour {
    left: 10%;
  }

  .bouton-retour.bouton-galerie {
    display: none;
  }

  .div-retour.retour.retour-vert.div-bottom {
    left: auto;
    top: 81%;
    right: 10%;
    bottom: 0%;
    z-index: 3;
    border-style: solid;
    border-width: 2px;
    border-color: #fff5e9;
  }

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

  .slider-2.slide-10mot {
    width: 390px;
    height: auto;
  }

  .columns-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .background-video-5 {
    width: 400px;
    height: 400px;
  }

  .intro-outils {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-projet-pres {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 10% 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bloc-outil-pres {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fde1c5;
  }

  .bloc-outil-pres.bloc-outil-pres-vert {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #d8e4d8;
  }

  .bloc-outil-pres.bloc-outil-pres-bleu {
    margin-top: 30px;
    margin-bottom: 0px;
    background-color: #e1dceb;
  }

  .bloc-outil-pres.outil-rouge {
    margin-top: 30px;
    margin-bottom: 0px;
    background-color: #f8dbce;
  }

  .bloc-txt-intro {
    padding-right: 0px;
  }

  .titre-guillement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .titre-guillement.titre-jeu {
    margin-bottom: 0px;
  }

  .titre-guillement.titre-climat {
    margin-bottom: 57px;
  }

  .text-block-18 {
    font-size: 4em;
  }

  .guillemet {
    padding-right: 10px;
    padding-left: 10px;
    color: #f8a555;
    font-size: 3em;
  }

  .guillemet.guilelemnt-gauche.guillement-2 {
    padding-left: 0px;
  }

  .guillemet.guillement-2 {
    padding-left: 0px;
  }

  .bloc-projet-pres {
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bloc-pres-debut {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .txt-pres {
    width: 80%;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bloc-projet-visu:hover {
    box-shadow: 0 0 0 4px #10a899;
  }

  .bloc-projet-visu.projet-visu-mia {
    margin-top: -9px;
  }

  .bloc-projet-visu.projet-visu-bleu.visu-achives {
    margin-bottom: 0px;
  }

  .image-projet {
    margin-bottom: 0px;
  }

  .bloc-voir-projt {
    bottom: 4%;
  }

  .video-membres {
    height: 400px;
    margin-top: 13px;
    margin-bottom: 0px;
  }

  .link-block-26 {
    margin-top: 17px;
  }

  .div-photo-bristol {
    margin-top: 10px;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bloc-img-bristol-retouche {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-18-copy {
    margin-top: -15px;
  }

  .image-18-copy.img-pripyat {
    width: auto;
    margin-top: 0px;
  }

  .image-18-copy.img-mia {
    margin-top: auto;
    margin-right: 0px;
  }

  .img-retouche-bristol {
    margin-top: 10px;
  }

  .bloc-retouche-bristol {
    margin-bottom: 0px;
  }

  .div-block-44 {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .phrase-anectote {
    margin-left: 8px;
  }

  .link-block-27 {
    margin-top: 10px;
  }

  .paragraphe-mockup {
    width: 100%;
  }

  .column-13-copy {
    margin-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-13-copy.challeng-lum {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-13-copy.colonne-bristol-bas {
    margin-top: -26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-13-copy.concept-bristol {
    margin-top: 0px;
  }

  .bloc-maquette-lum {
    margin-bottom: 79px;
  }

  .image-18-copy {
    margin-top: -15px;
  }

  .image-18-copy.img-pripyat {
    width: auto;
    margin-top: 0px;
  }

  .image-18-copy.img-mia {
    margin-top: 0px;
    margin-right: 0px;
  }

  .div-block-51 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-52 {
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-54 {
    margin-top: 18px;
    margin-right: 0px;
  }

  .image-55.mia-img {
    margin-right: 0px;
  }

  .div-block-55 {
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-56 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-61 {
    margin-top: 2px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-59 {
    margin-right: 12px;
  }

  .image-60 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .div-block-63 {
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .div-block-64 {
    margin-top: 10px;
  }

  .hastag-cat {
    right: 5%;
    bottom: 5%;
  }

  .img-cat {
    width: 400px;
  }

  .img-galerie-cat {
    width: 400px;
  }

  .img-galerie-cat.tigre {
    width: 400px;
  }

  .section-15 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-14-menu-wrapper {
    position: relative;
  }

  .div-bloc-croix {
    top: 2%;
  }

  .bloc-popup {
    width: 80%;
  }

  .bloc-popup.bloc-space {
    width: 90%;
    height: 650px;
  }

  .bloc-popup.peinture-popup {
    top: 0%;
    height: 850px;
  }

  .bloc-popup.visuel-popup {
    width: 90%;
  }

  .bloc-popup.affichepopup {
    height: 550px;
  }

  .text-block-22 {
    margin-top: 30px;
  }

  .heading-5 {
    margin-top: 29px;
  }

  .pop-up-peinture {
    display: none;
  }

  .pop-up-spacetravel {
    display: none;
  }

  .div-block-72 {
    width: 100%;
    margin-top: 29px;
  }

  .pop-up-visuels {
    display: none;
  }

  .cadre {
    padding-top: 118px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .cadre.cadre-formation {
    width: 100%;
    margin-top: 35px;
    margin-right: 0px;
  }

  .cadre.cadre-formation.haut {
    margin-top: 0px;
  }

  .pop-up-icon {
    margin-top: -35px;
  }

  .bouton-cv {
    text-align: center;
  }

  .bouton-cv.bouton-portfolio {
    margin-top: 0px;
  }

  .bouton-cv.bouton-formation {
    padding-right: 25px;
    padding-left: 15px;
    font-size: 0.9em;
    letter-spacing: 4px;
  }

  .bouton-cv.bouton-formation.bouton-droit {
    padding-right: 15px;
    padding-left: 25px;
    font-size: 0.9em;
  }

  .section-profil {
    margin-right: 6%;
    margin-bottom: 35px;
    margin-left: 6%;
  }

  .paragraph-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-73 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-68 {
    height: 250px;
    margin-right: 10px;
  }

  .image-69 {
    height: 250px;
  }

  .div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-formation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-32.colonne-droite {
    padding-left: 15px;
  }

  .column-33 {
    padding-left: 15px;
  }

  .html-embed-8 {
    top: 95%;
    right: 13%;
    display: none;
  }

  .html-embed-8._2 {
    right: -1%;
    bottom: -121%;
    display: none;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .image-70 {
    display: none;
  }

  .image-71 {
    margin-bottom: 80px;
  }

  ._4 {
    font-size: 15em;
  }

  ._4._0.renverse-0 {
    -webkit-transform: translate(0px, 19px);
    -ms-transform: translate(0px, 19px);
    transform: translate(0px, 19px);
  }

  ._4.revenvers {
    -webkit-transform: rotate(43deg) translate3d(33px, -14px, -157px);
    transform: rotate(43deg) translate3d(33px, -14px, -157px);
  }

  .bouton-error {
    margin-top: 36px;
  }

  .div-block-79 {
    margin-top: 127px;
    margin-bottom: 8px;
    margin-left: -47px;
  }

  .div-block-80 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-28 {
    margin-top: 157px;
  }

  .div-block-82 {
    margin-top: -2px;
  }

  .columns-16 {
    padding-right: 15%;
    padding-left: 15%;
  }

  .section-18 {
    margin-bottom: 82px;
  }

  .div-block-85 {
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-85.bloc-bas {
    margin-top: 4px;
  }

  .image-72 {
    margin-bottom: 28px;
  }

  .image-73 {
    margin-bottom: 20px;
  }

  .div-block-87 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .video-cosmousse {
    width: 80vw;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  img {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .section-projet-contexte {
    margin: 0px 0% 60px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .section-projet-contexte.section-projet-vert.section-projet-reflexion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-projet-contexte.section-fin-archive {
    margin-bottom: 20px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .body {
    overflow: visible;
    height: 100%;
    max-height: none;
    min-height: 100%;
    background-color: #fbf1e5;
    background-image: none;
  }

  .section-header {
    padding-bottom: 0px;
    background-color: transparent;
  }

  .section-header.header-projets {
    margin-bottom: 0px;
  }

  .section-header.header-projet {
    margin-bottom: 20px;
  }

  .section-header.header-accueil {
    margin-bottom: 47px;
  }

  .section-header.header-contact {
    margin-bottom: 7px;
  }

  .page-titre {
    display: block;
    width: 100%;
    margin: 16px 0px 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    font-size: 1.15em;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.25em;
    text-shadow: 0 0 2px #fff5e9;
  }

  .page-titre.accueil-pagetitre {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 9px;
    font-size: 0.95em;
    line-height: 30px;
  }

  .page-titre.titre-double {
    margin-top: 16px;
    margin-bottom: 0px;
    line-height: 34px;
  }

  .page-titre.titre-membre-satisfait {
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 34px;
  }

  .langues {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-left: 8px;
    padding-top: 10px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fr.langues {
    width: 50px;
    height: 22px;
    min-width: 50px;
    margin-right: 30px;
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 3px;
    font-size: 0.85em;
    text-align: center;
  }

  .en.langues {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 50px;
    height: 22px;
    max-height: none;
    min-height: auto;
    min-width: 50px;
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.84em;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .img-coline {
    z-index: 2;
    display: block;
    width: 700px;
    height: 230px;
    min-width: 700px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .column-header-1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: transparent;
  }

  .header-homepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .header-homepage.header-accueil {
    margin-top: 0px;
    padding-bottom: 0%;
  }

  .column-header-3 {
    z-index: 6;
    height: 30px;
    margin-top: 0px;
    padding-top: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .columns-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .sous-titre {
    margin-top: -10px;
    margin-bottom: 13px;
    font-family: Mansalva, sans-serif;
    color: #f8a555;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    text-transform: none;
  }

  .sous-titre.soustitre-projet {
    margin-top: -23px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .sous-titre.sous-titre-profil {
    margin-top: -23px;
    font-family: Mansalva, sans-serif;
    font-size: 1.2em;
    line-height: 30px;
  }

  .sous-titre.soust-titre-vert {
    margin-top: -21px;
    margin-bottom: 12px;
    margin-left: -8px;
    padding-left: 0px;
    line-height: 30px;
  }

  .sous-titre.sous-titre-bleu {
    margin-top: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    line-height: 30px;
  }

  .sous-titre.sous-titre-rouge {
    margin-top: -22px;
    margin-bottom: 14px;
  }

  .sous-titre.sous-titre-calendrier {
    margin-top: -22px;
    margin-bottom: 11px;
  }

  .column-header-2 {
    z-index: 6;
    margin-top: 27px;
    margin-bottom: 0px;
    padding: 0px 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .column-header-2.column-header-projets {
    margin-bottom: 26px;
  }

  .section-homepage {
    background-color: transparent;
  }

  .porte {
    left: 1%;
    top: -135px;
    z-index: 0;
    display: block;
    width: 130px;
    min-width: 130px;
  }

  .porte-div {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-navbar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    width: 100%;
    min-width: 100%;
    margin: 0px;
    border-radius: 8px 8px 0px 0px;
  }

  .menu-navbar.menu-navbar-projets {
    z-index: 6;
  }

  .nav-menu {
    z-index: 6;
    width: 100%;
    height: 75px;
    min-height: 75px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
  }

  .container-menu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    height: 100%;
    min-width: 100%;
    border-radius: 8px 8px 0px 0px;
  }

  .menu-page.accueil {
    height: auto;
    min-height: auto;
    min-width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px 0px 0px;
  }

  .menu-page.projet {
    height: auto;
    min-height: auto;
    min-width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-page.aptitudes {
    height: auto;
    min-height: auto;
    min-width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-page.profil {
    height: auto;
    min-height: auto;
    min-width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px 6px 0px 0px;
  }

  .menu-page.profil:hover {
    background-color: rgba(236, 100, 72, 0.93);
  }

  .menu-texte-selectionn {
    font-size: 0.6em;
  }

  .menu-texte {
    font-size: 0.6em;
  }

  .text-block-3 {
    font-size: 0.6em;
  }

  .menu-text {
    font-size: 0.6em;
  }

  .div-coline {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    background-image: none;
  }

  .fire-div {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 4;
    display: block;
    width: 90px;
    margin: 175px 0px 0px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .img-outils {
    width: 90px;
    min-width: 90px;
  }

  .img-porte {
    width: 100px;
  }

  .bloc-rs {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    overflow: visible;
  }

  .link-block {
    display: block;
    width: 40px;
  }

  .link-block-2 {
    display: block;
  }

  .link-block-3 {
    display: block;
    width: 40px;
  }

  .link-block-4 {
    display: block;
  }

  .logo-page {
    width: 60px;
    min-width: 60px;
    margin-top: 0px;
  }

  .logo-page:hover {
    width: 60px;
  }

  .rs-mobile {
    display: block;
  }

  .contact-div {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    z-index: 0;
    display: block;
    width: 50px;
    margin: 48px 0px 0px;
    padding-bottom: 18px;
    padding-left: 0px;
  }

  .img-contact {
    width: auto;
    min-width: 0px;
  }

  .img-profil {
    width: 140px;
  }

  .profil-div {
    position: fixed;
    left: 106px;
    bottom: 84px;
    display: block;
    width: 90px;
  }

  .body-2 {
    height: auto;
    min-height: auto;
    padding-bottom: 0px;
    background-position: 50% 100%;
  }

  .c-small-text {
    position: static;
    left: 1%;
    top: 57px;
    width: 269px;
    max-width: 100%;
    margin-left: -10px;
    font-size: 2em;
  }

  .c-title-2 {
    font-size: 1.5em;
    line-height: 58px;
  }

  .c-text-line {
    right: -8px;
  }

  .c-bg-line {
    display: none;
  }

  .c-bg-container {
    position: absolute;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .c-section {
    height: 390px;
    min-height: 390px;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .c-arrow {
    margin-left: 0px;
  }

  .c-arrow.cc-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c-slide_wrapper {
    height: 360px;
  }

  .c-slide_image {
    height: 340px;
    box-shadow: none;
  }

  .c-slide_image.c-move-to-bottom {
    height: 340px;
  }

  .c-slider {
    height: 390px;
    min-height: 390px;
    margin-top: 0px;
  }

  .c-arrows-wrapper {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 20px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer {
    bottom: auto;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
    min-height: 240px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .section-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .slide-container.c-slide_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .titre-bloc.titre-prec {
    font-size: 1em;
  }

  .titre-bloc.titre-prec.titre-suiv {
    font-size: 1em;
    text-align: right;
  }

  .bloc-categorie-item {
    width: 100%;
    margin-top: 0px;
  }

  .bloc-categorie-item.bloc-projet-cat-item-projetindi.bloc-role {
    margin-top: -2px;
    padding-top: 7px;
  }

  .bloc-categorie-item.bloc-date {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .categorie-item.list-categorie.role-cat {
    background-color: rgba(20, 19, 47, 0);
  }

  .categorie-item.list-categorie.list-cat-vert {
    line-height: 22px;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets {
    width: 50%;
    line-height: 20px;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.photographie-cat.photographie-bristol-cat {
    width: 150px;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.maquette-cat {
    width: 220px;
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.cat-identitevisuelle {
    width: 150px;
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.cat-carte-de-visite {
    margin-top: 24px;
    margin-right: auto;
    line-height: 20px;
  }

  .categorie-item.list-categorie.list-cat-vert.cat-projets.mockup-cat {
    margin-bottom: 0px;
  }

  .categorie-item.list-categorie.list-cat-rouge {
    line-height: 22px;
  }

  .categorie-item.list-categorie.list-cat-rouge.list-cat-motion {
    margin-right: 0px;
  }

  .categorie-item.list-categorie.list-cat-rouge.list-cat-vecto {
    width: 100%;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-rouge.list-cat-illu {
    margin-right: auto;
    margin-left: auto;
  }

  .categorie-item.list-categorie.list-cat-vert-copy.cat-projets {
    width: 50%;
  }

  .categorie-item.list-categorie.list-cat-vert-copy.cat-projets.cat-identitevisuelle {
    width: 150px;
  }

  .categorie-item.list-categorie.list-cat-storyboard {
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .categorie-item.list-categorie.droit.list-cat-bleu.cat-motion.demo {
    margin-right: 0px;
    margin-left: 0px;
  }

  .categorie-item.list-categorie.cat-perso.cat-couleur {
    width: 90px;
  }

  .categorie-item.list-categorie.cat-typo {
    margin-right: 0px;
    margin-left: 0px;
  }

  .categorie-item.list-categorie.cat-calendrier {
    margin-bottom: 20px;
  }

  .categorie-item.list-categorie.cat-inspi {
    width: 210px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume {
    font-size: 0.85em;
    line-height: 18px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange {
    margin-left: 0px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 24px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia.cadre-orange {
    margin-right: auto;
    margin-left: auto;
    line-height: 22px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange.date-mia-copy {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 24px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange-copy.date-mia {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 24px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.carde-orange-copy.date-mia-copy {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 24px;
  }

  .categorie-item.list-categorie.txt-calendrier.text-resume.cadre-rouge {
    margin-left: 0px;
  }

  .categorie-item.list-categorie.bloc-perso {
    margin-top: 13px;
    margin-left: 0px;
  }

  .categorie-item.list-categorie.bloc-perso.bloc-controle {
    margin-top: -7px;
    margin-bottom: 36px;
  }

  .text-bloc {
    margin-top: -4px;
    font-size: 0.75em;
    line-height: 17px;
  }

  .text-bloc.bloc-archiv {
    margin-top: -7px;
  }

  .text-bloc.txt-pingouin {
    margin-top: -7px;
  }

  .button-projet-decouvrir {
    height: 32px;
  }

  .button-projet-decouvrir.button-orange {
    font-size: 0.9em;
    text-align: center;
  }

  .button-projet-decouvrir.button-orange.button-bleu {
    text-align: center;
  }

  .button-projet-decouvrir.button-orange.bouton-rouge {
    text-align: center;
  }

  .img-projet {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .c-arrows-wrapper-2 {
    margin-top: 110px;
  }

  .c-arrow-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .c-arrow-2.cc-right {
    margin-right: 0px;
  }

  .c-arrow-2.cc-left {
    margin-right: 0px;
    border-color: #10ac9d;
    background-color: rgba(20, 19, 47, 0);
    color: #10ac9d;
  }

  .c-arrow-2.cc-left:hover {
    color: #14132f;
  }

  .text-arrow:hover {
    color: #fff5e9;
  }

  .text-arrow.prev:hover {
    color: #14132f;
  }

  .arrow_left.arrow-prec {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff5e9;
  }

  .arrow_right.arrow-suiv {
    margin-top: 0px;
    padding-left: 0px;
    color: #fff5e9;
  }

  .bloc.bloc-orange.bloc-galerie {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-bleu {
    margin-right: 0px;
    margin-left: 0px;
  }

  .bloc.bloc-orange.bloc-galerie.bloc-illu-galerie {
    box-shadow: 1px 1px 10px 1px rgba(247, 173, 105, 0.75);
  }

  .bloc.bloc-orang {
    border-right-style: none;
    border-left-style: none;
  }

  .bloc.bloc-orang:hover {
    border-left-style: none;
  }

  .section-archives {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    margin-bottom: 220px;
  }

  .section-archives.section-retourprojet {
    margin-top: 40px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-archives.button-projets {
    background-color: #f8a555;
    cursor: pointer;
  }

  .button-archives.button-projets:hover {
    background-color: #14132f;
  }

  .button-archives.button-projets.bouton-vert {
    width: 280px;
    height: auto;
    padding: 5px 4px 5px 2px;
  }

  .button-archives.button-projets.button-galerie {
    width: 280px;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .button-archives.button-cv {
    margin-top: 12px;
    margin-left: 0px;
  }

  .text-archives.txt-projets {
    margin-left: 3px;
    letter-spacing: 2.2px;
  }

  .text-archives.txt-projets.txt-galerie {
    margin-left: 10px;
  }

  .counter-projets {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 45px;
    height: 28px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    background-color: rgba(20, 19, 47, 0.69);
  }

  .total-projet {
    padding-left: 3px;
    font-size: 0.75em;
    font-weight: 900;
  }

  .total-projet.total-orange {
    color: #f8a555;
  }

  .total-projet.total-rouge {
    color: #da4c2a;
  }

  .total-projet.total-bleu {
    color: #7c7feb;
  }

  .bloc-rs-footer {
    padding-top: 36px;
    padding-bottom: 19px;
  }

  .bloc-rs-footer.bloc-rs-contact {
    margin-top: 34px;
    margin-bottom: 3px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bloc-rs-footer.bloc-lien {
    width: 100%;
    margin-bottom: 0px;
  }

  .column-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .img-rs-footer.img-conatct {
    margin-right: 0px;
    margin-left: 0px;
  }

  .copyright-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8em;
  }

  .lien-footer {
    font-size: 0.6em;
    text-align: center;
  }

  .bloc-lien-footer {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-bloc-footer {
    padding-right: 4px;
    padding-left: 4px;
  }

  .container-4 {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 67px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-4 {
    display: block;
  }

  .column-gif-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-coline {
    z-index: 3;
  }

  .column-gif-contact {
    left: auto;
    top: auto;
  }

  .column-6 {
    margin-top: auto;
  }

  .column-gif-porte {
    top: auto;
  }

  .column-gif-cv {
    top: auto;
    right: auto;
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container-5 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    padding-left: 38px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .projet-img-pres {
    width: 100%;
    height: 380px;
    margin-top: 13px;
    margin-bottom: 0px;
  }

  .clumn-projets-pres {
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 0px;
  }

  .pres-info-projet {
    margin-top: 0px;
  }

  .pres-info-projet.pres-role {
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
  }

  .pres-info-projet.pres-role.pres-outils {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px 0px 5px 5px;
  }

  .pres-info-projet.bloc-projet-bleu {
    margin-top: 4px;
  }

  .presentation-projet {
    height: 300px;
    margin-bottom: 50px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .presentation-projet.projet-lune-rouge {
    margin-bottom: 30px;
  }

  .colonne-projet-pres-outils.info-vacsco {
    margin-top: 0px;
  }

  .colonne-img-projet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .colonne-img-projet.lien-projet.video-projet-victor {
    margin-top: 9px;
  }

  .colonne-img-projet.colonne-projet-mia {
    height: 270px;
  }

  .colonne-outils-role {
    margin-top: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-projet-statut {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-projet-statut.projet-rouge {
    background-color: #f8dbce;
  }

  .img-logo-moi.logo-fin {
    width: 40px;
  }

  .context-projet.projet-precedant {
    padding-left: 0px;
    font-size: 1em;
  }

  .context-projet.projet-precedant.galerie-projet {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .text-resume {
    padding-bottom: 6px;
  }

  .text-resume.resume-text {
    margin-bottom: 2px;
    font-size: 0.85em;
  }

  .text-resume.resume-text.text-solo.text-orange.text-vacsco {
    margin-top: 9px;
    margin-bottom: 14px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-resume.resume-text.text-tchenobyl.text-blanc {
    margin-top: 9px;
    margin-bottom: 30px;
  }

  .text-resume.resume-text.text-vert {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 20px;
  }

  .text-resume.resume-text.text-vert.txt-blanc {
    margin-top: 8px;
  }

  .text-resume.txt-calendrier {
    margin-right: 10px;
    margin-left: 10px;
    line-height: 26px;
  }

  .text-resume.txt-calendrier.carde-orange.date-mia {
    margin-bottom: 20px;
  }

  .text-resume.txt-calendrier.cadre-rouge {
    margin-right: 10px;
    margin-left: 10px;
    line-height: 24px;
  }

  .commanditaire-bouton {
    margin-top: 10px;
    margin-bottom: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px;
    cursor: pointer;
  }

  .commanditaire-bouton.commanditaire-bouton-vert {
    margin-top: 20px;
    margin-bottom: 11px;
  }

  .commanditaire-bouton.commanditaire-bouton-vert.bouton-sp-cial.bouton-special-orange {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .commanditaire-bouton.commanditaire-bouton-bleu {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
  }

  .commanditaire-bouton.commanditaire-bouton-bleu.visitelocaux {
    margin-top: 15px;
    margin-bottom: 9px;
  }

  .commanditaire-bouton.commanditaire-haut {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .commanditaire-bouton.commanditaire-haut.commanditaire-bouton-bleu {
    margin-top: 20px;
  }

  .commanditaire-bouton.txt-bouton.voir-projet {
    margin-top: 24px;
  }

  .commanditaire-bouton.bouton-plateau {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .colonne-outils-1 {
    margin-right: 0px;
  }

  .colonne-outils-1.colonne-outil-reglage {
    top: 31px;
    right: 0px;
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-bas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut.outil-cimat {
    display: -ms-grid;
    display: grid;
    padding-top: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .colonne-outils-1.colonne-outil-reglage.colonne-outil-bleu.colonne-outil-haut.equipe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .colonne-outils-1.colonne-outil-reglage.outil-orange {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bloc-outil {
    padding-right: 8px;
  }

  .bloc-outil.bloc-outil-bas {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bloc-outil.bloc-outil-projet.outil-galerie {
    padding-right: 15px;
    padding-left: 15px;
  }

  .img-outil {
    width: 44px;
    margin-top: 3px;
  }

  .txt-bouton {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.05em;
    line-height: 22px;
    text-transform: uppercase;
  }

  .txt-bouton.bouton-sp.bouton-sp--orange.bouton-sp--bleu {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 22px;
  }

  .txt-bouton.bouton-sp.bouton-sp--rouge {
    line-height: 20px;
  }

  .point-deco {
    right: 8%;
  }

  .ligne-intro-projet {
    width: 100%;
  }

  .paragraphe-intro {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 0px;
    font-size: 0.85em;
    line-height: 22px;
  }

  .bloc-intro-projet {
    width: 100%;
    margin-bottom: 12px;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phrase-accroche {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 1.2em;
    line-height: 28px;
  }

  .titre-contexte {
    display: block;
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
  }

  .titre-contexte.challeng-lum.titre-credit {
    margin-top: 0px;
  }

  .titre-contexte.titre-projet {
    margin-bottom: 20px;
    line-height: 25px;
  }

  .titre-contexte.outil {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .titre-contexte.equipe {
    margin-top: 21px;
  }

  .titre-contexte.projet-equipe {
    margin-bottom: 13px;
  }

  .paragraphe-contexte {
    width: auto;
    margin-bottom: 0px;
  }

  .paragraphe-contexte.paragraphe-lum {
    margin-bottom: 10px;
  }

  .paragraphe-contexte.paragraphe-lune {
    padding-bottom: 23px;
  }

  .paragraphe-contexte.paragraphe-victor {
    margin-bottom: 0px;
  }

  .paragraphe-contexte.text-jeu {
    text-align: left;
  }

  .paragraphe-contexte.stop-motion-txt {
    width: 100%;
    text-align: center;
  }

  .colonne-reflexion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colonne-reflexion.colonne-bristol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .colonne-reflexion.colonne-membre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .colonne-contexte {
    margin-right: 0px;
    margin-bottom: 43px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .colonne-contexte.bristol-anectode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colonne-contexte.colonne-mia {
    margin-top: 20px;
  }

  .section-projet-reflexion {
    margin-right: 0%;
    padding-top: 30px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .section-projet-reflexion.section-projet-vert {
    margin-bottom: 60px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .section-projet-reflexion.section-projet-vert.section-milieu {
    margin-bottom: 50px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-projet-reflexion.section-projet-bleu.section6fin6bleu {
    margin-bottom: 80px;
  }

  .section-projet-reflexion.projet-rouge-fond {
    margin-bottom: 80px;
    padding-right: 7%;
    padding-bottom: 40px;
    padding-left: 7%;
  }

  .section-projet-reflexion.projet-bloc-vert.projet-lum {
    margin-bottom: 80px;
    padding-bottom: 40px;
  }

  .section-autre-projet {
    display: none;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bloc-projet-suivantprecedant {
    width: 90%;
  }

  .bloc-projet-suivantprecedant.bloc-prec {
    width: auto;
  }

  .img-projet-prec.img-projet-suivant {
    display: none;
    height: 130px;
  }

  .bloc-prec-suiv {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 30px;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-autre-projet-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bloc-suiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 50px;
    padding-right: 6px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #10ac9d;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    text-decoration: none;
    cursor: pointer;
  }

  .bloc-suiv:hover {
    background-color: #14132f;
  }

  .bloc-suiv.prec-bleu {
    background-color: #5359c5;
  }

  .bloc-suiv.prec-bleu:hover {
    background-color: #14132f;
  }

  .bloc-suiv.suiv-rouge {
    background-color: #ec6448;
  }

  .bloc-suiv.suiv-rouge:hover {
    background-color: #14132f;
  }

  .bloc-suiv.bloc-suiv-orange {
    background-color: #f7a455;
  }

  .bloc-suiv.bloc-suiv-orange:hover {
    background-color: #14132f;
  }

  .bloc-prec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 50px;
    padding-left: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ec6448;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    text-decoration: none;
    cursor: pointer;
  }

  .bloc-prec:hover {
    background-color: #14132f;
  }

  .bloc-prec.prec-jaune {
    background-color: #f8a555;
  }

  .bloc-prec.prec-jaune:hover {
    background-color: #14132f;
  }

  .bloc-prec.prec-vert {
    background-color: #10ac9d;
  }

  .bloc-prec.prec-vert:hover {
    background-color: #14132f;
  }

  .bloc-prec.bloc-prec-bleu {
    background-color: #5359c5;
  }

  .bloc-prec.bloc-prec-bleu:hover {
    background-color: #14132f;
  }

  .precedant-text {
    display: block;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 5px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Poppins, sans-serif;
    color: #fff5e9;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .precedant-text.suiv-text {
    margin-right: 0px;
    margin-left: 21px;
    letter-spacing: 0.12em;
  }

  .texte-projets-autre {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 1em;
    line-height: 30px;
  }

  .autre-projet-titre {
    margin-bottom: 27px;
  }

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

  .image-16 {
    margin-bottom: -3px;
  }

  .column-7 {
    z-index: 0;
  }

  .columns-6 {
    margin-top: -222px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-8 {
    display: none;
  }

  .column-9 {
    display: none;
  }

  .section-photo-profil {
    margin-top: 9px;
    margin-bottom: 12px;
  }

  .circle {
    width: 250px;
    height: 250px;
  }

  .circle.blue {
    position: absolute;
    width: 90px;
    height: 90px;
    -webkit-transform: translate3d(-119px, 105px, -200px);
    transform: translate3d(-119px, 105px, -200px);
  }

  .photo-profil {
    width: 280px;
    max-width: 250px;
    -webkit-transform: translate3d(29px, -10px, 14px);
    transform: translate3d(29px, -10px, 14px);
  }

  .text-presentation {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .text-presentation.txt-formation.txt-date {
    margin-top: -2px;
    margin-bottom: 0px;
    line-height: 20px;
  }

  .text-presentation.txt-lieux {
    margin-top: 4px;
    line-height: 20px;
  }

  .titre-presentation {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: Roboto, sans-serif;
  }

  .column-chiffre {
    margin-top: 10px;
  }

  .text-chiffre {
    font-size: 1.7em;
  }

  .section-9 {
    margin-top: -60px;
  }

  .column-10 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-10.colonne-mia {
    margin-top: 32px;
  }

  .column-10.colonne-pingouin {
    padding-right: 0px;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-11.colonne-carte {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-11.colonne-carte.colonne-cosmousse {
    display: block;
  }

  .image-18 {
    margin-top: -11px;
  }

  .image-18.img-pripyat {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-18.img-vacsco {
    margin-top: 0px;
  }

  .image-18.img-breestritol {
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .image-18.img-mia {
    margin-bottom: 24px;
  }

  .image-18.img-cahier-descharges {
    margin-top: 7px;
  }

  .image-18.img5cos {
    margin-right: 0px;
  }

  .image-18.img5cos.img6gauche {
    margin-bottom: 4px;
  }

  .image-19.img-projet-bristreetol {
    width: auto;
  }

  .image-19.img-projet-bristreetol.img-bleu.img-bas {
    width: auto;
  }

  .image-19.img-projet-bristreetol.img-bleu.img-bas-copy {
    width: auto;
  }

  .image-19.img-code-portraitchinois {
    width: 260px;
    padding-right: 0px;
  }

  .column-12 {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-12.colonne-carte-texte {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-12.colonne-perso {
    margin-bottom: 20px;
  }

  .column-12.colonne-victor {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .column-13 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-13.concept-bristol {
    margin-top: 0px;
  }

  .column-13.colonne-mia {
    margin-top: 0px;
  }

  .column-13.concept-victor {
    margin-top: 10px;
  }

  .titre-accrocheur {
    font-size: 1em;
    text-transform: none;
  }

  .text-block-11.txt-blanc {
    text-align: center;
  }

  .link-block-10 {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .button-voir-projet {
    position: static;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }

  .button-voir-projet.button-cart.button-voir-proje-bleu {
    margin-top: 25px;
  }

  .button-voir-projet.button-orange-projet {
    margin-top: 0px;
  }

  .button-voir-projet.button-orange {
    margin-top: 23px;
  }

  .image-21 {
    display: none;
    overflow: visible;
    margin-top: 17px;
  }

  .image-21.img-bleu {
    display: block;
    width: auto;
    margin-top: 0px;
  }

  .image-mia {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-22.img-projet-bristreetol {
    margin-top: 10px;
  }

  .image-22.img-projet-bristreetol.photo-gauche {
    margin-top: 10px;
    padding-right: 0px;
  }

  .image-22.img-projet-portaitchinois {
    margin-top: 0px;
  }

  .image-tchnobyl {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-15.bloc-portraitchinoiscode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-23 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-23.img-lunerouge {
    margin-top: 0px;
  }

  .image-24 {
    margin-bottom: 17px;
  }

  .image-24.img-charte-visite {
    margin-bottom: 0px;
  }

  .columne-lune-rouge-storyboard {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-7 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-25 {
    margin-top: 18px;
  }

  .div-block-16 {
    margin-bottom: 8px;
    padding-right: 0px;
  }

  .image-28 {
    margin-top: 20px;
  }

  .link-block-12 {
    margin-top: 0px;
  }

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-14.link-bloc-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .link-block-15 {
    margin-bottom: 17px;
  }

  .degrade {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffcd9c), color-stop(15%, #ffcd9c), color-stop(18%, #ffcd9c), color-stop(65%, #fbf1e5), to(#fbf1e5));
    background-image: linear-gradient(180deg, #ffcd9c 1%, #ffcd9c 15%, #ffcd9c 18%, #fbf1e5 65%, #fbf1e5);
  }

  .degrade.degrade-vert {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#95d4cf), color-stop(90%, #fff5e9), to(#fff5e9));
    background-image: linear-gradient(180deg, #95d4cf, #fff5e9 90%, #fff5e9);
  }

  .degrade.bleu-degrade {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cfd0f7), color-stop(90%, #fff5e9), color-stop(98%, #fff5e9));
    background-image: linear-gradient(180deg, #cfd0f7, #fff5e9 90%, #fff5e9 98%);
  }

  .page-titre-2 {
    display: block;
    margin-top: -4px;
    margin-right: -15px;
    margin-left: -10px;
    padding-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    font-size: 1.1em;
    text-align: center;
    text-shadow: 0 0 2px #fff5e9;
  }

  .page-titre-2.accueil-pagetitre {
    margin: 0px;
    padding-left: 6px;
    font-size: 0.9em;
    line-height: 36px;
  }

  .sous-titre-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-family: Mansalva, sans-serif;
    color: #f8a555;
    font-size: 1em;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: none;
  }

  .sous-titre-2.vert-projet {
    margin-top: 0px;
    margin-left: 0px;
    color: #10ac9d;
  }

  .sous-titre-2.sous-titre-bleu {
    margin-left: 1px;
  }

  .sous-titre-2.sous-titre-bleu.sous-titre-profil {
    margin-top: -8px;
    margin-bottom: 23px;
    font-size: 1.3em;
    text-shadow: none;
  }

  .sous-titre-2.soust-titre-vert {
    margin-top: 0px;
    margin-left: 0px;
  }

  .txt-portfolio {
    margin-left: 0px;
    padding-right: 0px;
    font-size: 4.5em;
    letter-spacing: 0.03em;
  }

  .txt-portfolio.o.o-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 4.5em;
  }

  .txt-portfolio.o.o-3 {
    margin-left: 0px;
    font-size: 4.5em;
  }

  .txt-portfolio.o.o-1 {
    font-size: 4.5em;
  }

  .container-portfolio {
    margin-top: -24px;
    margin-bottom: -12px;
  }

  .button-archives-2.button-archives-2 {
    width: 78%;
    margin-top: -30px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f8a555;
    font-size: 0.9em;
    cursor: pointer;
  }

  .button-archives-2.button-archives-2:hover {
    background-color: #14132f;
  }

  .button-archives-2.button-archives-2.button-chat {
    line-height: 26px;
  }

  .button-archives-2.button-archives-2.bouton-accueil {
    width: 82%;
    margin-top: -18px;
  }

  .button-archives-2.button-send {
    width: 100%;
    margin-top: 20px;
    background-color: #df5f47;
  }

  .deco-o {
    left: -6px;
    top: 19px;
    right: 4px;
    font-size: 4px;
  }

  .text-archives-2.txt-projets {
    margin-right: 10px;
    margin-left: 13px;
    text-align: center;
  }

  .section-portfolio {
    margin-top: 13px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-21 {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-33 {
    margin-left: 6px;
  }

  .section-dessin {
    margin-top: 26px;
  }

  .gif-mobile {
    margin: 23px 0px 126px;
  }

  .gif-ordi {
    width: auto;
  }

  .bloc-rs-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    overflow: visible;
  }

  .sous-titre-2 {
    margin-top: 0px;
  }

  .sous-titre-2.sous-titre-projet {
    margin-top: -9px;
  }

  .sous-titre-2.sous-titre-bleu {
    margin-top: 0px;
  }

  .sous-titre-2.sous-titre-rouge {
    margin-left: 0px;
    line-height: 28px;
  }

  .sous-titre-2.sous-titre-rouge.soustitrecontact {
    margin-top: 0px;
  }

  .columns-8 {
    margin-top: 10px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .columns-8.column-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .column-15 {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-9 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .column-18 {
    margin-bottom: 20px;
  }

  .column-18.column-2.colonne-video {
    padding-right: 100px;
    padding-left: 100px;
  }

  .column-18.colonne-memoire {
    height: 320px;
  }

  .background-video {
    width: auto;
    height: auto;
  }

  .slider {
    width: auto;
  }

  .mask {
    width: auto;
  }

  .slide {
    width: 10%;
  }

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

  .background-video-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .background-video-3 {
    position: static;
    display: block;
    width: 100%;
    height: 300px;
  }

  .section-10 {
    margin-top: 20px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .section-10.section-dessous {
    margin-top: 40px;
  }

  .columns-10 {
    margin-top: 0px;
    padding-top: 60px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .div-block-22 {
    height: auto;
    padding-bottom: 20px;
  }

  .div-block-22.droite {
    height: auto;
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .button-archives.button-cv.button-formation.text-archives {
    padding: 4px 6px;
    font-size: 2em;
  }

  .div-formation.formation-dut {
    margin-top: 9px;
  }

  .div-formation.formation-dut.medialinkblock {
    margin-top: 10px;
  }

  .div-block-25 {
    margin-bottom: 0px;
  }

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

  .div-block-28 {
    height: 170px;
    margin-top: 15px;
    border-right-width: 7px;
  }

  .section-11 {
    padding-right: 7%;
    padding-left: 7%;
  }

  .div-block-29.bloc-langues {
    margin-top: 0px;
  }

  .div-block-30 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .secton-contatc {
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .column-23 {
    border-right-style: none;
  }

  .column-24 {
    padding-right: 20px;
    padding-left: 20px;
    border-left-style: none;
    border-left-width: 0px;
  }

  .form {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-38 {
    margin-left: 0px;
  }

  .form-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-33 {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-34 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .chat-wrapper {
    bottom: 9%;
    width: 285px;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .chat-button {
    right: 4%;
    bottom: 4%;
  }

  .chat-button.button-chat.button-archives-2 {
    width: 100%;
    margin-right: 6%;
    margin-left: 6%;
  }

  .section {
    height: 100vh;
  }

  .chat-wrapper-2 {
    bottom: 9%;
    width: 285px;
  }

  .chat-button-2 {
    right: 4%;
    bottom: 4%;
  }

  .section-13 {
    height: 100vh;
  }

  .bouton-retour {
    left: 7%;
  }

  .bouton-retour.bouton-galerie {
    top: 0px;
    right: 0px;
    display: none;
  }

  .div-retour.retour.retour-vert.div-bottom {
    left: auto;
    top: 81%;
    right: 3%;
    bottom: 0%;
    z-index: 4;
  }

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

  .slider-2.slide-10mot {
    display: block;
    width: 250px;
    margin-top: 10px;
  }

  .left-arrow {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .right-arrow {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .html-embed-5 {
    width: 100%;
    height: 250px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .link-block-24 {
    margin-top: 17px;
  }

  .background-video-5 {
    width: 260px;
    height: 260px;
  }

  .intro-outils {
    margin-top: 20px;
    margin-bottom: 78px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-outils.intro-climet {
    margin-top: 20px;
  }

  .section-projet-pres {
    margin: 0px 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-10 {
    height: 300px;
    margin-top: 20px;
  }

  .bloc-outil-pres {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bloc-outil-pres.bloc-outil-pres-vert {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .bloc-outil-pres.bloc-outil-pres-bleu {
    margin-top: 20px;
  }

  .bloc-outil-pres.outil-rouge {
    background-color: #f8dbce;
  }

  .bloc-txt-intro {
    margin-top: 0px;
  }

  .titre-guillement {
    margin-bottom: 40px;
  }

  .titre-guillement.titre-jeu {
    margin-bottom: 0px;
  }

  .titre-guillement.titre-mia {
    margin-bottom: 10px;
  }

  .titre-guillement.titre-climat {
    margin-bottom: 19px;
  }

  .guillemet {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2.3em;
  }

  .guillemet.guilelemnt-gauche {
    font-size: 2.3em;
  }

  .guillemet.guilelemnt-gauche.guillemet-bleu.guillemet-profil {
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 0px;
  }

  .guillemet.guilelemnt-gauche.guillemet-vert {
    padding-right: 10px;
    font-size: 2.4em;
  }

  .guillemet.guillemet-vert {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 2.4em;
  }

  .guillemet.guillemet-bleu.guilelemt-profil-gauche {
    padding-right: 7px;
    padding-left: 10px;
  }

  .bloc-projet-pres {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bloc-pres-debut {
    margin-bottom: 20px;
  }

  .text-block-19 {
    font-size: 0.8em;
    text-align: center;
  }

  .txt-pres {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bloc-projet-visu:hover {
    box-shadow: 0 0 0 4px #10a899;
  }

  .bloc-projet-visu.projet-visu-mia {
    margin-top: -1px;
    margin-bottom: 0px;
  }

  .bloc-projet-visu.visu-bristreetol {
    margin-bottom: 0px;
  }

  .intro-txt {
    margin-top: 0px;
  }

  .bloc-voir-projt {
    right: 3%;
    bottom: 5%;
    display: none;
    padding: 7px 8px;
  }

  .eye {
    width: 20px;
  }

  .video-membres {
    height: 250px;
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .img-carte-visite {
    margin-top: 10px;
  }

  .div-photo-bristol {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-43 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bloc-img-bristol-retouche {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-18-copy {
    margin-top: -11px;
  }

  .image-18-copy.img-pripyat {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-18-copy.img-vacsco {
    margin-top: 0px;
  }

  .image-18-copy.img-breestritol {
    margin-top: 0px;
  }

  .image-18-copy.img-cahier-descharges {
    margin-top: 7px;
  }

  .img-retouche-bristol {
    margin-top: 10px;
  }

  .bloc-retouche-bristol {
    margin-bottom: 0px;
  }

  .phrase-anectote {
    margin-top: 4px;
    font-size: 0.9em;
    line-height: 22px;
  }

  .link-block-27 {
    margin-top: 0px;
  }

  .link-block-28 {
    margin-top: 30px;
  }

  .paragraphe-mockup {
    width: 100%;
  }

  .column-13-copy {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-13-copy.concept-bristol {
    margin-top: 0px;
  }

  .div-archives-photo {
    margin-right: 0px;
  }

  .image-18-copy {
    margin-top: -11px;
  }

  .image-18-copy.img-pripyat {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-18-copy.img-vacsco {
    margin-top: 0px;
  }

  .image-18-copy.img-breestritol {
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .image-18-copy.img-cahier-descharges {
    margin-top: 7px;
  }

  .div-block-48 {
    margin-top: 40px;
  }

  .image-49 {
    margin-top: -11px;
  }

  .div-block-51 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-52 {
    margin-top: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-50 {
    margin-top: -24px;
  }

  .image-51.img-lp {
    margin-top: 22px;
  }

  .image-54.img-stop {
    margin-top: 10px;
  }

  .div-block-55 {
    margin-top: 21px;
    margin-left: 0px;
  }

  .div-block-56 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-61 {
    margin-top: 16px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-59 {
    margin-right: 9px;
  }

  .video-3 {
    width: 290px;
    height: 500px;
  }

  .div-block-63 {
    margin-top: 15px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-63.bloc-cosmousse {
    margin-top: 0px;
  }

  .div-block-64 {
    margin-top: 0px;
  }

  .hastag-cat {
    bottom: 5%;
  }

  .hastag-cat.eye {
    display: block;
    width: auto;
    border-radius: 3px;
  }

  .section-15 {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-6 {
    margin-bottom: 12px;
  }

  .button-6 {
    margin-right: 0px;
  }

  .div-block-67 {
    margin-top: 36px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-bloc-croix {
    top: 2%;
    right: 3%;
    margin-right: 0px;
  }

  .div-block-69 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pop-up-3d.pop-up-tigre {
    display: block;
  }

  .bloc-popup {
    width: 90%;
    height: 640px;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bloc-popup.bloc-space {
    width: 90%;
    height: 550px;
  }

  .bloc-popup.peinture-popup {
    height: 730px;
    margin-top: 20px;
  }

  .bloc-popup.visuel-popup {
    height: 700px;
  }

  .bloc-popup.affichepopup {
    display: block;
    width: 92%;
    height: 600px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .bloc-popup.popupmemoire {
    height: 650px;
  }

  .bloc-close {
    display: block;
  }

  .text-block-22 {
    display: block;
    margin-top: 20px;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .heading-5 {
    display: block;
    margin-bottom: 2px;
    font-size: 1.6em;
    line-height: 40px;
    text-align: center;
  }

  .pop-up-memoire {
    display: none;
  }

  .pop-up-peinture {
    display: none;
  }

  .div-block-71 {
    margin-top: 0px;
  }

  .image-64 {
    margin-top: 15px;
  }

  .image-64._1 {
    margin-top: 0px;
  }

  .image-65 {
    width: 20px;
  }

  .pop-up-spacetravel {
    display: none;
  }

  .div-block-72 {
    width: 100%;
    margin-top: 10px;
  }

  .text-block-24 {
    margin-top: 30px;
  }

  .text-block-25 {
    margin-bottom: 6px;
  }

  .pop-up-visuels {
    display: none;
  }

  .slider-3 {
    width: 250px;
    height: 250px;
  }

  .pop-up-affiche {
    display: none;
  }

  .cadre {
    width: 96%;
    padding: 103px 10px 10px;
  }

  .cadre.cadre-formation {
    width: 100%;
    margin-bottom: 28px;
  }

  .pop-up-icon {
    display: block;
    width: 200px;
    height: 200px;
    margin-top: -2px;
  }

  .pop-up-heading {
    margin-top: 7px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.4em;
  }

  .pop-up-heading.heading-formation.heading-soustitre {
    margin-top: 0px;
  }

  .pop-up-heading.header-exp {
    font-size: 1.3em;
  }

  .bouton-cv {
    margin-top: 5px;
    margin-bottom: 35px;
    text-align: center;
  }

  .bouton-cv.bouton-portfolio {
    margin-top: 0px;
    font-size: 0.9em;
    line-height: 26px;
    letter-spacing: 4px;
  }

  .bouton-cv.bouton-formation {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 3px solid #14132f;
    border-right-style: none;
    font-size: 1em;
    letter-spacing: 4.3px;
  }

  .bouton-cv.bouton-formation.bouton-droit {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: none;
    font-size: 1em;
  }

  .section-profil {
    margin: -19px 4% 32px;
  }

  .paragraph-3 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.9em;
    text-align: left;
  }

  .div-block-73 {
    margin-top: 13px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-68 {
    height: 190px;
    margin-right: 4px;
    margin-bottom: 0px;
  }

  .image-69 {
    height: 190px;
  }

  .section-17 {
    margin-top: -75px;
  }

  .bouton-section {
    margin-bottom: 20px;
  }

  .div-block-77 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-formation {
    padding-top: 91px;
  }

  .column-32.colonne-droite {
    padding-left: 15px;
  }

  .column-33 {
    padding-left: 10px;
  }

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

  .html-embed-8._2 {
    top: 823px;
    right: 9%;
    display: none;
  }

  .formation-icon {
    display: none;
  }

  .formation-icon.icon-exo {
    display: none;
  }

  .db-flex-row {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .db-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .db-fixed-nav-headline {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .shrink-box-button {
    display: none;
  }

  .db-mobile-fixed-nav {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .shrink-box-wrapper {
    width: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-70 {
    display: none;
    width: 30px;
    margin-right: 12px;
  }

  .image-70.ilg {
    margin-right: 9px;
  }

  .image-71 {
    margin-bottom: 51px;
  }

  ._4 {
    font-size: 9em;
  }

  ._4._0.renverse-0 {
    -webkit-transform: translate(14px, 10px);
    -ms-transform: translate(14px, 10px);
    transform: translate(14px, 10px);
  }

  .bouton-error {
    margin: 27px 20px 35px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1em;
  }

  .div-block-79 {
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: -55px;
  }

  .div-block-80 {
    margin-top: 117px;
    margin-left: 0px;
  }

  .text-block-28 {
    margin-right: auto;
    margin-left: 20px;
    font-size: 2.2em;
  }

  .text-block-30 {
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
  }

  .div-block-82 {
    margin-top: -40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-10 {
    margin-top: 23px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 1em;
    line-height: 30px;
    text-align: center;
  }

  .text-block-34.copyright-footer {
    width: 80px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-84 {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns-16 {
    margin-top: 7px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .section-18 {
    margin-bottom: 52px;
  }

  .div-block-85 {
    margin-bottom: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-72 {
    width: 150px;
    margin-bottom: 18px;
  }

  .image-73 {
    width: 120px;
    margin-bottom: 15px;
  }

  .image-74 {
    width: 120px;
    margin-bottom: -11px;
  }

  .image-75 {
    width: 150px;
  }

  .div-block-87 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-cosmousse {
    width: 90vw;
  }
}

@font-face {
  font-family: 'Okemo';
  src: url('../fonts/okemo.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Marker felt';
  src: url('../fonts/Marker-Felt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Okemo';
  src: url('../fonts/okemo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}