.register-page{
    background-color: #fff;
}

.register-logo{
    margin: 0 auto;
    margin-top: 40%;
    margin-left: 10%;
    text-shadow: 0 0 1px #000;
}

.logo_header{
    width: 120px;
    height: 90px;
}

.btn_remove{
    box-shadow: 0 0 1px #333;
}

#customer_table > tbody > tr{
    cursor: pointer;
}

#customer_table > tbody > tr:hover{
    background-color: #eee;
}

.course_content{
    height: 300px;
}

.btn_icon:hover{
	cursor: pointer;
	text-shadow: 0 0 1px #000;
}

.tirage_section{
    text-align: center;
    margin: 0 auto;
}

.tirage_image{
    width: 120px;
    height: 120px;
    margin: auto;
    box-shadow: 0 0 12px #000;
    border-radius: 50%;
}

.tirage_text{
    text-align: center;
    text-decoration: solid;
}

.photo_participant_cadre{
    margin-left: 40px;
}

.photo, .photo_to_modif{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0 0 12px #000;
}

#bar {
    width: 95%;
    margin: 0 auto;
    background-color: #ddd;
    border-radius: 30px;
    box-shadow: 0 0 1px #000;
}

#progressbar {
    width: 1%;
    height: 15px;
    border-radius: 30px;
    background-color: #4CAF50;
}

#progressValue {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

