:root {
  --gold: #aa9123;
  --white: white;
  --grey: #484848;
  --beige: #fffef2;
  --red: #ff9191;
  --reddd: #c60000;
}

.navbar-no-shadow {
  z-index: 50;
  background-color: rgba(255, 254, 242, .4);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  color: #484848;
  justify-content: space-between;
  align-items: center;
  font-family: Marcellus, sans-serif;
  display: flex;
}

.nav-menu-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: static;
}

.nav-menu {
  width: auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  display: flex;
}

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary {
  background-color: var(--grey);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 32px;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.div-block {
  width: 90%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.body {
  background-color: var(--beige);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/fond-VLS-middle-east-02.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.home {
  z-index: 1;
  height: 80vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  width: 20%;
}

.about-us {
  z-index: 0;
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.image-2 {
  width: 100%;
  filter: blur(5px);
  transform: translate(0, -5px);
}

.heading {
  width: 80%;
  color: var(--gold);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph {
  width: 80%;
  color: var(--grey);
  text-align: left;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.image-3 {
  width: 30%;
  height: 400px;
  object-fit: cover;
}

.div-block-2 {
  width: 80%;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.image-4 {
  width: 100vw;
  height: 100vh;
}

.video {
  margin-bottom: 140px;
  display: flex;
  justify-content: center;
}

.banner {
  margin-bottom: 100px;
  overflow: hidden;
}

.text-block {
  width: 400vw;
  height: auto;
  background-color: var(--grey);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Libre Bodoni, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.our-achievements {
  margin-bottom: 100px;
}

.heading-2 {
  color: var(--gold);
  text-align: center;
  margin-top: 0;
  margin-bottom: 44px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
}

.tabs-menu {
  color: var(--grey);
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 44px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
}

.tab-link-tab-1.w--current {
  background-color: var(--gold);
  border-radius: 10px;
  padding: 15px;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 15px;
}

.tab-link-tab-2.w--current {
  background-color: var(--gold);
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 15px;
}

.tab-link-tab-3.w--current {
  background-color: var(--gold);
}

.tab-link-tab-4 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 15px;
}

.tab-link-tab-4.w--current {
  background-color: var(--gold);
}

.our-partners {
  height: 80vh;
  margin-bottom: 60px;
}

.partner-banners {
  height: 80%;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 100px;
  display: flex;
}

.part-banner {
  margin-bottom: 40px;
  overflow: hidden;
}

.contact {
  height: 100vh;
  background-color: var(--grey);
  outline-offset: 0px;
  color: var(--white);
  outline: 3px #333;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 40px;
  display: flex;
}

.heading-2-copy {
  color: var(--gold);
  text-align: center;
  margin-top: 0;
  margin-bottom: 44px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
}

.text-field {
  border-style: solid none solid solid;
  border-width: 0 0 2px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.text-field:active, .text-field:focus {
  border-bottom-color: var(--white);
}

.field-label, .field-label-2 {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.div-block-3 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-4 {
  width: 40%;
}

.div-block-5 {
  width: 100%;
}

.form-block {
  font-size: 20px;
}

.form {
  width: 80%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: none solid;
  border-width: 0 0 2px;
  border-color: black black var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-5-copy {
  width: 100%;
}

.textarea {
  min-height: 100px;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.textarea:active, .textarea:focus {
  border-bottom-color: var(--white);
}

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

.submit-button {
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  background-color: var(--gold);
  text-align: left;
  border-radius: 10px;
  padding: 15px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: static;
  right: 0;
}

.submit-button:hover {
  background-color: #d2be07;
}

.r-seaux {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 40px;
  display: flex;
}

.image-5 {
  width: 50px;
}

.link {
  color: #fff;
  font-family: Libre Bodoni, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.div-block-6 {
  width: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
}

.image-5-copy {
  width: 55px;
}

.div-block-6-copy {
  width: auto;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  border: 0 #000;
  font-family: Libre Bodoni, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-block-3 {
  border: 1px #000;
  font-family: Libre Bodoni, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Libre Bodoni, sans-serif;
  display: flex;
}

.link-2 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.text-block-4 {
  font-size: 24px;
}

.image-6 {
  object-fit: cover;
}

.image-7 {
  height: 200px;
  object-fit: cover;
  align-self: center;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-item {
  width: 200px;
  height: 200px;
  aspect-ratio: auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-pane-tab-1 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  z-index: 5;
  width: 80%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  flex-flow: row;
  order: 0;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  width: 100%;
  height: 100%;
  background-color: var(--gold);
  opacity: .45;
  display: none;
  position: absolute;
}

.image-8 {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.youtube {
  width: 90%;
  height: 50px;
  aspect-ratio: auto;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  transform: scale(.8);
}

.video-2 {
  height: 50px;
}

.div-block-7-copy {
  width: 100%;
  height: 100%;
  opacity: .45;
  background-color: rgba(36, 36, 36, .82);
  display: block;
  position: absolute;
}

.image-9 {
  width: 100px;
}

.lightbox-link {
  width: 200px;
  height: 200px;
}

.div-block-8 {
  width: 200px;
  height: 200px;
  position: absolute;
}

.video-3 {
  width: 85%;
  margin: auto;
}

.bold-text {
  color: var(--reddd);
  font-size: 22px;
}

.div-block-9 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-copy {
  width: 100%;
  color: var(--grey);
  text-align: left;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.image-10 {
  width: 50px;
  height: auto;
  object-fit: contain;
  flex: none;
}

.image-11 {
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex: none;
}

.image-12 {
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex: none;
  align-self: auto;
}

.paragraph-2 {
  color: var(--reddd);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.div-block-10 {
  width: auto;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-2 {
  color: #d40007;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: var(--grey);
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--reddd);
}

.bold-text-2 {
  font-size: 22px;
}

.paragraph-4 {
  font-size: 20px;
  line-height: 24px;
}

.text-block-10 {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.link-block-3 {
  color: var(--white);
  text-decoration: none;
}

.image-10-copy {
  width: 50px;
  height: auto;
  object-fit: contain;
  flex: none;
}

.div-block-9-copy {
  width: 80%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-12, .text-span-13 {
  color: var(--reddd);
}

.image-10-copy {
  width: 50px;
  height: auto;
  object-fit: contain;
  flex: none;
}

.image-10-copy-copy {
  width: 100px;
  height: auto;
  object-fit: contain;
  flex: none;
}

.text-span-14 {
  color: var(--grey);
}

.bold-text-copy {
  color: var(--grey);
  color: var(--grey);
  font-size: 20px;
  font-weight: 400;
}

.div-block-11 {
  width: 80%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.bold-text-copy-copy {
  color: var(--grey);
  font-size: 22px;
}

.div-block-5-copy {
  width: 40%;
}

.div-block-5-copy-copy {
  width: 100%;
}

.div-block-12 {
  width: 200px;
  height: 200px;
  position: relative;
}

.div-block-13 {
  width: 85%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    width: 95%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    font-size: 18px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: auto;
    margin-left: 0;
  }

  .button-primary {
    width: 190px;
    text-align: center;
    font-size: 18px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-3 {
    height: 300px;
    object-fit: cover;
  }

  .text-block {
    width: 500vw;
  }

  .collection-list-wrapper {
    width: 90vw;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    font-size: 20px;
  }

  .image-9 {
    width: 100px;
  }

  .bold-text {
    color: var(--reddd);
  }

  .div-block-9 {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-10, .image-11, .image-12 {
    width: 70px;
  }

  .text-span-10 {
    color: var(--reddd);
  }

  .text-block-10 {
    font-size: 16px;
  }

  .image-10-copy {
    width: 50px;
  }

  .div-block-9-copy {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-10-copy, .image-10-copy-copy {
    width: 70px;
  }

  .bold-text-copy {
    color: var(--reddd);
    color: var(--grey);
  }

  .bold-text-copy-copy {
    color: var(--grey);
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    height: 100vh;
    background-color: var(--gold);
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .nav-menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20vh;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    display: inline-block;
  }

  .nav-link.w--current {
    color: var(--grey);
    font-size: 24px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-button-wrapper {
    align-self: flex-start;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }

  .button-primary {
    width: 80%;
    font-size: 24px;
    display: inline-block;
  }

  .menu-button {
    font-size: 18px;
    position: relative;
  }

  .menu-button.w--open {
    color: var(--grey);
    background-color: rgba(166, 177, 191, 0);
  }

  .image {
    width: 30%;
  }

  .tabs-menu {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text {
    color: var(--reddd);
  }

  .div-block-9 {
    width: 80%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .image-11, .image-12 {
    height: auto;
  }

  .div-block-9-copy {
    width: 80%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .icon {
    z-index: 100;
    font-size: 36px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .bold-text-copy {
    color: var(--grey);
    color: var(--grey);
  }

  .bold-text-copy-copy {
    color: var(--grey);
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .menu-button.w--open {
    color: var(--grey);
    background-color: rgba(166, 177, 191, 0);
  }

  .image {
    width: 40%;
  }

  .heading {
    width: 80%;
    font-size: 32px;
    line-height: 35px;
  }

  .paragraph {
    width: 80%;
  }

  .image-3 {
    width: 80%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .image-4 {
    height: 50vh;
    object-fit: cover;
  }

  .text-block {
    width: 800vw;
    font-size: 40px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .tabs-menu {
    flex-direction: column;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2-copy {
    font-size: 40px;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-4, .div-block-5 {
    width: 100%;
  }

  .submit-button {
    width: 100%;
    text-align: center;
    align-self: auto;
  }

  .r-seaux {
    padding-left: 10px;
  }

  .image-5 {
    width: 30px;
  }

  .image-5-copy {
    width: 33px;
  }

  .text-block-2, .text-block-3 {
    font-size: 14px;
  }

  .paragraph-copy {
    width: 80%;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .image-10-copy {
    width: 30px;
  }

  .div-block-5-copy {
    width: 100%;
  }
}


#videoprin{
  width: 100%;
}

#maplink{
  text-decoration: none;
}

#submissionMessage{
  display: none;
  padding: 16px;
  border: solid 3px white;
  background-color: #aa9123;
  border-radius: 8px;
  margin: auto;
}

#submissionMessage:hover{
  background-color: #a08921;
}

#submissionMessage p {
  margin: 0;
}

#tab2 .div-block-12{
  display: none;
}
#tab2 #immersive{
  display: block ;
}

#tab3 .div-block-12{
  display: none;
}
#tab3 #monumental{
  display: block;
}

#tab4 .div-block-12{
  display: none;
}
#tab4 #corporate{
  display: block;
}