
:root{
    --orange-color: #f7b297;
    --blue-color : #aee5ff
}

.rown {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    align-items: flex-end;
    justify-content: space-between;
    height: 30px;
    border-bottom: 0.5px solid rgb(255, 255, 255);
}

.rown:hover {
    background-color: rgb(123, 123, 123);
}

.rown2 {
    display: flex;
    flex-direction: row;
    background: #FFF1E7;
    align-items: flex-end;
    justify-content: space-between;
    height: 30px;
    /* border-bottom: 0.5px solid rgb(255, 255, 255);*/
}

.rown2:hover {
    background-color: rgb(121, 164, 210);
}

.rown3 {
    display: flex;
    flex-direction: row;
    background: #FAFAFA;
    align-items: flex-end;
    justify-content: space-between;
    height: 30px;
    /* border-bottom: 0.5px solid rgb(255, 255, 255);*/
}

.rown3:hover {
    background-color: rgb(121, 164, 210);
}

.rowncheck {
    width: 35%;
    display: flex;
    justify-content: space-around;
}

.carteLC {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFF1E7 !important;
    ;
}
.carteF {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    background-color: #FFF1E7 !important;
    ;
}

.carte2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #E8EAF6 !important;
    ;
}

.small {
    font-size: x-small;
}

.row_minivisionneuse div {
    width: 200px;
    height: 50px;
}

.row_minivisionneuse {
    padding: 10px;
    display: flex;
    flex-direction: row;
    background: #ffffff;
    align-items: flex-end;
    justify-content: space-between;
    height: 30px;
    border-bottom: 0.5px solid gray;
    align-items: flex-end;
    height: 50px;
}

.theme--light.v-select .v-select__selections {
    color: white !important;
    font-weight: bold;
}