script {
    display: none;
}

.bottomZindex{
    z-index: -1;
}

#listePays {
    position: absolute;
    height: 410px;
    width: 20%;
    left: 80%;
    top: 0;
    background-color: #EEE;
    margin: 0;
    padding: 0;
    overflow: scroll;
}

ul {
    font-family: sans-serif;
}
#espaceListePays{
    position: fixed;
    display: block;
}

#svgObject{
    position: fixed;
}

.elemListeSelected {
    background-color: #A3a3a3 !important;
}

.elemListeToKill {
    transition: all 0.4s ease-out;
    transform: rotateX(-90deg);
    height: 0;
    padding: 0;
    overflow: hidden;
}

.elemButtonSelected {
    background-color: #0f0 !important;
}

.liListe {
    transition: all 0.2s ease-out;
    transform: rotateX(0deg);
    cursor: pointer;
    text-decoration: none;
    background-color: #ccc;
    margin: 0;
    height: auto;
    padding: 10px;
    margin-top: 10px;
}

img#loader {
    width: 100%;
    margin: 50%;
}

.hidden {
    /*        display: none;*/
    visibility: hidden;
    opacity: .1;
}

.opacity50 {
    opacity: .5;
}

body {
    margin: 0px;
    padding: 0px;
    
/*    background-color: coral;*/
}

.mainFrame {
    /*    height:100%;*/
}
