@font-face {
  font-family: FuturaLT;
  src: url(https://logui-studio.com/wp-content/themes/Loguinew/FuturaLT.ttf);
  font-weight: normal;
}
body {
  font-family: "Heebo";
  font-weight: 300;
}

p {
  font-family: "Montserrat";
  font-size: 15px;
}

.content_general {
  padding: 100px 20px 500px;
}

.navbar-toggler-icon {
  color: white !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.down {
  z-index: 0;
}

.up {
  z-index: 2;
}

.white {
  color: white;
}

.margin_bottom {
  margin-bottom: 40px;
}

.small_margin {
  margin-bottom: 30px;
}

h1 {
  font-size: 80px;
  font-family: "Heebo";
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 70px;
  margin-top: 100px;
}

.navbar {
  padding: 50px 110px 20px !important;
  background: rgba(0, 0, 0, 0) !important;
  margin-bottom: 0px;
  margin-top: 0px !important;
  z-index: 10;
}
.navbar .active a {
  font-weight: 800 !important;
}
.navbar .nav-item a {
  position: relative;
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Montserrat";
}
.navbar .nav-item a:before {
  transition: all 0.5s;
}
.navbar .nav-item a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #aaa;
  height: 1px;
  transition: all 0.5s;
}
.navbar .nav-item a:hover:after {
  width: 100%;
}
.navbar .nav-item {
  margin: 10px 10px 10px 10px;
}
.navbar .social_nav {
  margin: 16px 0;
}
.navbar .social_nav a {
  font-size: 15px;
  margin: 0 !important;
  padding: 0;
}
.navbar .navbar-brand {
  font-family: "FuturaLT";
  font-weight: 300 !important;
  color: black;
  font-size: 34px !important;
  letter-spacing: 6px !important;
  margin-top: 0;
  color: black !important;
}

.btn-primary {
  border-radius: 0px;
  background-color: transparent;
  padding: 20px 50px;
  border: 1px solid black;
  font-weight: 300;
  color: black;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat" !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.btn-white {
  background: transparent;
  border: 1px solid white;
  color: white;
}

.btn-primary:hover {
  background: black;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  color: white;
}

.btn-white:hover {
  background: black;
  background-image: none;
  color: white;
}

.carousel_container {
  padding: 0 160px;
}

.carousel {
  height: 85vh;
  margin-bottom: 50px;
  margin-top: 30px;
  text-align: right;
}
.carousel img {
  width: 55% !important;
  float: right;
  height: 66vh;
  object-fit: cover;
  object-position: center;
}
.carousel .carousel-control-prev {
  border: 1px solid black;
  opacity: 1;
  color: black;
  bottom: 0 !important;
  right: 0;
  top: 90%;
  left: 0% !important;
  width: 70px;
  height: 50px;
  z-index: 100000;
}
.carousel .carousel-control-next {
  border: 1px solid black;
  opacity: 1;
  bottom: 0;
  right: 0;
  left: 90px;
  top: 90%;
  width: 70px;
  height: 50px;
}

.carousel-control-prev-icon {
  color: black !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-item {
  background: white;
  width: 100%;
}

.carousel-caption {
  text-align: left;
  top: 0px;
  padding-left: 80px;
  padding-top: 8vh;
  background-color: rgba(255, 255, 255, 0);
  width: 40%;
  height: 100%;
  left: 0;
  z-index: 1;
  color: black;
}

.caption_title {
  width: 80%;
}

.carousel h5 {
  font-size: 80px;
  line-height: 70px;
  font-weight: 400;
  font-family: "Heebo";
  margin-bottom: 20px;
}

.carousel_single_container {
  padding: 0 300px;
}

.carousel_single {
  height: 66vh;
  margin-bottom: 0px;
  margin-top: 30px;
  text-align: right;
}
.carousel_single img {
  width: 100% !important;
  float: right;
  height: 66vh;
  object-fit: cover;
  object-position: center;
}
.carousel_single .carousel-control-prev {
  border: 1px solid black;
  opacity: 1;
  background: transparent;
  color: white;
  bottom: 0 !important;
  right: 0;
  top: 45%;
  left: -10% !important;
  width: 70px;
  height: 50px;
  z-index: 100000;
}
.carousel_single .carousel-control-next {
  background: transparent;
  opacity: 1;
  bottom: 0;
  right: 2%;
  left: 103.5%;
  top: 45%;
  width: 70px;
  height: 50px;
}

.carousel_single_container .carousel-control-prev-icon {
  color: white !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel_single .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-item {
  background: white;
  width: 100%;
}

.carousel-caption {
  text-align: left;
  top: 0px;
  padding-left: 80px;
  padding-top: 10vh;
  background-color: rgba(255, 255, 255, 0);
  width: 60%;
  height: 100%;
  left: 0;
  z-index: 1;
  color: black;
}
.carousel-caption p {
  width: 60%;
}

.caption_title {
  width: 100%;
}

.carousel h5 {
  font-size: 80px;
  line-height: 70px;
  font-weight: 400;
  font-family: "Heebo";
  margin-bottom: 20px;
}

.arrow {
  width: 100%;
  text-align: center;
  margin: 8% auto;
  position: absolute;
  top: 75%;
  z-index: 5;
}
.arrow a {
  color: black;
}

.arrow a:hover {
  text-decoration: none;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.first img {
  width: 100%;
}

.first_section {
  text-align: center;
  margin-top: 80px;
}

.first_section_line {
  border-bottom: 1px solid #ededed;
  margin-top: -50px;
  margin-bottom: 150px;
}

.about_section_line {
  border-bottom: 1px solid #ededed;
  margin-top: -400px;
  margin-bottom: 400px;
  z-index: -1;
}

.quality {
  padding: 30px;
  background: url(img/computer.svg) center no-repeat;
  background-size: contain;
}
.quality h3 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}

.key {
  background: url(img/key.svg) no-repeat center;
  background-size: contain;
}

.drawing {
  background: url(img/dessin.svg) no-repeat center;
  background-size: contain;
}

.bloc_content {
  padding: 0 100px;
}

.bloc_content .col-md-6 {
  padding: 40px;
}

p {
  width: 100%;
}

.icon {
  width: 20px !important;
}

.grey_area_container {
  background: url(img/crea2.jpg) no-repeat fixed center left;
  background-size: cover;
  margin-top: 50px;
}

.grey_area_about_container {
  background: url(img/about4.jpg) no-repeat fixed center left;
  background-size: cover;
  margin-top: 50px;
}

.grey_area {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 120px 0;
}
.grey_area h2 {
  font-size: 13px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 300;
}
.grey_area img {
  width: 70px;
  margin-bottom: 20px;
}
.grey_area h4 {
  font-family: "Playfair Display";
  font-size: 45px;
  margin-bottom: 40px !important;
  color: white;
  font-weight: 600;
}
.grey_area p {
  color: white;
  width: 70%;
  margin: 10px auto;
}
.grey_area h2, .grey_area h3 {
  color: white;
}
.grey_area h3 {
  font-size: 45px;
  margin-bottom: 30px;
}

.grey_area_clients_container {
  margin-top: 0px;
  background: url(img/clients.jpg) no-repeat fixed center left;
  background-size: cover;
}
.grey_area_clients_container .grey_area {
  padding: 50px 0px;
  text-align: center;
}
.grey_area_clients_container .col-md-2 {
  padding: 0 40px;
}
.grey_area_clients_container h6 {
  color: white;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.grey_area_clients_container img {
  width: 100%;
  margin-top: 40px;
  height: 120px;
  object-fit: contain;
}

.grey_area_about {
  background: rgba(0, 0, 0, 0.8);
}

.portfolio_home {
  padding: 130px 150px 100px;
}
.portfolio_home .col-md-8, .portfolio_home .col-md-4 {
  padding: 10px !important;
  margin: 0px !important;
}
.portfolio_home a {
  color: black;
}
.portfolio_home h2 {
  font-size: 55px;
  line-height: 50px;
}
.portfolio_home img {
  width: 100%;
}
.portfolio_home .title_portfolio {
  padding: 150px 70px !important;
}
.portfolio_home .project_big {
  position: relative;
  background: red;
  height: 300px;
}
.portfolio_home .project_big img {
  height: 300px;
  object-fit: cover;
}
.portfolio_home .project {
  position: relative;
}
.portfolio_home .project img {
  height: 390px;
  object-fit: cover;
}
.portfolio_home .project_caption {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid grey;
  background: white;
  padding: 50px 70px;
  opacity: 0;
  width: 100%;
  height: 390px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.portfolio_home .project_caption h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.portfolio_home .project_caption h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.portfolio_home .project_caption:hover {
  opacity: 1;
}

.post-categories {
  margin: 0;
  padding: 0;
}
.post-categories li {
  list-style: none;
}
.post-categories li a {
  font-size: 13px;
  letter-spacing: 2px;
  color: black;
}

.portfolio_real {
  padding: 50px 150px 100px;
}
.portfolio_real .col-md-8, .portfolio_real .col-md-4 {
  padding: 10px !important;
  margin: 0px !important;
}
.portfolio_real a {
  line-height: 20px !important;
  color: black;
}
.portfolio_real a:hover {
  text-decoration: none;
}
.portfolio_real h2 {
  font-size: 55px;
  line-height: 35px;
  margin-bottom: 30px;
}
.portfolio_real img {
  width: 100%;
}
.portfolio_real .title_portfolio {
  padding: 150px 70px !important;
}
.portfolio_real .project_big {
  position: relative;
  background: red;
  height: 300px;
}
.portfolio_real .project_big img {
  height: 300px;
  object-fit: cover;
}
.portfolio_real .project {
  position: relative;
}
.portfolio_real .project img {
  height: 390px;
  object-fit: cover;
}
.portfolio_real .project_caption {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid grey;
  background: white;
  padding: 50px 40px;
  opacity: 0;
  width: 100%;
  height: 390px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.portfolio_real .project_caption h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.portfolio_real .project_caption h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.portfolio_real .project_caption:hover {
  opacity: 1;
}

.before_footer {
  height: 30px;
  background: black;
}

footer {
  background-color: #f7f7f7;
  padding: 150px 150px 0px 150px;
  margin-top: 0px;
  color: black;
}
footer h1 {
  font-family: "Futura LT";
  font-weight: 300 !important;
  color: black;
  font-size: 34px !important;
  line-height: 40px;
  letter-spacing: 6px !important;
  margin-top: 0;
  color: black !important;
  text-transform: none;
  margin-bottom: 10px !important;
}
footer h2 {
  margin: 0 !important;
  font-family: "Montserrat";
  text-transform: none;
  letter-spacing: 0px !important;
  font-size: 14px !important;
  color: black;
  font-weight: 300;
}
footer .privacy {
  margin-top: 130px;
  padding: 30px 0 30px 0;
  border-top: 1px solid #ededed;
}
footer .privacy a {
  color: black;
}
footer img {
  width: 120px;
  margin-bottom: 20px;
  display: block;
}
footer p {
  font-size: 14px;
  font-family: "Montserrat" !important;
  margin: 0 0 10px 0;
  color: black;
  font-weight: 300;
}
footer h3 {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
}

.about_header {
  padding: 30px 180px;
  margin-bottom: 100px;
}
.about_header img {
  width: 120%;
  height: 60vh;
  object-fit: cover;
  margin-left: -20%;
  z-index: -1;
}

.contact_header {
  padding: 30px 180px 0;
  margin-bottom: 100px;
}
.contact_header img {
  width: 120%;
  height: 45vh;
  object-fit: cover;
  margin-left: -20%;
  margin-top: 50px;
  z-index: -1;
  vertical-align: middle;
}

.services_container {
  background: url(img/about.jpg) no-repeat fixed center;
  background-size: cover;
  color: white;
  margin-bottom: 70px;
}

.services_header {
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 30% 80px;
}

.realisations_container {
  background: url(img/realisations.jpg) no-repeat fixed bottom;
  background-size: cover;
  color: white;
  margin-bottom: 70px;
}

.realisations_header {
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 30% 60px;
}

.first_section_about {
  padding: 20px 180px;
}
.first_section_about h2 {
  font-size: 45px;
  line-height: 45px;
}
.first_section_about p {
  width: 50%;
  margin: 10px auto;
}

.testimony {
  padding: 70px 180px;
}
.testimony h2 {
  font-size: 13px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 300;
}
.testimony h3 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 30px;
}

.testimony_single {
  padding: 40px;
  background: url(img/quote.svg) no-repeat top right;
  background-size: 60px;
  margin-bottom: 20px;
}
.testimony_single h5 {
  font-size: 13px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}
.testimony_single p {
  font-style: italic;
}
.testimony_single h4 {
  margin-bottom: 5px;
}

.services_item {
  padding: 40px;
  background: white;
  background-size: 60px;
  margin-bottom: 20px;
}
.services_item h5 {
  font-size: 13px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}
.services_item p {
  font-style: italic;
}

.website {
  background: url(img/computer.svg) no-repeat top right;
  background-size: 100px;
}

.brand {
  background: url(img/dessin.svg) no-repeat top right;
  background-size: 100px;
}

.com {
  background: url(img/com.svg) no-repeat top right;
  background-size: 100px;
}

.doc {
  background: url(img/doc.svg) no-repeat top right;
  background-size: 100px;
}

.portfolio {
  text-align: center;
}
.portfolio img {
  width: 100%;
}
.portfolio ul {
  margin: 0;
  padding: 0;
}
.portfolio ul li {
  margin: 0 20px;
  display: inline-block;
  list-style: none;
}
.portfolio ul li a {
  font-size: 20px;
  font-family: "Heebo";
  font-weight: 400;
  color: black;
}
.portfolio ul li a:hover {
  text-decoration: none;
  color: grey;
}
.portfolio .portfolio_item {
  margin-top: 50px;
}

.form_container {
  padding-bottom: 100px;
}

.content_single {
  padding: 0 300px 70px;
}
.content_single h1 {
  margin-top: 20px;
  font-family: "Heebo";
  font-size: 40px;
  line-height: 40px;
}
.content_single .meta {
  margin-top: 20px;
}
.content_single .meta ul {
  margin: 0;
  padding: 0;
}
.content_single .meta ul li {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 13px;
}
.content_single .prev, .content_single .next {
  margin-top: 50px;
}
.content_single .prev a, .content_single .next a {
  color: black !important;
}

@media (max-width: 1280px) {
  .website {
    background: url(img/computer.svg) no-repeat top right;
    background-size: 100px;
  }

  .brand {
    background: url(img/dessin.svg) no-repeat top right;
    background-size: 100px;
  }

  .com {
    background: url(img/com.svg) no-repeat top right;
    background-size: 100px;
  }

  .doc {
    background: url(img/doc.svg) no-repeat top right;
    background-size: 100px;
  }

  .content_single {
    padding: 0 200px 70px;
  }
  .content_single h1 {
    margin-top: 20px;
    font-family: "Heebo";
    font-size: 40px;
    line-height: 40px;
  }
  .content_single .meta {
    margin-top: 20px;
  }
  .content_single .meta ul {
    margin: 0;
    padding: 0;
  }
  .content_single .meta ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .content_single .prev, .content_single .next {
    margin-top: 50px;
  }
  .content_single .prev a, .content_single .next a {
    color: black !important;
  }

  .carousel_single_container {
    padding: 0 100px;
    text-align: center;
  }
  .carousel_single_container img {
    width: 98% !important;
    margin: auto;
    height: 50vh !important;
    object-fit: cover;
  }

  .soliloquy-container {
    background: red;
    width: 100% !important;
    max-width: 1000px !important;
    height: 50vh !important;
  }

  .contact_header {
    padding: 0px 180px 0;
    margin-bottom: 100px;
  }
  .contact_header img {
    width: 120%;
    height: 45vh;
    object-fit: cover;
    margin-left: -20%;
    margin-top: 0px;
    z-index: -1;
    vertical-align: middle;
  }

  .testimony {
    padding: 70px 80px;
  }
  .testimony h2 {
    font-size: 13px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 300;
  }
  .testimony h3 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 30px;
  }

  .testimony_single {
    padding: 40px;
    background: url(img/quote.svg) no-repeat top right;
    background-size: 60px;
    margin-bottom: 20px;
  }
  .testimony_single h5 {
    font-size: 13px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .testimony_single p {
    font-style: italic;
  }
  .testimony_single h4 {
    margin-bottom: 5px;
  }

  .portfolio_home {
    padding: 80px 60px 100px;
  }
  .portfolio_home .col-md-8, .portfolio_home .col-md-4 {
    padding: 10px !important;
    margin: 0px !important;
  }
  .portfolio_home a {
    color: black;
  }
  .portfolio_home a:hover {
    text-decoration: none;
  }
  .portfolio_home h2 {
    font-size: 55px;
    line-height: 50px;
  }
  .portfolio_home img {
    width: 100%;
  }
  .portfolio_home .title_portfolio {
    padding: 100px 70px !important;
  }

  .carousel_container {
    padding: 0 120px;
  }

  .carousel {
    height: 70vh;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: right;
  }
  .carousel img {
    width: 50% !important;
    float: right;
    height: 55vh;
    object-fit: cover;
    object-position: center;
  }
  .carousel .carousel-control-prev {
    border: 1px solid black;
    opacity: 1;
    color: black;
    bottom: 0 !important;
    right: 0;
    top: 85%;
    left: 0% !important;
    width: 70px;
    height: 50px;
    z-index: 100000;
  }
  .carousel .carousel-control-next {
    border: 1px solid black;
    opacity: 1;
    bottom: 0;
    right: 0;
    left: 90px;
    top: 85%;
    width: 70px;
    height: 50px;
  }

  .carousel-control-prev-icon {
    color: black !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }

  .carousel-item {
    background: white;
    width: 100%;
  }

  .carousel-caption {
    text-align: left;
    top: 0px;
    padding-left: 60px;
    padding-top: 5vh;
    background-color: rgba(255, 255, 255, 0);
    width: 80%;
    height: 80vh;
    left: 0;
    z-index: 1;
    color: black;
  }

  .caption_title {
    width: 100%;
  }

  .carousel h5 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-family: "Heebo";
    margin-bottom: 20px;
  }

  .first_section_about {
    padding: 0px 60px;
  }
  .first_section_about h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .first_section_about p {
    width: 50%;
    margin: 10px auto;
  }

  .project {
    position: relative;
  }
  .project img {
    height: 330px !important;
    object-fit: cover;
  }

  .project_caption {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid grey;
    background: white;
    padding: 50px 70px;
    opacity: 0;
    width: 100%;
    height: 330px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .project_caption a {
    line-height: 20px !important;
  }
  .project_caption a:hover {
    text-decoration: none;
  }
  .project_caption h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .project_caption h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Montserrat";
  }

  .about_header {
    padding: 30px 100px;
    margin-bottom: 100px;
  }
  .about_header img {
    width: 120%;
    height: 60vh;
    object-fit: cover;
    margin-left: -20%;
    z-index: -1;
  }

  h1 {
    font-size: 60px;
    font-family: "Heebo";
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 50px;
    margin-top: 60px;
  }
}
@media (max-width: 1090px) {
  .grey_area p {
    color: white;
    width: 100%;
    margin: 10px auto;
  }

  footer {
    background-color: #f7f7f7;
    padding: 100px 0px 0px 100px;
    margin-top: 0px;
    color: black;
  }

  .content_single {
    padding: 0 100px 70px;
  }
  .content_single h1 {
    margin-top: 20px;
    font-family: "Heebo";
    font-size: 40px;
    line-height: 40px;
  }
  .content_single .meta {
    margin-top: 20px;
  }
  .content_single .meta ul {
    margin: 0;
    padding: 0;
  }
  .content_single .meta ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .content_single .prev, .content_single .next {
    margin-top: 50px;
  }

  .testimony {
    padding: 50px 20px;
  }
  .testimony h2 {
    font-size: 13px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 300;
  }
  .testimony h3 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 30px;
  }

  .testimony_single {
    padding: 20px;
    background: url(img/quote.svg) no-repeat top right;
    background-size: 60px;
    margin-bottom: 20px;
  }
  .testimony_single h5 {
    font-size: 13px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .testimony_single p {
    font-style: italic;
  }
  .testimony_single h4 {
    margin-bottom: 5px;
  }

  .carousel_container {
    padding: 0 80px;
  }

  .carousel {
    height: 70vh;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: right;
  }
  .carousel img {
    width: 50% !important;
    float: right;
    height: 55vh;
    object-fit: cover;
    object-position: center;
  }
  .carousel .carousel-control-prev {
    border: 1px solid black;
    opacity: 1;
    color: black;
    bottom: 0 !important;
    right: 0;
    top: 85%;
    left: 0% !important;
    width: 70px;
    height: 50px;
    z-index: 100000;
  }
  .carousel .carousel-control-next {
    border: 1px solid black;
    opacity: 1;
    bottom: 0;
    right: 0;
    left: 90px;
    top: 85%;
    width: 70px;
    height: 50px;
  }

  .carousel-control-prev-icon {
    color: black !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }

  .carousel-item {
    background: white;
    width: 100%;
  }

  .carousel-caption {
    text-align: left;
    top: 0px;
    padding-left: 30px;
    padding-top: 5vh;
    background-color: rgba(255, 255, 255, 0);
    width: 80%;
    height: 80vh;
    left: 0;
    z-index: 1;
    color: black;
  }

  .caption_title {
    width: 100%;
  }

  .carousel h5 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-family: "Heebo";
    margin-bottom: 20px;
  }

  .project {
    position: relative;
  }
  .project img {
    height: 280px !important;
    object-fit: cover;
  }

  .project_caption {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid grey;
    background: white;
    padding: 50px 70px;
    opacity: 0;
    width: 100%;
    height: 280px !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }

  .portfolio_home {
    padding: 80px 60px 100px;
  }
  .portfolio_home .col-md-8, .portfolio_home .col-md-4 {
    padding: 10px !important;
    margin: 0px !important;
  }
  .portfolio_home a {
    color: black;
  }
  .portfolio_home h2 {
    font-size: 55px;
    line-height: 50px;
  }
  .portfolio_home img {
    width: 100%;
  }
  .portfolio_home .title_portfolio {
    padding: 50px 70px !important;
  }
}
@media (max-width: 920px) {
  .portfolio_real {
    padding: 0px 150px 50px;
  }

  .about_header {
    padding: 0px 50px;
    margin-bottom: 100px;
  }
  .about_header img {
    width: 120%;
    height: 60vh;
    object-fit: cover;
    margin-left: -20%;
    z-index: -1;
  }

  .navbar {
    padding: 50px 60px 20px !important;
    background: rgba(0, 0, 0, 0) !important;
    margin-bottom: 0px;
    margin-top: 0px !important;
    z-index: 10;
  }

  .portfolio_home {
    padding: 40px 30px 100px;
  }
  .portfolio_home .col-md-8, .portfolio_home .col-md-4 {
    padding: 10px !important;
    margin: 0px !important;
  }
  .portfolio_home a {
    color: black;
  }
  .portfolio_home h2 {
    font-size: 45px;
    line-height: 40px;
  }
  .portfolio_home img {
    width: 100%;
  }
  .portfolio_home .title_portfolio {
    padding: 50px 30px 20px !important;
  }

  .project {
    position: relative;
  }
  .project img {
    height: 230px !important;
    object-fit: cover;
  }

  .project_caption {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid grey;
    background: white;
    padding: 50px 70px;
    opacity: 0;
    width: 100%;
    height: 230px !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .project_caption h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .project_caption h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Montserrat";
  }

  .btn-primary {
    border-radius: 0px;
    padding: 10px 40px;
  }

  .carousel {
    height: 70vh;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: right;
  }
  .carousel img {
    width: 60% !important;
    float: right;
    height: 55vh;
    object-fit: cover;
    object-position: center;
  }
  .carousel .carousel-control-prev {
    border: 1px solid black;
    opacity: 1;
    color: black;
    bottom: 0 !important;
    right: 0;
    top: 85%;
    left: 0% !important;
    width: 70px;
    height: 50px;
    z-index: 100000;
  }
  .carousel .carousel-control-next {
    border: 1px solid black;
    opacity: 1;
    bottom: 0;
    right: 0;
    left: 90px;
    top: 85%;
    width: 70px;
    height: 50px;
  }

  .carousel-control-prev-icon {
    color: black !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }

  .carousel-item {
    background: white;
    width: 100%;
  }

  .carousel-caption {
    text-align: left;
    top: 0px;
    padding-left: 30px;
    padding-top: 5vh;
    background-color: rgba(255, 255, 255, 0);
    width: 70%;
    height: 80vh;
    left: 0;
    z-index: 1;
    color: black;
  }

  .caption_title {
    width: 100%;
  }

  .carousel h5 {
    font-size: 40px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Heebo";
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .website {
    background: url(img/computer.svg) no-repeat top right;
    background-size: 50px;
  }

  .brand {
    background: url(img/dessin.svg) no-repeat top right;
    background-size: 50px;
  }

  .com {
    background: url(img/com.svg) no-repeat top right;
    background-size: 50px;
  }

  .doc {
    background: url(img/doc.svg) no-repeat top right;
    background-size: 50px;
  }

  .carousel_single_container {
    padding: 0 20px;
    text-align: center;
  }
  .carousel_single_container img {
    width: 98% !important;
    margin: auto;
    height: 50vh !important;
    object-fit: cover;
  }

  .first_section_about {
    padding: 0px 40px;
  }
  .first_section_about h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .first_section_about p {
    width: 50%;
    margin: 10px auto;
  }

  .carousel_container {
    padding: 0 40px;
  }

  .carousel {
    height: 55vh;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: right;
  }
  .carousel img {
    width: 100% !important;
    float: right;
    height: 55vh;
    object-fit: cover;
    object-position: center;
  }
  .carousel .carousel-control-prev {
    border: 1px solid black;
    opacity: 1;
    color: black;
    bottom: 0 !important;
    right: 0;
    top: 90%;
    left: 0% !important;
    width: 70px;
    height: 50px;
    z-index: 100000;
  }
  .carousel .carousel-control-next {
    border: 1px solid black;
    opacity: 1;
    bottom: 0;
    right: 0;
    left: 90px;
    top: 90%;
    width: 70px;
    height: 50px;
  }

  .carousel-control-prev-icon {
    color: black !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }

  .carousel-item {
    background: white;
    width: 100%;
  }

  .carousel-caption {
    text-align: left;
    top: 0px;
    padding-left: 0px;
    padding-top: 8vh;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    color: black;
  }

  .caption_title {
    width: 80%;
  }

  .carousel h5 {
    font-size: 80px;
    line-height: 70px;
    font-weight: 400;
    font-family: "Heebo";
    margin-bottom: 20px;
  }

  .grey_area h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 30px;
  }

  .grey_area {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 70px 10px;
  }

  footer {
    background-color: #f7f7f7;
    padding: 60px 10px 0px 10px;
    margin-top: 0px;
    color: black;
    text-align: center;
  }
  footer h1 {
    font-family: "Futura LT";
    font-weight: 300 !important;
    color: black;
    font-size: 34px !important;
    line-height: 40px;
    letter-spacing: 6px !important;
    margin-top: 0;
    color: black !important;
    text-transform: none;
    margin-bottom: 0px !important;
  }
  footer h2 {
    margin: 0 !important;
    font-family: "Montserrat";
    text-transform: none;
    letter-spacing: 0px !important;
    font-size: 14px !important;
    color: black;
    margin-bottom: 30px !important;
    font-weight: 300;
  }
  footer h3 {
    margin-top: 30px;
  }
  footer .privacy {
    margin-top: 40px;
    padding: 30px 0 30px 0;
    border-top: 1px solid #ededed;
  }
  footer .privacy a {
    color: black;
  }
  footer img {
    width: 120px;
    margin-bottom: 20px;
    display: block;
  }
  footer p {
    font-size: 14px;
    font-family: "Montserrat" !important;
    margin: 0 0 10px 0;
    color: black;
    font-weight: 300;
  }
  footer h3 {
    font-family: "Heebo";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
  }

  .navbar {
    padding: 20px 40px 10px !important;
  }

  .about_header {
    padding: 0px 30px;
    margin-bottom: 100px;
  }
  .about_header img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    margin-left: 0%;
    z-index: -1;
  }

  h1 {
    font-size: 20px;
    font-family: "Heebo";
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 25px;
    margin-top: 20px;
  }

  .services_header {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 30px 80px;
  }
  .services_header h1 {
    font-size: 40px;
    font-family: "Heebo";
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
    margin-top: 20px;
  }

  .portfolio {
    text-align: center;
  }
  .portfolio img {
    width: 100%;
  }
  .portfolio ul {
    margin: 0;
    padding: 0;
  }
  .portfolio ul li {
    margin: 0 0px;
    display: block;
    list-style: none;
  }
  .portfolio ul li a {
    font-size: 20px;
    font-family: "Heebo";
    font-weight: 400;
    color: black;
  }
  .portfolio ul li a:hover {
    text-decoration: none;
    color: grey;
  }
  .portfolio .portfolio_item {
    margin-top: 50px;
  }

  .contact_header {
    margin-bottom: 60px;
  }

  .content_single {
    padding: 0 30px 70px;
  }
  .content_single h1 {
    margin-top: 20px;
    font-family: "Heebo";
    font-size: 40px;
    line-height: 40px;
  }
  .content_single .meta {
    margin-top: 20px;
  }
  .content_single .meta ul {
    margin: 0;
    padding: 0;
  }
  .content_single .meta ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .content_single .prev, .content_single .next {
    margin-top: 50px;
  }
}

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