@charset "UTF-8";
@font-face {
  font-family: "myriad-pro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/MyriadPro-Regular-1k461hm.woff2") format("woff2"), url("../fonts/MyriadPro-Regular-1MhUnQb.woff") format("woff");
}
@font-face {
  font-family: "myriad-pro-semi-bold";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/MyriadPro-Semibold-h3O5B8B.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold-rj5fimI.woff") format("woff");
}
@font-face {
  font-family: "myriad-pro-bold";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MyriadPro-Bold-ZOaoZl3.woff2") format("woff2"), url("../fonts/MyriadPro-Bold-Ah0X9CE.woff") format("woff");
}
@font-face {
  font-family: "myriad-pro-light";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/MyriadPro-Light-paC46LF.woff2") format("woff2"), url("../fonts/MyriadPro-Light-Y6aZi9E.woff") format("woff");
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
:root {
  --purple-100: #f2e6f7;
  --purple-200: #e7d5f2;
  --purple-300: #d7c0ec;
  --purple-400: #c8a9e5;
  --purple-500: #b88fe0;
  --purple-700: #7d39c6;
  --ink: #201a2d;
}

body {
  background-color: #f5eee0;
  margin-top: 209px !important;
}
@media screen and (max-width: 1024px) {
  body {
    margin-top: 73px !important;
  }
}
body.modal-open {
  padding-right: 0 !important;
}

.container {
  position: relative;
}

a,
a:hover {
  text-decoration: none;
}

.bg-blanc {
  border-color: #ffffff;
}

.bg-beige {
  background-color: #E3D1AD !important;
  color: #000000;
}

.bg-marron {
  background-color: #856A43 !important;
  color: #ffffff;
}

.bg-purple {
  background-color: #8e44ad !important;
  color: white;
}

.bg-purple-light {
  background: #EAD8EF !important;
  color: #000000;
}

.background-beige {
  background-color: #F5EEE0;
  min-height: calc(100vh - 470px);
  display: flex;
  flex-direction: column;
}
.background-beige .search button:hover {
  background: #856a43;
}
@media (min-width: 768px) {
  .background-beige nav.navbar {
    border-bottom: 2px solid #F5EEE0;
  }
}

.background-purple {
  background-color: #EFE6F7;
  min-height: calc(100vh - 470px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .background-purple nav.navbar {
    border-bottom: 2px solid #EFE6F7;
  }
}

.nothing-show {
  width: 100%;
  text-align: center;
  font-family: "myriad-pro", sans-serif;
  color: #000000;
}

.text-purple {
  color: #8e44ad;
}

/*.admin-space {
  display: flex;
  height: 40px;
  max-width: 320px;
  padding: 0 8px 0 20px;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  border: 1.5px solid #FFD104;
  background: #FFD104;
  z-index: 1;
  width: fit-content;
  margin-right: 18px;
  span {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: myriad-pro-semi-bold, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
  }
  i {
    display: flex;
    width: 24px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #FFF;
  }
  &:hover {
    text-decoration: none;
  }
}*/
.reading-status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reading-status span {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.reading-status .ws-progress-bar {
  display: flex;
  width: 56px;
  height: 8px;
  align-items: center;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.reading-status .ws-progress-bar .ws-progress-bar-percentage {
  height: 8px;
  background-color: #943caf;
}

.btn-disconnect {
  display: flex;
  flex-direction: row;
  min-height: 28px;
  padding: 8px 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  text-decoration: none;
  position: relative;
  color: #000;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 4px;
}
.btn-disconnect:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

hr {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.no-border {
  border: none;
}

.title-icon {
  position: relative;
}
.title-icon .badge-x {
  position: absolute;
  bottom: 0;
  top: auto;
  right: -5px;
  left: auto;
  border-radius: 100%;
  height: 15px;
  width: 15px;
}

.badge {
  display: flex;
  gap: 6px;
  padding: 4px 6px;
  align-items: center;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  border-radius: 4px;
}
.badge > span {
  line-height: 12px;
}

.ref-badge {
  display: flex;
  height: 24px;
  padding: 0 8px;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  border: 1px solid #A969B9;
  overflow: hidden;
  color: #943CAF;
  text-align: center;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.ref-badge + span {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.activation-date {
  color: #000;
  text-align: right;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  white-space: nowrap;
}

.usual-title {
  margin-bottom: 20px;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0;
}

.descriptif {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news-subarticles {
  display: flex;
  align-self: stretch;
}
.news-subarticles .list-group .list-group-item {
  gap: 12px;
  flex-direction: row;
}
.news-subarticles .list-group .list-group-item a {
  flex-direction: row;
  gap: 12px;
}
.news-subarticles .list-group .list-group-item a img {
  border-radius: 4px;
}
.news-subarticles .list-group .list-group-item a > div {
  flex-direction: column;
  align-items: flex-start;
}
.news-subarticles .list-group .list-group-item a > div > div {
  justify-content: space-between;
  align-self: stretch;
}
.news-subarticles .list-group .list-group-item img {
  max-width: 100px;
  max-height: 100px;
}

.news-main-article {
  padding: 12px;
}
.news-main-article > div:first-child {
  position: relative;
}
.news-main-article > div:first-child img {
  border-radius: 4px;
}
.news-main-article > div:first-child span {
  position: absolute;
  right: 14px;
  top: 14px;
}
.news-main-article .content {
  display: flex;
  padding: 16px 0 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
}
.news-main-article .date {
  overflow: hidden;
  color: #000;
  text-align: right;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.news-main-article .title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  line-height: 125%;
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
}
.news-main-article .accroche {
  color: rgba(0, 0, 0, 0.8);
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  margin-top: 8px;
}
.news-main-article img {
  width: 100%;
}
.news-main-article:hover {
  background-color: #F5EEE0;
}

.news-main-image {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.unstylized-link {
  text-decoration: none; /* Removes underline */
  color: inherit; /* Inherits text color from parent */
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.nav {
  gap: 20px; /* Adjust spacing between items */
}

/*@media (max-width: 1200px) {
  nav.navbar{
    .nav {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      .nav-item {
        flex: 0 0 auto;
      }
    }
  }
}*/
nav.navbar {
  padding: 24px 0;
  margin: 0;
}
@media (min-width: 768px) {
  nav.navbar {
    position: sticky;
    top: 74px;
    z-index: 10;
    transition: padding 0.3s ease;
  }
  nav.navbar.sticky {
    padding: 12px 0;
  }
}
nav.navbar:has(+ .background-purple) {
  border-bottom: 3px solid #EFE6F7;
}
nav.navbar:has(+ .background-beige) {
  border-bottom: 3px solid #F5EEE0;
}
nav.navbar .nav {
  flex-direction: row;
  gap: 20px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  nav.navbar .nav {
    gap: 52px;
  }
}

.navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  background-color: #fff;
  padding: 0;
  margin: 24px 0;
}
.navbar input:focus,
.navbar input:active {
  outline: none;
  box-shadow: none;
}
.navbar .nav {
  display: flex;
  flex-direction: row;
  gap: 0;
  max-width: 1170px;
  /*padding: 24px 0 12px 16px;*/
  align-items: flex-start;
  list-style: none;
  margin: 0;
}
@media (max-width: 1024px) {
  .navbar .nav {
    flex-direction: column;
    overflow-x: auto;
    overflow-y: hidden;
    position: static;
    padding: 24px 0;
    width: 100%;
    max-width: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .navbar .nav::-webkit-scrollbar {
    width: 0;
  }
  .navbar .nav::-webkit-scrollbar-track {
    background: #fff;
  }
  .navbar .nav::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .navbar .nav::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
}
.navbar .nav .dropdown-menu {
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar .nav .dropdown-menu .col-xs-1, .navbar .nav .dropdown-menu .col-sm-1, .navbar .nav .dropdown-menu .col-md-1, .navbar .nav .dropdown-menu .col-lg-1, .navbar .nav .dropdown-menu .col-xs-2, .navbar .nav .dropdown-menu .col-sm-2, .navbar .nav .dropdown-menu .col-md-2, .navbar .nav .dropdown-menu .col-lg-2, .navbar .nav .dropdown-menu .col-xs-3, .navbar .nav .dropdown-menu .col-sm-3, .navbar .nav .dropdown-menu .col-md-3, .navbar .nav .dropdown-menu .col-lg-3, .navbar .nav .dropdown-menu .col-xs-4, .navbar .nav .dropdown-menu .col-sm-4, .navbar .nav .dropdown-menu .col-md-4, .navbar .nav .dropdown-menu .col-lg-4, .navbar .nav .dropdown-menu .col-xs-5, .navbar .nav .dropdown-menu .col-sm-5, .navbar .nav .dropdown-menu .col-md-5, .navbar .nav .dropdown-menu .col-lg-5, .navbar .nav .dropdown-menu .col-xs-6, .navbar .nav .dropdown-menu .col-sm-6, .navbar .nav .dropdown-menu .col-md-6, .navbar .nav .dropdown-menu .col-lg-6, .navbar .nav .dropdown-menu .col-xs-7, .navbar .nav .dropdown-menu .col-sm-7, .navbar .nav .dropdown-menu .col-md-7, .navbar .nav .dropdown-menu .col-lg-7, .navbar .nav .dropdown-menu .col-xs-8, .navbar .nav .dropdown-menu .col-sm-8, .navbar .nav .dropdown-menu .col-md-8, .navbar .nav .dropdown-menu .col-lg-8, .navbar .nav .dropdown-menu .col-xs-9, .navbar .nav .dropdown-menu .col-sm-9, .navbar .nav .dropdown-menu .col-md-9, .navbar .nav .dropdown-menu .col-lg-9, .navbar .nav .dropdown-menu .col-xs-10, .navbar .nav .dropdown-menu .col-sm-10, .navbar .nav .dropdown-menu .col-md-10, .navbar .nav .dropdown-menu .col-lg-10, .navbar .nav .dropdown-menu .col-xs-11, .navbar .nav .dropdown-menu .col-sm-11, .navbar .nav .dropdown-menu .col-md-11, .navbar .nav .dropdown-menu .col-lg-11, .navbar .nav .dropdown-menu .col-xs-12, .navbar .nav .dropdown-menu .col-sm-12, .navbar .nav .dropdown-menu .col-md-12, .navbar .nav .dropdown-menu .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.navbar .nav .fond-bloc-carto {
  background: url("../images/fond-cartographie-interactive-2lkVpai.jpg") no-repeat center center;
  background-size: cover;
}
.navbar .nav .fond-bloc-carto .contenu-bloc-carto {
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(77, 115, 153, 0.5), rgba(77, 115, 153, 0.5));
}
.navbar .nav .fond-bloc-carto .contenu-bloc-carto img {
  height: 107px;
  width: auto;
}
.navbar .nav .btn-center {
  padding: 13px 12px !important;
  line-height: 15px;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: center;
}
.navbar .nav .btn-u.btn-u-red {
  background: #ec1625;
  border: 1px solid #EC1625;
  color: #ffffff;
}
.navbar .nav .nav-item .nav-link {
  padding: 0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  align-items: center;
  gap: 6px;
  color: #000;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) {
  .navbar .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
.navbar .nav .nav-item .nav-link:hover, .navbar .nav .nav-item .nav-link.active {
  font-weight: bold;
  /* Active link styling with underline */
}
.navbar .nav .nav-item .nav-link:hover .label, .navbar .nav .nav-item .nav-link.active .label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.navbar .nav .nav-item .nav-link:hover .label:after, .navbar .nav .nav-item .nav-link.active .label:after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000000;
  margin: 0 auto; /* Center the underline */
}
.navbar .nav .nav-item .nav-link > span {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.navbar .nav input {
  border-radius: 0 !important;
  max-height: 30px;
}
.navbar .nav .search-btn {
  border: none;
}

.custom-header {
  background-color: white;
  padding: 48px 0 0;
}
.custom-header .container.admin {
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .custom-header {
    padding: 32px 0 32px;
  }
  .custom-header .container.admin {
    padding-bottom: 0;
    padding-right: 275px;
  }
}
.custom-header .admin-space {
  position: absolute;
  bottom: 10px;
  right: calc(50% - 120px);
  margin-right: 0;
}
@media (min-width: 992px) {
  .custom-header .admin-space {
    top: 0;
    bottom: auto;
    right: 28px;
  }
}
.custom-header h1 {
  color: #000;
  text-align: center;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 0;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .custom-header h1 {
    padding: 0;
    font-size: 40px;
  }
}
.custom-header h1 span {
  padding: 0 0 0 5px;
}

/*.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  position: relative;
  text-decoration: none;
  padding: 5px 10px;
  transition: color 0.3s ease-in-out;
  &:hover,
  &.active {
    font-weight: bold;
    !* Active link styling with underline *!
    &:after {
      content: "";
      display: block;
      width: 30px;
      height: 3px;
      background-color: #000000;
      margin: 5px auto 0; !* Center the underline *!
    }
  }
  &:hover {
    background-color: transparent !important;
    color: #000000;
  }
  &.active {
    &:after {
      content: "";
      display: block;
      width: 30px;
      height: 3px;
      background-color: #000000;
      margin: 5px auto 0; !* Center the underline *!
    }
  }
}*/
/* Correct Yellow Underline Effect */
.highlight {
  box-shadow: inset 0 -4px 0 #FFD104;
}

/* Button Group */
.btn-group {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.button {
  cursor: pointer !important;
}
.button.is-loading {
  pointer-events: none;
  opacity: 0.7;
}

/* Button Styling */
.cta {
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #000000;
  background: none;
  color: #000000;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 180px; /* Ensure equal width */
  display: flex;
  justify-content: center;
  gap: 12px;
}
.cta i {
  border-radius: 100px;
  background: #000;
  width: 24px;
  height: 24px;
  color: #ffffff;
  justify-content: center;
  display: flex;
  align-items: center;
}
.cta:hover {
  background-color: #000000;
  color: white;
}
.cta:hover i {
  background: #ffffff;
  color: #000000;
}

.card {
  margin-top: 30px;
  background: #FFF;
  border-radius: 12px;
  border: 0;
}
.card.bg-purple-light .card-bloc {
  border-radius: 8px;
  background: #F6F0FC;
}

.card-body {
  display: flex;
  padding: 20px 12px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px;
  gap: 16px;
}
.card-body .card-title {
  color: #000;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0 12px;
}
.card-body .card-bloc {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.card-body .card-text {
  color: rgba(0, 0, 0, 0.8);
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Nombre de lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-body .card-infos {
  display: flex;
  height: 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.card-body .card-infos > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-body .card-infos > div span {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card-body .card-infos > div:first-child span {
  color: #943CAF;
  font-weight: 600;
}
.card-body .card-infos > div .ws-progress-bar {
  display: flex;
  width: 56px;
  height: 8px;
  align-items: center;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card-body .card-infos > div .ws-progress-bar .ws-progress-bar-percentage {
  height: 8px;
  background-color: #943CAF;
}
.card-body a.newsletter,
.card-body a.veille-perso {
  display: flex;
  justify-content: space-between;
  padding: 12px 12px 12px 20px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 36px 100px 100px 36px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}
.card-body a.newsletter span,
.card-body a.veille-perso span {
  color: #FFF;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.card-body a.newsletter {
  background: url("../images/bg-link-newsletter-eEXG4Vu.png") lightgray 50%/cover no-repeat;
}
.card-body a.veille-perso {
  background: url("../images/bg-link-veille-perso-S5gv1Xx.png") lightgray 50%/cover no-repeat;
}

#stay-tune {
  border-radius: 16px 16px 56px 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.5);
}
#stay-tune .card-body {
  gap: 24px;
}
#stay-tune .card-body .card-bloc {
  padding: 0 12px;
}

#free-trial {
  background: none;
}
#free-trial .card-body {
  padding-top: 0;
}
#free-trial .card-body > div:first-child {
  display: flex;
  padding: 0 12px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  justify-content: space-between;
}
#free-trial .card-body > div:first-child .card-title {
  padding: 0;
}
#free-trial .carousel-controls {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
#free-trial .carousel-control-next,
#free-trial .carousel-control-prev {
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #FFF;
  opacity: 1;
}
#free-trial .carousel-control-next-icon,
#free-trial .carousel-control-prev-icon {
  background-image: none;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #FFF;
}
#free-trial .carousel-control-next-icon:hover,
#free-trial .carousel-control-prev-icon:hover {
  background-color: #943CAF;
}
#free-trial .carousel-control-next-icon:hover:after,
#free-trial .carousel-control-prev-icon:hover:after {
  border-right-color: #ffffff;
  border-top-color: #ffffff;
}
#free-trial .carousel-control-next-icon:hover:before,
#free-trial .carousel-control-prev-icon:hover:before {
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}
#free-trial .carousel-control-next-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-58%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid black;
  border-top: 2px solid black;
}
#free-trial .carousel-control-prev-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
}
#free-trial .card-bloc {
  background: #ffffff;
  border-radius: 8px;
}

.list-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  flex: 1;
}
.list-group .list-group-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border: none;
  padding: 12px;
}
.list-group .list-group-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  justify-content: space-between;
}
.list-group .list-group-item a > div {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.list-group .list-group-item a > div > div {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.list-group .list-group-item:hover {
  background-color: #F5EEE0;
  border-radius: 8px;
}
.list-group .list-group-item .date {
  overflow: hidden;
  color: #000;
  text-align: right;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.settings-btn {
  background: none;
  border: none;
  color: #000000;
  font-size: 16px;
  padding: 5px 10px;
  cursor: pointer;
  transition: text-decoration 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.settings-btn i {
  font-size: 30px;
}
.settings-btn span {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .settings-btn {
    flex-direction: row;
    gap: 12px;
  }
}

.hidden {
  display: none;
}

.border-settings {
  border-right: 2px var(--bs-border-style) #c092ca !important;
}

.overlay {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.overlay.open {
  visibility: visible;
  opacity: 1;
}

.modal-dialog {
  max-width: 1024px;
  width: 95%;
  height: 90%;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 90%;
  }
}
.modal-dialog .modal-content {
  border-radius: 32px 32px 12px 12px;
  background: #FFF;
  border: none;
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767px) {
  .modal-dialog .modal-content {
    height: 95%;
  }
}
.modal-dialog .modal-content .modal-header {
  display: flex;
  padding: 0 16px;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .modal-dialog .modal-content .modal-header {
    padding: 0 40px;
  }
}
.modal-dialog .modal-content .modal-header > div {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.modal-dialog .modal-content .modal-header > div i {
  font-size: 32px;
}
.modal-dialog .modal-content .modal-header > div h2 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.modal-dialog .modal-content .modal-header button {
  all: unset;
  cursor: pointer;
}

label.form-label {
  position: absolute;
  width: auto;
  top: 0.75rem;
  left: 0.75rem;
  color: rgba(33, 33, 33, 0.5);
  background: white;
  padding: 0 0.3rem;
  transition: all 0.2s ease;
  pointer-events: none;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  background: white;
  border-radius: 4px;
  border: 1px solid #D7BBDA;
  transition: border-color 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #697277;
}

/* État flottant : quand le champ est focus ou non vide */
.form-control:focus + label,
.form-control:not(:placeholder-shown) + label,
.form-control#user_profile_account_password + label,
.form-select:focus + label,
.form-select:not([value=""]) + label,
textarea:focus + label,
textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: 8px;
  background: #fff;
  padding: 0 4px;
  color: #212121;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  transition: all 0.2s ease;
  pointer-events: none;
}

/* Optionnel : transition douce pour le texte du label */
form label.form-label {
  font-weight: 500;
}

.two-col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
  flex: 1 0 0;
}
.two-col > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.two-col > div > div:not(.entete-card) {
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
.two-col .col-left,
.two-col .col-right,
.two-col .col-1-3,
.two-col .col-2-3 {
  width: 100%;
}
@media (min-width: 992px) {
  .two-col {
    flex-direction: row;
  }
  .two-col .col-right,
  .two-col .col-2-3 {
    flex: 2;
    overflow-x: auto;
    max-width: calc(68% - 30px);
  }
  .two-col .col-left,
  .two-col .col-1-3 {
    flex: 1;
    position: sticky;
    top: 190px;
  }
}
.two-col .sidebar {
  display: flex;
  padding: 16px 0 16px;
  flex-direction: column;
  flex: 1;
}
.two-col .sidebar-top {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  flex-shrink: 0;
  align-self: stretch;
  margin-bottom: 16px;
  padding: 0 12px;
}
.two-col .sidebar-top > div {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}
.two-col .sidebar-top > div .usual-title {
  margin-bottom: 0;
}
.two-col .sidebar-top .sort {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.two-col .sidebar-top .sort span:first-child {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  display: none;
}
@media (min-width: 1200px) {
  .two-col .sidebar-top .sort span:first-child {
    display: block;
  }
}
.two-col .sidebar hr {
  margin: 8px 0;
  border-color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
}
.two-col .sidebar hr.dropdown-divider {
  border-color: rgb(228, 228, 228);
}
.two-col .sidebar > a {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  text-decoration: none;
}
.two-col .sidebar > a .library-item {
  flex-direction: column;
}
.two-col .sidebar ul .library-item {
  flex-direction: row;
}
.two-col .sidebar ul .library-item.selected, .two-col .sidebar ul .library-item:hover {
  border-radius: 8px;
  background: #FAF7F0;
}
.two-col .sidebar .library-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex: 1 0 0;
  padding: 12px;
  cursor: pointer;
}
.two-col .sidebar .library-item > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex: 1 0 0;
}
.two-col .sidebar .library-item > div:first-child > span {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.two-col .sidebar .library-item > div:first-child div {
  display: flex;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}
.two-col .sidebar .library-item > div:first-child div i {
  color: #856A43;
}
.two-col .sidebar .library-item > div:first-child div > span {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.two-col .sidebar form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.two-col .sidebar form input,
.two-col .sidebar form select {
  min-height: 48px;
  padding: 4px 12px;
}
.two-col .sidebar form textarea {
  margin: 0;
  padding: 12px;
}
.two-col .sidebar .card:not(.card-soft) form > div {
  position: relative;
}
.two-col .sidebar .card:not(.card-soft) form button {
  all: unset;
  display: flex;
  height: 28px;
  align-items: center;
  gap: 2px;
  background: #943CAF;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  justify-content: center;
  padding: 6px 20px;
  border-radius: 100px;
  align-self: center;
}
.two-col .sidebar .card:not(.card-soft) form button:hover {
  background: #000000;
  cursor: pointer;
}
.two-col .sidebar .card:not(.card-soft) form button:disabled, .two-col .sidebar .card:not(.card-soft) form button[disabled] {
  background-color: #c9a8d5;
  border-color: #c9a8d5;
  color: rgba(255, 255, 255, 0.7);
  cursor: not-allowed;
  opacity: 0.8;
}
.two-col .content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  background: #ffffff;
  border-radius: 32px 32px 8px 8px;
  margin-top: 30px;
  padding-bottom: 12px;
}
.two-col .content .list-group {
  gap: 12px;
  padding: 0 12px;
}
.two-col .content .list-group .list-group-item {
  padding: 12px 16px 12px 12px;
  gap: 12px;
  align-self: stretch;
  flex-direction: row;
}
.two-col .content .list-group .list-group-item img {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 12.727px;
  justify-content: center;
  align-items: center;
}
.two-col .content .list-group .list-group-item > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
}
.two-col .content .list-group .list-group-item > div > div {
  display: flex;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  flex-direction: column;
}
.two-col .content .list-group .list-group-item > div > div > div {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.two-col .content .list-group .list-group-item > div > div .badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.two-col .content .list-group .list-group-item > div > div .secondary-informations {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.two-col .content .list-group .list-group-item > div > div .secondary-informations > span {
  overflow: hidden;
  color: #000;
  text-align: right;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 125%;
}
.two-col .content .list-group hr {
  border-color: #E3D1AD;
  background: #E3D1AD;
}
.two-col .filter-container {
  display: flex;
  padding: 20px 16px 16px 24px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.two-col .filter-container > div {
  display: flex;
  align-items: center;
}
.two-col .filter-container > div.segments {
  gap: 12px;
  flex: 1 0 0;
}
.two-col .filter-container > div.options {
  gap: 8px;
}
.two-col .filter-container > div.options .filter,
.two-col .filter-container > div.options .sort {
  cursor: pointer;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
}
.two-col .filter-container > div.options .filter span:first-child,
.two-col .filter-container > div.options .sort span:first-child {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.two-col .filter-container > div.options .filter span.notification,
.two-col .filter-container > div.options .sort span.notification {
  display: flex;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #E3D1AD;
  color: #000;
  font-family: myriad-pro-bold, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 125%;
}
.two-col.page-8-12 {
  margin: 0;
  padding-top: 30px;
  /*@media (min-width: 992px) {
    margin: 0 20%;
  }*/
}
.two-col.page-8-12 > div {
  flex: 1 0 0;
}
.two-col.page-8-12 > div:first-child {
  display: flex;
  padding-right: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-top: 20px;
}
@media (min-width: 992px) and (min-width: 992px) {
  .two-col.page-8-12 > div:first-child {
    margin: 0 20%;
  }
}
.two-col.page-8-12 > div:first-child div button {
  margin-top: 16px;
}
.two-col.page-8-12 > div img {
  max-width: 100%;
  height: auto;
}

.three-col {
  padding: 0 16px 56px;
  display: flex;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  flex-direction: column;
  margin: 0 auto;
}
.three-col > div {
  flex: 1;
}
@media (min-width: 767px) {
  .three-col {
    flex-direction: row;
    gap: 30px;
  }
  .three-col > div {
    width: 100%;
  }
}

.page-8-12 {
  margin: 30px 0 0 0;
}
@media (min-width: 992px) {
  .page-8-12 {
    margin: 30px 20% 0;
  }
}
.page-8-12 > div {
  flex: 1 0 0;
}

.illustration-veille-perso,
.illustration-commentaires {
  margin-bottom: 0 !important;
}

.illustration-veille-perso {
  position: relative;
  margin-top: 20px;
}
.illustration-veille-perso:after {
  content: "";
  display: inline-block;
  background-image: url("../images/deco-veille-perso-1-3yxO_Cl.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 114px;
  height: 127px;
  z-index: 0;
  bottom: 90px;
  right: -90px;
}
.illustration-veille-perso:before {
  content: "";
  display: inline-block;
  background-image: url("../images/deco-veille-perso-2-0C2IoMv.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 86px;
  height: 94px;
  z-index: 0;
  top: -23px;
  left: -80px;
}

#account-settings-modal .bloc-info-veille-perso {
  display: none;
  width: 100%;
  padding: 32px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 64px 24px 80px 24px;
  background: url("../images/ellipse-veille-perso-info-6_aKV-U.svg") right bottom/auto no-repeat #EFE6F7;
}
@media (min-width: 768px) {
  #account-settings-modal .bloc-info-veille-perso {
    width: 258px;
    display: flex;
  }
}
#account-settings-modal .bloc-info-veille-perso .picto-info {
  display: none;
  height: 55px;
  width: 55px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 4px solid #943CAF;
}
@media (min-width: 768px) {
  #account-settings-modal .bloc-info-veille-perso .picto-info {
    display: flex;
  }
}
#account-settings-modal .bloc-info-veille-perso p {
  color: #943CAF;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
}
#account-settings-modal .bloc-info-veille-perso span {
  color: #943CAF;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-decoration: underline;
  cursor: pointer;
}
#account-settings-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  padding: 0 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #account-settings-modal .modal-body {
    flex-direction: row;
    gap: 62px;
    padding: 0 32px;
  }
}
#account-settings-modal .modal-body > .list-group {
  min-width: 228px;
  flex: none;
  position: relative;
  z-index: 10;
  /* -------- MOBILE MODE -------- */
}
#account-settings-modal .modal-body > .list-group .list-group-item {
  display: flex;
  flex-direction: row;
  min-height: 28px;
  padding: 8px 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  text-decoration: none;
  position: relative;
  color: #000;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 4px;
  cursor: pointer;
  /* Hover only non-active items */
}
#account-settings-modal .modal-body > .list-group .list-group-item.active {
  background-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  #account-settings-modal .modal-body > .list-group .list-group-item.active:after {
    content: "→"; /* Unicode right-arrow */
    font-size: 1.1rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
