@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.profile-admin-container {
  border-radius: 40px;
  overflow: hidden;
}
.profile-admin-container h1 {
  font-size: 4rem;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 500;
}
.profile-admin-container h1 strong {
  font-weight: 700;
}

.slick-prev-custom,
.slick-next-custom,
.slick-prev-arrow,
.slick-next-arrow {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  border: none;
  outline: none;
  background: white;
  color: #071F32;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.slick-prev-custom.slick-disabled, .slick-prev-custom[disabled], .slick-prev-custom:disabled,
.slick-next-custom.slick-disabled,
.slick-next-custom[disabled],
.slick-next-custom:disabled,
.slick-prev-arrow.slick-disabled,
.slick-prev-arrow[disabled],
.slick-prev-arrow:disabled,
.slick-next-arrow.slick-disabled,
.slick-next-arrow[disabled],
.slick-next-arrow:disabled {
  background: transparent;
  color: #999;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.slick-prev-custom.slick-disabled:hover, .slick-prev-custom[disabled]:hover, .slick-prev-custom:disabled:hover,
.slick-next-custom.slick-disabled:hover,
.slick-next-custom[disabled]:hover,
.slick-next-custom:disabled:hover,
.slick-prev-arrow.slick-disabled:hover,
.slick-prev-arrow[disabled]:hover,
.slick-prev-arrow:disabled:hover,
.slick-next-arrow.slick-disabled:hover,
.slick-next-arrow[disabled]:hover,
.slick-next-arrow:disabled:hover {
  transform: none;
  box-shadow: none;
  background: transparent;
}

.hero-slider-controls,
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.hero-slider-controls .slider-counter,
.slider-controls .slider-counter {
  font-weight: 600;
  min-width: 80px;
  text-align: center;
  color: #071F32;
  font-size: 14px;
}
.hero-slider-controls .slider-counter .current,
.slider-controls .slider-counter .current {
  color: #3F4CCA;
  font-size: 16px;
}

@media (max-width: 768px) {
  .slick-prev-custom,
  .slick-next-custom,
  .slick-prev-arrow,
  .slick-next-arrow {
    width: 38px;
    height: 38px;
  }
  .hero-slider-controls,
  .slider-controls {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .slick-prev-custom,
  .slick-next-custom,
  .slick-prev-arrow,
  .slick-next-arrow {
    width: 36px;
    height: 36px;
  }
}
html {
  font-size: 62.5%;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
html body {
  margin: 0;
  padding: 0;
  background: #F7F8FD;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #071F32;
  font-weight: 500;
}
p.small {
  font-size: 1.4rem;
  line-height: 2rem;
}

h1 {
  font-size: 5.6rem;
  line-height: 6.6rem;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 0px;
}
h1 strong {
  font-weight: 700;
}

h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-top: 0px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 3rem;
}

ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #071F32;
  font-weight: 500;
}
ul li.small {
  font-size: 1.4rem;
  line-height: 2rem;
}

input {
  box-sizing: border-box;
}

main {
  background-color: #fff;
  max-width: 1440px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 6.4rem;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 3.2rem;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 1.6rem;
  }
}

.magic-login-form-header .message {
  display: none;
}
.magic-login-form-header .message.magic_login_block_login_success {
  display: block;
}

.magic-login-submit {
  background-color: #3441BC;
  color: #fff !important;
  border: none;
  padding: 12px 24px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.magic-login-submit:hover {
  background-color: #2a35a3;
}

#connexionPopup {
  filter: none !important;
  position: fixed !important;
  z-index: 9999 !important;
}

.bg-primary {
  background-color: #3441BC;
}

.bg-secondary {
  background-color: #F7574F;
}

.bg-base {
  background-color: #071F32;
}

.text-center {
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
  align-items: center;
}
.grid .col {
  grid-column: span 1;
  padding: 0 15px;
}
.grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.cols-3.two-thirds {
  grid-template-columns: 2fr 1fr;
}
.grid.cols-3.two-thirds.revert {
  grid-template-columns: 1fr 2fr;
}
.grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid.gap-small {
  grid-gap: 5px;
}
.grid.gap-medium {
  grid-gap: 15px;
}
.grid.gap-large {
  grid-gap: 30px;
}
.grid.gap-extralarge {
  grid-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid.cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.cols-3.two-thirds {
    grid-template-columns: 2fr 1fr;
  }
  .grid.cols-3.two-thirds.revert {
    grid-template-columns: 1fr 2fr;
  }
  .grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.cols-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.cols-3.two-thirds {
    grid-template-columns: 1fr;
  }
  .grid.cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.cols-3.two-thirds {
    grid-template-columns: 1fr;
  }
  .grid.cols-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.custom-marker {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.breadcrumb {
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #071F32;
  margin-bottom: 15px;
  font-weight: 500;
}
.breadcrumb a {
  text-decoration: none;
  color: #071F32;
}
.breadcrumb .separator {
  margin: 0px 5px;
}

.d-flex {
  display: flex;
}

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

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.inline {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

p.alert {
  font-weight: 700 !important;
  color: #F7574F;
  font-size: 1.6rem;
}

.no-scroll {
  overflow: hidden;
}

#adhererSidebar.active {
  z-index: 5000;
}

#adhesionOverlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 50;
}

.link-to {
  position: absolute;
  right: 50px;
  top: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  color: #3441BC;
}
@media screen and (max-width: 998px) {
  .link-to {
    top: 40px;
    right: 15px;
  }
}
@media screen and (max-width: 998px) {
  .link-to.bis {
    top: 7px;
    right: 20px;
  }
}
.link-to svg {
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.link-to:hover svg {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}

.adherer-sidebar {
  position: fixed;
  top: 0;
  right: 0px;
  height: 100%;
  max-width: 33%;
  width: 100%;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  padding: 64px 40px;
  padding-bottom: 100px;
}
.adherer-sidebar.active {
  transform: translateX(0);
  width: 82%;
}
.adherer-sidebar .close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  background: none;
  border: none;
  cursor: pointer;
}
.adherer-sidebar .sidebar-content {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .adherer-sidebar {
    max-width: 100%;
  }
}

.hidden {
  display: none;
}
.hidden.nocols {
  display: none;
}

.bandeau-violet {
  background: hsla(234, 56.25%, 52%, 0.1);
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2rem;
  margin: 2.4rem 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border-radius: 5px;
}

#adhesionForm {
  padding-bottom: 50px;
}
#adhesionForm label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 16px;
}
#adhesionForm label strong {
  display: block;
  font-weight: 700;
}
#adhesionForm input, #adhesionForm select {
  display: block;
  width: 100% !important;
  margin-bottom: 2rem;
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(63, 76, 202, 0.4);
  font-size: 1.4rem;
  font-weight: 600;
  color: #071F32;
  font-family: "Montserrat";
}
#adhesionForm input::-moz-placeholder, #adhesionForm select::-moz-placeholder {
  color: #071F32;
}
#adhesionForm input::placeholder, #adhesionForm select::placeholder {
  color: #071F32;
}
#adhesionForm hr {
  border: none;
  height: 1px;
  margin-bottom: 30px;
  width: 100%;
  background-color: hsla(234, 81.25%, 48%, 0.1);
}
#adhesionForm .grid-form {
  display: flex;
  gap: 2rem;
}
#adhesionForm .grid-form.nocols {
  display: block;
}
#adhesionForm .grid-form input {
  flex: 1;
}
#adhesionForm fieldset {
  border: none;
}
#adhesionForm fieldset label {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
#adhesionForm fieldset label input[type=radio], #adhesionForm fieldset label input[type=checkbox] {
  margin-right: 1rem;
  width: 15px !important;
  margin-bottom: 0px;
  height: 15px;
}
#adhesionForm .invalid {
  border: 2px solid red !important;
}
#adhesionForm .choices__inner {
  min-height: 44px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
}
#adhesionForm .choices__list--multiple .choices__item {
  background-color: #3441BC !important;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#adhesionForm .choices__item--selectable {
  background-color: #e5e7eb;
  border-radius: 12px;
  padding: 4px 8px;
  margin: 2px;
  font-size: 0.875rem;
}

.single-article.agenda .agenda-content {
  background: #fff;
  border: 1px solid hsl(0, 0%, 94%);
  padding: 25px;
  border-radius: 12px;
  width: 280px;
}
.single-article.agenda .agenda-content .date {
  font-size: 1.8rem;
}
.single-article.agenda .agenda-content .agenda-infos p {
  font-size: 1.4rem;
  width: 90%;
}
.single-article.agenda .grid {
  align-items: flex-start;
}
.single-article.agenda .programme, .single-article.agenda .highlight {
  background-color: #fff;
  border: 1px solid hsl(0, 0%, 94%);
  padding: 40px;
  margin: 40px 0px;
  border-radius: 12px;
}
.single-article.agenda .programme h2, .single-article.agenda .programme h3, .single-article.agenda .highlight h2, .single-article.agenda .highlight h3 {
  margin-top: 0px !important;
}
.single-article.agenda .programme ul li, .single-article.agenda .highlight ul li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 16px;
  margin-top: 0px;
  padding-left: 20px;
}
.single-article.agenda .highlight {
  background: hsla(234, 57%, 52%, 0.15);
}

.author {
  background-color: #EBECF9;
}

.banner-infos {
  position: relative;
  text-align: center;
  background: #FFC61A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0px;
  transition: all 0.5s ease;
}
.banner-infos p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  margin-right: 15px;
}
.banner-infos .btn {
  margin: 0px !important;
  padding: 6px 20px !important;
  font-size: 1.4rem !important;
  line-height: 2rem !important;
}
.banner-infos .close {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}
.banner-infos .close svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .banner-infos {
    flex-direction: column;
    padding: 12px 0;
  }
  .banner-infos p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .banner-infos .close {
    right: 15px;
    top: 10px;
    margin-top: 0;
  }
  .banner-infos .close svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .banner-infos p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .banner-infos .close svg {
    width: 20px;
    height: 20px;
  }
}

.banniere {
  background-color: #EBECF9;
  padding: 45px 0px;
  text-align: center;
}
.banniere h2 {
  color: #071F32;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3rem;
}
.banniere .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.banniere .btn span {
  padding: 0px 5px;
}
.banniere .btn.white {
  border: none;
  color: #3441BC;
}

