body {
    margin: 0;
    padding: 0px;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    background-color: #FEF3E8;
    /* font-family: "McLaren", sans-serif; */
}

/* NAV */
p{
    color: #634F46;
}

#header {
    background-color: #ADC178;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index:100;
    transition: background-color 0.3s ease;
}
#header2{
    width: 90%;
    margin: 0 auto;
    color: #3d2d25;
    display: flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#header.scrolled{
    background-color: rgba(255, 241, 241, 0.5); /* Fond du header lorsque scrolled */
    color: black;   
}
#header:hover{
    background-color: #ADC178;
}
#youtube{
    display: flex;
    justify-content: center;
}
#youtube iframe{
    width: 560px;
    height: 315px;
    object-fit: cover;
}


nav {
    flex: 2;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    color: #3d2d25;
    font-size: 16px;
    display: flex;
    align-items: center;
}
nav ul li a:hover{
    text-decoration:overline;
}
a{
    text-decoration: none;
}

.user-space2 {
    
}
.user-space2 a{
    color: #FEF3E8;
    display: flex;
    background-color: #634F46;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 60px;
}
.user-space2 a:hover{
    background-color: #FEF3E8;
    color: #634F46;
}
.user-space {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.user-space .dropbtn{
    background-color: #FEF3E8;
    border: 2px solid #FEF3E8;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
}

.dropbtn{
    color: #634F46;
}

.user-space .dropdown-content {
    display: none;
    position: absolute;
    background-color: #FEF3E8;
    border: 2px solid #634F46;
    border-radius: 5px;
    min-width: 200px;
    color: #634F46;
    z-index: 1;
}
.user-space .dropdown-content a {
    color: #FEF3E8;
    background-color: #634F46;
    border: 2px solid #634F46;
    border-radius: 5px;
    padding: 5px 12px;
    text-decoration: none;
    display: block;
    width: 80%;
    margin: 5px ;
    font-size: 20px;
}
.user-space .dropdown-content a:hover {
    background-color: #FEF3E8;
    color: #634F46;
}
.user-space:hover .dropdown-content {
    display: block;
}
.dropdown-content p{
    margin-top: 10px;
    width: 80%;
    margin: auto;
}
/* .dropdown-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
} */
.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #FEF3E8;
}
.pdp{
    background-color: #FEF3E8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0px 15px 0px 0px;
}
#pdp{
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
nav ul .current{
    color: red;
}


.menu-icon.active + nav {
    display: flex;
}

/* -------------------------FIN NAV-------------------- */

/* ------------------------------PAGE ACCUEIL---------------- */
.buttons {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.button-find-garden{
    padding: 10px 70px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background-color: #634F46;
    border: 2px solid #634F46;
    color: #FEF3E8;
    font-size: 20px;
    margin-bottom: 50px;
}

.button-find-garden:hover{
    background-color: #FEF3E8;
    border: 2px solid #634F46;
    color: #634F46;
}

/*-----------A1------------------*/
h2{
    font-family:"McLaren", sans-serif;
}
.A1{
    padding-top: 100px;
    max-width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
h1{
    font-family: "McLaren", sans-serif;
}

.A1-1a{
    display: flex;
}
.A1-2{
    max-width:50%;
    overflow: hidden;
}

.A1-2 img{
    max-width:100%;

}

.A1-1{
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.A1-1 h1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3%;
    color: #634F46  ;
    font-size: 50px;
}
.A1-1b{
    display: flex;
    justify-content: center;
}
.A1-1b a span{
    color: #634F46;
    font-size: 3em;
}
.A1-1-1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/*----------------------A2----------------------*/


#A2{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #634F46;
    color: #FEF3E8;
    width: 100%;
    /* padding: 5%; */
}

#A2 p{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    width: 80%;
    color: #FEF3E8;
    padding-bottom: 40px;
    margin: auto;
}

/*----------------------BENTO BOX----------------------*/
.bento-box {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto;
    gap: 10px;
    width: 90%;
    margin: 70px auto;
}
.bento-box h2{
    font-size: 35px;
}
.box {
    color: #634F46;
    align-items: center;
    justify-content: center;
}
.box img{
    width: 700px;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
.box1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.box2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: flex;
    border: 2px solid #ADC178;
    border-radius: 5px;
    justify-content: center;
    flex-direction: column;
}
#box2{
    display: flex;
    flex-wrap: wrap;
}
.box22{
    width: 30%;
    padding: 10px;
} 
.box22 p{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}
.pourcentage{
    font-family: "McLaren", sans-serif;
    font-size: 35px;
}
.box3 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    height: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.box33{
    background-color: #ADC178;
    border-radius: 5px;
    display: flex;
    width: 31%;
    height: 50px;
    align-items: flex-start;
}
.box3p{
    padding: 0px 20px; 
    display: flex;
    font-size: 25px;
    align-content: center;
    justify-content: center;
    display: flex;
    color :#FEF3E8;
}
.box3p p{
    margin: 10px 0px 0px 10px;
}
.box3etape{
    color: #634F46;
    font-family: "McLaren", sans-serif;
    justify-content: center;
    display: flex;
    font-size: 30px;
    margin: 0px  0px 0px 30px;
}
    
