* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.header {
  height: 100vh;
  width: 100vw;
  background: white;
  overflow-x: hidden;
}

nav {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 50;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
nav div {
  z-index: 20;
}

nav.active {
  left: 0px;
  padding: 0 60px;
}

.header_menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  font-size: 14px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  position: absolute;
  top: 64px;
  right: 51px;
  transition: all 0.3s ease-in;
}

.header_menu.hidden {
  top: 30px;
  opacity: 0;
}

.header_menu.black {
  color: black;
}

.header_view {
  position: relative;
  z-index: 1;
}
.header_view svg defs clipPath rect {
  fill: black;
}

.header_menu_burg {
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  display: none;
  cursor: pointer;
  opacity: 0;
  position: relative;
  bottom: -20px;
  transition: all 0.3s ease-in;
}

.header_menu_burg.show {
  bottom: 0px;
  opacity: 1;
  display: inline-block;
  pointer-events: all;
}

.header_img {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.header_img img {
  height: 100%;
  display: block;
  margin: auto;
}

.animated-element {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.5s, transform 0.5s;
}

.header_text {
  width: 850px;
  font-size: 110px;
  text-transform: uppercase;
  z-index: 1;
}

.header_text.right {
  display: flex;
  justify-content: flex-end;
}

.header_logo {
  position: relative;
  height: 50px;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
}

.logo-light {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.logo-dark {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.logo-light.visible {
  opacity: 1;
}

.logo-dark.visible {
  opacity: 1;
}

footer.show {
  z-index: 10;
  bottom: 0px;
  z-index: 3;
}

.header-wrap {
  background-color: white;
  z-index: 100;
}

.header_content {
  position: relative;
  top: 90px;
  left: 0;
  z-index: 6;
  width: 100%;
  max-width: 100%;
  padding-right: 10%;
  background: white;
}
.header_content img {
  width: 100%;
  left: 0px;
  position: relative;
}

.nav-height {
  height: 100px;
}

.s_content-wrap {
  display: flex;
  justify-content: flex-end;
  padding: 250px 100px;
  background-color: white;
  position: relative;
  z-index: 3;
}
.s_content-wrap .text {
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.s_content-wrap .text svg {
  position: absolute;
  left: -75px;
  top: -42px;
}
.s_content-wrap .text span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-top: 30px;
}

.mobile-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  top: 100%;
  left: 0;
  padding: 30px 60px 50px;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu img {
  position: absolute;
  opacity: 1;
  right: 0;
  height: 100%;
  width: initial;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu .bottom {
  font-family: "AvenirNext";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  z-index: 10;
  font-family: "AvenirNext";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.mobile-menu .bottom .column {
  position: relative;
  z-index: 10;
  font-family: "AvenirNext";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 10px 0 30px;
  display: flex;
  justify-content: space-between;
}
.mobile-menu .bottom .column .right {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.mobile-menu .bottom .column a {
  color: white;
  margin-right: 20px;
}
.mobile-menu .bottom p {
  margin-bottom: 20px;
}
.mobile-menu nav {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 5px;
}
.mobile-menu .header_item {
  display: block;
  margin: 5px 0px;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  padding-top: 20px;
  text-transform: uppercase;
}
.mobile-menu .top {
  position: relative;
  z-index: 10;
}

.header_menu_burg.black {
  color: black;
}

.mobile-menu.active {
  top: 0%;
}

.plug {
  height: 450px;
  width: 100%;
}

.filters a {
  margin-top: 20px;
  text-transform: uppercase;
  color: black;
}

.bold {
  font-weight: 900;
}

.items-wrap {
  position: relative;
  z-index: 10;
  width: calc(100% - 300px);
  padding-left: 300px;
}

.ssecond {
  height: 100vh;
  width: 100%;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.ssecond.fixed {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.ssecond__text {
  display: block;
  width: 100%;
  max-width: 730px;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.ssecond__text.ssecond-text-1 {
  transform: translate(-50%, -75%);
}

.ssecond__text.ssecond-text-2 {
  transform: translate(-50%, -25%);
}

.ssecond__text.active {
  opacity: 1;
  transition: 1s;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.erww {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 300px;
  background: red;
  padding: 50px;
  transform: translate(0, -50%);
  display: none;
}

footer {
  position: fixed;
  z-index: 1;
  bottom: 0px;
  height: 500px;
  margin-top: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
  color: white;
  margin-top: 0 !important;
}
footer img {
  position: absolute;
  right: 0;
  height: 100%;
  opacity: 0.6;
}
footer p {
  font-size: 14px;
  line-height: 170%;
  margin-top: 14px;
}
footer a {
  color: white;
}
footer .lang {
  margin-top: -15px;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-cover {
  min-height: 0px;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 7;
  transition: all 1s ease-in-out;
  background-color: white;
}

.footer-cover.hide {
  min-height: 500px;
}

.footer_mobile {
  display: none;
  position: relative;
  position: fixed;
  bottom: 0px;
}

.column_one {
  width: 45%;
  margin-left: 90px;
  z-index: 1;
}
.column_one h1 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 900;
}

.column_two {
  width: 220px;
  z-index: 1;
  margin-left: 90px;
  margin-right: 50px;
}
.column_two a {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.column_three {
  width: 150px;
  z-index: 1;
  margin-right: 25px;
}
.column_three a {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 10px;
}
.column_three a:first-child {
  margin-bottom: 16px;
  margin-top: 14px;
}
.column_three a.bold {
  line-height: 100%;
}
.column_three p {
  margin: 0;
}
.column_three .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings {
  color: white;
  border: 0px solid transparent;
  padding: 0;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 14px;
  margin-top: -7px;
  margin-bottom: 9px;
}
.column_three .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings:hover {
  color: white;
  background-color: transparent;
}

div {
  position: relative;
}

.expertises {
  width: 100%;
  position: relative;
  z-index: 25;
  background: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.expertises.fixed {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 26;
  width: 100%;
}

.expertises__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.expertises__text.hidden {
  opacity: 0;
}

.fixed-wraper {
  position: relative;
  z-index: 3;
  background-color: white;
}

.expertises__head {
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  background-color: #F127AF;
  background-image: linear-gradient(90deg, #FB8006 0%, #FA6402 13.02%, #FB033D 46.88%, #F127AF 73.44%, #ED35CD 88.02%, #FB68FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: opacity 500ms ease-in-out;
}
.expertises__head.hidden {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.reversal-block {
  background: url("../media/headrlion.svg") 50% 50%/cover no-repeat;
  background-size: 200%;
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 5px;
  overflow: hidden;
  background-color: white;
  transition: 1s;
  transition: transform 0s;
}
.reversal-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../media/grey_lion.svg) 50% 50%/cover no-repeat;
  background-size: 200%;
  opacity: 0;
}
.reversal-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: white;
}

.reversal-block-opacity::after {
  opacity: var(--dynamic-opacity, 1);
  transition: opacity 500ms ease-in-out;
}

.reversal-block.active::after {
  opacity: 1;
  transition: all 0.5s ease;
}

.reversal-block.white::after {
  transition: all 0.5s ease;
}
.reversal-block.white::before {
  transition: all 1s ease;
}

.reversal-block.white-bg::after {
  opacity: 0;
  transition: all 1s ease;
}
.reversal-block.white-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.reversal-text {
  position: relative;
  z-index: 31;
  padding: 100px 100px 65px 100px;
  color: white;
}

.reversal-text__big {
  transition: 1s;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  max-width: 1300px;
  margin: auto;
  background-color: transparent;
}

.reversal-text_opacity {
  opacity: 0.2;
  transition: all 1.3s ease-in;
}

.reversal-text__mini {
  transition: 1s;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin: 70px 0;
  background-color: transparent;
}

.reversal-text.active {
  color: black;
}

.text-depuis {
  padding: 0px 20px 190px;
  position: relative;
  z-index: 35;
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white !important;
}
.text-depuis p {
  display: block;
  width: 100%;
  max-width: 700px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}

.overfloy-hiden {
  overflow: hidden;
  margin-bottom: 500px;
  transition: margin-bottom 250ms ease-in-out;
}
.overfloy-hiden.hidden {
  margin-bottom: 0px;
}

.fixed-scrooll {
  height: 100vh;
  position: relative;
  z-index: 999;
}

.white_text {
  color: white !important;
}

.black_text {
  color: black !important;
}

.white_background {
  background: white !important;
}

@media screen and (max-width: 900px) {
  .header_content {
    left: auto;
    max-width: 100%;
    padding: 0;
    top: 0;
  }
  .header_content img {
    left: 0px;
  }
  .s_content-wrap .text {
    font-size: 48px;
  }
  .s_content-wrap .text svg {
    left: -60px;
    top: -36px;
    transform: scale(0.4);
  }
  .footer-cover {
    display: none;
  }
  .mobile-menu {
    width: 100%;
    padding: 0px 20px 50px;
  }
  .mobile-menu img {
    width: 60%;
    z-index: -1;
  }
  .mobile-menu nav {
    padding: 0 !important;
  }
  .mobile-menu nav .header_logo {
    height: 25px;
    margin-bottom: 0px;
  }
  .mobile-menu .header_item {
    margin: 15px 0px;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
    margin: 15px 0;
  }
  .reversal-block {
    background: url("../media/lion_3.svg") 50% 50%/cover no-repeat !important;
  }
  .reversal-block::after {
    background: url(../media/grey_lion.svg) 50% 43%/cover no-repeat;
    background-size: 520%;
  }
  .header_menu {
    display: none;
  }
  .header_menu_burg {
    display: block;
    opacity: 1;
    bottom: -5px !important;
    right: 5px !important;
  }
  .header_logo {
    width: 150px;
    height: 25px;
    top: 5px;
    left: 15px;
  }
  .header_logo img {
    width: 100%;
  }
  nav {
    align-items: self-end;
    padding: 0 20px !important;
    padding-top: 10px !important;
    height: 40px;
  }
  .header_img {
    height: 80%;
    top: 10%;
  }
  .header_img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .header_text {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }
  .header_text.between {
    justify-content: center;
  }
  footer {
    margin-top: 80px;
  }
  footer img {
    height: 500px;
  }
  .footer_desktop {
    display: none;
  }
  .footer_mobile {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 0;
    transition: z-index 0.3s ease;
  }
  .footer_mobile .string {
    display: flex;
    justify-content: space-between;
  }
  .footer_mobile .column {
    width: 50%;
  }
  .footer_mobile h1 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 900;
    margin-right: 25px;
    line-height: 36px;
    position: relative;
    display: block;
    z-index: 1;
  }
  .footer_mobile p {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 0px;
  }
  .footer_mobile a {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 0px;
  }
  .footer_mobile .col-link a {
    font-size: 14px;
    margin-top: 3px !important;
    margin-bottom: 0px;
  }
  .footer_mobile .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings {
    color: white;
    border: 0px solid transparent;
    padding: 0;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 14px;
  }
  .footer_mobile .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings:hover {
    color: white;
    background-color: transparent;
  }
}
@media screen and (max-width: 992px) {
  .expertises__head {
    font-size: 80px;
  }
  .reversal-text__big {
    font-size: 48px;
  }
  .reversal-text__mini {
    font-size: 14px;
    margin: 50px 0;
  }
  footer .lang {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .s_content-wrap .text {
    font-size: 28px;
  }
  .s_content-wrap .text span {
    font-size: 12px;
  }
  .ssecond__text {
    font-size: 14px;
  }
  .expertises__head {
    font-size: 60px;
  }
}
@media screen and (max-width: 576px) {
  .s_content-wrap {
    padding: 70px 15px 50px 50px;
    justify-content: flex-start;
  }
  .s_content-wrap .text {
    width: 260px;
  }
  .expertises__head {
    font-size: 45px;
  }
  .reversal-text__big {
    font-size: 26px;
  }
  .reversal-text {
    padding: 50px 20px 0px 20px;
  }
  .text-depuis {
    padding: 0 15px 60px;
    margin-top: -50px;
    margin-bottom: 80px;
    padding-top: 60px;
  }
  .text-depuis p {
    font-size: 14px;
  }
  footer .lang {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1050px) {
  .column_one h1 {
    font-size: 40px;
  }
}