body {
  font-family: "Open Sans", sans-serif;
}

.speaker-interactive a {
  color: #000;
}
.speaker-interactive .item-speaker .zone-photo-rect {
  margin: 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 254px;
  height: 183px;
}
.speaker-interactive .item-speaker .zone-photo-sq {
  margin: 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 195px;
  height: 195px;
  border-radius: 50%;
}
.speaker-interactive .item-speaker .speaker-photo .field-content:after {
  width: 70px;
  text-align: center;
  height: 5px;
  display: block;
  content: "";
  margin-left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin-top: 37px;
  background-color: #192C32;
}
.speaker-interactive .item-speaker .speaker-photo .img-rect {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  outline: 0;
}
.speaker-interactive .item-speaker .speaker-photo .img-sq {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: 1;
  outline: 0;
}
.speaker-interactive .item-speaker:hover .speaker-photo .zone-photo-rect img {
  opacity: 0.5;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.speaker-interactive .item-speaker .speaker-nom p {
  font-weight: 300;
  margin: 1.5em 0 10px;
  color: #6FB746 !important;
}
.speaker-interactive .item-speaker .speaker-nom .nom {
  font-weight: 400;
  font-size: 1.5em !important;
}
.speaker-interactive .item-speaker .speaker-nom .prenom {
  font-size: 23px !important;
}
.speaker-interactive .item-speaker .speaker-fonction {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3em;
}
.speaker-interactive .item-speaker .speaker-societe {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 0.8em;
}
.speaker-interactive .item-speaker .speaker-cv a {
  color: #ffffff;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 13px;
}
.speaker-interactive .item-speaker .speaker-cv a:hover {
  background-color: #d55c7b;
}
.speaker-interactive .item-speaker .speaker-cv button {
  background-color: #192C32 !important;
  color: #fff;
}
.speaker-interactive .content-infos-speaker .fullname {
  color: #192C32 !important;
}
.speaker-interactive .content-infos-speaker .fonction-speakers {
  font-size: 1.3em !important;
  font-weight: 200;
}
.speaker-interactive .content-infos-speaker .pays-speakers {
  font-size: 1em;
}
.speaker-interactive .content-infos-speaker .separator {
  height: 1px;
}
.speaker-interactive .content-infos-speaker .session-speaker-wrapper {
  border-top: 1px solid #eee;
}
.speaker-interactive .content-infos-speaker .session-speaker-date {
  color: #6FB746 !important;
}
.speaker-interactive .content-infos-speaker .session-speaker {
  font-size: 1em;
}
.speaker-interactive .content-infos-speaker .session-speaker a {
  color: initial !important;
  text-decoration: none;
}
.speaker-interactive .content-infos-speaker .session-speaker a:hover {
  color: #192C32 !important;
}
.speaker-interactive .content-infos-speaker .session-speaker_date {
  font-size: 1em !important;
}
.speaker-interactive .content-infos-speaker .img-responsive {
  max-width: 300px;
  max-height: 300px;
  border-radius: 50%;
}
.speaker-interactive .btn-all-speaker .btn {
  font-size: 1.1em;
  border-radius: 0;
  padding: 8px 35px;
  background-color: #192C32 !important;
  color: #fff !important;
}
.speaker-interactive .btn-all-speaker .btn.rouge {
  background-color: #e4221e !important;
  color: #fff !important;
}
.speaker-interactive .btn-all-speaker .btn.rouge:hover {
  background-color: #b91916 !important;
  color: #fff;
}
.speaker-interactive .speaker_bloc {
  margin-bottom: 5em;
  /*display: none;*/
}

.modal-title {
  font-weight: 600;
}

#modalBiography button {
  outline: none;
  border: none;
}

#modalBiography .modal-bodytext {
  text-align: justify;
}

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