body {
  font-family: "Aeonik";
  color: #343330;
  cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMic+PGNpcmNsZSBjeD0nMTYnIGN5PScxNicgcj0nOCcgZmlsbD0nYmxhY2snIC8+PC9zdmc+"), auto;
}

a, button, [role=button], .clickable {
  cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMic+PGNpcmNsZSBjeD0nMTYnIGN5PScxNicgcj0nOCcgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPScyJyBmaWxsPSdwaW5rJy8+PC9zdmc+"), auto;
}

h1 {
  font-size: 25px;
  margin-top: 25px;
  text-transform: uppercase;
}
h1 a {
  color: inherit;
  text-decoration: none;
}

header {
  padding: 0px 10px;
}

.img_1 {
  position: absolute;
  top: 15%;
  opacity: 0.6;
  left: 20px;
  width: 370px;
  overflow: hidden;
}
.img_1 img {
  width: 370px;
}

.floater {
  overflow: hidden;
}

.floater {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.floater:hover {
  -webkit-transform: scale(1.3) rotate(0deg);
  -o-transform: scale(1.3) rotate(180deg);
  -ms-transform: scale(1.3) rotate(180deg);
  transform: scale(1.3) rotate(0deg);
  opacity: 1;
}

.floater img:hover {
  opacity: 1;
}

.img_2 {
  position: absolute;
  bottom: 0%;
  opacity: 0.7;
  right: 20px;
  width: 570px;
  overflow: hidden;
}
.img_2 img {
  width: 570px;
  z-index: 0;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.img_1 img {
  transform: translatey(0px);
  animation: float 4s ease-in-out infinite;
  animation-delay: 0s;
}

.img_2 img {
  transform: translatey(40px);
  animation: float 2s ease-in-out infinite;
  animation-delay: 0s;
}

.navi {
  padding-top: 0px;
}

.text-right {
  text-align: right;
}

.general_btn {
font-family: "Montserrat", sans-serif;
  text-decoration: none;
  border: 1px solid #433E38;
  padding: 10px;
  color: #433E38;
  text-transform: uppercase;
  font-size: 17px;
}

h2 {
 font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 90px;
  letter-spacing: 0px;
  line-height: 80px;
  font-weight: 900;
}

.intro {
  width: 75%;
  margin: 100px auto;
  text-align: center;
}

.general_btn_bis {
font-family: "Montserrat", sans-serif;
  text-decoration: none;
  margin-top: -5px;
  padding: -10px;
  color: #433E38;
  text-transform: uppercase;
  font-size: 29px;
}

button {
  border: none;
}

header button {
  background: transparent;
  font-size: 32px;
  padding-top: 30px;
  padding-left: 15px;
  line-height: 30px;
}

.lastname {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.arrow {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.arrow i {
  font-size: 40px;
}
.arrow a {
  color: black;
}

.intro_text {
  margin-top: 300px;
  padding: 40px 20px;
}
.intro_text p {
  width: 40%;
  text-transform: uppercase;
  font-size: 20px;
 font-family: "Montserrat", sans-serif;
}

.intro_bis {
  margin-top: 70px !important;
}

.main {
  text-align: center;
  width: 75%;
  margin: 70px auto 0px;
}
.main .main_wrapper {
  width: 60%;
  height: 800px;
  margin: 20px auto;
  overflow: hidden;
}

.discover {
  text-align: center;
  margin: 70px 0;
}
.discover h3 {
  font-size: 70px;
  padding-top: 20px;
  font-weight: 600;
}
.discover span {
  border-bottom: 1px solid black;
  width: 400px;
  color: transparent;
  padding-top: -20px;
}

#myList {
  padding: 0 0 200px;
  margin: 150px 0 350px;
}
#myList li {
  list-style: none;
  font-size: 30px;
  text-transform: uppercase;
 font-family: "Montserrat", sans-serif;
  padding-left: 0px;
  margin: 0px 0;
  float: left;
}
#myList a {
  color: black;
  text-decoration: none;
  opacity: 0.4;
}
#myList span {
  border: 0;
}

#myList li a:hover {
  opacity: 1;
  margin-left: 30px;
}

#myList .title {
  font-family: "Montserrat", sans-serif;
  display: block;
  float: left;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
  height: 50px;
  opacity: 0;
}

