@font-face {
  font-family: 'Satoshi medium'; /* Nom de la police */
  src: url('/assets/fonts/Satoshi-Medium.otf') format('truetype'); /* Chemin vers le fichier de police Roman */
}
@font-face {
  font-family: 'Satoshi bold'; /* Nom de la police */
  src: url('/assets/fonts/Satoshi-Bold.otf') format('truetype'); /* Chemin vers le fichier de police Roman */
}
@font-face {
  font-family: 'Satoshi light'; /* Nom de la police */
  src: url('/assets/fonts/Satoshi-Light.otf') format('truetype'); /* Chemin vers le fichier de police Roman */
}
@font-face {
  font-family: 'Satoshi regular'; /* Nom de la police */
  src: url('/assets/fonts/Satoshi-Regular.otf') format('truetype'); /* Chemin vers le fichier de police Roman */
}
@font-face {
  font-family: 'Satoshi black'; /* Nom de la police */
  src: url('/assets/fonts/Satoshi-Black.otf') format('truetype'); /* Chemin vers le fichier de police Roman */
}



*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Satoshi medium", sans-serif;
}
h1, h2{
  font-family: "Satoshi bold", sans-serif;
}
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-attrib-inner {
  display: none;
}
  ::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    /* background: transparent; */
    background: #F5EFE6;

}

::-webkit-scrollbar-thumb {
    background: #084122;
}

::-webkit-scrollbar-thumb:hover {
    background: #084122;
}
/* HEADER /////////////////////////  */
header{
    height: 10vh;
    width: 100%;
    /* background: #F5EFE6; */
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
}
nav{
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}
nav img{
  height: 50px ;
  width: auto;
}
nav a{
    color: #084122;
}
.co-ins{
  background: #084122;
  padding: 10px 15px;
  border-radius: 8px;
  color: #F5EFE6;
  display: flex;
  gap: 8px;
}
.co-ins a{
  /* color: #F5EFE6; */
  color: white;
}
.profil{
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #00411E;
}
.profil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hover {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 19px;
  overflow: hidden;
}

.hover .main,
.hover .duplicate {
  display: inline-block;
}

.hover:hover .main,
.hover:hover .duplicate {
  transition: transform 0.3s ease, color 0.3s ease;
  transform: translateY(-20px);
}

.hover .main span,
.hover .duplicate span {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.hover:hover .main span,
.hover:hover .duplicate span {
  transform: translateY(-20px);
}

.hover .main,
.hover .duplicate {
  transition: none;
}

.links{
  display: flex;
  align-items: center;
  gap: 20px;
}
h2{
  color: #084122;
}
#list{
  display: none;
}
.mobile{
  display: none;
}
.session-message{
  padding: 20px 50px 20px 20px;
  /* background: #00411E; */
  background-color: rgba(19, 63, 26, 0.71);
  backdrop-filter: blur(5px);
  color: white;
  position: absolute;
  border-radius: 12px;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  position: fixed;
  transition: opacity 1s ease; 
}

  @media(max-width: 480px){
    

      .web{
        display: none;
      }
      header{
        width: 100vw;

      }
      .hover{
        transition: none;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
      }
      .links{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        background: #00411E;
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: 0;
        z-index: 200;
        padding-top: 60px;      
      }
      .co-ins{
        background: none;
      }
      nav a{
        color: white;
        font-weight: bold;
        font-size: 2.5rem;
      }
      .hover:hover .main,.hover:hover .duplicate {
        transition: none;
        transform: none;
      } 
      .mobile{
        width: 100vw;
        display: flex;
      }
      #list{
        transition: 0.3s;
        right: 100%;
        display: flex;
    }
    #list.list-active{
        right: 0%;
    }
      #burger{
        display: flex;
        flex-direction: column;
        gap: 5px;
        z-index: 230;
        cursor: pointer;
    }
    .traits{
        width: 40px;
        height: 5px;
        background-color: #00411E;
        border-radius: 4px;
        transition: 0.3s;
    }
    .traits-active .traits{
        z-index: 2;
        background-color: white;
    }
    .traits-active .traits:nth-child(1){
        transform: rotate(45deg);
        position: absolute;
    }
    .traits-active .traits:nth-child(2){
        opacity: 0;
        transition: 0.1s;
    }
    .traits-active .traits:nth-child(3){
        transform: rotate(-45deg);
        position: absolute;
    }
  }
