.abs-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.prevent-select{-webkit-user-select:none;-ms-user-select:none;user-select:none}.bg-black-0{background:#000}.grid{display:grid;align-content:space-evenly}.z-100{z-index:100}.fixed-full{position:fixed;top:0;left:0;right:0;bottom:0}.zoom-div-cap{width:100%;position:absolute;bottom:45px;padding:10px;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.4)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 100%);background:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#cc0000',GradientType=0)}.zoom-div-cap a{color:#1a73e8}.zoom-div-cap p{font-size:16px}.zoom-div-img span{position:absolute;background:#0000008a;border-radius:50%;width:40px;height:40px;font-size:50px;color:#fff;text-align:center;top:50%;transform:translate(0,-50%);z-index:1}.btn-left-image{left:20px}.btn-right-image{right:20px}.btn-left-image:before{content:"‹";position:absolute;top:-19px;left:11px}.btn-right-image:before{content:"›";position:absolute;top:-19px;right:11px}.btn-close-image,.num-of-img{color:#fff;position:absolute;top:20px;z-index:1;text-align:center}.btn-close-image{right:20px;width:25px;height:25px;line-height:25px}.num-of-img{left:20px}@media(min-width:0){.zoom-image img{max-height:calc(100vh - 200px);max-width:100vw}}@media(min-width:768px){.grid-zoom-img{grid-template-columns:auto 300px}.zoom-image img{max-width:calc(100vw - 340px);max-height:100vh}.zoom-div-img{border-right:1px solid #545050}.zoom-div-cap{padding:100px 10px;position:relative}}.goLeft{animation-name:goLeft;animation-duration:.6s}@keyframes goLeft{0%{left:-50%}100%{left:50%}}.goRight{animation-name:goRight;animation-duration:.6s}@keyframes goRight{0%{left:150%}100%{left:50%}}.quizz{padding:10px}.quizz h3{text-align:left!important}.quizz ul{margin-left:0!important;padding-left:0!important}.quizz li{list-style-type:none;margin-bottom:10px;margin-top:10px;padding:10px;background:#f0f2f5;border:1px solid #f0f2f5;display:grid;align-content:space-evenly;grid-template-columns:45px 1fr}.quizz:not(.active) li{cursor:pointer}.quizz:not(.active) li:hover{background:unset;border:1px solid #dea405;box-sizing:border-box}.quizz.active .selected:not(.true-value){border:1px solid #a3161d;background:#efcbcb}.quizz.active .true-value{border:1px solid green;background:#5dbe71}.quizz .select-answer{border-radius:50%;font-weight:bold;width:30px;height:30px;line-height:30px;text-align:center;border:1px solid #e5e5e5;background:#fff;font-size:16px;position:absolute;margin:0!important;left:0}.quizz p{width:unset!important;text-align:left!important;margin-bottom:0!important}.quizz .answer{font-weight:bold!important;font-size:16px;margin-top:5px}.quizz .detail-answer{margin-top:15px;color:#fff;display:none;font-size:15px}.quizz.active .detail-answer{display:block}.result-quizz{background-color:#edeff1;text-align:center;max-width:400px;margin:auto;padding-bottom:20px}.result-quizz .text-rs::first-letter {color:#228b22!important}.result-quizz .text-rs{color:red;font-size:36px;font-weight:bold;margin-bottom:5px}.result-quizz>*{padding-top:15px;padding-left:10px;padding-right:10px}.result-quizz strong{font-size:36px}.result-quizz header span{text-transform:uppercase;color:#3c7cd1;font-size:22px;padding:5px;border-bottom:.5px solid}.border-e5{border:1px solid #e5e5e5}