.information-icon:hover {
  background-color: gray;
  cursor: grab;
}

.input-hover:hover {
  cursor: grab;
}

.container-jumbotron {
  border: solid;
  border-color: rgb(128, 119, 213);
  border-width: thin;
}

.btn-color {
  background-color: rgb(128, 119, 213);
  color: white !important;
}

.btn-color:hover {
  color: white;
}

.link-externe {
  color: rgb(128, 119, 213) !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(128, 119, 213) !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(128, 119, 213) !important;
}

.img-logo {
  width: 250px;
  height: auto;
}

.icon-visu {
  font-size: 4em;
}

footer {
  background-color: rgb(128, 119, 213);
  color: white;
}

.icon-info {
  font-size: 2em;
}

.header {
  background-color: rgb(128, 119, 213);
  color: white;
}

.img-404 {
  height: 50em;
  width: auto;
}
