.course-page{


}

.course-page .progress-bar{
  width: 100%;
  height: 10px;
  background-color: lightgray;
  border: 1px solid gray;
  border-radius: 6px;
}

.course-page .progress-bar .progress-bar__inner{
  height: 100%;
  width: 0px;
  background-color: green;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}



.course-page .wrapper{
  min-height: 20vh;
}

.page{
  display: none;
}

.page.active{
  display: flex;
}
.slide-container{
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  color: #696969;
}
.cours-text{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #696969;
  border: 1px solid #838db0;
  border-radius: 5px;
}

.cours-title{
  font-size: 24px;
  text-align: center;
  color: #838db0;
  margin-bottom: 20px;
}
.progress-bar-wrapper{
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-container{
  margin-bottom: 10px;
}

.navigaton .button{
  border: 1px solid black;
  border-radius: 20px;
  height: 40px;
  width: 200px;
  background-color: #ddd;
  font-size: 18px;
}

.navigaton .button:disabled,
.navigaton .button[disabled]{
  color: gray;
}
.start:disabled,
.start[disabled]{
  background-color: #9f041b;
  border-color: #9f041b;
}