  @import url("https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
  @import url("color.css");

  body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: var(--couleur-texte);
    background-color: var(--background);
  }
  * {
    font-weight: normal;
    margin: 0;
  }
  a {
    color: inherit;
    text-decoration: none;
    width: fit-content;
  }
  a.span {
    color: var(--couleurPrimaire);
    font-weight: bolder;
    display: flex;
    flex-wrap: wrap;
    word-break: break-all;
  }
  span {
    color: var(--couleurPrimaire);
  }
  .title_rank {
    color: inherit;
    font-weight: 800;
  }
  h4 {
    font-weight: lighter;
  }
  .top h3 {
    font-weight: lighter;
  }

  li {
    list-style: none;
  }
  ul {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    margin: 0px;
  }
  /*navbar*/
  .navbar {
    height: 2.4rem;
    padding: 1rem;
    margin-top: -7px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0rem;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.85rem;
    animation-delay: 0.4s;
  }
  .copy_button_container {
    display: flex;
    justify-content: start;
    align-items: center;
    width: calc(33vw);
  }
  .ul_center_navbar {
    display: flex;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%);
    height: 2.4rem;
  }
  .ul_center_navbar .btn {
    margin-left: 20px;
  }
  .ul_center_navbar li:first-child {
    margin-left: 0px;
  }
  .ul_right_navbar {
    display: flex;
    align-items: center;
    z-index: 50;
    right: calc(20px);
    position: absolute;
    margin-top: 5px;
  }
  .logo {
    display: flex;
  }
  .C_logo {
    margin-top: -11.5px;
    margin-right: -5px;
  }
  #title {
    font-size: 1.7rem;
    z-index: 50;
    cursor: pointer;
    margin-top: 1px;
    font-weight: normal;
  }
  .menu {
    display: none;
  }
  .fond {
    display: none;
  }
  /*page*/

  #welcome {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: calc(30px + 2vw);
    margin-left: 0px;
    font-weight: 700;
  }
  #welcome.immeuble {
    margin-bottom: -10px;
  }
  #sous_titre {
    font-size: calc(20px + 1vw);
    margin-bottom: 10px;
    margin-top: -0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #adresse {
    font-size: calc(10px + 0.5vw);
    margin-bottom: 0px;
    margin-top: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .card {
    width: 100%;
    max-width: 600px; /* ou toute autre valeur appropriée */
    height: auto; /* ou une hauteur fixe si nécessaire */
  }

  .element_card {
    width: 100%;
    height: 100%;
  }

  .card_container {
    width: 300px;
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
        justify-content: center;
  }
  .header {
    width: 100%;
    min-height: calc(100vh - 100px);
    margin-top: 0px;
  }
  .card {
    width: 600px;
    max-width: 80svw;
    border-radius: 20px;
    height: 150px;
    min-height: 220px;
    max-height: 220px;
    min-width: 350px;
    max-width: 90svw;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
  }
  #wifi {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(/image/wifi.jfif);
    background-position: center;
    background-size: cover;
  }
  .element_card.wifi_container {
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  #supp {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(supp.jpg);
    background-position: center;
    background-size: cover;
  }
  #reglement {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(reglement.webp);
    background-position: center;
    background-size: cover;
  }
  #none {
    font-weight: lighter;
    display: flex;
    flex-wrap: wrap;
    word-break: break-word;
    width: 100%;
    opacity: 0;
  }
  #arrivee {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(arrivée.webp);
    background-position: center;
    background-size: cover;
  }
  #adresses {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(lieux.jpg);
    background-position: center;
    background-size: cover;
  }
  #depart {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(depart.webp);
    background-position: center;
    background-size: cover;
  }
  .element_card {
    position: absolute;
    z-index: -1;
    display: flex;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    color: var(--background);
    padding: 1rem;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    transition: 0.2s ease-in-out;
    border-radius: 6px;
    overflow-x: hidden;
  }
  .element_card {
    position: static !important;
    opacity: 1 !important;
    z-index: auto !important;
    display: block !important;
    background: none !important;
    color: inherit !important;
    padding: 1rem;
  }
  .element_card h4 {
    font-weight: lighter;
    display: flex;
    flex-wrap: wrap;
    word-break: break-word;
    width: 100%;
  }
  .blur_card > .element_card {
    transition: 0.35s ease-in-out;
    opacity: 1;
    display: grid;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 2;
    overflow-y: auto;
  }
  .blur_card > .element_card,
  .blur_card > .element_card * {
    opacity: 1 !important;
    display: grid !important;
    background: none !important;
    color: #fff !important;
    z-index: 2 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  .blur_card > .card {
    scale: 1.7;
  }
  .blur_card > .bottom_card {
    opacity: 0;
  }

  /* Toujours afficher le titre (bottom_card) */
  .card .bottom_card {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 3;
    transition: opacity 0.3s, visibility 0.3s;
  }

  /* Affiche uniquement le titre par défaut, cache le contenu */
  .card .element_card {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity 0.3s, visibility 0.3s;
    display: grid;
    align-items: center;
    justify-items: center;
  }

  /* Quand la carte est cliquée (blur_card), affiche le contenu et cache le titre */
  .card.blur_card .element_card {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .card.blur_card .bottom_card {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .bottom_card {
    position: absolute;
    bottom: 5px;
    padding: 1rem;
    width: 100%;
    color: var(--background);
    text-align: left;
  }
  .card.immeuble {
    line-height: 300px;
  }
  .card.modifier.wifi,
  .card.modifier.depart {
    justify-content: space-between;
  }
  .card:first-child {
    margin-top: 0px;
    display: grid;
    justify-content: space-between;
  }
  .card:last-child {
    margin-bottom: 3rem;
  }
  .card.adresse {
    padding-bottom: 1.6rem;
  }
  .icon_card_restaurant {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: rgba(17, 17, 26, 0.08) 0px 4px 16px;
    border-radius: 7px;
    border: 2px solid var(--couleur-texte);
  }
  .icon_container_restaurant {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .top .icon-tabler {
    margin-right: 5px;
  }
  .card:nth-child(2) {
    margin-top: 0px;
  }
  .top_card {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .title_icon_card.airbnb {
    font-size: 20px;
    font-weight: 800;
  }
  .title_card {
    font-weight: 800;
  }
  #info_supp {
    margin-left: 8px;
  }
  .avis h4 {
    text-align: center;
  }
  .form_incident {
    display: grid;
    align-items: center;
    padding-bottom: 0.7rem;
  }
  .btn_incident {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    background: none;
    cursor: pointer;
    font-weight: bolder;
    padding-top: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.5rem;
    font-size: 0.95rem;
    background-color: var(--couleurPrimaire);
    color: var(--background);
    border-radius: 5px;
    border: none;
  }
  .textarea_incident {
    margin-top: 5px;
    width: calc(100% - 2rem);
    min-height: 90px;
    background: none;
    border: 1px solid var(--couleur-texte);
    border-radius: 7px;
    outline: none;
    padding: 1rem;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    resize: none;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
  }
  .textarea_incident::placeholder {
    color: var(--couleur-texte);
    font-weight: normal;
  }
  .arrivee h3 {
    margin-left: 15px;
  }
  .adresse h3 {
    margin-left: 15px;
  }
  .wifi h3 {
    margin-left: 8px;
  }
  .avis h3 {
    margin-left: 12px;
  }
  .depart h3 {
    margin-left: 5px;
  }
  .reglement h3 {
    margin-left: 5px;
  }
  .demande h3 {
    margin-left: 10px;
  }
  .incident h3 {
    margin-left: 5px;
  }
  .incident h3 {
    margin-left: 5px;
  }
  .social_media h3 {
    margin-left: 10px;
  }
  .adresse_container {
    display: grid;
  }
  .adresse_element {
    margin-top: 10px;
    display: flex;
    align-items: center;
    color: var(--couleurPrimaire);
  }
  #id_wifi {
    margin-top: 3.5px;
    margin-bottom: 0px;
  }
  #mdp_wifi {
    margin-top: 7px;
    max-width: 80%;
    word-wrap: break-word;
    width: fit-content;
  }
  .form_card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.15rem;
  }
  .btn {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    background: var(--couleurPrimaire);
    color: var(--background);
    font-weight: bolder;
    cursor: pointer;
    padding-top: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.5rem;
    font-size: 0.95rem;
    border: none;
    border-radius: 5px;
    text-align: center;
    align-self: center;
  }
  /* HTML: <div class="loader"></div> */
  #loader {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loader {
    height: 30px;
    aspect-ratio: 2.5;
    --_g: no-repeat radial-gradient(farthest-side, #000 90%, #0000);
    background: var(--_g), var(--_g), var(--_g), var(--_g);
    background-size: 20% 50%;
    animation: l43 1s infinite linear;
  }
  @keyframes l43 {
    0% {
      background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%,
        calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%;
    }
    16.67% {
      background-position: calc(0 * 100% / 3) 0, calc(1 * 100% / 3) 50%,
        calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%;
    }
    33.33% {
      background-position: calc(0 * 100% / 3) 100%, calc(1 * 100% / 3) 0,
        calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%;
    }
    50% {
      background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 100%,
        calc(2 * 100% / 3) 0, calc(3 * 100% / 3) 50%;
    }
    66.67% {
      background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%,
        calc(2 * 100% / 3) 100%, calc(3 * 100% / 3) 0;
    }
    83.33% {
      background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%,
        calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 100%;
    }
    100% {
      background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%,
        calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%;
    }
  }
  .btn.trad {
    margin-left: 5px;
    background: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .icon-copy {
    margin-left: 0.7rem;
    width: 20%;
    cursor: pointer;
  }
  .socialmedia_container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }
  .socialmedia_element {
    width: fit-content;
    padding: 1rem;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  /*modifier_affiche.php*/
  .top {
    display: grid;
    align-items: center;
    justify-content: center;
  }
  #welcome.editable {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }.editable {
    width: 100%;
    text-decoration: none;
    border: 1px solid var(--couleur-background-input);
    background: none;
    font-size: 16px;
    padding: 0.2rem;
    border-radius: 4px;
    outline: none;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    box-sizing: border-box;
  }
  .editable.adresse{
    text-align: center;
  }
  .editable_container {
    width: max-content;
  }

  textarea.editable {
    width: 100%;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
  text-align: center;
  }

  .rank {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .rank_immeuble {
    display: flex;
    justify-content: start;
    align-items: baseline;
    position: relative;
    width: calc(33vw - 5px);
  }
  .element_rank {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(18vw - 5px);
  }
  .location {
    white-space: nowrap;
  }
  .rank_immeuble .icon-tabler {
    margin-left: 5px;
  }
  .rank_airbnb {
    display: flex;
    height: 20px;
    margin-bottom: 10px;
  }
  .rank_airbnb:last-child {
    margin-bottom: 5px;
  }
  .title_rank_immeuble {
    font-weight: 700;
    margin-right: 4.5px;
    white-space: nowrap;
    height: min-content;
    width: fit-content;
  }
  .rank.immeuble_editable {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .save {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: var(--couleurPrimaire);
    color: var(--background);
    border-radius: 7px;
    border: none;
    padding: 0.7rem;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1rem;
    cursor: pointer;
  }
  .notif {
    position: fixed;
    display: grid;
    align-items: center;
    justify-content: center;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    border-radius: 5px;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
    background-color: var(--background);
    animation: notif 10s forwards ease-in-out;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px;
    border-radius: 7px;
  }
  @keyframes notif {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /*footer*/
  .footer {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
      rgba(17, 17, 26, 0.1) 0px 0px 15px;
    border-top-left-radius: 5px;
    display: grid;
    justify-content: center;
    align-items: start;
    text-align: center;
    border-top-right-radius: 5px;
    margin-top: 100px;
    padding: 1rem;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 0px;
  }
  .footer .title {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .container_element_footer {
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
    justify-content: space-around;
  }
  .page {
    display: grid;
    text-align: left;
    align-items: start;
    margin: 0 20px 0 20px;
  }
  .condition {
    display: grid;
    align-items: start;
  }
  .header_title {
    width: fit-content;
  }
  h4.header_title {
    margin-bottom: 5px;
    font-weight: 700;
  }
  .card_restaurant_container {
    width: 100%;
    padding-bottom: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: start;
    position: relative;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
  }
  .card_restaurant_container::-webkit-scrollbar {
    height: 0px;
  }
  .card_adresse {
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .title_card_adresse {
    position: absolute;
    text-align: left;
    display: flex;
    align-items: center;
    color: var(--background);
    width: 6.5rem;
    padding: 4px 5px;
    bottom: 0px;
    box-sizing: border-box;
    font-size: 0.9rem;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card_adrsse_image {
    position: relative;
    width: 6.5rem;
    height: 5.7rem;
    border-radius: 7px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: grid;
    flex: 0 0 auto;
  }
  .blur {
    filter: blur(2px);
  }
  .icon-tabler-phone-call,
  .icon-tabler-mail {
    flex-shrink: 0;
  }
  #activites {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),
      url("park.jpeg");
    background-position: center;
    background-size: cover;
  }
  #restaurant {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)),
      url("restaurant.jpg");
    background-position: center;
    background-size: cover;
  }
  #bars {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),
      url("bar.jpg");
    background-position: center;
    background-size: cover;
  }
  #lieux {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),
      url("lieux.jpg");
    background-position: center;
    background-size: cover;
  }

  /* Ajoute ceci à la fin de airbnb.css */
  .card-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    transition: 0.3s;
  }
  #wifi .card-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(/image/wifi.jfif);
  }
  #arrivee .card-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(arrivée.webp);
  }
  #depart .card-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(depart.webp);
  }
  #reglement .card-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(reglement.webp);
  }
  #supp .card-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
      url(supp.jpg);
  }
  .blur_card .card-bg {
    filter: blur(6px);
    -webkit-filter: blur(6px);
  }
  .blur_card > .element_card,
  .blur_card > .element_card * {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: none !important;
    color: inherit !important;
    opacity: 1 !important;
  }
  .card .element_card {
    position: relative;
    z-index: 1;
  }

  @media screen and (max-width: 1667px) {
    .rank.immeuble {
      display: grid;
      align-items: center;
      justify-content: center;
    }
    .rank.immeuble_editable {
      width: 100%;
      display: grid;
      align-items: center;
      justify-content: start;
    }
    .editable_container {
      display: grid;
      width: 100%;
      width: 33vw;
    }
  }
  @media screen and (max-width: 1140px) {
    .footer {
      text-align: center;
    }
    .container_element_footer {
      display: grid;
      text-align: center;
    }
    .header_title {
      margin-left: auto;
      margin-right: auto;
    }
    .condition {
      display: grid;
      text-align: center;
      align-items: center;
    }
    .page {
      display: grid;
      text-align: center;
      margin: 0 0 0 0;
      margin-bottom: 20px;
    }
    .footer a {
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media screen and (max-width: 900px) {
    .editable.immeuble {
      width: fit-content;
      max-width: 90%;
    }
    .rank_immeuble {
      width: 87vw;
      max-width: 400px;
    }
    .element_rank {
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: calc(87vw - 5px);
    }
    #adresse {
      font-size: 1.05rem;
    }
    .card_container {
      display: grid;
      margin-top: 40px;
      align-items: center;
      justify-content: center;
    }
    .first_card {
      margin-left: calc(6.5vw - 1rem);
    }
    .card {
      width: 70vw;
      max-width: 400px;
      min-height: 100px;
    }
    .copy_button_container {
      width: calc(87vw - 20%);
      max-width: 400px;
      justify-content: space-between;
      word-wrap: break-word;
    }
    #id_wifi {
      width: calc(87vw - 20%);
      max-width: 400px;
      flex-wrap: wrap;
      word-wrap: break-word;
    }
    .card li {
      font-size: 14px;
    }
    .card .demande .btn:last-child {
      margin-top: 10px;
    }
    textarea.editable {
      width: calc(70vw - 0.5rem);
      margin-left: auto;
      max-width: calc(400px - 0.5rem);
      margin-right: auto;
    }
  }
  @media screen and (max-width: 650px) {
    .navbar ul {
      padding-left: 10px;
    }
    .menu {
      position: fixed;
      bottom: 0px;
      height: 50px;
      width: 100vw;
      background: none;
      display: flex;
      align-items: center;
      justify-content: center;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 0px 15px;
      background: var(--background);
    }
    .icon_menu {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      width: 70%;
    }
  }
  @media screen and (max-width: 520px) {
    .card_restaurant_container {
      justify-content: start;
      margin-top: 17px;
    }
  }
