.header .slider {
  background-image: url("../image/global/header-succurcale.jpg");
}

.content {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 35px;
  padding: 40px;
  padding-top: 0;
}

.content h1 {
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
}

.content .addthis_inline_share_toolbox {
  padding-top: 20px;
  text-align: right;
}

.text {
  margin-top: 35px;
  font-family: 'Montserrat', sans-serif;
  color: #3e3e3e;
}

.text .picture {
  float: left;
  margin-right: 25px;
  position: relative;
  width: 245px;
  clear: both;
}

.text .picture img {
  float: left;
  width: 100%;
  border: 4px double #2c3e50;
}

.text .picture span {
  width: 100%;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  color: #666;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.text h2 {
  font-size: 14px;
  margin-top: 35px;
  line-height: 26px;
}

.text p {
  font-size: 13px;
  line-height: 26px;
  max-width: 900px;
}

.text p strong {
  display: block;
}

.text ul {
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 26px;
  margin: 0;
}

.text a {
  color: #3e3e3e;
}

.text a:hover {
  color: #000;
}

@media screen and (max-width: 780px) {
  .text .picture {
    width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .text .picture {
    width: 150px;
  }
}

@media screen and (max-width: 450px) {
  .text .picture {
    display: none;
  }
}
