.message,
.career,
.profile,
.groupe,
.speciality {
  padding-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .profile-area {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4%;
            column-gap: 4%;
  }
}

@media screen and (min-width: 768px) {
  .profile-area > div {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
}

.profile-area .doctor-photo {
  margin-bottom: 1em;
  width: 100%;
}

.profile-area .profile-list-box {
  background-color: #F6F6F6;
  border: 1px solid #777777;
  margin-bottom: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-area .profile-list-box dt,
.profile-area .profile-list-box dd {
  padding: .2em .5em;
}

@media screen and (min-width: 768px) {
  .profile-area .profile-list-box dt,
  .profile-area .profile-list-box dd {
    font-size: .8em;
  }
}

.profile-area .profile-list-box dt {
  border-right: 1px solid #777777;
}

.profile-area .career .profile-list-box:first-child {
  margin-top: .5em;
}

.profile-area .career .profile-list-box dt {
  width: 7em;
}

.profile-area .career .profile-list-box dd {
  width: calc(100% - 7em);
}

.profile-area .profile .profile-list-box dt {
  width: 5em;
}

.profile-area .profile .profile-list-box dd {
  width: calc(100% - 5em);
}

.speciality .images {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1em 0;
  width: 100%;
}

.speciality .images .img {
  width: 48%;
}

.speciality .images .img:not(:last-child) {
  margin-right: 4%;
}
/*# sourceMappingURL=doctor.css.map */