.rikavide {
    position: absolute;
    height:350px;
    width:232px;
    text-decoration:none;
    display:block;
    border:none;
    outline: none;
    padding: 0;
    background: url(images/rikavide.png) no-repeat bottom center;
}

.rikaplein {
    position: absolute;
    height:350px;
    width:232px;
    text-decoration:none;
    display:block;
    border:none;
    outline: none;
    padding: 0;
    background: transparent url(images/rikaplein.png) no-repeat bottom;
}

.rikahaut {
    position: absolute;
    height:46px;
    width:232px;
    text-decoration:none;
    display:block;
    border:none;
    outline: none;
    padding: 0;
    background: transparent url(images/rikahaut.png) no-repeat bottom;
}

.image-container {
    position: relative;
    height: 400px; /* Hauteur du conteneur */
    width: 250px; /* Largeur du conteneur */
    text-decoration:none;
    display:block;
    border:none;
    outline: none;
    padding: 0;
    margin: auto; /* Pour centrer le conteneur */
        }
.centrer {
    text-align: center; /* Pour centrer le texte horizontalement */
    font-size: 24px; /* Taille de la police */
    font-family: Arial ; 
}
.progress-container {
    text-align: center; /* Pour centrer horizontalement */
    margin-top: 50px; /* Espacement du haut */
}

.progress-container progress {
    width: 50%; /* Largeur de la barre de progression */
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

