@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display&display=swap");
.header_restauration {
  background-color: #A68A64;
}

.realisationTitle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/eb3.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/eb3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1100px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.realisationTitle h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 10px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  color: #fff8ee;
  text-align: center;
  vertical-align: middle;
  line-height: 300px;
}

.section_1_bis {
  background-image: none;
  width: 1100px;
  margin-top: 50px;
}

.section_1_bis .text_1 {
  width: 100%;
  background-color: #A68A64;
  height: 100%;
}

.section_1_bis .text_1 h2 {
  color: #fff8ee;
  padding: 50px;
  font-size: 50px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  padding-bottom: 0px;
}

.section_1_bis .text_1 p {
  color: #fff8ee;
  padding: 50px;
  font-size: 20px;
  line-height: 35px;
}

.content {
  background-color: #A68A64;
  margin-top: 50px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.content h2 {
  color: black;
  padding: 50px;
  font-size: 30px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  padding-bottom: 25px;
  text-align: center;
}

.content .gg-container {
  width: 99%;
}

.content .gg-container .gg-box img {
  border: 5px solid black;
}

.section_2_restauration {
  background-color: #A68A64;
  margin-top: 50px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.section_2_restauration h2 {
  color: black;
  padding: 50px;
  font-size: 30px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  text-align: center;
}

.section_2_restauration .block_1_restauration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media all and (max-width: 1100px) {
  .realisationTitle {
    width: 90%;
    height: 400px;
    margin-top: 50px;
  }
  .realisationTitle h1 {
    font-size: 40px;
    line-height: 400px;
  }
  .section_1_bis {
    width: 90%;
    margin-top: 50px;
  }
  .section_1_bis .text_1 {
    width: 100%;
    height: 100%;
  }
  .section_1_bis .text_1 h2 {
    padding: 50px;
    font-size: 40px;
    letter-spacing: 7.5px;
  }
  .section_1_bis .text_1 p {
    padding: 50px;
    font-size: 20px;
    line-height: 35px;
    padding-top: 0px;
  }
  .content {
    margin-top: 50px;
    width: 90%;
  }
  .content h2 {
    padding: 50px;
    font-size: 30px;
    letter-spacing: 7.5px;
    padding-bottom: 25px;
  }
  .content .gg-container {
    width: 98.8%;
  }
  .content .gg-container .gg-box img {
    border: 5px solid black;
  }
  .section_2_restauration {
    margin-top: 50px;
    width: 90%;
  }
  .section_2_restauration h2 {
    padding: 50px;
    font-size: 30px;
    letter-spacing: 7.5px;
  }
  .section_2_restauration .block_1_restauration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media all and (max-width: 750px) {
  .realisationTitle {
    height: 300px;
    margin-top: 80px;
    width: 100%;
  }
  .realisationTitle h1 {
    font-size: 30px;
    line-height: 300px;
  }
  .section_1_bis {
    width: 90%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .section_1_bis .text_1 {
    width: 100%;
  }
  .section_1_bis .text_1 h2 {
    padding: 30px;
    font-size: 30px;
  }
  .section_1_bis .text_1 p {
    padding: 30px;
    font-size: 18px;
  }
  .content {
    margin-top: 0px;
    width: 90%;
  }
  .content h2 {
    padding: 25px;
    font-size: 25px;
    letter-spacing: 7.5px;
    padding-bottom: 15px;
  }
  .content .gg-container {
    width: 100%;
  }
  .content .gg-container .gg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .gg-container .gg-box img {
    border: 0px solid black;
    height: 300px;
    margin-bottom: 25px;
  }
  .section_2_restauration {
    margin-top: 0px;
    width: 90%;
  }
  .section_2_restauration h2 {
    padding: 30px;
    font-size: 25px;
  }
  .section_2_restauration .block_1_restauration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=restauration.css.map */