body {
  color: #505b63;
  font-family: "Lato", calibri, sans-serif;
  font-size: 14px;
}
a {
  color: #505b63;
}
a:hover {
  color: #505b63;
}
/*---------------------------Formulaire-------------------------*/
#rgpd {
  width: 20px;
  height: 20px;
  box-shadow: none;
}

.ifce label:not(:last-child) {
  font-size: 18px;
}
.submit {
  font-size: 20px;
}
.fieldset {
  font-size: 20px;
}
em {
  font-size: 14px;
}
.sg-input{
  margin-bottom:1rem;
}
.sg-input~.valid-feedback,.sg-input~.invalid-feedback{
  display:none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
}
.sg-input~.valid-feedback{
  color:#28a745;
}
.sg-input~.invalid-feedback{
  color: #dc3545;
}
.sg-input.is-valid{
  border-color:#28a745;
  margin-bottom:0;
}
input.sg-input.is-valid{
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.sg-input.is-invalid{
  border-color:#dc3545;
  margin-bottom:0;
}
input.sg-input.is-invalid{
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.sg-input.is-invalid~.invalid-feedback,.sg-input.is-valid~.valid-feedback{
  display:block;
  margin-bottom:1rem;
}
.divers{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;

}