/*----------------------A5----------------------*/

.A5{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------------------A6----------------------*/
#scroll {
    display: flex;
    align-items: center;
    margin-bottom: 50px; 
}
.h2{
    display: flex;
    padding: 100px 0px 50px 0px;
    justify-content: center;
    color: #634F46;
    font-size: 35px;
}
.slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.slider::-webkit-scrollbar {
    display: none; 
}
.slide{
    display: flex;
    margin: 0 20px;
}
.slider {
    display: flex;
    overflow-x: auto; 
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; 
}

.slide {
    flex: 0 0 auto;
    scroll-snap-align: start; 
}
.sacs {
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin: 0px 20px;
    border-radius: 10px;
    flex-direction: column;
    border: 2px solid #ADC178;
    width: 350px;
    color: #634F46;
}
.img_scroll{
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}
.img_scroll img{
    object-fit: cover;
}
.parcelles_scroll{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.parcelles_scroll a{
    color: #FEF3E8;
    font-size: 25px; 
}
.plus{
    margin: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #634F46;
    border: 2px solid #634F46;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plus:hover{
    background-color: #FEF3E8;
    color: #634F46;
    border: 2px solid #634F46;
}
.proprio{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
}
.sacs h3{
    font-size: 20px;
    color: #634F46;
    margin: 15px 0px 0px 0px;
}
.proprio p{
    margin: 0px 0px 20px 0px;
}
.sacs img{
    width: 200px;
    border-radius: 5px;
}
.prev, .next {
    margin: 0 20px;
    border-radius: 50%;
    margin-top: 10px;
    font-size: 30px;
    background-color: #FEF3E8;
    border: .2px solid rgb(201, 199, 199);
    color: rgb(201, 199, 199);
}

.prev:before {
    content: "\003C";
}

.next:before {
    content: "\003E";
}

.prev:hover, .next:hover {
    color: #000;
    border: .2px solid #000;
}


/*----------------------Autre----------------------*/

.button2{
    padding: 30px;
    font-size: large;
    border-radius: 20px;
    color: #FEF3E8;
    width: 25%;
    padding: 20px 40px;
    box-sizing: border-box;
    background-color: rgb(126, 211, 239);
    border: none;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.circle2, .circle3, .circle1 {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 12vw;
    height: 12vw;
    background-color: red;
    border-radius: 50%;
}

/* FIN PAGE ACCUEIL */

/*-------------------------------AFFICHE VALIDE/erreur-------------------------------*/
#valide,#erreur{
    display: flex;
    justify-content: center;
    /* margin-right: 50px; */
    margin: 0 auto;
  }
  .success {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 320px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: #84D65A;
    border-radius: 8px;
    box-shadow: 0px 0px 5px -3px #111;
  }
  .success__icon {
    width: 20px;
    height: 20px;
    transform: translateY(-2px);
    margin-right: 8px;
  }
  
  .success__icon path {
    fill: #393A37;
  }
  
  .success__title {
    font-weight: 500;
    font-size: 14px;
    color: #393A37;
  }
  
  .success__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: auto;
  }
  
  .success__close path {
    fill: #393A37;
  }
  /*-------------------------------GALERIE-AFFICHE ERREUR-------------------------------*/
.error {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 320px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: #EF665B;
    border-radius: 8px;
    box-shadow: 0px 0px 5px -3px #111;
  }
  
  .error__icon {
    width: 20px;
    height: 20px;
    transform: translateY(-2px);
    margin-right: 8px;
  }
  
  .error__icon path {
    fill: #fff;
  }
  
  .error__title {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    top: 0;
  }
  
  .error__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: auto;
  }
  
  .error__close path {
    fill: #fff;
  }
/* FIN AFFICHE ERREUR/VALID */

/*  ----------------PAGE JARDINS--------- */

.how-it-works-section{ 
    width: 80%;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #634F46;
    flex-direction: column;
}
.add-your-garden-section{
    display: flex;
    margin: 20px 0px;
}

.how-it-works-section h2 {
    font-size: 34px;
}

