/* ---- Auto-update toggle switch ---- */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

/* Compact switch size */
.switch.switch-sm {
  width: 44px;
  height: 24px;
}
.switch.switch-sm .slider:before {
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
}
.switch.switch-sm input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Align block with other form fields */
.profile-setting-row {
  margin-bottom: 5px;
}

.profile-setting-row .setting-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.profile-setting-row .setting-help {
  margin-top: 6px;
  color: #000;
}
/* Emphase des sous-sections d'articles non significatifs */
.non-sig-section-title {
  display: inline-block;
  font-size: 1.05rem;
  text-decoration: underline;
  margin-top: 10px;
}

/* Accordéons: rendre les <summary> plus visibles (flèche + hover) */
details > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
}
details > summary::-webkit-details-marker {
  display: none;
}
details > summary::before {
  content: '\25BA'; /* triangle right */
  display: inline-block;
  transform: translateY(1px);
  transition: transform .2s ease;
  color: #2a3663;
}
details[open] > summary::before {
  transform: rotate(90deg) translateX(1px);
}
details > summary:hover {
  color: #0b2e4d;
}
details > summary:hover b,
details > summary:hover span,
details > summary:hover i,
details > summary:hover strong {
  text-decoration: underline;
}
/* Styles spécifiques pour nos sections */
details.sig-extra > summary,
details.non-sig > summary,
details.non-sig-cat > summary {
  font-weight: 600;
}
.w-webflow-badge {
  display:none; visibility:hidden
} 

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.body {
  mix-blend-mode: normal;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  display: block;
  overflow: visible;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  justify-content: center;
  align-items: flex-start;
  min-width: 200px;
  max-width: 300px;
  display: block;
}

