/* ╔═════════════════════════════════════════════════════╗
 *  🖥️ ==> FOOTER CSS                                  
 * ╚═════════════════════════════════════════════════════╝ */

/* -------------------------------------------------------
 * 🛠️ FOOTER PARTIE HAUTE
 * ------------------------------------------------------- */
.footer-wrapper {
  width: 100%;
  height: auto;
  margin: 66px auto 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.footer-wrapper::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  width: 700px;
  height: 700px;
  background: radial-gradient(closest-side, #ffde65, #ffde6500);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
.footer-hand {
  width: 100%;
}

/* -------------------------------------------------------
 * 🛠️ FOOTER MAIN
 * ------------------------------------------------------- */

.footer-main {
  width: 100%;
  height: 565px;
  background-color: #141313;
  margin-top: -5px;
  padding: 78px 10px 30px;
}

/* -------------------------------------------------------
 * 🛠️ FOOTER MAIN TOP
 * ------------------------------------------------------- */
.footer-main-top {
  width: 1420px;
  height: 170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px;
}

.footer-logo-white {
  width: 400px;
  height: 120px;
}

/* -------------------------------------------------------
 * 🛠️ FOOTER RESEAU
 * ------------------------------------------------------- */
.footer-reseau {
  width: 520px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 40px;
}
.footer-reseau h2 {
  font-family: "Isidora", sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  letter-spacing: -1px;
}
.footer-reseau-icons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
}
.footer-reseau-icons img {
  transition: all 300ms ease-out;
  width: 52px;
  height: 52px;
}
.footer-reseau-icons img:hover {
  transform: scale(1.05);
}

/* -------------------------------------------------------
 * 🛠️ FOOTER SECTION LINKS
 * ------------------------------------------------------- */
.footer-section-links {
  padding: 10px 0 0 45px;
  gap: 55px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-section-links-left,
.footer-section-links-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footer-section-links-left a,
.footer-section-links-right a {
  font-family: "Roboto Flex", serif;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 300ms ease-out;
}
.footer-section-links-left a:hover,
.footer-section-links-right a:hover {
  color: var(--site-color2);
}

/* -------------------------------------------------------
 * 🛠️ FOOTER MAIN LOGO
 * ------------------------------------------------------- */
.footer-main-logo {
  width: 1045px;
  height: 100px;
  margin: 90px auto 40px;
  padding: 5px 10px;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hmo {
  width: 176px;
  height: 34px;
}
.amelie {
  width: 74px;
  height: 64px;
}
.arles {
  width: 78px;
  height: 78px;
}
.cap {
  width: 134px;
  height: 54px;
}
.glaces {
  width: 112px;
  height: 82px;
}
.vallespir {
  width: 107px;
  height: 62px;
}

/* -------------------------------------------------------
 * 🛠️ FOOTER MAIN BOTTOM
 * ------------------------------------------------------- */
.footer-main-bottom {
  max-width: 600px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 20px;
}
.footer-main-bottom span,
.footer-main-bottom a {
  font-family: "Poppins", serif;
  font-size: 15px;
  font-weight: 400;
  color: #525151;
}

.footer-main-bottom a:hover {
  color: aliceblue;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ===> 🖥️ MEDIA QUERY : Max-width 1920px
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1920px) {
  /* 🛠️ FOOTER PARTIE HAUTE */
  .footer-wrapper {
    margin: 3.437vw auto 0;
  }
  .footer-wrapper::before {
    width: 36.458vw;
    height: 36.458vw;
  }

  /* 🛠️ FOOTER MAIN */
  .footer-main {
    height: 29.427vw;
    margin-top: -0.26vw;
    padding: 4.062vw 0.52vw 1.562vw;
  }

  /* 🛠️ FOOTER MAIN TOP */
  .footer-main-top {
    width: 73.958vw;
    height: 8.854vw;
    padding: 0.52vw;
  }

  .footer-logo-white {
    width: 20.833vw;
    height: 6.25vw;
  }

  /* 🛠️ FOOTER RESEAU */
  .footer-reseau {
    width: 27.083vw;
    height: 6.25vw;
    padding-left: 2.083vw;
  }
  .footer-reseau h2 {
    font-size: 2.604vw;
    letter-spacing: -0.052vw;
  }
  .footer-reseau-icons {
    gap: 0.937vw;
  }
  .footer-reseau-icons img {
    width: 2.708vw;
    height: 2.708vw;
  }

  /* 🛠️ FOOTER SECTION LINKS */
  .footer-section-links {
    padding: 0.52vw 0 0 2.343vw;
    gap: 2.864vw;
  }
  .footer-section-links-left,
  .footer-section-links-right {
    gap: 1.041vw;
  }
  .footer-section-links-left a,
  .footer-section-links-right a {
    font-size: 1.041vw;
  }

  /* 🛠️ FOOTER MAIN LOGO */
  .footer-main-logo {
    width: 54.427vw;
    height: 5.208vw;
    margin: 4.687vw auto 2.083vw;
    padding: 0.26vw 0.52vw;
    gap: 0.781vw;
  }
  .hmo {
    width: 9.166vw;
    height: 1.77vw;
  }
  .amelie {
    width: 3.854vw;
    height: 3.333vw;
  }
  .arles {
    width: 4.062vw;
    height: 4.062vw;
  }
  .cap {
    width: 6.979vw;
    height: 2.812vw;
  }
  .glaces {
    width: 5.833vw;
    height: 4.27vw;
  }
  .vallespir {
    width: 5.572vw;
    height: 3.229vw;
  }

  /* 🛠️ FOOTER MAIN BOTTOM */
  .footer-main-bottom {
    max-width: 31.25vw;
    gap: 1.041vw;
  }
  .footer-main-bottom span,
  .footer-main-bottom a {
    font-size: 0.781vw;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ===> 🖥️ MEDIA QUERY : Max-width 1000px
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1000px) {
  /* 🛠️ FOOTER PARTIE HAUTE */
  .footer-wrapper {
    margin: 35px auto 0;
    overflow: visible;
  }
  .footer-wrapper::before {
    top: 0%;
    width: 210px;
    height: 250px;
  }
  .footer-hand {
    width: 100%;
  }

  /* 🛠️ FOOTER MAIN */

  .footer-main {
    height: 555px;
    margin-top: -5px;
    padding: 52px 10px 5px;
  }

  /* 🛠️ FOOTER MAIN TOP */
  .footer-main-top {
    height: 380px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    gap: 30px;
  }

  .footer-logo-white {
    width: 210px;
    height: 60px;
  }

  /* 🛠️ FOOTER RESEAU */
  .footer-reseau {
    width: 300px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
    gap: 25px;
    margin-bottom: 16px;
  }
  .footer-reseau h2 {
    font-family: "Isidora", sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    letter-spacing: -1px;
  }
  .footer-reseau-icons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
  }
  .footer-reseau-icons img {
    transition: all 300ms ease-out;
    width: 40px;
    height: 40px;
  }
  .footer-reseau-icons img:hover {
    transform: scale(1.05);
  }

  /* 🛠️ FOOTER SECTION LINKS */
  .footer-section-links {
    padding: 10px 0 0;
    gap: 70px;
    width: 330px;
  }
  .footer-section-links-left,
  .footer-section-links-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
  .footer-section-links-left a,
  .footer-section-links-right a {
    font-size: 16px;
  }

  /* 🛠️ FOOTER MAIN LOGO */
  .footer-main-logo {
    max-width: 380px;
    width: 100%;
    height: 40px;
    margin: 0px auto 0px;
    padding: 22px 0 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hmo {
    width: 68px;
    height: 12px;
  }
  .amelie {
    width: 30px;
    height: 24px;
  }
  .arles {
    width: 30px;
    height: 30px;
  }
  .cap {
    width: 49px;
    height: 22px;
  }
  .glaces {
    width: 43px;
    height: 32px;
  }
  .vallespir {
    width: 41px;
    height: 24px;
  }

  .footer-main-bottom {
    max-width: 400px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
  }
  .footer-main-bottom span,
  .footer-main-bottom a {
    font-family: "Poppins", serif;
    font-size: 9px;
    font-weight: 400;
    color: #525151;
  }
}
