@font-face {
    font-family: police1;
    src: url(fonts/Satoshi-Bold.otf);
}

@font-face {
    font-family: police2;
    src: url(fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: police3;
    src: url(fonts/P22_Bayer_Universal_Regular.ttf);
}

body, html {
    background-color: black;
    color: white;
    width: 100%;
    height: 100%;

}

.leaflet-control-attribution{
    display: none;
}

#resultats {
    position: fixed;
    top:8px;
    right: 0px;
    z-index: 1000;
    background-color: black;
    width: 25%;
    height: 100%;
    padding-left:10px;
    padding-right:10px;   
}

#resultats img {
    width: 100%;
}

#map {
    width: 73%;
    height: 100%;
    border-color: solid 4px white;
}


#img_lieux {
    display: inline-block;
    width: 100%;
    margin-top: 12%;
}

.legende{
    font-family: police3;
    font-size: 4vh;
    font-style: regular;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-top: 20px;
    color: #000000;
    position: absolute;
    top: 0px;
    z-index: 1000;
}
.legende span{
  text-decoration: underline;
}

h1 {
    font-family: police3;
    font-size: 3.5vw;
    margin-top: 50px;
    margin-bottom: 50px;
}

h4 {
    font-family: police3;
    font-size: 1.5vw;
}

h2 {
    font-family: police3;
    font-size: 2.5vw;
    margin-top: 100px;
}

p {
    font-family: police3;
    font-size: 20px;
    width: 60%;
}


#titre_marker {
    font-family: police3;
    margin: 0;
    

}


.img_map {
    width: 100%;
}



#ss_titre_marker {
    font-family: police3;
    margin: 0px;

}

#infos {
    font-family: police3;
}



#titre_marker {
    font-size: 20px;
    width: 100%;
}

#ss_titre_marker {
    font-size: 15px;
    
    width: 100%;
}

#infos{
    font-size: 15px;
    width: 100%;
}

#explic {
    font-family: police3;
    width: 100%;
    margin-top: 0px;
}

h5 {
    font-family: police3;
    font-size: 4vh;
    margin-top: 50px;
    margin-bottom: 50px;
}



/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {

   

}

a[href~="https://www.maptiler.com"] {
    display: none;
 }