
.contenair-master-pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 95%;
    margin: auto;
    text-align: center;
}

#img-affiche-master-pro {
    max-width:500px ;
    height: auto;
}

.master-pro-items {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    min-height: 704px;

}

.titre-dossier-candidature-master-pro {
    background-color: #6f6803;
    border-radius: 10px;
    font-weight: bold;
    padding: 20px;
}

#img-fleche-bas-animee {
    max-width:100px ;
    height: auto;
}

#bouton-telechargement {
    background-color: #14aaaa;
    border-radius: 10px;
    padding: 10px 20PX;
    color: black;
    

}

#bouton-telechargement:hover {
    background-color: #799ca4;
    border: 2px solid black;
    box-shadow: 10px 5px 5px #799ca4;   
    text-align: center;
    font-size: 16px;
    
}

#bouton-telechargement:hover a {
    color: aquamarine;
    
}

#bouton-telechargement:active {
    transform: scale(0.95) translateY(3px); /* Scale down and move down */
    box-shadow: 1px 1px 5px black;
  }

#bouton-telechargement a {
    text-decoration: none;
    font-size: 14px;
    color: bisque;
}
