:root {
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@font-face {
  font-family: EuclidCircular_light;
  src: url("../fonts/futura_light_1.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: EuclidCircular_regular;
  src: url("../fonts/futura_light_1.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: EuclidCircular_Semibold;
  src: url("../fonts/futura_medium_1.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Erstoria';
  src: url("../fonts/Erstoria.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: ogg_light;
  src: url("../fonts/Ogg-Light_1.otf") format("opentype");
}

@font-face {
  font-family: ogg_regular;
  src: url("../fonts/Ogg-Regular_1.otf") format("opentype");
}

@font-face {
  font-family: ogg_lighti;
  src: url("../fonts/Ogg-LightItalic_1.otf") format("opentype");
}

/* width */

::-webkit-scrollbar {
  width: 7px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #a6035d;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#6741ff, #ff4196, #ff553f);
  opacity: 0.8;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}

.bg_lines_sections {
  width: 100%;
  height: 100%;
}

html,
body {
  margin: 0px;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: EuclidCircular_regular;
  position: relative;
  height: 100vh;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  position: relative;
  z-index: 2;
}

p {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

#scroll-animate {
  overflow: hidden;
}

#scroll-animate-main {
  width: 100%;
  left: 0;
  position: fixed;
}

.pos_rel {
  overflow-y: hidden;
  position: relative;
  height: 100vh !important;
}

.p_r {
  position: relative;
}

.pos_rel .footer {
  bottom: 0 !important;
}

#heightPage,
#heightScroll {
  width: 10px;
  top: 0;
  position: absolute;
  z-index: 99;
}

#heightPage {
  left: 0;
}

#heightScroll {
  right: 0;
}

.cover_page {
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  position: relative;
  z-index: 3;
}

.footer {
  width: 100%;
  background: #a6035d;
  bottom: 0;
  position: fixed;
  z-index: -1;
}

.footer ul li {
  color: #fff;
  margin-bottom: 20px;
}

.end_footer {
  margin-top: 60px;
}

.end_footer a {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
}

.made_by {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
}

.marquee__part {
  flex-shrink: 0;
  padding: 0 4px;
  font-smooth: always;
}

.marquee {
  background: #3b7fff;
  color: #eee;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.667vw;
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}

.link_enfo_foo {
  opacity: 1 !important;
}

.marquee__inner {
  -webkit-font-smoothing: antialiased;
  width: fit-content;
  display: flex;
  flex: auto;
  flex-direction: row;
}

.spacer {
  height: 100vh;
}

.relative-container {
  position: relative;
  overflow: hidden;
}

.row_footer {
  position: relative;
  z-index: 6;
  padding: 85px 0 64px 0px;
}

.content {
  min-height: auto;
  position: relative;
  z-index: 1;
}

.bg_greylight {
  background-color: #f9f9f9;
}

.cover_page,
#scroll-animate-main {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header img {
  height: 5em;
}

header ul {
  margin-left: auto;
}

header ul li {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  margin-left: 10px;
}

.cover-2 {
  background-color: #0f0f0f;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.cover-3 {
  background-color: #111111;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.cover-4 {
  background-color: #131313;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999999;
  overflow: hidden;
}

.cover-5 {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}

article {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 80%;
}

.cover {
  background-color: black;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999999;
  overflow: hidden;
}

.cover-heading {
  position: absolute;
  /* left: 35%;
    top: 0%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  left: 40%;
  top: 35%;
  z-index: 9999999999;
}

.abd,
.dot {
  display: inline-block;
}

.dot {
  position: relative;
  top: -15px;
  left: 10px;
}

.abd2 {
  position: absolute;
  left: 3%;
  bottom: 10%;
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  color: blac;
  font-size: 72px;
  font-weight: 900;
  z-index: 2;
  color: #fff;
  font-family: EuclidCircular_regular, sans-serif;
  letter-spacing: -4px;
  line-height: 1;
}

.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 13vh;
  display: flex;
  z-index: 5;
}

.p_container .left {
  z-index: 5;
}

.mt-15vh {
  margin-top: 7% !important;
}

.p_container {
  padding: 0 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination .page-numbers {
  margin: 0 2px;
  background-color: #fff;
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #141414;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  min-width: 30px;
  min-height: 30px;
  background: #fff;
  text-decoration: none !important;
}

@media (min-width: 1025px) {
  .pagination .page-numbers {
    min-width: 60px;
    min-height: 60px;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .pagination .page-numbers.next,
  .pagination .page-numbers.prev {
    width: 190px !important;
  }
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  width: 90px;
  font-family: ogg_light;
}

.pagination li .page-numbers.current {
  background-color: #f28705;
  color: #fff;
}
.pagination li .page-numbers.dots {
  background-color: transparent;
}



@media (min-width: 1024px) {
  .abd2 {
    font-size: 124px;
  }
  header ul {
    margin-left: auto;
  }
  header ul li {
    font-size: 14px;
    margin-left: 50px;
  }
  .container_cover {
    margin-top: 0px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .container_cover .left img {
    width: auto;
    height: 600px;
    border-radius: 5px;
  }
  .container_cover .right {
    padding: 0;
    margin-top: -80px;
  }
  .container_cover .right h1 {
    color: white;
    font-size: 124px;
    font-weight: 900;
    display: inline-block;
    line-height: 1;
  }
}

/*# sourceMappingURL=style.css.map */

.custom-menu {
  position: fixed;
  z-index: 95;
  height: 0;
  background: #a6035d;
  overflow-x: hidden;
  overflow-y: overlay;
  top: 0;
  opacity: 0;
  width: 100%;
}

/* width */

.fadein_l {
  animation: fade-inl 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes fade-inl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.custom-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.custom-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.custom-menu::-webkit-scrollbar-thumb {
  background: #000;
}

.custom-menu .menu-image {
  position: relative;
  width: 50%;
  margin: 0px;
  overflow: hidden;
}

.main-menub {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: -1;
  background-color: bisque;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  height: 0;
}

.main-menub li {
  margin: 1rem 0;
  font-size: 3rem;
}

.active_header {
  background: rgba(255, 255, 255, 1) !important;
}

.active_header .menu_head ul {
  padding: 18px 0 15px 0 !important;
}
    .active_header .langue_head a {
        color: #000 !important;
    }
.active_header .menu_head ul li a {
  color: #000 !important;
}
    .active_header .menu_head ul .logo_head a img {
        content: url("../images/logo_color.svg") !important;
    }

/* .globNav.active_header .fluid-container {
    padding: 7px 1rem;
} */

.globNav.active_header .fluid-container .btn_menu {
  color: #fff;
  padding: 8px 0;
}

.globNav.active_header .fluid-container .btn_menu {
  color: #fff;
  padding: 8px 0;
}

.globNav.active_header .fluid-container .btn_menu .txt_menu {
  color: #fff;
  font-size: 12px;
}

.globNav.active_header .fluid-container .btn_menu .icon .burger::before,
.globNav.active_header .fluid-container .btn_menu .icon .burger::after {
  background: #000;
}

.globNav.active_header.black_nav
  .fluid-container
  .btn_menu
  .icon
  .burger::before,
.globNav.active_header.black_nav
  .fluid-container
  .btn_menu
  .icon
  .burger::after {
  background: #fff;
}

.globNav.active_header .fluid-container .logo a .logo_header {
  min-height: 2rem !important;
}

.globNav.active_header .fluid-container a.logo path {
  fill: #141414;
}

.white_header {
  /* background: #F2F2F2; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.globNav.white_header.black_nav {
  background-color: transparent !important;
}

.globNav.white_header .fluid-container .btn_menu {
  color: #141414;
}

.globNav.white_header.black_nav .nice-select {
  color: #fff;
}

.globNav.white_header.black_nav .nice-select .list .option {
  color: #fff;
}

.globNav.white_header.black_nav .nice-select .list .option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.globNav.white_header.black_nav .nice-select:after {
  border-color: #fff;
}

.globNav.white_header.black_nav
  .fluid-container
  .btn_menu
  .icon
  .burger::before,
.globNav.white_header.black_nav
  .fluid-container
  .btn_menu
  .icon
  .burger::after {
  background-color: #fff;
}

.globNav.white_header .right-element {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.globNav.white_header.black_nav .right-element {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.globNav.white_header .langue_head {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.globNav.white_header.black_nav .langue_head {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* .globNav.white_header .fluid-container .btn_menu {
    color: #141414;
} */

.globNav.white_header.black_nav .fluid-container a .logo_header path {
  fill: #fff;
}

.globNav.white_header .fluid-container .btn_menu .icon .burger::before,
.globNav.white_header .fluid-container .btn_menu .icon .burger::after {
  background: #141414;
}

.globNav.white_header .fluid-container .btn_menu .txt_menu {
  color: #141414;
}

.globNav.white_header .fluid-container a .logo_header path {
  fill: #141414;
}

.globNav.white_header .nice-select {
  color: #000;
}

.globNav.white_header .nice-select:after {
  border-color: #000;
}

.globNav.white_header .nice-select a {
  color: #000;
}

.hide_menu {
  opacity: 0;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    z-index: -1;
    display: none;
  }
}

.custom-menu .menu-image .overlay-image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  background-color: white;
  z-index: 5;
}

.custom-menu .menu-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}

.custom-menu .menu-container {
  position: relative;
  padding: 4rem 0 0 4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 72vw;
  z-index: 2;
}

.menu-image_right {
  position: relative;
  width: 28vw;
  margin: 0px;
  overflow: hidden;
}