.bloc-annuaire {
  padding: 0px 0px;
  background-color: #fff;
}
.bloc-annuaire .grid {
  display: flex;
}
@media (max-width: 998px) {
  .bloc-annuaire .grid {
    display: block;
  }
}
.bloc-annuaire .hero--banner__content {
  padding: 45px 0px 45px 0px;
  width: 100%;
}
@media (max-width: 998px) {
  .bloc-annuaire .hero--banner__content {
    padding: 0px;
    width: 100%;
  }
}
.bloc-annuaire .form-actions {
  justify-content: center;
  width: 100%;
}
.bloc-annuaire form .grid {
  display: grid;
}
.bloc-annuaire .multi-search {
  display: inline-flex;
  width: 100%;
  gap: 12px;
  margin-bottom: 15px;
}
.bloc-annuaire .multi-search .form-group {
  width: 49%;
}
@media (max-width: 768px) {
  .bloc-annuaire .multi-search .form-group {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bloc-annuaire .multi-search {
    flex-direction: column;
  }
}
.bloc-annuaire .multi-search .choices {
  margin-bottom: 0;
}
.bloc-annuaire .multi-search .choices__inner {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  min-height: 56px;
  font-family: "Montserrat", sans-serif;
  border: 2px solid rgba(63, 77, 202, 0.18);
  border-radius: 6px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.bloc-annuaire .multi-search .choices__input {
  background-color: transparent;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #071F32;
  padding: 0;
  margin: 0;
}
.bloc-annuaire .multi-search .choices__input::-moz-placeholder {
  color: #999;
  font-weight: 500;
}
.bloc-annuaire .multi-search .choices__input::placeholder {
  color: #999;
  font-weight: 500;
}
.bloc-annuaire .multi-search .choices__list--multiple {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bloc-annuaire .multi-search .choices__list--multiple .choices__item {
  background-color: #3441BC;
  border: 1px solid #3441BC;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.bloc-annuaire .multi-search .choices__list--multiple .choices__item .choices__button {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 8px;
  margin-left: 8px;
}
.bloc-annuaire .multi-search .choices__list--dropdown {
  border: 2px solid rgba(63, 77, 202, 0.18);
  border-radius: 6px;
  margin-top: 4px;
  z-index: 100;
}
.bloc-annuaire .multi-search .choices__list--dropdown .choices__item {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px 12px;
}
.bloc-annuaire .multi-search .choices__list--dropdown .choices__item.is-highlighted {
  background-color: rgba(52, 65, 188, 0.1);
  color: #3441BC;
}
.bloc-annuaire .multi-search .choices__placeholder {
  color: #999;
  font-weight: 500;
  opacity: 1;
}
.bloc-annuaire .multi-search .choices[data-type*=select-multiple] .choices__inner,
.bloc-annuaire .multi-search .choices[data-type*=text] .choices__inner {
  cursor: text;
}
.bloc-annuaire .multi-search .choices.is-focused .choices__inner {
  border-color: #3441BC;
  box-shadow: 0 0 0 3px rgba(52, 65, 188, 0.1);
}

.stats {
  padding: 48px 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .stats {
    padding: 32px 0;
  }
}
@media screen and (max-width: 480px) {
  .stats {
    padding: 24px 0;
  }
}
.stats .stats-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .stats .stats-wrapper {
    justify-content: center;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .stats .stats-wrapper {
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .stats .stats-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 480px) {
  .stats .stats-wrapper {
    gap: 12px;
    padding: 0 12px;
  }
}
.stats__item {
  display: inline-grid;
  grid-template-columns: auto auto 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 0;
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 0 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .stats__item {
    max-width: 250px;
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  .stats__item {
    max-width: 200px;
    gap: 6px;
  }
}
@media screen and (max-width: 600px) {
  .stats__item {
    grid-template-columns: auto 1fr;
    text-align: left;
    padding: 20px;
    gap: 16px;
    width: 85%;
    max-width: none;
    min-width: unset;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .stats__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }
}
@media screen and (max-width: 480px) {
  .stats__item {
    padding: 18px;
    gap: 14px;
    border-radius: 12px;
  }
}
.stats__item img {
  grid-column: 1;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .stats__item img {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 600px) {
  .stats__item img {
    width: 48px;
    height: 48px;
    background: rgba(52, 65, 188, 0.1);
    border-radius: 12px;
    padding: 8px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 480px) {
  .stats__item img {
    width: 44px;
    height: 44px;
    padding: 6px;
    border-radius: 10px;
  }
}
.stats__item h2 {
  grid-column: 2;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  min-width: 50px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .stats__item h2 {
    font-size: 2.6rem;
    min-width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .stats__item h2 {
    font-size: 2.2rem;
    min-width: 40px;
  }
}
@media screen and (max-width: 600px) {
  .stats__item h2 {
    grid-column: 2;
    font-size: 3.2rem;
    text-align: right;
    min-width: unset;
    margin-left: auto;
    color: #3441BC;
    font-weight: 800;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .stats__item h2 {
    font-size: 2.8rem;
  }
}
.stats__item p {
  grid-column: 3;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  height: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  width: 85px;
  max-width: 85px;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .stats__item p {
    width: 90px;
    max-width: 90px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .stats__item p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    height: 2.8rem;
    width: 80px;
    max-width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .stats__item p {
    grid-column: 1;
    grid-row: 2;
    font-size: 1.4rem;
    line-height: 1.6rem;
    height: auto;
    width: 100%;
    max-width: none;
    margin-top: 12px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    color: #64748b;
    font-weight: 500;
    padding-top: 8px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
  }
}
@media screen and (max-width: 480px) {
  .stats__item p {
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-top: 10px;
    padding-top: 6px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
  margin-top: 40px;
}
.breadcrumb a {
  color: #071F32;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.breadcrumb a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.breadcrumb span:not(.separator) {
  color: #071F32;
}
.breadcrumb span:not(.separator):last-of-type {
  font-weight: 700;
}
.breadcrumb .separator {
  display: inline-flex;
  align-items: center;
  margin: 0 0.25rem;
}
.breadcrumb .separator svg {
  width: 16px;
  height: 16px;
}
.breadcrumb .separator svg path {
  stroke: #071F32;
  stroke-width: 1.33333;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  padding: 16px 24px;
  margin: 24px 10px;
  background-color: #3441BC !important;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #3441BC !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.btn:visited {
  color: #fff !important;
  text-decoration: none !important;
}
.btn:link {
  color: #fff !important;
  text-decoration: none !important;
}
.btn:active {
  color: #fff !important;
  text-decoration: none !important;
}
.btn.big {
  padding: 24px 32px;
  border-radius: 50px;
}
.btn.primary {
  background-color: #3441BC !important;
  color: #fff !important;
  text-decoration: none !important;
}
.btn.primary:hover {
  background-color: #3441BC !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.btn.primary:visited {
  color: #fff !important;
  text-decoration: none !important;
}
.btn.primary:link {
  color: #fff !important;
  text-decoration: none !important;
}
.btn.primary:active {
  color: #fff !important;
  text-decoration: none !important;
}
.btn.white {
  background-color: #fff !important;
  color: #071F32 !important;
  border: 2px solid #fff !important;
}
.btn.white:hover, .btn.white:visited, .btn.white:link, .btn.white:active {
  background-color: #fff !important;
  color: #071F32 !important;
  border: 2px solid #fff !important;
}
.btn.whitebis {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.btn.whitebis:hover, .btn.whitebis:visited, .btn.whitebis:link, .btn.whitebis:active {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.btn.transparent-noir {
  background: transparent !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
.btn.transparent-noir:hover, .btn.transparent-noir:visited, .btn.transparent-noir:link, .btn.transparent-noir:active {
  background: transparent !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
.btn.small {
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 2rem;
}
.btn.full-width {
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .btn {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 12px 16px;
    margin-bottom: 10px;
  }
  .btn.big {
    padding: 20px 28px;
  }
  .btn.small {
    padding: 10px 14px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .btn {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 10px 14px;
  }
  .btn.big {
    padding: 16px 24px;
  }
  .btn.small {
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

/* Force styles for email clients - Override email client link styling */
a.btn,
.btn a,
[class*=btn] {
  background-color: #3441BC !important;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
  padding: 16px 24px !important;
  border-radius: 8px !important;
  display: inline-block !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 24px 5px !important;
  /* Force override for email clients */
  -webkit-text-decoration: none !important;
  -moz-text-decoration: none !important;
  -ms-text-decoration: none !important;
  text-decoration: none !important;
  /* Email client specific overrides */
  background: #3441BC !important;
  border-color: #3441BC !important;
  outline: none !important;
}

/* All link states for email compatibility */
a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:active,
.btn a:link,
.btn a:visited,
.btn a:hover,
.btn a:active,
[class*=btn]:link,
[class*=btn]:visited,
[class*=btn]:hover,
[class*=btn]:active {
  background-color: #3441BC !important;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
  -webkit-text-decoration: none !important;
  -moz-text-decoration: none !important;
  -ms-text-decoration: none !important;
}

/* Outlook specific styles */
[owa] .btn,
[owa] a.btn,
[owa] .btn a {
  background-color: #3441BC !important;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
}

/* Gmail specific styles */
.gmail_quote .btn,
.gmail_quote a.btn,
.gmail_quote .btn a {
  background-color: #3441BC !important;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
}

/* Apple Mail specific styles */
.AppleMailSignature .btn,
.AppleMailSignature a.btn,
.AppleMailSignature .btn a {
  background-color: #3441BC !important;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
}

/* Thunderbird specific styles */
.moz-signature .btn,
.moz-signature a.btn,
.moz-signature .btn a {
  background-color: #3441BC !important;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
}

.card {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 12px;
  max-width: 400px;
  border: 1px solid rgba(7, 31, 50, 0.2);
  box-shadow: 0px 6px 10px 0px rgba(7, 31, 50, 0.1215686275);
  margin: 10px;
}
.card .card__thumbnail {
  height: 225px;
}
.card .card__thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.card .card__content {
  position: relative;
  padding: 24px;
}
.card h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #071F32;
  margin-bottom: 12px;
  margin-top: 0px;
}
.card p {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  margin-top: 0px !important;
}
.card.agenda h3 {
  padding-right: 60px;
}
@media screen and (max-width: 998px) {
  .card.agenda h3 {
    padding-right: 120px;
  }
}
.card.agenda {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(7, 31, 50, 0.2);
}
.card.agenda .card__content {
  padding: 24px;
}

.categories {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen {
  .categories {
    max-width: 100%;
    display: block;
  }
}
.categories .category-link {
  text-decoration: none;
}
.categories .category-link:hover span {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.categories span {
  background-color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  color: #071F32;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 4px;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.categories span:hover {
  background-color: #3441BC;
  color: #fff !important;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.categories span.category-label {
  color: white !important;
  border: none;
}
.categories span.category-label:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: none;
}
.categories span.lock-icon {
  border: none;
  font-size: 2rem;
}
.categories span.lock-icon:hover {
  border: none;
  background: none;
  transform: none;
  box-shadow: none;
}

.date {
  display: block;
  color: #3441BC;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 8px 0px;
}
.date.agenda {
  display: inline-block;
  background-color: #3441BC;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
  white-space: nowrap;
}

.agenda-infos {
  margin-top: 16px;
}
.agenda-infos .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  font-weight: 600;
  margin-bottom: 8px;
}
.agenda-infos .item svg {
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 2px;
  width: 20px;
  height: 20px;
}
.agenda-infos .item p {
  margin: 0px;
  flex: 1;
  line-height: 1.4;
}

/**
 * Carte Territoire - Styles
 * Layout carte pleine largeur avec liste flottante repliable
 */
.carte-territoire-page {
  background-color: #F7F8FD;
  overflow-x: hidden;
}
.carte-territoire-page .content,
.carte-territoire-page section {
  overflow: visible;
}

.carte-territoire-hero {
  background: linear-gradient(135deg, #172ADD 0%, #3F4CCA 50%, #6366F1 100%);
  padding: 30px 0 40px;
  overflow: visible;
}
.carte-territoire-hero .container {
  overflow: visible;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.carte-territoire-hero .breadcrumb a, .carte-territoire-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.carte-territoire-hero .breadcrumb a:hover {
  color: #fff;
}

.carte-territoire-hero__content {
  text-align: left;
  max-width: 100%;
}
.carte-territoire-hero__content h1 {
  color: #fff;
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 8px;
  margin-top: 0;
}
.carte-territoire-hero__content h1 strong {
  font-weight: 700;
}
.carte-territoire-hero__content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
  margin: 0 0 24px;
}

.carte-territoire-hero__filters {
  display: flex;
  gap: 16px;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 600px) {
  .carte-territoire-hero__filters {
    flex-direction: column;
  }
}
.carte-territoire-hero__filters .filter-group {
  flex: 1;
  min-width: 0;
}
.carte-territoire-hero__filters .filter-group.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.carte-territoire-hero__filters .choices {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.carte-territoire-hero__filters .choices.is-focused .choices__inner {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.carte-territoire-hero__filters .choices.is-disabled .choices__inner {
  background: rgba(255, 255, 255, 0.08);
  cursor: not-allowed;
}
.carte-territoire-hero__filters .choices__inner {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 8px 12px;
  min-height: 50px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: auto !important;
  box-sizing: border-box;
}
.carte-territoire-hero__filters .choices__input {
  background: transparent !important;
  color: #071F32 !important;
  font-size: 1.4rem !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  min-width: 100px;
}
.carte-territoire-hero__filters .choices__input::-moz-placeholder {
  color: #666 !important;
}
.carte-territoire-hero__filters .choices__input::placeholder {
  color: #666 !important;
}
.carte-territoire-hero__filters .choices__placeholder {
  color: #555 !important;
  opacity: 1 !important;
  font-size: 1.4rem;
}
.carte-territoire-hero__filters .choices__list--multiple {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.carte-territoire-hero__filters .choices__list--multiple .choices__item {
  background: #3441BC;
  border: none;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}
.carte-territoire-hero__filters .choices__list--multiple .choices__item.is-highlighted {
  background: rgb(40.95, 51.1875, 148.05);
}
.carte-territoire-hero__filters .choices__list--multiple .choices__button {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 8px;
  margin-left: 8px;
  opacity: 0.8;
}
.carte-territoire-hero__filters .choices__list--multiple .choices__button:hover {
  opacity: 1;
}
.carte-territoire-hero__filters .choices__list--dropdown {
  background: #fff;
  border: 2px solid rgba(63, 77, 202, 0.15);
  border-radius: 10px;
  margin-top: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 1100 !important;
  overflow: hidden;
}
.carte-territoire-hero__filters .choices__list--dropdown .choices__list {
  max-height: 250px;
}
.carte-territoire-hero__filters .choices__list--dropdown .choices__item {
  font-size: 1.4rem;
  padding: 12px 16px;
  color: #071F32;
  border-bottom: 1px solid rgba(63, 77, 202, 0.5);
}
.carte-territoire-hero__filters .choices__list--dropdown .choices__item:last-child {
  border-bottom: none;
}
.carte-territoire-hero__filters .choices__list--dropdown .choices__item.is-highlighted {
  background: rgba(52, 65, 188, 0.08);
}
.carte-territoire-hero__filters .choices__list--dropdown .choices__item.is-selected {
  background: rgba(52, 65, 188, 0.12);
  color: #3441BC;
  font-weight: 600;
}
.carte-territoire-hero__filters .choices__list--dropdown .choices__item.is-selected::after {
  content: "✓";
  margin-left: 8px;
}
.carte-territoire-hero__filters .choices__list--dropdown .choices__input {
  padding: 12px 16px !important;
  border-bottom: 2px solid rgba(63, 77, 202, 0.15);
  color: #071F32 !important;
  font-size: 1.4rem !important;
  background: #F7F8FD !important;
}
.carte-territoire-hero__filters .choices {
  position: relative;
}
.carte-territoire-hero__filters .choices[data-type*=select-multiple] .choices__inner {
  padding-right: 8px;
}
.carte-territoire-hero__filters .choices__list--dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.choices__list--dropdown {
  z-index: 9999 !important;
}

.carte-territoire-main {
  position: relative;
}

.carte-territoire-layout {
  position: relative;
  height: calc(100vh - 250px);
  min-height: 400px;
  max-height: 700px;
}
@media (max-width: 768px) {
  .carte-territoire-layout {
    height: calc(100vh - 280px);
    max-height: 500px;
  }
}

.carte-territoire-list-panel {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  width: 380px;
  max-width: calc(100% - 40px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.carte-territoire-list-panel.is-collapsed {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}
.carte-territoire-list-panel.is-collapsed .list-panel-toggle {
  transform: translateX(calc(100% + 30px));
  opacity: 1;
  pointer-events: auto;
}
.carte-territoire-list-panel.is-collapsed .list-panel-toggle svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .carte-territoire-list-panel {
    top: 10px;
    left: 10px;
    bottom: auto;
    right: 10px;
    width: auto;
    max-height: 50vh;
  }
  .carte-territoire-list-panel.is-collapsed {
    transform: translateY(-120%);
  }
}

.list-panel-toggle {
  position: absolute;
  top: 16px;
  right: -44px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 0 8px 8px 0;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071F32;
  transition: background 0.2s, transform 0.3s ease;
  z-index: 10;
}
.list-panel-toggle svg {
  transition: transform 0.3s ease;
}
.list-panel-toggle:hover {
  background: #3441BC;
  color: #fff;
}
@media (max-width: 768px) {
  .list-panel-toggle {
    top: auto;
    bottom: -44px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .list-panel-toggle svg {
    transform: rotate(-90deg);
  }
  .is-collapsed .list-panel-toggle svg {
    transform: rotate(90deg);
  }
}

.list-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(63, 77, 202, 0.15);
  background: #fff;
  flex-shrink: 0;
}
.list-panel-header .results-count {
  font-size: 1.4rem;
  color: #071F32;
}
.list-panel-header .results-count strong {
  font-weight: 700;
}
.list-panel-header .results-count span {
  color: #3441BC;
  font-weight: 700;
}
.list-panel-header .reset-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #F7F8FD;
  border-radius: 6px;
  color: #3441BC;
  text-decoration: none;
  transition: all 0.2s;
}
.list-panel-header .reset-filters:hover {
  background: #3441BC;
  color: #fff;
}
.list-panel-header .reset-filters svg {
  width: 16px;
  height: 16px;
}

.search-bar {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(63, 77, 202, 0.15);
  background: #fff;
  flex-shrink: 0;
}
.search-bar .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.search-bar .search-icon {
  position: absolute;
  left: 12px;
  color: #999;
  pointer-events: none;
}
.search-bar input {
  width: 100%;
  padding: 10px 36px 10px 40px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #071F32;
  background: #F7F8FD;
  border: 1.5px solid transparent;
  border-radius: 8px;
  transition: all 0.2s;
}
.search-bar input::-moz-placeholder {
  color: #999;
}
.search-bar input::placeholder {
  color: #999;
}
.search-bar input:focus {
  outline: none;
  border-color: #3441BC;
  background: #fff;
}
.search-bar .search-clear {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
}
.search-bar .search-clear:hover {
  color: #071F32;
}

.professionals-list {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}
.professionals-list::-webkit-scrollbar {
  width: 5px;
}
.professionals-list::-webkit-scrollbar-track {
  background: #F7F8FD;
}
.professionals-list::-webkit-scrollbar-thumb {
  background: rgba(52, 65, 188, 0.3);
  border-radius: 3px;
}
.professionals-list::-webkit-scrollbar-thumb:hover {
  background: rgba(52, 65, 188, 0.5);
}

.profession-group {
  border-bottom: 1px solid rgba(63, 77, 202, 0.15);
}
.profession-group:last-child {
  border-bottom: none;
}

.profession-group-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #F7F8FD;
  position: sticky;
  top: 0;
  z-index: 10;
}
.profession-group-header .profession-icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profession-group-header .profession-icon-placeholder {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: 0.8;
}
.profession-group-header h3 {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
  color: #071F32;
  margin: 0;
}
.profession-group-header .profession-count {
  font-size: 1.1rem;
  font-weight: 600;
  color: #3441BC;
  background: rgba(52, 65, 188, 0.1);
  padding: 3px 8px;
  border-radius: 10px;
}

.profession-group-items {
  padding: 4px 0;
}

.pro-list-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.pro-list-item:hover {
  background: rgba(52, 65, 188, 0.03);
}
.pro-list-item.active {
  background: rgba(52, 65, 188, 0.08);
  border-left: 3px solid #3441BC;
  padding-left: 13px;
}

.pro-list-item-content {
  flex: 1;
  min-width: 0;
}
.pro-list-item-content .pro-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #071F32;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-list-item-content .pro-profession {
  font-size: 1.2rem;
  font-weight: 600;
  color: #3441BC;
  margin: 0 0 4px;
}
.pro-list-item-content .pro-address {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 1.1rem;
  color: #666;
  margin: 0;
  line-height: 1.3;
}
.pro-list-item-content .pro-address svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: #999;
}

.pro-list-item-actions {
  flex-shrink: 0;
  margin-left: 10px;
}
.pro-list-item-actions .btn-locate {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #F7F8FD;
  border: 1px solid rgba(63, 77, 202, 0.15);
  border-radius: 50%;
  color: #3441BC;
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1 !important;
}
.pro-list-item-actions .btn-locate svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}
.pro-list-item-actions .btn-locate:hover {
  background: #3441BC;
  border-color: #3441BC;
  color: #fff;
}

.no-results,
.no-results-filtered {
  padding: 30px 16px;
  text-align: center;
  color: #666;
}
.no-results p,
.no-results-filtered p {
  font-size: 1.3rem;
  margin: 0;
}

.carte-territoire-map-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e5e5e5;
}

#carte-territoire-map {
  width: 100%;
  height: 100%;
}

.map-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1000;
}
.map-controls .map-control-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #071F32 !important;
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1 !important;
}
.map-controls .map-control-btn svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
  margin: 0 !important;
}
.map-controls .map-control-btn:hover {
  background: #3441BC !important;
  color: #fff !important;
}

.map-popup-card {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 300px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  animation: slideIn 0.2s ease;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.map-popup-card .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  background: #F7F8FD;
  border: none;
  border-radius: 50%;
  color: #666;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 1;
}
.map-popup-card .popup-close:hover {
  background: #eee;
  color: #071F32;
}
.map-popup-card .popup-content {
  padding: 16px;
}
.map-popup-card .popup-content .popup-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #071F32;
  margin: 0 0 4px;
  padding-right: 28px;
}
.map-popup-card .popup-content .popup-profession {
  font-size: 1.3rem;
  font-weight: 600;
  color: #3441BC;
  margin: 0 0 4px;
}
.map-popup-card .popup-content .popup-secteur {
  font-size: 1.1rem;
  color: #3441BC;
  background: rgba(52, 65, 188, 0.1);
  padding: 2px 8px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 0 10px;
}
.map-popup-card .popup-content hr {
  border: none;
  height: 1px;
  background: rgba(63, 77, 202, 0.15);
  margin: 12px 0;
}
.map-popup-card .popup-content .popup-address,
.map-popup-card .popup-content .popup-phone {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 8px;
  display: flex;
  align-items: flex-start;
}
.map-popup-card .popup-content .popup-address svg,
.map-popup-card .popup-content .popup-phone svg {
  flex-shrink: 0;
  color: #3441BC;
}
.map-popup-card .popup-content .popup-address a,
.map-popup-card .popup-content .popup-phone a {
  color: #071F32;
  text-decoration: none;
  font-weight: 600;
}
.map-popup-card .popup-content .popup-address a:hover,
.map-popup-card .popup-content .popup-phone a:hover {
  color: #3441BC;
}
.map-popup-card .popup-content .popup-rdv {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background: #3441BC;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.map-popup-card .popup-content .popup-rdv:hover {
  background: rgb(40.95, 51.1875, 148.05);
}
@media (max-width: 480px) {
  .map-popup-card {
    bottom: 10px;
    right: 10px;
    left: 10px;
    width: auto;
  }
}

.custom-marker-icon {
  background: none !important;
  border: none !important;
}
.custom-marker-icon .marker-dot {
  transition: transform 0.15s ease;
}
.custom-marker-icon.selected .marker-dot {
  transform: scale(1.2);
}

.leaflet-marker-icon {
  cursor: pointer !important;
}

.custom-cluster-icon {
  background: none !important;
}

.cluster-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3441BC;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cluster-marker:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
.cluster-marker span {
  line-height: 1;
}
.cluster-marker.cluster-small {
  width: 40px;
  height: 40px;
  font-size: 1.3rem;
}
.cluster-marker.cluster-medium {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
}
.cluster-marker.cluster-large {
  width: 60px;
  height: 60px;
  font-size: 1.7rem;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background: transparent !important;
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background: #3441BC !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
}

.leaflet-container {
  font-family: "Montserrat", sans-serif;
}

.leaflet-control-attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.8) !important;
}

.leaflet-control-zoom {
  display: none !important;
}

.profession-marker-icon {
  background: none !important;
  border: none !important;
}
.profession-marker-icon img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.15s ease;
}
.profession-marker-icon.selected img, .profession-marker-icon:hover img {
  transform: scale(1.15);
}

.custom-leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.custom-leaflet-popup .leaflet-popup-content {
  margin: 0;
  min-width: 220px;
}
.custom-leaflet-popup .leaflet-popup-content .marker-popup {
  padding: 16px;
}
.custom-leaflet-popup .leaflet-popup-content .marker-popup h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: #222;
}
.custom-leaflet-popup .leaflet-popup-content .marker-popup .profession {
  color: #3441BC;
  font-weight: 600;
  margin: 0 0 8px;
  font-size: 1.3rem;
}
.custom-leaflet-popup .leaflet-popup-content .marker-popup .secteur {
  color: #666;
  font-size: 1.2rem;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.custom-leaflet-popup .leaflet-popup-content .marker-popup .address,
.custom-leaflet-popup .leaflet-popup-content .marker-popup .phone {
  font-size: 1.2rem;
  color: #555;
  margin: 0 0 6px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.custom-leaflet-popup .leaflet-popup-content .marker-popup .address svg,
.custom-leaflet-popup .leaflet-popup-content .marker-popup .phone svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #3441BC;
}
.custom-leaflet-popup .leaflet-popup-content .marker-popup .address a,
.custom-leaflet-popup .leaflet-popup-content .marker-popup .phone a {
  color: #3441BC;
  text-decoration: none;
}
.custom-leaflet-popup .leaflet-popup-content .marker-popup .address a:hover,
.custom-leaflet-popup .leaflet-popup-content .marker-popup .phone a:hover {
  text-decoration: underline;
}
.custom-leaflet-popup .leaflet-popup-content .marker-popup .btn-rdv {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;
  background: #3441BC;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
  transition: background 0.2s ease;
}
.custom-leaflet-popup .leaflet-popup-content .marker-popup .btn-rdv:hover {
  background: rgb(40.95, 51.1875, 148.05);
}
.custom-leaflet-popup .leaflet-popup-close-button {
  color: #666;
  font-size: 20px;
  padding: 8px 10px !important;
}
.custom-leaflet-popup .leaflet-popup-close-button:hover {
  color: #333;
}
.custom-leaflet-popup .leaflet-popup-tip {
  background: #fff;
}

@media (max-width: 768px) {
  .carte-territoire-hero {
    padding: 20px 0 30px;
  }
  .carte-territoire-hero__content h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .carte-territoire-hero__content p {
    font-size: 1.3rem;
  }
  .map-controls {
    top: 10px;
    right: 10px;
  }
  .map-controls .map-control-btn {
    width: 36px !important;
    height: 36px !important;
  }
}
body.popup-connexion-open {
  overflow: hidden;
}
body.popup-connexion-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body.popup-connexion-open header,
body.popup-connexion-open main,
body.popup-connexion-open section,
body.popup-connexion-open footer,
body.popup-connexion-open #desktop-search-popup {
  filter: blur(4px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body.popup-connexion-open .sidebar-adhesion,
body.popup-connexion-open #sidebar-adhesion {
  filter: none !important;
  pointer-events: auto !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
  z-index: 10010 !important;
}

#connexionPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  max-width: 500px;
  z-index: 10000;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  animation: slideUp 0.3s ease forwards;
}
#connexionPopup.hidden {
  display: none;
}
@media (max-width: 768px) {
  #connexionPopup {
    width: 85%;
    padding: 28px 20px 20px 20px;
    border-radius: 16px;
    max-height: 85vh;
    overflow-y: auto;
    margin: 32px;
  }
}
@media (max-width: 480px) {
  #connexionPopup {
    width: calc(100% - 48px);
    max-width: 400px;
    margin: 24px;
    border-radius: 12px;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 24px 20px;
    max-height: calc(100vh - 48px);
  }
}
#connexionPopup hr {
  margin: 0px !important;
}
#connexionPopup h2 {
  font-size: 2.4rem;
}
#connexionPopup p {
  margin: 0px;
  font-size: 16px;
  line-height: 2.4rem;
  color: #071F32;
  margin-bottom: 18px;
}
#connexionPopup a {
  font-weight: 700;
  margin-top: 7px;
}
#connexionPopup #magic-login-shortcode {
  width: 100%;
}
#connexionPopup #magic-login-shortcode label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: hsla(207, 73.9130434783%, 11.5%, 0.7);
  font-weight: 700;
}
#connexionPopup #magic-login-shortcode input[type=text] {
  display: block;
  width: 100% !important;
  margin-bottom: 2rem;
  padding: 1.6rem 2rem;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(63, 76, 202, 0.4);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #071F32;
  font-family: "Montserrat";
}
#connexionPopup #magic-login-shortcode input[type=submit] {
  display: block;
  width: 220px !important;
  margin-bottom: 2rem;
  padding: 1.6rem 2rem;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(63, 76, 202, 0.4);
  font-size: 1.6rem;
  font-weight: 700;
  color: #071F32;
  font-family: "Montserrat";
  margin-left: auto;
}
@media (max-width: 768px) {
  #connexionPopup #magic-login-shortcode input[type=submit] {
    padding: 1.5rem;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  #connexionPopup #magic-login-shortcode input[type=submit] {
    padding: 1.2rem;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes slideDown {
  from {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Notifications pour le formulaire de contact */
.notification {
  margin-bottom: 2rem;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-out;
}
.notification.success {
  border: 2px solid #10b981;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}
.notification.error {
  border: 2px solid #ef4444;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}
.notification.info {
  border: 2px solid #3b82f6;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.notification-content {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  position: relative;
}

.notification-icon {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  margin-top: 2px;
}
.notification.success .notification-icon {
  background: #10b981;
  color: white;
}
.notification.success .notification-icon::after {
  content: "✓";
}
.notification.error .notification-icon {
  background: #ef4444;
  color: white;
}
.notification.error .notification-icon::after {
  content: "✕";
}
.notification.info .notification-icon {
  background: #3b82f6;
  color: white;
}
.notification.info .notification-icon::after {
  content: "i";
}

.notification-message {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #374151;
  font-weight: 500;
}
.notification.success .notification-message {
  color: #065f46;
}
.notification.error .notification-message {
  color: #991b1b;
}
.notification.info .notification-message {
  color: #1e40af;
}

.notification-close {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  margin-left: 1rem;
  flex-shrink: 0;
}
.notification-close:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #374151;
}

/* Animation d'apparition */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation de disparition */
.notification.fade-out {
  animation: slideUp 0.3s ease-in forwards;
}

@keyframes slideUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
/* Bouton de soumission avec spinner */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.btn.loading {
  pointer-events: none;
  opacity: 0.8;
  cursor: not-allowed;
}
.btn .btn-spinner {
  display: none;
  align-items: center;
  gap: 0.5rem;
}
.btn .btn-spinner.show {
  display: flex;
}
.btn .spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Amélioration des champs de formulaire */
.contact-form-container .grid-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .contact-form-container .grid-form {
    grid-template-columns: 1fr;
  }
}
.contact-form-container label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #374151;
  font-size: 1.4rem;
}
.contact-form-container input,
.contact-form-container textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #d1d5db;
  border-radius: 6px;
  font-size: 1.6rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: inherit;
}
.contact-form-container input:focus,
.contact-form-container textarea:focus {
  outline: none;
  border-color: #3441BC;
  box-shadow: 0 0 0 3px rgba(52, 65, 188, 0.1);
}
.contact-form-container input.error,
.contact-form-container textarea.error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.contact-form-container input.success,
.contact-form-container textarea.success {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.contact-form-container textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form-container .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  cursor: pointer;
}
.contact-form-container .checkbox-label input[type=checkbox] {
  width: auto;
  margin: 0;
  margin-top: 2px;
}
.contact-form-container .turnstile-container {
  margin: 1.5rem 0;
  display: flex;
  justify-content: center;
}

/* Messages d'erreur de validation */
.field-error {
  color: #ef4444;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  display: block;
}

/* États de validation en temps réel */
.field-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.field-wrapper.validating::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-top: 2px solid #3441BC;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.field-wrapper.valid::after {
  content: "✓";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #10b981;
  font-weight: bold;
  font-size: 1.4rem;
}
.field-wrapper.invalid::after {
  content: "✕";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ef4444;
  font-weight: bold;
  font-size: 1.4rem;
}

