@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html {
    overflow: hidden;
    /*background-color: #022836;*/
    height: 100%;
    width: 100%;
    cursor: crosshair!important;
    left: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
}

body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}


/*BANNER UPDATE INFO*/

.maj {
    background-color: rgba(134, 192, 231, 0.9);
    position: fixed;
    z-index: 8;
    top: 0px;
    height: 30px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.65);
}


/*LEFT BOTTOM CORNER*/

#compass {
    position: fixed;
    z-index: 8;
    left: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
    padding-bottom: 40px;
    padding-top: 50px;
}
#compassPoint {
    position: fixed;
    z-index: 9;
    left: 10px;
    bottom: 41px;
    padding: 10px;
    -webkit-transition: -webkit-transform 2s;
    transition-timing-function: cubic-bezier(.36,1.24,.26,-0.19);
}

#rosasPointOnCompass{
     position: fixed;
    z-index: 11;
    left: 10px;
    bottom: 41px;
    padding: 10px;
    /*-webkit-transition: -webkit-transform 0.1s;
    transition-timing-function: ease-in-out;*/
}

#compassFix {
    position: fixed;
    z-index: 10;
    left: 10px;
    bottom: 10px;
    
    padding: 10px;
    padding-bottom: 40px;
    padding-top: 50px;
}
#rosas {
    position: fixed;
    z-index: 8;
    left: 10px;
    bottom: 252px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    padding-bottom: 40px;
    padding-top: 50px;
}
#rosasClic{
    position: fixed;
    z-index: 10;
    left: 10px;
    bottom: 252px;
    
    min-width: 150px;
    min-height: 150px;
    
    //background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    padding-bottom: 40px;
    padding-top: 50px;
}
#rosasPoint {
    position: fixed;
    z-index: 9;
    left: 10px;
    bottom: 283px;
    padding: 10px;

}
#directionText {
    position: fixed;
    left: 10px;
    bottom: 15px;
    width: 150px;
    padding: 10px;
    font-size: 12pt;
    text-align: center;
    color: aliceblue;
}
#directionVentTitre{
    position: fixed;
    left: 10px;
    bottom: 440px;
    width: 150px;
    padding: 10px;
    font-size: 12pt;
    text-align: center;
    color: currentColor;
}
#directionVentText {
    position: fixed;
    left: 10px;
    bottom: 265px;
    width: 150px;
    padding: 10px;
    font-size: 12pt;
    text-align: center;
    color: currentColor;
}
#speedText {
    position: fixed;
    left: 10px;
    bottom: 250px;
    width: 150px;
    padding: 10px;
    font-size: 8pt;
    text-align: center;
    color: currentColor;
}

#voyageInfos {
    position: fixed;
    left: 10px;
    bottom: 200px;
    width: 150px;
    padding: 10px;
    font-size: 12pt;
    text-align: center;
    color: aliceblue;
}






/* SIGNATURE AND CREDITS */

#signature {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 20px;
    width: 60px;
}

#credits {
    text-align: center;
    z-index: 10;
}

#creditPopUp {
    font-size: 12pt;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 12;
    color: #000;
    padding: 50px;
    background-color: rgba(250, 250, 250, 0.9);
}


/* OPTION NAV */

#optionsNav {
    position: absolute;
    left: 540px;
    bottom: 10px;
    z-index: 8;
    height: 22px;
    color: aliceblue;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
    font-size: 1.4em;
}

#tuto {
    position: fixed;
    z-index: 8;
    left: 200px;
    //height: 120px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
}
/* MAP HIERARCHIE */

#focal {
    width: 100%;
}

#map {
    width: 1024px;
    height: 1024px;
    left: 0px;
    top: 0px;
}


/*#mapLand{
    position: absolute;
z-index: 2;
    left: 0px;
}*/

#mapShallow {
    width: 1024px;
    height: 1024px;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}


/* INSIDE MAP */
#steps {
position: absolute;
width: 1024px;
    z-index: 20;
    height: 1024px;
    align-items: center;
    justify-content: center;
    display: flex;
    
    
    
    
    /*
    
    -webkit-transition: top 2s left 2s;
    
    -webkit-transition: -webkit-transform 1s;
    -webkit-transition: left 2s;
    

 
    transition-timing-function: cubic-bezier(.36,1.24,.26,-0.19);
    */
    //-webkit-transition: -webkit-transform 1s;
    
    transition-property: left, top;
    //transition-duration: 250ms;
    
    transition-timing-function: linear;
    
    

}
#step{
    
}