/* BODY ///////////////////////////// */
.images_accueil{
  padding: 40px 40px;
}
.mise_en_page_img{
  display: flex;
  gap: 10px;
}
.big_img{
  width: 50%;
  height: 400px;
  overflow: hidden;
  border-radius: 14px;
}
.big_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.autres_text_accueil{
  display: flex;
  width: 50%;
  height: 400px;
  gap: 10px;
}
.block_1, .block_2{
  gap: 10px;
    display: flex;
    flex-direction: column;
}
  .text_1 img, .text_2 img, .text_3 img, .text_4 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .text_1, .text_2, .text_3, .text_4 {
    border-radius: 14px;
    overflow: hidden;
  }

.text_2, .text_3{
  height: 50%;
}
.text_1, .text_4{
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: Satoshi black;
  font-size: 1.8rem;
}
  .text_1{
    background-color: #006400;
    height: 50%;
  }
  .text_4{
    background-color: #ECD7B6;
    height: 50%;
  }
  
  .mise_en_page_paragraphe{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .mise_en_page_paragraphe p{
    color: #084122;
  }
  .green_share_img{
    width: 30%;
    border-radius: 14px;
    overflow: hidden;

  }
  .green_share_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  .green_share_texte{

    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .green_share_texte p{
    width: 40vw;
    text-align: justify;
  }
  


/*Slide*/
.slider_besion{
  background-color: #F5EFE6;
  height: 50vh;
  padding: 100px 0;
}

#titre_besion{
  margin: 40px 40px;
  color: #084122;
  font-weight: bold;
  font-size: 3rem;
}
.pargraphe_green_share{
  padding: 40px 40px;
}
.slider {
  height: 400px;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 0 80px;

}

.slider .list {
  position: absolute;
  width: max-content;
  height: 100%;
  left: 2%;
  top: 0;
  display: flex;
  transition: 1s;
  gap: 20px;
}

.slider .list img {
  width: 800px;
  max-width: 100vw;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.slider .buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.slider .buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #00411E;
  border: none;
  font-family: monospace;
  font-weight: bold;
  background-color: #fff; /* Ajout d'un fond pour les boutons */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Ajout d'une ombre pour mieux voir les boutons */
  position: absolute;
}

#prev {
  left: -70px; /* Positionner à gauche en dehors du cadre */
}

#next {
  right: -70px; /* Positionner à droite en dehors du cadre */
}

.slider .dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.slider .dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #00411E;
  margin: 10px;
  border-radius: 20px;
  transition: 0.5s;
}

.slider .dots li.active {
  width: 30px;
}




@media screen and (max-width: 480px){

  .slider{
      height: 500px;
      position: relative;
      margin: 0;
  }
  .slider .list img{
    position: relative;
    width: 425px;
  }
  .slider .buttons button {
    display: none;
  }
  .slider .dots {
    display: none;
  }
  #titre_besion{
    font-size: 2rem;
    margin: 0;
    text-align: center;
    margin: 30px 0;

  }

}
  

/* //// ACCUEIL ////////////// */



.hero{
    height: 90vh;
    width: 100%;
    background: #F5EFE6;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
}
.hero-content{
    color: #084122;
    padding: 60px 40px 0 40px;
  }
