@charset "UTF-8";
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
.bs-titre-page {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 580px) {
  .bs-titre-page {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}
.bs-titre-page h1, .bs-titre-page .h1 {
  line-height: 1.1;
}
.bs-titre-page h1.title-mobile, .bs-titre-page .h1.title-mobile {
  display: none;
}
@media (min-width: 581px) and (max-width: 1304px) {
  .bs-titre-page h1, .bs-titre-page .h1 {
    line-height: 1.15;
  }
}
@media (max-width: 580px) {
  .bs-titre-page h1, .bs-titre-page .h1 {
    line-height: 1.1;
  }
  .bs-titre-page h1.title-mobile, .bs-titre-page .h1.title-mobile {
    display: block;
  }
  .bs-titre-page h1.has-mobile-title, .bs-titre-page .h1.has-mobile-title {
    display: none;
  }
}
.bs-titre-page h1 p, .bs-titre-page .h1 p {
  margin-bottom: 0;
}
.bs-titre-page .bs-content, .bs-titre-page .bs-content-mobile {
  width: 80%;
  margin: 0 auto;
}
.bs-titre-page .bs-content-mobile {
  display: none;
}
@media (max-width: 580px) {
  .bs-titre-page .bs-content-has-mobile {
    display: none;
  }
  .bs-titre-page .bs-content-mobile {
    display: block;
  }
}
.bs-titre-page .subtitle {
  margin-top: 10px;
}
@media (max-width: 580px) {
  .bs-titre-page .subtitle.subtitle-has-mobile {
    display: none;
  }
}
.bs-titre-page .subtitle-mobile {
  display: none;
}
@media (max-width: 580px) {
  .bs-titre-page .subtitle-mobile {
    display: block;
  }
  .bs-titre-page .subtitle-mobile p {
    color: #D98563;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .bs-titre-page .subtitle-mobile p:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=titre-page.css.map */