/* COORDS DIPLAYED ON MAP */

#ports {}

#pointarrivalID {
    font-family: 'Satisfy', cursive;
    color: #FFF;
    position: absolute;
    top: -5000px;
    left: -5000px;
    text-align: center;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-radius: 2px;
    font-size: 10pt;
    margin-left: 22px;
    margin-top: -35px;

    text-align: center;
    white-space:nowrap;
    
    display: none;
}

#pointarrivalIDC {
    font-family: 'Satisfy', cursive;
    color: #FFF;
    position: absolute;
    top: -5000px;
    left: -5000px;
    text-align: center;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-radius: 2px;
    font-size: 10pt;
    margin-left: 22px;
    margin-top: -35px;

    text-align: center;
    white-space:nowrap;
    
    display: none;
}

#pointdepartID {
    font-family: 'Satisfy', cursive;
    color: #FFF;
    position: absolute;
    top: -5000px;
    left: -5000px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    font-size: 10pt;
    margin-left: 22px;
    margin-top: -35px;
    padding: 10px;
    white-space:nowrap;
    
    display: none;
}


/* AFFICHAGE DES VILLES */

.villeDiv {
    position: absolute;
    z-index: 4;
}

.capitalTitle {
    font-family: 'Satisfy', cursive;
    font-size: 8pt;
    color: #72c1da;
    margin-left: 22px;
    margin-top: -4px;
    position: absolute;
    display: none;
    /*display:inline-block;*/
    white-space: nowrap;
    text-shadow: #000000 0.1px 0.1px, #000000 -0.1px 0.1px, #000000 -0.1px -0.1px, #000000 0.1px -0.1px;
    padding: 1px;
    border-radius: 3px;
}

.point {}

.title {
    font-family: 'Satisfy', cursive;
    font-size: 2pt;
    color: aliceblue;
    /*margin-left: 5px;*/
    margin-top: -1px;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    text-shadow: #000000 0.1px 0.1px, #000000 -0.1px 0.1px, #000000 -0.1px -0.1px, #000000 0.1px -0.1px;
    padding: 1px;
    border-radius: 2px;
}

.infoProduce {
    color: currentColor;
    position: absolute;
    margin-left: 0px;
    margin-top: 10px;
    padding: 5px;
    background-color: rgba(250, 250, 250, 0.9);
    font-size: 3pt;
    border-radius: 3px;
    display: none;
    width: 50px;
    text-align: center;
}


/* BACKGROUND CORNERS */

#backEarth {
    position: absolute;
    left: -880px;
    top: -1011px;
    z-index: 2;
}

#backEarthB {
    position: absolute;
    left: -200px;
    top: 64px;
    z-index: 2;
}


/* the 2 MAP COMPASS ON CLIC */

#pointAcompass {
    position: absolute;
    top: 50000px;
    left: 50000px;
    z-index: 3;
    width: 1024px;
    height: 1024px;
    align-items: center;
    justify-content: center;
    display: flex;
}

#compassA {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

#pointBcompass {
    position: absolute;
    top: 50000px;
    left: 50000px;
    z-index: 3;
    width: 1024px;
    height: 1024px;
    align-items: center;
    justify-content: center;
    display: flex;
}
#compassB {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}
#pointCcompass {
    position: absolute;
    top: 50000px;
    left: 50000px;
    z-index: 3;
    width: 1024px;
    height: 1024px;
    align-items: center;
    justify-content: center;
    display: flex;
}
#compassC {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

/* GRID */

#gridLayer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 1024px;
    z-index: 1;
    opacity: 0.1;
}

.coords {
    z-index: 1;
    font-family: 'Satisfy', cursive;
    width: 10px;
    font-size: 0.15em;
    position: absolute;
    color: aliceblue;
    padding: 1px;
}


/* LINE */

#lineId {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 1024px;
    height: 1024px;
}

#lineCId {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 1024px;
    height: 1024px;
}

.path {
    stroke-dasharray: 10;
    animation: dash 60s linear infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: -1000;
    }
}


/* INSIDE MAP */
