body {
    font-family: inter;
    margin: 0;
    cursor: none;
    height: 100svh;
}

.orga-table {
    display: flex;
    width: 100%;
    justify-content: space-around;
    
}

.album-add-leave {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    text-transform: uppercase;
}

.album-add-leave p{
    text-decoration: orange wavy underline;
    text-underline-offset: 5px;
}

.table-variete {
    display: flex;
    list-style: none;
    font-size: 20px;
 
}

.button-varietes {
    background-color: white;
    width: fit-content;
    padding: 10px;
    border: 1px solid black;
}

.button-varietes:hover {
    background-color: black;
    color: white;
}

.button-varietes:hover a {
    color: white;
    text-decoration: none;
}

.button-varietes-1 {
    background-color: white;
    width: fit-content;
    padding: 10px;
    border: 1px solid black;
}

.button-varietes-1:hover {
    background-color: black;
    color: white;
}

.button-varietes-1:hover a {
    color: white;
    text-decoration: none;
}

.option-button-variete {
    display: flex;
    gap: 10px;
}



.variete-encadrement {
    display: flex;
    border: 1px solid black;
    padding-top: 10px;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-around;
    gap: 10px;
}

.grande-variete-encadrement {
    display: flex;
    flex-direction: column;
    gap: 20px;


}

.txt-description-image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 100%;
}

.txt-description-image span{
    padding: 10px;
    text-align: justify;
}



.txt-varietes {
    display: flex;
    gap: 10px;
    width: 63%;
    align-items: center;
}


.txt-varietes p {
    width: 100%; 
    white-space: wrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    font-size: 10px;
}

.table-variete ol{
    list-style: none;
    display: flex;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    color: orange;
}



.nom-varietes-ajout {
    list-style: none;
    display: flex;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    color: orange;
    gap: 20px;
    flex-direction: column;
}

.repertoire-ajout-varietes {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 50px;
}

