body {
    background-image: linear-gradient(120deg, #1a3bcc 0%, #ca2f24 100%);
 }
   
.images {
    display: inline-block;
    height: 250px;
    /*border : 1px solid black;*/
}

.dropdown-menu {
    width:500px;
}

#cage {
    /*height: 250px;*/
}

#patinoire {
    /*cursor: pointer;*/
   /* height: 250px; */
    /*float:left;*/
}

.localisationTir{
    /*float:left;*/
    position: absolute;
    /*display: inline-block;*/
    width: 10px;
    height: 10px;
    z-index: 1000;
    border-radius: 5px;
}

.localisationCage{
    position: absolute;
    z-index: 1000;
    height: 125px;
    border: 1px solid black;
    background-color: black;
    opacity: 0.6;
}

.localisationCageHaut{
    width: 156px;
}

.localisationCageBas{
    width: 104px;
}

.stop {
    background-color: rgb(39, 187, 34);
}

.but {
    background-color: red;
}