#account-settings-modal .modal-body > .list-group .list-group-item:not(.active):hover {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #account-settings-modal .modal-body > .list-group {
    position: absolute;
    left: 16px;
    right: 16px;
    border-radius: 4px;
    overflow: hidden;
    /* Quand fermé : montrer uniquement l’actif */
    /* Quand ouvert : afficher tout */
  }
  #account-settings-modal .modal-body > .list-group hr {
    display: none;
  }
  #account-settings-modal .modal-body > .list-group:not(.open) .list-group-item {
    display: none;
  }
  #account-settings-modal .modal-body > .list-group:not(.open) .list-group-item.active {
    display: flex;
  }
  #account-settings-modal .modal-body > .list-group.open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 0 16px;
  }
  #account-settings-modal .modal-body > .list-group.open .list-group-item {
    display: flex;
  }
  #account-settings-modal .modal-body > .list-group.open button svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  #account-settings-modal .modal-body > .list-group.open button svg path {
    fill: gray;
  }
}
#account-settings-modal .modal-body > .list-group .mobile-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
}
#account-settings-modal .modal-body > .list-group .mobile-toggle svg {
  width: 20px;
  height: 20px;
}
#account-settings-modal .tab-content {
  flex: 1; /* fill available height */
  display: flex;
  height: 70vh;
  overflow-y: auto;
  padding: 0;
  position: relative;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  #account-settings-modal .tab-content {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  #account-settings-modal .tab-content .tab-pane {
    display: none !important;
    opacity: 0 !important;
  }
  #account-settings-modal .tab-content .tab-pane.active {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  #account-settings-modal .tab-content {
    margin-top: 60px;
  }
}
#account-settings-modal .tab-pane {
  flex: 1; /* each pane will stretch to fill */
  overflow-y: auto; /* scroll if content exceeds */
  padding-right: 10px;
  /*@media (min-width: 768px) {
    padding-right: 100px;
  }*/
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#account-settings-modal .tab-pane::-webkit-scrollbar {
  width: 3px;
}
#account-settings-modal .tab-pane::-webkit-scrollbar-track {
  background: #fff;
}
#account-settings-modal .tab-pane::-webkit-scrollbar-thumb {
  background: #666;
}
#account-settings-modal .tab-pane::-webkit-scrollbar-thumb:hover {
  background: #666;
}
#account-settings-modal .tab-pane .title-pane {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 16px;
  min-height: auto !important;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