section.contact {
  background-color: #F7F8FD;
}
section.contact .hero--banner {
  margin: 0px;
  padding: 64px 0px;
}
section.contact .hero--banner__content {
  padding: 0px;
}
section.contact .hero--banner__content p {
  font-weight: 600;
}
section.contact .grid {
  align-items: flex-start;
}
section.contact .contact-form-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 6px 16px 0px rgba(7, 31, 50, 0.1215686275);
}
section.contact .contact-form-container p {
  margin: 0px;
  font-size: 1.8rem;
}
section.contact .contact-form-container #contactForm {
  margin-top: 40px;
  padding-bottom: 50px;
}
section.contact .contact-form-container #contactForm label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 16px;
}
section.contact .contact-form-container #contactForm label strong {
  display: block;
  font-weight: 700;
}
section.contact .contact-form-container #contactForm input, section.contact .contact-form-container #contactForm select {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(63, 76, 202, 0.4);
  font-size: 1.4rem;
  font-weight: 600;
  color: #071F32;
  font-family: "Montserrat";
}
section.contact .contact-form-container #contactForm input::-moz-placeholder, section.contact .contact-form-container #contactForm select::-moz-placeholder {
  color: #071F32;
}
section.contact .contact-form-container #contactForm input::placeholder, section.contact .contact-form-container #contactForm select::placeholder {
  color: #071F32;
}
section.contact .contact-form-container #contactForm textarea {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(63, 76, 202, 0.4);
  font-size: 1.4rem;
  font-weight: 600;
  color: #071F32;
  font-family: "Montserrat";
}
section.contact .contact-form-container #contactForm textarea::-moz-placeholder {
  color: #071F32;
}
section.contact .contact-form-container #contactForm textarea::placeholder {
  color: #071F32;
}
section.contact .contact-form-container #contactForm hr {
  border: none;
  height: 1px;
  margin-bottom: 30px;
  width: 100%;
  background-color: hsla(234, 81.25%, 48%, 0.1);
}
section.contact .contact-form-container #contactForm .grid-form {
  display: flex;
  gap: 2rem;
}
section.contact .contact-form-container #contactForm .grid-form.nocols {
  display: block;
}
section.contact .contact-form-container #contactForm .grid-form input {
  flex: 1;
}
section.contact .contact-form-container #contactForm fieldset {
  border: none;
}
section.contact .contact-form-container #contactForm fieldset label {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
section.contact .contact-form-container #contactForm fieldset label input[type=radio], section.contact .contact-form-container #contactForm fieldset label input[type=checkbox] {
  margin-right: 1rem;
  width: 25px;
  margin-bottom: 0px;
}
section.contact .contact-form-container #contactForm .invalid {
  border: 2px solid red !important;
}
section.contact .contact-form-container #contactForm .choices__inner {
  min-height: 44px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
}
section.contact .contact-form-container #contactForm .choices__list--multiple .choices__item {
  background-color: #3441BC !important;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