.how-it-works-section p{
    font-size: 18px;
}

.jardins{
    border: 2px solid #634F46;
    margin: auto;
    border-radius: 5px;
    display: flex;
    clear: both;
    width: 90%;
    padding: 10px;
    cursor: pointer;
    color: #634F46;
    display: flex;
    justify-content: space-between;
}
.jardins li{
    list-style-type: none;
}
.jardins li img{
    width: 240px;
    height: 172px;
    border-radius: 5px;
    padding-right: 50px;
}
.nom{
    font-size: 25px;
    color: #634F46  ;
}
.reserver{
    background-color: #634F46;
    color: #FEF3E8;
    border: 2px solid #634F46;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserver2{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
} 
.reserver:hover{
    background-color: #FEF3E8;
    color: #634F46;
}
.infos{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.container {
    display: flex;
    width: 95%;
    margin: 0 auto;
}
#carte_ul{
    width: 50vw;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
#map {
    width: 60vw;
}
#carte_ul, #map{
    height: 500px;
}
.reserve-item p {
    font-size: 14px;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.counter input {
    width: 50px;
    text-align: center;
    margin: 0 10px;
}
.add-your-garden-section {
    text-align: center;
}
#map{
    height: 500px;
}
.jardins:hover{
    background-color: rgba(0,0,0,0.3);
    color: #FEF3E8  ;
}
.leaflet-bottom .leaflet-right{
    display: none;
}
/* FIN PAGE JARDINS */

/* PAGE RESERVETION DE PARCELLE */

.parcelles_dispo{
    width: 100px;
    height: 100px;
    border: 0px;
    margin: 5px;
    border-radius: 10px;
}
#parcelles_choix{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.racap-reserv{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.racap-reserv p{
    color: #634F46;
}
.racap-reserv h2{
    color: #634F46;
    margin: 0px;
}
.racap-reserv2{
    display: flex;
    margin: 20px 50px;
}
.racap-reserv2 img{
    width: 50%;
    border-radius: 8px;
}
.racap-reserv3 p{
    color: #634F46;
    padding-left: 50px;
}
.parcelle-details-container{
    margin: 10px 0px;
    display: flex;
    align-items: flex-end;
}
.parcelle-details-container p{
    padding: 0px 20px;
    color: #634F46;
}
#recap{
    color: #634F46;
}
/* FIN PAGE RESERVATION DE PARCELLE */

/* -----------------------PAGE CONTACT */
/* Input container */
  
.contact{
    padding-top: 90px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
}
.contact h1{
    color: #634F46;
}
.contact-form-section {
    margin: 50px auto; 
    padding: 20px;
    border: 2px solid #ADC178;
    border-radius: 5px;
    width: 50%;
}

.contact-info-section2 h3 {
    font-size: 24px;
    color: #634F46;
    font-weight: bold;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form label {
    font-size: 16px;
    color: #634F46;
} 
.contact-form input,
.contact-form select,
.contact-form textarea {
    background-color: #ADC178;
    border: 0px;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}
::placeholder, option {
    color: #634F46; /* Couleur de votre choix */
    opacity: 1; /* Assure que la couleur soit complètement appliquée */
}
.contact-form textarea {
    resize: vertical;
    height: 150px;
}
.button-envoyer, .button-envoyer2{
    width: 30%;
    padding: 10px 20px;
    margin: 20px auto;
    background-color: #634F46;
    color:#FEF3E8;
    font-size: 15px;
    border-radius:5px ;
    border: 2px solid #634F46;
}
#reservation-form{
    display: flex;
    justify-content: center;
}

