@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,300&display=swap');
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: 'Nexa';
  src: url('../font/NexaBold.eot');
  src: url('../font/NexaBold.eot?#iefix') format('embedded-opentype'), url('../../font/NexaBold.woff2') format('woff2'), url('../../font/NexaBold.woff') format('woff'), url('../../font/NexaBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../font/Nexa-Black.eot');
  src: url('../font/Nexa-Black.eot?#iefix') format('embedded-opentype'), url('../../font/Nexa-Black.woff2') format('woff2'), url('../../font/Nexa-Black.woff') format('woff'), url('.../../font/Nexa-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../font/NexaLight.eot');
  src: url('../font/NexaLight.eot?#iefix') format('embedded-opentype'), url('../../font/NexaLight.woff2') format('woff2'), url('../../font/NexaLight.woff') format('woff'), url('../../font/NexaLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../font/NexaLight_1.eot');
  src: url('../font/NexaLight_1.eot?#iefix') format('embedded-opentype'), url('../../font/NexaLight_1.woff2') format('woff2'), url('../../font/NexaLight_1.woff') format('woff'), url('../../font/NexaLight_1.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #ffffff;
}
h1 {
  font-size: 2.5rem;
  font-family: 'Nexa';
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 130px !important;
}
h1.hero {
  font-size: 2.5rem;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}
