@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");

body,
html {
  background-color: white;
}
.profil {
  display: flex;
  align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 12px;
  gap: 10px;
}

.p-name {
  margin-left: 10px; /* Ajoute de l'espace entre le cercle et le nom */
}

.profil svg {
  width: auto;
  height: auto;
}

nav {
  align-items: center;
  padding: 20px;
  position: relative;
}

.cta span {
  font-size: 10px;
}

.cta span.active,
.cta svg.active {
  color: white;
  fill: white;
}

h3 {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.profil-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.profil-img2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

#user2 {
  fill: black;
}

.cta svg {
  width: 25px;
}

.pres-p {
  display: flex;
  width: auto;
  align-items: flex-start;
  flex-direction: column;
  font-family: "Larken-Regular";
  font-weight: bold;
  text-align: left;
  font-size: 22px;
  margin: 15px;
  position: relative;
  top: -40px;
}

.pres-p2 {
  display: flex;
  width: auto;
  align-items: center;
  flex-direction: column;
  font-family: "Larken DEMO Bold";
  text-align: center;
  font-size: 22px;
  margin-top: 50px;
}

.presp-p2 h1 {
  text-align: center;
}

.title--01 {
  text-align: left;
}

.pres-p p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 10px;
  width: 80%;
  font-size: 16px;
}

.form-container {
  width: 350px;
  height: 900px;
  background-color: #fff4e2;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  top: -50px;
  padding: 20px 30px;
}

.form {
  align-items: center;
}
.form-container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  height: 500px;
  background-color: #fff4e2;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  top: 40px;
  padding: 10px 70px;
}

.form-container-2 h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.page-link a {
  color: grey;
}

label {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

footer {
  width: 100%;
}

.title {
  text-align: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin: 10px 0 30px 0;
  font-size: 11px;
  font-weight: 800;
}

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 15px;
}

.input {
  border-radius: 10px;
  padding: 15px;
  background-color: #ff811a;
  width: 100%;
  border: none; /* Remove the border */
  box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, 0.5); /* Add shadow inside at the top */
}

.input::placeholder {
  color: white;
  font-weight: bold;
}

.input:focus {
  background-color: #ff811a; /* Ensure background color stays the same on focus */
  outline: none; /* Remove default focus outline */
}

.input:active {
  background-color: #ff811a; /* Ensure background color stays the same on active */
}

.page-link {
  text-decoration: underline;
  margin: 0;
  text-align: end;
  color: #747474;
  text-decoration-color: #747474;
}

