.nav-container {
  background-color: #27374d;
  padding: 1.2rem 4.4rem;
  width: 100%;
  box-shadow: 0 4px 13px 5px rgba(3, 3, 3, 0.2);
  position: absolute;
  top: 0;
  z-index: 19999;
}

nav {
  display: flex;
  height: 6.4rem;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.nav-open .nav-menu {
  transform: translateX(0) !important;
}

.nav-btn::after {
  content: '';
  width: 1px;
  height: 2px;
  background-color: transparent;
  display: block;
  transition: all 0.5s;
  animation: infinite;
  margin-top: 0.4rem;
}

.nav-btn:hover::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #141c27;
}

.logo-container img {
  height: 6.4rem;
}

.nav-menu {
  display: flex;
  gap: 4.8rem;
  width: 100%;
  justify-content: flex-end;
  transition: all 0.3s;
}

.sticky {
  position: fixed !important;
  background-color: rgba(38, 54, 77, 0.9);
}

.open-nav {
  display: none;
}

.nav-item {
  font-size: 2.4rem;
}

.mobile--nav-btns {
  font-size: 4.4rem;
  z-index: 1100;
}

.logout .nav-item,
.goto-admin .nav-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}

.logout i,
.goto-admin i {
  font-size: 3.2rem;
  cursor: pointer;
}

/*******************/
/******FOOTER*******/
/*******************/
.footer {
  background-color: #141c27;
  color: #fff;
  padding: 4.4rem 3.2rem 8rem 3.2rem;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 0.5fr;
  column-gap: 2.4rem;
  row-gap: 4.4rem;
  margin: 0 auto;
  max-width: 180rem;
}

.footer-logo {
  height: 6.4rem;
}

.footer-title {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

.footer-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

.footer-openhours {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-top: 1.2rem;
}

.footer-openhours .openhours {
  color: #fff;
}

.footer-contact .footer-text,
.footer-nav .footer-text {
  display: flex;
  flex-direction: column;
}

.footer-offert .footer-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.4rem;
}

.footer-title:last-child {
  /* display: flex; */
  /* align-items: center; */
  /* gap: 1.2rem;
  justify-content: flex-end; */
  text-align: right;
}

.footer-title .link i,
.footer-title .link i {
  transition: all 0.3s;
  display: inline-block;
}

.footer-title .link:hover i,
.footer-title .link:active i {
  transform: translateY(-30%) !important;
}

/* INTERSECTION OBSERVER API */
.global--goup-btn a:link,
.global--goup-btn a:visited {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 2.4rem;
  cursor: pointer;
  background-color: #141c27;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  color: #fff;
  text-decoration: none;
  z-index: 17777;
}

.global--goup-btn a:link i,
.global--goup-btn a:visited i {
  transition: transform 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  color: #fff;
  z-index: 17777;
}

.global--goup-btn a:hover i {
  transform: translateY(-20%);
  color: #fff;
}

/* REVAL SECTION */
.section--hidden {
  opacity: 0;
  transform: translateY(8rem);
}
