main {
    background-image: url('/images/games/quetzal/background_page.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#steps, #lexique {
    display: flex;
    justify-content: space-around;
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
#steps {
    padding-top: 50px;
}
#lexique {
    padding-bottom: 40px;
}
.step_rules {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    min-width: 180px;
    height: 70px;
    padding: 0 25px;
    justify-content: center;
    align-items: center;
    background-image: url('../../../images/games/quetzal/text-area-1.png');
    background-size: 100% 100%;
    font-family: Adumu, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    letter-spacing: 1px;
    color: #481b0c;
}
.active:before {
    content: '';
    position: absolute;
    top: -40%;
    left: -10%;
    width: 50px;
    height: 50px;
    background-image: url('../../../images/games/quetzal/sceau-quetzal.png');
    background-size: 100% 100%
}
.step_rules:hover, .choice_nb_player:hover {
    filter: brightness(110%);
}

@media only screen and (max-width: 800px) {
    #steps, #lexique {
        width: 98%;
    }
    .step_rules {
        height: 60px;
        padding: 0 5px;
    }
}
/* Contenu de la zone d'aide de jeu. */
#zone_demo {
    position: relative;
    width: 97vw;
    min-height: 44vw; 
    background-color: rgba(255, 0, 0, 0);
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
}
#zone_demo * {
    transition: all 1s
}