.page-link-label {
  cursor: pointer;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.page-link-label:hover {
  color: #000;
}

.form-btn {
  padding: 10px 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 20px;
  border: 0 !important;
  outline: 0 !important;
  position: relative;
  top: 30px;
  background: #5e7f38;
  color: white;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-btn:hover {
  background: #5e7f38;
  color: white;
}

.form-btn:active {
  box-shadow: none;
}

.form-btn-2 {
  padding: 10px 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 20px;
  border: 0 !important;
  width: 250px;
  margin-top: 100px;
  margin-bottom: 50px;
  outline: 0 !important;
  position: relative;
  top: 0px;
  background: #5e7f38;
  color: white;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-btn-2:hover {
  background: #5e7f38;
  color: white;
}

.form-btn-2:active {
  box-shadow: none;
}

.form-btn-3 {
  padding: 10px 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 20px;
  width: 180px;
  border: 0 !important;
  outline: 0 !important;
  position: relative;
  margin-bottom: 50px;
  top: 0px;
  background: #5e7f38;
  color: white;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-btn-3:hover {
  background: #5e7f38;
  color: white;
}

.form-btn-3:active {
  box-shadow: none;
}

.sign-up-label {
  margin: 0;
  font-size: 10px;
  color: #747474;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.sign-up-link {
  margin-left: 1px;
  font-size: 11px;
  text-decoration: underline;
  text-decoration-color: teal;
  color: teal;
  cursor: pointer;
  font-weight: 800;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.buttons-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  gap: 15px;
}

.jardin-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0 auto;
  width: auto;
  font-size: 13px;
  position: relative;
  top: 50px;
  height: auto;
}

.jardin-image {
  margin-top: 50px;
  width: 200px;
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
}

footer h1 {
  display: flex;
  justify-content: flex-start;
}

footer h2 {
  display: flex;
  justify-content: center;
}

h1 {
  font-family: "Larken-Regular";
  font-weight: bold;
  display: flex;
  font-size: 30px;
  justify-content: center;
  margin-top: 50px;
}

.button {
  display: inline-block;
  margin: 0;
  padding: 12px 24px;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  top: 20px;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  color: black;
  z-index: 1;
}

.button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.t-05 {
  font-size: 24px;
}

.button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #39bda7;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:hover {
  color: #ffffff;
  border: 1px solid #39bda7;
}

.button:hover:before {
  top: -35%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button:hover:after {
  top: -45%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.jardin-texte-2 {
  margin-top: 10px;
}

.jardin-texte {
  width: 250px;
}

h4 {
  font-size: 18px;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  top: 50px;
  margin-top: 20px;
}
h1.t-03 {
  margin: 20px auto;
}
h3.t-03 {
  font-size: 16px;
  margin: 30px auto;
}

.t-06 {
  margin-bottom: 40px;
}

.awn {
  border-top: 1px solid grey;
  padding-top: 20px;
  width: 80%;
  margin: 70px auto;
  font-size: 19px;
  text-align: center;
}

.reserv {
  font-size: 15px;
}

.sad-face {
  margin: 0px auto;
  margin-top: 0px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(
    2,
    1fr
  ); /* Adaptable selon le nombre de colonnes */
  gap: 10px;
  padding: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.grid-item {
  background-color: #5e7f38;
  padding: 10px;
  text-align: center;
  color: white;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.align {
  text-align: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-item p {
  color: white;
  margin: 5px 0;
}

.grid-item h1 {
  color: #f2b445;
  font-size: 16px;
  margin: 0;
}

a {
  color: black;
  text-decoration: none;
}

.parentt-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(9, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%; /* Prendre toute la largeur de la page */
  padding: 10px; /* Ajoute un peu d'espace intérieur */
  box-sizing: border-box;
  margin-top: 50px; /* Inclure le padding dans la largeur totale */
}

.parentt-1 div {
  display: flex;
  width: 100%;
  height: 140px;
  text-align: center;
  justify-content: center;
}

.divv-1 {
  background: url(images/jardinsb.jpeg);
  border-radius: 15px;
}
.divv-2 {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
}
.divv-3 {
  background: url(images/cath.jpeg);
  border-radius: 15px;
}

.divv-4 {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
  grid-area: 2 / 2 / 3 / 3;
}
.divv-5 {
  background: url(images/familiaux.jpg);
  border-radius: 15px;
  grid-area: 3 / 1 / 4 / 2;
}
.divv-6 {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
  grid-area: 3 / 2 / 4 / 3;
}
.divv-7 {
  background: url(images/guesdes.jpg);
  border-radius: 15px;
  grid-area: 4 / 1 / 5 / 2;
}
.divv-8 {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
  grid-area: 4 / 2 / 5 / 3;
}
.divv-9 {
  background: url(images/j-partage.jpg);
  border-radius: 15px;
  grid-area: 5 / 1 / 6 / 2;
}
.divv-10 {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex-direction: column;
  align-items: flex-start;
  grid-area: 5 / 2 / 6 / 3;
}
.divv-11 {
  background: url(images/juvenal.jpg);
  border-radius: 15px;
  grid-area: 6 / 1 / 7 / 2;
}
.divv-12 {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex-direction: column;
  align-items: flex-start;
  grid-area: 6 / 2 / 7 / 3;
}
.divv-13 {
  background: url(images/loups.jpg);
  border-radius: 15px;
  grid-area: 7 / 1 / 8 / 2;
}
.divv-14 {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex-direction: column;
  align-items: flex-start;
  grid-area: 7 / 2 / 8 / 3;
}
.divv-15 {
  background: url(images/ouvriers.jpg);
  border-radius: 15px;
  grid-area: 8 / 1 / 9 / 2;
}
.divv-16 {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex-direction: column;
  align-items: flex-start;
  grid-area: 8 / 2 / 9 / 3;
}
.divv-17 {
  background: url(images/viennes.jpg);
  border-radius: 15px;
  grid-area: 9 / 1 / 10 / 2;
}
.divv-18 {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex-direction: column;
  align-items: flex-start;
  grid-area: 9 / 2 / 10 / 3;
}

.h1-j {
  font-family: "Larken-Regular";
  font-weight: bold;
  font-size: 20px;
}

.total-desktop {
  display: none;
}

.separatorr {
  border: 0;
  height: 1px;
  background-color: #646464;
  margin: 20px 0;
  position: relative;
  top: 25px;
  width: 80%;
}

.separatorr-2 {
  border: 0;
  display: flex;
  height: 1px;
  background-color: #646464;
  margin: 30px auto;
  position: relative;
  top: 25px;
  width: 80%;
}

.separatorr-5 {
  border: 0;
  display: flex;
  height: 1px;
  background-color: #646464;
  margin: 0px auto;
  position: relative;
  top: 150px;
  width: 80%;
}

.separatorr-6 {
  border: 0;
  display: flex;
  height: 1px;
  background-color: #646464;
  margin: 40px auto;
  position: relative;
  top: 0px;
  width: 80%;
}

.separatorr-8 {
  border: 0;
  display: flex;
  height: 2px;
  background-color: #646464;
  margin: 60px auto;
  position: relative;
  top: 0px;
  width: 70%;
}
.separatorr-9 {
  border: 0;
  display: flex;
  height: 2px;
  background-color: #646464;
  margin: 30px auto;
  position: relative;
  top: 0px;
  width: 70%;
}

.jardin_attente {
  display: grid;
  grid-template-columns: 1fr; /* Single column layout */
  gap: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.grid-item {
  background-color: #5e7f38;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.align {
  text-align: left;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bouton_rep {
  display: flex;
  justify-content: center;
  align-items: center;
}

.square {
  border: none;
  color: white;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}

.green-square {
  background-color: green;
}

.red-square {
  background-color: red;
}

.t-02 {
  margin: 15px;
}

.t-02 span {
  color: wheat;
  margin-right: 10px;
  margin-left: 10px;
}

.button-2 {
  --color: #00a97f;
  padding: 0.8em 1.7em;
  background-color: transparent;
  border-radius: 0.3em;
  position: relative;
  margin-top: 60px;
  top: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 400;
  font-size: 17px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  color: var(--color);
  z-index: 1;
}

.button-2::before,
.button-2::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color);
  transition: 1s ease;
}

.button-2::before {
  top: -1em;
  left: -1em;
}

.button-2::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}

.button-2:hover::before,
.button-2:hover::after {
  height: 410px;
  width: 410px;
}

.button-2:hover {
  color: rgb(10, 25, 30);
}

.button-2:active {
  filter: brightness(0.8);
}

/* button 3 */

.button-3 {
  --color: #00a97f;
  padding: 0.8em 1.7em;
  background-color: transparent;
  border-radius: 0.3em;
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
  top: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 400;
  font-size: 17px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  color: var(--color);
  z-index: 1;
}

.button-3::before,
.button-3::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color);
  transition: 1s ease;
}

.button-3::before {
  top: -1em;
  left: -1em;
}

.button-3::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}

.button-3:hover::before,
.button-3:hover::after {
  height: 410px;
  width: 410px;
}

.button-3:hover {
  color: rgb(10, 25, 30);
}

.button-3:active {
  filter: brightness(0.8);
}

@media screen and (min-width: 768px) {
  .profil {
    display: flex;
    align-items: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    gap: 10px;
  }
  nav .cta span {
    font-size: 24px;
  }
  .dyna {
    display: none;
  }

  .grid-item {
    background-color: #5e7f38;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .grid-item h1 {
    font-size: 32px;
  }
  .pres-p h1 {
    width: 100%;
    font-size: 48px;
    margin-bottom: 50px;
  }
  .pres-p p {
    width: 70%;
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
  }
  .separatorr {
    border: 0;
    height: 1px;
    background-color: #646464;
    margin: 30px auto;
    position: relative;
    top: 25px;
    width: 80%;
  }
  .form-container-2 {
    position: relative;
    height: 800px;
    width: 700px;
  }

  .form-container-2 svg {
    position: absolute;
    left: 50%;
    width: 450px;
    transform: translateX(-50%); /* Center the SVG horizontally */
  }
  .title {
    font-size: 26px;
    margin: 40px;
  }
  .form-container-2 h1 {
    font-size: 48px;
    margin: 40px auto;
    width: 350px;
  }
  .page-link {
    margin: 40px;
  }
  .page-link-label {
    font-size: 22px;
  }
  .t-02 {
    font-size: 48px;
  }
  .parentt-1 div {
    font-size: 24px;
    align-items: center;
  }
  .h1-j {
    font-size: 30px;
  }
  .t-03 {
    margin: 40px auto;
    font-size: 32px;
  }

  .profil-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }
  .pres-p2 h1 {
    font-size: 64px;
  }
  .info h4 {
    font-size: 34px;
  }
  .button-2 {
    --color: #00a97f;
    padding: 0.8em 1.7em;
    background-color: transparent;
    border-radius: 0.3em;
    position: relative;
    margin-top: 60px;
    top: 40px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 400;
    font-size: 22px;
    border: 1px solid;
    font-family: inherit;
    text-transform: uppercase;
    color: var(--color);
    z-index: 1;
  }
  footer {
    height: 350px;
  }
  .awn {
    font-size: 36px;
  }
  .reserv {
    font-size: 24px;
  }
  .total-desktop {
    display: none;
  }
}

/* VERSION PC */

@media screen and (min-width: 1025px) {
  .total {
    display: none;
  }

  .total-desktop {
    display: flex;
  }

  /* sidebar vertical */

  .dashboard-container {
    display: flex;
    height: 100%; /* 100% of the viewport height */
  }

  .sidebar-container {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally if needed */
    width: 10%;
    background-color: #333;
    padding: 20px;
    box-sizing: border-box;
  }

  .sidebar {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    position: fixed;
    top: 50px;
    left: 0px;
    border-radius: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 40px;
    box-sizing: border-box;
    height: 90%; /* Reduce height to create space at the top and bottom */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sidebar h2 {
    margin-top: 0;
  }

  .sidebar ul {
    display: flex;
    position: relative;
    top: -35px;
    align-items: flex-start;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
  }

  .sidebar ul li {
    margin-top: 35px;
  }

  .sidebar ul li a {
    text-decoration: none;
    font-size: 14px;
  }
  nav {
    display: flex;
    justify-content: flex-end;
  }

  /* premier lien "tableau de bord */

  .tb-active {
    background-color: #00a97f;
    border-radius: 15px;
    color: white;
    padding: 8px;
    width: 155px;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    justify-content: start;
    align-items: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .tb-active svg g {
    fill: white;
    width: auto;
    position: relative;
    left: -10px;
  }
  .sidebar ul li .tb-active {
    color: white;
  }

  /* "votre profil" */

  .tb-active-2 {
    background-color: #00a97f;
    color: rgb(255, 255, 255);
    padding: 14px;
    width: 155px;
    border-radius: 12px;
    display: flex;
    font-size: 14px;
    gap: 10px;
    font-weight: bold;
    justify-content: start;
    align-items: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .tb-active-2 svg g {
    fill: rgb(255, 255, 255);
    stroke: white;
    width: auto;
  }

  .tb-active2 {
    color: black;
    padding: 14px;
    width: 155px;
    display: flex;
    font-size: 14px;
    gap: 10px;
    position: relative;
    left: -7px;
    font-weight: bold;
    justify-content: start;
    align-items: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .tb-active2 svg g {
    fill: gray;
    width: auto;
  }
  .sidebar ul li .tb-active2 {
    color: gray;
  }
  /* "vos jardins*/
  .tb-active3 {
    color: black;
    padding: 14px;
    width: 155px;
    display: flex;
    font-size: 14px;
    gap: 10px;
    font-weight: bold;
    justify-content: start;
    align-items: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .tb-active3 svg g {
    fill: gray;
  }
  .sidebar ul li .tb-active3 {
    color: gray;
  }
  /* "vos reservation */
  .tb-active4 {
    color: black;
    padding: 14px;
    width: 155px;
    display: flex;
    font-size: 14px;
    gap: 10px;
    font-weight: bold;
    justify-content: start;
    align-items: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .tb-active4 svg g {
    fill: gray;
  }
  .sidebar ul li .tb-active4 {
    color: gray;
  }
  /* logo potajou */
  #Calque_1 {
    position: relative;
    top: -40px;
  }
  /* logout */
  .sidebar h2 {
    position: relative;
    top: 30px;
  }
  /* deconnexion bouton */
  .hover-underline-animation,
  .cta {
    display: none;
  }
  /* contenu principal */
  .main-content {
    margin-left: 20%;
    padding: 20px;
    position: absolute;
    top: 35px;
    border-radius: 25px;
    height: 90vh;
    box-sizing: border-box;
    background-color: #f4f4f4;
    width: 77.5%; /* Ensure it takes the remaining width */
  }
  nav {
    display: none;
  }
  /* message bienvenue */
  .bv-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bv-1 h1 {
    font-size: 48px;
    position: relative;
    top: -30px;
    left: 20px;
  }
  #arrow-horizontal {
    position: relative;
    top: 4px;
  }
  /* pv-1 */

  .pv-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pv-1 h1 {
    font-size: 48px;
    position: relative;
    width: 50%;
    top: -30px;
    left: 20px;
  }

  /* grid img jardins */
  .bv-2 {
    display: flex;
    width: auto;
    gap: 20px;
  }
  .bv-2 div {
    position: relative;
    top: 30px;
    left: 20px;
    border-radius: 15px;
    height: 250px;
    width: 7%;
    background-color: #4f4f4f;
  }
  /* background img */
  .bv-div1 {
    background: url(images/jardinsb.jpeg);
  }
  .bv-div2 {
    background: url(images/jardins-2.jpg);
  }
  .bv-div3 {
    background: url(images/jardinns.jpeg);
  }

  .bv-2 div {
    position: relative;
    top: 30px;
    left: 20px;
    border-radius: 15px;
    height: 200px;
    width: 7%;
    background-color: #4f4f4f;
    transition: width 0.6s ease, background-size 0.3s ease; /* Smooth transition for width and background-size */
  }

  .bv-2 div:hover {
    width: 25%; /* Increase the width on hover */
    background-size: 120%; /* Increase the background image size on hover */
  }

  .bv-div1 {
    background: url("images/jardinsb.jpeg") center center;
    background-size: cover;
  }

  .bv-div1 h1,
  .bv-div2 h1,
  .bv-div3 h1,
  .bv-div4 h1,
  .bv-div5 h1,
  .bv-div6 h1 {
    color: white;
    font-family: "Larken-Regular";
    font-weight: bold;
    font-size: 22px;
  }

  .t-03 {
    font-size: 22px;
  }

  .bv-div2 {
    background: url("images/jardins-2.jpg") center center;
    background-size: cover;
  }

  .bv-div3 {
    background: url("images/jardinns.jpeg") repeat center center;
    background-size: cover;
  }
  .bv-div4 {
    background: url("images/jardinsb.jpeg") center center;
    background-size: cover;
  }

  .bv-div5 {
    background: url("images/jardins-2.jpg") center center;
    background-size: cover;
  }

  .bv-div6 {
    background: url("images/jardinns.jpeg") repeat center center;
    background-size: cover;
  }
  /* profil */

  .profil {
    display: flex;
    justify-content: flex-end;
    position: relative;
    left: -20px;
  }
  .profil-2 {
    display: flex;
    align-items: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    gap: 10px;
    position: relative;
    left: 20px;
  }
  /* bv-p */
  .bv-p {
    width: 55%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 22px;
    position: relative;
    top: -10px;
    left: 20px;
  }
  /* reservation */
  .container-test {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
  }
  .container-test-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 300px;
    border-radius: 20px;
    height: 470px;
    background-color: #ffffff;
  }

  .container-test-2 h1 {
    position: relative;
    top: -40px;
  }

  .jardin-1 {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-family: "M PLUS Rounded 1c", sans-serif;
    margin: 0 auto;
    width: auto;
    font-size: 13px;
    position: relative;
    top: 0px;
    margin-bottom: 50px;
    height: auto;
  }

  .loader {
    /* Initialement caché */
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #ffe4b2; /* Fond semi-transparent */
    z-index: 1;
    transition: opacity 0.2s ease; /* Transition de l'opacité pour le fondu */
  }

  .loader.active {
    display: flex; /* Affiche le loader */
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }

  .loader img {
    width: 250px; /* Taille de l'image de chargement */
    height: 250px;
    margin: 0 auto;
  }

  /* Animation CSS pour l'opacité */
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  .container-test-2 p {
    width: 70%;
    text-align: center;
    position: relative;
    top: -20px;
    color: gray;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }

  .container-test-2 img {
    width: 200px;
    height: 200px;
  }
  .form-container-2 {
    position: relative;
    height: 700px;
    width: 700px;
  }
  .form-container-2 svg {
    position: absolute;
    left: 50%;
    width: 250px;
    transform: translateX(-50%); /* Center the SVG horizontally */
  }
  .title {
    font-size: 18px;
    margin: 40px;
  }
  .form-container-2 input {
    width: 300px;
  }
  .form-container-2 h1 {
    font-size: 32px;
    margin: 40px auto;
    width: 350px;
  }
  .form-btn {
    padding: 10px 15px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    border-radius: 20px;
    border: 0 !important;
    outline: 0 !important;
    position: relative;
    top: 0px;
    background: #5e7f38;
    color: white;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .page-link {
    margin: 40px;
  }
  .page-link-label {
    font-size: 14px;
  }
  .button-2 {
    display: inline-block;
    margin: 0;
    padding: 12px 24px;
    border-radius: 4px;
    transition: all 0.2s ease-in;
    position: relative;
    font-family: "M PLUS Rounded 1c", sans-serif;
    top: 0px;
    background-color: #39bda7;
    overflow: hidden;
    font-size: 19px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    z-index: 1;
  }

  .button-2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: #5bdac5;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }

  .button-2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #5bdac5;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }

  .dyna,
  .dyna-01 {
    display: none;
  }

  .button-2:hover {
    color: #ffffff;
    border: 1px solid #39bda7;
  }

  .button-2:hover:before {
    top: -35%;
    background-color: #5bdac5;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .button-2:hover:after {
    top: -45%;
    background-color: #5bdac5;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  /* logout */
  .Btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: 20px;
    overflow: hidden;
    transition-duration: 0.3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: rgb(255, 65, 65);
  }

  /* plus sign */
  .sign {
    width: 100%;
    transition-duration: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sign svg {
    margin-left: 2px;
    width: 17px;
  }

  .sign svg path {
    fill: white;
  }
  /* text */
  .text {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    transition-duration: 0.3s;
  }
  /* hover effect on button width */
  .Btn:hover {
    width: 175px;
    border-radius: 40px;
    transition-duration: 0.3s;
  }

  .Btn:hover .sign {
    width: 20%;
    margin-left: -5px;
    transition-duration: 0.3s;
    padding-left: 20px;
  }
  /* hover effect button's text */
  .Btn:hover .text {
    opacity: 1;
    width: 70%;
    transition-duration: 0.3s;
    padding-right: 10px;
  }
  /* button click effect*/
  .Btn:active {
    transform: translate(2px, 2px);
  }
  /* animation */
  .bv-1 span {
    animation: wave 5s infinite;
    position: relative;
    left: 10px;
    top: -10px;
  }
  @keyframes wave {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(14deg);
    }
    20% {
      transform: rotate(-8deg);
    }
    30% {
      transform: rotate(14deg);
    }
    40% {
      transform: rotate(-4deg);
    }
    50% {
      transform: rotate(10deg);
    }
    60% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .info-2 h4 {
    font-size: 30px;
  }
  .info-2 button {
    position: relative;
    top: 100px;
  }
  /* boutton modifier */
  .button-22 {
    --color: #00a97f;
    padding: 0.8em 1.7em;
    background-color: transparent;
    border-radius: 0.3em;
    position: relative;
    margin-top: 10px;
    top: 0px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 400;
    font-size: 17px;
    border: 1px solid;
    font-family: inherit;
    text-transform: uppercase;
    color: var(--color);
    z-index: 1;
  }

  .button-22::before,
  .button-22::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--color);
    transition: 1s ease;
  }

  .button-22::before {
    top: -1em;
    left: -1em;
  }

  .button-22::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
  }

  .button-22:hover::before,
  .button-22:hover::after {
    height: 410px;
    width: 410px;
  }

  .button-22:hover {
    color: rgb(255, 255, 255);
  }

  .button-22:active {
    filter: brightness(0.8);
  }
  .container-test-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 70px;
    right: 80px;
    width: 300px;
    border-radius: 20px;
    height: 470px;
    background-color: #ffffff;
  }

  .container-test-3 h1 {
    position: relative;
    top: -40px;
  }

  .container-test-3 p {
    width: 70%;
    text-align: center;
    position: relative;
    top: -20px;
    color: gray;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }

  .container-test-3 img {
    width: 200px;
    height: 200px;
  }
  .jardin-texte-2 {
    display: none;
  }
  .main-content-2 {
    margin-left: 20%;
    padding: 20px;
    position: absolute;
    top: 40px;
    border-radius: 25px;
    height: auto;
    box-sizing: border-box;
    background-color: #f4f4f4;
    width: 77.5%;
    margin-bottom: 40px; /* Ajoute de l'espace en dessous */
  }
  .main-content-3 {
    margin-left: 20%;
    padding: 20px;
    position: absolute;
    top: 40px;
    border-radius: 25px;
    height: 90vh;
    box-sizing: border-box;
    background-color: #f4f4f4;
    width: 77.5%;
    margin-bottom: 40px; /* Ajoute de l'espace en dessous */
  }
  .awn {
    margin-top: 150px;
    font-size: 26px;
    text-align: center;
  }
  .awn-2 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 26px;
    text-align: center;
  }
  .reserv {
    font-size: 24px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: repeat(
      5,
      3fr
    ); /* Adaptable selon le nombre de colonnes */
    gap: 10px;
    padding: 10px;
    height: auto;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .grid-item h1 {
    font-size: 16px;
  }

  .grid-item {
    background-color: #5e7f38;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .btn-mdp {
    position: relative;
    top: 50px;
    margin: 25px;
  }
}
