body {
  font-family: "Montserrat", sans-serif;
}

.navbar {
  border-bottom: solid 1px #B62227;
}
.navbar .nav-link {
  color: #434A4D !important;
  font-weight: 500;
}
.navbar .nav-link:hover {
  color: #892225 !important;
}
.navbar .active .nav-link {
  color: #B62227 !important;
}

.second-background {
  background-color: #f3f3f3;
}

.section-title {
  font-size: 35px;
  color: black;
  text-align: center;
}
@media (max-width: 600px) {
  .section-title {
    font-size: 25px !important;
  }
}

.page-title {
  font-size: 45px;
  color: #B62227;
  text-align: center;
}
@media (max-width: 600px) {
  .page-title {
    font-size: 30px !important;
  }
}

.section-desc {
  font-size: 20px;
  font-weight: 500;
  color: black;
  text-align: justify;
}
@media (max-width: 600px) {
  .section-desc {
    font-size: 16px !important;
  }
}
.section-desc span {
  color: #B62227;
}

.header {
  background-image: linear-gradient(to left, #D9D9D9, #F8F8F8);
}
.header .header-content {
  margin-top: 100px !important;
}
@media (max-width: 600px) {
  .header .header-content {
    margin-top: 50px !important;
  }
}
@media (max-width: 600px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header .societe-name {
  color: #B62227;
  font-size: 30px;
}
.header .description-title {
  font-size: 40px;
  color: black;
}
@media (max-width: 600px) {
  .header .societe-name {
    font-size: 18px;
  }
  .header .description-title {
    font-size: 25px;
  }
}
.header .cta-button {
  background-color: #B62227;
  color: white;
  border: none;
  font-weight: 600;
}
.header .cta-button:hover {
  background-color: #892225;
}
@media (max-width: 600px) {
  .header .cta-button {
    margin-top: 10px !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
  }
}
.header .my-btn-rounded {
  border-radius: 30px;
}
.header .main-links {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .header .main-links {
    margin-top: 50px;
  }
}
.header .main-link {
  color: black;
  font-size: 20px;
  text-decoration: none;
}
@media (max-width: 600px) {
  .header .main-link {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer .footer-content {
  background-color: #f3f3f3;
}
.footer .footer-desc p {
  color: black;
  font-weight: 500;
  font-size: 16px;
}
.footer .footer-desc p span {
  color: #B62227;
}
.footer .links .links-title {
  font-size: 22px;
}
.footer .links ul {
  padding: 0;
  list-style: none;
}
.footer .links ul a {
  font-size: 16px;
  text-decoration: none;
  color: #434A4D;
}
.footer .links ul li {
  margin-bottom: 10px;
}
.footer form .footer-input {
  padding: 8px 10px;
  width: 60% !important;
  font-size: 14px !important;
  border: solid 1px #434A4D;
  border-radius: 3px;
}
.footer form .footer-submit {
  padding: 8px 10px;
  background-color: #434A4D;
  border: #434A4D 1px solid;
  border-radius: 2px;
  color: white;
  font-size: 14px !important;
  transition: 0.2s;
}
.footer form .footer-submit:hover {
  background-color: #2e3031;
}
.footer .footer-bottom {
  background-color: #434A4D;
  color: white;
}
.footer .footer-bottom p {
  margin: 0;
}
.footer .footer-bottom ul {
  margin: 0;
}
.footer .footer-bottom .link-white {
  color: white;
}/*# sourceMappingURL=static.css.map */