@charset "UTF-8";
/* 
	Homebrew France Web V5.0.0
    Copyright (C) 2025  Homebrew France

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.
*/
/* ---------------------- This file is used to manage all fonts from homebrewfrance.fr ----------------- */
/* ------------- Ce fichier est utilisé pour gérer toutes les polices de homebrewfrance.fr ------------- */
/* Sora */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
/* Space Grotesk */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
/* Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Inter */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* Instrument Sans */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
/* Syne */
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
/* DM Sans */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --main-color-block: #10101363;
  --main-border: 2px solid #272727;
}

@media only screen and (min-width: 1380px) {
  .cookie-button {
    font-size: 17px;
  }
  .cookie-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dropdown-item::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
  }
  .nav-link, .dropdown-item {
    margin-inline: 25px;
    font-size: 19px;
  }
  #navbarToggler {
    display: none;
  }
  #mobileItems {
    display: none;
  }
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer {
    padding-inline: 7%;
  }
  .ua-flag {
    width: 16px;
    height: auto;
  }
  .hbf-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 800px) {
  .navbar {
    width: 95%;
  }
  .nav-link, .dropdown-item {
    margin-inline: 25px;
    font-size: 15px;
  }
  .right-footer {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .navbar {
    width: 85%;
    margin-inline: 11px;
  }
  .nav-link, .dropdown-item {
    margin-inline: 25px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1380px) {
  .cookie-button {
    font-size: 17px;
  }
  .cookie-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dropdown-item::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
  }
  .nav-link, .dropdown-item {
    margin-inline: 25px;
    font-size: 14px;
  }
  #navbarToggler {
    display: none;
  }
  #mobileItems {
    display: none;
  }
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer {
    padding-inline: 7%;
  }
}

@media only screen and (max-width: 1000px) {
  .cookie-button {
    font-size: 14px;
  }
  .cookie-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-item-content::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
  }
  .nav-item-content {
    -ms-flex-item-align: self-start !important;
        -ms-grid-row-align: self-start !important;
        align-self: self-start !important;
  }
  .hbf-version {
    display: none;
  }
  .hbf-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #desktopItems {
    display: none;
  }
  #mobileItems {
    display: none;
  }
  #mobileItems.showLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .footer-container {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .right-footer {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
  }
  .ua-flag {
    width: 12px;
    height: auto;
  }
  .left-footer {
    text-align: center;
  }
  footer {
    padding-inline: 3%;
  }
  .nav-link, .dropdown-item {
    margin: 0px 0px 8px 0px;
  }
}

/* ----- DEBUT GESTION DE L'ACCEPTATION DES COOKIES ----- */
.cookie-box {
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 6000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #1f202370;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-top: 0.8px solid rgba(66, 66, 66, 0.425);
  padding-inline: 7%;
  padding-block: 15px;
}

.cookie-button {
  font-family: 'Space Grotesk', sans-serif;
  border-radius: 15px;
  font-weight: 400;
  padding-inline: 18px;
  padding-block: 7px;
  color: white;
  margin-inline: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #75418d;
}

.cookie-button:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(222, 150, 255, 0.5);
          box-shadow: 0 0 10px rgba(222, 150, 255, 0.5);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* ----- FIN GESTION DE L'ACCEPTATION DES COOKIES ----- */
/**/
.hbf-version {
  color: #ffffff;
  background: linear-gradient(135deg, #67158a, #a32aff);
  font-size: 12px;
  border-radius: 7px;
  padding-inline: 5px;
  padding-block: 2px;
  font-family: 'Inter', sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 6px;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grayed {
  color: gray !important;
}

.discord-nav-btn {
  border: none;
  border-radius: 11px;
  margin-block: 5px;
  padding-inline: 11px;
  font-size: 18px;
  font-family: 'Sora';
  color: white;
  background-color: #4a75ff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.discord-nav-btn:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  background-color: #3866ff;
  -webkit-box-shadow: 0px 6px 15px -4px rgba(103, 164, 255, 0.576);
          box-shadow: 0px 6px 15px -4px rgba(103, 164, 255, 0.576);
  cursor: pointer;
}

.grayed:hover {
  border: none !important;
  background: none !important;
  text-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.grayed:hover::after {
  content: none !important;
}

/**/
/* ----- DEBUT STYLES BARRE DE NAVIGATION // DROPDOWN MENUS ----- */
.navbar {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px auto;
  background-color: #1515186d;
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
          backdrop-filter: blur(14px) saturate(1.2);
  border: 2px solid rgba(66, 66, 66, 0.425);
  padding-block: 12px;
  z-index: 550;
  overflow: visible;
  border-radius: 25px;
  padding-inline: 15px;
  margin-top: 25px;
  -webkit-box-shadow: 0px 10px 15px -4px #0000005e;
          box-shadow: 0px 10px 15px -4px #0000005e;
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.active {
  color: white !important;
}

.active span {
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.322);
}

.active span::before {
  color: #b4b4b4;
}

#navSpace {
  height: 70px;
  z-index: 230;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#desktopItems, #mobileItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#navIcon {
  height: 45px;
  width: 45px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 4/3;
  -webkit-filter: opacity(0.9);
          filter: opacity(0.9);
}

#navIcon:hover {
  -webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(-0.01turn) scale(1.05);
          transform: rotate(-0.01turn) scale(1.05);
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

.nav-link, .dropdown-item {
  font-family: 'Instrument Sans';
  font-weight: 700;
  color: #cecece;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.nav-link span, .dropdown-item span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-link span:hover, .dropdown-item span:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.nav-link:hover {
  text-shadow: 1px 1px 7px rgba(255, 255, 255, 0.295);
  color: white;
}

.dropdown-item span:hover {
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.5);
  color: white;
}

.dropdown-item:active span {
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
}

.nav-link:active, .drop-item:active {
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
}

.lumiaIconNav {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* ----- FIN STYLES DE LA BARRE DE NAVIGATION // DROPDOWN MENUS ----- */
/**/
#navbarToggler {
  padding-inline: 10px;
}

#hamburgerMenu {
  -webkit-filter: invert(1);
          filter: invert(1);
  vertical-align: middle;
}

