body {
  overflow-x: hidden;
  width: 100vw;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

a.active {
  color: #0D41A8 !important;
}

.navbar-toggler-icon {
  color: #0D41A8 !important;
}

h1, h2, h3 {
  color: #0D41A8;
}

nav.navbar {
  display: flex;
  padding: 8px 3%;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.07);
  align-items: center;
  position: fixed;
  z-index: 100;
  background: #fff !important;
  top: 0;
  left: 0;
  width: 100%;
}

nav.navbar ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

nav.navbar ul li {
  margin: 0 10px;
  padding: 5px;
  font-size: 1.1em;
}

nav.navbar ul li a {
  text-decoration: none;
  color: #101010;
}

nav.navbar ul li a:hover {
  color: #0D41A8;
}

nav.navbar ul li a.cta {
  color: #fff;
}

nav.navbar ul li a.cta:hover {
  color: #0D41A8;
}

nav.navbar ul li i {
  margin-right: 10px;
}

nav.navbar .logo {
  height: 60px;
}

.important {
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.important:hover {
  color: #fff;
}

.cta {
  border-radius: 5px;
  background: #0D41A8;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  border: 2px solid #0D41A8;
  font-weight: 400;
  transition: background-color .3s, color .3s;
  color: #fff;
}

.cta:hover {
  border: 2px solid #0D41A8;
  background: #fff;
  color: #0D41A8;
}

.banner {
  height: 100vh;
  background-image: url("../images/technolisa.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.banner h1 {
  font-weight: 700;
  text-transform: uppercase;
}

.banner .boxIntro {
  margin-left: 10%;
  width: 48%;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.banner .boxIntro p {
  width: 500px;
  margin: 30px 0;
}

h2 {
  font-weight: 600;
}

.services {
  margin: 80px auto;
}

.services h2 {
  color: #0D41A8;
  font-weight: 600;
  text-align: center;
}

.services > p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.services .boxes {
  width: 90%;
  margin: 0 auto;
}

.services .boxes p {
  position: relative;
  z-index: 5;
}

.services .boxes div {
  padding: 50px 60px;
  background-color: #F7F7F7;
  position: relative;
}

.services .boxes div:nth-child(1), .services .boxes div:nth-child(4) {
  color: #fff;
  background: #0d41a8;
  background: radial-gradient(circle, #0d41a8 0%, #5cb9f4 220%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .boxes div:nth-child(1) .chiffre, .services .boxes div:nth-child(4) .chiffre {
  opacity: 0.2;
}

.services .boxes .chiffre {
  font-size: 9em;
  position: absolute;
  bottom: -25px;
  right: 5%;
  color: #fff;
  font-weight: 700;
}

.apropos .aproposImage {
  background-image: url("../images/about_bis.jpg");
  background-size: cover;
  background-position: center;
}

.apropos .aproposContent {
  background: #F7F7F7;
  padding: 40px 20px 40px 50px;
}

.apropos .aproposContent h3 {
  color: #0D41A8;
  width: 80%;
  margin-bottom: 20px;
}

.apropos .aproposContent p {
  width: 80%;
}

.aboutPlus {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 140px;
}

.aboutPlus > p {
  width: 50%;
  margin: 20px auto;
}

.aboutPlus div {
  text-align: center;
}

.aboutPlus .col-lg-3 img {
  width: 80px;
}

.contact {
  background: #0d41a8;
  background: radial-gradient(circle, #0d41a8 0%, #5cb9f4 200%);
  padding: 20px 0;
  color: #fff;
  margin-top: 140px;
  position: relative;
}

.contact i {
  margin-right: 10px;
}

.contact .messageImportant {
  font-size: 2em;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}

.contact .infosContact {
  margin-top: 30px;
  align-items: flex-end;
  font-size: 1.15em;
  justify-content: center;
}

.contact .infosContact h2 {
  color: #fff;
  font-size: 1.8em;
  position: relative;
  margin-bottom: 30px;
}

.contact .infosContact h2:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 4px;
  width: 150px;
  background: #fff;
}

.contact .infosContact .leftInfos {
  align-self: flex-end;
}

.contact .contactCard {
  background: #fff;
  padding: 30px 50px;
  color: #101010;
  position: absolute;
  top: -25px;
  right: 50px;
  width: 30%;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.46);
  z-index: 2;
}

.contact .contactCard form h4 {
  text-align: center;
  color: #0D41A8;
  font-size: 2em;
}

.contact .contactCard form ::placeholder {
  opacity: 0.2;
}

.contact .contactCard form .bottrap {
  display: none;
}

.contact .contactCard form input[type='text'], .contact .contactCard form input[type='email'] {
  border: none;
  border-bottom: 2px solid #EEE;
  padding: 5px 5px;
  width: 100%;
  margin: 10px 0;
  font-size: 1em;
  outline: none;
}

.contact .contactCard form input[type='submit'] {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #0D41A8;
  font-size: 1em;
  border-radius: 0;
  border: 2px solid #0D41A8;
  transition: background .2s, color .2s;
}

.contact .contactCard form input[type='submit']:hover {
  background: unset;
  color: #0D41A8;
}

.contact .contactCard form textarea {
  width: 100%;
  margin: auto;
  padding: 5px;
  margin-bottom: 25px;
  border: none;
  border-bottom: 2px solid #EEE;
  height: 100px;
  outline: none;
}

.contact .contactCard form input:focus, .contact .contactCard form textarea:focus {
  border-bottom: 2px solid #0D41A8;
}

footer .footerImg {
  height: 180px;
  background: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  transform: scaleX(-1);
}

footer .footerBottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.novaweb a {
  color: #077BED;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  .contact .contactCard {
    position: relative;
    width: 100%;
    margin: 40px auto;
    right: 0;
    top: 0;
  }
  .banner .boxIntro {
    margin-left: 10%;
    margin-right: 10%;
    width: 90%;
  }
  .aboutPlus > p {
    width: 80%;
  }
  .services > p {
    width: 80%;
  }
  footer .footerBottom {
    flex-flow: column;
    text-align: center;
  }
  .services .boxes div:nth-child(1), .services .boxes div:nth-child(3) {
    background: #0d41a8;
    background: radial-gradient(circle, #0d41a8 0%, #5cb9f4 220%);
    color: #fff;
  }
  .services .boxes div:nth-child(1) .chiffre, .services .boxes div:nth-child(3) .chiffre {
    opacity: 0.3;
  }
  .services .boxes div:nth-child(2), .services .boxes div:nth-child(4) {
    background: #F7F7F7;
    color: #101010;
  }
  .services .boxes div:nth-child(2) a, .services .boxes div:nth-child(4) a {
    color: #101010;
  }
  .services .boxes div:nth-child(2) .chiffre, .services .boxes div:nth-child(4) .chiffre {
    opacity: 1;
  }
  .banner .boxIntro p {
    width: 80%;
  }

  .boxImage {
    text-align: center;
  }

  .real {
    margin-bottom: 20px;
  }

  .ligne1Real {
    margin: 0;
  }
  .clients {
    height: 55px;
    width: auto;
  }
  .rowRealisations {
    flex-direction: row-reverse !important;
  }
  .confiance {
    order: 1;
    margin-bottom: 40px;
  }
  .realisations {
    order: 2;
  }
}

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

.real {
  height: 156px;
  width: 259px;
}

.boxImage {
object-fit: cover;
}

.clients img{
  display: flex;
  justify-content: space-between;
}
.solarec {
  max-width: 85%;
  height: auto;
}
.clients {
  width: 85%;
  object-fit: cover;
}
