@charset "UTF-8";
.modal-backdrop {
  opacity: 0 !important;
}

body {
  font-family: "Fira Sans", "Arial", sans-serif;
  font-size: 14px;
}

#faculty_wrapper div.row:first-child {
  display: none;
}

#faculty input {
  border-radius: 4px;
}
#faculty a {
  color: #612079;
}
#faculty .link::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f0c1";
  margin-left: 0.5em;
  color: #612079;
}
#faculty .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5; /* Firefox */
}
#faculty .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.5;
}
#faculty .form-control::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 0.5;
}
#faculty .form-control:focus {
  box-shadow: 0 0 0 0.2em rgb(206, 179, 229);
  border-color: transparent;
}
#faculty thead th {
  background-color: #884396 !important;
  color: #fff;
  font-weight: 800;
}
#faculty tfoot {
  display: table-row-group;
}
#faculty .sorting_desc, #faculty .sorting_asc {
  background-color: #612079 !important;
}
#faculty tr.searchInput > th {
  background-color: #eff1f5 !important;
}
#faculty td.dt-control {
  text-align: center;
  cursor: pointer;
}
#faculty td.dt-control:before {
  display: inline-block;
  color: #612079;
  content: "▶";
  box-shadow: none !important;
  background-color: transparent !important;
}
#faculty td.dt-control.no-conflict {
  cursor: initial;
}
#faculty td.dt-control.no-conflict:before {
  content: "";
}
#faculty tr.dt-hasChild td.dt-control:before {
  content: "▼" !important;
  color: #612079;
}
#faculty tr.dt-hasChild td.dt-control.no-conflict:before {
  content: "";
}
#faculty p.conflictTitle {
  margin-left: 3em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
#faculty .detail {
  margin-left: 5em;
}
#faculty .info-result {
  display: flex;
}
#faculty .info-result #last-update {
  margin-left: auto;
}
#faculty .cntFaculty {
  margin: 1em 0 3em;
}

.speakers-page {
  font-family: "Montserrat", sans-serif;
  /***************/
  /* FILTERS     */
  /***************/
}
.speakers-page input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #e9e9e9;
  appearance: none;
  vertical-align: middle;
}
.speakers-page input[type=checkbox]::before {
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 2px;
  width: 15px;
  height: 10px;
  content: "";
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: transparent transparent #51545b #51545b;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  opacity: 0;
}
.speakers-page input[type=checkbox]:checked:before {
  opacity: 1;
}
.speakers-page input[type=checkbox] + p,
.speakers-page input[type=checkbox] + label {
  display: inline;
}
.speakers-page .filters ul {
  padding-top: 0.5em !important;
}
.speakers-page .speaker-content {
  text-align: center;
  margin-bottom: 3em;
  height: 180px;
  font-size: 0.9em;
}
.speakers-page .speaker-content .photo img {
  border-radius: 50%;
}
.speakers-page .speaker-content .name {
  margin-top: 1em;
  font-weight: 700;
  font-size: 1.1em;
}
.speakers-page .speaker-content .country {
  font-size: 0.9em;
}
.speakers-page #FilterDiv {
  width: 100%;
  padding: 1em 2em;
  margin-bottom: 3em;
  z-index: 100;
  background-color: #eff1f5;
  text-align: left;
}
.speakers-page #FilterDiv .filters {
  margin-top: 20px;
}
.speakers-page #FilterDiv img {
  margin-right: 5px;
  width: 20px !important;
  height: 20px !important;
  max-width: none !important;
}
.speakers-page #searchInput {
  padding: 20px 10px;
  font-size: 1em;
  border-left: none !important;
  border-color: #ddd !important;
}
.speakers-page #searchBtn {
  background-color: #612079;
  width: 100%;
  font-size: 1em;
  margin-top: 0;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  border: none !important;
  outline: 0 !important;
}
.speakers-page .filterBtn button {
  letter-spacing: 0.1rem;
  text-transform: none;
  font-size: 1.3rem;
  color: #fff;
  background-color: #97FFF0;
  padding: 8px 20px;
  font-weight: 700;
  border: none !important;
  outline: 0 !important;
  float: right;
}
.speakers-page .filterBtn button::before {
  content: " ";
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_filters.svg");
  padding-right: 10px;
  vertical-align: top;
  margin-right: 0.8em;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .speakers-page .filterBtn button {
    margin-top: 0 !important;
  }
}
.speakers-page #searchInput {
  padding: 20px 10px;
  font-size: 1em;
  border-left: none !important;
  border-color: #ddd !important;
}
.speakers-page #searchBtn {
  background-color: #612079;
  width: 100%;
  font-size: 1em;
  margin-top: 0;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  border: none !important;
  outline: 0 !important;
}
.speakers-page #filterTag {
  margin-top: 1.5em;
}
.speakers-page #filterTag ul {
  padding-left: 0;
}
.speakers-page #filterTag li.searchedFilterTag {
  border: 1px solid #612079;
  padding: 0 0.7em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 0.4em;
  line-height: 2.5em;
  background-color: #fff;
  margin-bottom: 0.3em;
}
.speakers-page #filterTag li.searchedFilterTag i:hover {
  cursor: pointer;
}
.speakers-page #filterTag img {
  vertical-align: text-bottom;
}
.speakers-page .notfound {
  font-size: 1.2em;
  text-align: center;
  margin: 4em auto 3em;
}

