html, body {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #555;
}
h1 {
    color: #fae220;
    font-size: 60px;
    font-weight: 700;
    margin: 60px 0;
}
h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 0;
}
button {
    border: 1px solid #fae220;
    background: #fae220;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: all 200ms ease-out;
}
button:hover {
    transform: scale(1.1);
    transform-origin: center;
}
button:active {
    transform: scale(0.9);
    transform-origin: center;
}
#casinoReset {
    margin-left: 20px;
    font-weight: 500;
    background: #fff;
    color: #fae220;
}
.container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
}
.container.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.popup-inner {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
}
#boite-a-gants {
    display: inline-block;
    margin-bottom: 40px;
}
.slotMachine {
    height: 200px;
    width: 200px;
    overflow: hidden;
    display: inline-block;
}
.slotMachine + .slotMachine {
    margin-left: 30px;
}
.slot {
    height: 200px;
    width: 200px;
    -webkit-background-size: cover;
    background-size: cover;
}
@media (max-width: 750px) {
    .slotMachine, .slot {
        height: 150px;
        width: 150px;
    }
}
@media (max-width: 550px) {
    .slotMachine, .slot {
        height: 100px;
        width: 100px;
    }
    .slotMachine + .slotMachine {
        margin-left: 10px;
    }
    h1 {
        font-size: 60px;
    }
    h1 span {
        font-size: 30px;
    }
}
.slotA {
  background-image: url("../img/A.jpg");
}
.slotB {
  background-image: url("../img/B.jpg");
}
.slotC {
  background-image: url("../img/C.jpg");
}
.slotD {
  background-image: url("../img/D.jpg");
}
.slotE {
  background-image: url("../img/E.jpg");
}
.slotF {
  background-image: url("../img/F.jpg");
}
.slotG {
  background-image: url("../img/G.jpg");
}
.slotH {
  background-image: url("../img/H.jpg");
}
.slotI {
  background-image: url("../img/I.jpg");
}
.slotJ {
  background-image: url("../img/J.jpg");
}
.slotK {
  background-image: url("../img/K.jpg");
}
.slotL {
  background-image: url("../img/L.jpg");
}
.slotM {
  background-image: url("../img/M.jpg");
}
.slotN {
  background-image: url("../img/N.jpg");
}
.slotO {
  background-image: url("../img/O.jpg");
}
.slotP {
  background-image: url("../img/P.jpg");
}
.slotQ {
  background-image: url("../img/Q.jpg");
}
.slotR {
  background-image: url("../img/R.jpg");
}
.slotS {
  background-image: url("../img/S.jpg");
}
.slotT {
  background-image: url("../img/T.jpg");
}
.slotU {
  background-image: url("../img/U.jpg");
}
.slotV {
  background-image: url("../img/V.jpg");
}
.slotW {
  background-image: url("../img/W.jpg");
}
.slotX {
  background-image: url("../img/X.jpg");
}
.slotY {
  background-image: url("../img/Y.jpg");
}
.slotZ {
  background-image: url("../img/Z.jpg");
}
#player {
    height: 50px;
    margin-bottom: 60px;
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"] {
    background: #fae220;
}
.plyr--full-ui input[type="range"] {
    color: #fae220;
}
#player.hidden .plyr {
    display: none;
}
#player.visible .plyr {
    display: block;
}
#player.visible span {
    display: none;
}