#account-settings-modal .tab-pane .title-pane span {
  display: flex;
  padding: 6px 8px 4px 8px;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 4px;
  background: #943CAF;
  color: #FFF;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #account-settings-modal .tab-pane .title-pane span {
    display: none;
  }
}
#account-settings-modal .tab-pane .text-pane {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
#account-settings-modal .tab-pane form {
  padding-top: 16px;
}
@media (min-width: 768px) {
  #account-settings-modal .tab-pane form {
    padding-bottom: 84px;
  }
}
@media (min-width: 768px) {
  #account-settings-modal .tab-pane form[name=user_profile_account] {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  #account-settings-modal .tab-pane form[name=monitoring] {
    margin-bottom: 100px;
    padding-top: 0;
    /*position: relative;
    .bottom-form {

    }*/
  }
}
#account-settings-modal .tab-pane button[type=submit] {
  display: flex;
  height: 40px;
  padding: 4px 20px;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  border: 1.5px solid #000;
  background: none;
  margin: 0 auto 24px;
  transition: all 0.3s ease;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000000;
}
#account-settings-modal .tab-pane button[type=submit]:hover {
  background: #000;
  color: #fff;
}
#account-settings-modal .tab-pane .subtitle-pane {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 4px;
  min-height: 25px !important;
}
#account-settings-modal .tab-pane .subtext-pane {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 0;
  min-height: auto !important;
}
#account-settings-modal .tab-pane .subtext-pane a {
  color: #000;
}
#account-settings-modal .tab-pane #veille-perso.two-col {
  gap: 24px;
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-content {
  width: calc(58% - 12px);
  padding-right: 30px;
  border-radius: 0 2px 2px 0;
  border-right: 1px solid #C092CA;
}
@media (max-width: 767px) {
  #account-settings-modal .tab-pane #veille-perso.two-col .section-content {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-content .toggle-button {
  padding: 16px 8px 0 12px;
}
@media (max-width: 767px) {
  #account-settings-modal .tab-pane #veille-perso.two-col .section-content .toggle-button {
    flex-direction: row;
    justify-content: space-between;
  }
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-content .toggle-button + div {
  flex-wrap: wrap;
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-content .group {
  width: calc(100% - 16px);
}
@media (max-width: 767px) {
  #account-settings-modal .tab-pane #veille-perso.two-col .section-content .input-search {
    /*position: sticky;
    top: 0;
    z-index: 10;*/
    display: none;
  }
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-choices {
  width: calc(42% - 12px);
  gap: 20px;
}
@media (max-width: 767px) {
  #account-settings-modal .tab-pane #veille-perso.two-col .section-choices {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 16px 0;
    box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
  #account-settings-modal .tab-pane #veille-perso.two-col .section-choices:after, #account-settings-modal .tab-pane #veille-perso.two-col .section-choices:before {
    content: "";
    position: absolute;
    width: 32px;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    background: #ffffff;
    box-shadow: 2px 2px 8px -8px rgba(0, 0, 0, 0.3);
  }
  #account-settings-modal .tab-pane #veille-perso.two-col .section-choices:before {
    right: 100%;
    left: auto;
  }
  #account-settings-modal .tab-pane #veille-perso.two-col .section-choices:after {
    left: 100%;
  }
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-choices .toggle-button {
  padding: 0;
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-choices .bloc-info-veille-perso {
  display: none;
  width: 100%;
  padding: 32px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 64px 24px 80px 24px;
}
@media (min-width: 768px) {
  #account-settings-modal .tab-pane #veille-perso.two-col .section-choices .bloc-info-veille-perso {
    display: flex;
  }
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-choices .selected-terms {
  padding: 16px 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #account-settings-modal .tab-pane #veille-perso.two-col .section-choices .selected-terms {
    display: none;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  #account-settings-modal .tab-pane #veille-perso.two-col .section-choices .selected-terms.open {
    display: block;
    max-height: calc(100dvh - 354px);
    opacity: 1;
    overflow-y: auto;
  }
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-choices .selected-term {
  display: flex;
  padding: 4px 12px 4px 4px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #E3D1AD;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-choices .selected-term button {
  all: unset;
  width: 8px;
  height: 16px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  display: flex;
  font-weight: 700;
  padding: 0 4px;
  cursor: pointer;
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-choices > svg {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#account-settings-modal .tab-pane #veille-perso.two-col .section-choices > svg.open {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
#account-settings-modal .tab-pane .section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-bottom: 32px;
}
#account-settings-modal .tab-pane .section > div {
  display: flex;
  flex-direction: row;
  padding: 16px 12px;
  align-self: stretch;
  gap: 16px;
}
#account-settings-modal .tab-pane .section > div.toggle-button {
  all: unset;
  display: flex;
  flex-direction: column;
  min-height: 25px;
  padding-top: 7.5px;
  align-items: baseline;
  gap: 12px;
  align-self: stretch;
}
@media (min-width: 768px) {
  #account-settings-modal .tab-pane .section > div.toggle-button {
    flex-direction: row;
    gap: 32px;
  }
}
#account-settings-modal .tab-pane .section > div.toggle-button button {
  all: unset;
  color: #000;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#account-settings-modal .tab-pane .section-content label {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #account-settings-modal .tab-pane .section-content label {
    width: calc(50% - 8px);
  }
}
#account-settings-modal .tab-pane .section-content label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#account-settings-modal .tab-pane .section-content label input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: #000000;
  border-color: #000000;
}
#account-settings-modal .tab-pane .section-content label input[type=checkbox]:checked ~ .custom-checkbox:after {
  display: block;
}
#account-settings-modal .tab-pane .section-content .custom-checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  border: 2px solid #000000;
  border-radius: 4px;
  transition: 0.2s;
}
#account-settings-modal .tab-pane .section-content .custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#account-settings-modal .tab-pane .section-content .custom-checkbox.indeterminate {
  background-color: #000000;
}
#account-settings-modal .tab-pane .section-content .custom-checkbox.indeterminate:after {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 0 0;
  transform: rotate(90deg);
  /*left: 1.5px;
  top: -12.2px;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;*/
}
#account-settings-modal .tab-pane .section-content .folders {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px 8px 40px;
  border-radius: 4px;
  background: #EAD8EF;
}
#account-settings-modal .tab-pane .section-content .folders input[type=checkbox],
#account-settings-modal .tab-pane .section-content .folders .custom-checkbox {
  left: 12px;
}
#account-settings-modal .tab-pane .section-content .group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: calc(95% - 8px);
}
@media (min-width: 768px) {
  #account-settings-modal .tab-pane .section-content .group {
    width: calc(65% - 8px);
  }
}
#account-settings-modal .tab-pane .section-content .group .group-label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  align-self: stretch;
  justify-content: space-between;
}
#account-settings-modal .tab-pane .section-content .group .group-label label {
  width: 100%;
  align-self: stretch;
}
#account-settings-modal .tab-pane .section-content .group .group-content {
  width: 110%;
  padding-left: 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  display: none;
}
#account-settings-modal .tab-pane .section-content .group .group-content label {
  width: 100%;
  align-self: stretch;
}
#account-settings-modal .tab-pane .section-content .group .group-content > div {
  width: 96%;
}
#account-settings-modal .tab-pane .section-content .group .group-content .group .group-content {
  margin-bottom: 16px;
}
#account-settings-modal .tab-pane .section-content .group .group-content .group .group-content > div {
  width: 96%;
}
#account-settings-modal .tab-pane .section-content#alerts-parutions {
  margin-bottom: 0;
}
#account-settings-modal .tab-pane .section-content#alerts-parutions > div + div {
  flex-direction: column;
}
#account-settings-modal .tab-pane .section-content#alerts-parutions .group-content {
  margin-bottom: 16px;
}
#account-settings-modal .tab-pane .section-content#newsletter-actu > div + div {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #account-settings-modal .bottom-form {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px 0 0;
    background: #ffffff;
    box-shadow: 2px -3px 8px -2px rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
}
#account-settings-modal .bottom-form p {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
#account-settings-modal .bottom-form p a {
  text-decoration: underline;
  color: #000;
}
#account-settings-modal .bottom-form .alert {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin-bottom: 0;
}

