body {
    background-color: rgb(0, 0, 0);
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
    color: white;
    font-family: sketchy;
    font-size: 1.5em;
}

.colone {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 2000px;
}

.gauche .droite{
    width: auto;
}

.droite {
    display: flex;
    align-items: flex-end;
}

.ex {
    display: flex;
    text-align: center;
}

.mission {
    padding-left: 15px;
    padding-right: 15px;
}

.placement {
    width: 100%;
    height: 100vh;
    position: absolute;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carte{
    width: 1000px;
    height: 712px;
    background-image: url("../src/img/Carte2.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#red {
    color: rgb(255, 0, 0);
}

.pointe {
    width: 50px;
}

p {
    margin: 0px;
}

.p2 {
    position: absolute;
    margin-top: 230px;
    margin-left: 545px;
    color: red;

}

.pointe:hover{
    width: 60px;
    margin-top: -5px;
    margin-left: -5px;
}

