.ESMonnaie{display:grid;grid-template-columns:repeat(4,auto);box-shadow: 0 0 7px black;border-radius:7px;width:fit-content;margin:5px;}
.ESMonnaie button{padding:7px;border:none;font-family:system-ui;}.ESMonnaie label{display:table-cell;vertical-align: middle;background:#AAAAAA;border:solid black 1px;}
.inputBtn{width:104px;grid-column-start:1;grid-column-end:3;border-radius:7px 0 0 0;background:#AAAAAA;transition:background .5s;font-weight: 700}
.ESMonnaie button{cursor:pointer;}.outputBtn:hover{background:#fb1d1d;color:white;}.inputBtn:hover{background:#247024;color:white;}
.activeInput{width:104px;grid-column-start:1;grid-column-end:3;border-radius:7px 0 0 0;background:#247024;font-weight: 700;color:white;}
.outputBtn{width:104px;grid-column-start:3;grid-column-end:5;border-radius:0 7px 0 0;background:#AAAAAA;transition:background .5s;font-weight: 700;}
.activeOutput{width:104px;grid-column-start:3;grid-column-end:5;border-radius:0 7px 0 0;background:#fb1d1d;font-weight: 700;color:white;}
.soldOut{background:#fb1d1d;color:white;font-weight:bold;border:none;border-radius:0 7px 7px 0}
.soldIn{background:#247024;color:white;font-weight:bold;border:none;border-radius:7px 0 0 7px}
.soldFromTo{background:#bdbd28;color:white;font-weight:bold;border:none}