.discover h1 {
  font-size: sinng;
}

.clear {
  clear: both;
}

.title img {
  width: 400px;
  height: auto !important;
  margin-top: -70px;
  margin-right: 40px;
}

#myList li:hover .title, #myList li:hover .where {
  opacity: 1;
}

#myList .hovered span {
  opacity: 0;
}

.btn_clara {
  background: #343330;
  color: white;
  padding: 15px 50px;
  border-radius: 30px;
 font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.btn_clara:hover {
  background: white;
  color: #343330;
  padding: 15px 50px;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  border: 1px solid #343330;
}

.line {
  border-bottom: 1px solid #adaaa1;
  margin: 25px 0;
}

.separator {
  height: 100px;
}

footer {
  margin-top: 250px;
  padding: 200px 0 20px;
  text-align: center;
  background: #343330;
  font-weight: 300;
  color: white;
  font-family: "Montserrat", sans-serif;
}
footer h4 {
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 16px;
}
footer p {
  font-weight: 400;
  margin: 0;
  font-size: 80px;

}
footer .privacy {
  margin-top: 80px;
}
footer .privacy ul {
  margin: 0;
  padding: 0;
}
footer .privacy li {
  list-style: none;
  display: inline-block;
  margin: 0 60px;
  font-size: 14px;
}
footer .privacy a {
  color: white;
  text-decoration: none;
  font-weight: 200;
}

.discover_content {
  margin: 20px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 4;
  left: 20px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.discover_content h3 {
  text-align: center;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.discover_page {
  padding: 200px 20px;
}
.discover_page a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}
.discover_page .project_wrapper_link {
  width: 35%;
  float: left;
}
.discover_page .project_wrapper {
  margin: 20px 0;
  width: 100%;
}
.discover_page .project_wrapper img {
  width: 100%;
  height: auto;
}
.discover_page .project_wrapper h1 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}
.discover_page .project_wrapper h2 {
  font-size: 16px;
  margin: 0;
  line-height: 18px;
}

.discover_page .project_wrapper:nth-of-type(even) .project_wrapper_link {
  float: right;
}

.appear {
  width: 100%;
  height: 800px;
  object-fit: cover;
  margin: auto;
  opacity: 0;
  transform: scale(0);
  transition: opacity 2.5s ease-out, transform 2.5s ease-out;
  transform-origin: center;
}

.appear.show {
  opacity: 1;
  transform: scale(1);
}

.apres-scroll {
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.apres-scroll h1 {
  font-size: 20px;
}

.single_main {
  text-align: center;
}
.single_main h1 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 70px;
}
.single_main h4 {
  margin-top: 0;
}
.single_main img {
  width: 40%;
  margin: auto;
  height: auto;
  object-fit: cover;
  text-align: center;
  margin-top: 180px;
}

.single_content {
  padding: 100px 30px;
}
.single_content p {
  width: 40%;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

.gallery_content {
  text-align: center;
  padding: 40px 30px;
}
.gallery_content img {
  width: 31%;
  margin: 0 10px;
  height: 350px;
  object-fit: cover;
}

.next {
  padding: 0 30px;
  text-align: right;
}
.next a {
  font-size: 50px;
  color: black;
  text-decoration: none;
}
.next a:hover {
  color: #343330;
}

.offcanvas-body li {
  list-style: none;
}
.offcanvas-body li a {
  color: black;
  font-size: 30px;
  margin: 10px 0;
  text-transform: uppercase;
  text-decoration: none;
}
.offcanvas-body li a:hover {
  opacity: 0.7;
}

.first_about {
  padding: 200px 30px 70px;
}
.first_about p {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.first_about img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.separate_about {
  padding: 730px 0 0;
  margin: 50px 0 -250px;
  background-attachment: fixed;
  background-size: cover;
}

.services {
  padding: 200px 20px;
}
.services img {
  width: 80%;
  margin: 0;
  text-align: right;
  height: auto;
  transform: translatey(0px);
  animation: float 4s ease-in-out infinite;
  animation-delay: 0s;
  filter: grayscale(100%);
}
.services .margin {
  margin-top: 100px;
}

.service_wrap {
  padding: 30px 0px;
  border-bottom: 1px solid black;
  margin: 20px 0;
}
.service_wrap h2 {
  font-size: 40px;
  text-transform: uppercase;
  width: 80%;
  float: left;
}
.service_wrap i {
  font-size: 50px;
}
.service_wrap .collapse, .service_wrap .card {
  border: none !important;
  font-family: "Montserrat", sans-serif;
}
.service_wrap .card {
  padding: 5px;
}

.pic_service {
  text-align: right;
}

@media (max-width: 1500px) {
  .intro_text {
    margin-top: 100px;
    padding: 40px 20px;
  }
  .intro_text p {
    width: 40%;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
  }

  .img_2 {
    position: absolute;
    bottom: 0%;
    opacity: 0.7;
    right: 20px;
    width: 420px;
    overflow: hidden;
  }
  .img_2 img {
    width: 420px;
    z-index: 0;
  }

  h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 75px;
    letter-spacing: 0px;
    line-height: 75px;
    font-weight: 900;
  }

  footer {
    margin-top: 250px;
    padding: 200px 0 20px;
    text-align: center;
    background: #343330;
    font-weight: 300;
    color: white;
    font-family: "Montserrat", sans-serif;
  }
  footer h4 {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 16px;
  }
  footer p {
    font-weight: 400;
    margin: 0;
    font-size: 60px;

  }
}
@media (max-width: 1300px) {
  h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 65px;
    letter-spacing: 0px;
    line-height: 65px;
    font-weight: 900;
  }

  .discover {
    text-align: center;
  }
  .discover h3 {
    font-size: 55px;
    padding-top: 20px;
    font-weight: 600;
  }
  .discover span {
    border-bottom: 1px solid black;
    width: 400px;
    color: transparent;
    padding-top: -20px;
  }

  .first_about p {
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
  }

  #myList {
    padding: 0 0 100px;
    margin: 150px 0 300px;
  }
  #myList li {
    list-style: none;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    padding-left: 0px;
    margin: 0px 0;
    float: left;
  }

  .single_content {
    padding: 100px 30px;
  }
  .single_content p {
    width: 40%;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
  }

  .gallery_content {
    text-align: center;
    padding: 40px 30px;
  }
  .gallery_content img {
    width: 31%;
    margin: 0 10px;
    height: 280px;
    object-fit: cover;
  }
}
@media (max-width: 1000px) {
  h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 50px;
    font-weight: 900;
  }

  .img_2 {
    position: absolute;
    bottom: 0%;
    opacity: 0.7;
    right: 20px;
    width: 300px;
    overflow: hidden;
  }
  .img_2 img {
    width: 300px;
    z-index: 0;
  }

  .img_1 {
    position: absolute;
    top: 15%;
    opacity: 0.6;
    left: 20px;
    width: 270px;
    overflow: hidden;
  }
  .img_1 img {
    width: 270px;
  }

  .main {
    text-align: center;
    width: 75%;
    margin: 70px auto 0px;
  }
  .main .main_wrapper {
    width: 70%;
    height: 600px;
    margin: 20px auto;
    overflow: hidden;
  }

  .discover {
    text-align: center;
  }
  .discover h3 {
    font-size: 35px;
    padding-top: 20px;
    font-weight: 600;
  }
  .discover span {
    border-bottom: 1px solid black;
    width: 400px;
    color: transparent;
    padding-top: -20px;
  }

  #myList {
    padding: 0 0 100px;
    margin: 150px 0 300px;
  }
  #myList li {
    list-style: none;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    padding-left: 0px;
    margin: 0px 0;
    float: left;
  }

  .gallery_content {
    text-align: center;
    padding: 40px 30px;
  }
  .gallery_content img {
    width: 31%;
    margin: 10px 10px;
    height: 220px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 35px;
    font-weight: 900;
  }

  .intro_text p {
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
  }

  #myList .title {
    display: none;
  }

  #myList {
    padding: 0 0 200px;
    margin: 150px 0 50px;
  }
  #myList li {
    list-style: none;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-left: 0px;
    margin: 0px 0;
    float: left;
  }
  #myList a {
    color: black;
    text-decoration: none;
    opacity: 0.6;
  }
  #myList span {
    border: 0;
  }

  #myList li a:hover {
    opacity: 1;
    margin-left: 0px;
  }

  footer {
    margin-top: 150px;
    padding: 100px 0 20px;
    text-align: center;
    background: #343330;
    font-weight: 300;
    color: white;
    font-family: "Montserrat", sans-serif;
  }
  footer h4 {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 16px;
  }
  footer p {
    font-weight: 400;
    margin: 0;
    font-size: 30px;
  
  }

  .privacy {
    margin-top: 80px;
  }
  .privacy ul {
    margin: 0;
    padding: 0;
  }
  .privacy li {
    list-style: none;
    display: block !important;
    margin: 20px 0 !important;
    font-size: 14px;
  }
  .privacy a {
    color: white;
    text-decoration: none;
    font-weight: 200;
  }

  header {
    line-height: 18px;
    font-size: 18px;
  }

  header h1 {
    font-size: 18px;
    margin: 0;
    padding-top: 30px;
  }

  header button {
    font-size: 28px;
    padding-top: 25px;
  }

  .navi {
    width: 15%;
  }

  .title_wrap {
    width: 85%;
  }

  .img_1, .img_2, .arrow {
    display: none;
  }

  .intro_text {
    margin-top: 50px;
    padding: 40px 20px;
  }
  .intro_text p {
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
  }

  .main {
    text-align: center;
    width: 100%;
    margin: 70px auto 0px;
  }
  .main .main_wrapper {
    width: 100%;
    height: 600px;
    margin: 20px auto;
    overflow: hidden;
  }

  .single_main {
    text-align: center;
    padding: 0 10px;
  }
  .single_main h1 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .single_main h4 {
    margin-top: 0;
  }
  .single_main img {
    width: 40%;
    margin: auto;
    height: auto;
    object-fit: cover;
    text-align: center;
    margin-top: 180px;
  }

  .first_about {
    padding: 100px 20px 70px;
  }
  .first_about p {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
  }
  .first_about img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .apres-scroll {
    text-align: center !important;
  }

  .separate_about {
    padding: 330px 0 0;
    margin: 50px 0 -250px;
    background-attachment: fixed no-repeat right;
    background-size: cover;
    background-position: center;
  }

  .service_wrap {
    padding: 30px 0px;
    border-bottom: 1px solid black;
    margin: 20px 0;
  }
  .service_wrap h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    width: 80%;
    float: left;
  }
  .service_wrap i {
    font-size: 25px;
    padding: 0;
  }
  .service_wrap .collapse, .service_wrap .card {
    border: none !important;
    font-family: "Montserrat", sans-serif;
  }
  .service_wrap button {
    margin-top: -10px;
  }
  .service_wrap .card {
    padding: 5px;
  }

  .services {
    padding: 100px 20px 50px;
  }
  .services img {
    width: 100%;
    margin: 40px 0 0;
    text-align: right;
    height: auto;
    transform: translatey(0px);
    animation: float 4s ease-in-out infinite;
    animation-delay: 0s;
    filter: grayscale(100%);
  }
  .services .margin {
    margin-top: 50px;
  }

  .discover_page {
    padding: 150px 20px 50px;
  }
  .discover_page a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
  }
  .discover_page .project_wrapper_link {
    width: 100%;
    clear: both;
  }
  .discover_page .project_wrapper {
    margin: 20px 0;
    width: 100%;
  }
  .discover_page .project_wrapper img {
    width: 100%;
    height: auto;
  }
  .discover_page .project_wrapper h1 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .discover_page .project_wrapper h2 {
    font-size: 16px;
    margin: 0;
    line-height: 18px;
  }

  .discover_page .project_wrapper:nth-of-type(even) .project_wrapper_link {
    clear: both;
  }

  .single_main {
    padding: 10px;
  }
  .single_main img {
    width: 100%;
    margin: auto;
    height: auto;
    object-fit: cover;
    text-align: center;
    margin-top: 180px;
  }

  .single_content {
    padding: 70px 20px;
  }
  .single_content p {
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
  }

  .gallery_content {
    text-align: center;
    padding: 40px 0px;
  }
  .gallery_content img {
    width: 90%;
    margin: 20px;
    height: auto;
    object-fit: cover;
  }
}

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