@media (max-aspect-ratio: 2/1) {
    #zone_demo {
        /* padding-top: 100px; */
    }
}
.txt_instruction {
    font-family: Helvetica, Arial, sans-serif;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: calc(1em + 0.3vw);
    color: #131313;
    text-align: center;
    position: absolute;
    top: 5%;
    left: -1500px;
    padding: 1.2vw 0.5vw;
    background-size: 100% 100%;
    background-image: url('../../../images/games/quetzal/text-area-4.png');
}
#mep_nb_player {
    position: absolute;
    top: -1500px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: Adumu, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    letter-spacing: 1px;
    color: #481b0c;
    font-size: 1.5em;
}
#select_nb_player {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.choice_nb_player {
    display: inline-flex;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    background-image: url('../../../images/games/quetzal/menu_background.png');
    background-size: 100% 100%;
    font-family: Adumu, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #481b0c;
    font-size: 1.5em;
    margin: 0 10px;
    transition: all 0.3s!important;
}
@media only screen and (max-width: 550px) {
    #mep_nb_player {
        left: 0%;
        transform: translateY(-50%);
        font-size: 1.4em;
        width: 100%;
    }
    .choice_nb_player {
        padding: 10px 30px;
        font-size: 1.1em;
        margin: 0 5px;
    }
}
#board {
    width: 50%;
    transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%) rotateX(-40deg) rotateZ(-5deg); */
    display: block;
    position: absolute;
    top: -50%;
    left: 50%;
    /* border-bottom: 2px solid black;
    border-left: 1px solid black; */
}
#deck {
    width: 4%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: -50%;
    left: 48%;
}
.arrow {
    text-align: center;
    /* background-image: url('../../../images/games/quetzal/quetzal-burger.png'); */
    position: absolute;
    /* padding: 25px 10px; */
    background-size: 100% 100%;
    /* padding: 1vw; */
    color: #481b0c;
    transform: rotate(20deg);
    /* line-height: 0; */
    transition: all 0.3s!important;
    cursor: pointer;
}
.arrow:hover {
    filter: brightness(200%);
}
.arrow img {
    width: calc(15px + 2vw);
}
#arrow_back img{
    transform: rotate(160deg)
}
#arrow_next img{
    transform: rotate(-20deg)
}
#arrow_back {
    top: 45%;
    left: -100%;
}
#arrow_next {
    top: 45%;
    right: -100%;
}
.card {
    position: absolute;
    top: -50%;
    left: 50%;
    border-radius: 0.4vw;
}
.card-emp2 {
    width: 2.9%;
    transform: translate(-50%, -50%) rotateX(40deg) rotateY(0deg) rotateZ(-9deg);
}
.card-emp3 {
    width: 3.2%;
    transform: translate(-50%, -50%) rotateX(40deg) rotateY(0deg) rotateZ(-8deg);
}
.card-emp3-1 {
    width: 3.2%;
    transform: translate(-50%, -50%) rotateX(40deg) rotateY(0deg) rotateZ(-9deg);
}
#upgrade-deck {
    width: 4%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: -50%;
    left: 56%;
}
.upgrade-tile {
    position: absolute;
    width: 3.1%;
    transform: translate(-50%, -50%) rotateX(36deg) rotateY(5deg) rotateZ(-14deg);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    top: -50%;
}
#tile1 {
    left: 62.9%;
}
#tile2 {
    left: 62.1%;
}
#tile3 {
    left: 65.1%;
}
#plane {
    width: 2.3%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 31%;
    left: -50%;
}
#first_player {    
    width: 5.6%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: -1000px;
    left: 24%;
}
#joueur-1 {
    position: absolute;
    width: 26%;
    height: 31%;
    top: 67%;
    left: 1%;
    background-color: rgba(251, 255, 0, 0.0);
}
#joueur-2 {
    position: absolute;
    width: 25%;
    height: 35%;
    top: 30%;
    left: 1%;
    background-color: rgba(72, 255, 0, 0.0);
}
#joueur-3 {
    position: absolute;
    width: 37%;
    height: 27%;
    top: 1%;
    left: 1%;
    background-color: rgba(0, 247, 255, 0.0);
}
#joueur-4 {
    position: absolute;
    width: 31%;
    height: 35%;
    top: 1%;
    left: 68%;
    background-color: rgba(140, 0, 255, 0.0);
}
#joueur-5 {
    position: absolute;
    width: 26%;
    height: 45%;
    top: 38%;
    left: 73%;
    background-color: rgba(255, 0, 0, 0.0);
}
#tableau_or_joueur {
    padding: 20px;
    background-size: 100% 100%;
    background-image: url('../../../images/games/quetzal/text-area-4.png');
    position: absolute;
    top: -1000px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-size: calc(1em + 1vw);
}
#tableau_or_joueur table {
    border: 2px solid rgba(0,0,0,0);
    border-collapse:collapse;
}
#tableau_or_joueur table td, #tableau_or_joueur table th{
    padding: 10px;
    font-weight: normal;
    border:1px solid #481b0c;
    vertical-align:middle;
}
.symb-img-txt, .symb-or-txt {
    height: 20px;
    vertical-align: middle;
}
@media only screen and (max-width: 600px) {
    #tableau_or_joueur {
        font-size: 1em;
    }
}
.exposant {
    font-variant-position: super;
}
.piece {
    width: 2%;
    transform: translate(-50%, -50%)  rotateX(36deg) rotateY(5deg) rotateZ(-14deg);
    position: absolute;
    top: -1000px;
    left: 10vw;
}
#desc_choix_couleur {
    padding: 20px;
    background-size: 100% 100%;
    background-image: url('../../../images/games/quetzal/background_page.png');
    position: absolute;
    top: -1500px;
    right: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-size: calc(1em + 0.5vw);
}
#desc_choix_couleur img {
    width: 30px;
    vertical-align: middle;
}
.meeple, .meeple_automate {
    width: 2.5%;
    position: absolute;
    top: -1000px;
}
.tuile_perso {
    position: absolute;
    width: 6%;
    top: -1000px;
}
.jeton {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 1.3%;
    top: -1000px;
}
.meeple_perso {
    width: 3%;
    position: absolute;
    top: -1000px;
}
#marche_automate {
    position: absolute;
    width: 7%;
    top: -1000px;
    left: 41.7%;
    transform: translate(-50%, -50%) rotateX(40deg) rotateY(0deg) rotateZ(-9deg);
    border: 1px solid white;
}
#cache_village {
    position: absolute;
    width: 3.8%;
    top: -1000px;
    left: 58.6%;
    transform: translate(-50%, -50%) rotateX(40deg) rotateY(0deg) rotateZ(-9deg);
    border: 1px solid white;
}
#cache_amelioration {
    position: absolute;
    width: 3%;
    top: -1000px;
    left: 65.1%;
    transform: translate(-50%, -50%) rotateX(40deg) rotateY(0deg) rotateZ(-9deg);
}
#cache_navire {
    position: absolute;
    width: 5%;
    top: -1000px;
    left: 66.5%;
    transform: translate(-50%, -50%) rotateX(40deg) rotateY(0deg) rotateZ(-9deg);
    border: 1px solid white;
}
#pioche_automate {
    position: absolute;
    top: -1000px;
    left: 64%;
    width: 3%;
}
.carte_automate_deck {
    width: 100%;
    transform: translate(-50%, -50%) rotateX(48deg) rotateY(0deg) rotateZ(-11deg);
    position: absolute;
    border-radius: 7px;
    border: 1px solid white;
}
#carte_automate_deck_1 { top: 18px }
#carte_automate_deck_2 { top: 16px }
#carte_automate_deck_3 { top: 14px }
#carte_automate_deck_4 { top: 12px }
#carte_automate_deck_5 { top: 10px }
#carte_automate_deck_6 { top: 8px }
#carte_automate_deck_7 { top: 6px }
#carte_automate_deck_8 { top: 4px }
#carte_automate_deck_9 { top: 2px }
#carte_automate_deck_1 { top: 0px }
#carte_automate, #carte_automate_2 {
    position: absolute;
    top: -1000px;
    left: 68%;
    width: 3%;
    transform: translate(-50%, -50%) rotateX(48deg) rotateY(0deg) rotateZ(-11deg);
    border-radius: 7px;
}
#desc_lancer_meeple {
    padding: 20px;
    background-size: 100% 100%;
    background-image: url('../../../images/games/quetzal/background_page.png');
    position: absolute;
    top: -1500px;
    right: 5%;
    /* transform: translate(-50%, -50%); */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: left;
    font-size: 1.1em;
    width: 550px;
    max-width: calc( 90% - 40px );
}
#desc_lancer_meeple tr td:first-child {
    text-align: right;
}
#asterisque {
    font-size: 0.9em;
    font-style: italic;
    text-align: left;
}
.flexbox {
    display: flex;
}
.hidden {
    display: none;
}
#desc_type_emplacements {
    position: absolute;
    top: -1500px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-around;
    align-items: start;
    text-align: center;
    display: flex;
}
.types_emplacement {
    cursor: pointer;
    height: 6vw;
}
.types_lieux {
    cursor: pointer;
    width: 6vw;
}
.list_lieux {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    flex-direction: row;
    margin-top: 3vw;
    flex-wrap: wrap;
    width: 100%;
}
.list_emplacements {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin: 0 20px;
}
.title_emplacement {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    background-image: url('../../../images/games/quetzal/menu_background.png');
    background-size: 100% 100%;
    font-size: 1.3em;
    cursor: pointer;
}
@media only screen and (max-width: 1300px) {
    .title_emplacement {
        font-size: 1em;
    }
    #desc_type_emplacements {
        left: 0%;
        transform: none;
        width: 100%;
    }
}
#desc_emplacements {
    display: flex;
    max-width: 90%;
    justify-content: space-around;
    align-items: start;
    position: absolute;
    top: 0%;
    right: 5%;
}
.exemple_emplacement {
    width: 500px;
    max-width: 40vw;
    margin: auto;
    display: block;
}
.bold {
    font-weight: bold;
}
.exemple {
    color: #481b0c;
    font-style: italic;
}
#desc_lieux {
    display: flex;
    max-width: 90%;
    justify-content: space-around;
    align-items: start;
    position: absolute;
    top: 0%;
    right: 5%;
}
.div_lieu, .div_emplacement {
    position: relative;
    padding: 20px;
    background-size: 100% 100%;
    max-width: 100%;
    margin: 70px auto;
    display: none;
    width: 500px;
}
.div_lieu {
    background-image: url('../../../images/games/quetzal/background_page.png');
}
.withcross::before {
    content:'';
    background-image: url('../../../images/games/quetzal/croix.png');
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    top: -2%;
    right: -2%;
    cursor: pointer;
}
#desc_emplacement_unique {
    background-image: url('../../../images/games/quetzal/background_page_jaune.png');
}
#desc_emplacement_enchere {
    background-image: url('../../../images/games/quetzal/background_page_marron.png');
}
#desc_emplacement_libres {
    background-image: url('../../../images/games/quetzal/background_page_vert.png');
}
#desc_emplacement_unique h4::before {
    background-image: url('../../../images/games/quetzal/icon-emplacement-unique.png');
}
#desc_emplacement_enchere h4::before {
    background-image: url('../../../images/games/quetzal/icon-emplacement-enchere.png');
}
#desc_emplacement_libres h4::before {
    background-image: url('../../../images/games/quetzal/icon-emplacement-libre.png');
}
.div_lieu .mep_lieux {
    display: flex;
    flex-direction: row;
    position: relative;
}
.div_lieu h4, .div_emplacement h4 {
    position: absolute;
    top: 0%;
    left: 5%;
    transform: translateY(-100%);
    background-image: url('../../../images/games/quetzal/menu_background.png');
    padding: 20px;
    background-size: 100% 100%;
}
.div_emplacement h4 {
    left: 10%;
    padding: 20px 20px 20px 40px;
}
.div_emplacement h4::before {
    content: '';
    position: absolute;
    top: -0.5vw;
    right: 90%;
    height: 4vw;
    width: 4.3vw;
    background-size: 100% 100%;
}
.illu_lieu img {
    width: 8vw;
    margin-right: 5px;
}
.illu_lieu  {
    display: flex;
    flex-direction: column;
}
.div_lieu ul.list-trait {
	list-style: none;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: column;
	text-align: center; */
	margin: auto;
	padding: 0;
}
.div_lieu ul.list-trait li {
    width: 80%;
    margin: auto;
}
.div_lieu ul.list-trait li::after {
    content: '';
    width: 100%;
    height: 20px;
    background-image: url('../../../images/games/quetzal/trait-tableau.png');
    background-size: 100% 100%;
    display: block;
}
.div_lieu ul.list-trait li:last-child::after {
    width: 0;
    height: 0;
}
.div_lieu ul.list-trait li p {
    margin: 5px auto;
    display: flex;
    align-items: center;
}
ul.list-trait .icon-tableau {
    height: 1.5vw;
    vertical-align: middle;
}
ul.list-trait .fleche-tableau {
    margin: 0 10px;
}
.types_emplacement:hover, .title_emplacement:hover, .types_lieux:hover {
    filter: brightness(110%);
}
.types_emplacement, .title_emplacement, .types_lieux {
    transition: all 0.3s!important;
}
.hitbox_board {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    height: 10%;
    cursor: pointer;
    border: #fff dashed 2px;
    border-radius: 25px;
    display: none;
    transition: all 0.3s!important;
}
.hitbox_board:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
#hitbox_temple {
    top: 35.3%;
    left: 31.4%;
    transform: rotateX(36deg) rotateY(0deg) rotateZ(-9deg);
    width: 18%;
    height: 20%;
}
#hitbox_stele_savoir {
    top: 26%;
    left: 43%;
    transform: rotateX(36deg) rotateY(0deg) rotateZ(-9deg);
    width: 8.5%;
    height: 9.5%;
}
#hitbox_annexes {
    top: 51.3%;
    left: 31.4%;
    transform: rotateX(36deg) rotateY(0deg) rotateZ(-9deg);
    width: 24%;
    height: 25%;
}
#hitbox_campement {
    top: 33.4%;
    left: 49.5%;
    transform: rotateX(36deg) rotateY(0deg) rotateZ(-9deg);
    width: 5%;
    height: 15%;
}
#hitbox_village {
    top: 29%;
    left: 56%;
    transform: rotateX(36deg) rotateY(0deg) rotateZ(-9deg);
    width: 11%;
    height: 12%;
}
#hitbox_capitainerie {
    top: 43%;
    left: 55%;
    transform: rotateX(36deg) rotateY(0deg) rotateZ(-9deg);
    width: 5%;
    height: 10%;
}
#hitbox_marche_noir {
    top: 55%;
    left: 56.1%;
    transform: rotateX(36deg) rotateY(0deg) rotateZ(-9deg);
    width: 6%;
    height: 13%;
}
#hitbox_navires {
    top: 39%;
    left: 62%;
    transform: rotateX(36deg) rotateY(0deg) rotateZ(-9deg);
    width: 8%;
    height: 26%;
}
.instruction_ux {
    position: absolute;
    top: -500px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 40px;
    font-weight: bold;
}
@media only screen and (max-width: 1000px) {
    .instruction_ux {
        display: none;
    }
}
#desc_activer_lieux {
    padding: 20px;
    background-size: 100% 100%;
    background-image: url('../../../images/games/quetzal/text-area-4.png');
    position: absolute;
    top: -1500px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-around;
    align-items: start;
    text-align: center;
    max-width: 85%;
}
#frise_chrono {
    background-image: url('../../../images/games/quetzal/frise.png');
    background-size: 100%;
    display: flex;
    background-repeat: no-repeat;
    width: 65vw;
    padding-right: 10%;
    max-width: 90%;
    justify-content: space-between;
    align-items: start;
    align-content: flex-start;
    min-height: 13vw;
    position: relative;
}
.elmt_frise {
    transform: rotate(-57deg);
    display: inline-flex;
    padding: 0.6vw 4vw 0.6vw 0.6vw;
    transition: all 0.3s!important;
    background-image: url(../../../images/games/quetzal/frise-emplacement-2.png);
    background-size: 100% 100%;
    align-items: center;
    width: 6vw;
    font-size: 1vw;
    text-align: center;
    cursor: pointer;
    position: absolute;
    height: 3vw;
    top: 27%;
    left: 0%;
    justify-content: center;
}
.elmt_frise:hover {
    filter: brightness(110%);
}
#frise_0{
    left: 0%;
    background-image: url(../../../images/games/quetzal/frise-emplacement-0.png);
}
#frise_1{
    left: 15%;
    background-image: url(../../../images/games/quetzal/frise-emplacement-1.png);
}
#frise_2{
    left: 25%;
    background-image: url(../../../images/games/quetzal/frise-emplacement-2.png);
}
#frise_3{
    left: 35%;
    background-image: url(../../../images/games/quetzal/frise-emplacement-3.png);
}
#frise_4{
    left: 45%;
    background-image: url(../../../images/games/quetzal/frise-emplacement-4.png);
}
#frise_5{
    left: 55%;
    background-image: url(../../../images/games/quetzal/frise-emplacement-5.png);
}
#frise_6{
    left: 65%;
    background-image: url(../../../images/games/quetzal/frise-emplacement-6.png);
}
#frise_7{
    left: 75%;
    background-image: url(../../../images/games/quetzal/frise-emplacement-7.png);
}
.pastille_rouge {
    background-color: red;
    padding: 10px 13px;
    border-radius: 50%;
    color: white;
    font-family: Adumu, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
}
#desc_fin_partie {
    padding: 20px;
    background-size: 100% 100%;
    background-image: url('../../../images/games/quetzal/background_page.png');
    position: absolute;
    top: -1500px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 80%;
    width: 700px;
}
#desc_fin_partie h4 {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -80%);
    background-image: url(../../../images/games/quetzal/menu_background.png);
    padding: 20px;
    background-size: 100% 100%;
}
.columns-3 {
    columns: 3;
}
@media only screen and (max-width: 1650px) {
    .columns-3 {
        columns: 2;
    }
}
@media only screen and (max-width: 1100px) {
    .columns-3 {
        columns: 1;
    }
}
#desc_pouvoirs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../../../images/games/quetzal/background_page.png);
    padding: 20px;
    background-size: 100% 100%;
    max-width: 85%;
    width: 1300px;
}
#div_pouvoir {
    display: flex;
    width: 400px;
    max-width: 90vw;
    margin: 10px;
}
.pouvoir_img {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    margin: 2px;
    width: 100px;
    max-width: 15vw;
}
#desc_pouvoirs h4 {
    width: 100%;
    font-family: Adumu, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    letter-spacing: 1px;
    color: #481b0c;
    text-align: center;
    font-weight: normal;
    font-size: 2em;;
}
#list_lieux {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 2%;
    left: 5%;
    background-image: url(../../../images/games/quetzal/text-area-5.png);
    padding: 20px;
    background-size: 100% 100%;
}
.elmt_list_lieu {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;;
    align-items: center;
}
.titre_list_lieux {
    background-image: url('../../../images/games/quetzal/menu_background.png');
    padding: 20px;
    background-size: 100% 100%;
    left: 10%;
    padding: 20px;
    transition: all 0.1s;
    cursor: pointer;
}
.titre_list_lieux:hover, .img_list_lieux:hover {
    filter: brightness(110%);
}
.img_list_lieux {
    width: 8vw;
    transition: all 0.1s;
    cursor: pointer;
}
.img_list_lieux_annexes {
    display: flex;
    flex-direction: column;
}
.img_list_lieux_annexes .img_list_lieux {
    margin-top: -3vw;
}
.img_list_lieux_annexes .img_list_lieux:first-child {
    margin-top: 0;
}
.cross {
    background-image: url('../../../images/games/quetzal/croix.png');
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    cursor: pointer;
}