.dropdown-menu {
  position: absolute !important;
  background: rgba(21, 21, 24, 0.799);
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px);
  border: 2px solid rgba(66, 66, 66, 0.425);
  border-radius: 25px;
  -webkit-box-shadow: 0px 10px 15px -4px #0000009b;
          box-shadow: 0px 10px 15px -4px #0000009b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: 'Instrument Sans', sans-serif;
  top: 100%;
  left: -40px;
  z-index: 5000;
  margin-top: 20px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 7px;
}

.showDropdown {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.dropdown-menu {
  isolation: isolate;
}

.drop-item {
  color: white;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-block: 7px;
  padding-inline: 12px;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 2px;
  margin-inline: 4px;
  border-radius: 14px;
  font-family: 'Instrument Sans';
}

.drop-item img {
  vertical-align: middle;
  opacity: 0.5;
}

.website-name {
  font-family: 'Sora', sans-serif;
  font-size: 25px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.drop-item:hover {
  border: none;
  color: white;
  background: none;
  text-shadow: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #313337;
  -webkit-box-shadow: 0px 10px 15px -4px #0000009a;
  box-shadow: 0px 10px 15px -4px #0000009a;
}

.drop-item:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 7px;
  color: #c5c5c598;
  font-size: 17px;
  content: "\f0da";
}

.dropdown-item:hover {
  cursor: pointer;
}

.dropdown-item span {
  text-align: left;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#betaLink {
  color: #545454;
}

#betaLink:hover {
  text-shadow: none;
}

footer {
  background-color: #1515186d;
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
          backdrop-filter: blur(14px) saturate(1.2);
  border-top: 2px solid rgba(66, 66, 66, 0.425);
  padding-block: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer a:hover {
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.5);
  color: white;
}

footer .right-footer a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: 'Instrument Sans', 'sans-serif';
  color: rgba(221, 221, 221, 0.801);
  font-weight: 400;
  font-size: 16px;
}

footer .right-footer a:hover {
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.5);
  color: white;
}

footer i {
  font-weight: 200;
}

footer .fa-brands {
  margin-inline: 4px;
}

.footer-p {
  text-align: center;
  color: white;
}

.footer-container p {
  font-family: 'Lexend', 'sans-serif';
  color: white;
}

.footer-container small {
  font-family: 'Lexend', 'sans-serif';
  color: white;
}

.footer-container {
  position: absolute;
  width: 100%;
}

.footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  margin-inline: 25px;
}

.right-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  text-align: left;
}

@media only screen and (min-width: 1380px) {
  .cookie-button {
    font-size: 17px;
  }
  .cookie-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dropdown-item::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
  }
  .nav-link, .dropdown-item {
    margin-inline: 25px;
    font-size: 19px;
  }
  #navbarToggler {
    display: none;
  }
  #mobileItems {
    display: none;
  }
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer {
    padding-inline: 7%;
  }
  .ua-flag {
    width: 16px;
    height: auto;
  }
  .hbf-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 800px) {
  .navbar {
    width: 95%;
  }
  .nav-link, .dropdown-item {
    margin-inline: 25px;
    font-size: 15px;
  }
  .right-footer {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .navbar {
    width: 85%;
    margin-inline: 11px;
  }
  .nav-link, .dropdown-item {
    margin-inline: 25px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1380px) {
  .cookie-button {
    font-size: 17px;
  }
  .cookie-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dropdown-item::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
  }
  .nav-link, .dropdown-item {
    margin-inline: 25px;
    font-size: 14px;
  }
  #navbarToggler {
    display: none;
  }
  #mobileItems {
    display: none;
  }
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer {
    padding-inline: 7%;
  }
}

@media only screen and (max-width: 1000px) {
  .cookie-button {
    font-size: 14px;
  }
  .cookie-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-item-content::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
  }
  .nav-item-content {
    -ms-flex-item-align: self-start !important;
        -ms-grid-row-align: self-start !important;
        align-self: self-start !important;
  }
  .hbf-version {
    display: none;
  }
  .hbf-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #desktopItems {
    display: none;
  }
  #mobileItems {
    display: none;
  }
  #mobileItems.showLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .footer-container {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .right-footer {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
  }
  .ua-flag {
    width: 12px;
    height: auto;
  }
  .left-footer {
    text-align: center;
  }
  footer {
    padding-inline: 3%;
  }
  .nav-link, .dropdown-item {
    margin: 0px 0px 8px 0px;
  }
}
/*# sourceMappingURL=navbar__f.css.map */