.inputs-list {
  display: flex;
  width: auto;
  padding-bottom: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .inputs-list {
    width: 420px;
  }
}
.inputs-list .company {
  position: relative;
}
.inputs-list .company ul {
  top: 44px;
  border: 1px solid #e3d1ad;
}

.address .input-outline {
  margin-bottom: 20px;
}

.input-outline {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  border-radius: 6px;
  /*label {
    position: absolute;
    top: 0;
    left: .75rem;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 .25rem;
    font-size: .75rem;
    pointer-events: none;
    color: #212121;
    font-family: myriad-pro, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    width: auto;
  }*/
}
.input-outline.hidden {
  display: none;
}
.input-outline .form-control,
.input-outline .form-select {
  border: none;
  width: 100%;
  padding: 0.75rem 1rem;
  background: transparent;
  outline: none;
  box-shadow: none;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: auto;
}
.input-outline .form-control:focus,
.input-outline .form-select:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.input-outline input[disabled] {
  color: rgba(0, 0, 0, 0.3);
}
.input-outline.select:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 12px;
  height: 12px;
  background-image: url("../images/angle-down-select-q8Ae1L-.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.input-outline ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #E3D1AD;
  width: 100%;
  padding-left: 0;
  background: #fff;
}
.input-outline ul li {
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 24px;
  display: flex;
  align-items: center;
  cursor: default;
  padding-left: 16px;
}
.input-outline ul li:hover {
  background-color: #E3D1AD !important;
}

.input-pwd {
  align-self: stretch;
  position: relative;
}
.input-pwd input {
  padding-right: 75px;
}
.input-pwd a {
  position: absolute;
  right: 12px;
  top: calc(50% - 9px);
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.list-group-address {
  background-color: #eee;
}

.btn-toggle {
  /* common/reset styles */
  appearance: none;
  width: 3rem;
  height: 1.6rem;
  border-radius: 1rem;
  border: none;
  position: relative;
  cursor: pointer;
  background: #ccc;
  transition: background 0.2s;
}
.btn-toggle:before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: white;
  top: 0.2rem;
  left: 0.2rem;
  transition: transform 0.2s;
}

/* UNKNOWN */
.btn-toggle[data-state=unknown] {
  background: #ccc;
}
.btn-toggle[data-state=unknown]:before {
  transform: translateX(0.75rem);
}

/*.btn-toggle[data-state="unknown"]::before {
  transform: translateX(0);
}*/
/* ON */
.btn-toggle[data-state=on] {
  background: #4caf50;
}
.btn-toggle[data-state=on]:before {
  transform: translateX(1.4rem);
  content: url("../images/icon-tick-468lSZi.png");
}

/*.btn-toggle[data-state="on"]::before {
  transform: translateX(1.4rem);
}*/
/* OFF */
.btn-toggle[data-state=off] {
  background: #f44336;
}
.btn-toggle[data-state=off]:before {
  transform: translateX(0);
  content: url("../images/icon-cross-m61UhOg.png");
}

