.display-1 {
  font-family: womprat;
  font-feature-settings: "ss01";
}

.galaxy.majuscules {
  font-family: proxima_nova_rgregular;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--bs-orange);
  text-shadow: 0px 1px 1px black;
  margin-left: 0.3em;
  display: inline-block;
}
body.d-flex {
    position: relative; /* Pour que les pseudo-éléments soient positionnés relativement à body */
    display: flex;
}
body.d-flex::before , body.d-flex::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="460" viewBox="0 0 30 460" preserveAspectRatio="" stroke="%23ff950a" stroke-width="10" stroke-linecap="round" stroke-dasharray="50, 15, 0.000000000000000001, 15, 120, 15, 0.000000000000000001, 15" ><line x1="8" y1="-10" x2="8" y2="470"><animate attributeName="stroke-dashoffset" dur="20s" values="0;-460" fill="freeze" repeatCount="indefinite" /></line><line x1="23" y1="-10" x2="23" y2="470" ><animate attributeName="stroke-dashoffset" dur="20s" values="120;-340" fill="freeze" repeatCount="indefinite" /></line></svg>');
  background-repeat: repeat-y;
  background-position: right top;
  opacity: 0.8;
  filter: blur(clamp(0px, calc(500px - 80vw), 50px));
  pointer-events: none;
}
body.d-flex::before {
  left: 0.10em;
}body.d-flex::after {
  right: 0.10em;
  z-index: -1;
}
h5, h2{
    font-family: "proxima_nova_rgbold";
}

.mt-2.p-2.collection.border.rounded.text-center.galaxy {
  text-transform: uppercase;
  font-style: italic;
}
.mt-2.p-2.collection.border.rounded.text-center.galaxy::after {
  content: "™";
}

.womprat {
  font-family: womprat;
  display: block;
}
.form-check-input:checked {
  background-color: inherit;
  border-color: inherit;
  opacity: 1;
  filter: brightness(0.8);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  background-color: rgba(0,0,0,0.5);
}
.form-check-input{
  background-color: inherit;
  border-color: inherit;
opacity:0.5;
  filter: brightness(0.8);
  border-radius: 0.1em;
  transition:all 0.3s ease;
    
}
.dropdown-menu.show {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: clip;
}
.preview-overlay {
  position: absolute;
  display: none;
  width: 300px;
  height: auto;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.preview-overlay img {
  width: 100%;
  height: auto;
}
.img-thumbnail.img-responsive {
  background: linear-gradient(#fff3, transparent);
  width: 100%;
}
.modal-content svg {
  fill: #eee;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(0.5) grayscale(100) !important;
}

img.pop, img.img-thumbnail {
  cursor: zoom-in;
}

img.line {
  max-height: 250px;
  width: auto !important;
}

.navbar-brand img {
  max-height: 49px;
  padding-right: 1em;
  margin: -0.75em;
}


blockquote {
  margin: 0 0 1rem 1rem;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1rem;
  margin-left: 1rem;
  border-left: 2px solid;
  padding-left: 1rem;
  text-transform: uppercase;
}

.navbar-brand {
    font-family: "womprat";
text-transform:uppercase;
font-feature-settings: "ss10";
}
.navbar-brand > img {margin: 0 0.2rem;}


h2 + .img-fluid {
  width: 80%;
  display: block;
  margin: auto;
}

html.h-100,
body.h-100 {
  min-height: 100vh !important;
  height: unset !important;
}

html.h-100,
body.h-100 {
  min-height: 100vh !important;
  height: unset !important;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--bs-orange) !important;
  border: 1px solid #000;
  border-radius: 0.5em;
}

.card {
  /*border-left: orange solid;*/
}

.carousel-item.galaxy > a {
  color: orange!;
}

.carousel-caption a {
  color: orange !important;
  text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black,
    0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
  opacity: 0.5;
  text-decoration: none;
}

.carousel-caption a:hover {
  color: orange !important;
  text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black,
    0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
  opacity: 1;
  text-decoration: underline;
}
.carousel-caption a.amazon {
  color: initial !important;;
  text-shadow: none;
  opacity: 0.5;
  text-decoration: none;
}
.carousel-caption a.amazon:hover {
  text-shadow: none;
  opacity: 1;
}
.galaxy {
  font-family: "proxima_nova_rgbold";
  letter-spacing: initial;
}

.archive {
  font-family: "Agency Gothic CT";
  letter-spacing: 0.15rem;
}

.tbs {
  font-family: "Gotham Bold" !important;
  letter-spacing: initial;
}

.badge.rounded-pill.text-bg-warning {
  width: 3.21em;
  overflow: hidden;
  transition: all 0.3s ease 0.8s;
}

.badge.rounded-pill.text-bg-warning:hover {
  width: 100%;
  transition: all 0.3s ease;
}

.badge.rounded-pill.text-bg-warning > a:before {
  display: inline-block;
  width: 1.25em;
  background-image: url("../img/interface/cadie.svg");
  content: "";
  background-size: cover;
  height: 1.1em;
  background-repeat: no-repeat;
  transform: translate(-0.4em, 0.18em);
}
/*
input[type="checkbox"].btn-check + .btn:before {
  content: "☐";
  display: block;
}

input[type="checkbox"]:checked.btn-check + .btn:before {
  content: "☑";
  display: block;
}
*/
.carousel {
  overflow: hidden;
  padding-bottom: 4rem;
}
.carousel-caption {
  top: 95%;
}
.carousel-inner {
  overflow: visible;
}
.carousel-control-next,
.carousel-control-prev,
.carousel-indicators {
  bottom: 4rem;
}


.progress-bar{
    min-width:10px !important;
}


/*****************/
/*  Correction Profile */


.btn.btn-outline-primary:nth-child(2) {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/*************** */

.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2362490f' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");

  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23b76b0b' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");

  --bs-accordion-active-color: var(--bs-dark-text-emphasis);
  --bs-accordion-active-bg: var(--bs-dark-bg-subtle);
}

@media only screen and (max-width: 992px) {
  main>div.row>aside {
  order: 1;
}
main>div.row>section {
  order: 2;
}
}
