#logo2 {
  float: right;
  background: white;
  border-radius: 5px 0 0 5px;
  padding: 1em;
  position: relative;
  top: 50px;
}

#logo2 img {
  width: 100px;
}

#quitterAgenceTxt {
  background-color: white;
  color: #254A8F;
  font-weight: bold;
  border-radius: 3.125rem;
  padding: 0.25rem 0.75rem;
}

.cadreAlerteHeader {
  background: none;
  border-left: 1px solid rgba(0,0,0,.15);
  border-top: 1px solid rgba(0,0,0,.15);
  border-right: 1px solid rgba(0,0,0,.15);
  border-radius: 1.6875rem 1.6875rem 0 0;
}

.cadreAlerteContent {
  background: none;
  border-left: 1px solid rgba(0,0,0,.15);
  border-right: 1px solid rgba(0,0,0,.15);
  border-bottom: 1px solid rgba(0,0,0,.15);
  border-radius: 0 0 1.6875rem 1.6875rem;
}

.cadreAlerteHeader span,
.cadreAlerteContent > div {
  background: none;
}

.boutonAide, .boutonPrint {
  text-transform: capitalize;
}

.formBackground, .formBackgroundEdit {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0 0 1.6875rem 1.6875rem;
}