.button-envoyer:hover,
.button-envoyer2:hover,
.contact-item:hover{
    background-color: #FEF3E8;
    color: #634F46;
}
.button-envoyer2{
    padding: 4px 13px;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.contact-item {
    background-color: #634F46;
    color: #FEF3E8;
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px solid #634F46 ;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.input-container, .input-container2{
    display: flex;
    flex-direction: column-reverse;
    margin: 10px 0px;

}
.input-container2{
    width: 100%;
}
.contact-nom-prenom{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.contact-form select{
    margin-bottom: 30px;
}
.contact-form p{
    color: #634F46;
    padding: 5px 0px;
    margin: 0px;
}
/* FIN PAGE CONTACT */

/* PAGE INSCRIPTION */

.registration-form-section {
    margin: 0 auto;
    width: 900px;
    padding: 20px;
    background-color: #FFDBB7;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 150px;
}

.registration-form-section h2 {
    font-size: 24px;
    color: #176553;
    text-align: center;
}

.registration-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.registration-form label {
    font-size: 16px;
    color: #176553;
}

.registration-form input {
    padding: 10px;
    border: 2px solid #176553;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.registration-form input:focus {
    border-color: #00bcd4;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-container input {
    margin-right: 10px;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #176553;
}

/* FIN PAGE INSCRIPTION */

/* PAGE CONNEXION */
 
.signup-link {
    text-align: center;
    font-size: 14px;
    color: #634F46;
}
.signup-link a{
    color: #634F46;
}
.signup-link a:hover{
    text-decoration: underline;
}
 
/* FIN PAGE CONNEXION */

/* PAGE PROFIL */

.profile-section h1 {
    font-size: 28px;
    color: #634F46;
}

.profile-info {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    align-items: center;
}

.profile-picture {
    /* width: 150px;
    height: 150px;
    border-radius: 15px;  */
    position: relative;
    display: inline-block;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}
.profile-picture2 p{
    margin: 0px;
    margin-bottom: 10px;
}
#modif_pro{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
    left: 60%;
    z-index: 10;
    height: 40px;
    width: 40px;
    background-color: #634F46;
    border: 2px solid #634F46 ;
    border-radius: 50%;
}
#modif_pro svg{
    filter: invert(1);
    width: 60%;
}
#modif_pro:hover{
    background-color: #FEF3E8;
}
#modif_pro svg:hover{
    filter: invert(0);
}
#profile-picture{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.profile-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.profile-box {
    width: 80%;
    padding: 20px;
    display: flex;
    margin-bottom: 20px;
}
.tabprofil{
    width: 100%;
    color: #634F46;
}
.tabprofil thead{
    font-size: 20px;
}

