@font-face {
    font-family: "roboto";
    src: url("Roboto-Regular.ttf");
}

header{
    height: 15vh;
    flex:none;
    background-color: var(--color5);
    color: var(--color1);
}
header img{
    width: 80%;
    height: 100%;
}

.titre, .titreListe, .labelListe, .titreForm{
    font-size: 2em;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
body{
    background-color: var(--color4);
    font-family: "roboto";
}
footer{
    background-color: var(--color5);
    color: var(--color1);
    font-size: 0.8em;
    position: fixed;
    bottom:0;
    width: 100%;
}
main{
    padding-bottom: 20vh;
}
fieldset{
    margin: 1rem;
}
input,
select, button {
    font-size: 1.2rem;
    padding: 0.5rem;
    max-height: 3rem;
}

.labelListe{
    grid-gap:0.2em;
    font-size: 1.2rem;
}
.labelListe .left{
    justify-content: unset;
}
.titreForm{
    padding: 3em;
}



.left {
    justify-content: left !important;
}
.right{
    justify-content: right !important;
    padding-right: 50%;
}

.estompe{
    opacity:0.3;
}

#codebarreIMG, #CodeBarre{
    width: 20vw;
}
.ecart{
    padding: 0.7rem;
}
embed{
    width: 100%;
}
.add{
    border: var(--color5) 3px solid;
    font-size: 1.8rem;
}

.majuscule{
    text-transform: uppercase;
}
.bgc{
    background-color: var(--color3);
}