
/* ------------ CUSTOM TAGS ------------ */


optional-tag {
    background-color: rgba(0, 0, 0, .4);
    height: 18px;
    width: 50px;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 13px;
    font-family: quan-bold, serif;

}

line-separator {
    display: block;
    content: "";
    height: 1px;
    max-width: 1024px;
    width: 100%;
    background-color: #767B8D;
    /* margin: 64px 0; */
}

horizontal-line-separator {
    display: flex;
    content: "";
    height: 90%;
    width: 2px;
    margin: 0 10px;
    background-color: #D5DDDF;
    transition: opacity 0.3s;
}

white-space {
    display: block;
    height: 100px;
    width: 100%;

}

background-blur {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0,0.5);
    filter: blur(.5rem);
    z-index: 30;
}

blur-information {
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(2px);
    position: absolute;
    border-radius: 4px;
    transition: blur 0.3s , background-color 0.3s;
}

blur-information:hover {
    backdrop-filter: blur(0);
    background-color:transparent;

}


quebec-flag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

quebec-flag svg {
    height: 50%;
    width: 50%;
}



quebec-flag .qc_background {
    fill: #2e343d;
    transition: fill 0.5s;
}

quebec-flag .qc_foreground {
    fill: #1e232c;
    transition: fill 0.5s;
}

quebec-flag:hover .qc_background {
    fill: #fff;
}

quebec-flag:hover .qc_foreground {
    fill: #003da5;
}

quebec-flag:hover .quebec_flag_text {
    color: #fff;
}

quebec-flag .quebec_flag_text {
    display: inline-block;
    font-family: quan-bold, serif;
    font-style: italic;
    color: #1e232c;
    font-size: 32px;
    transition: color 0.5s;
}

disclaimer-text {
    font-family: quan, serif;
    font-size: 1vw;
    margin-left: 20px;
    color: rgba(255, 255, 255, .5);
    transition: color 0.3s;

    position: absolute;
    bottom: 0;
    left: 0;
}

disclaimer-text:hover {
    color: rgba(255, 255, 255, 1);
}

world-map {
    position: relative;

    height: 100%;
    width: 100%;
}

world-map svg {
    overflow: visible;
    height: 100%;
    width: 100%;
}

world-map path {
    transition: fill 0.3s , stroke 0.3s , transform 0.3s;
}

world-map path:hover {
    z-index: 100;
}

.countryNameAnim {
    animation: countryNameAnim 0.5s forwards;
}
