.bulle-icone.violet {
    background-color: #8b0397;
  }

.bulle-icone-bordure.violet {
    background-color: rgb(77, 1, 87);
  }

  .sent{
    margin-top: 0.75rem;
    background-color: #D4EDDA;
    border: 0.063rem solid #C3E6CB;
    border-radius: 0.313rem;
    width: auto;
    height: 4.438rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error{
    margin-top: 0.75rem;
    background-color: #F8D7DA;
    border: 0.063rem solid #F5C6CB;
    border-radius: 0.313rem;
    width: auto;
    height: 4.438rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bold{
  font-weight: bold;
}

.class{
  padding: 0.75rem 1.25rem;
  height: 3.313rem;
  width: 54.813rem;
  font-size: 1rem;
}

.saut{
  margin-bottom: 1rem;
}

.obligatory{
  margin-bottom: 1rem;
}

.red{
  color: red;
}

.marge {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  width: 80.125rem;
  line-height: normal;
  color: #555;
}

.desc{
  font-size: 1.25rem;
  width: 80.125rem;
  margin-bottom: 1rem;
  line-height: normal;
}

.case {
  font-size: 1rem;
  color: #000000;
  display: block;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
  height: 3.313rem;
  width: 54.813rem;
}

.label-mail{
  font-weight: bold;
  display: block;
  margin-bottom: 0.375rem;
}

form{
  margin-top: 1rem;
}

div button{
  background-color: #1453FF;
  border: 0.063rem solid #707070;
  border-radius: 0.313rem;
  height: 4.313rem;
  width: 54.813rem;
  text-align: center;
  font-size: 1.875rem;
  color: white;
  font-weight: bold;
}

div button:hover{
  background-color: white;
  color: black;
  transition: 0.2s;
}