/*** modal ***/
.modal {
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.modal .modal-content {
  max-height: 500px;
  overflow-y: auto;
}
.modal .modal-body {
  padding: 20px !important;
}
.modal .modal-body .modal-bodytext {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .modal .modal-body .modal-bodytext {
    flex-direction: row;
  }
}
.modal .modal-body .modal-bodytext .status.label {
  font-size: 0.7em;
  margin-left: 1em;
  position: relative;
  top: -0.2em;
  padding: 0.2em 0.5em;
  font-weight: 500;
}
.modal .modal-body .modal-bodytext .photo {
  width: 40%;
  text-align: right;
  display: inline-block;
}
.modal .modal-body .modal-bodytext .photo img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
@media (max-width: 500px) {
  .modal .modal-body .modal-bodytext .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
}
.modal .modal-body .modal-bodytext .info {
  width: 60%;
  display: inline-block;
}
@media (max-width: 500px) {
  .modal .modal-body .modal-bodytext .info {
    width: 100% !important;
  }
}
.modal .modal-body .name {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.modal .modal-body .institute {
  margin-bottom: 1em;
}
.modal .modal-body .conflicts {
  margin: 1em 0;
}
.modal .modal-body .conflicts .conflictTitle {
  font-weight: 700;
}
.modal .modal-body .programme a {
  color: #942985;
}
.modal .modal-body .nbsession,
.modal .modal-body .logistic {
  margin: 1.5em 0;
  font-weight: 700;
}
.modal .modal-body .nbsession span,
.modal .modal-body .logistic span {
  font-weight: normal;
}
.modal .modal-body .nbsession p,
.modal .modal-body .logistic p {
  font-weight: 600;
  font-size: 1.2em;
}
.modal .modal-body .programmePerso a,
.modal .modal-body .programmeInterne a {
  text-decoration: underline;
  color: #612079;
  font-weight: 600;
}
.modal .modal-body .programmePerso i,
.modal .modal-body .programmeInterne i {
  font-size: 1.2em;
  margin-right: 0.2em;
}
.modal .modal-footer {
  text-align: center !important;
}
.modal .modal-footer .btn {
  color: #fff;
  background-color: #612079;
}
@media (max-width: 500px) {
  .modal .modal-content {
    position: fixed !important; /* important pour se placer par rapport à la fenêtre de l’iframe */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%; /* s’adapte à l’écran mobile */
    max-width: 400px; /* limite sur desktop */
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    z-index: 9000;
    max-height: 500px;
  }
}

@media (max-width: 500px) {
  .container-fluid {
    padding: 0;
  }
}

/*# sourceMappingURL=faculty_pcr.css.map */
