/*Btn Next Dev */

#btnPioche,
#btnSais,
#btnSaisPas,
#btnSavais,
#btnSavaisPas,
#btnPoursuivre {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 0, 0.7);
    cursor: pointer;
    float: left;
}

#carte {
    position: absolute;
}

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

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

.opacity50 {
    opacity: .5;
}

body {
    margin: 0px;
    padding: 0px;
}

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

p {
    color: #ddd;
    position: relative;
    font-family: sans-serif;
 
    text-align: center;
    width: 100%;
}

.carteImg {
    /*    position: absolute;*/
    width: 50%;
    margin: 0;
}

#cartePays {
    font-size: 2em;   margin-top: -50%
}

#carteCapitale {
    font-size: 1.6em;
    margin-top: -25%;
}

.btnsNav {
    position: absolute;
    /*bottom: 30px;*/
}

#btnsNav {
    position: absolute;
    height: 50px;
    width: 17%;
    margin-left: 1.5%;
    /*bottom: 30px;*/
}

.navBtn {
    float: left;
    cursor: pointer;
    margin-left: 3%;
    margin-right: 3%;
}

#images>img {
    position: absolute;
}

#scrollNav {
    position: absolute;
    height: 100%;
    overflow: scroll;
    width: 12.25%;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 0px;
}

.scrollNavBtn {
    cursor: pointer;
}

.scrollNavBtn:hover {
    opacity: 1 !important;
}

div img {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.grille {
    height: 100%;
    width: 100%;
    position: absolute;
    /*    outline: 1px solid;*/
}

.col-1-5 {
    width: 18%;
    height: 22%;
    /*    outline: 1px solid;*/
    float: left;
    margin: 1%;
    /*    background-color: rgba(183, 190, 133, 0.3);*/
    cursor: pointer;
}
