@font-face {
    font-family: "Eras Demi Itc Regular Font";
    src: url("/police/erasdemi.ttf");
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'Eras Demi Itc Regular Font', serif;
}

.logo {
    width: 20%;
    position: absolute;
    top: -4%;
}

.band {
    padding: 0.5%;
    background-color: rgb(219, 219, 229);
}

.band .menu {
    display: inline-flex;
}

.band a:hover {
    color: rgb(116, 116, 156);
    text-decoration: none;
}

.title {
    padding: 2rem;
    text-align: center;
    font-weight: 900;
    color: rgb(116, 116, 156);
}

.legend {
    top: 7rem;
    position: absolute;
    right: 5%;
    text-align: justify;
}

/*@media (max-height: 920px) {*/
/*    .fancybox-image, .fancybox-spaceball {*/
/*        height: 75% !important;*/
/*        width: auto !important;*/
/*    }*/
/*}*/

.erreur-chargement {
    color: #5a6268;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    cursor: pointer;
    color: rgb(240, 174, 10);
}

footer {
    text-align: center;
    padding: 3%;
    background-color: rgb(241, 241, 245);
    color: #8A8AAC;
    font-size: 1.5rem;
}

.card {
    border: none;
}

.band a img {
    position: absolute;
    height: 2.8%;
    left: 33%;
    top: 0.8%;
}

#menu .col-1 img {
    height: 100%;
}

.dropbtn {
    font-size: 16px;
    border: none;
    color: rgb(116, 116, 156);
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-item:hover{
    cursor: pointer;
}