.views-with-fieldset .entity-browser-iframe-container {
  /*width: 580px !important;*/
}
.views-with-fieldset .seven-details__wrapper.details-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.views-with-fieldset .view-shootings table{
  font-size: 0.923em;
}
.views-with-fieldset .view-shootings table thead{
  font-weight: normal;
}
.no-candidat{
  background-color: rgba(242, 120, 75, 0.9);
  color: #ffffff;
  opacity: 0.8;
  font-weight: bold;
}
.no-candidat a, .past-creanaux a{
  color: #001f95;
}
.no-candidat:hover{
  background-color: rgba(242, 120, 75, 1);
  opacity: 1;
}
.past-creanaux{
  background-color: rgba(255, 0, 0, 0.9);
  color: #ffffff;
  font-weight: bold;
  opacity: 0.8;
}
.past-creanaux:hover{
  background-color: rgba(255, 0, 0, 1);
  opacity: 0.8;
}
.download-shooting{
  margin: 10px 0;
}