/*.btn-toggle[data-state="off"]::before {
  transform: translateX(0);
}*/
.tabs {
  font-family: sans-serif;
  max-width: 600px;
  margin: 2rem auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.tab-buttons {
  display: flex;
  border-bottom: 1px solid #ccc;
  background-color: #f8f8f8;
}

.tab-button {
  flex: 1;
  padding: 1rem;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s;
}

.tab-button:hover {
  background-color: #eee;
}

.tab-button.active {
  background-color: white;
  border-bottom: 2px solid #007bff;
  color: #007bff;
}

.tab-content {
  display: none;
  background-color: white;
}

.tab-content.active {
  display: block;
}

.chronologie {
  /* default (beige) theme */
  --chrono-hover-bg: #f5eee0;
  --chrono-dot-bg: #e3d1ad;
  --chrono-line-bg: #e3d1ad;
  --chrono-date-clr: #6F5531;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  padding: 0;
  margin: 0;
}
.chronologie li {
  list-style: none;
  position: relative;
  align-self: stretch;
}
.chronologie li > a,
.chronologie li .bloc-comment {
  display: flex;
  padding: 12px 12px 12px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  position: relative;
}
.chronologie li > a:hover,
.chronologie li .bloc-comment:hover {
  background-color: var(--chrono-hover-bg);
}
.chronologie li > a:before,
.chronologie li .bloc-comment:before {
  content: url("../images/dot-hkcV6eC.svg");
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  gap: 6px;
  align-self: stretch;
  border-radius: 100px;
  background: var(--chrono-dot-bg);
  height: 18px;
  width: 18px;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-bottom: 4px;
}
.chronologie li > a:after,
.chronologie li .bloc-comment:after {
  content: " ";
  background-color: var(--chrono-line-bg);
  background-size: cover;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 1;
}
.chronologie li .bloc-comment {
  margin-bottom: 4px;
}
.chronologie li .bloc-comment .comment-content .content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  gap: 15px;
  align-self: stretch;
  border-radius: 8px 8px 0 0;
  background: #FFF;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .chronologie li .bloc-comment .comment-content .content-top {
    flex-direction: row;
    height: 72px;
    padding: 12px 32px;
    gap: 40px;
  }
}
.chronologie li .bloc-comment .comment-content .content-top > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
.chronologie li .bloc-comment .comment-content .content-top > div i {
  display: none;
  font-size: 24px;
}
@media (min-width: 768px) {
  .chronologie li .bloc-comment .comment-content .content-top > div i {
    display: block;
  }
}
.chronologie li .bloc-comment .comment-content .content-top > div .cta {
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  min-width: 150px;
  padding: 9px 20px;
}
.chronologie li .bloc-comment .comment-content .content-middle {
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  align-self: stretch;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #FFF;
  background: #F8F4EE;
}
.chronologie li .bloc-comment .comment-content .content-middle span {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 100;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
.chronologie li .bloc-comment .comment-content .content-middle span + span {
  color: #000;
}
.chronologie li .bloc-comment .comment-content .content-middle .text-comment {
  margin-bottom: 0;
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  text-wrap: wrap;
  overflow: scroll;
}
.chronologie li .bloc-comment .comment-content .content-middle .my-comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.chronologie li .bloc-comment .comment-content .content-middle .my-comment .infos-comment {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .chronologie li .bloc-comment .comment-content .content-middle .my-comment .infos-comment {
    flex-direction: row;
  }
}
.chronologie li .bloc-comment .comment-content .content-middle .my-comment .text-comment {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  overflow: hidden;
  border-radius: 8px;
  border: 0.5px solid #B5A175;
  background: #FFF;
}
.chronologie li .bloc-comment .comment-content .content-middle .other-comment {
  width: 100%;
}
.chronologie li .bloc-comment .comment-content .content-middle hr {
  background: #B5A175;
  opacity: 0.5;
}
.chronologie li:last-child {
  overflow: hidden;
}
.chronologie li:last-child .bloc-comment {
  overflow: hidden;
}
.chronologie li .sub-informations {
  display: flex;
  gap: 20px;
  align-self: stretch;
  align-items: center;
}
.chronologie li .date {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--chrono-date-clr);
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.chronologie li .date + div {
  padding-top: 12px;
  width: 100%;
}
.chronologie li .heure {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.chronologie li .title {
  margin-bottom: 12px;
}

.chronologie-purple {
  --chrono-hover-bg: #F4ECFF;
  --chrono-dot-bg: #c092ca;
  --chrono-line-bg: #c092ca;
  --chrono-date-clr: #7f0ea5;
}

.input-search {
  display: flex;
  min-height: 48px;
  padding: 4px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.input-search i {
  color: rgba(0, 0, 0, 0.3);
}
.input-search input {
  all: unset;
  flex: 1;
  min-width: 0;
}
.input-search input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input-search input:focus {
  border: none;
}

.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}

.rounded-content-header {
  --header-bg: #E3D1AD;
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 32px 32px 0 0;
  background: var(--header-bg);
}
.rounded-content-header .input-group {
  width: auto;
}
.rounded-content-header .input-group input:focus {
  box-shadow: none;
}
.rounded-content-header .search {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  width: fit-content;
  border-radius: 100px;
}
.rounded-content-header .search form {
  padding: 5px;
}
.rounded-content-header .search .input-search {
  border: none;
  border-radius: 100px;
}
.rounded-content-header .search button {
  all: unset;
  display: flex;
  height: 36px;
  padding: 6px 20px;
  align-items: center;
  gap: 2px;
  border-radius: 100px;
  background: #8e44ad;
  overflow: hidden;
  color: #ffffff;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.rounded-content-header .search button:hover {
  background: #000000;
  cursor: pointer;
}
@media (max-width: 767px) {
  .rounded-content-header div.search {
    width: 88%;
  }
  .rounded-content-header form.search {
    width: 100%;
  }
  .rounded-content-header form.search .input-search {
    max-width: 50%;
  }
}
.rounded-content-header a {
  display: flex;
  min-height: 40px;
  padding: 6px 16px 6px 12px;
  align-items: center;
  gap: 8px;
  color: #000000;
}
.rounded-content-header a span {
  display: none;
}
@media (min-width: 992px) {
  .rounded-content-header a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: myriad-pro, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
  }
}
.rounded-content-header a i {
  font-size: 18px;
}
.rounded-content-header a:hover span {
  text-decoration: underline;
}

.rounded-content {
  display: flex;
  padding: 32px 24px 32px 24px;
  flex-direction: column;
  align-self: stretch;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
}

.rounded-content-header-purple {
  --header-bg: #D7BBDA;
}

.view-more {
  display: flex;
  margin: 0;
  padding: 16px 8px 0 8px;
  gap: 12px;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  justify-content: flex-end;
}
.view-more .text {
  display: flex;
  align-items: center;
  color: #000;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.view-more .picto {
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #000;
  position: relative;
}
.view-more .picto:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-58%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

#consents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  padding: 32px 0;
}
@media (min-width: 768px) {
  #consents {
    gap: 40px;
  }
}
#consents .block-consent {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
#consents .block-consent > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}
#consents .block-consent > div .title-consent {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
#consents .block-consent > div .text-consent {
  color: rgba(0, 0, 0, 0.5);
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

/* Ajout pour header */
.margin-bottom-5 {
  margin-bottom: 5px;
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  top: 0;
  border-width: 0 0 1px;
  height: auto;
}

@media (min-width: 768px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}
@media (max-width: 992px) {
  .header-v1 .mega-menu #navbar-x .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
  }
  .header-v1 .mega-menu #navbar-x .container:after {
    display: block;
    clear: both;
    content: "";
  }
  .header-v1 .mega-menu .container > div {
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
  }
  .header-v1 .mega-menu .container > div > div {
    width: auto;
  }
  .header-v1 .mega-menu .container > div > div:first-child {
    width: 65.66666667%;
  }
  .header-v1 .mega-menu #navbar-x .container ul li {
    margin: 9px 0 0 !important;
  }
  .header-v1 .mega-menu #navbar-x .container ul li a {
    width: 100%;
    display: block;
  }
}
.header-v1 .mega-menu #navbar-x {
  width: 100%;
}
.header-v1 .mega-menu .mega-menu-fullwidth li a {
  margin: 0;
}
.header-v1 .btn-color {
  padding: 2px 13px 3px;
  background: 0 0;
}
.header-v1 .btn-color#login:hover .title-icon > i {
  color: #1b8bbb;
}
.header-v1 .btn-color#card:hover i {
  color: #74b504;
}
.header-v1 .navbar .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .header-v1 .navbar .container {
    max-width: 1170px;
  }
}
.header-v1 .navbar > .container {
  height: 80px;
}
.header-v1 .navbar > .container button {
  border: none;
}
.header-v1 .navbar > .container .btn-center {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  line-height: 15px;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: center;
}
.header-v1 .navbar > .container #abo-header {
  position: absolute;
  top: 5px;
  right: 19%;
  width: 500px;
  text-align: right;
}
.header-v1 .navbar > .container #card {
  display: flex;
  align-items: center;
}
.header-v1 .navbar > .container #card,
.header-v1 .navbar > .container #login {
  margin-bottom: 15px;
}
.header-v1 .navbar > .container #button-menu-header {
  margin-top: 35px;
  margin-bottom: 15px;
}
.header-v1 .navbar > .container #login-box * {
  font-size: 14px;
}
.header-v1 .navbar > .container #login-box > div:first-child {
  display: block !important;
}
.header-v1 .navbar > .container #login-box .badge {
  all: unset;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  font-weight: 400;
  padding: 2px 2px 1px;
  margin: 0;
  background: #1b8bbb !important;
  position: relative;
  top: 2px;
  left: -15px;
  width: 10px;
  padding-left: 3px !important;
  border-radius: 50% !important;
}
.header-v1 .navbar > .container #login-box .badge i {
  font-size: 10px;
}
.header-v1 .navbar > .container #login-box .btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #72c02c;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}
.header-v1 .navbar > .container #login-box .btn-u.btn-block {
  text-align: center;
}
.header-v1 .navbar > .container #login-box .btn-u.btn-u-red {
  background: #ec1625;
  border: 1px solid #EC1625;
  color: #ffffff;
}
.header-v1 .navbar > .container #login-box .btn-u.btn-u-blue {
  background: #1B8BBB;
  border: 1px solid #1B8BBB;
}
.header-v1 .navbar > .container #login-box .btn-center {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  line-height: 15px;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: center;
}
.header-v1 .navbar > .container #login-box > div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.header-v1 .navbar > .container #login-box > div:first-child {
  display: flex;
  justify-content: space-between;
}
.header-v1 .navbar > .container #login-box > div:first-child .cross-close i {
  font-size: 18px !important;
}
.header-v1 .navbar > .container #login-box > div:first-child .cross-close:hover i {
  transform: rotate(180deg);
}
.header-v1 .navbar > .container > div {
  width: 100%;
}
.header-v1 .navbar > .container > div > div {
  display: flex;
}
.header-v1 .navbar > .container > div > div > div:nth-of-type(4) p {
  font-size: 14px;
}
.header-v1 .navbar > .container > div > div > div:nth-of-type(5) {
  padding-right: 15px;
}
.header-v1 .navbar > .container > div > div > div:nth-of-type(5) .search-btn {
  padding: 4px 6px 6px 6px;
}
@media (max-width: 992px) {
  .header-v1 .navbar > .container > div > div > div:nth-of-type(5) {
    width: 100%;
  }
}
.header-v1 .navbar > .container > div > div > div:nth-of-type(5) .form-control {
  height: 30px !important;
  border-radius: 0;
}
.header-v1 .navbar > .container > div > div:first-child div:first-child {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.header-v1 .navbar > .container > div > div:first-child div:first-child a img {
  margin-top: 10px;
  margin-left: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .header-v1 .navbar > .container .md-margin-top-35 {
    margin-top: 35px;
  }
}
.header-v1 .navbar > .container .no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.header-v1 .navbar-default .navbar-nav > li.ressources-doc > a,
.header-v1 .navbar-default .navbar-nav > li.parcours-pratique > a {
  display: inline-block;
}

/*@media  screen and (max-width: 1024px) {
  .header-v1 {
    #navbar-x {
      .container {
        background: #EBEBEB;
      }
      .navbar-nav {
        margin-top: 0px;
        width:100%;
        padding: 0!important;
        > li.dropdown {
          > .dropdown-menu {
            width:100%;
            box-shadow: none;
            border:none;
            margin:0!important;
            top:0;
            div.col-md-6 + div.col-md-3 + div.col-md-3 {
              display:none;
            }
            li {
              a {
                padding: 0 4px;
                margin: 3px 0;
                display: inline-block;
              }
            }
          }
        }
        > li {
          float: none!important;
          width:100%;
          padding: 0!important;
          height: auto!important;
          > a {
            bottom:0;
            border-bottom: 1px solid #EC1625;
            padding-left: 25px!important;
            &:after {
              display: none;
              right:0px;
            }
          }
          &:last-child {
            a {
              border-bottom: 0px solid #EC1625;
            }
          }
        }
      }
    }
  }
}*/
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

#menu-menu-generique-ti {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu-menu-generique-ti > li {
  float: none !important; /* annule les floats éventuels */
}

/* pousse le groupe des 3 derniers complètement à droite */
#menu-menu-generique-ti > li:nth-child(7) {
  margin-left: auto !important;
}

/* inverser les 3 derniers */
#menu-menu-generique-ti > li:nth-child(5),
#menu-menu-generique-ti > li:nth-child(6),
#menu-menu-generique-ti > li:nth-child(7) {
  order: 1; /* tous les 3 passent après les 4 premiers */
}

@media (min-width: 992px) {
  /* inversion spécifique des 3 derniers */
  #menu-menu-generique-ti > li:nth-child(5) {
    order: 3;
  }
  /* le 5ᵉ devient le dernier à droite */
  #menu-menu-generique-ti > li:nth-child(6) {
    order: 2;
  }
  /* le 6ᵉ devient le 2ᵉ à droite */
  #menu-menu-generique-ti > li:nth-child(7) {
    order: 1;
  }
  /* le 7ᵉ devient le 1ᵉʳ à droite */
  /* Fin ajout pour header */
}
/* ESPACE ADMIN */
.btn-outline-ink {
  color: var(--ink);
  border-color: var(--ink);
}

.btn-outline-ink:hover {
  background: var(--ink);
  color: #fff;
}

.badge-chip {
  background: #fff;
  color: var(--ink);
  border: 1px solid #eadff8;
  font-weight: 600;
}

.tab-counter {
  display: flex;
  min-width: 24px;
  height: 24px;
  padding: 1px 8px 0 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #000;
  color: #FFF;
  font-family: myriad-pro-bold, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}

/* Top action bar over the table */
/*#bloc-top-admin {
  position: sticky;
  top: 87px;
  z-index: 10;
  &.sticky {
    .section-hero {
      padding: 20px 0 10px;
    }
    .bloc-text {
      display: none;
    }
  }
}*/
header.section-hero {
  position: sticky;
  top: 70px;
  z-index: 10;
  padding: 32px 0 0;
}
@media (min-width: 768px) {
  header.section-hero {
    padding: 32px 0 15px;
    top: 70px;
  }
}
@media (max-width: 767px) {
  header.section-hero + .section-hero {
    display: none;
  }
}
header.section-hero .bloc-top select {
  border: none;
  cursor: pointer;
  box-shadow: none;
}

.section-hero {
  background: #fff;
  padding: 32px 0 0;
  /*.bloc-text {
    display: none;
    @media (min-width: 992px) {
      display: block;
    }
  }*/
  /*nav.navbar {
    position: relative;
    top: 0;
    z-index: auto;
  }*/
}
@media (min-width: 992px) {
  .section-hero {
    padding: 15px 0;
  }
}
.section-hero .bloc-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .section-hero .bloc-top {
    flex-direction: row;
  }
}
@media (max-width: 993px) {
  .section-hero .bloc-top {
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
  }
  .section-hero .bloc-top .cta {
    border: none;
    padding: 0;
    min-width: auto;
    margin-top: 4px;
  }
  .section-hero .bloc-top .cta span {
    display: none;
  }
  .section-hero .bloc-top .cta i {
    transform: rotate(180deg);
  }
}
.section-hero .account-number {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 0;
}
.section-hero .account-number span {
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
}
.section-hero h1 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
.section-hero h2 {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.section-hero h2 + p {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-hero + nav.navbar {
    top: 160px;
  }
}

.board-toolbar {
  background: var(--purple-100);
  border: 1px solid #eadff8;
  border-radius: 1rem;
  padding: 1rem;
}

.table thead th > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  flex: none;
}
.table thead th > span span:first-child {
  color: #7F0EA5;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 17.5px;
  text-transform: uppercase;
  background: #fff;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.table thead th > span span:first-child small {
  text-transform: lowercase;
}
.table thead th > span .carets-sort {
  position: relative;
}
.table tbody tr {
  vertical-align: middle;
  border-color: #D7BBDA;
}
.table tbody tr span {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
.table tbody tr td[data-sort-by=emaild] > div {
  display: flex;
}
.table tbody tr td[data-sort-by=emaild] > div[data-controller=copy] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  max-width: 100%;
}
.table tbody tr td[data-sort-by=emaild] span[id^=email_copy] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 180px;
  max-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow-wrap: anywhere;
  flex: 1;
}
.table tbody tr td[data-sort-by=emaild] button:hover svg path {
  fill: #7f0ea5;
}
.table tbody tr td[data-sort-by=name] span {
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 210px;
  padding-top: 6px;
}
.table tbody tr td.action-detacher i {
  cursor: pointer;
}
.table tbody tr td.action-detacher i:hover {
  color: #7f0ea5;
}
.table-hover > tbody > tr:hover {
  background: #f9f4ff;
}

.card-soft {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  background: #f0e7fa;
  padding: 16px;
  border: 0;
}
.card-soft > div {
  width: 100%;
  position: relative;
}
.card-soft h5 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.card-soft h5 + i {
  color: #943CAF;
}
.card-soft i.fa-info-circle:hover + div.tooltip {
  display: block;
  opacity: 1;
  background: no-repeat;
  border: none;
}
.card-soft div.tooltip {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  padding-bottom: 10px;
}
.card-soft div.tooltip span {
  display: block;
  background: #ffffff;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding: 10px;
  position: relative;
}
.card-soft div.tooltip span:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
.card-soft h5 + p,
.card-soft .form-label {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.card-soft input {
  border-radius: 4px 4px 0 0;
  height: 48px;
}
.card-soft button:not(.not-soft) {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border: none;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding: 6px 20px;
  border-radius: 100px;
  align-self: center;
}
.card-soft button:not(.not-soft):hover, .card-soft button:not(.not-soft):active, .card-soft button:not(.not-soft).btn-primary {
  background-color: #d7bbda;
  border-color: #d7bbda;
  color: #ffffff;
}
.card-soft button:not(.not-soft):hover svg path {
  fill: #943caf;
}
.card-soft button:not(.not-soft)[type=submit] {
  background-color: #943CAF;
  border-color: #943CAF;
  color: #ffffff;
}
.card-soft button:not(.not-soft)[type=submit]:disabled, .card-soft button:not(.not-soft)[type=submit][disabled] {
  background-color: #c9a8d5;
  border-color: #c9a8d5;
  color: rgba(255, 255, 255, 0.7);
  cursor: not-allowed;
  opacity: 0.8;
}
.card-soft button:not(.not-soft)[type=submit]:hover {
  background: #000000;
}
.card-soft button:not(.not-soft).btn-link {
  background: none;
  color: #000000;
}
.card-soft button:not(.not-soft).btn-link:hover {
  color: #943caf;
}

.separateur-users {
  width: calc(100% - 2rem);
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  margin-left: 16px !important;
  background-color: #943caf;
}

.code-chip {
  background: #eadff8;
  border: 1px dashed #cdb7ed;
  color: #3a2f57;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.form-switch .form-check-input {
  width: 2.75em;
  height: 1.35em;
  cursor: pointer;
}

.rounded-xxl {
  border-radius: 1rem;
}

:root {
  --sort-arrow-active: #7d2ae8; /* purple (active) */
  --sort-arrow-inactive: rgba(125, 42, 232, 0.25); /* faded purple */
}

th[data-sort-by] {
  position: relative;
  padding-right: 1.25rem; /* space for arrows */
  cursor: pointer;
  user-select: none;
}

th[data-sort-by] .carets-sort::before,
th[data-sort-by] .carets-sort::after {
  content: "";
  position: absolute;
  right: -8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

th[data-sort-by] .carets-sort::before {
  top: calc(50% - 7px);
  border-bottom: 6px solid var(--sort-arrow-inactive);
}

th[data-sort-by] .carets-sort::after {
  top: calc(50% + 1px);
  border-top: 6px solid var(--sort-arrow-inactive);
}

th[data-sort-by][aria-sort=ascending] .carets-sort::before {
  border-bottom-color: var(--sort-arrow-active);
}

th[data-sort-by][aria-sort=ascending] .carets-sort::after {
  opacity: 0.35;
}

th[data-sort-by][aria-sort=descending] .carets-sort::after {
  border-top-color: var(--sort-arrow-active);
}

th[data-sort-by][aria-sort=descending] .carets-sort::before {
  opacity: 0.35;
}

th[data-sort-by][aria-sort=none] .carets-sort::before,
th[data-sort-by][aria-sort=none] .carets-sort::after {
  opacity: 0.6;
}

th[data-sort-by]:hover .carets-sort::before,
th[data-sort-by]:hover .carets-sort::after {
  opacity: 0.9;
}

th[data-sort-by][data-sorted=true][data-sort-dir=asc] .carets-sort::before {
  border-bottom-color: var(--sort-arrow-active);
}

th[data-sort-by][data-sorted=true][data-sort-dir=asc] .carets-sort::after {
  opacity: 0.35;
}

th[data-sort-by][data-sorted=true][data-sort-dir=desc] .carets-sort::after {
  border-top-color: var(--sort-arrow-active);
}

th[data-sort-by][data-sorted=true][data-sort-dir=desc] .carets-sort::before {
  opacity: 0.35;
}

.secret-code-wrap {
  position: relative;
  display: flex;
  padding: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #D7BBDA;
}
.secret-code-wrap + div {
  display: flex;
  justify-content: end;
}
.secret-code-wrap + div button {
  background: none;
  color: #000;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.secret-code-wrap + div button:hover {
  background: none;
  color: #943caf;
}

.secret-code-input {
  display: flex;
  height: 40px !important;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4px !important;
  background: #D7BBDA;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.secret-code-input::placeholder {
  font-size: 1rem;
}

.secret-code-actions {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: flex;
  gap: 0.25rem;
}
.secret-code-actions button {
  background: none;
}
.secret-code-actions button i {
  color: #000000;
}
.secret-code-actions button:hover {
  background: none;
}
.secret-code-actions button:hover i {
  color: #943caf;
}

.entete-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 24px 24px 30px 24px;
  /*align-items: center;*/
  align-self: stretch;
}
@media (min-width: 992px) {
  .entete-card {
    flex-direction: row;
    gap: 40px;
  }
}
.entete-card h2 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .entete-card h2 {
    line-height: 40px;
  }
}
.entete-card button {
  all: unset;
  display: flex;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  background: #943CAF;
}
.entete-card button span {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-wrap: nowrap;
}
.entete-card button:hover {
  background: #000000;
}
.entete-card + .content {
  margin-top: 0;
}

.questions-wrap .question-item {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.questions-wrap .question-item > button {
  border-radius: 8px 8px 0 0;
  background: #EFE6F7;
}
.questions-wrap .question-item > button.collapsed {
  background: #FFFFFF;
}
.questions-wrap .question-item > button.collapsed > div .question-header .infos .badges .topic-badge {
  background: #EAD8EF;
}
.questions-wrap .question-item > button.collapsed:hover {
  background: #EFE6F7;
}
.questions-wrap .question-item > button.collapsed:hover > div .question-header .infos .badges .topic-badge {
  background: #FFFFFF;
}
.questions-wrap .question-item > button .question {
  display: flex;
  padding: 12px 16px 12px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.questions-wrap .question-item > button .question-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.questions-wrap .question-item > button .question-header .infos {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.questions-wrap .question-item > button .question-header .infos .badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.questions-wrap .question-item > button .question-header .infos .badges .topic-badge {
  display: flex;
  height: 20px;
  max-height: 20px;
  padding: 3px 6px;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: #FFF;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
.questions-wrap .question-item > button .question-header .infos .badges .status-badge {
  display: flex;
  height: 20px;
  max-height: 20px;
  padding: 3px 6px;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: #943CAF;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}
.questions-wrap .question-item > button .question-header .infos .date {
  overflow: hidden;
  color: #000;
  text-align: right;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}
.questions-wrap .question-item > button .question-header .reference {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}
.questions-wrap .question-item > button .question .question-title {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}
.questions-wrap .question-item .bloc-answer {
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #FFF;
  background: #F6F0FC;
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .questions-wrap .question-item .bloc-answer {
    padding: 32px 56px;
  }
}
.questions-wrap .question-item .bloc-answer > .answer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
}
.questions-wrap .question-item .bloc-answer > .answer .answer-date {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
  margin-bottom: 20px;
}
.questions-wrap .question-item .bloc-answer > .answer .answer-content {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.questions-wrap .question-item .bloc-answer > .answer > div + div {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
.questions-wrap .question-item .bloc-answer > .answer form {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  background: #fff;
  width: fit-content;
  padding: 5px;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .questions-wrap .question-item .bloc-answer > .answer form {
    flex-direction: row;
  }
}
.questions-wrap .question-item .bloc-answer > .answer form input {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 6px 16px 6px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 4px 0 0 4px;
  background: #FFF;
  border: none;
}
@media (min-width: 992px) {
  .questions-wrap .question-item .bloc-answer > .answer form input {
    width: 240px;
  }
}
.questions-wrap .question-item .bloc-answer > .answer form input:focus {
  outline: none;
  box-shadow: none;
}
.questions-wrap .question-item .bloc-answer > .answer form button {
  all: unset;
  display: flex;
  height: 28px;
  padding: 6px 20px;
  border-radius: 100px;
  align-self: center;
  align-items: center;
  gap: 2px;
  background: #943CAF;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  width: calc(100% - 32px);
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .questions-wrap .question-item .bloc-answer > .answer form button {
    width: auto;
  }
}
.questions-wrap .question-item .bloc-answer > .answer form button:hover {
  background: #000000;
  cursor: pointer;
}
.questions-wrap .question-item .bloc-answer > .no-answer {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.discovery-article {
  display: flex;
  padding: 24px 12px;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
}
.discovery-article .article-informations {
  display: flex;
  align-items: center;
  gap: 16px;
}
.discovery-article:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.ask-panel {
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  margin-top: 52px;
  border-radius: 32px 32px 8px 8px;
}
.ask-panel > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  align-self: stretch;
}
.ask-panel h5 {
  color: #000;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.ask-panel h5 + button {
  all: unset;
  cursor: pointer;
}
.ask-panel h5 + button:hover {
  background: none;
}
.ask-panel .user-infos span {
  color: rgba(33, 33, 33, 0.5);
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
}
.ask-panel .user-infos span strong {
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  color: #000;
}

.sticky-top .card {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin-top: 74px;
}
.sticky-top .card p {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.sticky-top .card form {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.sticky-top .card form input {
  display: flex;
  height: 48px;
  padding: 0 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  background: #FFF;
}
.sticky-top .card form button {
  display: flex;
  height: 40px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  align-self: stretch;
  border-radius: 4px;
  background: #943CAF;
}
.sticky-top .card form button span {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.input-outline {
  position: relative;
  margin-bottom: 1rem !important; /* space for the error text below the outline */
}

.input-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #E3D1AD;
  border-radius: 0.375rem;
  pointer-events: none;
  background: transparent;
}

.input-outline.input-outline-error::before {
  border-color: #dc3545; /* Bootstrap danger */
}

.input-outline .form-text,
.input-outline .invalid-feedback {
  position: absolute;
  left: 0.75rem;
  /*bottom: -1.2rem;*/
  top: 2.7rem;
  line-height: 14px;
  margin: 0;
  display: block;
  font-size: 12px;
  width: calc(100% - 0.75rem);
  min-height: 28px;
  background: #ffffff;
}

.input-outline .invalid-feedback {
  z-index: 2;
}

.input-outline .form-text {
  z-index: 1;
}

.input-outline .form-control,
.input-outline .form-select {
  border: 0;
  box-shadow: none;
}

.input-outline-error::before {
  border-color: #dc3545;
}

.input-outline-error:focus-within::before {
  border-color: #0d6efd; /* or your normal blue or neutral color */
}

.input-outline::before {
  transition: border-color 0.2s ease;
}

@media (max-width: 767px) {
  .background-purple {
    overflow-x: hidden;
  }
}
.background-purple .pagination > .active > a,
.background-purple .pagination > .active > span {
  border-color: #8e44ad;
  background-color: #8e44ad;
}
.background-purple .pagination > .page-item > a:hover, .background-purple .pagination > .page-item > a:focus,
.background-purple .pagination > .page-item > span:hover,
.background-purple .pagination > .page-item > span:focus {
  border-color: #8e44ad;
  background-color: #8e44ad;
}

.background-beige .rounded-content-header .search button {
  background: #000000;
}
.background-beige .pagination > .active > a,
.background-beige .pagination > .active > span {
  border-color: #856a43;
  background-color: #856a43;
}
.background-beige .pagination > .page-item > a:hover, .background-beige .pagination > .page-item > a:focus,
.background-beige .pagination > .page-item > span:hover,
.background-beige .pagination > .page-item > span:focus {
  border-color: #856a43;
  background-color: #856a43;
}

.more-instruction-card h5,
.config-card h5 {
  color: #000;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.more-instruction-card h5 + p,
.config-card h5 + p {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
}
.more-instruction-card button,
.config-card button {
  all: unset;
  display: flex;
  height: 40px;
  padding: 0 20px;
  align-items: center;
  gap: 2px;
  border-radius: 100px;
  background: #943caf;
}
.more-instruction-card button:hover,
.config-card button:hover {
  background: #000000;
  cursor: pointer;
}
.more-instruction-card button span,
.config-card button span {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.config-card {
  background: #fff;
}
.config-card form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.config-card form .logo-file {
  display: flex;
  height: 40px;
  padding: 0 20px;
  align-items: center;
  gap: 2px;
  border-radius: 100px;
  background: #943caf;
  color: #ffffff;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.config-card form .logo-file:hover {
  background: #000000;
  cursor: pointer;
}
.config-card input[type=text] {
  display: flex;
  min-height: 40px;
  padding: 6px 8px 6px 12px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  border: 1px solid #D7BBDA;
}

.account-attach-code {
  text-decoration: underline;
  cursor: pointer;
  color: #333333;
}
.account-attach-code:hover {
  color: #1a1a1a;
}

/* Right preview */
.preview-frame {
  /*border: 3px dashed rgba(125,42,232,.35);
  max-width: 420px;
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(1px);
  pointer-events: none;
  margin-top: 40px;*/
}
.preview-frame .account-name {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 24px;
}
.preview-frame h3 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 24px;
}
.preview-frame .preview-logo-placeholder {
  width: 64px;
  height: 48px;
  border-radius: 0.75rem;
  background: #fff;
  display: grid;
  place-items: center;
  color: #b7b7b7;
  font-size: 1.5rem;
}
.preview-frame .preview-logo {
  max-height: 38px;
  max-width: 105px;
  object-fit: contain;
  opacity: 0.9;
}
.preview-frame .preview-logo-current {
  max-height: 38px;
  object-fit: contain;
  border-radius: 0.25rem;
}
.preview-frame .disabled-link {
  pointer-events: none;
  opacity: 0.6;
  text-decoration: none;
}
.preview-frame .input-group {
  display: flex;
  height: 48px;
  min-height: 48px;
  padding: 6px 16px 6px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.preview-frame .input-group-text {
  background: #e9ecef;
  border: none;
  padding: 0;
}
.preview-frame .input-group-text i {
  color: rgba(0, 0, 0, 0.3);
}
.preview-frame .input-group-text + input {
  border: none;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.preview-frame .form-check {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row;
  justify-content: center;
}
.preview-frame .form-check input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid rgba(0, 0, 0, 0.3);
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.preview-frame .form-check label {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.preview-frame button {
  all: unset;
  display: flex;
  height: 40px;
  padding: 6px 16px;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  justify-self: center;
}
.preview-frame button span {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: myriad-pro-semi-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.preview-frame .forget-pwd {
  text-align: center;
}
.preview-frame .forget-pwd a {
  opacity: 1;
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

/* Bold + color the active side based on the button's data-state */
.attach-control__bar:has(.btn-toggle[data-state=on]) .attach-control__side--right,
.attach-control__bar:has(.btn-toggle[data-state="1"]) .attach-control__side--right {
  font-weight: 700;
  color: #6a3d91; /* tweak */
}

.attach-control__bar:has(.btn-toggle[data-state=off]) .attach-control__side--left,
.attach-control__bar:has(.btn-toggle[data-state="0"]) .attach-control__side--left {
  font-weight: 700;
  color: #6a3d91;
}

.attach-control__side {
  transition: color 0.15s ease, font-weight 0.15s ease;
}

.attach-control {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  max-width: 520px;
}
.attach-control__field {
  padding: 0.75rem 1rem;
}
.attach-control__field .form-control {
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  height: auto;
}
.attach-control__field .form-control::placeholder {
  color: #b8b8b8;
}
.attach-control__field .form-control:focus {
  box-shadow: none;
}
.attach-control__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: #F7F3FB;
  padding: 0.75rem 1rem;
}
.attach-control__bar .attach-control__side {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
  color: #A476C1;
  font-weight: 500;
}
.attach-control__bar .attach-control__side--left i, .attach-control__bar .attach-control__side--right i {
  font-size: 1rem;
}
.attach-control__bar .attach-control__side.is-active, .attach-control__bar.is-detach .attach-control__side.attach-control__side--left, .attach-control__bar.is-attach .attach-control__side.attach-control__side--right {
  border-color: rgba(164, 118, 193, 0.35);
  background: rgba(164, 118, 193, 0.12);
}
.attach-control__bar .attach-control__switch {
  position: relative;
  width: 54px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid rgba(164, 118, 193, 0.35);
  background: rgba(164, 118, 193, 0.25);
  padding: 0;
}
.attach-control__bar .attach-control__switch .attach-control__knob {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  transition: left 0.18s ease;
}
.attach-control__bar.is-attach .attach-control__switch .attach-control__knob {
  left: 28px;
}
.attach-control__bar.is-detach .attach-control__switch .attach-control__knob {
  left: 4px;
}

.drawer {
  position: fixed;
  inset-inline: 0;
  z-index: 1001;
}
.drawer__backdrop {
  position: fixed;
  inset-inline: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.drawer__backdrop--visible {
  opacity: 1;
  pointer-events: auto;
}
.drawer__panel {
  position: fixed;
  inset-inline-end: 0;
  width: min(50vw, 1000px);
  max-width: 100%;
  background: #fff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.28s;
  outline: none;
  display: flex;
  flex-direction: column;
  padding-top: env(safe-area-inset-top);
}
.drawer__panel--visible {
  transform: translateX(0);
}
.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.drawer__body {
  padding: 1rem;
  overflow: auto;
}

@media (prefers-reduced-motion: reduce) {
  .drawer__backdrop,
  .drawer__panel {
    transition: none;
  }
}
.ti-badge {
  width: 28px;
  height: 28px;
  font-size: 14px;
  background: #f5f6ff;
  border: 1px solid #e6e8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ti-blob-wrap {
  max-width: 360px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}

.ti-blob {
  width: 100%;
  height: 100%;
  border-radius: 55% 45% 60% 40%/50% 55% 45% 50%;
  background: linear-gradient(94.47deg, #943CAF 0%, #690A89 72.92%);
  padding: 24px;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.ti-blob-img {
  display: block;
  max-width: 88%;
  height: auto;
}

/*.ti-card-gradient {
 background: $card-gradient;
 //border-radius: $card-radius;
 padding: 32px 40px 40px;
 gap: 32px;
 angle: 0 deg;
 opacity: 1;
 border-radius: 24px 24px 80px 24px;

 @media (max-width: 575.98px) { border-radius: 20px; }
}*/
.ti-card-title {
  font-weight: 500;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.2;
}

.ti-card-sub {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  vertical-align: middle;
}

/* Full-screen overlay over the existing Bootstrap modal */
.newsletter-consent-dialog {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  display: none; /* JS switches to flex when open */
  align-items: center;
  justify-content: center;
  z-index: 1060; /* higher than .modal (1055) and .modal-backdrop (1050) */
  /* make sure it’s above modal content inside the same stacking context */
  pointer-events: auto;
}

/* Dimmed background inside the overlay */
.newsletter-consent-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* The actual dialog box */
.newsletter-consent-dialog__box {
  position: relative; /* so it sits above its backdrop */
  max-width: 520px;
  width: 90%;
  background: #fff;
  border-radius: 8px;
  padding: 24px 24px 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  z-index: 1;
  font-size: 0.95rem;
}

/* Title + text */
.newsletter-consent-dialog__title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.newsletter-consent-dialog__text {
  margin-bottom: 1.25rem;
}

/* Buttons row */
.newsletter-consent-dialog__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.ti-attach {
  /*--ti-h: 60px;
  --ti-btn-w: 160px;
  --ti-r: calc(var(--ti-h) / 2);

  position: relative;
  max-width: 640px;
  margin-left: auto;
  height: var(--ti-h);

  &-field {
    position: absolute;
    inset: 0;
    border-radius: 24px 24px 80px 24px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
    overflow: hidden;
  }

  &-input {
    height: 100% !important;
    width: 100%;
    border: 0; background: transparent;
    padding-left: 18px;
    border-radius: 24px 24px 80px 24px;
    padding-right: var(--ti-btn-w);
    font-size: 1.05rem; line-height: 1.1;
    box-shadow: none !important;

    &::placeholder { color: #8f8f8f; }
  }

  &-btn {
    position: absolute;
    top: 0; right: 0;
    height: 100%;
    min-width: var(--ti-btn-w);
    padding-inline: 22px;
    border: 0; line-height: 1;
    border-radius: 0 var(--ti-r) var(--ti-r) 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }*/
}

/*@media (max-width: 991.98px) {
  .ti-attach { margin-left: 0; }
}*/
/*.ti-btn-yellow {
  background: $brand-yellow;
  border-bottom-right-radius: 80px;
  color: #1f1f1f;
  box-shadow: none;

  &:hover { filter: brightness(.96); }
}*/
/*.subs {
  // Banner with gradient and right icon “tab”
  &-banner {
    position: relative;
    background: linear-gradient(88.99deg, rgba(147, 69, 255, 0.75) 28.61%, #09B5CF 94.67%);
    color: #fff;
    border-radius: 14px;
    padding: .9rem 3.25rem .9rem 1.25rem;
    font-weight: 700;
    font-size: clamp(1.1rem, 1.2vw, 1.25rem);
    display: flex;
    align-items: center;

    &__title { flex: 1 1 auto; }

    &__icon {
      position: absolute;
      right: .5rem; top: 50%;
      transform: translateY(-50%);
      width: 40px; height: 40px;
      border-radius: 10px;
      background: rgba(255,255,255,.25);
      display: grid; place-items: center;
      i { color: #fff; }
    }

    &--doc {
      background: linear-gradient(88.99deg, rgba(147, 69, 255, 0.75) 28.61%, #09B5CF 94.67%);
    }
  }*/
/*&-group {
  &__title {
    margin: 0;
    font-weight: 800;
    font-size: .95rem;
    letter-spacing: .02em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: .3rem;

    &::after {
      content: "";
      position: absolute;
      left: 0; right: 0; bottom: 0;
      height: 3px;
      background: #e7dff6;
      border-radius: 3px;
      transform: translateY(2px);
    }
  }
}*/
/*&-item {
  padding: .85rem 0;

  &__title {
    font-weight: 600;
    line-height: 1.35;
  }

  &__meta { margin-top: .25rem; }

  &__tag {
    display: inline-block;
    font-size: .7rem;
    font-weight: 600;
    color: #7a6a9b;
    background: #fff;
    border: 1px solid #e8e3f4;
    border-radius: 6px;
    padding: .2rem .45rem;
  }
}*/
/*&-divider {
  border: 0;
  border-top: 1px solid #eee;
  margin: 0;
}
}*/
/*.btn.btn-outline-dark.rounded-pill {
  --bs-btn-color: #111;
  --bs-btn-border-color: #111;
  --bs-btn-hover-bg: #111;
  --bs-btn-hover-border-color: #111;
  --bs-btn-active-bg: #111;
  --bs-btn-active-border-color: #111;
  padding-top: .45rem; padding-bottom: .45rem;
}
a[data-offer-detail-target="toggle"].is-open {
  text-decoration: none;
  font-weight: 600;
}*/
/* Base wrapper for each subscription item */
/*.subs-item {
  border-radius: 12px;
  transition: background-color 0.25s ease;
  background-color: #fff;
  padding: 6px 12px 6px 12px;

  &.is-open {
    background-color: #F5EEE0; // darker beige when detail is open
  }

  .subs-item__title {
    font-weight: 600;
    color: #1d1d1d;
  }

  .subs-item__meta {
    .subs-item__tag {
      display: inline-block;
      padding: 0.15rem 0.5rem;
      border-radius: 6px;
      font-size: 0.75rem;
      font-weight: 500;
      background: #f3f3f3;
      color: #444;
    }
  }
}*/
/* Divider between items */
/*.subs-divider {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 1rem 0;
}*/
/* Detail panel (collapsible area) */
/*.offer-detail__panel {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: #F8F4EE; // light beige inside
  transition: height 0.25s ease;
}*/
/* Internal layout */
/*.offer-detail__content {
  padding: 1.25rem 1.5rem;
}*/
/* Beige card section */
/*.offer-detail__card {
  background: #F8F4EE;
  border-radius: 12px;
  padding: 1rem 1.25rem;

  ul {
    margin-bottom: 0;
    padding-left: 1.2rem;

    li {
      margin-bottom: 0.4rem;
    }
  }
}*/
/* Underline for “Les avantages” */
/*.offer-detail__underline {
  display: inline-block;
  position: relative;
  padding-bottom: 0.25rem;

  &::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #000;
    border-radius: 2px;
  }
}*/
/* Toggle link */
/*a[data-offer-detail-target="toggle"] {
  transition: color 0.2s, text-decoration-color 0.2s;
  color: #5c5c5c;

  &:hover {
    color: #000;
  }

  &.is-open {
    font-weight: 600;
    color: #000;
    text-decoration: none;
  }
}*/
/*.card-body a.newsletter {
  background: url("../images/bg-link-newsletter-eEXG4Vu.png") #d3d3d3 50% / cover no-repeat;
}
.card-body a.veille-perso {
  background: url("../images/bg-link-veille-perso-S5gv1Xx.png") lightgray 50% / cover no-repeat;
}
.chronologie li a:before,
.chronologie li .bloc-comment:before {
  content: url("../images/dot-hkcV6eC.svg");
}

.input-outline.select:after {
  background-image: url("../images/angle-down-select-q8Ae1L-.svg");
}

.btn-toggle[data-state=on]:before {
  content: url("../images/icon-tick-468lSZi.png");
}

.btn-toggle[data-state=off]:before {
  content: url("../images/icon-cross-m61UhOg.png");
}

#account-settings-modal .tab-pane #veille-perso.two-col .section-choices .bloc-info {
  background: url("../images/ellipse-veille-perso-info-6_aKV-U.svg") right bottom / auto no-repeat #EFE6F7;
}

.illustration-veille-perso:before {
  background-image: url("../images/deco-veille-perso-2-0C2IoMv.png");
}

.illustration-veille-perso:after {
  background-image: url("../images/deco-veille-perso-1-3yxO_Cl.png");
}
.navbar .nav .fond-bloc-carto {
  background: url("../images/fond-cartographie-interactive-2lkVpai.jpg") no-repeat center center;
  background-size: cover;
}
#account-settings-modal .bloc-info-veille-perso {
  background: url("../images/ellipse-veille-perso-info-6_aKV-U.svg") right bottom / auto no-repeat #efe6f7;
}*/
/* Ensure popin can overflow and stack above surrounding UI */
.content {
  position: relative;
  overflow: visible;
}

.filter-container {
  overflow: visible;
}

.options.sidebar-top {
  position: relative;
  overflow: visible;
}

/* Hidden state (Bootstrap d-none) */
.filters-popin-local.d-none {
  display: none;
}

/* Popin container */
.filters-popin-local {
  position: fixed;
  z-index: 1000;
  width: 320px;
  max-width: 92vw;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Header */
.filters-popin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filters-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.filters-count {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #E3D1AD;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex: 0 0 auto;
}

/* Body: vertical stack */
.filters-popin-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

/* Sections */
.filters-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.filters-section-title {
  font-weight: 700;
}

/* Rows */
.filters-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 6px 0;
}

.filters-row input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #7b2cbf;
  flex: 0 0 auto;
}

.filters-row span {
  white-space: normal;
}

/* Utility */
.is-hidden {
  display: none;
}

.notification.is-zero {
  display: none;
}

.list-group-item {
  border-bottom: 2px solid #e0e0e0;
}

.list-group-item:last-of-type {
  border-bottom: none;
}

.library-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.library-filter-chip-remove {
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  color: inherit;
  display: inline-flex;
  align-items: center;
}

.filter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.segments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}

.options {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.library-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}

.library-filter-chip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
}

.two-col {
  position: relative;
}

.col-left,
.sidebar,
.list-unstyled,
.library-item,
.dropdown {
  overflow: visible;
}

.two-col {
  position: relative;
}

.col-left {
  position: relative;
  z-index: 10;
}

.col-right {
  position: relative;
  z-index: 1;
}

.library-popover {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  padding: 16px;
  border: 0;
}

.dropdown-divider {
  border-color: rgb(228, 228, 228);
}

.library-context-menu {
  min-width: 290px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 8px;
}

.library-context-menu-item {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 12px 12px;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
}

.library-context-menu-item:hover {
  background: rgba(0, 0, 0, 0.06);
}

.library-context-menu-sep {
  margin: 8px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.library-context-subpanel {
  display: block;
}

.library-context-subpanel.d-none {
  display: none;
}

.library-context-menu-title {
  padding: 10px 12px 6px;
  font-weight: 600;
  opacity: 0.75;
}

.library-context-menu-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.library-context-menu-item .chev {
  opacity: 0.6;
}

.col-right .content {
  padding: 10px;
}

.two-col .content .list-group {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.two-col .content .list-group .list-group-item {
  border: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: inset 0 -1px 0 #E3D1AD;
  background-clip: padding-box;
}
.two-col .content .list-group .list-group-item:first-child {
  box-shadow: inset 0 1px 0 #E3D1AD, inset 0 -1px 0 #E3D1AD;
}

.popover-menu-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 8px;
  border-radius: 10px;
  font: inherit;
  cursor: pointer;
}
.popover-menu-item:disabled {
  cursor: default;
}
.popover-menu-item:hover {
  background: rgba(0, 0, 0, 0.06);
}

.library-item .dropdown > button[data-bs-toggle=dropdown] i {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.library-item:hover .dropdown > button[data-bs-toggle=dropdown] i,
.library-item .dropdown > button[data-bs-toggle=dropdown][aria-expanded=true] i {
  opacity: 1;
}

[data-content-item] {
  position: relative;
}
[data-content-item] .content-ellipsis {
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
[data-content-item]:hover .content-ellipsis, [data-content-item]:focus-within .content-ellipsis {
  opacity: 1;
  pointer-events: auto;
}

.library-context-menu-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.library-context-menu-item span {
  display: block;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.4;
}

.library-item:hover {
  border-radius: 8px;
  background: #FAF7F0;
}

.library-all.selected .library-item {
  border-radius: 8px;
  background: #FAF7F0;
}

.library-item-icon {
  border-radius: 10%;
  padding: 0px !important;
}

.library-context-menu-item {
  display: flex;
  align-items: center; /* vertical center */
  justify-content: space-between; /* push chevron to right */
}

.directory-list-scroll {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}

/*# sourceMappingURL=app.output.css.map */