.hero-content h1{
    font-size: 4.2rem;
    width: 80%;
}
.hero-content p{
    font-size: 1.2rem;
    width: 80%;
    margin-top: 20px;
}
.container{
  padding: 80px 40px 0 40px;
}
.form {
    background-color: #fff;
    display: block;
    padding: 1rem;
    max-width: 350px;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
  }
  
  .form-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-align: center;
    color: #000;
  }
  
  .input-container {
    position: relative;
  }
  
  .input-container input, .form button {
    outline: none;
    border: 1px solid #e5e7eb;
    margin: 8px 0;
  }
  
  .input-container input {
    background-color: #fff;
    padding: 1rem;
    padding-right: 3rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 280px;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  
  .submit {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #084122;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0.5rem;
    text-transform: uppercase;
  }
  
  .signup-link {
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
  }
  
  .signup-link a {
    text-decoration: underline;
    color: #084122;
  }
  @media screen and (max-width: 480px){
    .hero-content h1 {
      font-size: 2.2rem;
      /* width: 80%; */
    }
    .big_img {
      width: 50%;
      height: 200px;
      overflow: hidden;
      border-radius: 14px;
  }
  .autres_text_accueil {
    display: flex;
    width: 50%;
    height: 200px;
    gap: 10px;
}
    .text_1, .text_4 {
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-family: Satoshi black;
      font-size: 0.8rem;
  }
  .green_share_texte p {
     width: auto; 
    text-align: center;
}
.green_share_texte h2 {
 text-align: center;
}
.mise_en_page_paragraphe {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.green_share_img{
  display: none;
}
.slider_besion {

  padding: 20px;
}
  }
/* CARTE ///////////////////////////// */
.carte-header{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
#map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
}
#search-container {
    z-index: 1;
    background-color: rgba(205, 205, 205, 0.609);
    border-radius: 40px;
    width: 250px;
    position: relative;
}
#search{
  border: none;
  background: none;
  width: 200px;
  margin-left: 40px;
  padding: 10px 0;
}
#search:focus {
  outline: none;
  border: none;
}
.search-icon{
  width: 25px;
  height: auto;
  left: 10px;
  position: absolute;
  top: 5px;
  color: rgba(117, 117, 117, 100);
}

#suggestions {
  max-height: 200px;
  overflow-y: auto;
  border-radius: 10px;
  background-color: rgb(179 179 179 / 40%);
  backdrop-filter: blur(5px);
  margin-top: 5px;
  position: absolute;
  color: #084122;
  width: 400px;
  right: 0;
}
.address-results {
    padding: 12px;
    cursor: pointer;
}
.address-results:hover {
    background-color: rgba(245, 239, 230, 0.6);
    backdrop-filter: blur(5px);
}

  /* JARDINS ///////////////////////////// */
.jardin-selectionne-container h2, .jardins-alentours-container h2{
  padding: 20px 0;
}
.jardin-item{
  background: #F5EFE6;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.jardin-item img{
  width: 20%;
  height: auto;
  object-fit: cover;
}
.jardin-info{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#jardin-nom, #selected-garden-nom{
  font-size: 1.2rem;
  font-family: Satoshi bold;
}
#jardin-adresse, #selected-garden-adresse{
  font-size: 0.9rem;
}
.parcelles-info span{
  background: #A4D03E;
  padding: 8px 12px;
  color: white;
  border-radius: 6px;
  font-size: 0.8rem;
}
.jardin-reserver{
  background: #00411E;
  padding: 10px 15px;
  position: absolute;
  right: 20px;
  bottom: 25px;
  color: white;
  border-radius: 8px;
  transition: background 0.3s ease-in-out, transform 0.4s ease;
}
.jardin-reserver:hover{
  background: #006400;
  color: white;
  cursor: pointer;
}
.jardin-reserver:active {
  transform: scale(0.8);
}
.mapboxgl-popup-content {
  border-radius: 12px !important;
}
.mapboxgl-popup-content div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 7px;
  width: 100%;
}
.mapboxgl-popup-content div h3 {
  font-family: Satoshi bold;
  color: #00411E;
}
.mapboxgl-popup-content div a {
  color: white;
  background: #00411E;
  border-radius: 6px;
  border: none;
  width: 100%;
  font-size: 0.8rem;
  padding: 3px 0px;
}
.mapboxgl-popup-content div a:hover {
  background: #006400;
  transition: background 0.3s ease-in-out;
}

