/*===== SETTINGS =====*/
/*===== CUSTOM =====*/
.front.notlogged #flashAlert, .front.logged #flashAlert {
  top: 100px;
  min-width: 350px;
  max-width: 500px;
}
.front.logged #flashAlert {
  top: 160px;
}
.front.auth .main {
  height: calc(100% - 155px);
}
.front footer .nav .nav-item:first-of-type:before {
  display: none;
}
@media (min-width: 576px) {
  .front footer .nav .nav-item:before {
    content: "|";
  }
}
@media (min-width: 1200px) {
  .front footer .nav .nav-item:first-of-type:before {
    display: block;
  }
}
.front .encart .encart-image {
  width: 150px;
}
.front .encart-image.encart-selection {
  height: 150px;
  max-width: 150px;
}
.front .status {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}
.front .status.status-download-pending {
  background-color: #fa982b;
}
.front .status.status-download-refused {
  background-color: #f86312;
}
.front .status.status-download-validated {
  background-color: #fbd150;
}
.front .card-selection {
  --bs-card-bg: rgba(var(--bs-white-rgb), 0.7);
}
.front .card-selection .content {
  background-color: rgba(var(--bs-white-rgb), 0.9);
}
@media (max-width: 992px) {
  .front .card-selection .content {
    width: 100%;
  }
}
.front .card-selection .content.secondary {
  background-color: rgba(var(--bs-white-rgb), 0.55);
}
.front #rowItems .card {
  height: 100%;
}
.front #content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  transition: 0.3s all ease;
  padding: 0;
}
.front .headroom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 3;
}
@media (min-width: 993px) {
  .front .headroom {
    left: 250px;
  }
}
.front .main {
  flex-grow: 1;
}
.front .card-item:hover, .front .card-item:focus {
  cursor: pointer;
}
@media (max-width: 768px) {
  .front .logo {
    width: 220px;
    height: auto;
  }
}
.front .js-select-genre:hover {
  background-color: var(--bs-primary);
  transition: 0.2s all ease;
}
.front .js-search .active {
  background-color: var(--bs-white);
  border-radius: 50%;
  color: var(--bs-primary);
}
.front #sliderAccueil > .swiper-wrapper {
  position: relative;
  height: 100%;
}
.front #sliderAccueil > .swiper-wrapper img {
  width: 100%;
}
@media (min-width: 1200px) {
  .front #sliderAccueil {
    max-height: 465px;
  }
}
@media (min-width: 1200px) {
  .front .card-register:after {
    position: absolute;
    display: block;
    top: 20%;
    left: -12px;
    right: 290px;
    width: 0;
    border: 8px solid transparent;
    border-left: 0;
    border-right: 13px solid var(--bs-warning);
  }
}
.front .searchbar {
  position: sticky;
  top: 0;
  background-color: #f5f5f5;
  transition: 0.4s all ease;
  z-index: 2;
}
.front .searchbar.is-search {
  background-color: #fff;
}
.front .select2-container .select2-dropdown {
  top: 0.175rem;
  min-width: 10rem;
  background-color: #002e60;
  border: var(--bs-border-width) solid var(--bs-border-color-translucent);
  border-radius: var(--bs-border-radius);
  padding: 0.5rem 0;
}
.front .select2-container .select2-dropdown::after {
  position: absolute;
  top: -12px;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 17.3px 10px;
  border-color: transparent transparent #002e60 transparent;
  content: "";
}
.front .select2-container .select2-dropdown .select2-results__options .select2-results__option {
  background: transparent;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.front .select2-container .select2-dropdown .select2-results__options .select2-results__option:hover {
  background: rgb(0, 70.4375, 147);
  color: #fff;
}
.front .select2-container .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
  background: transparent;
  color: #ffd753;
}
.front .search-order select .select2-selection,
.front .search-order .select2-container .select2-selection {
  background: #ffd753;
  border: 2px solid transparent;
}
.front .search-order select .select2-selection:hover,
.front .search-order .select2-container .select2-selection:hover {
  background: var(--bs-body-color);
  border-color: var(--bs-body-color);
}
.front .search-order select .select2-selection:hover .select2-selection__rendered,
.front .search-order select .select2-selection:hover .select2-selection__arrow,
.front .search-order .select2-container .select2-selection:hover .select2-selection__rendered,
.front .search-order .select2-container .select2-selection:hover .select2-selection__arrow {
  color: #ffd753;
}
.front .search-order select .select2-selection .select2-selection__rendered,
.front .search-order .select2-container .select2-selection .select2-selection__rendered {
  color: var(--bs-body-color);
  padding-right: 2.5rem;
}
.front .search-order select .select2-selection .select2-selection__arrow,
.front .search-order .select2-container .select2-selection .select2-selection__arrow {
  width: 24px;
  color: var(--bs-body-color);
  right: 0.75rem;
}
.front .search-order select .select2-selection .select2-selection__arrow::after,
.front .search-order .select2-container .select2-selection .select2-selection__arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "bootstrap-icons";
  font-size: 24px;
  content: "\f282";
  transform: translate(-50%, -50%);
}
.front .search-order select .select2-selection .select2-selection__arrow b,
.front .search-order .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
@media (min-width: 768px) {
  .front #searchResults[data-mode=list] .encart-image {
    width: 300px;
  }
  .front .searchResultsWrapper[data-mode=list] .card {
    flex-direction: row;
    align-items: center;
  }
  .front .searchResultsWrapper[data-mode=list] .card .card-footer {
    flex-direction: column !important;
  }
}
@media (min-width: 992px) {
  .front .toggle-style-view {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    border: none;
    background-color: transparent;
    transition: 0.2s all ease;
  }
  .front .toggle-style-view.active {
    opacity: 1;
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
  }
}
.front .langs {
  position: absolute;
  top: calc(var(--bs-gutter-x) * 0.5);
  right: calc(var(--bs-gutter-x) * 0.5);
}
.front .langs.with-sep {
  display: block;
  color: #fff;
}
.front .langs.with-sep .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
.front .langs.with-sep .list-inline-item:not(:last-child):after {
  margin-left: 0.25rem;
  transform: rotate(10deg);
}
.front .langs a {
  color: #fff;
}
.front .langs a:hover, .front .langs a:focus, .front .langs a.active {
  color: var(--bs-secondary);
  text-decoration: none;
}
.front .sidebar {
  left: -250px;
  transition: 0.3s all ease;
  overflow-y: auto;
  z-index: 4;
}
.front .sidebar > form {
  height: 100%;
}
@media (max-width: 991px) {
  .front .sidebar > form {
    height: auto;
  }
}
.front .sidebar .ic-search {
  top: 50%;
  right: 10px;
  pointer-events: none;
  font-size: 16px;
  transform: translateY(-50%);
}
.front .sidebar .encart-selection {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-accordion-bg, #153d6e);
}
.front .sidebar .selection-item {
  color: var(--bs-white);
  opacity: 0.5;
  transition: 0.2s all ease;
}
.front .sidebar .selection-item:hover, .front .sidebar .selection-item:focus {
  opacity: 1;
}
.front .sidebar #words + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: none;
}
.front .sidebar #words + .select2-container--default .select2-selection--multiple {
  border-radius: 25px;
}
.front .sidebar #words + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 15px;
}
.front .sidebar #words + .select2-container--default.select2-container--open .select2-selection--multiple {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.front .sidebar .tags {
  max-height: 300px;
}
.front .sidebar .tags .tag {
  border-color: var(--bs-body-bg);
  color: var(--bs-white);
  font-size: 0.7rem;
}
.front .sidebar .tags .tag:hover, .front .sidebar .tags .tag:focus, .front .sidebar .tags .tag.active {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.front .sidebar.active {
  left: 0;
  pointer-events: auto;
  opacity: 1;
}
@media (min-width: 993px) {
  .front .sidebar {
    left: 0;
  }
  .front .sidebar + #content {
    padding-left: 250px;
  }
}
.front .menu-principal {
  text-align: left;
  margin: 0 1rem;
}
.front .menu-principal .title {
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 992px) {
  .front .menu-principal {
    text-align: center;
    margin: 0;
  }
  .front .menu-principal ul li:not(:first-of-type) {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .front .menu-principal ul li:not(:first-of-type) {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .front .maxW-1300-lg {
    max-width: 1300px;
    margin: 0 auto;
  }
}
.front .menu-right {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 992px) {
  .front .menu-right {
    position: static;
  }
}
.front #accordionTags .accordion-body {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.front .tags .tag {
  color: var(--bs-primary);
}
.front .tags .tag:hover, .front .tags .tag:focus, .front .tags .tag.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
.front.auth .headroom {
  left: 0;
}
