:root{--main-color: rgb(64, 114, 66);--secondary-color: #7e8151;--secondary-color-translucent: #7e815179;--font-stroke-color: rgb(171, 178, 70);--good-color: rgb(121, 203, 89);--wrong-color: rgb(189, 28, 28)}.indice{display:flex;flex-direction:column;justify-content:center;width:110px;transition:width .5s ease;min-height:165px;margin:10px;padding:10px;border-radius:5px;background-color:#ffffff3d}.cabin{font-family:Cabin,sans-serif}.sous-titre{margin-top:5px;font-size:18px}.tableau{display:flex;flex-direction:column;flex-wrap:wrap;margin-top:30px;background:linear-gradient(to bottom,#395723e6,#395723b3);padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.lignes_suivantes{min-height:128px;flex-direction:column-reverse;display:flex}.ligne{display:flex;justify-content:center}.ligne_indice{margin:0 10px;flex-wrap:wrap}.cellule{padding:10px;min-width:50px;margin:5px;display:inline-block;text-align:center;white-space:normal;word-wrap:break-word;justify-content:center;font-size:24px;display:flex;align-items:center}.defaultCell{background-color:#919191;border:grey solid 5px;border-radius:10px;max-width:100px;max-height:100px}.goodCell{background-color:var(--good-color);border:rgb(70,178,70) solid 5px;border-radius:10px;height:100px;width:100px;position:relative;overflow:hidden}.goodCell:before{content:"";position:absolute;width:200%;height:200%;background:linear-gradient(135deg,#ffffff1a 25%,#ffffff80,#ffffff1a 75%);transform:rotate(45deg);transition:top 2s,left 2s;top:-200%;left:-200%}.goodCell:hover{transition:transform .25s ease-in-out}.goodCell:hover:hover{transform:scale(1.02);transform-origin:center}.goodCell:hover:before{top:200%;left:200%}.half_truth_Cell{background-color:#ffac11;border:rgb(204,118,19) solid 5px;border-radius:10px;height:100px;width:100px}.wrongCell{background-color:var(--wrong-color);border:rgb(164,0,0) solid 5px;border-radius:10px;height:100px;width:100px}.smallText{font-size:16px}.mediumText{font-size:18px}.arrow{background-image:url(/build/assets/fleche-DWNCJXWT.png);background-size:contain;background-position:center;background-repeat:no-repeat;position:relative;width:100px;height:100px}.anneeSortie{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.characCell{background-color:#ccc;border:5px solid black;width:100px;height:100px}.serieVictoiresNum{position:absolute;top:45px;padding:15px;background:radial-gradient(circle,#606060,#5e5e5e 10%,#0000 50%)}