.input-varietes {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.input-varietes-1 {
    display: flex;
}

.table2-form-post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.input-variete-final {
    display: flex;
}

.input-update-form {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.centre-message-reussie {
    display: flex;
    justify-content: center;
    text-decoration: orange wavy underline;
    font-size: xx-large;
    min-height: 100vh;
    align-items: center;
    text-underline-offset: 5px;
    gap: 30px;
    flex-direction: column;;
}

.photo-redimenssion-table {
    width: 150svh;
}

.photo-redimenssion-table img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cursor {
    pointer-events: none;
}

.cursor__ball {
    position: fixed;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    z-index: 10;
}

.cursor__ball svg circle {
    fill: orange;
}

a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}

a {
    text-decoration: none;
    color: 	#000000;
    text-transform: uppercase;
    font-size: 25px;
}



p {
    font-size: 20px;
    margin: 0;
    text-wrap: wrap;
}

.footer {
    height: 4svh;
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;;
    align-items: center;
}


.active {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.ff.active {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.fa.active {
    text-decoration: underline;
    text-underline-offset: 5px;
}






/* ORDINATEUR------------------------------------------------------------------ */
@media (min-width: 481px) {

    * {
        cursor: none;
    }

    .fruits {
        width: 450px;
        height: 200px;
    }

    .hamburger {
        display: none;
    }

    .container {
        padding: 20px;
    }

    .container-1 {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

   

    .container-2 {
        gap: 10px;
        display: flex;
    }

    a {
        font-size: 20px;
    }
    
    .img_fruit_background img {
        object-fit: cover;
    width: 100%;
    height: 100%;
    }

    .img_fruit_background  {
        width: 200px;
        height: 100px;
    }

   .conteneur-titres {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    max-height: 300vh;
}

.titre-arbre {
    font-size: 50px;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 20px; 
    align-items: center;
    gap: 20px;
}

ul {
    color: #151414;
    text-decoration: none;
    list-style: none;
    display: flex;
    gap: 40px;
    font-size: 25px;
    padding: 20px;
    text-transform: uppercase;
    margin-top: 80px;
    justify-content: space-between;
}



.fruits {
    width: 442px;
    height: 50px;
}
.fruits-images {
    width: 300px;
    height: 300px;
}
.fruits-liste {
    width: 442px;
    height: 50px;
}


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

.fruits_textes {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fruits_textes-liste {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.fruits_textes-images {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.texte-image {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    padding-left: 10px;
    font-size: 20px;
}



.txt-elements-fruits {
    width: 30%;
    text-align: right;
    padding-right: 10px;
    align-items: center;
    display: flex;
}

.box {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    
}

 .box-fruits {
    overflow: scroll;
    max-height: 75vh;
}

.elements_fruits {
    display: flex;
    justify-content: center;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    flex-direction: column-reverse;
}


.text-orga {
    color: #151414;
    text-decoration: none;
    list-style: none;
    display: flex;
    gap: 40px;
    font-size: 25px;
    padding: 20px;
    text-transform: uppercase;
    margin-top: 80px;
    justify-content: space-between;
}

}

/* TELEPHONE--------------------------------------------------------------- */


@media (max-width: 480px) {



    .orga-table {
        display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
    }
    .grande-variete-encadrement {
        width: fit-content;
    
    }

    .cursor {
        display: none;
    }

    body {
        cursor: auto;
    }


    .box-fruits {
        overflow: scroll;
        max-height: 85vh;
    }
   
    .container {
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
        align-items: center;
    }

    .container-2 {
        display: none;
    }
    #recherche {
        display: none;
    }
    
    .background_mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #151414; 
    }

   
    
    .form {
        list-style: none;
        font-size: 4em;
        color: whitesmoke;
        text-transform: uppercase;
        font-family: inter;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        height: 100%;
        justify-content: center;
        gap: 10%;
        align-items: center;
    }

    ul a {
        color: white;
    }

    
    .form-1{
        font-size: xxx-large;
        color: white;
        text-decoration: none;
    }

    h1 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: xxx-large;
    }

    .titre-arbre {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        height: -webkit-fill-available;
        width: -webkit-fill-available;
        z-index: -1;
        flex-direction: column;
        font-size: 4em;
        text-transform: uppercase;
        gap: 10px;
    }
    img {
    width: 40%;
    }

    .img_fruit_background {
    display: flex;
    justify-content: center;
    }
    
    .container {
        padding: 10px;
    }

    ul {
        color: #151414;
        text-decoration: none;
        list-style: none;
        display: flex;
        gap: 40px;
        font-size: 25px;
        padding: 10px;
        text-transform: uppercase;
        margin-top: 20px;
    }

    .box {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

      .box-liste {
        display: flex;
        
}

.box-images {
    display: flex;
    flex-direction: column;
} 


    .box-images {
        display: flex;
        flex-direction: column;
        justify-content: center;
    } 

    .elements_fruits {
        padding: 10px;
    }

    .fruits {
        width: 450px;
        height: 200px;
    }
    .fruits-images {
        width: 100%;
        height: 100%;
    }
    .fruits-liste {
        width: 100%;

    }
    
    
    .fruits img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        align-items: center;
    display: flex;
    height: auto;
    }
    
    .fruits_textes {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    
    .fruits_textes-liste {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    
    .fruits_textes-images {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    
    .texte-image {
        display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    }

.elements_fruits {

    padding: 10px;

}



    #form {
        display: flex;
    flex-direction: column;
    gap: 10px;

    }
    .nom_plante {
        font-size: 25px;
    text-transform: uppercase;
    }
    #text_form {
        width: 50%;
    }
    #search_form {
        width: 50%;
    }
.ff {
    color: black;
    font-size: 20px;
}
.fa {
    color: black;
    font-size: 20px;
}


    .infos_laptop{
        display: none;
    }
}