.custom-menu .menu-image_right {
  position: relative;
  padding: 4rem 5.5rem 0 0;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.video_menu {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.custom-menu .container_nav {
  width: 90%;
  height: 100vh;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.custom-menu .menu-container .big_menu {
  position: relative;
  list-style: none;
  width: 100%;
  display: block;
  padding-top: 10vh;
}

.custom-menu .menu-container .big_menu li {
  position: relative;
  overflow: hidden;
  font-family: ogg_light;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.custom-menu .menu-image_right .big_menu {
  display: block;
  margin-top: 5vh;
  margin-bottom: 1vh;
}

.custom-menu .menu-image_right .little_menu_nav {
  margin-bottom: 40px;
}

.custom-menu .menu-image_right .little_menu_nav:last-child {
  margin-bottom: 0px;
}

.custom-menu .menu-image_right .little_menu_nav .little_menu_nav_title {
  font-family: EuclidCircular_Semibold;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}

.custom-menu .menu-image_right .little_menu_nav .little_menu_nav_item {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #ffffff;
}

.custom-menu .menu-image_right .little_menu_nav .little_menu_nav_item a {
  color: #fff;
}

.custom-menu .menu-image_right .big_menu li {
  position: relative;
  overflow: hidden;
  font-family: ogg_light;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  display: block;
  align-items: center;
  text-align: right;
  letter-spacing: 0.02em;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 10px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

@media only screen and (min-width: 1224px) {
  .custom-menu .menu-image_right .big_menu li {
    line-height: 50px;
  }
  .custom-menu .menu-image_right .little_menu_nav {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1824px) {
  .custom-menu .menu-image_right .big_menu li {
    line-height: 60px !important;
  }
}

.custom-menu .menu-image_right .big_menu li.current a {
  color: #f28705 !important;
}

.custom-menu .menu-image_right .big_menu li a {
  color: #ffffff;
  text-align: right;
  text-decoration: none;
}

.custom-menu .menu-image_right .big_menu li:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .custom-menu .container_nav {
    height: auto !important;
  }
  .custom-menu .menu-container .big_menu li {
    display: block;
    text-align: right;
  }
  .custom-menu .menu-container,
  .custom-menu .menu-image_right {
    width: 100%;
    display: block !important;
  }
  .custom-menu .menu-container .big_menu {
    padding-top: 12vh;
    margin-bottom: 2vh;
  }
  .custom-menu .menu-container .big_menu li {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .custom-menu .menu-image_right .big_menu li {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .custom-menu .menu-image_right {
    padding: 0 !important;
  }
  .custom-menu .menu-image_right ul {
    margin-top: 0;
  }
  .custom-menu .big_menu li {
    opacity: 1 !important;
  }
}

.custom-menu .menu-container .big_menu li .arrow_menu {
  position: absolute;
  top: 40%;
  left: 0;
  opacity: 0;
  transition: 1s ease-in-out;
}

.custom-menu .menu-container .big_menu li:hover .arrow_menu {
  opacity: 1;
  /* transform: translateX(78px); */
}

.custom-menu .menu-container .big_menu li.current {
  color: #fff;
}

.custom-menu .menu-container .big_menu li .links_menu a {
  color: inherit;
  position: relative;
  display: inline-block;
}

.custom-menu .menu-container .big_menu li a {
  color: inherit;
  position: relative;
  text-transform: none;
  display: inline-block;
  transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
}

.custom-menu .menu-container .big_menu li:hover {
  opacity: 1;
}

.custom-menu .menu-container .big_menu li:hover a {
  text-decoration: none;
  transform: translateX(55px);
}

.custom-menu .menu-container .big_menu li a i {
  position: relative;
}

.custom-menu .menu-container .details_menu .item_details_menu,
.custom-menu .menu-container .details_menu .item_details_menu p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #141414;
  margin-bottom: 0px;
}

.custom-menu .menu-container .details_menu .item_details_menu {
  margin-bottom: 16px;
  overflow: hidden;
}

.globNav {
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: all 1s;
}

.logo {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.logo_head {
  overflow: hidden;
  max-height: 70px;
}

.globNav .fluid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  transition: all 1s;
}

.globNav .fluid-container a.logo {
  display: block;
  overflow: hidden;
}

.globNav .fluid-container a.logo {
  box-sizing: content-box;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 85, sass/_layout/_header.scss */

.globNav .fluid-container .right-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

button {
  outline: none !important;
}

.button-container {
  overflow: hidden;
  /* max-height: 50px; */
  display: flex;
  align-items: center;
  margin: auto;
}

.btn_menu {
  background: transparent;
  border: 0px;
  outline: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn_menu .txt_menu {
  color: #fff;
  font-family: EuclidCircular_regular;
  line-height: 15px;
  text-decoration: underline;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.burger {
  width: 50px;
  height: 6px;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  position: relative;
  top: 10px;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.burger::before,
.burger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: 0.5s;
}

.burger::before {
  top: -5px;
}

.burger::after {
  top: 5px;
}

.btn_menu:hover .burger::before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.btn_menu:hover .burger::after {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.icon {
  margin-left: 7px;
  height: 11px;
  display: inline-block;
}

.icon.active .burger {
  background: rgba(0, 0, 0, 0);
}

.icon.active .burger::before {
  top: 0;
  transform: rotate(45deg);
}

.icon.active .burger::after {
  top: 0;
  transform: rotate(135deg);
}

.cover_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.bg_cover {
  position: absolute;
  top: -6%;
  left: -6%;
  width: 114%;
  height: 114%;
}

.left_block {
  width: 50%;
  position: absolute;
  left: 0;
  height: 100vh;
  /* width: 100%; */
  overflow: hidden;
}

.right_block {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100vh;
  /* width: 100%; */
  overflow: hidden;
}

.left_block .marquee {
  bottom: 50px !important;
}

.right_block .marquee {
  bottom: 55px !important;
}

.marquee {
  position: absolute;
  overflow: hidden;
  bottom: 9vh;
}

.row_b_cover {
  position: absolute;
  bottom: 0;
  min-height: 20vh;
  width: 100%;
  line-height: 20px;
  padding: 0 16px;
}

.row_b_cover .content_b_cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.left_b_card {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.vertical_txt {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
  transform: rotate(270deg);
  overflow: hidden;
  position: relative;
  bottom: -45px;
}

.vertical_txt span {
  display: block;
}

.discover_cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right_b_cover {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}

.card_cover {
  display: flex;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  overflow: hidden;
  min-width: 30vw;
  bottom: -60px;
  margin-right: 3vw;
}

.img_card {
  width: 33%;
}

.img_card img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}

.btn_QR {
  border: none;
  outline: none;
  text-decoration: none;
  padding: 8px;
  padding-top: 0px;
  border: 1px solid #145775;
  background-color: #a6035d;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70px;
  height: 70px;
  position: relative;
  bottom: -45px;
  cursor: pointer;
}

.btn_QR:hover {
  text-decoration: none;
}

.btn_QR svg {
  margin: auto;
}

.btn_QR span {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.content_cover_card {
  padding: 24px 32px;
  display: block;
  width: 67%;
}

.content_cover_card .date_card_cover {
  margin-bottom: 16px;
}

.content_cover_card .date_card_cover span {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a6035d;
  position: relative;
  padding-right: 30px;
}

.content_cover_card .date_card_cover span:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 15px;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #a6035d;
}

.content_cover_card .name_card {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #a6035d;
  margin-bottom: 24px;
}

.content_cover_card .date_card_cover span:last-child::after {
  display: none;
}

.row_b_cover h4 {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(calc(-25% + 25%), 0, 0);
  animation: marquee 20s linear infinite;
  animation-play-state: running;
  white-space: nowrap;
  z-index: 5;
}

.heading {
  line-height: 20px;
}

.marquee__inner span {
  font-size: 10vw;
  padding: 0 2vw;
  color: white;
  line-height: 200px;
}

@keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 25%), 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% + 25%), 0, 0);
  }
}

.bg-video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
}

video {
  position: relative;
  min-width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.overlay_black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.overlay_black2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.overlay_line {
  width: 102%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: -1%;
  z-index: 2;
}

.bg-video-cover {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  transition: transform 3s ease;
  transform: scale(1);
}

.content_cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.content_cover .lab_cover {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 20vh;
  padding-left: 3.5vw;
}

.content_cover .text_cover {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: 300;
  font-size: 90px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.align_right {
  align-items: flex-end !important;
}

@media (max-width: 1024px) {
  .content_cover .lab_cover {
    padding-left: 0;
    margin-top: 0px !important;
  }
  .content_cover .text_cover {
    font-size: 115px;
    line-height: 88px;
  }
  .content_cover .text_cover.split_cover.gold_child {
    font-size: 75px !important;
    line-height: 120px;
  }
  .left_b_card {
    left: -15px;
  }
  .custom-menu .menu-image_right {
    padding: 4rem 0rem 0 0;
  }
  .menu-image_right {
    width: 30vw;
  }
  .custom-menu .menu-container {
    padding: 4rem 0 0 0rem;
    width: 70vw;
  }
  .custom-menu .menu-container .big_menu li {
    font-size: 50px;
    line-height: 60px;
  }
  .custom-menu .menu-image_right .big_menu li {
    font-size: 35px;
    line-height: 50px;
  }
  .bg_video-menu {
    width: 60% !important;
    height: 55% !important;
  }
}

@media (max-width: 950px) {
  .content_cover .text_cover {
    font-size: 80px;
    line-height: 66px;
  }
}

@media (max-width: 767px) {
  .card_cover {
    display: none;
  }
  .row_cover {
    flex-direction: column-reverse;
  }
  .content_cover .col_cover {
    height: auto !important;
  }
  .align_right {
    margin-top: 20vh;
    align-items: center !important;
  }
  .content_cover .lab_cover {
    text-align: center;
  }
  .bg-video-cover img {
    width: 100%;
    min-height: 100%;
  }
  .custom-menu .menu-container .big_menu li {
    font-size: 32px;
    line-height: 36px;
  }
  .custom-menu .menu-image_right .big_menu li {
    font-size: 22px;
    line-height: 36px;
  }
}

.focusword {
    font-family: ogg_lighti !important;
    text-transform: lowercase !important;
    color: #f28705 !important;
}

.content_cover .text_cover.split_cover .line:nth-child(2) .word:nth-child(2) {
  font-family: ogg_lighti !important;
  text-transform: lowercase !important;
  color: #f28705 !important;
}

.content_cover .text_cover.split_cover .line:nth-child(1) {
  text-align: center !important;
}

.content_cover .text_cover.split_cover .line:nth-child(2) {
  text-align: right !important;
  right: -2.5vw;
  position: relative;
}

.content_cover .text_cover.split_cover .line:nth-child(3) {
  text-align: left !important;
  position: relative;
  left: -5vw;
}

.content_cover .col_cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.gold_btn {
  display: flex;
  max-width: 220px;
  min-height: 107px;
  border: none;
  outline: none;
  float: right;
  margin-top: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: 1s ease;
  color: #fff;
  position: relative;
  line-height: 120px;
  width: 100%;
  z-index: 2;
}

.gold_btn .txt_btn {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.center_black_btn .gold_btn {
  justify-content: left;
  float: none;
  opacity: 1;
  margin-top: 60px;
}

.black_btn .gold_btn {
  justify-content: left;
  float: none;
}

.center_black_btn .gold_btn .txt_btn,
.black_btn .gold_btn .txt_btn {
  color: #a6035d;
}

.turbelance_effect1,
.turbelance_effect2,
.turbelance_effect3,
.turbelance_effect4 {
  display: none;
}

.turb1,
.turb2,
.turb3,
.turb4 {
  outline: 100px solid transparent;
}

.gold_btn .turb1,
.gold_btn .turb2,
.gold_btn .turb3,
.gold_btn .turb4 {
  position: absolute;
  top: 0;
  left: 0;
}

.lab_gold {
  overflow: hidden;
  line-height: 10px;
  cursor: pointer;
}

.content_cover .play_cover {
  border: none;
  outline: none;
  float: right;
  background-color: transparent;
  cursor: pointer;
  max-height: 170px;
  min-height: 150px;
  max-width: 170px;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s ease;
  position: relative;
}

.content_cover .play_cover .play_t {
  position: absolute;
}

.content_cover .play_cover .rotate_me {
  transform-origin: 50% 50%;
  transition: 1s ease;
  height: -webkit-fill-available;
}

.content_cover .play_cover .rotate_me {
  transition: 1s ease;
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg_sec_fix {
  transition: transform 1s ease;
  transform: scale(1.2);
}

.scale-inv {
  transform: scale(1);
}

.bg-video-cover video {
  width: 100%;
  height: 100vh;
  z-index: 1;
  object-fit: fill;
}

.bg-video-cover img {
  min-width: 100%;
  height: 100vh;
  z-index: 1;
  object-fit: cover;
}

.menu_head {
  width: 85vw;
}

.menu_head ul {
  display: grid;
  padding: 40px 0 35px 0;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
}

.menu_head ul li {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  margin-left: 0px;
  overflow: hidden;
}

.menu_head ul li.link_head {
  opacity: 1;
  transition: opacity 1s ease;
}

.fadeout_l {
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}

.menu_head ul li.logo_head {
  display: block !important;
}

.menu_head ul li.logo_head a {
  position: relative;
  /* top: -10px; */
}

.menu_head ul li div {
  overflow: hidden;
}

.menu_head ul li a {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.langue_head a {
    font-family: EuclidCircular_light;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8vw
}
.langue_head a:hover {
    color: #fff;
    text-decoration: none;
}

.globNav.white_header .menu_head ul li a {
  color: #000;
}

.langue_head {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 8vw;
  display: flex;
  align-items: center;
}

.langue_head .nice-select .list {
  box-shadow: inherit;
}

.langue_head .nice-select .list .option {
  padding: 0px;
  background: transparent;
}

.langue_head .nice-select .list .option:hover {
  background: transparent;
}

.right-element {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 8vw;
}

@media (max-width: 990px) {
  .menu_head ul li:not(.logo_head) {
    display: none !important;
  }
  .langue_head,
  .globNav .fluid-container .right-element {
    width: 15vw;
  }
}

@media (max-width: 767px) {
  .langue_head,
  .globNav .fluid-container .right-element {
    width: 35vw;
  }
  .content_cover .play_cover .rotate_me {
    width: 100px;
    margin: auto;
  }
  .content_cover .play_cover .play_t {
    /**
    top: 44%;
    left: 44%;

    */
  }
  .content_cover .lab_cover {
    margin-bottom: 20px;
  }
  .content_cover .text_cover.split_cover .line:nth-child(2) {
    text-align: center !important;
  }
  .content_cover .text_cover.split_cover .line:nth-child(3) {
    text-align: center !important;
  }
  .content_cover .text_cover {
    font-size: 50px;
    line-height: 60px;
    margin: auto;
  }
  .btn_QR {
    bottom: 0;
  }
  .gold_btn {
    margin-left: 18vw;
    margin: auto;
  }
}

.bg_svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.bg_svg .border_header {
  position: relative;
  width: 100%;
}

.bg_svg .border_header:after {
  position: absolute;
  content: "";
  height: 0.0937rem;
  background-color: #fff;
  width: 100%;
  opacity: 0.2;
}

.globNav.black_nav.active_header {
  background-color: #a6035d !important;
}

.globNav.black_nav.active_header .nice-select {
  color: #fff;
}

.globNav.black_nav.active_header .nice-select:after {
  border-color: #fff;
}

.globNav.black_nav.active_header .nice-select a {
  color: #fff;
}

.globNav.active_header .nice-select {
  color: #a6035d;
}

.globNav.active_header .nice-select:after {
  border-color: #000;
}

.globNav.active_header .nice-select a {
  color: #000;
}

.globNav.black_nav.active_header .fluid-container a.logo path {
  fill: #fff;
}

.globNav.black_nav .bg_svg .border_header:after {
  background-color: #fff;
}

.turb1 {
  display: none;
}

.path {
  display: block !important;
  stroke-dasharray: 900;
  animation: draw2 2.5s linear alternate;
}

@keyframes draw2 {
  from {
    stroke-dashoffset: 900;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.globNav.black_nav .fluid-container a.logo {
  transition: 0.5s;
}

.globNav.black_nav .fluid-container a.logo path {
  /* fill: #141414!important; */
  transition: 0.5s;
}

.after_header li a {
  z-index: 5;
  color: #fff;
  text-decoration: underline;
  font-family: "  EuclidCircular_regular";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
}

.foo_links li .line_split {
  justify-content: flex-start;
}

.foo_links li {
  /* overflow: hidden; */
  transition: all 1s ease;
}

.foo_links li a {
  max-width: 13vw;
  z-index: 5;
  color: #fff;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
}

.foo_links li:hover a {
  text-decoration: underline;
  color: #fff;
  /* background-size: 100% 2px */
}

.noscroll {
  overflow-y: hidden;
}

.mouse {
  max-width: 1.5rem;
  width: 100%;
  height: auto;
}

.scroll_mouse {
  /* -webkit-animation-name: scroll;
        animation-name: scroll; */
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform-origin: 50% 20.5px;
  will-change: transform, opacity;
  opacity: 1;
}

.scroll_mouse-link {
  position: absolute;
  top: 0.5rem;
  cursor: pointer;
}

.scroll_mouse-link span {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 115%;
  text-decoration-line: underline;
  color: #ffffff;
  position: relative;
  top: -6px;
  margin-left: 10px;
}

.write_us span {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #ffffff;
  position: relative;
  margin-right: 10px;
}

@-webkit-keyframes scroll {
  0%,
  20% {
    transform: translateY(0) scaleY(1);
  }
  100% {
    transform: translateY(36px) scaleY(2);
    opacity: 0;
  }
}

@keyframes scroll {
  0%,
  20% {
    transform: translateY(0) scaleY(1);
  }
  100% {
    transform: translateY(36px) scaleY(2);
    opacity: 0;
  }
}

.text_cover_right {
  text-align: right;
}

.about_us {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.about_us_80 {
  position: relative;
  z-index: 2;
  width: 80%;
  height: auto;
  overflow: hidden;
}

.bg_light {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 0;
  width: 100%;
}

.bg_light .cercle1 {
  position: absolute;
  top: -180px;
  right: -12vw;
}

.bg_light .cercle2 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1650px) {
  .bg_light .cercle_e1 {
    width: 67%;
  }
  .bg_light .cercle_e2 {
    width: 78%;
    top: 6vh;
  }
}

.bg_light .cercle_e1 {
  position: absolute;
  top: -6vh;
  right: 0;
}

.bg_light .cercle_e2 {
  position: absolute;
  top: 35vh;
  left: 0;
}

.bg_light.cercle_offer .cercle_e1 {
  position: absolute;
  top: 20vh;
  right: 0;
}

.bg_light.cercle_offer .cercle_e2 {
  position: absolute;
  top: -3vh;
  left: 1vw;
}

.bg_line_cover {
  position: absolute;
  top: 0;
  left: 16%;
  width: 68%;
  z-index: 0;
  padding: 0px 10px;
}

.video {
  width: 100%;
}

.block_video {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}

.pImage {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.pad_section {
  padding: 150px 16px 60px 16px;
}

.marge_section {
  margin: 70px 16px;
}

.pad_1 {
  padding: 104px 0px;
}

.bg_white {
  background-color: #fff;
  padding: 80px 0;
  /* width: 100%; */
  position: relative;
}

.pt_pb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg_black {
  background-color: #a6035d;
}

.col_brown {
  background: #f28705;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 8vw !important;
}

.col_brown img {
  width: 100%;
  max-height: 665px;
}

.col_1 {
  padding-left: 30px;
}

.col_1 .pos_abs {
  position: absolute;
  bottom: 0;
}

.col_1 .pos_abs {
  display: flex;
}

.col_1 .pos_abs p {
  padding: 0 32px;
  width: 50%;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
}

.col_1 .pos_abs .image-wrap {
  width: 45%;
}

.p_30 {
  padding: 0 30px;
}

.p_64 {
  padding: 64px 0px;
}

.playpause {
  z-index: 4;
  width: 154px;
  height: 154px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transition: transform 0.3s ease-out;
}

.big_video .playpause {
  z-index: 4;
  width: 100%;
  height: 96%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  /*background: rgba(0, 0, 0, 0.3); */
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transition: transform 0.3s ease-out;
}

.playpause svg {
  transition: transform 0.3s ease-out;
}

.big_video .playpause svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 160px;
  height: 160px;
  transition: transform 0.3s ease-out;
}

.playpause:hover svg {
  transform: scale(1.2);
}

.big_txt_cover {
  position: absolute;
  bottom: 12vh;
  z-index: 5;
}

.big_txt_cover.left_txt_cover {
  position: absolute;
  bottom: 10vh;
  z-index: 5;
}

.big_txt_cover.right_txt_cover {
  position: absolute;
  bottom: -30vh;
  z-index: 5;
}

/*     
    @media(min-width: 1497px) {
        .big_txt_cover.right_txt_cover {
            position: absolute;
            bottom: -35vh;
            z-index: 5;
        }
    }
    
    @media(min-width: 1496px) {
        .big_txt_cover.left_txt_cover {
            bottom: -33vh!important;
        }
    }
    
    @media(max-width: 1495px) {
        .big_txt_cover.left_txt_cover {
            bottom: -35vh!important;
        }
    }
    
    @media(max-width: 1400px) {
        .big_txt_cover.left_txt_cover {
            bottom: 18vh!important;
        }
    } */

.spacer {
  width: 100%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-transform: uppercase;
}

.scrollingText {
  position: absolute;
  padding: 0 2vw;
  color: white;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 9em;
}

@media (min-width: 1709px) {
  .big_txt_cover.right_txt_cover {
    bottom: 13vh !important;
  }
  .big_txt_cover.left_txt_cover {
    bottom: 11vh !important;
  }
  .right_block .scrollingText {
    left: -50vw;
  }
}

@media (max-width: 1782px) {
  .big_txt_cover.right_txt_cover {
    bottom: 16vh !important;
  }
  .right_block .scrollingText {
    left: -85vw;
  }
}

@media (max-width: 1708px) {
  .big_txt_cover.left_txt_cover {
    bottom: 14vh;
  }
}

@media (max-width: 1600px) {
  .left_block .scrollingText {
    width: 502vw !important;
  }
}

@media (max-width: 1400px) {
  .big_txt_cover.left_txt_cover {
    bottom: 10vh !important;
  }
  .big_txt_cover.right_txt_cover {
    bottom: 12vh !important;
  }
  .right_block .scrollingText {
    left: -50vw;
  }
}

.text_block p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
  max-width: 65%;
}

.text_block .bold_p p {
  font-weight: bold;
  max-width: 50%;
}

.left_g,
.right_g {
  padding: 0 20px;
  margin-bottom: 64px;
}

.left_g p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
}

.right_g p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  color: #141414;
}

.title_experience {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 150px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #a6035d;
  max-width: 80%;
  text-align: center;
  margin: auto;
}

.big_title {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 96px;
  line-height: 1em;
  /* color: #f28705; */
  color: #a6035d;
  display: block;
}

.big_title:not(.big_title--no-uppercase) {
  text-transform: uppercase;
}

.mt_n {
  margin-top: 0 !important;
}

.m_n {
  margin: 0px !important;
}

.arrow_svg {
  overflow: visible;
}

.arrow_svg:last-child {
  margin-left: 6px;
}

.arrow_svg path {
  display: inline-block;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn_card {
  display: flex;
  align-items: center;
  position: relative;
}

.btn_section {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #141414;
  background: transparent;
  border: 0px;
  outline: none;
  cursor: pointer;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a6035d;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 10px;
}

.btn_section .text_btn {
  margin-left: 10px;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn_section:hover {
  text-decoration: none;
}

.btn_section:hover span {
  color: #141414;
}

.btn_section:hover .text_btn {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.arrows_btn {
  cursor: pointer;
  overflow: hidden;
  display: block;
  max-width: 50px;
}

.arrows_btn .icons {
  position: relative;
  display: flex;
  align-items: center;
  left: -41%;
  width: 320%;
  height: 30px;
  transition: 0.3s ease-in-out;
}

.btn_section:hover .icons {
  transform: translateX(30%);
}

.btn_section:hover {
  color: #141414;
}

.section_hold {
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
  background-position-y: 0 !important;
}

.bg_hold {
  /* background: url(img/bg_hold.png); */
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  position: sticky;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position-y: 0 !important;
  background-attachment: fixed;
}

.section_black {
  background-color: #145775;
  position: relative;
}

.text_black h2 {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 88px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 64px;
}

.text_black p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
  margin-bottom: 16px;
}

.text_black .btn_section {
  display: flex;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  text-decoration-line: underline;
  color: #fff;
  margin-bottom: 32px;
}

.text_black .btn_section .text_btn {
  margin-left: 10px;
}

.text_black .btn_section:hover span {
  color: #fff;
}

.text_black img {
  width: 100%;
}

.col_80 {
  width: 80%;
}

.navigation_sectors li .sub_menu_sector li a:hover {
  background-color: #fff;
}

.navigation_sectors li .sub_menu_sector li a:hover h3 {
  color: #141414;
}

.navigation_sectors li .sub_menu_sector li a .icon_submenu {
  position: absolute;
  right: 15px;
  top: 30%;
}

.navigation_sectors li .sub_menu_sector li a:hover .icon_submenu svg g path {
  fill: #141414;
}

.navigation_sectors li .sub_menu_sector {
  list-style: none;
}

.navigation_sectors > li > a h1 {
  background-color: transparent;
  padding: 1.3em 15px;
  text-decoration: none;
  display: block;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  text-decoration-line: underline;
  color: #ffffff;
  max-width: 100%;
  margin: 0px !important;
  position: relative;
  display: block;
}

.navigation_sectors > li:last-child > a h1 {
  padding: 1.22em 15px;
}

.link_s {
  position: absolute;
  overflow: hidden;
  left: 10px;
  transition: top 0.3s ease-out;
  text-decoration: underline;
}

.link_s.top {
  top: 28%;
}

.link_s.bottom {
  top: 104px;
}

.link_sector {
  overflow: hidden;
}

.link_sector:hover .link_s.top {
  top: -50%;
}

.link_sector:hover .link_s.bottom {
  top: 20px;
}

.progress {
  position: relative;
  height: 2px;
  width: 100%;
  background: #fff;
}

.progress-value {
  background: #fff;
  height: 2px;
  width: 0;
}

.progress_foo {
  position: relative;
  height: 1px;
  width: 100%;
  background: transparent;
  top: 30px;
  opacity: 0.5;
}

.progress_foo .progress-value {
  background: #fff;
  height: 1px;
  width: 0;
}

.animate {
  animation: load 3s normal forwards;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.navigation_sectors li .sub_menu_sector li a {
  padding: 10px 0;
  padding-left: 30px;
  text-decoration: none;
  display: block;
  max-width: 68%;
  background-color: transparent;
}

.navigation_sectors li .sub_menu_sector {
  display: none;
  position: relative;
}

.icon_nav {
  transition: transform 0.7s ease-in-out;
  background: transparent;
}

.rotate {
  cursor: default;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out 0s;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.no_pad {
  padding: 0px !important;
}

.no_pr {
  padding-right: 0px !important;
}

.item_sector {
  position: relative;
  height: auto;
  box-sizing: border-box;
  display: flex;
}

.card_sectors {
  background: transparent;
  width: 100%;
  height: 100px;
  position: relative;
  top: 76%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.8s;
  box-sizing: border-box;
  display: flex;
  text-decoration: none;
}

.card_sectors:hover {
  text-decoration: none;
}

.card_sectors .left_item_sector {
  width: 68%;
  display: block;
  position: relative;
  /* border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; */
}

.row_event .progress {
  background: transparent;
}

.row_event .progress:first-of-type {
  position: absolute !important;
  top: 0 !important;
}

.row_event .progress:last-of-type {
  position: absolute;
  bottom: -2px;
}

.event_link:last-child .progress:last-of-type {
  position: absolute;
  bottom: 0;
}

.section_black .btn_desk {
  margin-top: 0 !important;
}

.card_sectors .left_item_sector h1 {
  color: #fff;
  text-align: left;
  text-decoration: underline;
  transition: all 1s;
  border-top: 0px;
  border-bottom: 0px;
}

.card_sectors .left_item_sector h1 .link_s {
  color: #fff;
}

.card_sectors:hover .left_item_sector h1 {
  background: #fff;
}

.card_sectors:hover .left_item_sector h1 .link_s {
  color: #141414;
}

.card_sectors p {
  color: #141414;
  padding: 0 15px;
}

.card_sectors:hover {
  top: 0;
  background: #fff;
  height: 158px;
}

.item_sector .img_sector {
  display: none;
  width: 32%;
}

.item_sector:hover .img_sector {
  display: block;
}

.card_sectors:hover h1 {
  color: #141414;
}

.card_sectors:hover h1 .link_s {
  color: #141414;
}

.card_sectors:hover p {
  text-decoration: none;
}

.section_bg {
  height: 100vh;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 30px;
  overflow: hidden;
}

.bg_img2 {
  width: 95%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.bg_img2 img {
  width: 100%;
}

@media (max-width: 1024px) {
  .card_sectors:hover {
    background: none !important;
    max-height: 100px;
  }
  .card_sectors p {
    display: none;
  }
  .item_sector:hover .img_sector {
    display: none !important;
  }
  .card_sectors:hover h1 {
    color: #fff;
  }
  .change_bgsector {
    display: none !important;
  }
}

.icon_go {
  position: absolute;
  right: 15px;
  top: 40%;
  z-index: 2;
}

.item_haschild a {
  position: relative;
  max-width: 68% !important;
  display: block;
}

@media (max-width: 767px) {
  .item_haschild a {
    max-width: 100% !important;
  }
}

.item_haschild a,
.item_haschild a:hover h1 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.item_haschild a:hover h1 {
  background: #fff;
  color: #141414;
}

.item_haschild a:hover h1:after,
.item_haschild a:hover h1:before {
  background: #141414;
}

.navigation_sectors li .sub_menu_sector li a {
  display: flex;
  position: relative;
}

.navigation_sectors li .sub_menu_sector li a h3 {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #ffffff;
  margin: 0px;
  padding: 15px 15px;
}

.img_sub {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  max-width: 47%;
}

.submenu_item {
  width: 100%;
}

.submenu_item:hover .img_sub {
  display: block;
}

.change_bgsector {
  position: absolute;
  top: 0;
  left: 68%;
  height: 100%;
  width: 32%;
  z-index: 5;
  background-size: cover;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.icon_nav {
  cursor: pointer;
  position: relative;
}

.icon_nav:before,
.icon_nav:after {
  background: #fff;
  content: "";
  height: 2px;
  right: 15px;
  position: absolute;
  top: 50%;
  width: 21px;
  transition: transform 500ms ease;
}

.icon_nav:after {
  transform-origin: center;
}

.icon_nav.collapsed:after {
  transform: rotate(90deg);
}

.icon_nav.collapsed:before {
  transform: rotate(180deg);
}

.bg_lines path {
  mix-blend-mode: difference;
}

.section_news {
  position: relative;
  padding: 64px 15px 45px 15px;
  transition-delay: 1s !important;
}

.section_detailnews {
  position: relative;
  padding: 18px 15px 45px 15px;
  transition-delay: 1s !important;
}

.list_bullet {
  margin-bottom: 40px;
}

.list_bullet h6,
.block_privacy strong {
  font-family: EuclidCircular_Semibold;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  margin-bottom: 24px;
}

.list_bullet ul li {
  padding-left: 32px;
  position: relative;
}

.list_bullet ul li::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTg5IDBDNy45NjY5OSAyLjAxNjYyIDcuMjE4NzEgMy44NzgxMiA1Ljk2NDI0IDUuMjc0MjRDNC41MTE2OSA2LjkzNjI5IDIuMzc2ODkgOCAwIDhDMi4yMDA4MyA4IDQuMTgxNTcgOC45MDg1OSA1LjYzNDExIDEwLjM0OUM3LjA4NjY2IDExLjc4OTUgNy45ODkgMTMuNzgzOSA4LjAxMSAxNkM4LjAzMzAxIDEzLjYyODggOS4wNjc0IDExLjUwMTQgMTAuNzE4IDEwLjAxNjZDMTIuMTI2NSA4Ljc1MzQ2IDEzLjk3NTIgOCAxNiA4QzEzLjYyMzEgOCAxMS41MTAzIDYuOTU4NDUgMTAuMDM1OCA1LjI5NjRDOC43ODEyOSAzLjg3ODEyIDguMDExIDIuMDM4NzggNy45ODkgMFoiIGZpbGw9IiNDN0E5ODciLz4KPC9zdmc+Cg==");
  position: absolute;
  left: 0;
  top: 3px;
}

.list_bullet ul li {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  margin-bottom: 16px;
}

.next_news {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  position: relative;
}

.next_news a:hover {
  text-decoration: none;
}

.next_news label {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2em;
  color: #a6035d;
  opacity: 0.5;
}

.next_news label {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2em;
  color: #a6035d;
  opacity: 0.5;
  margin-bottom: 16px;
}

.next_news span {
  display: flex;
  justify-content: space-between;
}

.next_news span p {
  font-family: Ogg_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #a6035d;
}

.content_detailnews {
  padding: 115px 20px 0 20px;
}



.list_bullet {
  margin-bottom: 40px;
}

.list_bullet h6 {
  font-family: EuclidCircular_Semibold;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  margin-bottom: 24px;
}

.list_bullet ul li,
.block_privacy ul li {
  padding-left: 32px;
  position: relative;
}

.list_bullet ul li::before,
.block_privacy ul li::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03Ljk4OSAwQzcuOTY2OTkgMi4wMTY2MiA3LjIxODcxIDMuODc4MTIgNS45NjQyNCA1LjI3NDI0QzQuNTExNjkgNi45MzYyOSAyLjM3Njg5IDggMCA4QzIuMjAwODMgOCA0LjE4MTU3IDguOTA4NTkgNS42MzQxMSAxMC4zNDlDNy4wODY2NiAxMS43ODk1IDcuOTg5IDEzLjc4MzkgOC4wMTEgMTZDOC4wMzMwMSAxMy42Mjg4IDkuMDY3NCAxMS41MDE0IDEwLjcxOCAxMC4wMTY2QzEyLjEyNjUgOC43NTM0NiAxMy45NzUyIDggMTYgOEMxMy42MjMxIDggMTEuNTEwMyA2Ljk1ODQ1IDEwLjAzNTggNS4yOTY0QzguNzgxMjkgMy44NzgxMiA4LjAxMSAyLjAzODc4IDcuOTg5IDBaIiBmaWxsPSJ1cmwoI2Jhcm9xdWUtZ3JhZGllbnRpKSIvPg0KIDxkZWZzPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImJhcm9xdWUtZ3JhZGllbnRpIiB4MT0iMCIgeDI9IjE1MCUiIHkxPSIwIg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeTI9IjAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiM2NzQxRkYiIG9mZnNldD0iMCUiIC8+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkY0MTk2IiBvZmZzZXQ9IjUwJSIgLz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRjU1M0YiIG9mZnNldD0iMTAwJSIgLz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2RlZnM+DQoNCjwvc3ZnPg0K");
  position: absolute;
  left: 0;
  top: 3px;
}

.list_bullet ul li,
.block_privacy ul li {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  margin-bottom: 16px;
}

body:not(.no-js) .image-wrap {
  transition: 1s ease-out;
  transition-delay: 0.2s;
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  visibility: hidden;
}

body:not(.no-js) .team_carousel .image-wrap {
  transition: 1s ease-out;
  transition-delay: 0.2s;
  position: relative;
  width: auto;
  height: auto;
  height: 600px;
  /* min-height: 370px; */
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  visibility: hidden;
}

@media (max-width: 1440px) {
  body:not(.no-js) .team_carousel .image-wrap {
    height: 50vh;
  }
}

@media (max-width: 1250px) {
  body:not(.no-js) .team_carousel .image-wrap {
    height: 30vh;
  }
}

@media (max-width: 990px) {
  body:not(.no-js) .team_carousel .image-wrap {
    height: 22vh;
  }
}

@media (max-width: 767px) {
  body:not(.no-js) .team_carousel .image-wrap {
    height: 360px;
  }
}

body:not(.no-js) .image-wrap img {
  transform: scale(1.3);
  transition: 2s ease-out;
}

body:not(.no-js) .animating .image-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  visibility: visible;
  transform: skewY(0);
}

body:not(.no-js) .animating img {
  transform: scale(1);
  transition: 2s ease-out;
}

.reveal_left img {
  transform: scale(1.3);
  transition: 2s ease-out;
}

.animating_story .reveal_left {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  visibility: visible;
  transform: skewY(0);
}

.animating_story img {
  transform: scale(1);
  transition: 5s ease-out;
}

.reveal_left {
  transition: 1s ease-out;
  transition-delay: 0.2s;
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  visibility: hidden;
}

/* .timeline li:nth-child(2n) .reveal_left {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
} */

.animating_story .reveal_left {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  visibility: visible;
  transform: skewY(0);
}

/* .timeline li:nth-child(2n) .animating_story .reveal_left {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    visibility: visible;
    transform: skewY(0);
} */

body:not(.no-js) .section_news .item_news .image-wrap img {
  transform: scale(1);
  transition: 2s ease-out;
}

body:not(.no-js) .section_news .item_news .animating .image-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  visibility: visible;
  transform: skewY(0);
}

body:not(.no-js) .section_news .item_news:nth-child(1) .animating .image-wrap {
  transition: 0.8s ease-out;
}

body:not(.no-js) .section_news .item_news:nth-child(2) .animating .image-wrap {
  transition: 1.8s ease-out;
}

body:not(.no-js) .section_news .item_news:nth-child(3) .animating .image-wrap {
  transition: 2.8s ease-out;
}

body:not(.no-js) .section_news .item_news:nth-child(4) .animating .image-wrap {
  transition: 0.8s ease-out;
}

body:not(.no-js) .section_news .item_news:nth-child(5) .animating .image-wrap {
  transition: 1.8s ease-out;
}

body:not(.no-js) .section_news .item_news:nth-child(6) .animating .image-wrap {
  transition: 2.8s ease-out;
}

.img {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.detail_news .row_news {
  margin-top: 16px;
  margin-bottom: 8px;
}

.detail_news .row_news span {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 115%;
  color: #141414;
  position: relative;
  padding-right: 20px;
}

.detail_news .row_news span:after {
  content: "/";
  position: absolute;
  right: 5%;
  top: 2%;
  color: #141414;
  opacity: 0.2;
}

.detail_news .row_news span:last-child:after {
  content: "";
}

.detail_news .title_news {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  color: #141414;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1em), #141414 1em);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  transition: background-size 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.item_news:hover .detail_news .title_news {
  color: #141414;
  background-size: 100% 2px;
}

.item_news {
  margin-bottom: 32px;
  position: relative;
  z-index: 4;
}

.item_news a:hover {
  text-decoration: none;
}

.item_news:hover .image-wrap img {
  transform: scale(1.1);
}

.container_55 {
  width: 55%;
  margin: 0 auto;
}

.container_68 {
  width: 68%;
  margin: 0 auto;
}

.container_70 {
  width: 70%;
  margin: 0 auto;
}

.container_65 {
  width: 65%;
  margin: 0 auto;
}

.container_66 {
  width: 66%;
  margin: 0 auto;
}

.container_80 {
  width: 80%;
  margin: 0 auto;
}

.container_84 {
  width: 84%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container_85 {
  width: 85%;
  margin: 0 auto;
}

.container_95 {
  width: 95%;
  margin: 0 auto;
}

.container_98 {
  width: 98%;
  margin: 0 auto;
}

.container_100 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.p_10 {
  padding: 15px 24px 10px 24px;
}

.row_form {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
}

.min_h {
  min-height: 40px;
  margin-top: 20px;
}

.row_form input,
.row_form textarea {
  position: absolute;
  left: 0;
  background-color: transparent;
}

.row_form label {
  font-family: EuclidCircular_light;
  color: #fff;
  pointer-events: none;
  position: absolute;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.5;
  z-index: 5;
  text-transform: uppercase;
  transition: transform ease 0.2s;
}

.row_form.is-focused label {
  opacity: 0 !important;
  z-index: -1;
}

.block_form-contact h6 {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #141414;
  margin: 32px 0;
}

.newsletter_form {
  width: 100%;
}

.contact_forms .progress_foo {
  top: 32px;
}

.input_news {
  border: 0;
  padding: 3px 0;
  box-shadow: none;
  outline: 0;
  width: 100%;
  background: transparent;
}

.help-block {
  color: red;
  font-size: 11px;
}

.newsletter_form .help-block {
  position: absolute;
  bottom: -10px;
  color: #f28705;
  font-size: 11px;
}

.title_subscribe {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 2px;
}

.title_footer_news {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.btn_send {
  border: 0px;
  outline: 0;
  background: transparent;
  z-index: 5;
  position: relative;
  float: right;
  top: -5px;
}

.footer a {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.footer .end_footer a,
.footer .end_footer label {
  margin: 0px;
}

.footer a:hover {
  text-decoration: none !important;
}

.row_cr {
  border-top: 1px solid rgba(20, 20, 20, 0.07);
}

.title_section {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 88px;
  line-height: 100%;
  color: #141414;
  margin-bottom: 32px;
}

.link_news {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 32px;
}

.liste_link .link_news {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative !important;
  bottom: 32px;
}

.imp_news {
  position: relative;
  margin-bottom: 8px;
}

.imp_news span {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  line-height: 115%;
}

.imp_news span:after {
  content: "|";
  position: absolute;
  top: 5%;
  right: 7px;
  color: #141414;
  opacity: 0.2;
}

.imp_news span:last-child::after {
  content: "";
}

.title_cover_news {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #141414;
}

.link_news li a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1em), #141414 1em);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  transition: background-size 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link_news li:hover a {
  text-decoration: none;
  color: #141414;
  background-size: 100% 2px;
}

.link_news li a {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  color: #141414;
}

.cover_other_txt {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  text-align: center;
  color: #ffffff;
}

.title_cover {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 160px;
  line-height: 132px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20vh;
}

.cover_s_sector .logo_sector {
  position: relative;
  display: block;
  z-index: 5;
  margin: 22vh auto 8vh auto;
}

.logo_cran {
  width: 200px;
  max-height: 90px;
  background: #000;
  border-radius: 100px;
  overflow: hidden;
}

.logo_cran img {
  width: 100%;
  height: auto;
  position: relative;
  top: -25px;
}

.col_bigp {
  margin-top: 32px;
}

.col_bigp p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  color: #141414;
  max-width: 70%;
  margin-bottom: 16px;
}

.col_sec1,
.col_sec2 {
  margin-top: 32px;
}

.description_news {
  margin-bottom: 32px;
}

.description_news p {
  font-size: 16px;
  line-height: 125%;
}

.description_news p a {
  color: #c34242;
  text-decoration: underline;
}

.tags_news {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  display: flex;
  color: #141414;
  padding-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
}

.tags_news label:first-child {
  line-height: 32px;
  margin-right: 15px !important;
}

.tags_news label {
  margin-right: 10px;
}

.tags_news .single_tag {
  font-size: 14px;
  line-height: 115%;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 4px;
}

.section3-sector {
  padding: 32px 0 64px 0;
}

.section3-sector .list_about {
  margin: 0px !important;
}

.col_sec1 p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  color: #141414;
}

.section1_sec img {
  max-width: 50%;
  height: auto;
}

.cover_s_sector h1 {
  margin: 0px !important;
}

.img_responsive {
  width: 100%;
}

.btn_black {
  background: #141414;
  color: #fff;
  padding: 25px 32px;
}

.btn_black:hover,
.btn_black:hover span {
  color: #fff;
}

.list_about {
  margin-top: 32px;
}

.list_about li {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
  padding: 16px 0;
  border-top: 1px solid #141414;
}

.list_about li:last-child {
  border-bottom: 1px solid #141414;
}

.subtitle_section {
  cursor: pointer;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 16px;
  color: #141414;
}

.text_1 {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #141414;
}

.mb_m {
  position: relative;
  margin-bottom: -21vh;
}

.h_auto {
  height: auto !important;
}

.col_w p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
}

.w_links li {
  margin-bottom: 8px;
}

.w_links li a {
  z-index: 5;
  color: #fff;
  text-decoration: none;
  font-family: "  EuclidCircular_regular";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 32px;
  background-image: linear-gradient(transparent calc(100% - 1em), #fff 1em);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 90%;
  transition: background-size 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.w_links li:hover a {
  text-decoration: none;
  color: #fff;
  background-size: 100% 2px;
}

.owl-item {
  text-align: center;
}

.owl-prev {
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}

.owl-next {
  float: right;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}

.owl-prev.disabled {
  opacity: 0.5;
}

.owl-next.disabled {
  opacity: 0.5;
}

.owl-dots {
  counter-reset: slides-num;
  position: absolute;
  top: 2%;
  right: 10%;
}

.owl-dots:after {
  content: "/" counter(slides-num);
  display: inline-block;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #f28705;
  vertical-align: middle;
  padding-left: 15px;
  opacity: 0.3;
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 5px;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #f28705;
}

.owl-dot span {
  display: none;
}

.owl-dot.active:before {
  content: counter(slides-num);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #f28705;
}

.team_slide {
  background: transparent;
  padding-top: 0px !important;
  border-radius: 0px;
}

.team_slide .post-img {
  position: relative;
  overflow: hidden;
}

.team_slide .post-img img {
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.team_slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.team_slide .post-content {
  background: #fff;
  padding: 32px 16px;
  text-align: left;
}

.team_slide .post-title {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  color: #141414;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.team_slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.team_slide .post-description {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
  margin-bottom: 0px;
}

.owl-nav {
  position: absolute;
  top: -10%;
  right: 0;
}

.bg_grey {
  background: #f6e8ea;
  position: relative;
}

.team_carousel .owl-stage {
  padding-left: 16%;
  display: flex;
  /* padding-right: 16%!important; */
}

.team_carousel {
  position: relative;
  top: -64px;
}

.team_carousel .owl-item {
  background: #fff;
  margin-top: 80px;
}

.map_canvas {
  width: 100%;
  height: 580px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.col1_contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 0px !important;
}

.col1_contact .min_title {
  /* Text / Bold */
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
}

.col1_contact ul {
  margin: 16px 0 32px 0;
}

.col1_contact ul li {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
}

.col1_contact ul li.mail_contact {
  text-decoration-line: underline;
}

.btn_contact {
  display: flex;
  justify-content: space-between;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn_black {
  display: flex;
  justify-content: space-between;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.col_contact {
  display: flex;
  flex-direction: column;
  padding-right: 0px !important;
}

.col_contact .sub-title_contact {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #141414;
  margin: 64px 0 !important;
}

@media (min-width: 768px) {
  .col_contact {
    width: 40.7%;
    padding-left: 32px;
  }
}

.col_contact .min_title {
  /* Text / Bold */
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
}

.col_contact ul {
  margin: 16px 0 32px 0;
}

.col_contact ul li {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
}

.col_contact ul li.mail_contact {
  text-decoration-line: underline;
}

.write_us {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #141414;
  padding: 16px 0;
}

.write_us_c {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #141414;
  padding: 16px 0 16px 32px;
}

.gallery_sector .owl-stage {
  padding-left: 14%;
  display: flex;
  margin-top: 10vh;
  /* padding-right: 16%!important; */
}

.gallery_sector {
  position: relative;
  top: -64px;
}

.gallery_sector .owl-item .txt_gallery {
  margin-top: 16px;
}

.txt_gallery p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
}

.gallery_sector .owl-item {
  box-sizing: content-box;
}

.gallery_sector .owl-item {
  box-sizing: content-box;
}

.gallery_sector .owl-item {
  text-align: left;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

.owl-carousel.owl-drag .owl-item {
  background: #17181f;
  padding: 32px;
  position: relative;
  text-align: center;
}

.title_404 {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #141414;
  text-align: left;
  margin-bottom: 32px;
}

.section_404 {
  padding-top: 60px;
}

.pt_64 {
  padding-top: 64px;
}

.pt_n {
  padding-top: 0 !important;
}

.pr_16 {
  padding-right: 16px !important;
}

.white_txt {
  color: #fff;
}

.adresse_press .min_title {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
}

.adresse_press ul {
  margin-top: 32px;
}

.adresse_press ul li {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 8px;
}

.title_privacy {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #141414;
  margin-bottom: 16px;
}

.update_privacy {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 115%;
  color: #141414;
  margin-bottom: 64px;
}

.subtitle_privacy {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  margin-bottom: 16px;
  margin-top: 32px;
  color: #141414;
}

.section_privacy {
  margin-top: 136px;
  padding-bottom: 80px;
  background: #fff;
  margin-bottom: 26px;
}

.section_privacy p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 16px;
  color: #141414;
}

.table_parivacy {
  position: relative;
  width: 100%;
  background: #fff;
}

.table_parivacy th {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
  background: #eeeeee;
  width: 50%;
  border-right: 1px solid #fff;
}

.table_parivacy th:last-child {
  border-right: 0px;
}

.table_parivacy td,
.table_parivacy th {
  padding: 16px;
}

.table_parivacy td {
  border: 1px solid #eeeeee;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #141414;
  vertical-align: top;
}

.content_privacy {
  max-height: 250vh;
}

.cover-sector_txt .title_cover {
  margin-top: 0px;
}

.mt_70 {
  margin-top: 70vh;
}

.mt_70vh {
  margin-top: 70vh !important;
}

.no_padding {
  padding: 0px !important;
}

.section_black .content_txt,
.section_black h5 {
  color: #fff;
}

.pad_62 {
  padding: 62px 0;
}

.n_mb {
  margin-bottom: 0px;
}

.mb_64 {
  margin-bottom: 64px !important;
}

.pb_64 {
  padding-bottom: 64px !important;
}

.title_sectors {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #141414;
  margin: 32px 0px 16px 0px;
}

.container_right {
  width: 90%;
  float: right;
  position: relative;
  z-index: 4;
  padding-left: 0px;
  padding-right: 16px;
}

.mt_32 {
  margin-top: 32px !important;
}

.mb_18 {
  margin-bottom: 18px !important;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

#loader .loader-slide {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.center {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.menu_cover li {
  position: relative;
  overflow: hidden;
  max-height: 40px;
}

.menu_cover li a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.text_animation {
  overflow: hidden;
}

.z_m {
  z-index: -1 !important;
}

.anime_text {
  visibility: hidden;
}

.line_split {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fade_up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.fade_up.active {
  opacity: 1;
  transform: translateY(0);
}

.row_colnews {
  padding: 32px 16px;
}

.name-img_news {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 115%;
  color: #141414;
  margin-top: 16px;
  display: block;
}

.section_workus p {
  max-width: 70%;
  float: left;
  padding-left: 16px;
  margin-bottom: 64px;
}

@media (max-width: 1400px) {
  .scrollingText {
    height: 100vh;
  }
}

@media (max-width: 1024px) {
  #scroll-animate-main,
  #scroll-animate {
    position: relative !important;
    display: block !important;
    height: auto !important;
    max-height: auto !important;
    top: 0 !important;
  }
  #scroll-animate.content_privacy {
    max-height: none;
  }
  .footer {
    position: relative !important;
    display: block !important;
    z-index: 2;
  }
  .cover_page {
    position: relative !important;
    display: block !important;
  }
  .wrapper-parallax {
    margin: 0px !important;
  }
  .cover-heading {
    left: 36%;
    top: 40%;
  }
  .scrollingText {
    font-size: 5em;
  }
  .mt-15vh {
    margin-top: 6vh !important;
  }
  .big_title {
    font-size: 70px;
  }
  .big_title:first-child {
    font-size: 70px;
    margin-top: 0;
  }
  .text_black h2 {
    font-size: 62px;
  }
  .title_section {
    font-size: 62px;
  }
  .bg_hold {
    height: 50vh;
  }
  .title_cover {
    font-size: 110px;
    line-height: 110px;
    margin-top: 12vh;
  }
  .mb_m {
    margin-bottom: 0;
  }
  .col_50p {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .hide_tab {
    display: none;
  }
  .footer {
    min-height: 32vh;
  }
}

@media (max-width: 950px) {
  .big_title {
    font-size: 48px !important;
  }
  .text_block p {
    max-width: 100%;
  }
  .text_black h2 {
    font-size: 48px;
  }
  .navigation_sectors > li > a h1 {
    font-size: 30px;
  }
  .title_cover {
    font-size: 77px;
    line-height: 77px;
  }
  .globNav.black_nav .fluid-container .btn_menu .txt_menu {
    color: #fff;
  }
  .globNav.black_nav .fluid-container .btn_menu .burger::before,
  .globNav.black_nav .fluid-container .btn_menu .burger::after {
    background: #fff;
  }
}

.title_cover_mobile {
  font-size: 15vw;
  color: white;
  line-height: 15vw;
  margin-top: 30vh;
}

.description_mobile {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
  max-width: 80%;
}

.icon_mobile {
  display: none;
}

.write_us {
  display: flex;
  float: right;
  position: relative;
  z-index: 5;
}

.write_us_c {
  display: flex;
  float: left;
  position: relative;
  z-index: 5;
}

.menu2 {
  position: relative !important;
  border-bottom: 1px solid rgba(20, 20, 20, 0.07);
  background: #f9f9f9 !important;
}

.lazy {
  display: block;
}

@media (max-width: 991px) {
  .row_b_cover h4 {
    font-size: 18px;
    line-height: 115%;
  }
  .cover-heading {
    left: 33%;
    top: 40%;
  }
  .scrollingText {
    font-size: 4em;
  }
  .mt-15vh {
    margin-top: 9vh !important;
  }
  .after_header li a,
  .foo_links li a {
    font-size: 20px;
    line-height: 116%;
  }
}

.show_mobile {
  display: none;
}

.btn_news {
  position: absolute;
  bottom: 32px;
}

.d_mobile {
  display: none;
}

.d_mobile a {
  color: #141414;
}

.d_mobile a:hover {
  color: #141414;
}

.order_mobile ul li:nth-child(2) {
  text-decoration: underline;
}

.max_w-title {
  max-width: 70%;
}

.col-right_work {
  padding: 0px !important;
}

.padn-desc_mobile {
  padding: 0px !important;
}

.modal-backdrop {
  z-index: 997;
}

.modal_cookies {
  z-index: 998;
}

.modal_cookies .modal-dialog {
  max-width: 50vw;
}

.modal_cookies .modal-content {
  border-radius: 0px;
  position: relative;
}

.modal_cookies .close_cookies {
  position: absolute;
  top: 16px;
  right: 16px;
}

.modal_cookies .modal-body {
  padding: 120px 64px;
}

.modal_cookies .icon_thank {
  padding: 32px 0;
}

.modal_cookies .modal-dialog {
  margin: 20vh auto;
}

.modal_cookies .content_foo_cookies {
  padding: 16px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  background: #141414;
}

.modal_cookies .content_foo_cookies p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 115%;
  color: #ffffff;
  margin-bottom: 0px;
}

.modal_cookies .content_foo_cookies a {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 115%;
  color: #ffffff;
  text-decoration: underline;
  padding: 8px 16px;
  border: 1px solid #fff;
  opacity: 1;
  cursor: pointer;
}

.modal_cookies .title_cookies {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 88px;
  line-height: 100%;
  color: #141414;
}

.modal_cookies p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  color: #141414;
}

@media (max-width: 991px) {
  .modal_cookies .title_cookies {
    font-size: 60px;
    text-align: center;
  }
  .col-12.d-flex {
    /* display: block!important; */
    text-align: center;
    flex-direction: column;
  }
  .modal_cookies .col1_coo {
    order: 2;
  }
  .modal_cookies .icon_thank {
    order: 1;
    flex: 1;
  }
  .modal_cookies .modal-body {
    padding: 80px 16px;
  }
}

@media (max-width: 767px) {
  .section_privacy {
    width: 100%;
    padding: 0 16px;
    margin-top: 106px;
    margin-bottom: 0px;
  }
  .list_bullet h6 {
    margin-bottom: 16px;
  }
  .list_bullet ul li {
    margin-bottom: 8px;
  }
  .max_w-title {
    max-width: 100%;
  }
  .show_mobile {
    display: block;
  }
  .text_cover_right {
    text-align: left;
  }
  .write_us span {
    font-size: 20px;
    line-height: 22px;
    margin-left: 16px;
  }
  .icon_mobile {
    display: block;
  }
  .icon_desk {
    display: none;
  }
  .cover-heading {
    left: 15%;
    top: 45%;
  }
  .navigation_sectors > li > a h1,
  .card_sectors .left_item_sector,
  .col_80 {
    width: 100%;
    max-width: 100%;
  }
  .text_black img {
    margin-bottom: 32px;
  }
  .row_footer {
    padding: 40px 0px 32px 0px;
  }
  .mt-15vh {
    margin-top: 11vh !important;
  }
  .after_header li a,
  .foo_links li a {
    margin-bottom: 8px !important;
  }
  .write_us {
    float: left;
  }
  .btn_section {
    margin-bottom: 32px;
  }
  .bg_hold {
    height: 100vh;
    background-position: center;
  }
  .text_black .btn_section {
    font-size: 20px;
  }
  .title_section {
    font-size: 48px;
  }
  .link_news li {
    margin-bottom: 8px;
  }
  .link_news li a {
    font-size: 20px;
  }
  .btn_section {
    font-size: 11px;
  }
  .btn_section.btn_404 {
    font-size: 24px;
  }
  .right_block,
  .left_block {
    display: none;
  }
  .detail_news .row_news span {
    font-size: 12px;
  }
  .detail_news .title_news {
    font-size: 20px;
  }
  .p_10 {
    padding: 0px;
  }
  .row_cr .row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .row_cr .row div {
    padding-top: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .row_cr .row div:last-child {
    background: #eeeeee;
  }
  .newsletter_form {
    width: 100%;
  }
  .title_footer_news {
    margin-top: 64px;
    margin-bottom: 32px;
  }
  .order_mobile {
    order: 1;
    margin-top: 64px;
  }
  .order_mobile ul {
    max-width: 60%;
  }
  .order_mobile ul li {
    margin-bottom: 20px;
  }
  .w50_mobile {
    width: 50% !important;
  }
  .w50_mobile:nth-child(2) {
    float: right;
    text-align: right;
  }
  .navigation_sectors li .sub_menu_sector li a {
    max-width: 100%;
  }
  .link_news,
  .btn_news {
    position: relative;
  }
  .d_mobile {
    display: block;
  }
  .custom-menu .menu-container {
    padding: 3.5rem 0.5rem 0 0.5rem;
  }
  .link_menu {
    font-size: 16px;
  }
  .navigation_sectors li .sub_menu_sector li a .icon_submenu {
    display: none;
  }
  .navigation_sectors li .sub_menu_sector li a {
    padding-left: 12px;
  }
  .navigation_sectors li .sub_menu_sector li a h3 {
    padding-left: 0px;
    font-size: 20px;
  }
  .navigation_sectors > li > a h1 {
    font-size: 28px;
  }
  .hide_mob {
    display: none !important;
  }
  .title_cover {
    font-size: 44px;
    line-height: 44px;
  }
  .bg_cover {
    object-fit: cover;
  }
  .container_70 {
    width: 92%;
  }
  .container_65 {
    width: 90%;
  }
  .team_carousel .owl-dots {
    display: none;
  }
  .gallery_sector .owl-dots {
    display: none;
  }
  .col_1 .pos_abs {
    position: relative;
    margin-bottom: 32px;
  }
  .pad_mobile {
    padding: 0 16px !important;
  }
  .big_title:first {
    margin-bottom: 64px;
  }
  .big_title:first-child {
    margin-top: 5vh;
  }
  .big_title {
    font-size: 32px !important;
  }
  .w_links li a {
    font-size: 28px;
    line-height: 110%;
  }
  .bg_img2 {
    width: 85%;
  }
  .bg_img2 img {
    height: 84px;
  }
  .section_bg .txt_mobile {
    position: absolute;
    bottom: 100px;
  }
  order_mobile {
    order: 1;
  }
  .col_1 .pos_abs p {
    padding: 0 10px;
  }
  .col_1 {
    padding-left: 16px;
  }
  .text_1 {
    font-size: 28px;
    line-height: 116%;
  }
  .pad_1 {
    padding: 80px 0;
  }
  .container_55 {
    width: 100%;
    margin: 0 auto;
  }
  .title_404 {
    font-size: 48px;
    line-height: 100%;
  }
  .container_98 {
    width: 95%;
  }
  .update_privacy {
    margin-bottom: 32px;
  }
  .mt_70vh {
    margin-top: 75vh !important;
  }
  .pad_62 {
    padding: 20px 0px !important;
  }
  .container_right {
    width: 100%;
    float: left;
  }
  .navigation_sectors > li > a h1 {
    padding: 40px 15px;
  }
  .card_sectors:hover {
    max-height: 80px;
  }
  .globNav.black_nav .fluid-container .btn_menu {
    color: #141414;
    padding: 8px 0;
  }
  .globNav.black_nav .fluid-container .btn_menu {
    color: #141414;
    padding: 8px 0;
  }
  .globNav.black_nav .fluid-container .btn_menu .txt_menu {
    color: #141414 !important;
    font-size: 12px;
  }
  .globNav.black_nav .fluid-container .btn_menu .icon .burger::before,
  .globNav.black_nav .fluid-container .btn_menu .icon .burger::after {
    background: #fff;
  }
  .card_sectors {
    max-height: 80px;
  }
  .text_block .bold_p p {
    max-width: 100%;
  }
  .section1_sec img {
    max-width: 100%;
    margin-bottom: 32px;
  }
  .col1_contact {
    padding-right: 15px !important;
  }
  .imp_news {
    margin-top: 32px;
    margin-bottom: 8px;
  }
  .cover_news .img_responsive {
    width: auto;
    max-width: 100%;
    min-height: 60vh;
    object-fit: cover;
  }
  .title_cover_news {
    font-size: 28px;
    line-height: 110%;
  }
  .imp_news span {
    font-size: 12px;
    line-height: 110%;
  }
  .col_bigp p {
    max-width: 100%;
    font-size: 20px;
    line-height: 116%;
  }
  .row_colnews {
    padding: 0;
  }
  .block_form-contact h6 {
    font-size: 28px;
    line-height: 110%;
    margin-top: 0px !important;
  }
  .col_contact {
    width: 100% !important;
    padding: 0 28px !important;
  }
  .section_workus p {
    width: 95%;
    max-width: 95%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    padding-left: 0px;
  }
  .col-right_work {
    padding: 0 16px !important;
  }
  .write_us_c {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 110%;
    padding-left: 0px !important;
  }
  .padn-desc_mobile {
    padding: 0 16px !important;
  }
  .adresse_press ul {
    margin-top: 16px;
  }
  .adresse_press:last-child {
    margin-top: 32px;
  }
  .modal_cookies .content_foo_cookies {
    display: block;
  }
  .modal_cookies .content_foo_cookies a {
    float: left;
    margin-top: 16px;
  }
  .modal_cookies .modal-dialog {
    margin: 5vh auto;
  }
  .modal_cookies .modal-dialog {
    min-width: 90vw;
  }
  .modal_cookies .title_cookies {
    font-size: 40px;
  }
  .gallery_sector .owl-stage {
    margin-bottom: 100px;
  }
  .owl-nav {
    top: auto;
    bottom: -45px;
    left: 0;
    right: auto;
  }
}

.owl-carousel {
  touch-action: manipulation;
}

.bg_video-menu {
  position: absolute;
  right: 5vw;
  width: 50%;
  top: 20vh;
  height: 72vh;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  transform: translateY(20px);
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.bg_video-menu img {
  width: 100%;
  min-height: 100%;
  transform: scale(1);
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.event_list {
  z-index: 4;
  width: 100%;
  overflow: hidden;
}

.event_list .event_link {
  display: flex;
  padding-left: 10vw;
  position: relative;
}

.event_list .event_link a {
  width: 100%;
  display: block;
  position: relative;
}

.event_list .event_link a:hover {
  text-decoration: none;
}

.event_list .event_link .icon_list {
  transition: 1s ease;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: -4vw;
}

.event_list .event_link:hover .icon_list {
  opacity: 1;
}

.event_list .event_link .arrow_link_event {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 1s ease;
  opacity: 0;
  transform: translateX(-20px);
}

.event_list .event_link:hover .arrow_link_event {
  opacity: 1;
  transform: translateX(0px);
}

.event_list .row_event {
  display: flex;
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 16px 0;
  opacity: 0.5;
  transition: 1s ease;
}

/* .event_link:not(:first-child):not(:last-child) .row_event {
    border-top: 1px solid #fff;
}

.event_link:first-child .row_event {
    border-top: 1px solid #fff;
}

.event_link:last-child .row_event {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
} */

.event_list .row_event:hover {
  opacity: 1;
}

.event_list .row_event .col_date_event {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 100;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
}

.event_list .row_event .col_name_event {
  font-family: ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #ffffff;
}

.event_list .row_event .col_detail_event {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.event_list .row_event .col_detail_event p {
  max-width: 40%;
  margin-bottom: 0;
}

.event_list .row_event .col_date_event .line_split .words .word {
  display: block;
}

.event_list .row_event .line_split {
  justify-content: flex-start;
}

.bg_img_event {
  position: absolute;
  top: 16vh;
  right: 8%;
  width: 350px;
  height: 415px;
  overflow: hidden;
  z-index: 3;
  transform: translateY(30px);
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.bg_img_event img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.opacity_1 {
  z-index: 1;
  opacity: 1 !important;
  transform: translateY(10px);
}

.opacity_1 .page img {
  transform: scale(1.2);
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.page video {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.clip_path {
  z-index: 1;
  opacity: 1 !important;
  transform: translateY(0px);
}

.page_event img {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.clip_path img {
  transform: scale(1.2);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.page_event {
  position: absolute;
  width: 100%;
  height: 100%;
  /* visibility: hidden; */
  opacity: 0;
  z-index: -1;
}

.page_event video {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}

@media (max-width: 360px) {
  .mt-15vh {
    margin-top: 15vh !important;
  }
  .title_cover_mobile {
    margin-top: 15vh !important;
  }
  .title_cover {
    font-size: 34px;
    line-height: 38px;
  }
  .cover_other_txt {
    font-size: 16px;
    line-height: 110%;
  }
  .team_slide .post-title {
    font-size: 16px;
  }
  .team_slide .post-description {
    font-size: 13px;
  }
  .big_title {
    font-size: 38px;
  }
}

.bg-words {
  position: fixed;
  right: 0;
  top: 5rem;
  z-index: -1;
  font-size: 8rem;
  white-space: nowrap;
}

.bg-words--static {
  position: static;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  /* image-rendering:optimizeSpeed;            
        image-rendering:-moz-crisp-edges;       
        image-rendering:-o-crisp-edges;           
        image-rendering:-webkit-optimize-contrast; 
        image-rendering:optimize-contrast;         
        image-rendering:crisp-edges;               
        image-rendering:pixelated;                
        -ms-interpolation-mode:nearest-neighbor;    */
}

/************************* new css *********************/

.w_links {
  width: auto;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}

.w_links .list__item {
  margin-bottom: 15px;
}

.w_links .list__item img {
  display: none;
}

.w_links .list__item:last-child {
  margin-bottom: 0px;
}

.w_links .list__item a {
  text-decoration: none;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}

#list-content {
  position: relative;
}

#list-content li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
  transition: 0.8s ease;
}

#list-content li.show {
  transition: 0.8s ease;
  opacity: 1;
}

.changebg {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  /* transition: 0.5s ease-in-out; */
  animation: myfadeIn 1s;
  background-size: 100% 100%;
  /* width: 100%;
        height: 100%;
        min-height: 100vh;
        animation: myfadeIn 1s;
        background-size: auto 100%;
        object-fit: cover; */
}

@media (max-width: 767px) {
  .changebg {
    background-size: auto 100%;
    object-fit: cover;
  }
}

.block_cover-news {
  cursor: pointer;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.block_cover-news:hover {
  text-decoration: none;
}

.block_cover-news,
.cover_news .image-cover_news img,
.content_cover_news {
  transition: all 1s ease;
}

.image-cover_news {
  width: 100%;
  overflow: hidden;
}

.cover_news {
  overflow: hidden;
}

.content_cover_news h5 {
  display: block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1em), #141414 1em);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  transition: background-size 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.block_cover-news:hover .cover_news .image-cover_news img {
  object-fit: cover;
  transform: scale(1.1);
}

.block_cover-news:hover .content_cover_news h5 {
  color: #141414;
  background-size: 100% 2px;
}

.imp_news {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 115%;
  color: #141414;
}

.img_sectors {
  max-height: 330px;
  min-height: 330px;
}

.img_resp_sectors {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.overlay_black_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}

.image {
  object-fit: cover;
  transform: scale(1.8);
  animation: scaleImage 2.5s ease-out forwards;
}

.imagescale1 {
  object-fit: cover;
  transform: scale(1);
  animation: scaleImage 2.5s ease-out forwards;
}

.scale-bg {
  transform: scale(1.3);
}

@media (max-width: 767px) {
  .cover_newsrow {
    margin-bottom: 32px;
  }
}

select.nice-select {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  text-decoration: none;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  color: #fff;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  min-width: 50px;
  margin: auto;
}

.nice-select:hover {
  border-color: none;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: none;
}

.nice-select:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #e7ecf2;
  color: #90a1b5;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cdd5de;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;.nice-select:after
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small a {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  border-radius: 0px;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select a {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0.1);
}

.nice-select a.selected {
  display: none;
}

.nice-select a:hover,
.nice-select a.focus,
.nice-select a.selected.focus {
  background: transparent;
  color: #fff;
}

.nice-select a.selected {
  font-weight: normal;
}

.nice-select a.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.max_30 {
  max-width: 30vw;
}

.text_ure {
  position: absolute;
  top: 90px;
  right: 8%;
  z-index: 1;
  width: 40%;
  max-height: 550px;
  overflow: hidden;
}

.video_right .playpause svg {
  position: relative;
  left: 35%;
  top: 30%;
}

@media (min-width: 1650px) {
  .text_ure {
    position: absolute;
    top: 110px;
    right: 15%;
    z-index: 1;
    width: 40%;
    max-height: 550px;
    overflow: hidden;
  }
  .block_video {
    top: 70px;
    right: 50px;
  }
  .video_news {
    top: 0;
    right: 0;
  }
}

.block-top {
  position: relative;
  top: -17vh;
}

p .bold_p {
  font-weight: 600;
}

.pSection {
  padding-bottom: 200px;
}

.img_about {
  position: absolute;
  bottom: 17vh;
  right: 16px;
  max-width: 328px;
}

.img_about img {
  width: 100%;
}

@import "https://fonts.googleapis.com/css?family=Economica";
html,
body {
  margin: 0;
  max-width: 100%;
  height: 100%;
}

.container_flexgrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background: #f2f2f2;
  border-bottom: 1px solid #fff;
}

.container_flexgrow:hover > .section_grow:hover .overlay_black2 {
  background: rgba(0, 0, 0, 0.7);
}

.container_flexgrow:hover > .section_grow:hover {
  filter: brightness(100%);
}

.container_flexgrow .section_grow {
  flex-grow: 1;
  position: relative;
  height: 100%;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #fff;
}

.block_btn_card {
  overflow: hidden;
  width: 100%;
  position: relative;
  top: -10vh;
}

.block_btn_card .col_btn {
  float: none;
  margin: auto;
  transition-duration: 0.8s;
  transition-delay: 0.8s;
  opacity: 0 !important;
}

.container_flexgrow .section_grow:last-child {
  border-right: 0px;
}

.container_flexgrow .section_grow .cont_title {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 40vh;
}

.container_flexgrow .section_grow .cont_title h1 {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin: 0;
  position: relative;
  /* transition: font-size 1s; */
  vertical-align: middle;
}

.container_flexgrow .section_grow .cont_title h1.big_txt {
  font-size: 56px !important;
  line-height: 56px !important;
  display: block;
  overflow: hidden;
  transition: 1s ease;
}

.container_flexgrow .section_grow .cont_title h1.small_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.container_flexgrow .section_grow .cont_title h1.big_txt .line_split .words {
  opacity: 0;
}

.container_flexgrow .section_grow .cont_desc p .line_split .words {
  opacity: 0;
}

.container_flexgrow .section_grow div .number_card {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  display: block;
  z-index: 4;
  top: -6vh;
  transition: 1s ease;
}

.container_flexgrow .section_grow div .number_card:hover {
  text-decoration: none;
}

.container_flexgrow .section_grow div .number_card .line_split .words {
  opacity: 0;
}

.container_flexgrow .section_grow .cont_title h3 {
  text-transform: uppercase;
  font-family: "Economica", sans-serif;
  font-size: 1.3vw;
  transition: all 1s;
  color: white;
  letter-spacing: 3px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

.container_flexgrow .section_grow .cont_desc {
  position: relative;
  display: block;
  text-align: center;
  /* width: 80%;
    height: auto;
    margin: auto; */
  padding: 0 35px;
  top: -13vh;
}

.container_flexgrow .section_grow .logo_sec {
  position: absolute;
  top: 18vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s, transform 1s, padding-top 0.9s;
}

.container_flexgrow .section_grow .cont_desc p {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  transition: 1s ease;
  opacity: 0.7;
}

.container_flexgrow .section_grow:hover {
  flex-grow: 2.5;
  transition: flex 1s;
}

.container_flexgrow:hover .section_grow:hover .cont_title h1 {
  top: -40px;
}

.container_flexgrow .section_grow:hover > .cont_title h3 {
  font-size: 1.6vw;
  transition: all 0.4s;
}

.container_flexgrow .section_grow:hover .logo_sec {
  opacity: 1;
  z-index: 2;
  transform: scale(1);
  transition: opacity 1s, padding-top 1s, transform 1s;
  transition-delay: 0s, 0.1s, 0s;
}

.container_flexgrow .section_grow:hover .block_btn_card .col_btn {
  opacity: 1 !important;
}

.container_flexgrow .section_grow .bg_sec {
  position: absolute;
  top: 0;
  transform: scale(1.3);
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  opacity: 0;
  /* transition: transform 1s 1s ease; */
}

.white_title {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
*/

@media (max-width: 767px) {

  .container_flexgrow .section_grow  {
     max-height: 100%;
     padding: 50px 30px;
     gap: 20px;
  }

  .container_flexgrow .section_grow .logo_sec {
     top: 0 !important;
  }
  
  .container_flexgrow .section_grow .cont_title h1.small_txt {

     display: none !important;
  }

  .container_flexgrow .section_grow .logo_sec {
     position: relative;
     opacity: 1;
  }

  .container_flexgrow .section_grow .cont_desc p .line_split .words,
  .container_flexgrow .section_grow .cont_title h1.big_txt .line_split .words,
  .block_btn_card .col_btn {
    opacity: 1 !important;;
  }

  .container_flexgrow .section_grow .cont_title h1.big_txt {

     top: 0 !important;
  }

  
}

@media (max-width: 950px) {
  .white_title {
    margin: 0;
    font-size: 50px;
    line-height: 50px;
  }
}

.white_title .line .word {
  color: #ffffff !important;
}

.white_title .line .word:first-child {
  font-family: ogg_lighti;
}

.white_title .line .word .char {
  text-transform: lowercase !important;
}

.white_title .line .word .char:first-child {
  text-transform: uppercase !important;
}

.btn_mobile {
  display: none;
}

.pb_80 {
  padding-bottom: 80px;
}

.col_links_foo {
  position: relative;
  display: block;
  padding: 40px 0;
  margin-bottom: 40px;
}

.col_links_foo .row_links_foo {
  display: flex;
  justify-content: space-between;
}

.col_links_foo .row_links_foo a {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #ffffff;
  transition: all 1s ease;
  overflow: hidden;
}

.col_links_foo .progress_foo:first-of-type {
  position: absolute;
  top: 0;
}

.col_links_foo .progress_foo {
  opacity: 0.2;
}

.row_top_foo {
  padding-bottom: 40px;
}

/* .content_cover .text_cover.split_cover .line:nth-child(1) */

.cover_group {
  margin-top: 60px;
}

.content_cover .text_cover.split_cover.cover_group .line:nth-child(1) {
  /* .cover_group .line:nth-child(1) { */
  text-align: left !important;
}

.content_cover .text_cover.split_cover.gold_child {
  font-family: ogg_lighti !important;
  text-transform: none !important;
  color: #f28705 !important;
  font-size: 100px !important;
  line-height: 100px;
  line-height: 140px;
  margin-right: 20px;
}

.content_cover .thegroup_title .text_cover.split_cover.gold_child {
  font-family: ogg_lighti !important;
  text-transform: none !important;
  color: #f28705 !important;
  font-size: 100px !important;
  line-height: 100px;
  line-height: 140px;
  margin-right: 20px;
  text-transform: lowercase !important;
}

.title_cover_col {
  display: flex;
}

.big_text_group {
  font-family: ogg_light;
  font-style: normal;
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  color: #a6035d;
}

.big_text_group:not(.big_text_group--no-uppercase) {
  text-transform: uppercase;
}

.big_text_group:last-child {
  margin-bottom: 64px;
}

.pt_100 {
  padding-top: 32px;
}

.pt_100p {
  padding-top: 100px;
}

.pt_20vh {
  padding-top: 20vh;
}

.pt_30vh {
  padding-top: 30vh;
}

.pt_40vh {
  padding-top: 40vh;
}

.pt_190 {
  padding-top: 190px;
}

.mt_8vh {
  margin-top: 8vh;
}

.img_100 {
  width: 100%;
}

.description_about {
  padding-left: 20%;
}

.description_about p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  opacity: 0.7;
}

.content_concept {
  padding-top: 170px;
  max-width: 80%;
  float: left;
}

.content_concept h6 {
  font-family: ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 56px;
  color: #a6035d;
  text-transform: capitalize;
  margin-bottom: 48px;
}

.content_concept p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  opacity: 0.7;
}

.pb_100 {
  padding-bottom: 100px;
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-top: 130px;
  padding-bottom: 0;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-image: linear-gradient(#6741ff, #ff4196, #ff553f);
}

.timeline li {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  text-align: right;
  transition: 0.3s;
}

.timeline .item_story .content_item_story {
  display: flex;
}

.timeline .item_story:nth-child(even) .content_item_story {
  flex-direction: row-reverse;
}

.timeline h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.timeline p {
  font-size: 20px;
  line-height: 28px;
}

.timeline li:nth-child(2n) {
  align-self: flex-end;
  text-align: left;
  /* transform: translateX(10%); */
}

.timeline li.visible {
  opacity: 1;
  transform: translateX(0);
}

.timeline .item_story:nth-child(even) .content_item_story {
  flex-direction: row-reverse;
}

.timeline
  .item_story:nth-child(odd)
  .content_item_story
  .col_description
  .txt_item_story
  p {
  max-width: 90%;
  float: right;
  background: #fff;
}

.timeline
  .item_story:nth-child(even)
  .content_item_story
  .col_description
  .txt_item_story
  p {
  max-width: 90%;
  float: left;
  background: #fff;
}

.timeline li:not(:last-child) .col_description {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.timeline li:last-child .col_description {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.timeline li:last-child .col_description .txt_item_story {
  padding-bottom: 40px;
  top: 25px;
}

.timeline .item_story .content_item_story .col_description h3 {
  padding-top: 24px;
  font-family: ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #a6035d;
  margin: 0;
}

.timeline .item_story .content_item_story .col_description p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
}

.timeline .item_story .content_item_story .txt_item_story {
  position: relative;
  top: 10vh;
}

.timeline .item_story:nth-child(odd) .content_item_story .txt_item_story {
  position: relative;
  right: -5px;
  margin: 0px;
  background: #fff;
}

.timeline .item_story:nth-child(even) .content_item_story .txt_item_story {
  position: relative;
  left: -5px;
  margin: 0px;
  background: #fff;
}

.col_img {
  width: 50%;
}

.col_img img {
  max-width: 100%;
  margin: auto;
}

.titles_story {
  text-align: center;
}

.titles_story h3 {
  font-family: ogg_light;
  margin: 48px 0 8px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  text-align: center;
  text-transform: uppercase;
  color: #a6035d;
  margin: 48px 0 8px 0;
}

.titles_story h6 {
  font-family: ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #a6035d;
  margin-bottom: 62px;
}

.star_story {
  width: 100%;
  text-align: center;
}

.white_title_slide {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: 300;
  font-size: 86px;
  line-height: 86px;
  text-transform: uppercase;
  color: #ffffff;
}

.logo_awards {
  position: relative;
  height: 45vh;
  vertical-align: middle;
  justify-content: center;
}

@media (max-width: 1100px) {
  .logo_awards {
    height: 20vh;
  }
}

.logo_awards img {
  max-height: 100%;
  max-width: 75%;
  width: auto !important;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bold_txt_card {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 24px;
}

@media (max-width: 950px) {
  .bold_txt_card {
    font-size: 12px;
    line-height: 20px;
  }
}

.title_awards .white_title_slide:nth-child(2) .line .word:nth-child(1),
.title_awards .white_title_slide:nth-child(2) .line .word:nth-child(2) {
  font-family: Ogg_lighti;
  color: #f28705;
  text-transform: lowercase;
  font-size: 55px;
  line-height: 60px;
}

.mobile_title {
  display: none;
}

.mobile_title .big_title .line:nth-child(1) .word:nth-child(2),
.mobile_title .big_title .line:nth-child(1) .word:nth-child(3) {
  color: #f28705;
  text-transform: lowercase;
  font-family: ogg_lighti !important;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.reveal_left {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.reveal_right {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 500px;
  overflow: hidden;
}

.container_img_story {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.title_page h1 .line {
  text-align: center !important;
}

.title_page h1 {
  font-weight: 300;
  font-size: 150px;
  line-height: 150px;
}

.title_media h1 {
  margin: 0px;
}

.title_media h1:first-child {
  position: relative;
  bottom: -10px;
}

.title_page
  h1:first-child:not(.title_contact):not(.press_title):not(.title_news)
  .line:first-child {
  color: #f28705;
  text-transform: lowercase;
  font-family: ogg_lighti !important;
  font-size: 96px;
  line-height: 96px;
}

.title_page
  h1:first-child:not(.title_contact):not(.press_title):not(.title_news):not(.title_carrer)
  .line:first-child
  .word
  .char:first-child {
  text-transform: uppercase;
}

.title_page.title_media
  h1:first-child:not(.title_contact):not(.press_title):not(.title_news)
  .line:first-child
  .word
  .char:first-child {
  text-transform: lowercase;
}

.title_page.title_media
  h1:first-child:not(.title_contact):not(.press_title):not(.title_news) {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
}

/* .title_page h1:not(.title_contact):nth-child(1):not(.press_title):not(.title_carrer) .line:nth-child(1) .word:nth-child(1) .char:nth-child(1) {
    font-size: 145px!important;
} */

.title_page h1:not(:first-child) .line {
  font-family: ogg_light !important;
  color: #000 !important;
  font-weight: 300;
  font-size: 150px;
  line-height: 150px;
}

.item_experience {
  position: relative;
}

.item_experience h3 {
  font-family: ogg_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 56px;
  color: #a6035d;
  text-align: center;
  text-transform: capitalize;
  margin: 32px 0 24px 0;
}

.item_experience p {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #a6035d;
  opacity: 0.7;
  margin-bottom: 24px;
}

.item_experience .reveal {
  max-height: 80vh;
  overflow: hidden;
}

.item_experience:nth-child(2n) {
  top: 70px;
}

.item_experience:last-child {
  margin-bottom: 70px;
}

.item_news {
  position: relative;
}

.item_news .date_event {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  color: #a6035d;
  text-align: left;
  text-transform: capitalize;
  margin: 24px 0 0 0;
  letter-spacing: 0.2em;
}

.item_news h3 {
  font-family: ogg_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #a6035d;
  text-align: left;
  text-transform: capitalize;
  margin: 15px 0 22px 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.item_news p {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: #a6035d;
  opacity: 0.7;
  margin-bottom: 32px;
}

.item_news .reveal {
  max-height: 80vh;
  overflow: hidden;
}

.item_news .btn_card {
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.item_news .btn_card .btn_section {
  background: transparent;
  /* color: #f28705; */
  padding: 0px;
}

.item_news .btn_card .btn_section .text_btn {
  margin: 0px;
}

.item_news:hover .btn_card {
  opacity: 1;
}

.item_news:hover h3 {
  background: linear-gradient(
    269.04deg,
    #ff553f 0.45%,
    #ff4196 47.63%,
    #6741ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item_news {
  margin-bottom: 70px;
}

.item_news .card_news {
  position: relative;
  overflow: hidden;
}

.item_affiliation {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}

.item_affiliation:nth-last-child(-n + 3) {
  margin-bottom: 0px;
}


.item_press {
  position: relative;
}

.item_press .date_event {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  color: #a6035d;
  text-align: left;
  text-transform: capitalize;
  margin: 12px 0 0 0;
  opacity: 0.5;
}

.item_press h3 {
  font-family: ogg_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #a6035d;
  text-align: left;
  text-transform: capitalize;
  margin: 8px 0 6px 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.item_press p {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: #a6035d;
  opacity: 0.7;
  margin-bottom: 32px;
}

.item_press .reveal {
  max-height: 310px;
  min-height: 310px;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_press h3 {
  transition: all 2s ease;
}
.item_press:hover h3 {
  background: linear-gradient(
    269.04deg,
    #ff553f 0.45%,
    #ff4196 47.63%,
    #6741ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item_press {
  margin-bottom: 70px;
}

.item_press a:hover {
  text-decoration: none;
}

.item_press .card_news {
  position: relative;
  overflow: hidden;
}

.item_press:nth-last-child(-n + 3) {
  margin-bottom: 0px;
}

.item_press .reveal.animating .image-wrap img {
  transform: scale(1) !important;
  transition: 1s ease-out;
  max-width: 80%;
  margin: auto;
}

.item_press:hover .reveal.animating .image-wrap img {
  transform: scale(1.05) !important;
}



.card_affiliation {
  position: relative;
  overflow: hidden;
  max-height: 310px;
}

.item_affiliation .reveal {
  max-height: 310px;
  min-height: 310px;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_affiliation {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}

.overlay_card {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  z-index: 8;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr 2fr 1fr;
  background: #145775;
  color: #fff;
  opacity: 0;
  transform: translateY(100%);
  padding: 60px 32px 40px 32px;
  transition: all 0.5s;
  text-align: center;
}

.head h5 {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  text-align: center;
  transform: translateY(40px);
  transition: all 0.7s;
  margin-bottom: 24px;
}

.description_cardaf p {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.card_affiliation .logo_affiliation {
  max-width: 90%;
  margin: auto;
}

.card_affiliation:hover .logo_affiliation {
  transform: scale(1.05);
}

.card_affiliation:hover .overlay_card {
  transform: translateY(00%);
  opacity: 1;
}

.card_affiliation:hover .overlay_card .head h5 {
  transform: translateY(0px);
}

.card_affiliation:hover .overlay_card .description_cardaf p {
  transform: translateY(0px);
  transition-delay: 0.2s;
  opacity: 1;
}

.item_news .card_news .badge_news {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #145775;
  padding: 8px 16px;
  margin: 0px !important;
}

.item_news:nth-last-child(-n + 3) {
  margin-bottom: 0px;
}

.item_news .reveal.animating .image-wrap img {
  transform: scale(1) !important;
  transition: 2s ease-out;
}

.item_news:hover .reveal.animating .image-wrap img {
  transform: scale(1.1) !important;
}

.item_press {
  position: relative;
}

.item_press .date_event {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  color: #a6035d;
  text-align: left;
  text-transform: capitalize;
  margin: 12px 0 0 0;
  opacity: 0.5;
}

.item_press h3 {
  font-family: ogg_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #a6035d;
  text-align: left;
  text-transform: capitalize;
  margin: 8px 0 6px 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.item_press p {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: #a6035d;
  opacity: 0.7;
  margin-bottom: 32px;
}

.item_press .reveal {
  max-height: 310px;
  min-height: 310px;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_press:hover h3 {
  color: #f28705;
}

.item_press {
  margin-bottom: 70px;
}

.item_press a:hover {
  text-decoration: none;
}

.item_press .card_news {
  position: relative;
  overflow: hidden;
}

.item_press:nth-last-child(-n + 3) {
  margin-bottom: 0px;
}

.item_press .reveal.animating .image-wrap img {
  transform: scale(1) !important;
  transition: 1s ease-out;
  max-width: 80%;
  margin: auto;
}

.item_press:hover .reveal.animating .image-wrap img {
  transform: scale(1.05) !important;
}

.section_experience {
  margin-top: 20vh;
}

.mt_5vh {
  margin-top: 5vh !important;
}

.mt_15vh {
  margin-top: 15vh !important;
}

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

.mb_90 {
  margin-bottom: 90px !important;
}

.big_title_exp:nth-child(2) .line:nth-child(1) .word:nth-child(1),
.big_title_exp:nth-child(2) .line:nth-child(1) .word:nth-child(2) {
  font-family: ogg_lighti !important;
  text-transform: lowercase !important;
  color: #f28705 !important;
  font-size: 100px !important;
  line-height: 100px;
  line-height: 70px;
}

.details_restaurant {
  padding-left: 13%;
}

.big_title_exp {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  text-transform: none;
}

.horaire_restaurant .title_hor {
  margin: 32px 0 2px 0;
  font-family: EuclidCircular_semibold;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
}

.horaire_restaurant .row_hor {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
}

.horaire_restaurant .row_hor label:first-child {
  margin-left: 0px !important;
}

.horaire_restaurant .row_hor label {
  margin-bottom: 0px;
  margin-left: 32px;
}

.foo_details {
  margin-top: 32px;
}

    .foo_details h6 {
        font-family: ogg_regular;
        font-style: normal;
        font-weight: normal;
        font-size: 34px;
        line-height: 40px;
        color: #a6035d;
        opacity: 0.7;
        margin-bottom: 8vh;
    }

.foo_details ul li {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  opacity: 0.7;
}

.mb_80 {
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .content_cover .text_cover.split_cover.gold_child {
    font-size: 75px !important;
    line-height: 120px;
  }
  .big_text_group {
    font-size: 59px;
    line-height: 50px;
  }
  .content_concept {
    padding-top: 70px;
    padding-left: 40px;
    max-width: 100%;
    float: left;
  }
  .bg_light .cercle_e1 {
    top: -8vh;
    right: -10vw;
    width: 75%;
  }
  .bg_light .cercle_e2 {
    top: 35vh;
    left: 0;
    width: 75%;
  }
  .title_page h1:not(:first-child) .line {
    font-size: 105px;
    line-height: 105px;
  }
  .pt_40vh {
    padding-top: 5vh;
  }
  .item_experience h3 {
    font-size: 33px;
    line-height: 40px;
  }
  .section_experience {
    margin-top: 10vh;
  }
  .content_concept h6 {
    margin-bottom: 20px;
  }
}

@media (max-width: 950px) {
  .pt_190 {
    padding-top: 80px;
  }
  .pt_100p {
    padding-top: 60px;
  }
  .description_about p,
  .content_concept p {
    font-family: EuclidCircular_regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #a6035d;
    opacity: 0.7;
  }
  .description_about {
    padding-left: 12%;
  }
  .content_concept {
    max-width: 100%;
  }
  .pb_100 {
    padding-bottom: 50px;
  }
  .container_flexgrow {
    flex-direction: column;
    margin: auto;
    height: auto;
  }
  .container_flexgrow .section_grow {
    overflow: hidden;
    transition: max-height 1s;
    margin-bottom: 8px;
    width: 90%;
  }
  .container_flexgrow .section_grow .cont_title {
    margin-top: 0;
  }
 
  .container_flexgrow .section_grow .cont_title {
    margin: 0;
    margin-top: 2vh;
  }
  .container_flexgrow .section_grow .cont_title h1.big_txt {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .container_flexgrow .section_grow .cont_desc {
    top: 0 !important;
  }
  .block_btn_card {
    top: 0 !important;
  }
  .container_flexgrow .section_grow:hover {
    /* min-height: 600px; */
    /* max-height: 600px; */
  }
  .container_flexgrow .section_grow .cont_desc {
    margin: 0;
  }
  .container_flexgrow .section_grow .cont_title h1.small_txt {
    top: 7vh;
  }
  .white_title_slide {
    font-size: 50px;
    line-height: 45px;
  }
  .container_flexgrow .section_grow div .number_card {
    top: 5vh;
  }
  .gallery_sector .owl-stage {
    margin-top: 15vh;
  }
  .title_page h1:not(:first-child) .line {
    font-size: 75px;
    line-height: 70px;
  }
  .title_page h1:first-child .line:first-child {
    font-size: 60px;
    line-height: 60px;
  }
  .pt_40vh {
    padding-top: 10vh;
  }
  .section_experience {
    margin-top: 8vh;
  }
  .item_experience h3 {
    font-size: 32px;
    line-height: 36px;
    margin: 16px 0 10px 0;
  }
  .item_experience p {
    font-size: 12px;
    line-height: 16px;
  }
  .custom-menu .menu-container .big_menu li {
    font-size: 30px;
    line-height: 45px;
  }
  
  .content_cover .text_cover {
    font-size: 35px!important;
  }

  .cover_title_inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  
  .custom-menu .menu-container .big_menu li {

     font-size: 25px;
     text-align: left;
  }
  
}

@media (min-width: 1441px) {
  .swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 90vh;
  }
}

.row_foo_swip .btn_swip {
  margin-top: 20px;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 90vh;
}

@media (max-width: 1550px) {
  .swiper-container.swiper_gallery {
    min-height: 60vh;
  }
}

.h_100 {
  min-height: 100vh;
  position: relative;
}

.container_black_contact {
  width: 80%;
  height: 70vh;
  margin: auto;
  position: relative;
  overflow: hidden;
  transition: all 1s ease;
}

.container_black_contact .reveal,
.container_black_contact .reveal .image-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container_black_contact img {
  height: 100%;
  width: auto;
  object-fit: cover;
  transition: all 1s ease;
}

.container_black_contact:hover
  .container_black_contact
  .reveal
  .image-wrap
  img {
  transform: scale(1.2);
}

.left_black {
  min-height: 90vh;
  background: #a6035d;
  display: flex;
  align-items: center;
}

.right_black {
  min-height: 90vh;
  background: #145775;
  display: flex;
  align-items: center;
}

.right_black .stars {
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.right_black .big_title {
  font-size: 54px;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  color: #ffffff;
  padding: 0 80px;
  margin: auto;
}

@media (max-width: 990px) {
  .right_black .big_title {
    padding: 0;
  }
}

.right_black .big_title:nth-child(1) .line:nth-child(1) .word:nth-child(3) .char,
.right_black .big_title:nth-child(1) .line:nth-child(1) .word:nth-child(4) .char {
  font-family: ogg_lighti !important;
  text-transform: lowercase !important;
  /* color: #f28705 !important; */

  /* background: linear-gradient( 269.04deg, #ff553f 0.45%, #ff4196 47.63%, #6741ff 100% );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.right_black .big_title:nth-child(2) .line:nth-child(1) .word:nth-child(1) .char,
.right_black .big_title:nth-child(2) .line:nth-child(1) .word:nth-child(2) .char {
  font-family: ogg_lighti !important;
  text-transform: lowercase !important;
  /* color: #f28705 !important; */

  /* background: linear-gradient( 269.04deg, #ff553f 0.45%, #ff4196 47.63%, #6741ff 100% );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
}

/* .right_black .big_title .line:nth-child(1) .word:nth-child(5),
.right_black .big_title .line:nth-child(1) .word:nth-child(6) {
    font-family: ogg_lighti !important;
    text-transform: lowercase !important;
    color: #f28705 !important;
} */

.right_black .gold_btn {
  float: none;
  margin: auto;
  margin-top: 64px;
}

.phone_contact {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 64px;
  width: 100%;
}

.section_white {
  background: #fff;
  padding: 96px 0 160px 0;
}

.section_white .title_se {
  color: #000;
  text-transform: none;
  margin-bottom: 8px;
}

.section_white .title_se,
.section_white p {
  padding-left: 7%;
}

.section_white .min_txt_instagram {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  padding-left: 8%;
  color: #a6035d;
}

.section_white .min_txt_instagram .hashtag {
  color: #f28705;
}

.section_white .owl-nav {
  top: -30%;
}

.section_white .title_se .line:nth-child(1) .word:nth-child(2) {
  font-family: ogg_lighti !important;
  text-transform: lowercase !important;
  color: #f28705 !important;
}

.img_experience {
  width: 100%;
  height: 0;
  padding-bottom: calc(520 / 431 * 100%);
  position: relative;
  overflow: hidden;
  transition: all 1s ease;
}

.img_experience img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}

.img_experience:hover img {
  transform: scale(1.2) !important;
}

.img_insta {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 1s ease;
}

.img_insta img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}

.img_insta:hover img {
  transform: scale(1.2);
}

.insta_slide {
  position: relative;
}

.insta_slide .icon_instagram {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 24px !important;
  height: 24px !important;
  z-index: 4;
}

.insta_slide .hashtag_instagram {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}

.instagram_carousel.owl-drag .owl-item {
  background: #fff;
  padding: 0px;
  position: relative;
  text-align: center;
}

.other_news .line {
  text-align: center;
}

.title_other_grow,
.other_news {
  font-family: ogg_light;
  font-style: normal;
  font-size: 56px !important;
  line-height: 56px !important;
  font-weight: 300;
  text-align: center;
  color: #a6035d;
  padding: 80px 0 64px 0;
  text-transform: none;
}

.container_flexgrow .container_swiper_experience {
  width: 100%;
  max-width: 100%;
  padding-left: 32px;
  margin: auto;
}

.npb {
  padding-bottom: 0px !important;
}

/* .title_other_grow .line .word:nth-child(2) {
  color: #f28705;
}

.other_news .line .word:nth-child(1) {
  color: #f28705;
} */

.section_other_grow .container_flexgrow {
  width: 98%;
  margin: auto;
}

.about_res .reveal,
.about_res .reveal .image-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.about_res .reveal .image-wrap,
.about_res .reveal .image-wrap img {
  transition: all 1s ease;
}

.about_res .reveal .image-wrap img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}

.about_res .reveal .image-wrap:hover img {
  transform: scale(1.2);
}

@media (max-width: 1550px) {
  /* .big_title_exp {
        font-size: 70px;
        line-height: 70px;
    } */
  .horaire_restaurant .title_hor {
    margin: 20px 0 2px 0;
  }
  .foo_details {
    margin-top: 22px;
  }
  .big_title_exp:nth-child(2) .line:nth-child(1) .word:nth-child(1),
  .big_title_exp:nth-child(2) .line:nth-child(1) .word:nth-child(2) {
    font-size: 70px !important;
  }
}

@media (max-width: 1410px) {
  .big_title_exp:nth-child(2) .line:nth-child(1) .word:nth-child(1),
  .big_title_exp:nth-child(2) .line:nth-child(1) .word:nth-child(2) {
    font-size: 75px !important;
  }
  .big_title_exp {
    font-size: 90px;
    line-height: 90px;
  }
  .right_black .big_title {
    font-size: 40px !important;
    line-height: 45px;
  }
  .content_cover .thegroup_title .text_cover.split_cover.gold_child {
    font-size: 80px !important;
    line-height: 114px;
  }
  .content_cover .text_cover.split_cover.gold_child {
    font-size: 77px !important;
    line-height: 100px;
  }
}

@media (max-width: 1390px) {
  .swiper-container {
    min-height: 75vh;
  }
}

@media (max-width: 1410px) {
  .big_title_exp {
    font-size: 86px;
    line-height: 86px;
  }
}

@media (max-width: 1260px) {
  .big_title_exp {
    font-size: 80px;
    line-height: 80px;
  }
  .content_cover .text_cover {
    font-size: 105px !important;
    line-height: 88px;
    max-width: 95%;
  }
  .right_black .big_title {
    font-size: 32px !important;
    line-height: 40px;
  }
}

@media (max-width: 1150px) {
  .swiper-container {
    min-height: 60vh;
  }
  .white_title_slide {
    font-size: 66px;
    line-height: 66px;
  }
  .big_title_exp:nth-child(2) .line:nth-child(1) .word:nth-child(1),
  .big_title_exp:nth-child(2) .line:nth-child(1) .word:nth-child(2) {
    font-size: 55px !important;
    line-height: 55px;
  }
  .big_title_exp {
    font-size: 72px !important;
    line-height: 72px;
  }
  .big_title_exp:first-child {
    margin-top: 0px !important;
  }
  .right_black .big_title {
    font-size: 28px !important;
    line-height: 34px;
  }
}

@media (max-width: 1056px) {
  .big_title_exp {
    font-size: 65px !important;
    line-height: 65px;
  }
}

@media (max-width: 1024px) {
  .title_page h1.title_news .line .word:nth-child(2) {
    font-size: 50px !important;
  }
  .pt_30vh {
    padding-top: 16vh;
  }
}

@media (max-width: 954px) {
  .swiper-container,
  .swiper-container.swiper_gallery {
    min-height: 40vh;
  }
  .content_cover .text_cover {
    font-size: 75px !important;
    line-height: 56px;
  }
  .white_title_slide {
    font-size: 48px !important;
    line-height: 55px !important;
  }
  .pt1_mobile {
    padding-top: 80px;
  }
  .section_white .owl-nav {
    top: auto;
    bottom: -50%;
    left: 0;
  }
  .section_white .owl-next {
    float: left;
  }
  .big_title_exp {
    padding-left: 20px;
  }
  .big_title_exp {
    font-size: 47px !important;
    line-height: 47px;
  }
  .big_title_exp:nth-child(2) .line:nth-child(1) .word:nth-child(1),
  .big_title_exp:nth-child(2) .line:nth-child(1) .word:nth-child(2) {
    font-size: 50px !important;
    line-height: 50px;
  }
  .section_white {
    padding: 70px 0 120px 0;
  }
  .mb_90 {
    margin-bottom: 40px !important;
  }
  .title_other_grow,
  .other_news {
    font-size: 46px !important;
    line-height: 46px !important;
    padding: 64px 0 36px 0;
  }
  .content_cover .text_cover.split_cover.gold_child,
  .content_cover .thegroup_title .text_cover.split_cover.gold_child {
    font-size: 60px !important;
    line-height: 80px;
  }
  .right_black .big_title {
    font-size: 28px !important;
    line-height: 32px;
  }
}

.pag_mobile {
  display: none;
}

.arrow-prev {
  margin-right: 8px;
}

.arrow-next {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .content_cover .text_cover {
    max-width: 80%;
  }
  .pag_desktop {
    display: none;
  }
  .pag_mobile {
    display: flex;
  }
  .swiper-container {
    min-height: 25vh;
  }
  .row_foo_swip .btn_swip {
    float: none !important;
    margin-top: 75px;
  }
  .row_foo_swip .pagination_swip {
    margin: auto;
  }
  .item_news .btn_card {
    display: none;
  }
  .logo_header {
    width: 120px !important;
  }
  .icon {
    width: 28px;
    margin-left: 0px;
  }
  .menu_head ul {
    padding: 30px 0;
  }
  .title_news {
    font-size: 50px !important;
    line-height: 50px !important;
    max-width: 70%;
    margin: auto;
  }
  .title_page h1.title_news .line .word:nth-child(2) {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .section_news {
    padding: 50px 15px 45px 15px;
  }
  .pt_30vh {
    padding-top: 20vh;
  }
  .item_news {
    margin-bottom: 8px;
  }
  .item_news:nth-last-child(-n + 3) {
    margin-bottom: 8px;
  }
}

.item_news:last-child {
  margin-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.swiper-slide-duplicate,
.swiper-slide {
  background-position: center center;
  background-size: cover;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}

.swiper-slide-duplicate .description,
.swiper-slide-duplicate .title,
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}

.swiper-slide-duplicate-active .description,
.swiper-slide-duplicate-active .title,
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}

.swiper-slide-duplicate-active .title,
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}

.swiper-slide-duplicate-active .description,
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.swiper-progress-bar {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  height: 2px;
  top: 20px;
}

.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 2px;
  background: rgba(199, 169, 135, 0.3);
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #f28705;
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}

.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}

.swiper-progress-bar.animate_swip .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  font-family: none;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
    width: 38px;
    height: 36px;
    background-image: url("../images/galarrow.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.icons_swiper .swiper-button-next {
  width: 64px !important;
  height: 64px !important;
}

.icons_swiper .swiper-button-prev {
  width: 64px !important;
  height: 64px !important;
}

.swiper-button-next {
  width: 38px;
  height: 36px;
  background-image: url("../images/galarrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -20px;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -20px;
  left: auto;
}

.content_swipper {
  position: relative;
  margin: 85px 0 100px 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 10px;
  left: 0;
  width: 100%;
}

.swip_img {
  width: 100%;
  height: auto;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pagination_swip {
  position: relative;
  max-width: 200px;
  top: 25px;
  padding: 0 25px;
}

.left_pag {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #a6035d;
}

.left_pag {
  position: absolute;
  left: 0;
}

.right_pag {
  position: absolute;
  right: 0;
}

.footer_swiper {
  display: flex;
  justify-content: space-around;
}

.title_page
  h1.title_news:nth-child(1)
  .line:nth-child(1)
  .word:nth-child(1)
  .char:nth-child(1) {
  font-size: inherit !important;
}

.title_page h1.title_news .line:first-child {
  color: #a6035d !important;
  font-family: ogg_light !important;
  text-transform: uppercase;
  font-size: inherit;
  line-height: inherit;
}

.title_page h1.title_news .line .word:nth-child(2) {
  color: #f28705 !important;
  text-transform: lowercase !important;
  font-family: ogg_lighti !important;
  font-size: 96px;
  line-height: 96px;
}

.filter_news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}

.filter_news li {
  display: block;
  margin-right: 58px;
  position: relative;
  text-align: center;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

@media (max-width: 950px) {
  .filter_news li {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pt_100p {
    padding-top: 0px;
  }
  .filter_news li {
    margin: 15px;
  }
  .filter_news li:first-child {
    margin-left: 0px;
  }
  .filter_news li.active .icon_link_news {
    display: none;
  }
  .title_page h1.title_news .line .word:nth-child(2) {
    color: #f28705 !important;
    text-transform: lowercase !important;
    font-family: ogg_lighti !important;
    font-size: 50px;
    line-height: 50px;
  }
  .title_page h1.title_news .line:nth-child(2) .word:nth-child(1) {
    color: #f28705 !important;
    text-transform: lowercase !important;
    font-family: ogg_lighti !important;
    font-size: 50px;
    line-height: 50px;
  }
}

.filter_news li:last-child {
  margin-right: 0px !important;
}

.filter_news li a {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #a6035d;
  transition: all 1s ease;
  position: relative;
  display: block;
}

.filter_news li:hover a {
  color: #f28705;
  text-decoration: none;
}

.filter_news li .icon_link_news {
  position: absolute;
  left: 40%;
  top: 25px;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.filter_news li:hover .icon_link_news {
  opacity: 1;
}

.filter_news li.active .icon_link_news {
  opacity: 1;
}

.filter_news li.active a {
  background: linear-gradient( 269.04deg, #ff553f 0.45%, #ff4196 47.63%, #6741ff 100% );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* color: #f28705; */
}

.date_news_article {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a6035d;
  margin-bottom: 32px;
}

.title_single_art {
  font-size: 90px;
  line-height: 90px;
  text-transform: inherit;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .title_single_art {
    font-size: 60px;
    line-height: 65px;
  }
  .lettre_news {
    min-width: 100%;
  }
  .content_detailnews {
    padding: 20px;
  }
}

@media (max-width: 950px) {
  .item_news .btn_card .btn_section {
    display: none;
  }
}

.lettre_news {
  margin-bottom: 48px;
  max-width: 70%;
}

.lettre_news p {
  font-family: EuclidCircular_light;
}

.lettre_news p:first-of-type {
  font-family: EuclidCircular_regular;
  font-weight: 600;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
  .title_single_art {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 32px;
  }
  .bg_white {
    padding: 32px 0;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 1px solid #f28705;
  border-radius: 55px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjI1IDEyTDMuNzUgMTIiIHN0cm9rZT0iI0M3QTk4NyIvPgo8cGF0aCBkPSJNMTAuNSAxOC43NUwzLjc1IDEyTDEwLjUgNS4yNSIgc3Ryb2tlPSIjQzdBOTg3Ii8+Cjwvc3ZnPgo=");
  position: relative;
  top: 8px;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTJIMjAuMjUiIHN0cm9rZT0iI0M3QTk4NyIvPgo8cGF0aCBkPSJNMTMuNSA1LjI1TDIwLjI1IDEyTDEzLjUgMTguNzUiIHN0cm9rZT0iI0M3QTk4NyIvPgo8L3N2Zz4K");
  position: relative;
  top: 8px;
}

.hero-style .slide-text {
  margin: auto;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.icons_swipernews {
  position: relative;
  width: 100%;
}

.icons_swipernews .swiper-button-next {
  position: absolute;
  right: -130px;
}

.icons_swipernews .swiper-button-prev {
  position: absolute;
  left: -130px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

@media (max-width: 767px) {
  .icons_swipernews .swiper-button-next {
    right: -40px;
  }
  .icons_swipernews .swiper-button-prev {
    left: -40px;
  }
  .icons_swipernews {
    min-height: 80vh;
  }
}

.hero-style {
  height: 900px;
  transition: all 0.4s ease;
}

@media (max-width: 1350px) {
  .hero-style {
    height: 750px;
  }
}

@media (max-width: 1350px) {
  .hero-style {
    height: 750px;
  }
}

@media (max-width: 1250px) {
  .hero-style {
    height: 700px;
  }
}

@media (max-width: 1024px) {
  .hero-style {
    height: 650px;
  }
  .d_block_tab {
    display: block !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .description_about {
    margin-top: 0;
    padding-left: 0;
  }
  .big_text_group:last-child {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .hero-style {
    height: 480px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 400px;
  }
}

.hero-style .container {
  position: absolute;
  bottom: -60px;
}

.hero-style .slide-title,
.hero-style .slide-text {
  max-width: 690px;
}

.hero-style .slide-text p {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #a6035d;
  opacity: 0.5;
  transition: all 0.4s ease;
}

.cover_gallery {
  text-align: center;
}

.cover_gallery .title_page {
  margin-bottom: 2rem;
}

.cover_gallery .row_filter {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.select2 {
  width: 100% !important;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
  position: relative;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  border: 1px solid #a6035d;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 16px;
  vertical-align: middle;
}

.select2-results__option:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 21px;
  left: 35px;
  background-color: #a6035d;
  vertical-align: middle;
  opacity: 0;
}

.select2-results__option[aria-selected="true"]:before {
  display: inline-block;
  padding-left: 3px;
}

.select2-results__option[aria-selected="true"]:after {
  opacity: 1;
}

.etablissement_list .select2-results__option[aria-selected="true"]:after {
  display: none;
}

.etablissement_list .select2-results__option:before,
.etablissement_list .select2-results__option[aria-selected="true"]:after {
  display: none;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

.select2-container--default .select2-selection--multiple {
  margin-bottom: 0px;
}

.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 4px;
}

.block_col_gal {
  position: relative;
  display: block;
  background-color: #fff;
  /* padding: 16px 32px; */
  border-radius: 4px;
}

.block_col_gal label {
  display: block;
  text-align: left;
  position: absolute;
  left: 32px;
  top: 16px;
  z-index: 9;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #a6035d;
  opacity: 0.5;
  margin-bottom: 0px;
}

.block_col_gal .select_gal {
  padding-top: 32px;
  position: relative;
  padding-bottom: 16px;
}

.chev_select {
  position: absolute;
  top: 35px;
  right: 28px;
  transform: rotate(0deg);
  transition: all 0.6s;
}

.chev_select.active {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
  }
  .hero-style {
    margin-bottom: 60px;
  }
  .video_news .playpause {
    width: 100px;
    height: 100px;
  }
  .video_news svg {
    width: 100%;
  }
  .lettre_news {
    margin-bottom: 0px;
  }
  .mb_64 {
    margin-bottom: 32px !important;
  }
  .next_news svg {
    display: none;
  }
  .section_detailnews {
    padding-bottom: 0px;
  }
}

.select2-dropdown .select2-results__option {
  position: relative;
}

.gallery {
  width: 100%;
}

.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
  width: auto;
  height: 70vh;
  margin-top: 10vh;
  background: transparent !important;
}

.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
}

.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.popup_gallery {
  margin: auto;
  text-align: center;
}

.popup_gallery .item_gallery {
  padding-bottom: 90px;
  overflow: hidden;
}

.popup_gallery .col-md-4 img {
  width: 100%;
  min-height: 100%;
  cursor: pointer;
  object-fit: cover;
}

@media (min-width: 1025px) {
  .popup_gallery .col-md-4 img {
    height: 300px;
  }
}

.popup_gallery_container .loader {
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  display: block;
  margin: auto;
  display: flex;
  justify-content: center;
}

.mb-10 {
  margin-bottom: 10rem;
}

.popup_gallery_container .loader.is_loading {
  visibility: visible;
  opacity: 1;
}

.show_gallery {
  z-index: 999;
  display: none;
}

.show_gallery .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  top: 0;
  left: 0;
}

.show_gallery .img-show {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 9999999;
}

.img-show .close_gal {
  position: absolute;
  top: 3vh;
  right: 3vw;
  z-index: 99;
  cursor: pointer;
}

.swiper-gal-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 99;
  cursor: pointer;
}

.swiper-gal-next {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 99;
  cursor: pointer;
}

.slide-captions_gal_title {
  position: absolute;
  top: 3vh;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 999;
  width: 80%;
  margin: auto;
}

.slide-captions_gal_subtitle {
  position: relative;
  color: #fff;
  z-index: 999;
  width: 80%;
  margin: auto;
}

.slide-captions_gal_link {
  position: absolute;
  bottom: 15vh;
  right: 10vw;
  opacity: 0.5;
  z-index: 999;
  transition: all 1s ease;
}

.slide-captions_gal_link:hover {
  opacity: 1;
}

.slide-captions_gal_link .link_share {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 15px 10px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.slide-captions_gal_link .link_share:hover {
  opacity: 1;
  text-decoration: none;
}

.slide-captions_gal_link .link_share .link_share_pr {
  cursor: pointer;
  position: relative;
  top: -4px;
}

.slide-captions_gal_title .current-title {
  text-align: center;
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.slide-captions_gal_subtitle .current-subtitle {
  text-align: center;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
  margin: 8px 0 16px 0;
}

.no_scroll {
  overflow: hidden !important;
}

.detail_date_gallery {
  display: flex;
  justify-content: center;
}

.detail_date_gallery label {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a6035d;
  margin-top: 16px;
  position: relative;
  margin-right: 32px;
}

.detail_date_gallery label:last-child {
  margin-right: 0px;
}

.detail_date_gallery label:after {
  content: "|";
  position: absolute;
  right: -16px;
  color: #a6035d;
  opacity: 0.2;
}

.detail_date_gallery label:last-child:after {
  content: "";
}

@media (max-width: 1380px) {
  .mix_title {
    font-size: 40px;
    line-height: 40px;
  }
  .block-top {
    top: -12vh;
  }
  .block_video {
    top: 30px;
  }
}

@media (max-width: 1145px) {
  .img_about {
    display: none;
  }
}

@media (max-width: 767px) {
  .pb_80 {
    padding-bottom: 45px;
  }
  .text_ure {
    width: 85%;
    left: 2%;
  }
  .stars {
    margin-top: 100px;
  }
  .mix_title {
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .logo_brand,
  .img_about {
    display: none;
  }
  .container_80 {
    width: 90%;
  }
  .block-top {
    top: 0;
  }
  .bg_light .cercle1 {
    width: 90%;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .bg_light .cercle2 {
    width: 90%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .pSection {
    padding-bottom: 76px;
  }
  .section_black .btn_desk {
    display: none;
  }
  .event_list .row_event {
    display: block;
  }
  .event_list .row_event .col_detail_event p {
    max-width: 90%;
  }
  .event_list .event_link {
    padding-left: 0;
  }
  .event_list {
    width: 90%;
    margin: auto;
  }
  .pad_section {
    padding: 60px 16px;
  }
  .event_list .row_event .col_date_event .line_split .words .word {
    margin-right: 5px;
  }
  .event_list .row_event {
    opacity: 1;
  }
  .event_list .row_event .col_date_event .line_split .words,
  .event_list .row_event .col_date_event .line_split .words .word {
    display: flex;
  }
  .event_list .row_event .col_date_event,
  .event_list .row_event .col_name_event {
    margin-bottom: 8px;
  }
  .bg_img_event {
    display: none;
  }
  .event_list .event_link .arrow_link_event {
    opacity: 1;
  }
  .btn_mobile {
    display: block;
  }
  .btn_mobile .gold_btn {
    margin-top: 32px;
    float: none;
  }
  .col_links_foo .row_links_foo,
  .col_links_foo .row_links_foo a {
    display: block;
  }
  .logo_footer {
    width: 215px;
  }
  .back_top {
    position: relative;
    top: -15px;
  }
  .col_links_foo {
    padding: 20px 0;
  }
  .col_links_foo .row_links_foo a {
    margin-bottom: 16px;
  }
  .col_links_foo .progress_foo:last-of-type {
    top: 0;
  }
  .foo_links li a {
    font-size: 12px;
    line-height: 15px;
  }
  .title_footer_news {
    margin-top: 5px;
  }
  .title_subscribe {
    margin-top: 50px;
  }
  .newsletter_form .help-block {
    bottom: -26px;
  }
  .content_cover
    .text_cover.split_cover.cover_group
    .line:nth-child(1)
    .word:nth-child(1) {
    font-size: 35px !important;
  }
  .cover_group_block {
    margin-top: 40vh;
  }
  .content_cover .text_cover.gold_child,
  .content_cover .text_cover.white_child {
    margin: 0;
  }
  .title_cover_col {
    justify-content: center;
  }
  .content_cover .text_cover.split_cover.gold_child,
  .content_cover .thegroup_title .text_cover.split_cover.gold_child {
    font-size: 50px !important;
    line-height: 60px;
    margin-right: 10px;
  }
  .owl-carousel.owl-drag .owl-item {
    padding: 10px;
  }
  .reverse_mobile {
    flex-direction: column-reverse;
  }
  .descktop_title {
    display: none;
  }
  .mobile_title {
    display: block;
  }
  .mobile_title .big_title {
    margin: 32px 0 24px 0;
  }
  .description_about {
    padding-left: 0;
  }
  .content_concept {
    padding-top: 32px;
  }
  .content_concept h6 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .titles_story {
    text-align: left;
    padding-left: 16px;
  }
  .titles_story h3 {
    text-align: left;
    font-size: 32px;
    line-height: 36px;
    margin: 20px 0 8px 0;
  }
  .titles_story h6 {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
  }
  .timeline:before {
    left: 32px;
  }
  .titles_story svg {
    width: 45px !important;
    height: 60px !important;
  }
  .star_story {
    text-align: left;
    margin-left: 23px;
  }
  .timeline {
    padding-top: 0px;
  }
  .timeline .item_story .content_item_story {
    flex-direction: column-reverse;
  }
  .col_description {
    width: 100%;
  }
  .col_img {
    width: 100%;
  }
  .timeline li:nth-child(2n + 1) .reveal_left {
    clip-path: inset(0 100% 0 0);
  }
  .timeline li:nth-child(2n + 1) .animating_story .reveal_left {
    clip-path: inset(0 0 0 0);
    visibility: visible;
    transform: skewY(0);
  }
  .container_img_story {
    width: 65%;
    margin-left: 55px;
  }
  .timeline .item_story:nth-child(odd) .content_item_story .txt_item_story {
    left: 0;
    right: 0;
  }
  .timeline .item_story .content_item_story .txt_item_story {
    top: 2vh;
  }
  .timeline li {
    text-align: left;
  }
  .bg_white {
    width: 100% !important;
  }
  .max-width_mobile {
    max-width: 90%;
  }
  .timeline
    .item_story:nth-child(odd)
    .content_item_story
    .col_description
    .txt_item_story
    p,
  .timeline
    .item_story:nth-child(even)
    .content_item_story
    .col_description
    .txt_item_story
    p {
    max-width: 95%;
    padding: 0 15px 16px 8px;
  }
  .timeline .item_story .content_item_story .col_description h3 {
    padding: 24px 15px 15px 30px;
  }
  .timeline .item_story .content_item_story {
    flex-direction: column-reverse !important;
  }
  .col_description {
    width: 100%;
  }
  .timeline
    .item_story:nth-child(even)
    .content_item_story
    .col_description
    .txt_item_story
    p {
    float: right;
  }
  .timeline li .animating_story .reveal_left {
    padding-top: 60px;
  }
  .title_page h1:not(:first-child) .line {
    font-size: 40px;
    line-height: 40px;
  }
  .pt_40vh {
    padding-top: 25vh;
  }
  .bg_light .cercle_e1 {
    top: 7vh;
    right: -12vw;
    width: 85%;
  }
  .bg_light .cercle_e2 {
    top: 26vh;
    left: 0;
    width: 82%;
  }
  .item_experience {
    top: 20px !important;
  }
  .white_title_slide {
    font-size: 32px !important;
    line-height: 36px !important;
    padding-left: 5% !important;
  }
  .section_white .min_txt_instagram {
    padding-left: 5% !important;
  }
  .title_awards .white_title_slide:nth-child(2) .line .word:nth-child(1),
  .title_awards .white_title_slide:nth-child(2) .line .word:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
  }
  .content_cover .text_cover {
    font-size: 50px !important;
    line-height: 50px;
  }
    .content_cover .text_cover {
        font-size: 38px !important;
        line-height: 50px;
    }
  .content_cover .gold_btn {
    margin-top: 60px !important;
  }
  .big_title_exp {
    font-size: 32px !important;
    line-height: 36px;
  }
  .icon_rest svg {
    width: 100%;
  }
  .big_title_exp {
    padding-left: 0px;
  }
  .mobile_title .big_title .line:nth-child(1) .word:nth-child(2),
  .mobile_title .big_title .line:nth-child(1) .word:nth-child(3) {
    color: #000;
    font-family: ogg_light !important;
  }
  .mobile_title .big_title .line:nth-child(2) .word:nth-child(3),
  .mobile_title .big_title .line:nth-child(3) .word:nth-child(1) {
    color: #f28705;
    text-transform: lowercase;
    font-family: ogg_lighti !important;
  }
  .about_res {
    order: -1;
    margin-bottom: 32px;
  }
  .pt1_mobile {
    padding-top: 40px;
  }
  .details_restaurant {
    padding-left: 0;
  }
  .content_swipper {
    margin: 70px 0 0 0;
  }
  .mb_80 {
    margin-bottom: 50px;
  }
  .btn_swip .btn_section {
    margin-bottom: 0;
  }
  .nopad_mobile {
    padding: 0 !important;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 10px;
    top: 30%;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 10px;
    top: 30%;
  }
  .left_black {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .container_black_contact {
    width: 95%;
    height: auto;
    max-height: 300px;
  }

  .container_black_contact img {

     height: 300px;
     object-fit: cover;
  }

  .right_black {
    min-height: 75vh;
  }
  .right_black .stars {
    margin-bottom: 32px;
  }
  .right_black .big_title {
    font-size: 32px !important;
    line-height: 36px;
  }
  .right_black .big_title {
    max-width: 100%;
  }
  .section_white .min_txt_instagram {
    font-size: 14px;
  }
  .section_white .owl-nav {
    max-width: 52vw;
    margin: auto;
    position: relative;
    bottom: -30%;
  }
  .section_white {
    padding: 70px 0 145px 0;
  }
  .title_other_grow,
  .other_news {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .title_page h1 {
    font-size: 30px !important;
    line-height: 50px;
  }
  .w_100_mobile {
    width: 100% !important;
  }
  .section_detailnews {
    padding-top: 0px;
  }
  .title_media h1:first-child {
    bottom: 8px;
  }
  .title_media h1:first-child .line:first-child {
    color: #f28705;
    text-transform: lowercase;
    font-family: ogg_lighti !important;
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .title_media
    h1:first-child
    .line:first-child
    .word:first-child
    .char:first-child {
    color: #f28705;
    text-transform: lowercase;
    font-family: ogg_lighti !important;
    font-size: 50px !important;
    line-height: 50px !important;
  }
  p {
    font-size: 14px;
    line-height: 18px;
  }
  .cover_gallery .row_filter {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .col_filter:not(:last-child) {
    margin-bottom: 8px;
  }
  .popup_gallery .item_gallery {
    margin-bottom: 62px;
    padding: 0 5px !important;
  }
  .swiper-gal-next,
  .swiper-gal-prev {
    display: none;
  }
  .slide-captions_gal_title {
    top: 4vh;
  }
  .slide-captions_gal_title .current-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  .gallery-slider .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
  .slide-captions_gal_subtitle {
    top: -10vh;
  }
  .slide-captions_gal_link {
    position: relative;
    top: 4vh;
    right: auto;
    left: auto;
    text-align: center;
  }
  .gallery-slider {
    margin: 0;
  }
  .gallery-slider .swiper-slide {
    margin-top: 5vh;
  }
  .slide-captions_gal_subtitle .current-subtitle {
    line-height: 18px;
  }
  .text_ure {
    top: 55px !important;
  }
  .block_video {
    top: 100px;
  }
}

@media (max-width: 375px) {
  .big_title_exp {
    font-size: 25px !important;
    line-height: 36px;
    margin-bottom: 0px !important;
  }
  .mobile_title {
    margin-top: 30px !important;
  }
  .section_white .owl-nav {
    max-width: 60vw;
  }
  .slide-captions_gal_subtitle {
    top: -10vh;
  }
}

@media (max-width: 360px) {
  .section_white .owl-nav {
    max-width: 70vw;
  }
  .big_title_exp {
    font-size: 19px !important;
    line-height: 30px;
  }
}

.contact_forms .form-group {
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
}

.contact_forms .form-group + .form-group {
  margin-top: 30px;
}

.contact_forms .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #a6035d;
/*  opacity: 0.5;*/
  margin-bottom: 0px;
  z-index: 8;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out,
    -webkit-transform 150ms ease-out;
}

.contact_forms .focused .form-label {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 10px;
  line-height: 20px;
  opacity: 0.6;
}

.contact_forms .form-input {
  position: relative;
  padding: 12px 0px 10px 0;
  width: 100%;
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #a6035d;
  line-height: 14px;
  outline: 0;
  background: transparent;
  border: 0;
  box-shadow: 0 1px 0 0 rgba(35, 31, 32, 0.2);
  -webkit-transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
}

.contact_forms .form-input:focus {
  box-shadow: 0 1px 0 0 #f28705;
}

.contact_forms .form-input.filled {
  box-shadow: 0 1px 0 0 rgba(35, 31, 32, 0.8);
}

.contact_forms div.help-block {
  display: block;
  color: red;
  font-size: 13px;
  line-height: 22px;
  opacity: 1;
  position: relative;
  animation: fade 400ms linear;
  bottom: -10px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.label_check {
  padding-left: 32px;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.label_check a {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  text-decoration: underline;
}

.checkboxField {
  position: absolute;
  left: 1px;
  top: 1px;
}

.checkboxField {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 50%;
  background-color: white;
  border-color: transparent;
  box-sizing: border-box;
  color: #000;
  content: close-quote;
  display: inline-block;
  height: 14px;
  border: none;
  transition-duration: 0.5s;
  width: 14px;
  outline: none;
}

.checkboxField:before {
  content: "";
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 2px solid;
  border-radius: 4px;
  background-color: white;
  border-color: transparent;
  box-sizing: border-box;
  color: #3acfb6;
  content: close-quote;
  display: inline-block;
  height: 16px;
  border: 2px solid #231f20;
  transition-duration: 0.5s;
  transition-property: background-color, border-color;
  width: 16px;
  position: absolute;
  left: -1px;
  top: -1px;
}

.checkboxField:checked:before {
  background-color: #231f20;
  border: 2px solid #231f20;
}

.checkboxField:checked:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 9px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ckeck_group {
  margin: 0px !important;
}

.select_contact.nice-select {
  box-shadow: 0 1px 0 0 rgb(35 31 32 / 20%);
  width: 100%;
  min-height: 36px;
  margin: 56px 0;
}

.select_contact.nice-select.open .list {
  width: 100%;
  border: none;
  border-radius: 4px;
}

.select_contact.nice-select a.selected {
  display: block !important;
}

.select_contact.nice-select a.disabled {
  display: none !important;
}

.select_contact.nice-select .current {
  color: #a6035d;
  opacity: 0.5;
}

.select_contact.nice-select:after {
  border-bottom: 1px solid #a6035d;
  border-right: 1px solid #a6035d;
}

.select_contact.nice-select a {
  background: #fff !important;
  color: #a6035d !important;
}

.select_contact.nice-select a:hover,
.select_contact.nice-select a.focus,
.select_contact.nice-select a.selected.focus {
  color: #afafaf !important;
  background: #fff !important;
}

.contact_forms {
  background: #fff;
  padding: 64px 80px 32px 80px;
  width: 100%;
}

@media (min-width: 1550px) {
  .contact_forms {
    background: #fff;
    padding: 0 120px 80px 120px;
    width: 100%;
  }
}

.contact_forms .nice-select .list {
  background: #fff !important;
}

.col2_contact {
  padding-left: 120px;
}

@media (max-width: 991px) {
  .contact_forms {
    padding: 0 35px 70px 35px;
  }
  .col2_contact {
    padding-left: 32px;
  }
}

.title_page_contact p {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  opacity: 0.8;
}

.title_page h1.title_contact .line {
  text-align: left !important;
}

.title2_contact {
  font-family: Ogg_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #a6035d;
  margin-bottom: 48px;
}

.title_contact {
  margin-bottom: 48px;
}

.items_contact {
  margin-bottom: 40px;
}

.items_contact h6 {
  font-family: EuclidCircular_regular;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
}

.items_contact p,
.items_contact a {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  margin: 0px;
}

.items_contact a:hover {
  text-decoration: none;
}

.btn_contact {
  background: #a6035d;
  padding: 25px 0px;
  float: right;
  width: 100%;
  max-width: 200px;
  justify-content: center;
}

.btn_contact .text_btn {
  color: #fff;
  line-height: 14px !important;
}

.btn_contact:hover .text_btn {
  color: #fff;
}

.btn_contact .arrows_btn .icons {
  height: 14px !important;
}

.btn_black {
  background: #a6035d;
  padding: 25px 0px;
  float: left;
  width: 100%;
  max-width: 145px;
  line-height: 14px;
  justify-content: center;
}

.btn_black .text_btn {
  color: #fff;
}

.btn_black:hover .text_btn {
  color: #fff;
}

.btn_black .arrows_btn .icons {
  height: 14px;
}

.foo_card_press {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0 0 0;
}

.foo_card_press a {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a6035d;
  opacity: 0.5;
  transition: all 1s ease;
}

.foo_card_press a:hover {
  opacity: 1;
}

.foo_card_press a span {
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.mt_50 {
  margin-top: 50px;
}

.title_carrer:first-child {
  margin-bottom: 16px;
}

.title_carrer:last-child {
  margin-bottom: 56px;
}

.cover_carrer p {
  text-align: center;
  max-width: 80%;
  margin: auto;
  opacity: 0.7;
}

.item_carrer {
  background-color: #fff;
  padding: 24px 40px;
  width: 49%;
  margin-bottom: 40px;
}

.item_carrer .time_offer {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a6035d;
  opacity: 0.5;
  margin-bottom: 8px;
}

.item_carrer h3 {
  font-family: Ogg_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #a6035d;
  margin-bottom: 16px;
}

.item_carrer .sector_offer {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a6035d;
  margin-bottom: 32px;
}

.item_carrer p,
.item_carrer ul li {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #a6035d;
}

.item_carrer ul {
  margin-bottom: 40px;
}


.title_exp {
  margin-bottom: 50px;
}
.description_slide_exp {
  display: inline-block;
}
.description_slide_exp .title_slide_exp {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #a6035d;
  margin: 32px 0 24px 0;
}
.slide_experience {
  background: transparent;
}
.description_slide_exp p {
  opacity: 0.7;
}
.description_slide_exp .btn_card {
  margin: auto;
  justify-content: center;
  padding: 10px;
}
.swiper_experience {
  padding-bottom: 80px;
}
.social_footer a {
  margin-right: 30px;
}
.social_footer a:last-child {
  margin-right: 0px;
}
svg {
  overflow: visible;
}
@media (max-width: 990px) {
  .description_slide_exp .title_slide_exp {
    font-size: 37px;
    min-height: 45px;
  }
}


@media (max-width: 767px) {
  .contact_forms .form-group {
    margin-top: 32px;
  }
  .contact_forms {
    padding: 0 16px;
  }
  .col2_contact {
    padding-left: 16px;
    margin-top: 50px;
  }
  .title2_contact {
    margin-bottom: 32px;
  }
  .btn_contact {
    width: 100%;
    margin-top: 40px;
  }
  .btn_contact .btn_card {
    justify-content: space-between;
    width: 100%;
  }
  .btn_black {
    width: 100%;
    margin-top: 40px;
  }
  .btn_black .btn_card {
    justify-content: space-between;
    width: 100%;
  }
  .title_page h1.title_contact .line {
    text-align: center !important;
  }
  .item_press,
  .item_press:nth-last-child(-n + 3) {
    margin-bottom: 50px;
  }
  .pb_m_10 {
    padding-bottom: 10vh;
  }
  .mt_50 {
    margin-top: 30px;
  }
  .item_carrer {
    background-color: #fff;
    padding: 24px 16px;
    width: 100%;
    margin-bottom: 32px;
  }
}

.container_swiper {
  max-width: 85%;
  margin: auto;
}

.container_swiper_experience {
  max-width: 95%;
  margin: auto;
}

.container_swiper .swiper-container {
  overflow: inherit !important;
}

.swiper_full_width,
.swiper_instagram {
  min-height: auto !important;
  padding-bottom: 50px;
  /* padding-left: 100px */
}

@media (max-width: 950px) {
  .swiper_full_width,
  .swiper_instagram {
    padding-bottom: 130px;
  }
}

.swiper_full_width .swiper-button-next,
.swiper_instagram .swiper-button-next {
  background: none;
}

.swiper_full_width .swiper-button-prev,
.swiper_instagram .swiper-button-prev {
  background: none;
}

.gallery_slide {
  display: block !important;
  background: #17181f;
  padding: 32px;
}

.swiper_full_width .prev_swiper,
.swiper_instagram .prev_swiper {
  position: relative !important;
  transform: none;
  float: right;
  right: 115px;
  left: inherit;
}

.swiper_full_width .next_swiper,
.swiper_instagram .next_swiper {
  position: relative !important;
  float: right;
}

.navigation_swiper {
  position: absolute;
  top: -130px;
  right: 0;
}

@media (min-width: 1550px) {
  .title_form {
    padding-left: 120px !important;
  }
}

.title_form {
  font-family: Ogg_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 65px;
  padding: 0 80px;
  color: #a6035d;
  margin-bottom: 60px;
}

.step_upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #343a40;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px dashed #f28705;
  box-sizing: border-box;
  font-family: EuclidCircular_light;
}

.step_upload span {
  font-family: EuclidCircular_Semibold;
  font-weight: 400;
}

input[type="file"],
.contact_forms input[type="file"].help-block {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* z-index: -1; */
}

.msg_upload_profile {
  position: absolute;
  font-size: 11px;
  width: 100%;
  z-index: 5;
}

.title_file {
  margin-top: 40px;
  font-family: EuclidCircular_semibold;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
}

.mt-40 {
  margin-top: 40px;
}

.btn_apply {
  max-width: 144px;
}

.btn_apply .loader {
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.btn_apply:disabled {
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 991px) {
  .menu_head ul {
    grid-template-columns: none;
  }
}

@media (max-width: 767px) {
  .navigation_swiper {
    top: inherit;
    bottom: 50px;
    width: 100%;
  }
  .swiper_full_width .prev_swiper,
  .swiper_instagram .prev_swiper {
    right: 60%;
  }
  .swiper_full_width .next_swiper,
  .swiper_instagram .next_swiper {
    right: 20%;
  }
  .container_right {
    padding-left: 16px;
  }
  .timeline li .col_description {
    width: 100% !important;
  }
  .title_page
    h1:first-child:not(.title_contact):not(.press_title):not(.title_news)
    .line:first-child {
    font-size: 56px;
    line-height: 64px;
  }
  .btn_apply {
    max-width: 100%;
    padding: 25px 40px;
    margin-bottom: 0px;
  }
  .title_form {
    font-size: 32px;
    line-height: 40px;
    padding: 0px;
  }
  .cover_carrer p {
    max-width: 100%;
  }
}

.decalage {
  position: relative;
}

.right_block_discover .reveal,
.right_block_discover .reveal .image-wrap {
  height: 100%;
}

.right_block_discover .reveal .image-wrap img {
  padding-left: 3vw;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}

.bg_cercle_group .cercle1 {
  top: -13vh;
  right: -4vw;
}

.bg_cercle_group .cercle2 {
  top: -30vh;
  left: 0;
}

.txt_p p {
  margin-bottom: 32px;
}

.pt_80 {
  padding-top: 80px !important;
}

.msg_upload_file {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a6035d;
  z-index: 4;
}

.msg_upload_file.error_msg {
  justify-content: flex-end;
}

.msg_upload_file .name_up_file {
  position: relative;
  top: -7px;
  left: 16px;
}

.remove_file {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.col_left_c {
  width: 55%;
  padding-left: 16px;
  padding-right: 16px;
  background: #fff;
}

.col_right_c {
  width: 45%;
  padding: 0 16px;
}

.back_job {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s ease;
}

.back_job span {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #a6035d;
  margin-left: 30px;
}

.back_job svg {
  transition: all 0.5s ease;
}

.back_job:hover {
  transform: translateX(-6px);
  cursor: pointer;
}

.back_job:hover svg {
  transform: translateX(-10px);
  cursor: pointer;
}

.title_offer {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  color: #a6035d;
  margin: 32px 0;
}

.title_privacy {
  font-family: Ogg_light;
  font-style: normal;
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  color: #a6035d;
  margin: 120px 0 64px;
}

.row_etab {
  display: flex;
  justify-content: flex-start;
}

.row_etab span {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  opacity: 0.5;
}

.row_etab span.name_etablissement {
  opacity: 0.8;
}

.col_description_job {
  margin-bottom: 32px;
}

.col_description_job h6 {
  font-family: Ogg_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #a6035d;
  margin-bottom: 32px;
}

.col_description_job p,
.col_description_job ul li {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #a6035d;
}

.left_block_qr {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
}

.left_block_qr span {
  font-family: EuclidCircular_regular;
  font-weight: 600;
  display: block;
  margin-bottom: 32px;
}

.block_privacy {
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a6035d;
  margin-bottom: 40px;
}

.block_privacy span {
  font-family: EuclidCircular_Semibold;
  font-weight: 600;
  display: block;
  margin-bottom: 32px;
}

.block_privacy ol {
  padding-left: 0;
}

.block_privacy ol li {
  list-style: decimal inside;
}

.block_privacy a {
  background: linear-gradient( 269.04deg, #ff553f 0.45%, #ff4196 47.63%, #6741ff 100% );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content_qr {
  background: white;
  padding: 80px 80px 55px 120px;
}

.col_code_qr {
  position: relative;
  min-height: 360px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.col_code_qr svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.col_code_qr img {
  position: relative;
  max-width: 85%;
}

.col_code_qr .title_qr {
  position: relative;
  font-family: EuclidCircular_light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #a6035d;
}

.qr_block {
  position: relative;
  /* float: right; */
}

.title_awards {
  margin-bottom: 80px;
}

@media (max-width: 1550px) {
  .big_text_group {
    font-size: 85px;
    line-height: 85px;
  }
}

@media (max-width: 1378px) {
  .big_text_group {
    font-size: 80px;
    line-height: 80px;
  }
  .content_cover .text_cover.split_cover .line:nth-child(3) {
    left: 0;
  }
}

@media (max-width: 1301px) {
  .big_text_group {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (max-width: 1146px) {
  .big_text_group {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1146px) {
  .big_text_group {
    line-height: 55px;
  }
  .big_text_group:last-child {
    margin-bottom: 26px;
  }
  .content_concept p {
    line-height: 25px;
  }
}

@media (max-width: 1024px) {
  .pb_100 {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .d_block_t {
    flex-direction: column-reverse;
  }
  .col_left_c {
    width: 92%;
    margin: auto;
  }
  .col_brown {
    width: 92%;
    margin: auto;
    max-height: 50vh;
    padding: 6vh !important;
  }
  .cover_imgc {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .col_brown .cover_imgc img {
    max-height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .title_awards {
    margin-bottom: 40px;
  }
  .title_page h1:first-child .line:first-child {
    font-size: 40px;
    line-height: 40px;
  }
  .container_84 {
    width: 92%;
  }
  .title_carrer .line:first-child {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .title_carrer:last-child {
    margin-bottom: 32px;
  }
  .filter_news {
    margin-bottom: 40px;
  }
  .item_carrer .sector_offer {
    margin-bottom: 24px;
  }
  .item_carrer p {
    margin-bottom: 0px;
  }
  .item_carrer ul {
    margin-bottom: 24px;
  }
  .btn_offer {
    margin: 0px !important;
  }
  .no_pb_mobile {
    padding-bottom: 0px !important;
  }
  .pt_pb_80 {
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .no_pad_mobile {
    padding: 0px !important;
  }
  .title_offer,
  .title_privacy {
    font-size: 50px;
    line-height: 50px;
  }
  .title_offer {
    margin: 30px 0 24px 0;
  }
  .title_privacy {
    margin: 40px 0 32px 0;
  }
  .bg_light.cercle_offer .cercle_e1 {
    top: 0;
  }
  .bg_light.cercle_offer .cercle_e2 {
    top: 13vh;
    left: -5vw;
  }
  .back_job {
    margin-top: 5vh;
  }
  .col_description_job h6 {
    font-size: 32px;
  }
  .content_qr {
    padding: 16px;
  }
  .col_code_qr {
    min-height: 306px;
  }
  .col_code_qr svg {
    width: 100%;
    height: auto;
  }
  .col_code_qr img {
    max-width: 80%;
  }
  .overlay_card {
    padding: 32px 16px 8px 16px;
  }
  .item_affiliation,
  .item_affiliation:nth-last-child(-n + 3) {
    margin-bottom: 16px;
  }
  .item_affiliation:last-child {
    margin-bottom: 0px;
  }
}

.cover__button {
  position: relative;
  z-index: 9;
}

.cover__button.gold_btn .txt_btn {
  height: auto;
}

.cover__button svg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cover__button a {
  font-family: EuclidCircular_light;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.15em;
  min-width: 100%;
  text-transform: uppercase;
}

.cover__button a:hover {
  text-decoration: none;
}

.mc4wp-alert.mc4wp-success {
  position: absolute;
  bottom: 0;
  color: #fff;
}

.mc4wp-success p {
  font-size: 12px;
}

.swiper_experience {
  padding-bottom: 80px;
}

.section_title {
  position: relative;
  margin-left: 35px;
  /* bottom: -20px; */
}
.section_title .split_cover--copy .char:not(:first-of-type) {
  /* font-size: 140px; */
  transform: translateX(3vw);
  text-transform: lowercase !important;
}

.text-center {
  text-align: center;
}
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url("en.html#wp-duotone-dark-grayscale");
    --wp--preset--duotone--grayscale: url("en.html#wp-duotone-grayscale");
    --wp--preset--duotone--purple-yellow: url("en.html#wp-duotone-purple-yellow");
    --wp--preset--duotone--blue-red: url("en.html#wp-duotone-blue-red");
    --wp--preset--duotone--midnight: url("en.html#wp-duotone-midnight");
    --wp--preset--duotone--magenta-yellow: url("en.html#wp-duotone-magenta-yellow");
    --wp--preset--duotone--purple-green: url("en.html#wp-duotone-purple-green");
    --wp--preset--duotone--blue-orange: url("en.html#wp-duotone-blue-orange");
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}
input#input_news {
    color: white;
}

.item_experience img.pt_100 {
    padding-top: 60px !important;
}

.title2_contact i {
    font-family: ogg_lighti !important;
}

.items_partner p {
    line-height: 1em;
}

.items_partner ul {
    list-style: inherit;
    margin-left: 16px;
    line-height: 1em;
}

    .items_partner ul li {
        list-style: inherit;
        margin-bottom: 5px;
    }

.accordion-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7vh 7vw;
    background-image: linear-gradient(72deg, #a6035d 17%, #f28705 100%);
    color: #fff;
}

    .accordion-section h3 {
        font-family: ogg_light;
        font-size: 34px;
        font-weight: 100;
    }

    .accordion-section h5 {
        font-family: ogg_light;
        font-size: 20px;
        font-weight: 100;
    }

    .accordion-section h6 {
        font-family: ogg_light;
        font-size: 16px;
        font-weight: 100;
    }

.accordion-wrap {
    margin: 12vh 0vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .accordion-wrap a {
        color: #fff;
        text-decoration: none;
    }


        .accordion-wrap a:hover {
            color: #fff;
            text-decoration: none;
        }

    .accordion-wrap .accordion {
        position: relative;
        border-top: 1px solid #fff;
    }

        .accordion-wrap .accordion:last-child {
            border-bottom: 1px solid #fff;
        }

        .accordion-wrap .accordion .teaser {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            width: 100%;
            padding: 24px 100px 24px 0;
            position: relative;
        }

            .accordion-wrap .accordion .teaser:last-child {
                border-bottom: 1px solid #fff;
            }

            .accordion-wrap .accordion .teaser .time {
                margin-top: 5px;
                width: 200px;
            }

            .accordion-wrap .accordion .teaser .title .theme {
                opacity: 0.4;
            }

        .accordion-wrap .accordion .accordion-toggle {
            width: 100px;
            height: 100%;
            position: absolute;
            background-color: rgba(255, 255, 255, 0.14);
            right: 0;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.3s ease;
        }

            .accordion-wrap .accordion .accordion-toggle span {
                background-color: #fff;
                transition: 0.3s ease;
            }

                .accordion-wrap .accordion .accordion-toggle span.one {
                    height: 1px;
                    width: 26px;
                    position: absolute;
                    top: 50%;
                }

                .accordion-wrap .accordion .accordion-toggle span.two {
                    width: 1px;
                    height: 26px;
                    position: absolute;
                    left: 50%;
                    opacity: 0;
                    transform: rotate(120deg);
                }

        .accordion-wrap .accordion.collapsed .accordion-toggle span.two {
            opacity: 1;
            transform: rotate(0);
        }

@media (max-width: 990px) {
    .accordion-wrap .accordion .teaser {
        flex-direction: column;
    }

    .accordion-section h3{
        font-size: 15px;
    }

    .accordion-wrap .accordion .accordion-toggle{
        width:50px;
    }

    .collapse .content{
        font-size: 14px;
    }
}

.accordion-wrap .accordion .content {
    padding: 0 120px 30px 200px;
}


@media (max-width: 1200px) {
    .accordion-wrap .accordion .content {
        padding: 0 60px 30px 0;
    }
}

@media (min-width: 1200px){
    .contactintro {
        max-width: 48vw;
    }
}

.swiper-slide a:hover{
    text-decoration:none
}
@media (max-width: 767px) {
    .langue_head a {
        font-size: 10px;
        justify-content: normal;
        margin-left: 11px;
        width: 7vw;
    }

    .cong-header {
        margin-top: 33vh !important;
    }

    .social_footer a {
        margin-right: 10px !important;
    }
}