section.contact .contact-form-container #contactForm .choices__item--selectable {
  background-color: #e5e7eb;
  border-radius: 12px;
  padding: 4px 8px;
  margin: 2px;
  font-size: 0.875rem;
}
section.contact .contact-form-container #contactForm .turnstile-container {
  text-align: left;
}
section.contact .contact-form-container #contactForm .btn-text {
  margin: 0px !important;
  padding: 0px !important;
}
@media screen and (max-width: 998px) {
  section.contact .contact-form-container {
    padding: 20px;
    margin-top: 32px;
  }
}
section.contact .item-slide-search {
  display: block;
  position: relative;
  box-shadow: 0px 6px 16px 0px rgba(7, 31, 50, 0.1215686275);
  padding: 24px;
  margin: 20px 0px;
  border-radius: 12px;
  background-color: #071F32;
}
section.contact .item-slide-search h3 {
  color: #fff;
  padding-right: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}
section.contact .item-slide-search p {
  max-width: 100%;
  color: #fff;
}
section.contact .item-slide-search .ic {
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 12px;
}
section.contact .item-slide-search .arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  border-radius: 12px;
}

.slick-prev-custom,
.slick-next-custom,
.slick-prev-arrow,
.slick-next-arrow {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  border: none;
  outline: none;
  background: white;
  color: #071F32;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.slick-prev-custom.slick-disabled, .slick-prev-custom[disabled], .slick-prev-custom:disabled,
.slick-next-custom.slick-disabled,
.slick-next-custom[disabled],
.slick-next-custom:disabled,
.slick-prev-arrow.slick-disabled,
.slick-prev-arrow[disabled],
.slick-prev-arrow:disabled,
.slick-next-arrow.slick-disabled,
.slick-next-arrow[disabled],
.slick-next-arrow:disabled {
  background: transparent;
  color: #999;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.slick-prev-custom.slick-disabled:hover, .slick-prev-custom[disabled]:hover, .slick-prev-custom:disabled:hover,
.slick-next-custom.slick-disabled:hover,
.slick-next-custom[disabled]:hover,
.slick-next-custom:disabled:hover,
.slick-prev-arrow.slick-disabled:hover,
.slick-prev-arrow[disabled]:hover,
.slick-prev-arrow:disabled:hover,
.slick-next-arrow.slick-disabled:hover,
.slick-next-arrow[disabled]:hover,
.slick-next-arrow:disabled:hover {
  transform: none;
  box-shadow: none;
  background: transparent;
}

.hero-slider-controls,
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.hero-slider-controls .slider-counter,
.slider-controls .slider-counter {
  font-weight: 600;
  min-width: 80px;
  text-align: center;
  color: #071F32;
  font-size: 14px;
}
.hero-slider-controls .slider-counter .current,
.slider-controls .slider-counter .current {
  color: #3F4CCA;
  font-size: 16px;
}

@media (max-width: 768px) {
  .slick-prev-custom,
  .slick-next-custom,
  .slick-prev-arrow,
  .slick-next-arrow {
    width: 38px;
    height: 38px;
  }
  .hero-slider-controls,
  .slider-controls {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .slick-prev-custom,
  .slick-next-custom,
  .slick-prev-arrow,
  .slick-next-arrow {
    width: 36px;
    height: 36px;
  }
}
.content-big-slider {
  padding: 20px 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.content-big-slider .hero-slider-wrapper {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.content-big-slider .hero-slider {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
}
.content-big-slider .hero-slider .slick-slide {
  margin: 0px 33px;
}
.content-big-slider .hero-slider .card {
  display: block !important;
  background: white;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  width: 400px;
  max-width: 400px;
  box-sizing: border-box;
}
.content-big-slider .hero-slider .card:hover {
  transform: translateY(-4px);
}
.content-big-slider .hero-slider .card__thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100% !important;
  height: 225px;
}
.content-big-slider .hero-slider .card__thumbnail img {
  width: 100% !important;
  height: 225px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transition: transform 0.3s ease;
  display: block;
}
.content-big-slider .hero-slider .card__content {
  padding: 24px;
  position: relative;
}
.content-big-slider .hero-slider .post-type-label {
  background: #f0f0f0 !important;
  color: #666 !important;
}
.content-big-slider .hero-slider-controls {
  margin-top: 25px;
  padding-bottom: 10px;
}

.hero--banner__img {
  overflow: hidden;
}
.hero--banner__img .content-big-slider {
  width: 100%;
  max-width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .hero--banner__img .content-big-slider {
    padding: 15px;
  }
  .content-big-slider h2 {
    font-size: 3rem;
  }
  .content-big-slider > p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .content-big-slider .hero-slider .card {
    margin: 0 4px;
    width: calc(100% - 8px);
  }
  .content-big-slider .hero-slider .card__thumbnail {
    height: 235px;
    aspect-ratio: 600/235;
  }
  .content-big-slider .hero-slider .card__thumbnail img {
    height: 235px !important;
  }
  .content-big-slider .hero-slider .card__content {
    padding: 24px;
  }
  .content-big-slider .hero-slider-controls {
    margin-top: 20px;
    gap: 15px;
  }
  .content-big-slider .hero-slider-controls .slick-prev-custom,
  .content-big-slider .hero-slider-controls .slick-next-custom {
    width: 35px;
    height: 35px;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .content-big-slider .hero-slider .card__thumbnail {
    height: 235px;
    aspect-ratio: 600/235;
  }
  .content-big-slider .hero-slider .card__thumbnail img {
    height: 235px !important;
  }
}
/* the slides */
.slick-slide {
  margin: 0 27px;
}

/* the parent */
.slick-list {
  margin: 0 -27px;
}

.contenu-actualites {
  position: relative;
  padding: 48px 48px 48px 80px;
  background-color: hsla(234, 57%, 52%, 0.1);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 998px) {
  .contenu-actualites {
    padding: 25px;
  }
}
.contenu-actualites .actualites-slider {
  margin-top: 40px;
}
.contenu-actualites .excerpt {
  display: none;
}
.contenu-actualites .container {
  margin: 0px;
}

.contenu-bordure {
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
}
.contenu-bordure p {
  font-weight: 400;
}
.contenu-bordure .border {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 24px;
  padding: 80px;
  text-align: center;
}
.contenu-bordure .border p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 24px;
  font-weight: 400;
}
.contenu-bordure ul {
  padding-left: 20px;
  margin: 20px 0px;
}
.contenu-bordure ul li {
  position: relative;
  list-style: none;
  margin: 8px 0px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #071F32;
  padding-left: 30px;
  margin-bottom: 16px;
}
.contenu-bordure ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  background-image: url("../../assets/images/ic-check.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.contenu-cols-colors {
  background-color: #3441BC;
  padding: 64px 0px;
  color: #fff;
}
.contenu-cols-colors p {
  color: #fff;
}
.contenu-cols-colors .contenu-cols-colors__content {
  padding-right: 64px;
}
.contenu-cols-colors .contenu-cols-colors__img img {
  border-radius: 12px;
}

.contenu-highlight {
  padding: 15px 0px 64px 0px;
}
.contenu-highlight h2 {
  font-size: 3.2rem;
  margin-bottom: 0px;
  margin-top: 48px;
  font-weight: 500;
}
.contenu-highlight h2 strong {
  font-weight: 700;
}
.contenu-highlight .contenu-highlight-container {
  margin-top: 40px;
}
.contenu-highlight .contenu-highlight-container .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .contenu-highlight .contenu-highlight-container .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .contenu-highlight .contenu-highlight-container .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.contenu-highlight .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  border: 1px solid rgb(221, 221, 221);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.contenu-highlight .item h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 15px;
}
.contenu-highlight .item p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
.contenu-highlight .item ul {
  margin-top: 20px;
  padding-left: 0px;
}
.contenu-highlight .item ul li {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  list-style: none;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #071F32;
}
.contenu-highlight .item ul li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
}

.contenu-icone-description {
  margin: 60px 0px;
}
.contenu-icone-description .item p {
  font-weight: 500;
}

.contenu-ombre {
  padding: 64px 80px;
  background-color: #fff;
}
.contenu-ombre .container {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 6px 16px 0px rgba(7, 31, 50, 0.12);
  padding: 0px;
}
.contenu-ombre .container .contenu-ombre__text {
  padding: 64px 80px;
}
.contenu-ombre .container ul {
  margin-top: 20px;
  padding-left: 0px;
}
.contenu-ombre .container ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #071F32;
}
.contenu-ombre .container ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  background-image: url("../../assets/images/ic-check.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.contenu-partenaires {
  padding: 64px 0;
  overflow: hidden;
}
.contenu-partenaires .slider-partenaires {
  margin-top: 50px;
}
.contenu-partenaires .partenaires-slider {
  margin: 30px 0px 0px 0px;
}
.contenu-partenaires .partenaires-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenu-partenaires .partenaires-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenu-partenaires .partenaires-slider .item-slide {
  margin: 0 20px;
}
.contenu-partenaires .partenaires-slider .item-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .contenu-partenaires {
    padding: 32px 0;
  }
  .contenu-partenaires .partenaires-slider {
    margin: 20px 0;
  }
  .contenu-partenaires .partenaires-slider .item-slide {
    margin: 0 10px;
  }
  .contenu-partenaires .partenaires-slider .item-slide img {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .contenu-partenaires {
    padding: 25px 15px;
  }
  .contenu-partenaires .partenaires-slider {
    margin: 10px 0;
  }
  .contenu-partenaires .partenaires-slider .item-slide {
    margin: 0 5px;
  }
  .contenu-partenaires .partenaires-slider .item-slide img {
    max-width: 70%;
  }
}

.contenu-slider .container {
  position: relative;
  padding: 0px;
}
.contenu-slider .grid {
  display: flex !important;
  width: 100%;
  align-items: flex-start;
}
.contenu-slider .grid > div {
  width: 50%;
}
@media screen and (max-width: 998px) {
  .contenu-slider .grid {
    display: block !important;
  }
  .contenu-slider .grid > div {
    width: 100%;
  }
}
.contenu-slider .slider {
  position: relative;
  padding: 64px 64px 50px 64px;
}
.contenu-slider .slider h2 {
  margin-bottom: 16px;
}
.contenu-slider .slider .hero-slider {
  margin: 0px;
  padding-bottom: 0px;
  overflow: visible !important;
}
.contenu-slider .slider .item-slide {
  width: 400px !important;
}
.contenu-slider .slider .slick-dots {
  bottom: -50px !important;
  position: absolute !important;
  left: 30%;
  display: flex !important;
  align-items: center;
  gap: 5px;
  width: auto !important;
}
.contenu-slider .slider .hero-slider-controls {
  position: absolute;
  bottom: -10px;
  right: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  z-index: 10;
}
.contenu-slider .slider .slick-prev-custom,
.contenu-slider .slider .slick-next-custom {
  cursor: pointer;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenu-slider .slider .card {
  width: 400px !important;
}
@media screen and (max-width: 998px) {
  .contenu-slider .slider {
    padding: 32px 20px 50px 20px;
  }
}
.contenu-slider .hero-slider-wrapper {
  width: 470px;
  margin: 0 auto;
  overflow: visible !important;
}
@media screen and (max-width: 998px) {
  .contenu-slider .hero-slider-wrapper {
    width: 350px;
  }
}
.contenu-slider .bloc-annuaire {
  padding-top: 65px;
  padding-left: 45px;
  padding-right: 45px;
}

.contenu {
  padding: 64px 0px;
}
.contenu .contenu__text {
  padding: 0px 25px;
}
.contenu .contenu__text img {
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 12px;
}
.contenu .contenu__text h2 {
  margin-bottom: 16px;
}
.contenu .contenu__text ul {
  padding-left: 20px;
  margin: 20px 0px;
}
.contenu .contenu__text ul li {
  position: relative;
  list-style: none;
  margin: 8px 0px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #071F32;
  padding-left: 30px;
  margin-bottom: 16px;
}
.contenu .contenu__text ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  background-image: url("../../assets/images/ic-check.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.contenu .contenu__text a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  padding: 16px 24px;
  margin: 24px 0px;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .contenu {
    padding: 32px 0px;
  }
  .contenu .contenu__text {
    padding: 0px 15px;
  }
  .contenu .contenu__text ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-left: 25px;
  }
  .contenu .contenu__text ul li:before {
    width: 15px;
    height: 15px;
  }
  .contenu .contenu__text a {
    font-size: 1.4rem;
    padding: 12px 20px;
  }
}
@media (max-width: 480px) {
  .contenu {
    padding: 16px 0px;
  }
  .contenu .contenu__text {
    padding: 0px 10px;
  }
  .contenu .contenu__text ul li {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-left: 20px;
  }
  .contenu .contenu__text ul li:before {
    width: 12px;
    height: 12px;
  }
  .contenu .contenu__text a {
    font-size: 1.2rem;
    padding: 10px 16px;
  }
}

.actu-slider .item-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: inline-flex !important;
}

.fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.equipe {
  margin-bottom: 50px;
}
.equipe .item-equipe {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.equipe .item-equipe h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.equipe .item-equipe .role {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #3441BC;
  font-weight: 600;
}
.equipe .item-equipe p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
}
.equipe .item-equipe .equipe__img {
  width: 100px;
  margin-right: 20px;
  color: #071F32;
  border-radius: 12px;
  overflow: hidden;
}
.equipe .item-equipe .equipe__content {
  max-width: 476px;
  width: 80%;
}

.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social a {
  margin: 0px 3px;
}

.faq {
  background-color: #F7F8FD;
  padding: 64px 0px;
}
.faq .container {
  max-width: 850px;
  margin: 0 auto;
}
.faq .q-mark {
  color: #d40119;
  padding: 18px 0 18px 18px;
}
.faq .question {
  font-size: 20px;
  color: #071F32;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 0;
  font-weight: 700;
}
.faq .material-icons.drop {
  padding: 20px;
  font-size: 2rem;
  color: #d40119;
  transition: transform 0.5s ease-in-out;
}
.faq .answer {
  font-size: 16px;
  color: #071F32;
  font-weight: 500;
  padding: 0px 16px 16px 16px;
  background-color: transparent;
  overflow: hidden;
}
.faq .accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #d3d3d3;
}
.faq .accordion .icon-expend {
  transform: rotateX(180deg);
  transition: transform 0.75s ease-in-out;
}
.faq .accordion.expanded .icon-expend {
  transform: rotateX(0deg);
}
@media only screen and (max-width: 768px) {
  .faq .accordion {
    margin-bottom: 16px;
  }
}
.faq .question-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.25s ease-in-out;
}
.faq .answer-wrapper {
  display: none;
}