.navbar-brand.access-denied {
  padding-left: 0;
  position: absolute;
  top: 20px;
  left: 20px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

/* Prevent wrapping for specific nav labels */
.nav-link[href="#features"],
.nav-link[href$="#features"],
.nav-link[href="/index#features"],
.nav-link[href$="/index#features"],
.div-block-12 .w-button {
  white-space: nowrap;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.last {
  margin-right: 5px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-user-dashboard {
  position:absolute;
  right:0;
  left:auto;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
  pointer-events: auto;
}

.nav-dropdown-list.w--open {
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0;
  padding-bottom: 0;
  box-shadow: 4px 4px 5px #0003;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 5px 5px;
  font-size: 14px;
  cursor: pointer;
}

.nav-dropdown-link:hover {
  background-color: #d9d9d9;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2a366300;
  border: 0 solid #000;
  border-radius: 5px;
  min-width: 100px;
  margin-right: 10px;
  padding: 12px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 0 5px 2px #0003;
}

.button-primary:hover {
  color: #fff;
  background-color: #09273f;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.button-primary.couleur {
  cursor: pointer;
  background-color: #319bdb;
}

.button-primary.couleur:hover {
  background-color: #32343a;
}

.button-primary.button_size20 {
  text-transform: capitalize;
  padding: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  box-shadow: 0 0 4px 2px #0003;
}

.button-primary.sign-in {
  box-shadow: none;
}

.button-primary.button-billing-plan {
  background-color: #d4d4d433;
  font-size: 20px;
  box-shadow: 5px 5px 5px 2px #0003;
}

.button-primary.button-subscribe-billing {
  box-shadow: none;
  border-width: 2px;
  border-color: #b3b3b3;
  margin-right: 0;
  font-size: 20px;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.quick-stack {
  clear: none;
}

.quick-stack-2 {
  position: static;
}

.quick-stack-3 {
  grid-row-gap: 17px;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #939393;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #979797;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.pricing-comparison {
  background-color: #fcfaf1;
  background-image: radial-gradient(circle, #fff, rgba(19, 80, 129, 0.251));
  border-top: 0 solid #000;
  border-bottom: 2px solid #939393;
  padding: 90px 30px 42px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.pricing-card {
  background-color: #faf6e3bf;
  border: 2px solid #b4b4b4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 550px;
  padding: 32px 20px;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 5px #0003;
}

.pricing-card.featured-pricing {
  z-index: 2;
  background-color: #faf6e3bf;
  border-width: 3px;
  border-color: #4a4a4a;
  box-shadow: 5px 5px 5px #0000004d;
}

.pricing-card.dashboard-pricing-card {
  background-color: #d4d4d433;
  box-shadow: inset 0 0 6px 2px #0003;
}

.pricing-card.dashboard-pricing-card.featured {
  z-index: 2;
  border-width: 3px;
  border-color: #666;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  font-size: 37px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  margin-top: 20px;
  margin-bottom: 24px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.pricing-divider {
  background-color: #76879d33;
  align-self: center;
  width: 100%;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.header {
  background-color: #fcfaf1;
  background-image: radial-gradient(circle, #fff, #fff 0%, rgba(19, 80, 129, 0.251));
  border-bottom: 2px solid #939393;
  padding: 20px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  width: 40vw;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 19px;
  padding-top: 0;
}

.heading {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  display: block;
}

.cell-2 {
  align-items: center;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.navbar-logo-left {
  z-index: 999999;
  background-color: #fff;
  border-bottom: 2px solid #cbcbcb;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-logo-left-container.shadow-three.access-denied {
  position: absolute;
}

.navbar-logo-left-container.shadow-three-copy {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 0;
  display: flex;
}

.nav-divider-horizontal {
  background-color: #787b7f;
  width: 80%;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.container-3 {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 14px;
  display: flex;
  position: static;
  overflow: visible;
}

.textarea {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-radius: 6px;
  font-size: 50px;
  line-height: 120px;
  display: flex;
  position: static;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
  position: static;
  top: 100px;
}

.cell-3 {
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 20px;
  display: flex;
}

.text-block {
  z-index: auto;
  text-align: left;
  background-color: #fff;
  border: 2px solid #c8c8c8;
  border-radius: 10px;
  flex: 1;
  align-self: auto;
  min-width: 500px;
  max-width: 800px;
  min-height: 400px;
  margin-right: 0;
  padding: 15px 10px;
  font-family: PT Sans, sans-serif;
  display: block;
  overflow: visible;
}

.quick-stack-4 {
  background-color: #faf6e3;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  margin-right: 0;
  padding: 65px 40px;
  position: relative;
}

.quick-stack-4.test {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1200px;
  min-height: 4500px;
  padding: 40px 65px;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.cell-5 {
  justify-content: center;
  align-items: stretch;
}

.cell-5.test {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-6, .cell-7, .cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.italic-text {
  text-align: left;
  position: static;
  top: 15px;
}

.italic-text.in_rd {
  color: #333;
  background-color: #fffb00;
}

.button-pri {
  background-color: #2a3663;
  border-radius: 15px;
  min-width: 250px;
  font-family: Open Sans, sans-serif;
  position: static;
}

.bold-text {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #c8c7f8;
  background-clip: border-box;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px;
  font-size: 25px;
  display: block;
  position: static;
  top: 15px;
}

.bold-text.title-generation-box {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cell-10 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  list-style-type: decimal;
  display: flex;
}

.heading-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  display: flex;
}

.heading-2.test {
  text-align: center;
}

.div-block {
  position: sticky;
  top: 15px;
}

.div-block-2 {
  position: sticky;
}

.div-block-3 {
  flex-flow: row;
  display: block;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 100px;
}

.div-block-5 {
  position: sticky;
  top: 100px;
}

.sticky_section {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 731px;
  position: relative;
  overflow: visible;
}

.sticky_div {
  aspect-ratio: auto;
  display: inline-block;
  position: sticky;
  top: 50px;
  overflow: visible;
}

.sticky_text {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
}

.list-item {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.div_space_free_monthly {
  padding-bottom: 24px;
}

.div-block-6 {
  border-bottom: 0 solid #000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  z-index: 99999;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  height: 100%;
  display: flex;
  position: static;
  top: auto;
}

.div-block-8 {
  flex-flow: column;
  display: block;
}

.div-block-9 {
  min-width: 400px;
}

.div-block-10 {
  padding: 10px 100px 40px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.section-faq {
  background-color: transparent;
  padding: 100px 30px 42px;
  position: relative;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 30px;
  display: flex;
  background: transparent;
}

.accordion-item-trigger:hover {
  background: rgba(42,131,186,.06);
}

.accordion-heading {
  color: #494949;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Open Sans, Arial, Helvetica, sans-serif;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.text-center {
  text-align: center;
  font-family: Open Sans, sans-serif;
  margin: 10px 0 10px 0;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 1050px;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff !important;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  margin-bottom: 20px;
  padding: 0;
}

.text-field {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 15px;
  min-height: 250px;
  padding: 10px 20px;
}

.italic-text-2 {
  color: #333;
}

.div-block-11 {
  min-height: 100px;
}

.spacer2 {
  min-width: 550px;
}

.spacer1 {
  min-width: 600px;
}

.heading-0 {
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  border: 0 solid #000;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: clamp(36px, 5.5vw, 64px) !important;
  font-weight: 700;
  line-height: clamp(50px, 6vw, 74px) !important;
  text-decoration: none;
  display: block;
}

.image-2 {
  max-width: 55%;
  padding-bottom: 10px;
  padding-left: 0;
  overflow: visible;
}

.div-block-12 {
  flex-flow: row;
  margin-left: 10px;
  display: flex;
}

.dropdown {
  line-height: 10px;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.text-block-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-4 {
  color: #09273f;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.image-3 {
  min-height: 20%;
  max-height: 25%;
}

.logo-inline {
  color: #3330;
  background-image: url('../images/logo-v3-transparent.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  vertical-align: middle;
  user-select: none;
  pointer-events: none;
  text-indent: -9999px; /* si du texte résiduel existe, le cacher visuellement */
  overflow: hidden;
  margin-right: 10px;
}

.new-hero-stack-features {
  padding: 100px 30px 0px 30px;
  background-color: transparent;
  background-image: transparent;
  border: 0;
  position: relative;
  flex-flow: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cadre_image {
  z-index: 2;
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  border: 0 solid #000;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 10vh 5vh;
  display: flex;
  position: sticky;
  top: 20vh;
}

.div-block-14 {
  z-index: 99999;
  flex: 1;
  align-self: auto;
  min-width: 500px;
  max-width: 700px;
  padding-right: 20px;
  display: block;
  position: static;
  top: 100px;
}

.div-block-15 {
  z-index: 9999;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
  position: static;
  top: 100px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(8, 35, 56, 0.08);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(8, 35, 56, 0.08);
  padding: 20px 24px;
  max-width: 1050px;
  width: stretch;
}

.image-4 {
  z-index: 10;
  height: 450px;
  position: static;
  top: 100px;
}

.div-block-17 {
  z-index: 100000;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 60%;
  min-height: 450px;
  padding-right: 20px;
  display: flex;
  position: static;
  top: 100px;
}

.image-5 {
  opacity: 1;
  border-style: solid;
  border-color: #000;
  width: 175px;
  display: block;
  position: static;
  overflow: visible;
}

.cadre_beige-trigger {
  aspect-ratio: auto;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 5500px;
  padding: 40px 65px;
  display: block;
  position: relative;
}

.div-block-18 {
  flex-flow: column;
  min-width: 60%;
  height: 600px;
  padding-right: 20px;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-20 {
  margin-left: 10px;
  padding-left: 0;
  display: block;
}

.div-block-17-copy {
  z-index: 100000;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  min-width: 60%;
  height: auto;
  min-height: 450px;
  padding-right: 20px;
  display: flex;
  position: static;
  top: 100px;
}

.div-block-21 {
  z-index: 100001;
  position: sticky;
  top: 100px;
}

.div-block-22 {
  border: 2px solid #000;
  flex-flow: column;
  display: flex;
}

.div-block-23 {
  align-self: center;
  max-width: 90%;
}

.div-block-24 {
  background-color: #e1d7c1;
  background-image: url('../images/Logo_v3_beige.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}


.div-block-26 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 60%;
  min-height: 450px;
  padding-right: 20px;
  display: flex;
}

.div-block-27 {
  height: 0;
  overflow: visible;
}

.div-block-7-copy {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  height: 100%;
  display: flex;
  position: static;
  top: auto;
}

.inf-droit_dupliqu-_opacite-0 {
  opacity: 0;
}

.div-block-28 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  min-width: 70%;
  height: auto;
  display: flex;
}

.div-block-29 {
  height: 0;
}

.div-block-30 {
  z-index: 99997;
  background-color: #000;
  position: sticky;
  top: 20vh;
}

.text-block-copy {
  z-index: auto;
  text-align: left;
  background-color: #fff;
  border: 2px solid #c8c8c8;
  border-radius: 10px;
  flex: 1;
  margin-right: 0;
  padding: 15px 10px;
  font-family: PT Sans, sans-serif;
}

.div-block-31 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-32 {
  flex-flow: column;
  flex: 1;
  min-width: 500px;
  max-width: 800px;
  height: 400px;
  display: flex;
}

.div-block-33 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-28-copy {
  opacity: 0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  min-width: 500px;
  max-width: 800px;
  height: 400px;
  display: flex;
}

.div-block-6-copy {
  opacity: 0;
  justify-content: center;
  display: flex;
}

.list-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 0;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  list-style-type: decimal;
  display: flex;
}

.div-block-34 {
  padding-left: 25px;
}

.div-block-28-copy, .div-block-28-copy-copy {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  min-width: 500px;
  max-width: 800px;
  height: 400px;
  display: flex;
}

.div-block-7-copy {
  z-index: 99999;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  height: 100%;
  display: flex;
  position: static;
  top: auto;
}

.div-block-7-copy-copy {
  z-index: 99999;
  opacity: 0;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  height: 100%;
  display: flex;
  position: static;
  top: auto;
}

.div-block-15-copy, .div-block-15-copy-copy {
  z-index: 9999;
  position: static;
  top: 100px;
}

.div-block-6-copy, .div-block-6-copy-copy {
  justify-content: center;
  display: flex;
}

.div-block-8-copy, .div-block-8-copy-copy {
  flex-flow: column;
  display: block;
}

.list-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  list-style-type: decimal;
  display: flex;
}

.list-copy-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  list-style-type: decimal;
  display: flex;
}

.div-block-31-copy, .div-block-31-copy-copy {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-35 {
  z-index: 4;
  background-color: #000;
  position: sticky;
  top: 20vh;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-copy.dashboard-container-profile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.container-copy.dashboard-container-research {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-36 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.field-label {
  align-self: flex-start;
}

.text-field-2 {
  background-color: #f3f3f359;
  border-radius: 5px;
  flex: 0 auto;
  align-self: flex-end;
  margin-left: 25px;
}

.div-block-37 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.field-form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #282828;
  background-color: #f3f3f359;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 0 5px -2px #0003;
}

.field-form.specialty-form {
  align-self: flex-end;
  margin-left: 25px;
}

.field-form.signup-field {
  overflow: clip;
}

.submit-button {
  background-color: #2a3663;
  border-radius: 5px;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
}

.submit-button:hover {
  background-color: #3a3232;
}

.submit-button.click-here-to-sign-in {
  text-align: center;
}

.submit-button.submit-query {
  background-color: #319bdb80;
  background-image: url('../images/Logo-text-1-v2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 90%;
  background-attachment: scroll;
  border: 2px solid #000;
  margin-top: 30px;
}

.submit-button.submit-query:hover {
  background-color: #2a366380;
}

.form-2 {
  flex-flow: column;
  display: flex;
}

.form-tag {
  font-size: 15px;
}

.div-change-password {
  margin-top: 10px;
}

.form-tag.change-password-link {
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px 10px;
  text-align: center;
}

.form-tag.change-password-link:hover {
  background-color: #9c9c9c83;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.form-block {
  border-top: 2px solid #e4ebf3;
  width: 100%;
  max-width: 500px;
  margin-bottom: 50px;
  padding-top: 20px;
}

.form-block.dashboard_my-profile {
  border-top-width: 0;
}

.link {
  color: #2a3663;
  font-weight: 600;
}

.container-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #979797;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 0 15px 9px #0003;
}

.login-wrapper {
  border-bottom: 0 solid #e4ebf3;
  align-self: stretch;
  padding: 20px 30px;
  position: relative;
}

.heading-0-copy {
  text-align: center;
  border: 0 solid #000;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 35px;
  font-weight: 700;
  line-height: 73px;
  display: block;
}

.body-reg-login {
  mix-blend-mode: normal;
  background-color: #fcfaf1;
  background-image: linear-gradient(#fcfaf1, #fff 50%);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  display: block;
  overflow: visible;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

/* Suggestions dropdown UX */
.suggestions-box { cursor: default; }
.suggestion-item {
  cursor: pointer;
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
}
.suggestion-item:hover { background-color: #f5f5f5; }

/* Selected journals badges */
#selected-journals { margin-top: 8px; }
.journal-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef6ff;
  border: 1px solid #cfe4ff;
  color: #0b2e4d;
  border-radius: 16px;
  padding: 4px 8px;
  margin: 3px 6px 0 0;
  font-size: 12px;
}
.journal-tag button {
  border: none;
  background: transparent;
  color: #0b2e4d;
  cursor: pointer;
  padding: 0 2px;
}
.journal-tag button:hover { color: #c00; }

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

/* === Home overrides (clean slate) === */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@700;800&display=swap');

:root {
  --brand-blue: #2a83ba;
  --brand-deep: #082338;
}

/* Hero logo in title */
.hero-ai-logo { height: 1.2em; width: auto; vertical-align: -0.025em; margin:0 -0.1em 0 0.06em; filter: drop-shadow(0 4px 14px rgba(8,35,56,.18)); }

.italic-text-4 {
  font-family: Lato, sans-serif;
  font-size: clamp(18px, 2.1vw, 26px);
}

.signup-field {
  color: #282828;
  text-align: left;
  background-color: #f3f3f359;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #0000000f;
}

.signup-field:focus {
  border: 1px solid #1875f0;
  box-shadow: inset 0 1px 3px #0000000d, 0 0 4px #1875f0;
}

.signup-field::placeholder {
  color: #3333334d;
}

.page-wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.terms-text {
  color: #333333bf;
  padding-left: 5px;
  font-size: 13px;
  position: relative;
  top: -2px;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
  position: relative;
}

.login-button {
  background-color: #2a3663;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  padding: 13px 18px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.login-button:hover {
  background-color: #32343a;
}

.login-head {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3em;
}

.login-head.sub-head {
  margin-top: -10px;
  font-size: 25px;
  font-weight: 400;
}

.gdpr-checkbox {
  text-align: left;
  margin-top: 5px;
}

.button-wrapper {
  text-align: right;
  width: 180px;
}

.logo-text {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: -4px;
}

.login-page-link {
  color: #000;
  font-weight: 600;
}

.signup-label {
  z-index: -1;
  opacity: .75;
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 700;
}

.button {
  color: #fff;
  background-color: #3144f3;
  border-radius: 4px;
  margin-top: 20px;
  padding: 13px 18px 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.button:hover {
  background-color: #1875f0;
}

.button.line-button {
  color: #1875f0;
  background-color: #fff;
  border: 2px solid #1875f0;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 6px;
  display: inline-block;
}

.dot {
  background-color: #fff;
  border-radius: 20px;
  width: 11px;
  height: 11px;
}

.memberstack-form {
  border-top: 2px solid #e4ebf3;
  margin-top: 35px;
  padding-top: 35px;
  position: relative;
}

.nav-step {
  text-align: center;
  background-color: #fff;
  border: 1px solid #1875f033;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
}

.nav-step.done {
  color: #fff;
  background-color: #1875f0;
}

.field-row {
  display: flex;
}

.fake-logo {
  background-color: #1875f0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-top: 9px;
  padding-left: 9px;
  display: inline-block;
  position: relative;
  top: 4px;
  box-shadow: 0 10px 20px -5px #1875f0;
}

.signup-nav-step {
  text-align: center;
  width: 115px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.signup-nav-step.current {
  font-weight: 700;
}

.logo-link {
  z-index: 1;
  width: 180px;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.signup-navigation-wrap {
  display: flex;
}

.login-page-wrapper {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 5% 100px;
  position: relative;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 15px;
}

.top-nav {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #3333331a;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1.5em 1em;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #3333331a;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-38 {
  background-image: url('../images/Logo-text-1-v2.svg');
  background-position: 50% 25px;
  background-repeat: no-repeat;
  background-size: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 100px;
  line-height: 1.6;
  display: flex;
}

.login-form {
  z-index: 10;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px 10px;
  position: relative;
}

.login-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  line-height: 1.3em;
}

.div-block-39 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.signup-field-2 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 6px;
  align-items: center;
  height: 54px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px 3px #0000000f;
}

.signup-field-2:focus {
  border: 1px solid #1875f0;
  box-shadow: inset 0 1px 3px #0000000d, 0 0 4px #1875f0;
}

.signup-field-2::placeholder {
  color: #3333334d;
}

.login-button-2 {
  background-color: #3144f3;
  border-radius: 4px;
  width: 100%;
  margin-top: 20px;
  padding: 13px 18px 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.login-button-2:hover {
  background-color: #1875f0;
}

.login-head-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.login-head-2.sub-head {
  margin-top: -10px;
  font-size: 24px;
  font-weight: 400;
}

.radio-button-label {
  z-index: 10;
  position: relative;
}

.signup-label-2 {
  z-index: -1;
  opacity: .6;
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 15px;
  font-weight: 400;
}

.memberstack-form-2 {
  padding-top: 10px;
  position: relative;
}

.radio-wrap {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 4px;
  margin-right: 12px;
  padding: 7px 10px;
  position: relative;
}

.option-row {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.radio-button {
  z-index: 9;
  opacity: 0;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  inset: -3px 0% 0%;
}

.radio-button.w--redirected-checked {
  opacity: 1;
  background-color: #1875f026;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-width: 2px;
  border-radius: 4px;
}

.signup-label-3 {
  z-index: -1;
  opacity: .6;
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 15px;
  font-weight: 400;
}

.memberstack-form-3 {
  padding-top: 10px;
  position: relative;
}

.tabs {
  margin-bottom: auto;
}

.signup-label-4 {
  z-index: -1;
  opacity: .6;
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 15px;
  font-weight: 400;
}

.dashboard-section {
  padding: 1em 2em;
}

.dash-tab-wrapper {
  padding-bottom: 5em;
}

.navigation-menu {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  box-shadow: 0 1px 10px #3333331a;
}

.navigation-item-2 {
  z-index: 2;
  opacity: .6;
  color: #000;
  background-color: #fff;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.navigation-item-2:hover {
  opacity: .9;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1875f0;
  background-color: #0000;
  font-weight: 600;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-icon {
  text-align: right;
  width: 20px;
  margin-right: 1em;
}

.template-tag {
  display: none;
}

.secondary-action {
  font-size: 15px;
  line-height: 1.6em;
}

.secondary-action.forgot-password {
  text-align: center;
  margin-top: -5px;
  font-size: 16px;
  line-height: 1.6;
}

.login-link {
  color: #2a3663;
  font-weight: 600;
  transition: color .2s;
}

.login-link:hover, .login-link:active {
  color: #2a3663;
}

.white-box {
  color: #333;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  width: 48%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  box-shadow: 11px 11px 15px -5px #0000001a;
}

.white-box.center-message {
  background-image: radial-gradient(circle, rgba(19, 80, 129, 0.251), #fff);
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.box-padding {
  text-align: center;
  padding: 1.6em;
}

.large-number {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.6;
  display: inline-block;
}

.login-nav-link {
  color: #000;
  margin-top: 20px;
  margin-right: 50px;
  padding: 10px 20px;
  font-size: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.center-message {
  background-color: #fcfaf1;
  background-image: radial-gradient(circle, #fff, rgba(19, 80, 129, 0.251));
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

.div-block-40 {
  border-top: 2px solid #e4ebf3;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 50px;
  padding-top: 20px;
  display: flex;
}

.tabs-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.tabs-content {
  align-self: auto;
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: transparent;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 1em;
  display: flex;
  position: relative;
}

.navbar-logo-left-copy {
  z-index: 999999;
  background-color: #fff;
  border-bottom: 2px solid #cbcbcb;
  position: sticky;
  top: 0;
}

.container-2-copy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #3330;
}

.tab-link-divider {
  width: 80%;
  height: 2px;
  padding: 0;
}

.div-block-38-copy { display: contents; }

.tab-link {
  background-color: #fff0;
  border-bottom: 1px solid #000;
  border-radius: 5px 5px 0 0;
}

.tab-link:hover {
  background-color: #00000040;
}

.tab-link.w--current {
  color: #082338;
  background-color: transparent;
  border-bottom: 3px solid #082338;
}

.heading-dashboard {
  margin-bottom: 25px;
  font-size: 25px;
}

.form-query {
  flex-flow: row;
  display: block;
}

.form-3 {
  flex-flow: column;
  display: flex;
}

.query-div-wrapper {
  display: flex;
  flex-flow: row;
  position: relative;
  margin-right: 20px;
  max-width: 300px;
  flex: 0 0 auto;
  align-self: flex-start;
  background: linear-gradient(90deg, #ffffff00, #ecf2f982);
  border-radius: 10px;
}

.query-div {
  flex-flow: column;
  width: 100%;
  display: flex;
  max-height: none;
}

/* Toggle flottant pour replier My Query */
#dashboard-research-container { display: flex; }
#query-handle {
  position: relative;
  align-self: stretch;
  width: 20px;
  min-width: 20px;
  margin-left: 10px;
  border: none;
  background: linear-gradient(90deg, #ffffff00, #fdfafa60, #ecf2f982);
  border-radius: 10px;
  box-shadow: 4px 0px 3px rgba(8,35,56,0.08);
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: visible;
}

#query-handle:hover {
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.08), inset -4px 0 0 0 rgba(16, 69, 110, 0.08);
}

#query-handle .chevron {
  align-self: center;
  width: 14px;
  height: 21px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>') no-repeat 50% 50%;
  background-color: #082338;
  transform: rotate(0deg) scale(2.2);
  transition: transform .2s ease;
}

/* État replié: chevron pointe vers la droite sur desktop, vers le bas sur mobile */
.query-collapsed #query-handle .chevron { transform: rotate(180deg) scale(2.2); }

/* Animation/repli de la colonne My Query */
.query-div {
  transition: max-width .25s ease, margin-right .25s ease, opacity .2s ease, height .25s ease;
}

/* Desktop: replier sur la gauche => largeur 0 et invisible */
@media screen and (min-width: 768px) {
  .query-collapsed .query-div {
    max-width: 0 !important;
    margin-right: 0 !important;
    height: 480px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0;
    overflow: hidden;
  }

  .query-collapsed #query-handle { margin-left: 0; }
}

/* Mobile: My Query au-dessus -> repli vertical */
@media screen and (max-width: 767px) {
  .query-div-wrapper {
    flex-flow: column;
    max-width: none;
    width: 100%;
    background: linear-gradient(180deg, #ffffff00, #ecf2f982);
  }
  #query-handle {
    width: 100%;
    min-width: 0;
    height: 26px;
    margin: 8px 0 0 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff00, #fdfafa60, #ecf2f982);
    box-shadow: 0 4px 3px rgba(8,35,56,0.08);
    align-self: stretch;
  }
  #query-handle:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08), inset 0px -4px 0 0 rgba(16, 69, 110, 0.08);
}
  #query-handle .chevron { transform: rotate(90deg) scale(1.6); }
  .query-collapsed #query-handle .chevron { transform: rotate(-90deg) scale(1.6); }
  .query-collapsed .query-div {
    height: 0 !important;
    padding: 0 !important;
    opacity: 0;
    overflow: hidden;
    margin-bottom: 0 !important;
    border: 0 !important;
  }
}

.review-div {
  width: 100%;
  max-width: 1200px;
  margin-left: 20px;
  flex-flow: column;
  display: flex;
  align-self: stretch;
}

.div-block-41 {
  padding: 20px 30px;
  display: flex;
}

.div-block-31-copy {
  justify-content: center;
  align-items: stretch;
  display: flex;
  flex: 1;
  padding-bottom: 20px;
}

.tabs-content.w-tab-content {
  margin-bottom: 40px;
}

.next-summary-msg:empty {
  display: none;
}

.text-block-copy-copy {
  z-index: auto;
  text-align: left;
  background-color: #fff;
  border: 2px solid #c8c8c8;
  border-radius: 10px;
  flex: 1;
  margin-right: 0;
  padding: 15px 10px;
  font-family: PT Sans, sans-serif;
}

.text-block-copy-copy.review-textblock {
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(8,35,56,0.08);
  border-radius: 12px;
  padding: 20px;
  position: relative;
  box-shadow: 0 6px 24px rgba(8,35,56,.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-family: Inter, Open Sans, Arial, Helvetica, sans-serif;
  color: #0f172a;
  line-height: 1.7;
}

.review-generation_date {
  background-color: #fff3cd;
  color: #7c5a00;
  border: 1px solid #ffe69c;
  border-radius: 999px;
  padding: 2px 8px;
  font-style: italic;
  font-weight: 700;
}

.review-generation_date:empty { display: none; }

.review-title_period {
  background-color: transparent;
  border-top: none;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 12px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-family: Manrope, Inter, sans-serif;
  display: block;
  position: sticky;
  top: 15px;
}

.review-title_period.review-period_title {
  border-bottom: 1px solid #000;
}

.text-span {
  font-weight: 700;
}

.review-journals-list {
  font-style: italic;
  color: #475569;
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
}

/* Corps de synthèse (meilleure lisibilité) */
.review-summary-text {
  font-size: 16px;
  line-height: 1.8;
  color: #0f172a;
}

/* Encadrés d'articles dans la synthèse */
.review-summary-text .article-card {
  display: block;
  border: 1px solid rgba(8,35,56,0.08);
  border-radius: 12px;
  padding: 14px 16px 25px 16px;
  margin: 12px 0;
  box-shadow: 0 6px 24px rgba(8,35,56,.06);
  background: #ffffff;
}

.review-summary-text .article-card:hover { background: rgb(219, 230, 250); }

/* Titre d'article plus visible */
.review-summary-text .article-card b:first-child,
.review-summary-text .article-title {
  display: inline-block;
  font: 800 20px/1.45 Manrope, Inter, sans-serif;
  letter-spacing: -0.01em;
}

.radio-field {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-left: 5px;
  display: flex;
}

.current-plan-id {
  color: #257545;
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-42 {
  margin-bottom: 30px;
  font-size: 20px;
}

.button-billing-plan {
  text-align: center;
}

.div-billing-plan {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.nav-user-login {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: stretch;
}

/* Évite les décalages et barre de défilement horizontale au hover */
.nav-user-login { position: relative; }
.dropdown-user-menu {
  position: absolute;
  top: 100%;
  max-width: calc(100vw - 24px);
  margin-top: 0;
}

@media screen and (max-width: 1100px) {
  .dropdown-user-menu { right: 0; left: auto; }
  .nav-dropdown-link { right: 0; left: auto; }
}

.nav-divider-vertical {
  background-color: #787b7f;
  width: 1px;
  height: 80%;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text_about {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: 0 solid gray;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.heading-about { display: contents; }

.container-about { display: contents; }

.text_terms-policy {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: 0 solid gray;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 32px;
}

.title_in_terms {
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}

.heading-3 {
  font-size: 25px;
  font-weight: 600;
}

.div_section_contact {
  height: 0;
}

.container-index {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  width: stretch;
  max-width: 1050px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(8,35,56,0.08);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(8,35,56,0.08);
  padding: 16px 24px;
}

.header-index {
  background-color: transparent;
  flex-flow: row;
  padding: 60px 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Améliorations mobiles: étendre le conteneur-index et réduire les paddings pour une meilleure lisibilité */
@media screen and (max-width: 991px) {
  .header-index {
    padding-left: 12px;
    padding-right: 12px;
  }
  .container-index {
    width: 100%;
    max-width: none !important; /* surchage les styles inline éventuels */
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header-index {
    padding-left: 8px;
    padding-right: 8px;
  }
  .container-index {
    width: 100%;
    max-width: none !important;
    padding: 8px 8px;
    box-shadow: none;
  }
}

@media screen and (max-width: 479px) {
  .header-index {
    padding-left: 6px;
    padding-right: 6px;
  }
  .container-index {
    width: 100%;
    max-width: none !important;
    padding: 6px 8px;
  }
}

.div-hero {
  border-bottom: 2px solid #000;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.nav-divider-vertical-copy {
  background-color: #787b7f;
  width: 80%;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.link-block {
  width: 150px;
}

.heading-4 {
  font-size: 20px;
}

.container-copy-copy.dashboard-container-research {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-right: auto;
  padding: 0 24px;
}

.container-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #979797;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 7px 7px 10px -5px #0003;
}

.container-copy-copy.dashboard-container-profile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.container-copy-copy.dashboard-container-research {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 10px 40px;
  position: relative;
}

.nav-menu-two-dashboard {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    padding-left: 20px;
    display: block;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary.button_size20 {
    font-size: 20px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
    min-height: 300px;
  }

  .pricing-divider {
    margin-top: 12px;
  }

  .text {
    width: auto;
    margin-bottom: 25px;
  }

  .heading {
    font-size: 35px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-left: 2vw;
    margin-right: 2vw;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .heading-2.test {
    text-align: center;
  }

  .div_space_free_monthly {
    padding-bottom: 0;
  }

  .heading-0 {
    width: auto;
    margin-top: 0;
    font-size: 35px;
    line-height: 60px;
  }

  .image-2 {
    max-width: 50%;
    padding-left: 0;
  }

  .div-block-28 {
    width: 100%;
    min-width: 0;
    max-width: 800px;
  }

  .form-tag {
    font-size: 14px;
  }

  .container-copy, .container-7 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .italic-text-4 {
    font-size: 20px;
  }

  .login-container {
    padding-top: 7%;
  }

  .login-head {
    margin-bottom: 4%;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .login-head-2 {
    margin-bottom: 4%;
  }

  .navigation-item-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .large-number {
    font-size: 26px;
    line-height: 1.6;
  }

  .container-2-copy {
    max-width: 728px;
  }

  .div-block-38-copy {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .heading-dashboard {
    font-size: 23px;
    line-height: 30px;
  }

  .form-3 {
    font-size: 14px;
  }

  .query-div-wrapper {
    max-width: 200px;
  }

  .review-div {
    margin-left: 15px;
  }

  .text-block-copy-copy.review-textblock {
    font-size: 15px;
  }

  .review-title_period {
    font-size: 20px;
  }

  .radio-field {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .nav-menu-wrapper-copy {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 25vw;
    margin-right: 25vw;
    display: flex;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-about {
    max-width: 728px;
  }

  .text_terms-policy {
    padding-left: 40px;
  }

  .container-index {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .container-copy-copy.dashboard-container-research {
    padding: 10px 15px;
  }

  .container-copy-copy {
    max-width: 728px;
  }

  .nav-menu-two-dashboard {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .tabs-content.w-tab-content {
    margin-bottom: 0px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-user-dashboard {
    position: relative;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list {
    position: relative;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
    margin-top: 0;
    padding-top: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    box-shadow: none;
    border-width: 0;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    align-self: auto;
    margin-top: 0;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-small, .footer-link {
    font-size: 13px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .pricing-comparison {
    padding: 70px 15px 60px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .header {
    padding: 40px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider-horizontal {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .heading-2.test {
    text-align: center;
  }

  .accordion-wrapper {
    margin-top: 20px;
  }

  .section-faq {
    padding-top: 100px;
  }
  
  .new-hero-stack-features {
    padding-top: 100px;
  }

  .image-2 {
    max-width: 45%;
    padding-left: 0;
  }

  .container-copy {
    box-shadow: none;
    border-width: 0;
  }

  .field-form {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .submit-button {
    font-size: 15px;
  }

  .submit-button.submit-query {
    background-size: 40%;
    align-self: center;
    width: 50%;
    line-height: 1;
  }

  .form-tag {
    margin-top: 5px;
    margin-bottom: 2px;
    padding-top: 0;
    font-size: 13px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .container-copy {
    box-shadow: none;
    border-width: 0;
    padding: 20px 25px;
  }

  .login-wrapper {
    padding: 60px 15px;
  }

  .heading-0-copy {
    font-size: 30px;
    line-height: 55px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .signup-field {
    height: 50px;
  }

  .login-button {
    margin-top: 15px;
  }

  .button-wrapper {
    width: auto;
  }

  .logo-text {
    font-size: 14px;
  }

  .signup-label {
    margin-bottom: 2px;
  }

  .button {
    margin-top: 15px;
  }

  .button.line-button {
    padding: 5px 14px 3px;
    font-size: 14px;
    position: absolute;
    inset: 1em 1em auto auto;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .nav-step {
    width: 24px;
    height: 24px;
  }

  .fake-logo {
    width: 26px;
    height: 26px;
    padding-left: 8px;
  }

  .signup-nav-step {
    width: 70px;
    font-size: 12px;
  }

  .logo-link {
    margin-right: auto;
    padding-left: 0;
  }

  .login-page-wrapper {
    padding-top: 0;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .top-nav {
    flex-direction: column;
  }

  .div-block-38 {
    background-size: 150px;
  }

  .signup-field-2 {
    height: 50px;
  }

  .login-button-2 {
    margin-top: 15px;
  }

  .signup-label-2, .signup-label-3, .signup-label-4 {
    margin-bottom: 2px;
  }

  .navigation-menu {
    justify-content: space-around;
    padding-left: 1em;
    padding-right: 1em;
  }

  .navigation-item-2 {
    flex-direction: column;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 14px;
  }

  .navigation-icon {
    text-align: center;
    min-height: 20px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .large-number {
    font-size: 24px;
  }

  .div-block-38-copy {
    padding-bottom: 50px;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .heading-dashboard {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .form-3 {
    font-size: 13px;
  }

  .query-div-wrapper {
    max-width: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .review-div {
    border-top: 1px solid gray;
    max-width: none;
    margin-left: 0;
    padding-top: 20px;
  }

  .text-block-copy-copy.review-textblock {
    font-size: 13px;
  }

  .review-title_period {
    font-size: 18px;
    line-height: 1;
  }

  .nav-user-login {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-divider-vertical {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .text_about {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .heading-about {
    font-size: 25px;
    line-height: 40px;
  }

  .container-about {
    box-shadow: none;
    border-width: 0;
  }

  .text_terms-policy {
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .nav-divider-vertical-copy {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block {
    width: 120px;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 25px;
  }

  .container-copy-copy.dashboard-container-research {
    flex-flow: column;
    padding: 10px;
  }

  .container-copy-copy.dashboard-container-profile {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-copy-copy {
    box-shadow: none;
    border-width: 0;
  }

  .nav-menu-two-dashboard {
    border-radius: 20px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-7 {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand {
    min-width: 175px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.dropdown-user-menu.w--open {
    max-width: 150px;
    margin-left: 7px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.button_size20 {
    font-size: 15px;
  }

  .container {
    max-width: none;
  }

  .title-small, .footer-link {
    font-size: 12px;
  }

  .pricing-comparison {
    padding-top: 70px;
  }

  .pricing-card {
    min-height: 20px;
    font-size: 14px;
  }

  .pricing-card.dashboard-pricing-card {
    font-size: 14px;
  }

  .pricing-title {
    margin-bottom: 0;
    font-size: 25px;
  }

  .pricing-price {
    text-align: center;
    font-size: 20px;
  }

  .paragraph-regular {
    font-size: 13px;
  }

  .paragraph-regular.margin-bottom-20 {
    margin-bottom: 10px;
  }

  .pricing-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing-feature {
    font-size: 12px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text {
    font-size: 15px;
    line-height: 25px;
  }

  .heading {
    font-size: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-left: 0;
  }

  .nav-divider-horizontal {
    width: 120px;
  }

  .bold-text.title-generation-box {
    font-size: 15px;
  }

  .heading-2.test {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    font-size: 20px;
  }

  .accordion-wrapper {
    margin-top: 20px;
  }

  .section-faq {
    padding-top: 95px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-hero-stack-features {
    padding-top: 95px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-heading {
    font-size: 16px;
    line-height: 25px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .text-center {
    font-size: 13px;
  }

  .heading-0 {
    font-size: 25px;
    line-height: 35px;
  }

  .image-2 {
    max-width: 40%;
    padding-left: 0;
  }

  .text-block-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .container-copy {
    max-width: none;
  }

  .div-block-37 {
    padding-left: 0;
  }

  .field-form {
    font-size: 12px;
  }

  .submit-button {
    font-size: 13px;
  }

  .submit-button.submit-query {
    background-size: 50%;
  }

  .form-tag {
    font-size: 12px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .text-block-5.dashboard-billing-plan {
    font-size: 13px;
  }

  .container-copy {
    max-width: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .login-wrapper {
    padding-top: 60px;
  }

  .heading-0-copy {
    font-size: 25px;
    line-height: 45px;
  }

  .container-7 {
    max-width: none;
  }

  .italic-text-4 {
    font-size: 15px;
    line-height: 25px;
  }

  .login-container {
    min-width: 0;
  }

  .login-head {
    font-size: 22px;
  }

  .button-wrapper {
    width: auto;
  }

  .logo-link {
    width: auto;
    margin-bottom: 12px;
    margin-right: auto;
  }

  .top-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 0;
  }

  .div-block-38 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .login-head-2 {
    font-size: 22px;
  }

  .tabs {
    z-index: 999;
  }

  .dashboard-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .navigation-menu {
    padding: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .navigation-item-2 {
    width: 20%;
    font-size: 12px;
  }

  .navigation-icon {
    z-index: 999;
    margin-bottom: 3px;
    font-size: 16px;
  }

  .white-box.center-message {
    max-width: 90%;
  }

  .large-number {
    font-size: 22px;
  }

  .tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 10px;
  }

  .container-2-copy {
    max-width: none;
  }

  .div-block-38-copy {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .tab-link {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .heading-dashboard {
    margin-bottom: 5px;
  }

  .form-3 {
    font-size: 12px;
  }

  .text-block-copy-copy.review-textblock {
    margin-top: 5px;
    padding: 10px;
    font-size: 12px;
  }

  .review-title_period {
    font-size: 15px;
  }

  .nav-menu-wrapper-copy {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .nav-user-login {
    justify-content: flex-start;
    align-items: center;
  }

  .text_about {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .heading-about {
    font-size: 20px;
    line-height: 30px;
  }

  .container-about {
    max-width: none;
  }

  .text_terms-policy {
    padding-left: 10px;
    font-size: 13px;
    line-height: 25px;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    font-size: 14px;
  }

  .link-block {
    width: 0;
  }

  .heading-4 {
    font-size: 15px;
    line-height: 25px;
  }

  .container-copy-copy.dashboard-container-profile {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-copy-copy {
    max-width: none;
  }

  .nav-menu-two-dashboard {
    flex-direction: column;
  }

  .text-block-7 {
    font-size: 14px;
  }
}

#w-node-_73ac7f90-4152-4b37-c381-99fc28badca0-87e2b9ba, #w-node-_73ac7f90-4152-4b37-c381-99fc28badcc0-87e2b9ba, #w-node-_73ac7f90-4152-4b37-c381-99fc28badce8-87e2b9ba, #w-node-bdb22c14-6249-3d7b-d2a5-300b435be014-87e2b9ba, #w-node-bdb22c14-6249-3d7b-d2a5-300b435be028-87e2b9ba, #w-node-bdb22c14-6249-3d7b-d2a5-300b435be01d-87e2b9ba, #w-node-_05aea0dc-c7fe-a40c-dd75-d9972aac6e91-63d27737, #w-node-d74dc4d4-570c-8d05-6fe4-b21b27cb43ad-63d27737, #w-node-c2f4e01f-99a7-c145-9161-ef16a16af1f5-63d27737, #w-node-f581d92d-a55f-9439-f0f9-d99fab559a8f-766b10a1, #w-node-f581d92d-a55f-9439-f0f9-d99fab559a98-766b10a1, #w-node-f581d92d-a55f-9439-f0f9-d99fab559a9f-766b10a1, #w-node-ba9ea5ec-dbf6-a299-d6f6-6f1320486020-006696c9, #w-node-ba9ea5ec-dbf6-a299-d6f6-6f1320486029-006696c9, #w-node-ba9ea5ec-dbf6-a299-d6f6-6f1320486030-006696c9, #w-node-cb272a00-3319-65e9-0a8b-0e1c8e83f8d5-9d1c1980, #w-node-cb272a00-3319-65e9-0a8b-0e1c8e83f8de-9d1c1980, #w-node-cb272a00-3319-65e9-0a8b-0e1c8e83f8e5-9d1c1980, #w-node-_73ac7f90-4152-4b37-c381-99fc28badca0-d04d5ced, #w-node-_73ac7f90-4152-4b37-c381-99fc28badcc0-d04d5ced, #w-node-_73ac7f90-4152-4b37-c381-99fc28badce8-d04d5ced, #w-node-bdb22c14-6249-3d7b-d2a5-300b435be014-d04d5ced, #w-node-bdb22c14-6249-3d7b-d2a5-300b435be028-d04d5ced, #w-node-bdb22c14-6249-3d7b-d2a5-300b435be01d-d04d5ced {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


/* Subtle fixed background image overlay (above diamonds, below content) */
.bg-photo {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url('../images/background-4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120% auto;
  background-attachment: fixed;
  opacity: 0.15; /* subtle visibility */
  mix-blend-mode: multiply; /* gentle blending into the palette */
}

/* Diagonal stripes of the background */
.bg-stripes {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: repeating-linear-gradient(135deg, rgba(8,35,56,0.06) 0, rgba(8,35,56,0.06) 1px, transparent 1px, transparent 12px);
  background-attachment: fixed;
}


/* ===== Process (3-steps) CSS ===== */
:root{
  --brand:#4F46BA;           /* violet/bleu du template */
  --ink:#0f172a;             /* texte */
  --muted:#757095;           /* paragraphe */
  --card:#fff;               /* fond carte */
  --chip-bg:#F8F9FD;         /* carré icône */
  --chip-border:#E8F2FF;     /* liseré clair */
}

.process-grid{
  margin: 40px 0;
  display:grid; gap:28px;
  grid-template-columns: repeat(3, minmax(0,1fr));
}

.process-item{
  position:relative; min-height:180px; padding:18px 18px 16px 18px;
  background:var(--card); border-radius:16px;
  box-shadow:0 1px 0 #e9ecf3, 0 8px 24px rgba(15,23,42,.06);
  overflow:hidden;
}

/* grand numéro en filigrane */
.process-item::before{
  content: attr(data-step);
  position:absolute; right:14px; top:-6px;
  font-weight:900; font-size:160px; line-height:1; letter-spacing:-.02em;
  color:#000; opacity:.05; pointer-events:none;
  font-family:"Gilroy", "Manrope", system-ui, -apple-system, sans-serif;
}

.process-icon{
  width:64px; height:64px; border-radius:20px;
  background:linear-gradient(0deg, var(--chip-bg), var(--chip-bg)), var(--chip-border);
  display:grid; place-items:center; margin-bottom:12px;
  box-shadow:0 0 0 1px var(--chip-border) inset;
}
.process-icon svg{width:40px;height:40px; stroke:var(--brand)}

.process-h3{
  margin:0 0 6px; color:#000;
  font:800 16px/30px "Manrope", system-ui, sans-serif; letter-spacing:-.03em;
}
.process-p{
  margin:0; color:var(--muted); letter-spacing:-.02em;
  font:500 14px/24px "Manrope", system-ui, sans-serif;
}

.process-cta{ text-align:center; margin-top:25px; margin-bottom:10px; }

/* Responsive */
@media (max-width: 960px){
  .process-grid{ grid-template-columns:1fr; gap:18px; }
  .process-item::before{ font-size:120px; right:6px; top:-10px; }
}

/* === FAQ content wrapper === */
.section-faq .content-wrapper {
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(8,35,56,0.08);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(8,35,56,0.08);
  padding: 20px 24px;
}

@media screen and (max-width: 990px) {
  .bg-photo {
    background-size : auto 65%;
  }
}

/* Normalize headings (same font/weight; responsive sizes) */
body {
  font-family: Inter, Open Sans, Arial, Helvetica, sans-serif;
  color: #0f172a;
}

.heading-0 {
  font-family: Manrope, Inter, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(36px, 5.2vw, 62px) !important;
  line-height: clamp(44px, 6vw, 72px) !important;
}

.heading {
  font-family: Manrope, Inter, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(28px, 3.2vw, 40px) !important;
  line-height: 1.2 !important;
}

.process-title {
  font-family: Manrope, Inter, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(28px, 3.2vw, 40px) !important;
  line-height: 1.2 !important;
  margin: 25px 0 25px;
}

.process-h3 {
  font-family: Manrope, Inter, sans-serif !important;
}

.heading-dashboard {
  font-family: Manrope, Inter, sans-serif !important;
}

.form-tag {
  font-family: Manrope, Inter, sans-serif !important;
}

.heading-0-copy {
  font-family: Manrope, Inter, sans-serif !important;
}