h2, .h2 {
  font-family: "Alta";
}


/* serif ? */
@font-face {
  font-family: 'Alta';
  src: url('/fonts/Alta_regular.woff2') format('woff2'),
       url('/fonts/Alta_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: "Alta";
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}


/* blocs de contacts */
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #EFC8C8; /* rose poudré */
}
.contact-section .card hr {
  opacity: 1;
  border-color: #EFC8C8; /* rose poudré */
  border-width: 0.25rem;
  width: 3rem;
}

body {
  color: #FFFDF5;
}

.about-section {
  padding-top: 10rem;
  background:
linear-gradient(to bottom, #e2c39f 0%, rgba(226, 195, 159, 1) 90%, rgba(226, 195, 159, 0.8) 100% );
    background-color: rgba(226, 195, 159, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(rgba(226, 195, 159) 0%, rgba(226, 195, 159, 0.9) 75%, rgba(226, 195, 159, 1) 100%);
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

/* fond beige */
.bg-beige {
  background-color: #e2c39f;
}

/* fond blanc creme */
.bg-blanccreme {
background-color: #FFFDF5;
}

/* Linkedin et autres réseaux */
.contact-section .social {
  margin-top: 5rem;
}
.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(0, 0, 0, 0.5); /* fond noir transparent 50% */
  border-radius: 100%;
  line-height: 3rem;
  color:rgba(255, 253, 245, 1); /* blanc crème */
}
.contact-section .social a:hover {
  color: rgba(239, 200, 200, 1); /* rose poudré */
}
.contact-section .social a:active {
color: #FFFDF5; /* blanc crème lorsque cliqué */
}

/* boutons réservations */
.btn-primary {
--bs-btn-color: #212529; /* couleur police du bouton : noir */
--bs-btn-bg: #EFC8C8; /* couleur du bouton : rose poudrée */
--bs-btn-hover-bg: #da9e9e; /* couleur du bouton lorsque l'on passe la souris dessus : rose plus foncé*/
/* rgb(218, 158, 158) */
--bs-btn-border-color: #e2c39f;
--bs-btn-hover-border-color: #e2c39f;
--bs-btn-active-bg: #e2c39f;
--bs-btn-active-border-color: #e2c39f;
}

/* texte gris */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(239, 200, 200, 1) !important;
}


.masthead h1, .masthead .h1 {
  font-family: "Alta";
  font-size: 5rem;
  line-height: 6rem;
  letter-spacing: 1rem;
  background:
linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    background-clip: border-box;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
}

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%;
}

a {
  color: rgba(239, 200, 200, 1);
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding:
15rem 0;
  background:
linear-gradient( to bottom, rgba(226, 195, 159, 0.3) 50%, rgba(226, 195, 159, 1) 100%), url("../assets/img/bg-arches.webp");
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-position:
center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

/*petite navbar*/
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #212529;
  border: 1px solid #212529;
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink .nav-link.active {
    color: #EFC8C8;
    outline:
none;
    border-bottom:
0.25rem solid #EFC8C8;
    border-bottom-width: 0.25rem;
    border-bottom-style: solid;
    border-bottom-color: rgba(239, 200, 200);
  }
}


/* Style de base avant scroll */
.navbar .nav-link {
  color: #FFFDF5;
  transition: color 0.3s ease;
}

/* Couleur des liens quand la navbar est "shrink" (au scroll) */
.navbar.navbar-shrink .nav-link {
  color: #212529; /* noir */
}
.navbar .navbar-brand {
  color: #FFFDF5;
  transition: color 0.3s ease;
}
#mainNav .navbar-brand {
  font-weight: 400;
  padding: 0.5rem 0;
}

.navbar.navbar-shrink .navbar-brand {
  color: #212529;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #FFFDF5;
  }
}

.card {
--bs-card-bg: #FFFDF5;
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink {
    background-color: #FFFDF5;
  }
}