
body
{
    /*background: rgb(2,0,36);
    background: linear-gradient(183deg, rgba(2,0,36,1) 0%, rgba(15,93,120,1) 100%, rgba(0,212,255,1) 100%);*/
    background-color: rgb(17, 15, 51);
    color:white;
}

a 
{
    text-decoration: none;
}

.footer-link
{
    color: rgb(255, 255, 255);
}

.footer-link:hover
{
    color: rgb(156, 156, 156);
}

.justify
{
    text-align: left;
    font-size: 0.9em;
}

.etapes
{
    color: rgb(2,0,36,1);
}

.etape
{
  display: block;
  height: 0.5px;
  border: 0;
  border-top: 2px solid white;
  width:25%;
  margin: auto;
  padding: auto;
}


.inscription
{
    width: 50%;

}

.text-shadow
{
    text-shadow: 1px 1px 2px black;
}

.description 
{
  width: 50%;
}

.bold
{
  font-weight:bold;
}

.underline
{
    text-decoration: underline;
    text-underline-offset: 4px;
}

.etape {
    height: 4px;
    background-color: #ef4444;
    border: none;
    width: 150px;
    border-radius: 4px;
    margin: 0.5rem auto 0.5rem;
    opacity: 1;
}