.repli
{
/*     
    width: 1.5vh;
    height: 1.5vh;
 */
    height: 100%;
    width: 1.5rem;
    border: none;
    background: transparent;
/* 
    border-right: 2px solid #264653;
    border-bottom: 2px solid #264653;
 */    
    border: 1px solid #828282;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: 25%; */
    /* transform: translateY(-25%) rotate(45deg); */
}

*
{
    margin: 0;
    padding: 0;
}

.repli div
{
    content: '';
    display: block;
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-25%) rotate(45deg);
    transition: transform .3s linear;

}

input, select, option
{
    color: black;
}

button
{
    border: none;

}


button:hover
{
    background: rgba(166, 80, 247, 0.2);

}

.marge
{
    margin-top: 0.5vh;
}

.margeAll
{
    margin-top: 0.25vh;
    margin-bottom: 0.25vh;
    
}

.margeBas
{
    margin-bottom: 0.5vh;

}

footer
{
    width: 60%;
    display: flex;
    justify-content: center;
    pointer-events: all;
    z-index: 20000;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}