.profile-box h3 {
    font-size: 20px;
    color: #176553;
    margin-bottom: 10px;
}
.profile-box2{
    margin-top: 100px ;
    width: 100%;
}
.profile-box ul {
    list-style: none;
    padding: 0;
    width: 100%;
}
.profile-box2 ul li{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.profile-box2 ul{
    display: flex;
    list-style: none;
    align-items: flex-start;
    flex-direction: column;
}
.profile-box2 h2, .profile-box h2{
    color: #634F46;
}

.profile-box ul li {
    font-size: 14px;
    color: #333;
    margin: 5px 0;
}
.my_profil{
    padding-top: 100px;
}
.profile-info2{

}
.profile-section {
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.check-mark {
    font-size: 24px;
    color: green;
}

.cross-mark {
    font-size: 24px;
    color: red;
}
.cross-mark:hover{
    color: rgb(254, 95, 95);
}
.cross-modif{
    font-size: 24px;
    color: gray;
    transform: scaleX(-1);
}
.cross-modif:hover{
    color: rgb(168, 166, 166);
}
.attente{
    font-size: 24px;
    color: gray;
}
.profile-box{
    display: flex;
    flex-direction: column;
    justify-content: normal;
}
.profile-box3{
    display: flex;
}
.profile-box3 p{
    padding: 0px 10px;
    font-size: 10px;
    color: #634F46;
}
.profil-box h3{
    margin-bottom :auto;
}


/* FIN PAGE PROFIL */

/* FOOTER */

footer {
    background-color: #ADC178;
    color: #3d2d25;
    text-align: center;
    padding: 20px 0;
}

.footer-info {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.footer-info div {
    width: 30%;
}
.legals{
    width: 80%;
    margin: 0 auto;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.legals h2, .legals h3{
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.footer-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.afoot {
    margin: 5px 0;
}
/* .svgImg{
    filter: invert(1);
} */

.footer-info a {
    color: #3d2d25;
    text-decoration: none;
    margin: 0 5px;
}
.probleme{
    display: none;
}
.footer-info a:hover {
    text-decoration:underline   ;
}
.footer-info div p a{
    color: #3d2d25;
}
/* FIN FOOTER */
/*-------------------ADMINISTRATION------------------*/
.retour {
    border: 1px solid #000;
    margin: 30px 10px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
}

.tabadmin {
    width: 80%;
    margin: 0 auto;
    border: 0;
}

.tabadmin thead {
    background-color: #000;
    color: #fff;
}

.tabadmin tr td {
    border-bottom: 1px solid #000;
}
.admin_nav ul li a{
    color: #000;
}
.admin_nav ul li a:hover, .tabadmin tr td a:hover{
    text-decoration: underline;
}
.admin_nav2{
    margin: 20px;
}
#statistique {
    display: flex;
    width: 90%;
    margin: 20px auto;
    justify-content: space-around;
}
#statistique a{
    width: 20%;
    border: 2px solid black;
    border-radius: 5px;
    padding: 0px 25px;
    color: #000;
}
#statistique a:hover{
    background-color: rgba(0,0,0,0.5);
    color: #FEF3E8;
}
.retour{
    background-color: #000;
    border: 2px solid #000;
    color: #FEF3E8;
    padding: 5px 10px;
    margin: 10px;
}
.retour:hover{
    background-color: #FEF3E8;
    color: #000;
}
.admin_nav ul{
    display: flex;
    justify-content: space-between;
}
.admin_nav ul div{
    display: flex;
    flex-direction: row;
}
.admin_nav .fleche{
    font-size: 40px;
    padding: 0px;
    margin: 0px;
}
.admin_nav .fleche:hover{
    color: rgba(0,0,0,0.5);
    text-decoration: none;
}

/*--------------------------------------------------*/
@media screen and (max-width: 480px) {
    /*--------------------NAV--------------------*/
    nav {
        display: none;
        /* flex-direction: column; */
        width: 100%; 
    }
    nav ul {
        flex-direction: column;
        display: flex;
        top:50%;
    }
    nav ul li {
        margin: 0;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    nav ul li a {
        padding: 15px;
        width: 100%;
        display: block;
        color: #634F46;
        font-size: 20px;
    }
    .menu-icon {
        display: block;
        right: 50%;
    }
    nav.active {
        display: block;
        position: absolute;
        background-color: #FEF3E8;
        width: 50%;
        left: 0px;
        top: 0px;
        height: 100vh;
        z-index: 500;
    }
    #header{
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    #header2{
        justify-content: space-between;
    }
    .user-space{
        margin:0px;
        padding: 0px;
    } 
    /*--------------------FIN   NAV--------------------*/
    /*--------------------FORMULAIRE--------------------*/
    .contact-form{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .contact-nom-prenom, .input-container2{
        display: flex;
        flex-direction: column-reverse;
    }
    .input-container input{
        width: 80%;
    }
    .contact-form label, 
    .contact-form select,
    .contact-form textarea{
        width: 100%;
    }
    .button-envoyer{
        width: 60%;
        margin: 20px auto;
    }
    /*------------------FIN FORMULAIRE---------------------------*/
    /*-------------------------PAGE PROFIL--------------------*/
    .profile-box{
        width: 100%;
    }
    .tabprofil td{
        font-size: 15px;
    }
    /*-------------------FIN PAGE PROFIL--------------------------------*/
    /*-------------------------PAGE ACCUEIL--------------------*/
    .bento-box{
        display: flex;
        flex-direction: column;
    }
    .box1 img{
        width: 100%;
    }
    .box1{
        margin: 0px;
        padding: 0px;
    }
    .box3{
        display: flex;
        flex-direction: column;
    }
    .box33{
        width: 100%;
        margin: 10px 0px;
    }
    .pp{
        padding: 10px 0px;
    }
    #box2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .box22{
        width: 99%;
        margin: 0 auto;
    }
    .button-find-garden{
        display: flex;
        justify-content: center;
        padding: 5px 10px;
        width: 150px;
        font-size: 15px;
        top: 0px;
        margin-top: 150px;
    }
    .A1-2{
        display: none;
    }
    .A1{
        height: 100%;
    }
    .h2{
        padding: 0px;
    }
    .buttons{
        display: flex;
        gap:50px;
    }
    #youtube iframe{
        width: 560px;
        height: 215px;
    }
    /*-------------------FIN PAGE ACCUEIL--------------------------------*/
    /*------------------------PAGE JARDINS------------------*/
    .container{
        display: flex;
        flex-direction: column-reverse;
    }
    /* .container div{
        width: 95%;
        margin: 0 auto;
    } */
    #map{
        height: 300px;
        width: 100%;
    }
    #carte_ul{
        width: 100%;
    }
    .jardins #h3{
        width: 150px;
        padding-right: 10px;
    }
    .jardins li img{
        margin: 0px;
        width: 100%;
        object-fit: cover;
        height: 210px;
        padding: 0px;
    }
    /*-------------------------FIN PAGE JARDINS-----------------------------*/
    /*-----------------------------PAGE RESERVATION JARDIN------------------------------------*/
    .racap-reserv, .racap-reserv2{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }
    .parcelles_dispo{
        width: 50px;
        height: 50px;
    }
    
    .contact-form-section{
        width: 80%;
    }
    /*-----------------------------FIN PAGE RESERVATION JARDIN------------------------------------*/
    /*-------------------FOOTER--------------------------------*/
    .footer-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .footer-info div{
        width: 100%;
    }
    /*-------------------FIN FOOTER--------------------------------*/
}
