#mise_a_dispo, #transfert {
    cursor: pointer;
}

.sample_form {
    display: visible;
}

.unsample_form {
    display: none;
}

.border_selected {
    border: 1px solid black;
}

.border_unselected {
    border: none;
}

.border_shit {
    border: 1px solid white;
    padding-top: 1em;
    background-color: #303952;
    padding-left: 4%;
}

.selection_element {
    width: 18rem;
}

@media screen and (min-width: 200px) and (max-width: 640px) {
    .element_choice {
        margin-left: 10%!important;
    }

    .bottom_icon {
        width: 10%!important;
    }

}

@media (orientation: landscape) {
    .selection_element {
        width: 14rem;
    }
}