.markers-infos{
  display: flex !important;
  flex-direction: row !important;
  gap: 5px;
}
.markers-infos p{
  padding: 2px 2px;
  background: #A4D03E;
  border-radius: 4px;
  color: white;
  width: 100%;
  text-wrap: nowrap;
}
.mapboxgl-popup-content div p span{
  font-family: Satoshi bold;
  color: #00411E;
}
.p-long{
  padding: 2px 8px !important;
}
#distance{
  color: #00411E;
  font-family: Satoshi bold;
}
.mapboxgl-popup-close-button{
  padding: 5px !important;
}
    @media(max-width: 480px){

      .carte-header {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .carte-header h2 {
        text-align: center;
    }
    #search-container {
      width: 100%;
    }
    .jardin-item img {
      width: 40%;
    }
    #jardin-nom, #selected-garden-nom {
      font-size: 1rem;
    }
    #jardin-adresse, #selected-garden-adresse {
      font-size: 0.7rem;
   }
    .jardin-info {
      padding-bottom: 50px;
    }
    .jardin-reserver {
      background: #084122;
      padding: 5px 10px;
      left: 180px;
      bottom: 15px;
      font-size: 0.8rem;
      width: 140px;
      text-align: center;
    }
    .parcelles-info span {
      padding: 5px 8px;
      font-size: 0.6rem;
      text-wrap: nowrap;
    }
      
}
  /* RESERVATION ///////////////////////////// */
.reserv-container, .contact-container{
  padding: 100px 40px 20px 40px;
}
.reserv-container h2, .contact-container h2{
  margin-bottom: 40px;
  /* font-family: "Satoshi bold", sans-serif; */
}
#reserv-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 70%;
  margin: 0 auto;
}
.top-form, .bottom-form{
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0;
  gap: 15px;
}
#title{
  font-family: "Satoshi bold", sans-serif;
  font-size: 1.2rem;
  color: #084122;
}
.quantity{
  display: flex;
  gap: 10px;
}
.quantity-button{
  border: 1px solid #D0D0D0;
  color: #084122;
  border-radius: 4px;
  font-size: 1.5rem;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#reserv-form input[type=number]{
  border: none;
  font-size: 1.5rem;
  padding-left: 25px;
  color: #084122;
}
#calendar{
  padding: 5px 20px;
  width: 30%;
  text-align: center;
  border: 1px solid #D0D0D0; 
  color: #084122;
  border-radius: 6px;
}
.form-button input, .form-button a{
  color: white;
  font-size: 1.2rem;
  border: none;
  padding: 8px 17px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.4s ease;
}
.form-button input:active, .form-button a:active{
  transform: scale(0.9);
}
.form-button a{
  background: #084122;
}
.form-button input{
  background: #006400;
}
.form-button input:hover, .form-button a:hover{
  background: #A4D03E;
}
  /* CONTACT ///////////////////////////// */
.message form{
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}
.noms{
  display: flex;
  width: 100%;
  gap: 20px;
}
.form-width{
  width: 100%;
  box-sizing: border-box;
}
.page-contact{
  width: 100%;
}
.page-contact input, .page-contact select, .page-contact textarea{
  margin-bottom: 20px;
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  padding-left: 10px;
}
#bouton{
  background-color: #00411E;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.4s ease;
}
#bouton:hover{
  background: #006400;
  color: white;
  cursor: pointer;
}
#bouton:active {
  transform: scale(0.9);
}
.page-contact input, .page-contact select{
  height: 40px;
}
.page-contact label{
  margin-bottom: 8px;
  color: #00411E;
  font-weight: bold;
}
.page-contact textarea{
  resize: none;
  padding-top: 5px;
}
.noms-ch{
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media(max-width: 480px){
  .message form{
    width: 80%;
  }
  .reserv-container, .contact-container {
    background: #F5EFE6;
}
#bouton{
  font-size: 1.1rem;
}
}

  /* PROFIL ///////////////////////////// */
