/* ==============================================
   Team profiles
   ============================================== */
   .profiles {
    margin-bottom: 10px;
    min-height: 200px;
  }
  .intro {
    float: left;
    text-align: center;
    width: 170px;
  }
  .intro h2 {
    margin: 0 0 7px;
  }
  .intro .lead {
    line-height: 120%;
    font-size: 1.1em;
    font-style: italic;
    margin: 0 0 35px;
  }
  .profile {
    position: relative;
    margin-top: 20px;
  }
  .profile:nth-child(even) {
    clear: left;
  }
  .profile-header {
    position: absolute;
    top: 0;
  }
  .profile-header img {
    float: left;
    max-width: 125px;
  }
  .profile-content {
    font-size: 14px;
    padding-top: 20px ;
    line-height: 1.4em;
  }
  .profile-content span {
    margin: 0;
  }
  .profile-content .lead {
    font-size: 1.3em;
    line-height: 100%;
    font-style: italic;
    margin: 3px 0 20px;
  }
  .profile-content .ligne {
    background: none repeat scroll 0 0 #dededc;
    content: "";
    height: 3px;
    position: relative;
    top: -20px;
    width: 36px;
  }
  .profile-content p {
    margin: 0 0 10px;
  }
  .profile-footer {
    /*position: absolute;
    top: 121px;
    width: 100px;
    text-align: center;*/
    margin-top: 10px;
  }
  .profile-footer a {
    line-height: 18px;
    margin: 0 3px;
    display: inline-block;
  }
  .profile-footer a:hover i {
    color: #595959;
  }
  .profile-footer a:active i {
    color: #000;
  }
  .profile-footer i {
    font-size: 18px;
    position: relative;
  }
  .profile-footer i.icon-envelope {
    font-size: 16px;
    top: -1px;
  }
  .profile-footer i.icon-linkedin {
    font-size: 16px;
    top: -1px;
  }
  .profile-content span {
    color: #203864;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }


