.content-bottom {
  border-radius: 0 0 30px 30px;
}

.content-top {
  border-radius: 30px 30px 0 0;
}

.thumb-slider-wrapper {
  width: 100%;
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #b4dff5;
  position: relative;
}
.thumb-slider-wrapper .splide {
  z-index: 1;
}
.thumb-slider-wrapper .splide__track {
  padding-top: 30px;
  padding-bottom: 30px;
}
.thumb-slider-wrapper .splide__slide {
  width: 150px;
  min-height: 130px;
  background: #a4a5a4;
  border-radius: 15px;
  padding: 35px 15px;
  transition: 0.3s;
  box-shadow: 2px 2px 2px #333;
  height: auto;
}
.thumb-slider-wrapper .splide__slide:hover {
  background: #666666;
}
.thumb-slider-wrapper .splide__slide:hover h2,
.thumb-slider-wrapper .splide__slide:hover p {
  color: white !important;
}
.thumb-slider-wrapper .splide__slide.is-clicked {
  background: #b4dff5;
}
.thumb-slider-wrapper .splide__slide.is-clicked.is-loggedin {
  background: #002f5e;
}
.thumb-slider-wrapper .splide__slide.is-clicked h2,
.thumb-slider-wrapper .splide__slide.is-clicked p {
  color: black !important;
}
.thumb-slider-wrapper .splide__slide.is-clicked.is-loggedin h2,
.thumb-slider-wrapper .splide__slide.is-clicked.is-loggedin p {
  color: white !important;
}
.thumb-slider-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  color: #fff;
  &.active {
    display: flex;
  }
}

.thumb-slide-box {
  position: relative;
}
.thumb-slide-box-imges-wrapper {
  position: absolute;
  top: -50px;
  width: 100%;
}
.thumb-slider-wrapper .splide__slide .thumb-slide-img-wrapper {
  border: 3px solid #a4a5a4;
}
.thumb-slider-wrapper .splide__slide:hover .thumb-slide-img-wrapper {
  border: 3px solid #666666;
}
.thumb-slider-wrapper .splide__slide.is-visible.is-active.is-clicked .thumb-slide-img-wrapper {
  border: 3px solid #b4dff5;
}

.thumb-slide-icon-pin {
  /* transform: rotate(-45deg); */
}

.thumb-slider-prev-btn:focus {
  box-shadow: none !important;
}
.thumb-slider-next-btn:focus {
  box-shadow: none !important;
}
.thumb-slider-prev-btn:hover,
.thumb-slider-next-btn:hover {
  background: #f5f6f5;
}
.content-slider-wrapper {
  width: 100%;
}

.splide__pagination {
  display: none;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: unset;
}

.thumb-slider-wrapper .splide__track {
  margin-right: 5em;
  margin-left: 5em;
}

.bg-loggedInUser-active {
  background: #002f5e;
}
.border-loggedInUser-active {
  border-color: #002f5e;
}
.color-loggedInUser-active {
  color: #002f5e;
}

.btn-outline-primary.loggedin-active:hover {
  color: #fff;
  background-color: #002f5e;
  border-color: #002f5e;
}
.btn-outline-primary.loggedin-active {
  color: #002f5e;
  border-color: #002f5e;
}

.gap-3 {
  gap: 3rem;
}

.taux-input {
  max-width: 50px;
}

.btn-primary.loggedin-active {
  color: white;
  border-color: #002f5e;
  background-color: #002f5e;
}

.criteria-progress-max-width {
  width: 250px;
}

.line-height-12 {
  line-height: 1.2;
}

#sidebarMenu .progress {
  width: 40px;
  height: 40px;
  background: none;
  position: relative;
}

#sidebarMenu .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

#sidebarMenu .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#sidebarMenu .progress .progress-left {
  left: 0;
}

#sidebarMenu .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#sidebarMenu .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#sidebarMenu .progress .progress-right {
  right: 0;
}

#sidebarMenu .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

#sidebarMenu .progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.tippy-box[data-theme~="lighterGrey"] {
  background-color: #f0f0f0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: black;
}

.tippy-box[data-theme~="lighterGrey"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #f0f0f0;
}
.tippy-box[data-theme~="lighterGrey"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: #f0f0f0;
}
.tippy-box[data-theme~="lighterGrey"][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: #f0f0f0;
}
.tippy-box[data-theme~="lighterGrey"][data-placement^="right"] > .tippy-arrow::before {
  border-right-color: #f0f0f0;
}

.content-bottom-btn-icon {
  width: 28px;
  margin-right: 4px;
}

.content-bottom-btn {
  background: none;
  border: 0;
  text-decoration: underline;
  color: #ec3833;
  display: flex;
  align-items: center;
}

.for-child-ul ul {
  padding-right: 1rem;
  padding-left: 1rem;
}

.square-list {
  list-style: square inside
    url("../assets/square_FILL0_wght400_GRAD0_opsz8.svg");
  list-style-position: inherit !important;
}

.good-practices-list {
  list-style-type: none;
}
.good-practices-list li {
  position: relative;
  padding-left: .5em;
}
.good-practices-list li.li-checked:before {
  top: 0;
  left: -1.5em;
  background-image: url('../assets/icons/check-bootstrap.svg');
  width: 1.5em;
  height: 1.5em;
}
.good-practices-list li:before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../assets/square_FILL0_wght400_GRAD0_opsz8.svg');
  width: 1em;
  height: 1em;
  top: .25em;
  left: -1.25em;
}

.for-child-ul-container ul {
  padding-left: 1.1rem;
}

.nav-item.active .nav-pin-item.is-tabbed.nav-pin-img {
  color: #ec3833;
}
.nav-item.active .nav-pin-item.is-tabbed.nav-pin-mark {
  background: #ec3833;
}

.nav-item.active .nav-pin-item.is-tabbed.nav-pin-img.mesurer {
  color: #002f5e;
}
.nav-item.active .nav-pin-item.is-tabbed.nav-pin-mark.mesurer {
  background: #002f5e;
}
