body{background-color:#d3d3d3;font-family:Vollkorn,serif}.formCheck{font-size:1.6rem;margin-left:5%}input[type=radio]{border:.1em solid;cursor:pointer;display:grid;height:1em;place-content:center;position:relative;top:5px;transform:translateY(-.075em);width:1em}input[type=radio]:before{border:.1em solid;border-radius:50%;box-shadow:inset 1em 1em #ffc107;content:"";height:1em;transform:scale(0);transition:transform .12s ease-in-out;width:1em}input[type=radio]:checked:before{transform:scale(1)}input[type=radio]:focus{outline:max(1px,.1em) solid #ffc107;outline-offset:max(1px,.1em)}.linkQuizz{text-decoration:none}.NavActiveHouse{border:1px solid #fff;border-radius:50px;padding-left:10px;padding-right:10px;scale:1.2}.NavActive{color:#fff;font-weight:700;scale:1.1}.NavActive:before{content:"\0025BC";left:50%;position:relative;top:15px}.cardQuizz{background-color:#ffc107;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);cursor:pointer;height:120px;text-align:center;width:auto}.cardQuizz:hover .cardText{position:relative;top:40px;transition:all .4s linear 0s}.cardQuizz:hover:before{opacity:1;transition:all .3s linear 0s}.cardQuizz:before{background-color:hsla(0,0%,100%,.55);border-bottom-left-radius:120px;border-bottom-right-radius:120px;color:#fff;content:"\0025BC";font-size:30px;font-weight:900;height:50px;left:25%;opacity:0;position:absolute;width:50%}.cardQuizz:before,.cardQuizz:hover:after{transition:all .3s linear 0s}.welcome-container{animation:rotate 8s linear infinite;height:46vh;margin-top:20vh;width:46vw}.cube,.welcome-container{transform-style:preserve-3d}.cube{height:100%;transform:translateZ(-17vw);width:100%}.face{background-color:rgba(40,40,40,.96);background-size:cover;border:2px solid #ccc;height:46vh;position:absolute;width:46vw}.front{transform:translateZ(23vw)}.back{transform:rotateY(180deg) translateZ(23vw)}.left{transform:rotateY(-90deg) translateZ(23vw)}.right{transform:rotateY(90deg) translateZ(23vw)}.top{transform:rotateX(90deg) translateZ(23vw)}.bottom{transform:rotateX(-90deg) translateZ(23vw)}@keyframes rotate{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.faceText{color:#fff;font-size:2rem;font-weight:700;padding-top:20vh;text-align:center}.faceImg img{height:40%;margin-left:7vw;margin-top:13vh;width:auto}@media screen and (min-width:992px){.faceText{color:#fff;font-size:5rem;font-weight:700;padding-top:20vh;text-align:center}.faceImg img{height:50%;margin-left:15vw;margin-top:15vh;width:auto}}@media screen and (min-width:768px) and (max-width:991px){.faceText{color:#fff;font-size:3.5rem;font-weight:700;padding-top:20vh;text-align:center}.faceImg img{height:40%;margin-left:10vw;margin-top:15vh;width:auto}}@media screen and (max-width:413px){.faceText{font-size:1.5rem}.faceImg img{margin-left:9vw}}