body {
  font-family: 'Montserrat', sans-serif;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px; }
  @media (min-width: 768px) {
    body {
      padding-bottom: 110px; } }

.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 80px; }

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    .navbar-dark .navbar-text:last-child {
      border-right: 0; }
  @media (max-width: 767px) {
    .navbar-dark {
      padding-bottom: 0; } }

.page-title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 6px; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 35px;
      margin-bottom: 14px; } }

.page-description {
  max-width: 465px;
  font-size: 18px;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .page-description {
      font-size: 14px; } }

p {
  font-size: 14px;
  margin-bottom: 21px;
  margin-top: 24px; }

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #DA0B5B;
  margin-right: 16px;
  transition: all 0.3s ease-in-out; }
  .footer-social-links .social-link:last-child {
    margin-right: 0; }
  .footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #DA0B5B;
    color: #ffffff; }


.discover-button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: -0.2px;
    border-style: solid;
    border-width: 2px;
    border-color: #DA0B5B;
    padding: 20px 40px;
    color: #fff; /* Couleur du texte */
    background-color: transparent; /* Fond transparent */
    text-decoration: none; /* Supprime le soulignement du lien */
    display: inline-block; /* Permet d'appliquer le padding */
    margin: 20px 0; /* Marge pour l'espacement */
    transition: background-color 0.3s, color 0.3s; /* Animation au survol */
}

.discover-button:hover {
    background-color: #DA0B5B; /* Fond rose au survol */
    color: #fff; /* Texte blanc au survol */
    text-decoration: none; /* Supprime le soulignement du texte au survol */
}



 
/*# sourceMappingURL=bd-coming-soon.css.map */
