@font-face {
  font-family: "JetBrainsMono";
  src: url("../font/JetBrainsMono-Regular.woff2") format("woff2");
}
h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
  scroll-margin-top: 5rem;
}

header .main-logo {
  height: 1.2em;
  vertical-align: text-top;
}

footer {
  color: rgba(255, 255, 255, 0.5) !important;
}

body, .montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#logo-subtitle-text {
  font-family: "JetBrainsMono", monospace;
}

b.highlight {
  color: #38597b;
}

html[data-bs-theme=light] .d-light-inline {
  display: inline !important;
}

html[data-bs-theme=dark] b.highlight {
  color: #67aadb;
}
html[data-bs-theme=dark] .d-dark-inline {
  display: inline !important;
}
html[data-bs-theme=dark] footer {
  background-color: rgb(20, 25, 32) !important;
}

#page-index #mainlogo {
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 256px;
  background-image: url("../img/deco/title-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-attachment: fixed;
}
#page-index #mainlogo #title {
  color: white;
  text-align: center;
  padding: 2em;
  width: 100%;
}
#page-index #mainlogo #title .title-element {
  width: 64%;
}
@media (min-width: 768px) {
  #page-index #mainlogo #title .title-element {
    width: 56%;
  }
}
@media (min-width: 992px) {
  #page-index #mainlogo #title .title-element {
    width: 42%;
    max-width: 780px;
  }
}
@media (min-width: 576px) {
  #page-index #mainlogo {
    height: 320px;
  }
}
@media (min-width: 768px) {
  #page-index #mainlogo {
    height: 420px;
  }
}
@media (min-width: 992px) {
  #page-index #mainlogo {
    height: 512px;
  }
}
#page-index .separation-image {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#page-index .image-dispo {
  background-image: url("../img/deco/cafe.jpg");
}
#page-index .image-customize {
  background-image: url("../img/deco/couleurs.jpg");
}
#page-index .image-catalog {
  background-image: url("../img/deco/catalog.jpg");
}
#page-index .image-realisation {
  background-image: url("../img/deco/code.jpg");
}
#page-index .image-support {
  background-image: url("../img/deco/mains.jpg");
}

#page-techno #mainlogo {
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 0;
  left: 0;
  height: 128px;
  background-image: url("../img/deco/technologie.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}
#page-techno #mainlogo #title {
  font-size: 8em;
  color: white;
  text-align: center;
  padding: 2em;
  width: 100%;
}

.inline-photo {
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: transform 1s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out;
  max-width: 600px;
  will-change: transform, opacity;
}
.inline-photo.from-left {
  transform: translateX(-100%);
}
.inline-photo.from-right {
  transform: translateX(100%);
}
.inline-photo.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.bd-toc {
  position: sticky;
  top: 5rem;
  right: 0;
  height: calc(100vh - 7rem);
  overflow-y: auto;
}
.bd-toc ul {
  list-style: none;
}
.bd-toc ul a {
  display: block;
  text-decoration: none;
  padding: 0.125rem 0 0.125rem 0.75rem;
  border-left: solid 2px transparent;
}
.bd-toc ul a.active {
  color: deeppink;
  border-left: solid 2px deeppink;
}

html[data-bs-theme=dark] .bd-toc ul a.active {
  color: #fe69ff;
  border-left: solid 2px #fe69ff;
}

/*# sourceMappingURL=style.css.map */
