.parallax {
  /* The image used */
  background-image: url("../img/parallax/toiture-maison-filtre.jpg");
  /* Set a specific height */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center -250px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax .shadow {
  background-color: rgba(250, 235, 215, 0.7);
  min-height: 500px;
}
.parallax img {
  position: relative;
  top: 150px;
}

.nav-bar {
  background-color: white;
}

.informations img {
  width: 60%;
}
.informations a {
  text-decoration: none;
  color: #202020;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  height: 290px;
  width: 270px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  /* This container is needed to position the front and back side */
  /* Do an horizontal flip when you move the mouse over the flip box container */
}
.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
.flip-card .flip-card-inner .flip-card-front,
.flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
.flip-card .flip-card-inner .flip-card-front {
  /* Centered text */
}
.flip-card .flip-card-inner .flip-card-front .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: white;
}
.flip-card .flip-card-inner .flip-card-back {
  height: 270px;
  border: 2px gray solid;
  background-color: white;
  color: black;
  transform: rotateY(180deg);
  /* Centered text */
}
.flip-card .flip-card-inner .flip-card-back span {
  background-color: green;
  padding: 10px;
  display: block;
}
.flip-card .flip-card-inner .flip-card-back span a {
  text-decoration: none;
  color: white;
}
.flip-card .flip-card-inner .flip-card-back span:hover {
  -webkit-box-shadow: inset -1px 3px 8px 5px green, 2px 5px 16px 0px #3e3e3e, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: inset -1px 3px 8px 5px green, 2px 5px 16px 0px #3e3e3e, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.flip-card .flip-card-inner .flip-card-back .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.decouvrir {
  display: flex;
  justify-content: center;
}
.decouvrir img {
  width: 400px;
}

.section-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 1px;
}
.section-title span {
  display: inline-block;
  position: relative;
}
.section-title span:before {
  right: 100%;
  margin-right: 45px;
  content: "";
  position: absolute;
  height: 4px;
  top: 0.53em;
  width: 400%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.section-title span:after {
  left: 100%;
  margin-left: 45px;
  content: "";
  position: absolute;
  height: 4px;
  top: 0.53em;
  width: 400%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.footer .link-phone {
  text-decoration: none;
  font-size: 1.1em;
  color: rgb(122, 122, 122);
  cursor: pointer;
}
.footer .link-mail {
  text-decoration: none;
  color: rgb(122, 122, 122);
  cursor: pointer;
}

#footer {
  background-color: black;
}

.content {
  margin-bottom: 360px;
  background-color: rgb(248, 248, 248);
}

.selection-realisation img {
  -webkit-box-shadow: inset -1px 3px 8px 5px #8f8f8f, 2px 5px 16px 0px #767676, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: inset -1px 3px 8px 5px #8f8f8f, 2px 5px 16px 0px #767676, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  cursor: pointer;
  border: #3e3e3e solid 2px;
  height: 100px;
  width: 100px;
}
.selection-realisation img.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  .selection-realisation img {
    -webkit-box-shadow: inset -1px 3px 8px 5px #8f8f8f, 2px 5px 16px 0px #767676, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: inset -1px 3px 8px 5px #8f8f8f, 2px 5px 16px 0px #767676, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    cursor: pointer;
    border: #3e3e3e solid 2px;
    height: 50px;
    width: 50px;
  }
  .selection-realisation img.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/*# sourceMappingURL=style.css.map */
