@font-face {
font-family: "Dancing R 400";
src: url(//www.bastienb.fr/wp-content/themes/bastienb/fonts/Dancing_Script/DancingScript-Regular.ttf);
}
html,
body, 
#map {
margin: 0;
height: 100%;
background: #cad2d3;
}
.leaflet-popup-photo a.leaflet-popup-close-button {
background-color: #fff;
width: 20px;
height: 20px;
color: #BB9167;
z-index: 99;
}
.leaflet-popup-photo a.leaflet-popup-close-button:hover {
color: #ffc815;
background-color: #fff;
}
.leaflet-popup-photo .leaflet-popup-content-wrapper {
padding: 0px;
border-radius: 4px;
}
.leaflet-popup-photo .leaflet-popup-content { margin: 0; }
.leaflet-popup-photo .leaflet-popup-tip { background: white; }
.leaflet-popup-photo img,
.leaflet-popup-photo video {
display: block;
width: 100%;
border: 10px solid #fff;
}
.leaflet-popup-photo p {
font-family: 'Dancing R 400', cursive;
margin: 0;
text-align: center;
padding: 0 10px 10px 10px;
font-size: 15px;
}
.leaflet-control-attribution { display: none; }