:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
footer {
  background-color: #003A36;
}

#footer {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 56px;
  padding: 60px 0px;
  width: 88.88%;
  margin: 0 auto;
}

.footer-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-brand-media {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 48px;
  padding-right: 60px;
  width: 25.625%;
  max-width: 532px;
}

.media-brand {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 40px;
}

.footer-medias {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.news-letter-bloc {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 24px;
}

.news-letter-title {
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 133%;
  font-weight: 300 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  margin: 0;
  color: #B4E2E2;
}

.formInline {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.media-item {
  height: 50px;
  width: 50px;
  position: relative;
  border-radius: 50%;
  background: transparent;
  text-decoration: none;
  border: 1px solid rgb(255, 255, 255);
}

.media-item:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.12);
}

.media-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-menus {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 92.5051335%;
  padding-right: 29px;
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: unset !important;
  right: 0;
  border: none;
  background-color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  max-height: 56px;
  width: 107px;
  display: none;
  padding: 0px !important;
}

.lang-dropdown.active {
  display: block;
}

.drop-item-language:hover {
  background-color: #F7F7F9;
  color: rgb(46, 45, 56);
}

.drop-item-language:focus,
.drop-item-language:focus-visible {
  background-color: #F4F4F7;
  color: rgb(46, 45, 56);
  outline: none;
}

.drop-item-language {
  text-decoration: none;
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  line-height: 100%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: rgb(46, 45, 56);
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  padding: 8px 12px;
  height: 28px;
  width: 100%;
}

.footer-title-menu {
  text-transform: uppercase;
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 133%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  margin: 0;
  color: rgb(255, 255, 255);
}

.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 18px;
  width: 23.27%;
}

.items-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-lang .drop-lang {
  border: 1.5px solid #f25f29;
  color: #f25f29;
}

.footer-lang {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.drop-lang {
  /*  
      example de valeur de color lors de son utilisation :
      $colors: (
          default: #007bff,
          hover: #0056b3,
          focus: #80bdff,
          disabled: #c0c0c0
      );
  */
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  border-radius: 5px;
  text-decoration: none;
  border: 1.5px solid #DC5625;
  background-color: transparent;
  color: #DC5625;
}
.drop-lang:hover {
  color: #FFFFFF;
  border: 1.5px solid #F57F54;
  background-color: #F57F54;
  text-decoration: none;
}
.drop-lang:focus, .drop-lang:focus-within {
  background-color: #DC5625;
  color: #FFFFFF;
  border: 1.5px solid #DC5625;
  box-shadow: none !important;
  outline: none;
}
.drop-lang:disabled, .drop-lang:disabled:hover {
  background-color: #FFFFFF;
  border: 1.5px solid #F0F0F4;
  color: #C9C9CE !important;
  cursor: not-allowed;
}

.item-list {
  display: flex;
  width: 100%;
  gap: 8px;
}

.footer-menu-lang {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 29px;
  width: 68.125%;
}

.footer-link {
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 133%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  padding: 8px 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  transform: translateX(0);
  position: relative;
  transition: opacity 0.2s ease, transform 0.25s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.footer-link::before {
  content: "";
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23F25F29'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(-2px);
  transition: opacity 0.4s ease, transform 1s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.footer-link:hover {
  color: #FFFFFF;
  transform: translateX(0px);
}

.footer-link:hover::before {
  padding-right: 14px;
  opacity: 1;
  transform: translateX(0);
  width: 6px;
  height: 6px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer-bottom-text {
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  line-height: 100%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: rgb(131, 132, 136);
  margin: 0;
  text-align: center;
}

@media (min-width: 1400px) {
  #footer {
    max-width: 1320px;
    margin: 0 auto;
  }
}
@media (max-width: 1279px) {
  .footer-menus {
    flex-wrap: wrap;
    gap: 41px;
    width: 100%;
  }
  body #footer {
    padding: 40px 0px;
    margin: 0 16px;
    width: unset;
  }
  body #footer .news-letter-bloc {
    width: 100%;
  }
  body #footer .footer-menu {
    width: 47%;
  }
  .footer-brand-media {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }
  .footer-menu-lang {
    width: 100%;
    flex-direction: column;
  }
  .footer-header {
    flex-wrap: wrap;
    gap: 58px;
    width: 100%;
  }
  .footer-brand-media {
    width: 100%;
  }
  .footer-brand-media {
    padding-right: 0;
  }
}
@media (max-width: 768.98px) {
  body footer .lang-dropdown {
    position: absolute;
    left: 0 !important;
    right: unset !important;
  }
}