      /* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400&display=swap'); */

      body, html {
        height: 100%;
        margin: 0;
        font-family: 'Roboto', sans-serif;
      }

      body {
        /* background-image: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80'); */
        background-image: url("go3xjwbt.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2);
        /* border: 1px solid red; */
      }

      .login-container {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        padding: 40px;
        width: 320px;
        z-index: 1;
      }

      h1 {
        font-family: 'Playfair Display', serif;
        color: #333;
        text-align: center;
        margin: 10px 1px 30px 1px;
        color: darkblue;
        border-bottom: 2px solid darkblue;
      }

      .input-group {
        margin-bottom: 20px;
        /* border: 1px solid red; */
        /* display: flex;
        flex-direction: column; */
      }

      label {
        display: block;
        margin-bottom: 5px;
        color: #666;
      }

      .input-group input {
        width: 93%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 16px;
      }

      button {
        width: 100%;
        padding: 12px;
        background-color: #1557b0;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
      }

      button:hover {
        background-color: #a88f4d;
      }

      .logo {
        text-align: center;
        /* margin-bottom: 5px; */
      }

      .error-message {
        color: #e74c3c;
        text-align: center;
        margin-top: 10px;
        display: none;
      }

      #a_ {
        margin-top: 10px;
        text-align: center;
      }

      /* ------------------------------------- */
      .detailsChambre {
          display: none;
          position: fixed;
          z-index: 2;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0,0,0,0.4);
      }
      .detailsChambre h2 {
          text-align: left;
      }
      .detailsChambre .span_infoCH {
          font-weight: bold;
          color: #003366;
      }
      .detailsChambre p {
          color: blue;
          font-size: 1.2em;
      }

      .modal-content {
          background-color: #fefefe;
          margin: 2% auto;
          padding: 20px;
          border: 1px solid #888;
          width: 80%;
          max-width: 400px;
      }
      .close0 {
          color: #aaa;
          float: right;
          font-size: 28px;
          font-weight: bold;
          cursor: pointer;
          /* border: 1px solid black;
          border-radius: 50%; */
      }
      .close0:hover,
      .close0:focus {
          color: black;
          text-decoration: none;
          cursor: pointer;
      }

      #p1_ {
        margin-bottom: 1px;
      }
      #p2_ {
        margin-top: 2px;
      }

