body {
    font-family: Arial, Helvetica, sans-serif;
}

h1{
    padding: 1rem;
    color: #348496
}

h2 {
    text-align: center;
    font-size: 2rem;
    background-color: rgb(255, 255, 255);
    color: #454647;
    padding: .5rem;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}

b {
    font-weight: bold;
}

p {
    line-height: 1.3rem;
}

li {
    line-height: 1.8rem;
}

#map {
    /* height:350px; */
    height:40vh;
}

div.leaflet-popup-content {
    width: auto !important;
    text-align: center!important;
    width: 13vh;
    height: 20vh;
    object-fit: cover;
}

div.leaflet-popup-content img {
    width: 13vh;
    height: 20vh;
    object-fit: cover;
}

.leaflet-popup-close-button {
    display: none;
}

.leaflet-popup-content{
    margin:10px!important;
}

.leaflet-popup-tip-container {
    display: none;
}

p#currentCamName {
    text-align: center;
    background: #c9cac6;
    padding: 0.5rem;
    color: white;
    border-radius: 5px;
}

#canvas {
    background: rgb(21 21 21);
}

#canvasImg img {
    width: 13vh;
    height: 20vh;
    object-fit: cover;
    border-radius: 5px;
    transition: 1.5s;
}

#canvasImg img:hover {
    width: 20vh;
    height: 30vh;
}

div#canvasImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#imgContainer {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    text-align: center;
}

#canvas {
    border: .1em dotted #348496;
    background: #f5f5f6;
    border-radius: 1rem;
}

#coords {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
}

div#coords {
    display: none;
}

div#vidéoStreamContainer {
    margin: 0;
    padding: 0;
}

video#videoElement {
    width: inherit;
}

#errorMsg {
    background: #348496;
    font-size: 1rem;
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#facebookAlert,
#smartAlert {
    text-align: center!important;
}

.container {
    text-align: center;
}

.points{
    font-size: 2rem;
    background-color: rgb(255, 255, 255);
    color: #454647;
    padding: .5rem;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jumbotron.jumbotron-fluid {
    background: #F8F9FA;
    padding-bottom: 2rem;
}

.lead {
    text-align: center;
    color: #348496;
}

.main {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn {
color: #f5f5f6
}

.fab {
    color: #348496
}

.fas,
.fa-solid,
.fw-bold{
    color: #348496
}

.fas,
.fa-solid{
    line-height: 1.7rem;
}

.hidden {
    display: none;
    padding: 0;
}