footer {
  padding: 48px 0px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 32px 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  footer .grid {
    display: block;
  }
}
footer .grid > div {
  border-right: 1px solid hsla(0, 0%, 50%, 0.2);
  padding: 0px 40px;
}
@media screen and (max-width: 768px) {
  footer .grid > div {
    border-right: none;
    border-bottom: 1px solid hsla(0, 0%, 50%, 0.2);
    padding: 20px 0;
    text-align: center;
  }
  footer .grid > div:last-child {
    border-bottom: none;
  }
}
footer .grid > div:last-child {
  border-right: none;
}
footer .footer-menu {
  text-align: center;
  margin: 40px 0px;
  overflow: hidden;
}
footer .footer-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px 0;
  padding: 0;
  margin: 0;
}
footer .footer-menu ul li a {
  color: #071F32;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0px 15px;
  white-space: nowrap;
}
footer .footer-menu ul li a:hover {
  opacity: 0.8;
}
footer .credits {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3441BC;
  margin-top: 40px;
}

.global-posts {
  background-color: #f7f8fd;
  padding: 64px 0px;
}
.global-posts .filters {
  display: inline-flex;
  width: 100%;
  margin-bottom: 40px;
}
.global-posts .filters .filter {
  border: 1px solid #071F32;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 64px;
  margin-right: 8px;
  text-decoration: none;
  color: #071F32;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.global-posts .filters .filter:hover {
  background-color: var(--filter-color, #3441BC);
  color: #fff;
  border-color: var(--filter-color, #3441BC);
}
.global-posts .filters .filter.active {
  color: #fff;
  background-color: var(--filter-color, #3441BC);
  border-color: var(--filter-color, #3441BC);
}
@media (max-width: 768px) {
  .global-posts .filters {
    flex-wrap: wrap;
  }
  .global-posts .filters .filter {
    margin-bottom: 15px;
  }
}
.global-posts .posts-infos {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.global-posts .grid-cards {
  display: grid;
  gap: 15px;
}
.global-posts .grid-cards--first {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .global-posts .grid-cards--first {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .global-posts .grid-cards--first {
    grid-template-columns: 1fr;
    display: block;
  }
}
.global-posts .grid-cards--rest {
  grid-template-columns: repeat(4, 1fr);
}
.global-posts .grid-cards--rest h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.global-posts .grid-cards--rest .card__excerpt, .global-posts .grid-cards--rest .card__content > a > p {
  display: none;
}
.global-posts .grid-cards--rest .card__thumbnail {
  height: 163px !important;
}
.global-posts .grid-cards--rest .agenda h3 {
  padding-right: 60px;
}
@media (max-width: 600px) {
  .global-posts .grid-cards--rest .agenda h3 {
    padding-right: 80px;
  }
}
@media (max-width: 1024px) {
  .global-posts .grid-cards--rest {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .global-posts .grid-cards--rest {
    grid-template-columns: 1fr;
  }
}
.global-posts .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  font-weight: bold;
}
.global-posts .pagination .prev, .global-posts .pagination .next {
  text-decoration: none;
  font-size: 1.2em;
}
.global-posts .pagination .current-page {
  font-size: 1.1em;
}

header {
  padding-bottom: 25px;
  background-color: #fff;
}
header .pre-header {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 15px;
}
header .pre-header .social .social-icon {
  margin: 0px 5px;
}
@media screen and (max-width: 998px) {
  header .pre-header .social {
    display: none;
  }
}
header .cta-tools {
  display: inline-flex;
  margin: 0px 35px 0px 0px;
  align-items: center;
}
@media screen and (max-width: 998px) {
  header .cta-tools {
    display: none;
  }
  header .cta-tools.mobile {
    display: inline-flex;
    width: 100%;
  }
}
header .cta-tools .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 0px 12px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  min-width: 163px;
  height: 40px;
  border-radius: 12px;
}
@media screen and (max-width: 998px) {
  header .cta-tools .cta {
    min-width: initial;
    width: 50%;
  }
}
header .cta-tools .cta svg {
  margin-right: 6px;
}
header .cta-tools .user-thumb-wrapper {
  margin: 8px;
}
header .cta-tools .user-thumb-wrapper #userThumbPopup {
  display: none;
  position: absolute;
  border-radius: 16px;
  top: 140%;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  padding: 24px 20px;
  width: 330px;
  text-align: center;
}

.slick-prev-custom,
.slick-next-custom,
.slick-prev-arrow,
.slick-next-arrow {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  border: none;
  outline: none;
  background: white;
  color: #071F32;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.slick-prev-custom.slick-disabled, .slick-prev-custom[disabled], .slick-prev-custom:disabled,
.slick-next-custom.slick-disabled,
.slick-next-custom[disabled],
.slick-next-custom:disabled,
.slick-prev-arrow.slick-disabled,
.slick-prev-arrow[disabled],
.slick-prev-arrow:disabled,
.slick-next-arrow.slick-disabled,
.slick-next-arrow[disabled],
.slick-next-arrow:disabled {
  background: transparent;
  color: #999;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.slick-prev-custom.slick-disabled:hover, .slick-prev-custom[disabled]:hover, .slick-prev-custom:disabled:hover,
.slick-next-custom.slick-disabled:hover,
.slick-next-custom[disabled]:hover,
.slick-next-custom:disabled:hover,
.slick-prev-arrow.slick-disabled:hover,
.slick-prev-arrow[disabled]:hover,
.slick-prev-arrow:disabled:hover,
.slick-next-arrow.slick-disabled:hover,
.slick-next-arrow[disabled]:hover,
.slick-next-arrow:disabled:hover {
  transform: none;
  box-shadow: none;
  background: transparent;
}

.hero-slider-controls,
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.hero-slider-controls .slider-counter,
.slider-controls .slider-counter {
  font-weight: 600;
  min-width: 80px;
  text-align: center;
  color: #071F32;
  font-size: 14px;
}
.hero-slider-controls .slider-counter .current,
.slider-controls .slider-counter .current {
  color: #3F4CCA;
  font-size: 16px;
}

@media (max-width: 768px) {
  .slick-prev-custom,
  .slick-next-custom,
  .slick-prev-arrow,
  .slick-next-arrow {
    width: 38px;
    height: 38px;
  }
  .hero-slider-controls,
  .slider-controls {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .slick-prev-custom,
  .slick-next-custom,
  .slick-prev-arrow,
  .slick-next-arrow {
    width: 36px;
    height: 36px;
  }
}
.hero-slider {
  margin: 30px 0px;
}
.hero-slider .item-slide {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.hero-slider .item-slide:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.hero-slider .item-slide .hero--banner__img {
  padding-left: 0px;
  height: 345px;
}
.hero-slider .item-slide .hero--banner__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.hero-slider .item-slide .hero--banner__content {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.hero-slider .item-slide .hero--banner__content .categories {
  display: inline-flex;
  margin-top: 30px;
}
.hero-slider .item-slide .hero--banner__content .categories span {
  border: 1px solid #C3C3E2;
  padding: 11px 8px;
  border-radius: 4px;
  color: #071F32;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 4px;
  margin-bottom: 4px;
}
.hero-slider .item-slide .hero--banner__content .date {
  display: block;
  color: #3441BC;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 16px;
}
.hero-slider .item-slide .hero--banner__content h2 {
  font-size: 3.2rem;
  color: #071F32;
}
@media (max-width: 768px) {
  .hero-slider .item-slide {
    flex-direction: column;
    align-items: stretch;
    border-radius: 12px;
  }
  .hero-slider .item-slide .col {
    width: 100%;
  }
  .hero-slider .item-slide .hero--banner__content {
    padding: 24px 20px;
    border-radius: 0 0 12px 12px;
  }
  .hero-slider .item-slide .hero--banner__content h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 16px;
  }
  .hero-slider .item-slide .hero--banner__content .categories {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 12px;
  }
  .hero-slider .item-slide .hero--banner__content .date {
    text-align: center;
    margin-top: 8px;
  }
  .hero-slider .hero--banner__img {
    height: 250px;
  }
  .hero-slider .hero--banner__img img {
    border-radius: 12px 12px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .hero-slider .item-slide {
    border-radius: 8px;
  }
  .hero-slider .item-slide .hero--banner__content {
    padding: 20px 16px;
    border-radius: 0 0 8px 8px;
  }
  .hero-slider .item-slide .hero--banner__content h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .hero-slider .item-slide .hero--banner__content .categories {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .hero-slider .item-slide .hero--banner__content .categories span {
    font-size: 1.2rem;
    padding: 6px 8px;
    margin: 2px;
  }
  .hero-slider .item-slide .hero--banner__content .date {
    font-size: 1.1rem;
    margin-top: 6px;
  }
  .hero-slider .item-slide .hero--banner__img {
    height: 220px;
  }
  .hero-slider .item-slide .hero--banner__img img {
    border-radius: 8px 8px 0 0;
  }
}

.hero-slider-wrapper {
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero-slider-wrapper {
    margin-top: 25px;
  }
}
.hero-slider-wrapper .slick-list {
  overflow: hidden;
  margin: 0 -8px;
  padding: 15px !important;
}
@media (max-width: 768px) {
  .hero-slider-wrapper .slick-list {
    margin: 0 -6px;
  }
}
@media (max-width: 480px) {
  .hero-slider-wrapper .slick-list {
    margin: 0 -4px;
  }
}
.hero-slider-wrapper .slick-track {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .hero-slider-wrapper .hero-slider-controls {
    font-size: 1.4rem;
    gap: 12px;
  }
  .hero-slider-wrapper .hero-slider-controls .slick-prev-custom,
  .hero-slider-wrapper .hero-slider-controls .slick-next-custom {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .hero-slider-wrapper .hero-slider-controls {
    font-size: 1.2rem;
    gap: 8px;
  }
  .hero-slider-wrapper .hero-slider-controls .slick-prev-custom,
  .hero-slider-wrapper .hero-slider-controls .slick-next-custom {
    font-size: 1.6rem;
  }
}

.hero-slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
.hero-slider-controls .slick-prev-custom,
.hero-slider-controls .slick-next-custom {
  cursor: pointer;
  font-size: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  right: 5px;
}
.hero-slider-controls .slick-prev-custom {
  left: 5px;
  right: auto;
}
.hero-slider-controls .slider-counter {
  letter-spacing: 3px;
}
.hero-slider-controls .slider-counter span {
  display: inline-block;
}

.slick-dots {
  bottom: -40px !important;
}
.slick-dots li {
  margin: 2px !important;
}
.slick-dots li button:before {
  font-size: 1.3rem !important;
  color: #3441BC !important;
}

.hero--banner {
  overflow: hidden;
  background-color: #fff;
}
.hero--banner .grid {
  align-items: flex-start;
}
.hero--banner h1 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 0px;
}
.hero--banner h1 strong {
  font-weight: 700;
}
.hero--banner h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.hero--banner p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.hero--banner .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.hero--banner .slick-dots {
  bottom: -25px !important;
}
.hero--banner .item-slide {
  width: 100% !important;
  box-shadow: none !important;
}
.hero--banner .item-slide > a {
  width: 50%;
}
.hero--banner .item-slide > .hero--banner__content {
  width: 50%;
}
.hero--banner .hero--banner__content {
  padding: 48px 0px;
}
.hero--banner .hero--banner__img {
  padding: 48px 0px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 16px;
}
.hero--banner .hero--banner__img.full-width {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero--banner .hero--banner__img.full-width {
    max-width: 100%;
  }
}
.hero--banner .hero--banner__img .content-big-slider {
  width: 100%;
}
@media (max-width: 768px) {
  .hero--banner {
    margin: 32px 0px;
  }
  .hero--banner .hero--banner__content {
    padding: 24px;
  }
  .hero--banner h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .hero--banner p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .hero--banner .hero--banner__img {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .hero--banner {
    margin: 16px 0px;
  }
  .hero--banner h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .hero--banner p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .hero--banner .btn {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .hero--banner .hero--banner__img {
    padding-left: 0px;
  }
}

.infoscards {
  padding: 64px 0px;
}
.infoscards h2 {
  color: #fff;
}
.infoscards p {
  color: #fff;
}
.infoscards .grid {
  align-items: flex-start;
}
.infoscards .item-list-infos {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-top: 30px;
}
.infoscards .item-list-infos h3 {
  margin-top: 0px;
  margin-bottom: 16px;
}
.infoscards .item-list-infos .parent-list-item {
  text-decoration: none;
  color: #071F32;
}
.infoscards .item-list-infos .list-item {
  border-top: 1px solid rgba(192, 192, 192, 0.282);
  padding: 12px 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 92%;
}
.infoscards .item-list-infos .list-item .content {
  width: 70%;
}
.infoscards .item-list-infos .list-item .content > span {
  display: block;
}
.infoscards .item-list-infos .list-item .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.infoscards .item-list-infos .list-item .subtitle {
  font-size: 1.4rem;
  line-height: 2rem;
}
.infoscards .item-list-infos .list-item .datas {
  font-size: 3rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}

.lock-icon-wrapper {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}
.lock-icon-wrapper .lock-icon-svg {
  flex-shrink: 0;
  vertical-align: middle;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.lock-icon-wrapper .lock-icon-svg path {
  stroke: currentColor;
}

.menu-item.locked .lock-icon-wrapper,
nav .locked .lock-icon-wrapper {
  margin-left: 6px;
}
.menu-item.locked .lock-icon-wrapper .lock-icon-svg,
nav .locked .lock-icon-wrapper .lock-icon-svg {
  width: 14px !important;
  height: 16px !important;
}

a.locked .lock-icon-wrapper .lock-icon-svg {
  opacity: 0.6;
}
a.locked:hover .lock-icon-wrapper .lock-icon-svg {
  opacity: 1;
}

button.locked .lock-icon-wrapper {
  margin-left: 4px;
}

.locked {
  position: relative;
  display: inline-flex;
  width: 100%;
}
.locked .lock-icon-wrapper {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.locked .lock-icon-wrapper .lock-icon-svg {
  opacity: 0.8;
}

nav {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 20px;
  /* ONE */
  /* ALL */
}
nav .logo {
  width: 20%;
  padding-left: 32px;
}
nav .menu {
  width: 80%;
  text-align: right;
  padding-right: 32px;
}
@media screen and (max-width: 998px) {
  nav .menu {
    display: none;
  }
}
nav .menu ul {
  display: inline-flex;
  list-style: none;
}
nav .menu ul li {
  margin: 0px;
}
nav .menu ul li.menu-item-has-children {
  position: relative;
}
nav .menu ul li.current-menu-item a {
  color: #3441BC;
}
nav .menu ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  text-align: left;
  box-shadow: 0px 6px 16px 0px rgba(7, 31, 50, 0.12);
  border-radius: 12px;
  width: 250px;
  background: #fff;
  left: 50%;
  margin-left: -125px;
  top: 35px;
  z-index: 500;
}
nav .menu ul li .sub-menu li a {
  display: block;
  margin: 0px;
  border-radius: 0px;
  width: 100%;
}
nav .menu ul li a {
  color: #071F32;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 8px;
}
@media screen and (max-width: 1300px) {
  nav .menu ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  nav .menu ul li a {
    font-size: 1rem;
  }
}
nav .menu ul li a:hover {
  opacity: 0.8;
  background: rgba(7, 31, 50, 0.0509803922);
}
nav .menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
nav .search {
  margin-right: 25px;
}
@media screen and (max-width: 998px) {
  nav .search .item-search {
    display: none;
  }
}
nav .row .three {
  padding: 80px 30px;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}
nav .hamburger {
  transform: scale(0.5);
  display: none;
}
@media screen and (max-width: 998px) {
  nav .hamburger {
    display: block;
  }
}
nav .hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #000;
  display: block;
  margin: 8px auto;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
nav .hamburger:hover {
  cursor: pointer;
}
nav #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
nav #hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}
nav #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}
nav .mobile-nav {
  display: none;
  opacity: 0;
  position: fixed;
  top: 150px;
  height: 100%;
  left: 0px;
  right: 0px;
  background: #fff;
  z-index: 4999;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: auto; /* Allow scrolling if content exceeds height */
}
@media screen and (max-width: 998px) {
  nav .mobile-nav {
    display: block;
  }
}
nav .mobile-nav.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
nav .mobile-nav .global-search {
  background-color: rgba(63, 76, 202, 0.0509803922);
  padding: 20px;
}
nav .mobile-nav .global-search form {
  padding-bottom: 0px;
}
nav .mobile-nav .global-search input {
  width: 90%;
  padding: 18px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #3F4CCA;
  font-size: 1.6rem;
  font-weight: 600;
  color: #071F32;
}
nav .mobile-nav .mobile-menu {
  padding: 20px;
  height: 100vh;
}
nav .mobile-nav .mobile-menu ul {
  list-style: none;
  padding-left: 10px;
}
nav .mobile-nav .mobile-menu ul li a {
  display: block;
  text-decoration: none;
  color: #3441BC;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 10px 0px;
  font-weight: 600;
}
nav .mobile-nav .mobile-menu ul li .sub-menu li a {
  color: #071F32;
}

.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  max-width: 400px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: slideInFromRight 0.3s ease-out;
}
.notification.success {
  background: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}
.notification.success .notification__icon {
  color: #28a745;
}
.notification.error {
  background: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}
.notification.error .notification__icon {
  color: #dc3545;
}
.notification__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.notification__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}
.notification__title .notification__icon {
  margin-right: 8px;
  font-size: 18px;
}
.notification__close {
  background: none;
  border: none;
  cursor: pointer;
  color: currentColor;
  opacity: 0.7;
  padding: 4px;
  border-radius: 4px;
  transition: opacity 0.2s, background-color 0.2s;
}
.notification__close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.notification__close svg {
  width: 16px;
  height: 16px;
}
.notification__message {
  font-size: 14px;
  line-height: 1.5;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutToRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
.notification.slide-out {
  animation: slideOutToRight 0.3s ease-in forwards;
}

.form-success-message, .form-error-message {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  animation: fadeIn 0.3s ease-in;
}

.form-success-message {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-error-message {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.others-posts {
  padding: 64px 0px;
}
.others-posts .grid {
  align-items: flex-start;
}
.others-posts .post a {
  text-decoration: none;
  color: #3441BC;
}
.others-posts .post img {
  height: 255px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.pre-footer {
  background-color: #2A3496;
  padding: 48px 0px;
  background-image: url("../../assets/images/cpts17-adherer-team.png");
  background-repeat: no-repeat;
  background-position: 94% bottom;
  background-size: 44%;
}
.pre-footer p {
  color: #fff;
}
.pre-footer h2 {
  color: #fff;
}
@media screen and (max-width: 998px) {
  .pre-footer {
    padding: 48px 15px;
  }
}

.search-form select[multiple] {
  height: auto;
  min-height: 120px;
  padding: 0.5rem;
  border: 2px solid;
  border-image-source: linear-gradient(0deg, #3F4CCA, #3F4CCA), linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow-y: auto;
}
.search-form .choices__inner {
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  min-height: 56px;
  font-family: "Montserrat";
  border: 2px solid rgba(63, 77, 202, 0.1803921569);
}
.search-form .choices__input {
  background-color: transparent;
  font-weight: 600;
  font-family: "Montserrat";
}
.search-form .choices__list--multiple .choices__item {
  background-color: #3441BC;
  border: 1px solid #3441BC;
}
.search-form select[multiple] option {
  padding: 0.3rem 0.5rem;
}
.search-form .search-with-icon {
  margin-bottom: 15px;
}
.search-form .search-with-icon .search-input-wrapper {
  position: relative;
  width: 100%;
}
.search-form .search-with-icon input.form-control {
  box-sizing: border-box;
  width: 100%;
  padding-right: 2.5rem; /* espace pour l'icône */
  padding-left: 1.8rem;
  height: 56px;
  border: 2px solid rgba(63, 77, 202, 0.1803921569);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #071F32;
  font-family: "Montserrat";
}
.search-form .search-with-icon .search-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1rem;
  color: #888;
}
.search-form .search-with-icon svg.search-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  fill: #666;
  pointer-events: none;
}

.professionnels-tabs {
  background: rgba(23, 42, 223, 0.05);
  padding: 76px 0px;
}
.professionnels-tabs .tabs {
  border-bottom: 1px solid rgba(63, 77, 202, 0.258);
}
.professionnels-tabs .tabs button {
  all: unset;
  cursor: pointer;
  padding: 12px 24px;
  font-size: 16px;
  color: #071F32;
  font-weight: 700;
  background: transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-decoration: none;
  border: none;
}
.professionnels-tabs .tabs button.active {
  background-color: #3441BC;
  color: #fff;
}
.professionnels-tabs .specialite-group {
  border-bottom: 1px solid rgba(63, 77, 202, 0.258);
  padding: 40px 0px;
}
.professionnels-tabs .specialite-group .title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.professionnels-tabs .specialite-group .title img {
  margin-right: 10px;
}
.professionnels-tabs .specialite-group h2 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.professionnels-tabs .specialite-group .result-count {
  font-weight: 600;
}
.professionnels-tabs .specialite-group .pro-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgb(221, 221, 221);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.professionnels-tabs .specialite-group .pro-card h3 {
  margin: 0px;
}
.professionnels-tabs .specialite-group .pro-card h4 {
  color: #3441BC;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
.professionnels-tabs .specialite-group .pro-card .secteur {
  color: #3441BC;
  font-size: 1.2rem;
}
.professionnels-tabs .specialite-group .pro-card hr {
  display: block;
  width: 100%;
  margin: 15px 0px;
  border: none;
  height: 1px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.professionnels-tabs .specialite-group .pro-card .datas-infos {
  display: block;
}
.professionnels-tabs .specialite-group .pro-card .datas-infos a {
  display: block;
  display: flex;
  align-items: center;
  margin: 10px 0px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #071F32;
  text-decoration: none;
  font-weight: 600;
}
.professionnels-tabs .specialite-group .pro-card .datas-infos a svg {
  margin-right: 5px;
}
.professionnels-tabs .mapboxgl-popup-content {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  border: 1px solid rgb(221, 221, 221);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.professionnels-tabs .mapboxgl-popup-content h3 {
  margin: 0px;
  font-size: 2.4rem;
  line-height: 3rem;
}
.professionnels-tabs .mapboxgl-popup-content h4 {
  color: #3441BC;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
.professionnels-tabs .mapboxgl-popup-content p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin: 0px;
}
.professionnels-tabs .mapboxgl-popup-content .secteur {
  color: #3441BC;
  font-size: 1.2rem;
}
.professionnels-tabs .mapboxgl-popup-content hr {
  display: block;
  width: 100%;
  margin: 15px 0px;
  border: none;
  height: 1px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.professionnels-tabs .mapboxgl-popup-content .datas-infos {
  display: block;
}
.professionnels-tabs .mapboxgl-popup-content .datas-infos a {
  display: block;
  display: flex;
  align-items: center;
  margin: 10px 0px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #071F32;
  text-decoration: none;
  font-weight: 600;
}
.professionnels-tabs .mapboxgl-popup-content .datas-infos a svg {
  margin-right: 5px;
}

.recherche {
  background-color: #3441BC;
  padding: 48px 0px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .recherche {
    padding: 32px 1.6rem;
  }
}
.recherche p {
  color: #fff;
  max-width: 50%;
}
@media screen and (max-width: 998px) {
  .recherche p {
    max-width: 100%;
  }
}
.recherche .slide-search {
  overflow: hidden;
}
.recherche .slide-search .item-slide-search {
  display: block;
  position: relative;
  box-shadow: 0px 6px 16px 0px rgba(7, 31, 50, 0.1215686275);
  padding: 24px;
  margin: 20px 20px;
  border-radius: 12px;
  height: 180px;
  box-sizing: border-box;
  background-color: #3441BC;
}
@media screen and (max-width: 998px) {
  .recherche .slide-search .item-slide-search {
    height: 300px;
  }
}
.recherche .slide-search .item-slide-search h3 {
  color: #fff;
  padding-right: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.recherche .slide-search .item-slide-search p {
  max-width: 100%;
  margin-top: 8px;
  max-width: 340px;
  font-size: 1.4rem;
  line-height: 2rem;
}
.recherche .slide-search .item-slide-search .ic {
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 12px;
}
.recherche .slide-search .item-slide-search .arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  border-radius: 12px;
}

.search-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.search-popup-overlay.active {
  display: flex;
}
.search-popup-overlay .search-popup {
  background: white;
  border-radius: 16px;
  padding: 40px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: popupSlideIn 0.3s ease-out;
}
@media (max-width: 768px) {
  .search-popup-overlay .search-popup {
    padding: 30px;
    width: 95%;
  }
}
.search-popup-overlay .search-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.search-popup-overlay .search-popup-header h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #071F32;
  margin: 0;
}
.search-popup-overlay .search-popup-header .search-popup-close {
  background: none;
  border: none;
  font-size: 3rem;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.search-popup-overlay .search-popup-header .search-popup-close:hover {
  background: #f5f5f5;
  color: #071F32;
}
.search-popup-overlay .search-popup-form {
  margin-bottom: 20px;
}
.search-popup-overlay .search-popup-form #desktop-search-input {
  width: 100%;
  padding: 20px;
  font-size: 1.8rem;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 20px;
  outline: none;
  transition: border-color 0.2s ease;
}
.search-popup-overlay .search-popup-form #desktop-search-input:focus {
  border-color: #3F4CCA;
  box-shadow: 0 0 0 3px rgba(63, 76, 202, 0.1);
}
.search-popup-overlay .search-popup-form #desktop-search-input::-moz-placeholder {
  color: #999;
}
.search-popup-overlay .search-popup-form #desktop-search-input::placeholder {
  color: #999;
}
.search-popup-overlay .search-popup-form .search-popup-submit {
  background: #3F4CCA;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}
.search-popup-overlay .search-popup-form .search-popup-submit:hover {
  background: #2d3a9f;
  transform: translateY(-1px);
}
.search-popup-overlay .search-popup-form .search-popup-submit img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.search-popup-overlay .search-suggestions p {
  color: #666;
  font-size: 1.4rem;
  margin: 0;
  text-align: center;
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.global-search form {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 8px;
  padding: 8px;
  margin: 10px 0;
}
.global-search form #mobile-search {
  flex: 1;
  border: none;
  padding: 12px;
  font-size: 1.4rem;
  outline: none;
  background: transparent;
}
.global-search form #mobile-search::-moz-placeholder {
  color: #999;
}
.global-search form #mobile-search::placeholder {
  color: #999;
}
.global-search form button {
  background: #3F4CCA;
  border: none;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.global-search form button:hover {
  background: #2d3a9f;
}
.global-search form button img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.single-article {
  padding: 80px 0px;
}
.single-article.agenda {
  background: #F7F8FD;
}
.single-article .container {
  max-width: 850px;
  margin: 0 auto;
}
.single-article .article-infos {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.single-article h1 {
  font-size: 5.6rem;
  line-height: 6rem;
}
.single-article .social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single-article .social a {
  margin: 0px 8px;
}
.single-article .card__thumbnail {
  margin: 40px 0px;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
.single-article .card__thumbnail picture, .single-article .card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-article article p {
  font-weight: 500;
  margin: 15px 0px;
}
.single-article article hr {
  display: block;
  margin: 30px 0px;
  width: 100%;
  border: none;
  height: 1px;
  background-color: #C3C3E2;
}
.single-article article h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin: 40px 0px 20px 0px;
}
.single-article article h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 30px 0px 15px 0px;
}
.single-article article h4 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 20px 0px 10px 0px;
}
.single-article article ul li {
  font-weight: 500;
  margin: 10px 0px;
  list-style: disc;
  font-size: 1.6rem;
}
.single-article article ul li::marker {
  color: #3441BC;
  font-weight: 700;
  font-size: 2rem;
}

.blurred-content {
  filter: blur(8px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: filter 0.3s ease;
}

.access-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease;
}

.access-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3441BC;
  color: white;
  padding: 40px 50px;
  border-radius: 16px;
  z-index: 9999;
  text-align: center;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  animation: slideUp 0.4s ease;
}
@media (max-width: 768px) {
  .access-message {
    padding: 32px 24px;
    max-width: 85%;
    border-radius: 16px;
    margin: 32px;
    width: calc(100% - 64px);
  }
}
@media (max-width: 480px) {
  .access-message {
    padding: 28px 24px;
    margin: 24px;
    width: calc(100% - 48px);
    max-width: 400px;
    border-radius: 12px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
  }
}
.access-message h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: white;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .access-message h2 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .access-message h2 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.access-message p {
  font-size: 1.6rem;
  margin-bottom: 30px;
  line-height: 1.6;
  opacity: 0.95;
  color: white;
}
@media (max-width: 768px) {
  .access-message p {
    font-size: 1.5rem;
    margin-bottom: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .access-message p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.access-message .btn {
  padding: 12px 24px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .access-message .btn {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .access-message .btn {
    padding: 8px 16px;
    font-size: 1.4rem;
    width: 100%;
  }
}
.access-message .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.lock-icon-large {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
@media (max-width: 768px) {
  .lock-icon-large {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .lock-icon-large {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }
}
.lock-icon-large svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .lock-icon-large svg {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .lock-icon-large svg {
    width: 30px;
    height: 30px;
  }
}
.lock-icon-large:hover {
  background: rgba(255, 255, 255, 0.3);
}

.single-article.ressources .article-infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}
@media (max-width: 768px) {
  .single-article.ressources .article-infos {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
  }
}
.single-article.ressources .article-infos .categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.single-article.ressources .article-infos .categories .category-link {
  text-decoration: none;
}
.single-article.ressources .article-infos .categories .category-link .category-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .single-article.ressources .article-infos .categories .category-link .category-label {
    padding: 4px 10px;
    font-size: 1.1rem;
  }
}
.single-article.ressources .article-infos .categories .category-link .category-label:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.single-article.ressources .article-infos .date {
  font-size: 1.4rem;
  color: #64748b;
  font-weight: 500;
}
@media (max-width: 768px) {
  .single-article.ressources .article-infos .date {
    font-size: 1.3rem;
  }
}
.single-article.ressources .card__thumbnail {
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .single-article.ressources .card__thumbnail {
    margin-bottom: 24px;
    border-radius: 12px;
  }
}
.single-article.ressources .card__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.single-article.ressources .card__thumbnail img:hover {
  transform: scale(1.02);
}
.single-article.ressources article {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-article.ressources article {
    margin-bottom: 32px;
  }
}
.single-article.ressources article hr {
  margin: 32px 0;
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}
@media (max-width: 768px) {
  .single-article.ressources article hr {
    margin: 24px 0;
  }
}
.single-article.ressources .social {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 24px 0;
}
@media (max-width: 768px) {
  .single-article.ressources .social {
    gap: 12px;
    padding: 20px 0;
  }
}
.single-article.ressources .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  background: rgba(52, 65, 188, 0.1);
}
@media (max-width: 768px) {
  .single-article.ressources .social a {
    padding: 6px;
    border-radius: 6px;
  }
}
.single-article.ressources .social a:hover {
  background: rgba(52, 65, 188, 0.2);
  transform: translateY(-2px);
}
.single-article.ressources .social a svg {
  transition: transform 0.2s ease;
}
.single-article.ressources .social a:hover svg {
  transform: scale(1.1);
}

.others-posts {
  background: #f8fafc;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .others-posts {
    padding: 32px 0;
  }
}
.others-posts h2 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 3.2rem;
  color: #1e293b;
}
@media (max-width: 768px) {
  .others-posts h2 {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .others-posts h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .others-posts .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.others-posts .post {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.others-posts .post:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.others-posts .post a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.others-posts .post img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .others-posts .post img {
    height: 180px;
  }
}
.others-posts .post h3 {
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  color: #1e293b;
}
@media (max-width: 768px) {
  .others-posts .post h3 {
    padding: 16px;
    font-size: 1.5rem;
  }
}
.others-posts .post:hover img {
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.tooltip-adherer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #3441BC;
  padding: 14px 56px 14px 96px;
  border-radius: 16px;
  box-shadow: 0px 6px 16px 0px rgba(7, 31, 50, 0.1215686275);
  z-index: 5;
}
@media screen and (max-width: 998px) {
  .tooltip-adherer {
    left: 20px;
  }
}
.tooltip-adherer .absolut {
  position: absolute;
  bottom: 0px;
  left: 11px;
}
.tooltip-adherer p {
  margin: 0px;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 998px) {
  .tooltip-adherer p {
    font-size: 1.4rem;
  }
}
.tooltip-adherer .close-tooltip {
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
}

.slick-prev-custom,
.slick-next-custom,
.slick-prev-arrow,
.slick-next-arrow {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  border: none;
  outline: none;
  background: white;
  color: #071F32;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.slick-prev-custom.slick-disabled, .slick-prev-custom[disabled], .slick-prev-custom:disabled,
.slick-next-custom.slick-disabled,
.slick-next-custom[disabled],
.slick-next-custom:disabled,
.slick-prev-arrow.slick-disabled,
.slick-prev-arrow[disabled],
.slick-prev-arrow:disabled,
.slick-next-arrow.slick-disabled,
.slick-next-arrow[disabled],
.slick-next-arrow:disabled {
  background: transparent;
  color: #999;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.slick-prev-custom.slick-disabled:hover, .slick-prev-custom[disabled]:hover, .slick-prev-custom:disabled:hover,
.slick-next-custom.slick-disabled:hover,
.slick-next-custom[disabled]:hover,
.slick-next-custom:disabled:hover,
.slick-prev-arrow.slick-disabled:hover,
.slick-prev-arrow[disabled]:hover,
.slick-prev-arrow:disabled:hover,
.slick-next-arrow.slick-disabled:hover,
.slick-next-arrow[disabled]:hover,
.slick-next-arrow:disabled:hover {
  transform: none;
  box-shadow: none;
  background: transparent;
}

.hero-slider-controls,
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.hero-slider-controls .slider-counter,
.slider-controls .slider-counter {
  font-weight: 600;
  min-width: 80px;
  text-align: center;
  color: #071F32;
  font-size: 14px;
}
.hero-slider-controls .slider-counter .current,
.slider-controls .slider-counter .current {
  color: #3F4CCA;
  font-size: 16px;
}

@media (max-width: 768px) {
  .slick-prev-custom,
  .slick-next-custom,
  .slick-prev-arrow,
  .slick-next-arrow {
    width: 38px;
    height: 38px;
  }
  .hero-slider-controls,
  .slider-controls {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .slick-prev-custom,
  .slick-next-custom,
  .slick-prev-arrow,
  .slick-next-arrow {
    width: 36px;
    height: 36px;
  }
}
.twocols-slider {
  position: relative;
  padding: 0;
  overflow-x: hidden;
  background-color: #8B96FF;
}
.twocols-slider .yellow-bg-wrapper {
  position: relative;
}
.twocols-slider .yellow-bg-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: #FFC61A;
  z-index: 0;
}
@media (max-width: 998px) {
  .twocols-slider .yellow-bg-wrapper::after {
    display: none;
  }
}
.twocols-slider .slick-list {
  margin: 0 auto;
  padding: 50px 0px;
  width: 450px;
}
@media screen and (max-width: 998px) {
  .twocols-slider .slick-list {
    width: 350px;
  }
}
.twocols-slider .hero-slider-wrapper {
  padding: 10px 0px;
  margin-top: 0px;
}
.twocols-slider .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1480px) {
  .twocols-slider .container {
    padding: 0 40px;
  }
}
.twocols-slider .grid {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 998px) {
  .twocols-slider .grid {
    display: block;
  }
}
.twocols-slider .slide-content {
  position: relative;
  width: 50%;
  padding: 64px 30px;
}
.twocols-slider .slide-content h2 {
  margin-bottom: 16px;
}
.twocols-slider .slide-content p {
  margin-bottom: 0px;
}
@media screen and (max-width: 998px) {
  .twocols-slider .slide-content {
    width: 100%;
    padding: 64px 0px;
  }
}

.twocols-tiers {
  padding: 56px 0px;
  background-color: hsla(234, 57%, 52%, 0.1);
}
.twocols-tiers .item-slide {
  display: inline-flex;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
}
.twocols-tiers .item-slide .hero--banner__content {
  padding-left: 0;
  background-color: #fff;
  padding: 45px;
  height: 360px;
}
.twocols-tiers .item-slide .hero--banner__content h2, .twocols-tiers .item-slide .hero--banner__content p {
  color: #000;
}
.twocols-tiers .item-slide .categories {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .twocols-tiers .item-slide .categories {
    margin-top: 20px;
  }
}
.twocols-tiers .item-slide .col {
  width: 100%;
}
.twocols-tiers img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.twocols-tiers h2, .twocols-tiers p {
  color: #fff;
}