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

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

html {
    scroll-behavior: smooth;
}

body {
    background-color: white;
    color: black;
    margin: 0;
    overflow-x: hidden;
    cursor: url(./svg/Arrow-downward.svg), pointer;
}


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

.intro a {
    color: black;
}

#resultats {

   position: fixed;
    top: 16px;
    right: 16px;
    display: block;
    z-index: 1000;
    border: 1px solid #000;
    background-color: white;
    width: 26%;
    height: 90vh;
    padding-left: 24px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    cursor: url(./svg/close.svg), pointer;
    overflow: auto;

}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: black; 

}

#map {
    width: 100%;
    height: 1000px;
    border-color: solid 4px white;
    cursor: url(./svg/Fantasy.png), pointer
}


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



.legende span {
    text-decoration: underline;
}

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


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

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

p {
    font-family: police2;
    font-size: 20px;
    width: 100%;
}





.img_map {
    width: 100%;
}



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

}

#infos {
    font-family: police2;
}



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

#ss_titre_marker {
    font-size: 15px;

    width: 100%;
}

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



h1 {
    font-family: police1;
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;

    position: sticky;
    top: 0;
    z-index: 999;

    padding-top: 16px;

}

h1 a {
    color: #000;
    text-decoration: none;
    padding: 0px 30px;

}

h1 a:hover {

    letter-spacing: 0.1vw;

    cursor: url(./svg/Arrow-upward.svg), pointer;
}

.intro {
    display: flex;
    justify-content: left;
    align-items: top;
    width: 1232px;
    padding: 27px 0px;
    gap: 66px;
    margin: 0% auto 25% auto;
}

.intro p {
    color: #000;
    font-family: police2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



#nom_mouv {
    color: #000;
    font-family: police1;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0px;
}

#date-et-pays {
    display: flex;
    margin: 32px 0px 16px 0px;
}

#date {
    font-size: 16px;
    line-height: 14px;
    margin: 0px;
}

.pays {
    display: flex;
    gap: 8px;
    width: 100%;
    bottom: 0px;
}

#drapeau {
    width: 27px;
    height: 21px;
    margin: 0px;
}

#nom_pays {

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    line-height: 14px;
    text-transform: uppercase;
}


#nuage {
    margin: 16px 0px;
}

h4 {
    display: inline-block;
    padding: 0px 8px 0px 8px;
    margin: 2px;


    border: 0.5px solid #000;
    background: black;

    color: white;
    font-family: police2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#descriptions {
    font-family: police2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    margin-top: 24px;
}

#img_description {
    width: 100%;
}

#img_carte {
    width: 100%;
}


#legende {
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
    width: 100%;
    font-size: 12px;
    margin: 8px 0px 20px 0px;
}





#liens {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    gap: 8px;
}

#liens:hover {
    color: rgb(172, 172, 172);
}

.colonne4 a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
}





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