.wrp-zone-header-body {
  height: auto !important; }

.zone-header {
  z-index: 10 !important; }

.ui-header.header-variant-skeylix {
  padding: 0px 40px;
  width: 100%;
  height: auto;
  box-shadow: none;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0; }
  .ui-header.header-variant-skeylix .nv-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #031528;
    border-radius: 100px;
    padding: 0 40px;
    gap: 10px; }
    .ui-header.header-variant-skeylix .nv-header .cntnt-left-nv-header {
      width: auto;
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: space-between; }
    .ui-header.header-variant-skeylix .nv-header .cntnt-center-nv-header {
      flex: 1;
      height: 100%; }
    .ui-header.header-variant-skeylix .nv-header .cntnt-right-nv-header {
      width: auto; }
    .ui-header.header-variant-skeylix .nv-header .wrp-logo-header {
      width: auto;
      height: auto;
      display: flex;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      align-items: center;
      gap: 10px;
      border: none;
      cursor: pointer; }
      .ui-header.header-variant-skeylix .nv-header .wrp-logo-header .logo {
        font-size: 20px;
        font-weight: 700;
        color: #00a2ff;
        text-align: center;
        letter-spacing: 3px; }
    .ui-header.header-variant-skeylix .nv-header .logo-txt {
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase; }
    .ui-header.header-variant-skeylix .nv-header .wrp-itm-nv-header {
      display: flex;
      align-items: center;
      justify-content: end;
      list-style: none; }
      .ui-header.header-variant-skeylix .nv-header .wrp-itm-nv-header .itm-nv-header .link-nv-header {
        transition: 0.3s;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        text-decoration: none;
        padding: 15px 13px;
        display: flex;
        border-bottom: 0px solid transparent;
        min-height: 75px;
        align-items: center; }
        .ui-header.header-variant-skeylix .nv-header .wrp-itm-nv-header .itm-nv-header .link-nv-header:hover {
          color: #E5AB0B;
          border-color: #E5AB0B; }
        .ui-header.header-variant-skeylix .nv-header .wrp-itm-nv-header .itm-nv-header .link-nv-header:active {
          color: #E5AB0B;
          border-color: #E5AB0B; }
        .ui-header.header-variant-skeylix .nv-header .wrp-itm-nv-header .itm-nv-header .link-nv-header.active {
          color: #E5AB0B;
          border-color: #E5AB0B; }
        .ui-header.header-variant-skeylix .nv-header .wrp-itm-nv-header .itm-nv-header .link-nv-header:focus {
          color: #E5AB0B;
          border-color: #E5AB0B; }
    .ui-header.header-variant-skeylix .nv-header .wrp-cntnt-avatar-notif {
      display: flex;
      align-items: center; }
      .ui-header.header-variant-skeylix .nv-header .wrp-cntnt-avatar-notif .notif-btn {
        font-size: 18px;
        color: gray;
        position: relative;
        margin-right: 10px; }
        .ui-header.header-variant-skeylix .nv-header .wrp-cntnt-avatar-notif .notif-btn .count-notif {
          position: absolute;
          top: -5px;
          left: -10px;
          min-width: 20px;
          height: 20px;
          background: #dc3545;
          border-radius: 100px;
          color: white;
          font-size: 10px;
          font-weight: 700;
          line-height: 20px;
          text-align: center; }
      .ui-header.header-variant-skeylix .nv-header .wrp-cntnt-avatar-notif .wrp-avatar {
        width: 40px;
        height: 40px;
        border-radius: 100px;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none; }
        .ui-header.header-variant-skeylix .nv-header .wrp-cntnt-avatar-notif .wrp-avatar .avatar-img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

.zone-right-content {
  padding: 0 !important; }

.container-custom {
  max-width: 1140px;
  margin: 0 auto auto auto;
  padding: 0 40px 0 40px;
  width: 100%; }

.sct.sct-a .container-custom {
  padding: 6vh 40px 40px 40px; }

.wrp-logo {
  width: auto;
  height: auto;
  display: flex;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: none;
  padding-bottom: 0px; }
  .wrp-logo .logo {
    font-size: 20px;
    font-weight: 700;
    color: #00a2ff;
    text-align: center;
    letter-spacing: 3px; }

.logo-txt {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase; }

footer {
  background: #031528;
  padding: 30px 0;
  position: relative;
  z-index: 3; }
  footer .flex-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    footer .flex-footer .info-footer {
      display: flex;
      gap: 10px;
      justify-content: end;
      margin-bottom: 10px;
      color: white;
      font-size: 18px;
      font-weight: 300;
      align-items: center; }
    footer .flex-footer .social-media {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: end; }
      footer .flex-footer .social-media .icon {
        font-size: 28px;
        color: white; }
  footer .wrp-logo {
    border: none;
    margin-bottom: 5px; }
  footer .link-footer {
    text-decoration: none !important;
    color: inherit;
    display: flex;
    gap: 10px;
    align-items: center; }

.hamburger-nav {
  display: none; }
  .hamburger-nav .icon {
    font-size: 24px;
    color: white; }

.main-padding-container {
  padding: 95px 0px 95px 0px; }

.banner-img {
  min-height: calc(100vh + 70px);
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }
  .banner-img::before {
    content: "";
    background: linear-gradient(90deg, #0d141b 0%, rgba(13, 20, 27, 0.93) 18%, rgba(13, 20, 27, 0.6) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .banner-img::after {
    content: "";
    background-image: url(../images/polygone-style.png);
    background-size: contain;
    width: 40%;
    height: 651px;
    position: absolute;
    bottom: -150px;
    right: 0;
    background-repeat: no-repeat;
    background-position-x: right; }
  .banner-img .container-custom {
    height: 100%; }
  .banner-img .ttl {
    line-height: 45px; }
  .banner-img.main-page::before {
    background: rgba(13, 20, 27, 0.74) !important; }
  .banner-img.main-page::after {
    background: none !important; }

.txt-cntnt-first-sct {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  gap: 20px; }

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