body.front .content.sheet{
  max-width: 500px;
}
body.front .content.sheet .title{
  margin-bottom: 0;
  font-size: 30px;
}

/*{ Image pharmacie :*/

body.front .pharmacy-image img{
  /*border: solid thin #0071b9;*/
  display: inline-block;
  width: 100%;
  max-width: 600px;
  border-radius: 5px;
  margin: 20px 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.15);
  -moz-box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.15);
  box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.15);
}

/*}*/

body.front section.content.sheet h3{
  text-align: center;
}
body.front section.content.sheet p{
  text-align: center;
}
body.front section.content.sheet .schedule h4{
  color: #0071b9;
  display: inline-block;
  text-align: center;
}
body.front section.content.sheet .schedule p{
  display: inline-block;
  width: auto;
}

body.front section.content.sheet .services{
  display: inline-block;
}
body.front section.content.sheet .services li{
  list-style: url('../img/list-bullet.svg');
  color: #41ac44;
  text-align: left;
  font-size: 20px;
}

body.front section.content.sheet a.link{
  background-color: #0071b9;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
body.front section.content.sheet a.link:hover{
  opacity: 0.7;
}
body.front section.content.sheet a.link:before{
  content: '';
  display: inline-block;
  background: transparent no-repeat url('../img/btn-link.svg') center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}