.header .slider {
  background-image: url("../image/global/header-papillon.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;
}

.content.general {
  margin-bottom: 35px;
}

.content .detail-content {
  padding: 40px;
  padding-top: 0;
  overflow: hidden;
}

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

hr {
  margin: 40px 0px;
  border: 0;
  height: 1px;
  background-color: #e4e4e4;
}

.list {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 35px;
}

.list li {
  width: 100%;
  padding-bottom: 35%;
  margin-bottom: 14px;
  float: left;
  background-color: #000;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list li:before {
  content: '';
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list li:hover {
  padding-bottom: 40%;
}

.list li:hover:before {
  opacity: 0.8;
  background-color: #2c3e50;
}

.list li:hover .picture {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.list li a, .list li .picture, .list li h2, .list li:before {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.list li .picture {
  position: absolute;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list li a {
  z-index: 9;
}

.list li h2 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  height: 35px;
  width: 100%;
  margin: auto;
  z-index: 3;
  text-transform: uppercase;
  font-weight: 500;
}

.bloc {
  float: left;
  width: 33.33%;
  text-align: left;
  margin-bottom: 50px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bloc:nth-child(3n+1) {
  clear: both;
}

.bloc h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}

.bloc p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #333;
}

.bloc p a {
  color: #333;
  text-decoration: none;
}

.bloc p a:hover {
  text-decoration: underline;
  color: #000;
}

#map {
  width: 100%;
  height: 400px;
  border-top: 2px solid #ebebeb;
}

#map .gmnoprint, #map .gm-style-cc {
  display: none;
}

#map-bubble {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  padding: 25px;
  padding-right: 0;
}

#map-bubble strong {
  font-size: 14px;
  text-transform: uppercase;
  color: #313131;
  width: 100%;
  display: block;
  padding-bottom: 12px;
}

#map-bubble .button {
  border: 2px solid #e82c2b;
  background: transparent;
  color: #e82c2b;
  padding: 12px 0px;
  width: 200px;
  text-transform: uppercase;
  font-size: 13px;
  border-color: #e82c2b;
  border-width: 2px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  margin-top: 20px;
}

#map-bubble .button:hover {
  background: #e82c2b;
  color: #FFF;
}

@media screen and (max-width: 780px) {
  .bloc {
    width: 50%;
    text-align: left;
    padding: 0;
  }
  .bloc:nth-child(2n) {
    clear: both !important;
  }
  .bloc:nth-child(3n+1) {
    clear: none;
  }
}

@media screen and (max-width: 500px) {
  .bloc {
    width: 100%;
  }
}