p.lead {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: 'Nexa';
}
p a {
  color: #E6BB3E !important;
  text-decoration: none;
}
p a:hover {
  color: #ffffff;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  font-family: 'Nexa';
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
}
.bg-dark {
  background-color: #000B23 !important;
}
.bg-light {
  background-color: #051330 !important;
}
.btn-outline-white {
  border: 1px solid #ffffff;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 50px;
  padding: 0.7rem 3rem !important;
  height: auto !important;
  background-color: transparent !important;
  transition: border;
}
.btn-outline-white:hover {
  border: 2px solid #ffffff !important;
}
.btn-outline-white:active {
  border: 2px solid #ffffff !important;
}
.btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem #ffffff;
}
.btn-outline-primary {
  color: #E6BB3E !important;
  border: 1px solid #E6BB3E !important;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 50px !important;
  padding: 0.7rem 3rem !important;
  height: auto !important;
  background-color: transparent !important;
}
.btn-outline-primary:hover {
  color: #000B23 !important;
  background-color: #E6BB3E !important;
  border-color: #E6BB3E !important;
}
.btn-outline-primary:active {
  color: #000B23 !important;
  background-color: #E6BB3E !important;
  border-color: #E6BB3E !important;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem #000B23 !important;
}
.bg-head {
  height: 50vh;
  max-height: 600px;
  background: linear-gradient(180deg,#00000045 0%,#00000030 100%), var(--bg) center / cover no-repeat;
}
.bg-head h1 {
  margin-top: 70px;
}
.bg-hero {
  background: var(--bg) center / cover no-repeat;
  background-blend-mode: overlay;
  min-height: 60vh;
}
.bg {
  background: var(--bg) center / cover no-repeat;
  background-color: #051330 !important;
}
.text-primary {
  color: #E6BB3E !important;
}
.contact-form {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.contact-form .nf-fu-progress {
  display: none;
}
.contact-form .file_upload-container button {
  border: 1px solid #E6BB3E !important;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 0.7rem 3rem !important;
  height: auto !important;
  background-color: transparent !important;
}
.contact-form .nf-form-layout .nf-field-element input:not([type=button]) {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF !important;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form .nf-form-layout .nf-field-element input:not([type=button])::-webkit-input-placeholder {
  color: #FFFFFF !important;
}
.contact-form .nf-form-layout .nf-field-element input:not([type=button])::-webkit-input-placeholder:after {
  content: '*';
  color: darkred;
  font-size: 1.5rem;
}
.contact-form .nf-form-layout .nf-field-element textarea.nf-element {
  background-color: transparent;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid white;
}
.contact-form .nf-form-layout .nf-field-element textarea.nf-element::placeholder {
  color: #FFFFFF !important;
}
.dropdown-menu {
  background-color: #051330f5;
}
.navbar-collapse.collapse.show {
  background-color: #051330f5;
}
.contenu h2,
.contenu h3,
.contenu h4,
.contenu h5,
.contenu h6 {
  text-align: center;
}
.z-index-1 {
  z-index: 1;
}
[data-sal='tracking-in-contract-bck'].sal-animate {
  -webkit-animation: tracking-in-contract-bck 0.8s cubic-bezier(0.215,0.610,0.355,1.000) both;
  animation: tracking-in-contract-bck 0.8s cubic-bezier(0.215,0.610,0.355,1.000) both;
}
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    text-shadow: -6px 0 18px rgba(0,0,0,0.35);
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    text-shadow: -6px 0 18px rgba(0,0,0,0.35);
  }
}
body .scrollTop {
  position: fixed;
  right: 10%;
  bottom: 90px;
  background-color: #E6BB3E !important;
  padding: 10px;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
  z-index: 10;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}
body header .top-bar a {
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
}
body header .top-bar a:hover {
  color: #E6BB3E !important;
}
body header.navbar-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
body header .navbar .menu-item {
  font-family: 'Nexa';
  font-weight: bold;
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 20px;
}
body header .navbar .menu-item .nav-link {
  color: #ffffff;
}
body header .navbar .menu-item .nav-link.active {
  color: #E6BB3E !important;
}
body header .navbar .menu-item .nav-link:hover {
  color: #E6BB3E !important;
}
body header .navbar .dropdown-menu {
  border: 0;
}
body header .navbar .dropdown-menu .menu-item {
  font-family: 'Nexa';
  font-weight: bold;
  font-size: 0.7rem;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
body header .navbar .dropdown-menu .menu-item .dropdown-item {
  color: #ffffff;
  font-weight: bold;
}
body header .navbar .dropdown-menu .menu-item .dropdown-item.active {
  color: #E6BB3E !important;
  background-color: transparent;
}
body header .navbar .dropdown-menu .menu-item .dropdown-item:hover {
  color: #E6BB3E !important;
  background-color: transparent;
}
body main .single-carriere h2 {
  font-size: 2rem;
}
body footer .footernav h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
}
body footer .footernav li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: none;
}
body footer .footernav li a:hover {
  color: #E6BB3E !important;
}
body footer .copyright {
  font-size: 0.75rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .navbar-brand img {
    width: 280px;
  }
  .contenu h2,
  .contenu h3,
  .contenu h4,
  .contenu h5,
  .contenu h6 {
    text-align: left;
  }
}
.logo-bg {
  right: 50%;
  z-index: 0;
}
.logo-bg img {
  width: 80%;
}
@media (min-width: 992px) {
  .dropdown-menu {
    background-color: transparent;
  }
  .bg-hero {
    background: var(--bg) center / cover no-repeat;
    background-blend-mode: overlay;
    min-height: 100vh;
  }
  .bg-head {
    height: 70vh;
    max-height: 680px;
    background: linear-gradient(180deg,#00000045 0%,#00000030 100%), var(--bg) center / cover no-repeat;
  }
  .bg-head h1 {
    margin-top: 70px;
    font-size: 5.625rem;
  }
  h1.hero {
    font-size: 4.75rem;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .logo-bg {
    right: 70%;
    z-index: 0;
  }
  .logo-bg img {
    width: 80%;
  }
  h1.hero {
    font-size: 6.75rem;
  }
  .bg-head {
    padding-top: 6rem;
    padding-bottom: 6rem;
    height: 70vh;
    max-height: 680px;
    background: linear-gradient(180deg,#00000045 0%,#00000030 100%), var(--bg) center / cover no-repeat;
  }
  .bg-head h1 {
    margin-top: 70px;
    font-size: 5.625rem;
  }
}
@keyframes border404LeftToRight {
  0% {
    left: -40%;
  }
  100% {
    left: 130%;
  }
}
@keyframes border404RightToLeft {
  0% {
    left: 130%;
  }
  100% {
    left: -40%;
  }
}
.error-404 {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.error-404 h1 {
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.error-404 h1:before {
  content: '';
  position: absolute;
  width: 10%;
  height: 2px;
  left: 0%;
  background-color: #E6BB3E !important;
  top: 0;
  animation: border404RightToLeft 4s infinite;
}
.error-404 h1:after {
  content: '';
  position: absolute;
  width: 10%;
  height: 2px;
  left: 0%;
  background-color: #E6BB3E !important;
  bottom: 0;
  animation: border404LeftToRight 4s infinite;
}
.error-404 h2 {
  margin-top: 30px;
}
.error-404 .btn {
  margin-top: 40px;
}
