* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

/* Généric Class */

.fs-7 {
  font-size: 0.5rem;
}

.opacity-50 {
  opacity: .50!important;
}

.top-25 {
  top: 25%!important;
}

.start-75 {
  left: 75%!important;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}

.start-25 {
  left: 25%!important;
}

.text-justify {
  text-align: justify;
}

.titlepage {
  font-family: 'Forum';
}

.subtitlepage {
  font-family: 'Playfair Display';
}

.text-fg {
  color: #935A2F;
}

.text-light-fg {
  color: #E1B896;
}

.bg-snow {
  background-color: #FFFAFA;
}

.bg-fg {
  background-color: #FFF6EF;
}

.border-fg {
  border-color: #935A2F;
}

.bg-dark-fg {
  background-color: #935A2F;
}

.btn-fg {
  background-color: #935A2F;
  color: white;
}

.btn-fg:hover, .btn-fg:active {
  background-color: #5c381e!important;
  color: white!important;
}

/* index.html : First Section */

.diagonal-section {
  height: 100vh;
  background-image: url('/assets/img/fond-floral.webp');
  background-position: center;
  background-size: cover;
}

.image-side {
  background-image: url('/assets/img/cabinet/cabinet.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* contact #FAQ */

.accordion-button[aria-expanded="true"] {
  background-color: #FFF6EF!important;
}

