/* --GENERAL-- */

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto';
  color: #142c44;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #0b6dfe;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #0b6dfe;
}

.bg-primary {
  background: #0b6cfd!important;
}

.bg-secondary {
  background: #e2ebf6!important;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.btn-primary {
  background: #0b6dff;
  font-size: 1.2rem;
  border-radius: 0;
  font-weight: 400;
  border: 0;
  line-height: 1.6rem;
  padding: 1rem 1.4rem 1rem 1.4rem;
}

.navbar-light .navbar-brand img {
  width: 160px;
}

header {
  height: 600px;
  background-image: url(../../assets/img/header.jpg);
  background-position: center;
  background-size: cover;
}

header p {
  letter-spacing: 3px;
}

header h1 {
  font-size: 2rem;
  font-weight: 300;
}

@media (min-width: 1200px) {
  header h1 {
    font-size: 5.5rem;
    font-weight: 300;
  }
}

@media (min-width: 992px) {
  header h1 {
    font-size: 4rem;
    font-weight: 300;
  }
}

header h1 strong, h2 strong {
  font-weight: 700;
}

.bg-about {
  background-image: url(../../assets/img/bg-about.webp);
  background-position: left center;
  background-size: cover;
}

@media (max-width: 768px) {
  .bg-about {
    background-position: 72% center;
  }
}

.text-primary {
  color: #0e70e5!important;
}

.text-secondary {
  color: #0d2e74!important;
}

.text-purple {
  color: #4468ec!important;
}

/* --section strategie-- */

.cart1, .cart2, .cart3 {
  min-height: 400px;
  height: 100%;
  padding-top: 1rem;
  background-color: #fff;
  transition: 0.5s;
}

.cart1:hover {
  background-image: url(../../assets/img/bg-cart1.jpg);
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.cart2:hover {
  background-image: url(../../assets/img/bg-cart2.jpg);
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.cart3:hover {
  background-image: url(../../assets/img/bg-cart3.jpg);
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.cart1 i {
  font-size: 3rem;
}

.cart1:hover h3, .cart2:hover h3, .cart3:hover h3, .cart1:hover p, .cart2:hover p, .cart3:hover p {
  color: #ffffff;
}

.produits {
  background-image: url(../../assets/img/bg-city.webp);
  background-position: center bottom;
  background-size: cover;
}

/* --Section Produits-- */

.bg-produits {
  background-image: url(../../assets/img/bg-city.webp);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #e2ebf6;
}

@media (max-width: 768px) {
  .bg-produits {
    background-size: cover;
  }
}

.cart-prod {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
}

/* Footer */

footer {
  background-image: url(../../assets/img/bg-footer.jpg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #080808!important;
  padding-top: 5rem!important;
  padding-bottom: 2rem!important;
}

@media (max-width: 992px) {
  footer {
    background-image: none!important;
    background-color: #080808!important;
  }
}

footer {
  background-image: url(../../assets/img/bg-footer.jpg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #080808!important;
  padding-top: 5rem!important;
  padding-bottom: 2rem!important;
}

footer h4:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-right: 7px;
  background: #0b68f4;
}

/* Modal */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 860px;
  }
}

