#main-footer {
  background: #0b253b;
  padding: 20px 0;
  color: white;
}
footer#main-footer p {
  padding: 0;
}

.footer-container {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0 20px;
}

.footer-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
  gap: 100px;
}

.col-1-footer {
  width: calc(75% - 100px);
}
.col-2-footer {
  width: 25%;
}
/*col 1 footer*/
.row-1-footer {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
.big-text-footer {
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 40px;
}

.menu-footer .ibis_central-menu-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

ul.ibis_central-menu-footer .menu-item a:after {
  background: transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  transition: width 0.5s ease 0s;
  width: 0;
  top: 2px;
}

ul.ibis_central-menu-footer .menu-item a:hover:after {
  width: 100%;
  background: #ddaf66;
}

.footer-menu-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ibis_central-menu-footer a {
  color: white;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  font-weight: bold;
  font-family: 'mulish', sans-serif;
}
.ibis_central-menu-footer .sub-menu a {
  font-weight: normal;
}
.ibis_central-menu-footer .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.footer-menu-group .footer-menu-lvl1 a {
  font-weight: bold;
}

.footer-menu-group a:after {
  background: transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  transition: width 0.5s ease 0s;
  width: 0;
  top: 2px;
}

.footer-menu-group a:hover:after {
  width: 100%;
  background: #ddaf66;
}

.col-2-footer a {
  color: white;
  transition: all 0.5s ease;
}
.col-2-footer a:hover,
.realisationPar a:hover {
  transform: scale(1.05);
}
.col-2-footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.logo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.col-full-footer-image {
  width: 98%;
  border-radius: 500px;
  overflow: hidden;
  display: flex;
  margin: 80px auto auto;
  justify-content: center;
}
.col-full-footer-image img {
  width: 100%;
}
.col-full-footer-seperator {
  width: 100%;
  margin: 70px 0;
  display: flex;
  justify-content: center;
}

/*lien realisation*/
.realisationPar {
  display: flex;
  flex-direction: row;
  items-align: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  text-align: center;
}
.realisationPar a {
  display: block;
  width: fit-content;
  font-weight: bold;
  color: white;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 960px) {
  .footer-wrapper {
    gap: 40px;
  }
  .big-text-footer {
    margin-bottom: 20px;
  }

  .sup-footer-wrapper {
    flex-direction: column;
  }
  .footer-wrapper {
    flex-direction: column;
  }
  .col-1-footer,
  .col-2-footer,
  .col-3-footer {
    width: 100%;
  }
  .menu-footer .ibis_central-menu-footer {
    display: none;
  }
  .col-3-footer .row-1-footer {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .btn-reservation-footer {
    padding: 20px;
  }

  .footer-contact-infos {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 650px;
    .contact-infos-item {
      background-color: rgba(217, 217, 217, 0.1);
      padding: 3%;
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      gap: 10px;
      justify-content: space-evenly;
    }
  }

  .row-1-footer {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .logos-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .col-full-footer-image,
  .col-full-footer-seperator {
    margin-top: 20px;
  }
}

@media screen and (max-width: 570px) {
  .footer-contact-infos {
    flex-direction: column;
  }
}