.profil-page{
  padding: 180px 40px 0 40px;
}
.profil-container{
  background: #F5EFE6;
  width: 35%;
  height: 280px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.profil-container h2{
  margin-top: 100px;
}
.profil-container a{
  margin-top: 20px;
  color: white;
  padding: 10px 18px;
  border-radius: 12px;
  background: #084122;
  font-size: 0.9rem;
}
.profil-photo{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 200px;
  overflow: hidden;
  border: 8px solid #A4D03E;
  height: 170px;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pdp{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.profil-bloc1{
  margin-top: 70px;
}
.profil-settings{
  display: flex;
  gap: 10px;
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.profil-settings a{
  color: white;
  background: #084122;
  border-radius: 8px;
  padding: 10px 15px;
  transition: background 0.3s ease-in-out, transform 0.4s ease;

}
.profil-settings a:hover{
  background: #A4D03E;
  color: white;
  cursor: pointer;
}
.profil-settings a:active {
  transform: scale(0.9);
}
.jardin-supprimer{
  background: #084122;
  padding: 10px 15px;
  position: absolute;
  right: 20px;
  bottom: 25px;
  color: white;
  border-radius: 8px;
  transition: background 0.3s ease-in-out, transform 0.4s ease;
}
.jardin-supprimer:hover{
  background: #A4D03E;
  color: white;
  cursor: pointer;
}
.jardin-supprimer:active {
  transform: scale(0.8);
}
#jardin-nom-adr{
  font-family: Satoshi bold;
}
.jardin-item2{
  background: #F5EFE6;
  width: 100%;
  /* height: 180px; */
  border-radius: 10px;
  display: flex;
  gap: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.jardin-item2 img{
  width: 20%;
  height: auto;
  object-fit: cover;
}
.jardin-info2{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 20px 10px 20px 0;
  gap: 20px;

}
.parcelles-info2{
  display: flex;
  gap: 30px;
}
.parcelles-info2 span{
  background: #A4D03E;
  padding: 8px 12px;
  color: #00411E;
  border-radius: 6px;
  font-size: 0.8rem;
}
.jardin-reserver2{
  background: #00411E;
  padding: 10px 15px;
  height: 20px;
  color: white;
  border-radius: 8px;
  transition: background 0.3s ease-in-out, transform 0.4s ease;
  text-wrap: nowrap;
}
.jardin-reserver2:hover{
  background: #006400;
  color: white;
  cursor: pointer;
}
.jardin-reserver2:active {
  transform: scale(0.8);
}
.reservations-affichage{
  color: #00411E;
}
#jardin-nom-adr2{
  font-family: Satoshi bold;
  color: #00411E;
}
.reservations-affichage p a{
  font-family: Satoshi bold;
  color: #00411E;
  text-decoration: underline;
}
@media(max-width: 480px){
  
  .profil-photo {
    height: 90px;
    width: 90px;
    border: 4px solid #A4D03E;
}
  .profil-container{
    width: auto;
  }
  .profil-container h2 {
    margin-top: 70px;
}
.jardin-item2{
  flex-direction: column;
  gap: 5px;
}
.jardin-item2 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#jardin-nom-adr2 {
  text-align: center;
  padding: 0 10px;
}
.jardin-info2 {
  gap: 10px;
  padding: 0 15px;
}
.parcelles-info2 {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
.reservations-affichage {
  color: #00411E;
  text-align: center;
}
}


  /* MODIF PROFIL ///////////////////////////// */
.modif-profil-container{
  padding: 100px 40px 60px 40px;
}
.form-container{
  background: #F5EFE6;
  border-radius: 10px;
  padding: 20px 0;
}
.form-container form{ 
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin: 0 auto;
}
.profil-img{
  border-radius: 200px;
  overflow: hidden;
  height: 90px;
  width: 90px;
  border: 3px solid #00411E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profil-img img{ 
  max-width: 100%;
  max-height: 100%;
}
.custom-file-upload{
  background: #00411E;
  padding: 5px 10px;
  color: white;
  border-radius: 8px;
  cursor: pointer;
}
.form-left{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
  gap: 20px;
}
.form-right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: auto 0;
  gap: 15px;
}
.prof-input-container{
  display: flex;
  align-items: center;
  font-family: Satoshi bold;
  color: #00411E;
}
.prof-input-container input{
  width: 350px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: white;
  margin-left: 10px;
  text-align: center;
  color: #000;
}
.profil-bouton{
  width: 350px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: white;
  margin-left: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profil-bouton a{
  color: #000;
}
.bouton-form{
  width: 350px;
  height: 35px;
  border-radius: 8px;
  background: #00411E;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: background .3s ease-in-out, transform .4s ease-in;
  border: none;
}
.bouton-form:hover{
  background: #006400;
}
.bouton-form:active{
  transform: scale(0.9);
}

.form-containere{
  background: #F5EFE6;
  border-radius: 10px;
  padding: 20px 0;
}
.form-containere form{
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 60%;
  margin: 0 auto;
}
.form-lefte{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-righte{
  display: flex;
  align-items: flex-end;
}
.modifier-button{
  width: 100%;
  border: none;
  background-color: #00411E;
  color: white;
}
.input-containere input{
  width: 350px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: white;
  margin-left: 10px;
  text-align: center;
  color: #000;
}
@media(max-width: 480px){

  .form-container form {
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.prof-input-container {
  font-size: 0.8rem;
  flex-direction: column;
}
.prof-input-container input {
    width: 250px;
    height: 35px;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    background: white;
    margin-left: 10px;
    text-align: center;
    color: #000;
}
.form-right {
  gap: 0;
  align-items: center;
 
}
.profil-bouton{
  margin-left: 0;
  margin-bottom: 15px;
}
.form-containere form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.input-containere input {
  margin-left: 0;
}
}
  /* ADMIN ///////////////////////////// */
  .main-admin{
    padding: 100px 0;
  }
.admin-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.butadmin{
  display: flex;
  border: 2px solid white;
  border-radius: 14px;
  position: absolute;
  z-index: +1;
  top: 50%;
  pointer-events: none;
}
.butadmin p{
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
.ad_jardins, .ad_users, .ad_parcelle{
  height: 300px;
  overflow: hidden; 
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.admin_illu{
  height: 100%;
  width: 100%; 
  object-fit: cover;
  position: absolute; 
  top: 0;
  left: 0;
}

.gestion_img{
  height: 80px;
  width: auto;
}
.picto{
  height: auto;
  color: #084122;
  width: 20px;
}
.ad_statistiques{
  padding: 40px;
}
.ad_statistiques h2{
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.admin-container2{
  padding: 100px 40px;
}
@media(max-width: 480px){
  .admin-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

  /* ALERT ///////////////////////////// */

.error-message {
    color: red; /* Couleur du texte */
    background-color: #fdd; /* Couleur de fond */
    border: 1px solid red; /* Bordure */
    padding: 10px; /* Espacement intérieur */
    margin: 10px 0; /* Espacement extérieur */
    border-radius: 5px; /* Bords arrondis */
}
.success-message {
    color: green; /* Couleur du texte */
    background-color: rgb(221, 255, 232); /* Couleur de fond */
    border: 1px solid green; /* Bordure */
    padding: 10px; /* Espacement intérieur */
    margin: 10px 0; /* Espacement extérieur */
    border-radius: 5px; /* Bords arrondis */
}


  /* FOOTER ///////////////////////////// */

  .footer{
    height: 100px;
    width: 100%;
  }
.logo_green_share_blanc svg{
    margin: 50px;
  }
  .cls-1 {
    fill: #fff;
    stroke-width: 0px;
  }
.page_footer{
  background-color: #084122;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}
.mise_en_page_texte{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px 40px;
  margin: 2px;
}
.mise_en_page_texte a,.mise_en_page_texte p{
  color: #fff;
}
.texte_milieu{
  display: grid;
}
.logo_green_share_blanc{
  display: flex;
  justify-content: center;
  align-items: center;
}
  .lettre_logo_bas {
    position: sticky;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    background-color: #084122;
  }
  .lettre_logo_bas svg{
    margin: 5px 5em 5px 5em;
  }
  .titre_contact h1{
    color: #fff;
  }
.reseaux i{
  color: white;
  width: 40px;
  height: auto;
}

.icon-mobile i{
 display: none;
}

@media(max-width: 480px){
        .page_footer{
          display: flex;
          flex-direction: column;
        }
        .logo_green_share_blanc{
          height: 90px;
          display: flex;
          justify-content: flex-start;
          margin-right: 50px;

        }
        .logo_green_share_blanc svg{
          width: 70px;
          margin-left: 70px;
        }
        .mise_en_page_texte{
          display: flex;
          margin: 0 30px;
          flex-direction: column-reverse;
        }

        .nouveau_projet, .rejoignez-nous, .reseaux, .mention_legal p{
          margin: 8px 0;
        }
        .contact{
          margin: 10px 0;
        }
        .contact p{
          font-size: 13px;
        }
        .titre_contact h1{
          color: #fff;


        }
    }

.azer{
  padding: 100px 40px;
}