
.content {
  background-color: #FFF;
  padding: 0px;
  border: solid 1px #E0E0E0;
  margin-bottom: 6px;
  font-size: 13px;
}

.content .action {
  display: none;
}

.content .presentation {
  height: 80px;
  margin-bottom: 25px;
}

.content:first-child {
  padding: 25px;
  padding-bottom: 10px;
}

.content .large {
  margin-top: 15px;
}

.content .large .bloc {
  padding: 15px 0px;
}

.content .large .bloc:nth-child(2n) {
  margin-left: 0px;
}

.content .profil {
  float: left;
  margin-right: 15px;
  height: 80px;
}

.content .profil.pic_resizer {
  cursor: pointer;
}

.content h1 {
  width: auto;
  float: left;
  margin-bottom: 0;
  margin-top: 7px;
  font-size: 16px;
  font-weight: normal;
}

.content h1 .activity {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #909090;
  margin-top: 3px;
}

.content h2 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  border-bottom: solid 1px #dcdee3;
  text-transform: uppercase;
  color: #939AA6;
  padding-bottom: 4px;
  float: left;
  width: 100%;
}

.content .bloc {
  width: 100%;
  display: inline-block;
  padding: 13px 0px;
}

.content .bloc h3 {
  font-size: 13px;
  color: #939AA6;
  font-weight: normal;
  width: 85px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 20px;
}

.content .bloc p {
  padding-right: 35px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}

.content li {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 20px;
  display: table;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}

.content li h3 {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content li h3 a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}

.content .info {
  font-size: 11px;
  line-height: 15px;
}

.btn {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
  border: solid 1px;
  border-color: #E6E6E6 #E0E0E0 #D8D8D8;
  color: #222;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.03);
  border-radius: 2px;
  text-decoration: none;
  padding: 7px 8px;
  font-size: 12px;
  float: right;
  margin: 5px;
  cursor: pointer;
}

.picture_whitebox {
  position: fixed;
  z-index: 9999;
  max-width: 80%;
  max-height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 560px) {

  .presentation .btn {
    display: none;
  }

  .content .action {
    display: block;
    margin-bottom: 28px;
    float: left;
    width: 100%;
  }

  .content .action .btn {
    float: left;
    margin-left: 0px;
  }
}
@media screen and (max-width: 580px) {
  .pic_resizer {
    pointer-events: none;
  }
}
