.main {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  z-index: 1;
}
.main--no-padding {
  padding: 0;
}
.main__inner {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 56px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 24px;
  }
}
.container.container__12-cols {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.container.container__12-cols .container__head {
  grid-column: span 12;
}
.container.container__12-cols .container__head .container__head-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  column-gap: 16px;
}
.container.container__12-cols .container__head .container__head-title--w-small h1 {
  display: flex;
  flex-direction: column;
}
.container.container__12-cols .container__head .container__head-title--w-small span {
  margin-top: 8px;
  font-size: 2rem;
  color: #00ADEE;
}
@media (max-width: 992px) {
  .container.container__12-cols .container__head .container__head-title--w-small span {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .container.container__12-cols .container__head .container__head-title--w-small span {
    display: block;
    margin-top: 16px;
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .container.container__12-cols .container__head .container__head-title--w-small span {
    font-size: 1rem;
  }
}
.container.container__12-cols .container__head .container__head-title h1 {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 1200px) {
  .container.container__12-cols .container__head .container__head-title h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .container.container__12-cols .container__head .container__head-title h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .container.container__12-cols .container__head .container__head-title h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .container.container__12-cols .container__head .container__head-title h1 {
    font-size: 2rem;
  }
}
.container.container__12-cols .container__head .container__head-title h2 {
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 12px;
}
@media (max-width: 1200px) {
  .container.container__12-cols .container__head .container__head-title h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 992px) {
  .container.container__12-cols .container__head .container__head-title h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .container.container__12-cols .container__head .container__head-title h2 {
    font-size: 1.25rem;
  }
}
.container.container__12-cols .container__head .container__head-text {
  margin-top: 16px;
  max-width: 536px;
}
.container.container__12-cols .container__col-left {
  grid-column: span 6;
}
@media (max-width: 992px) {
  .container.container__12-cols .container__col-left {
    grid-column: span 12;
  }
}
.container.container__12-cols .container__col-left--7 {
  grid-column: span 7;
}
@media (max-width: 992px) {
  .container.container__12-cols .container__col-left--7 {
    grid-column: span 12;
  }
}
.container.container__12-cols .container__col-right {
  grid-column: 8/span 5;
}
@media (max-width: 992px) {
  .container.container__12-cols .container__col-right {
    grid-column: span 12;
  }
}
.container.container__12-cols--reverse .container__col-left {
  grid-column: span 3;
}
@media (max-width: 1200px) {
  .container.container__12-cols--reverse .container__col-left {
    grid-column: span 4;
  }
}
@media (max-width: 992px) {
  .container.container__12-cols--reverse .container__col-left {
    grid-column: span 12;
  }
}
.container.container__12-cols--reverse .container__col-right {
  grid-column: 4/span 9;
}
@media (max-width: 1200px) {
  .container.container__12-cols--reverse .container__col-right {
    grid-column: 5/span 8;
  }
}
@media (max-width: 992px) {
  .container.container__12-cols--reverse .container__col-right {
    grid-column: span 12;
  }
}
.container.container__12-cols--equal .container__col-left {
  grid-column: span 6;
}
.container.container__12-cols--equal .container__col-right {
  grid-column: span 6;
}
.container.container__12-cols .container__col-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.container.container__12-cols .container__col-full-width {
  width: 100%;
  grid-column: span 12;
}
.container.container__12-cols h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .container.container__12-cols h1 {
    font-size: 2.75rem;
  }
}
@media (max-width: 992px) {
  .container.container__12-cols h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .container.container__12-cols h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .container.container__12-cols h1 {
    font-size: 2rem;
  }
}
.container.container__12-cols h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .container.container__12-cols h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 992px) {
  .container.container__12-cols h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .container.container__12-cols h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .container.container__12-cols h2 {
    font-size: 2rem;
  }
}
.container__filters-results-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .container__filters-results-top {
    flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.container__filters-results-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .container__filters-results-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 16px;
  }
}
.container__col-results {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.container__col-results .container__results {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 992px) {
  .container__filters {
    display: none;
  }
}
.container__btn-filters {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .container__btn-filters {
    display: inline-block;
  }
}
.container__image-banner {
  grid-column: span 12;
  height: 400px;
  width: 100%;
  margin-bottom: 32px;
  object-fit: cover;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  transition: height 0.2s;
}
@media (max-width: 1200px) {
  .container__image-banner {
    height: 336px;
  }
}
@media (max-width: 992px) {
  .container__image-banner {
    height: 304px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .container__image-banner {
    height: 264px;
    margin-bottom: 16px;
  }
}
.container .container__text-content h2, .container .container__text-content h3, .container .container__text-content h4 {
  font-weight: 700;
}
.container .container__text-content h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  margin-top: 24px;
}
.container .container__text-content h2:first-child {
  margin-top: 0;
}
.container .container__text-content h2:last-child {
  margin-bottom: 0;
}
.container .container__text-content h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  margin-top: 16px;
}
.container .container__text-content h3:first-child {
  margin-top: 0;
}
.container .container__text-content h3:last-child {
  margin-bottom: 0;
}
.container .container__text-content h4 {
  font-size: 1.125rem;
  margin-bottom: 12px;
}
.container .container__text-content h4:last-child {
  margin-bottom: 0;
}
.container .container__text-content p {
  font-size: 1rem;
  margin-bottom: 12px;
}
.container .container__text-content p:last-child {
  margin-bottom: 0;
}
.container .container__text-content p img {
  width: 100% !important;
  height: auto;
  border-radius: 16px;
}
.container .container__text-content a {
  color: #00ADEE;
  text-decoration: underline;
}
.container .container__text-content a:hover {
  color: #056B88;
}
.container .container__text-content ul {
  padding-left: 24px;
  margin-bottom: 12px;
}
.container .container__text-content ul li {
  list-style: disc;
}
.container .container__text-content ol {
  padding-left: 24px;
  margin-bottom: 12px;
}
.container .container__text-content ol li {
  list-style: decimal;
}
.container .container__text-content blockquote {
  position: relative;
  background: #CDEAFF;
  margin: 24px 0 24px 16px;
  padding: 16px 64px 16px 24px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  font-style: italic;
}
.container .container__text-content blockquote ::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 6px;
  height: 100%;
  background-color: #00ADEE;
  border-radius: 16px;
}
.container .container__text-content blockquote ::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/rpsm/assets/ui/icons/icon-quotesmark.png");
  transform: rotateX(180deg) rotateY(180deg);
  z-index: 3;
}
.container .container__text-content hr {
  border-top: 2px solid #00303F;
  margin: 24px 0;
}
.container__form .acf-form > .acf-fields {
  display: flex;
  flex-direction: column;
}
.container__form .acf-form > .acf-fields.-border {
  border: 0;
  background: transparent;
}
.container__form .acf-form > .acf-fields .acf-field {
  padding: 0;
  margin-bottom: 24px;
  border: 0;
}
.container__form .acf-form > .acf-fields .acf-field:last-child {
  margin-bottom: 0;
}
.container__form .acf-form > .acf-fields .acf-field input[type=text],
.container__form .acf-form > .acf-fields .acf-field input[type=email] {
  border: 2px solid #00303F;
  border-radius: 24px;
  background: #CDEAFF;
  padding: 8px 16px;
  font-size: 16px;
  color: #00303F;
}
.container__form .acf-form > .acf-fields .acf-field input[type=text]:focus, .container__form .acf-form > .acf-fields .acf-field input[type=text]:focus-visible, .container__form .acf-form > .acf-fields .acf-field input[type=text]:focus-within,
.container__form .acf-form > .acf-fields .acf-field input[type=email]:focus,
.container__form .acf-form > .acf-fields .acf-field input[type=email]:focus-visible,
.container__form .acf-form > .acf-fields .acf-field input[type=email]:focus-within {
  outline: none;
}
.container__form .acf-form > .acf-fields .acf-field textarea {
  border: 2px solid #00303F;
  border-radius: 16px;
  background: #CDEAFF;
  padding: 8px 16px;
  font-size: 16px;
  color: #00303F;
}
.container__form .acf-form > .acf-fields .acf-field textarea:focus, .container__form .acf-form > .acf-fields .acf-field textarea:focus-visible, .container__form .acf-form > .acf-fields .acf-field textarea:focus-within {
  outline: none;
}
.container__form .acf-form > .acf-fields .acf-field .categorychecklist-holder {
  overflow: initial;
}
.container__form .acf-form > .acf-fields .acf-field .acf-checkbox-list {
  padding: 0;
}
.container__form .acf-form > .acf-fields .acf-field .acf-radio-list,
.container__form .acf-form > .acf-fields .acf-field .acf-checkbox-list {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  width: 100%;
}
.container__form .acf-form > .acf-fields .acf-field .acf-radio-list li label,
.container__form .acf-form > .acf-fields .acf-field .acf-checkbox-list li label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Clan Pro", Arial, sans-serif;
  color: #00303F;
  cursor: pointer;
}
.container__form .acf-form > .acf-fields .acf-field .acf-radio-list li label:before,
.container__form .acf-form > .acf-fields .acf-field .acf-checkbox-list li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #00303F;
  border-radius: 50%;
  background: #CDEAFF;
}
.container__form .acf-form > .acf-fields .acf-field .acf-radio-list li label.selected:before,
.container__form .acf-form > .acf-fields .acf-field .acf-checkbox-list li label.selected:before {
  border-color: #00303F;
  background: #00ADEE;
  box-shadow: inset 0 0 0 2px #00ADEE;
}
.container__form .acf-form > .acf-fields .acf-field .acf-radio-list input[type=radio],
.container__form .acf-form > .acf-fields .acf-field .acf-checkbox-list input[type=radio] {
  position: relative;
  opacity: 0;
  margin-right: 8px;
}
.container__form .acf-form > .acf-fields .acf-field-group {
  padding: 24px 32px 32px;
  background: #CDEAFF;
  border-radius: 24px;
  margin-bottom: 64px;
}
.container__form .acf-form > .acf-fields .acf-field-group:nth-last-of-type(2) {
  margin-bottom: 40px;
}
.container__form .acf-form > .acf-fields .acf-field-group > .acf-label > label {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 24px;
}
.container__form .acf-form > .acf-fields .acf-label {
  margin-bottom: 4px;
}
.container__form .acf-form > .acf-fields .acf-label label {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
}
.container__form .acf-fields {
  display: flex;
  flex-direction: column;
}
.container__form .acf-fields.-border {
  border: 0;
  background: transparent;
}
.container .acf-checkbox-list,
.container .acf-taxonomy-field .categorychecklist-holder {
  border: 0;
}
.container .acf-form-submit {
  display: flex;
  align-items: center;
  gap: 16px;
}
.container .acf-form-submit button[type=submit] {
  padding: 8px 24px;
  border: none;
  border-radius: 56px;
  transition: 0.2s all;
  text-decoration: none !important;
  font-size: 0.875rem;
  font-family: "Clan Pro", Arial, sans-serif;
  background: #00303F;
  color: #CDEAFF;
  cursor: pointer;
}
.container .acf-form-submit button[type=submit]:hover {
  background: #00ADEE;
  color: #00303F;
}
.container .acf-form-submit button[type=submit]:hover svg path {
  stroke: #00303F;
}

.background-shapes {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.background-shape {
  position: absolute;
}
.background-shape.background-shape__circle {
  min-height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background-color: #CDEAFF;
}

.full-size-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tooltip-container {
  position: relative;
}
.tooltip-container .tooltip-text {
  visibility: hidden;
  width: max-content;
  max-width: 240px;
  background-color: rgba(205, 234, 255, 0.7);
  color: #00303F;
  text-align: center;
  border-radius: 8px;
  padding: 8px 12px;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 50%;
  font-size: 0.875rem;
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-container .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(205, 234, 255, 0.7) transparent transparent transparent;
}
.tooltip-container:hover .tooltip-text, .tooltip-container:focus .tooltip-text {
  visibility: visible;
  opacity: 1;
}

html {
  font-size: 16px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background-color: #F5F5F5;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #00303F;
  font-family: "Clan Pro", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: "Clan Pro";
  src: url("../fonts/ClanPro-Bold.woff2") format("woff2"), url("../fonts/ClanPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clan Pro";
  src: url("../fonts/ClanPro-Medium.woff2") format("woff2"), url("../fonts/ClanPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clan Pro";
  src: url("/assets/fonts/ClanPro-Regular.woff2") format("woff2"), url("../fonts/ClanPro-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 248px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  pointer-events: none;
  z-index: 999;
}
header.header--menu-open {
  background-color: #CDEAFF;
}
header.header--menu-open .header__inner .header__right-col .header__right-col-account .header__account-btn {
  border-color: #FFFFFF;
}
header.header--menu-open .header__inner .header__right-col .header__nav-toggler {
  border-color: #FFFFFF;
}
body.home header.header--menu-open {
  background-color: #FFFFFF;
}
body.home header.header--menu-open .header__inner .header__right-col .header__right-col-account .header__account-btn {
  border-color: #CDEAFF;
}
body.home header.header--menu-open .header__inner .header__right-col .header__nav-toggler {
  border-color: #CDEAFF;
}
header.header__nav-mobile--open .header__right-col .header__right-col-account {
  transform: translateX(-240px);
}
header .header__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 24px 32px;
}
header .header__inner .header__left-col {
  display: flex;
  gap: 24px;
}
header .header__inner .header__left-col .header__logos {
  position: relative;
  display: block;
  max-width: 112px;
  height: auto;
  pointer-events: auto;
}
header .header__inner .header__left-col .header__logos .header__logo svg {
  width: 100%;
  height: auto;
}
header .header__inner .header__left-col .header__logos .header__logo-light {
  display: none;
}
header .header__inner .header__left-col .header__nav {
  position: relative;
  display: flex;
  align-self: flex-start;
  padding: 12px 20px;
  border-radius: 56px;
  background-color: rgba(205, 234, 255, 0.9);
  backdrop-filter: blur(4px);
  pointer-events: auto;
}
body.home header .header__inner .header__left-col .header__nav {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1400px) {
  header .header__inner .header__left-col .header__nav {
    display: none;
  }
}
header .header__inner .header__left-col .header__nav .menu {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .header__inner .header__left-col .header__nav .menu .menu-item a {
  padding: 8px 16px;
  border-radius: 24px;
  cursor: pointer;
  color: #00303F;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.2s;
}
header .header__inner .header__left-col .header__nav .menu .menu-item a:hover {
  background-color: #FFFFFF;
}
body.home header .header__inner .header__left-col .header__nav .menu .menu-item a:hover {
  background-color: #CDEAFF;
}
header .header__inner .header__left-col .header__nav .menu .menu-item--open > a {
  background-color: #FFFFFF;
}
body.home header .header__inner .header__left-col .header__nav .menu .menu-item--open > a {
  background-color: #CDEAFF;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 6px);
  left: 0;
  width: calc(100% + 304px);
  padding: 24px 36px;
  gap: 24px;
  pointer-events: auto;
  z-index: 1000;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu {
  display: flex;
  gap: 16px;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important {
  position: relative;
  overflow: hidden;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important .shape--small {
  position: absolute;
  top: -56px;
  left: -48px;
  transform: rotate(45deg);
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important .header__sub-menu-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 64px;
  height: 64px;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important .header__sub-menu-icon svg {
  width: 100%;
  height: 100%;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important .header__sub-menu-icon svg path {
  stroke-width: 2.5px;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--primary-color a {
  background: #FFFFFF;
  transition: all 0.2s;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--primary-color a:hover {
  background: #00ADEE;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--primary-color a:hover .shape--small path {
  fill: #CDEAFF;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--primary-color a .shape--small path {
  fill: #00ADEE;
  transition: fill 0.2s;
}
body.home header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--primary-color a {
  background: #CDEAFF;
}
body.home header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--primary-color a:hover {
  background: #00ADEE;
}
body.home header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--primary-color a:hover .shape--small path {
  fill: #CDEAFF;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--secondary-color a {
  background: #FFFFFF;
  transition: all 0.2s;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--secondary-color a:hover {
  background: #FF6D40;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--secondary-color a:hover .shape--small path {
  fill: #FFE6DD;
}
body.home header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--secondary-color a {
  background: #FFE6DD;
}
body.home header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--secondary-color a:hover {
  background: #FF6D40;
}
body.home header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--secondary-color a:hover .shape--small path {
  fill: #FFE6DD;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--secondary-color a .shape--small path {
  fill: #FF6D40;
  transition: fill 0.2s;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--third-color a {
  background: #FFFFFF;
  transition: all 0.2s;
}
body.home header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--third-color a {
  background: #FFF7C4;
}
body.home header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--third-color a:hover {
  background: #FFDD00;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--third-color a:hover {
  background: #FFDD00;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--third-color a:hover .shape--small path {
  fill: #FFF7C4;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item.header__sub-menu-item--important.sub-menu-item--third-color a .shape--small path {
  fill: #FFDD00;
  transition: fill 0.2s;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-left .sub-menu .menu-item a {
  display: flex;
  align-items: flex-end;
  height: 120px;
  background-color: #CDEAFF;
  padding: 16px 32px 16px 20px;
  border-radius: 0;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.2s;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-right .sub-menu {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  row-gap: 8px;
  column-gap: 24px;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-right .sub-menu .header__sub-menu-item--default a {
  padding: 0;
  transition: all 0.1s;
}
header .header__inner .header__left-col .header__nav .menu .header__sub-menu .header__sub-menu-col-right .sub-menu .header__sub-menu-item--default a:hover {
  background-color: transparent;
  color: #00ADEE;
}
header .header__inner .header__left-col .header__nav-mobile {
  position: absolute;
  top: 24px;
  right: 32px;
  transform-origin: top right;
  clip-path: inset(0 0 100% 100% round 16px);
  transform: none;
  transition: clip-path 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  pointer-events: none;
  z-index: 1000;
}
header .header__inner .header__left-col .header__nav-mobile--open {
  clip-path: inset(0 0 0 0 round 16px);
  pointer-events: auto;
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item {
  animation: slideInMenu 0.4s ease forwards;
  opacity: 0;
  transform: translateX(30px);
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item:nth-child(1) {
  animation-delay: 0.05s;
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item:nth-child(2) {
  animation-delay: 0.1s;
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item:nth-child(3) {
  animation-delay: 0.15s;
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item:nth-child(4) {
  animation-delay: 0.2s;
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item:nth-child(5) {
  animation-delay: 0.25s;
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item:nth-child(6) {
  animation-delay: 0.3s;
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item:nth-child(7) {
  animation-delay: 0.35s;
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item:nth-child(8) {
  animation-delay: 0.4s;
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item:nth-child(9) {
  animation-delay: 0.45s;
}
header .header__inner .header__left-col .header__nav-mobile--open .menu-item:nth-child(10) {
  animation-delay: 0.5s;
}
header .header__inner .header__left-col .header__nav-mobile--open .header__account a {
  animation: slideInMenu 0.4s ease forwards;
  opacity: 0;
  transform: translateX(30px);
}
header .header__inner .header__left-col .header__nav-mobile--open .header__account a:nth-child(1) {
  animation-delay: 0.4s;
}
header .header__inner .header__left-col .header__nav-mobile--open .header__account a:nth-child(2) {
  animation-delay: 0.45s;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner {
  display: flex;
  flex-direction: column;
  width: 272px;
  padding: 44px 40px 24px 32px;
  background-color: rgba(205, 234, 255, 0.7);
  border-radius: 16px;
  border: 2px solid #80D6F6;
  backdrop-filter: blur(4px);
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item a {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #00303F;
  transition: all 0.2s;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item a:hover {
  color: #00ADEE;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu {
  position: relative;
  display: none;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu .header__sub-menu-col-left {
  margin-bottom: 8px;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu .header__sub-menu-col-left,
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu .header__sub-menu-col-right {
  position: relative;
  padding-left: 16px;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu .header__sub-menu-col-left::before,
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu .header__sub-menu-col-right::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: calc(100% - 8px);
  border-radius: 8px;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu .header__sub-menu-col-left::before {
  background-color: #00ADEE;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu .header__sub-menu-col-right::before {
  background-color: #80D6F6;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu .menu-item a {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 0;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu .menu-item a .shape--small,
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .menu .menu-item .header__sub-menu .menu-item a .header__sub-menu-icon {
  display: none;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .header__account {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .header__account {
    display: flex;
  }
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .header__account a {
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 500;
  background: #80D6F6;
  color: #00303F;
  transition: all 0.2s;
  border-radius: 16px;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-mobile-inner .header__account a:hover {
  background: #00ADEE;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-toggler {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  cursor: pointer;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border: 2px solid #80D6F6;
  transition: all 0.2s;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-toggler:hover {
  background-color: #80D6F6;
  border-color: #00ADEE;
}
header .header__inner .header__left-col .header__nav-mobile .header__nav-toggler svg {
  width: 28px;
  height: 28px;
}
header .header__inner .header__right-col {
  display: flex;
  align-self: flex-start;
  column-gap: 12px;
  pointer-events: auto;
}
header .header__inner .header__right-col .header__right-col-account {
  display: flex;
  align-self: flex-start;
  column-gap: 12px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  header .header__inner .header__right-col .header__right-col-account {
    display: none;
  }
}
header .header__inner .header__right-col .header__right-col-account .header__account-btn {
  display: flex;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 56px;
  font-size: 0.875rem;
  font-weight: 700;
  border: 2px solid #80D6F6;
  background-color: rgba(205, 234, 255, 0.7);
  backdrop-filter: blur(4px);
  color: #00303F;
  cursor: pointer;
  transition: all 0.2s;
}
header .header__inner .header__right-col .header__right-col-account .header__account-btn:hover {
  background-color: #80D6F6;
  border-color: #00ADEE;
}
.header--menu-open header .header__inner .header__right-col .header__right-col-account .header__account-btn {
  border-color: red;
}
body.home header .header__inner .header__right-col .header__right-col-account .header__account-btn {
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #FFFFFF;
}
body.home header .header__inner .header__right-col .header__right-col-account .header__account-btn:hover {
  background-color: rgba(205, 234, 255, 0.9);
  border-color: #80D6F6;
}
header .header__inner .header__right-col .header__nav-toggler {
  display: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-color: rgba(205, 234, 255, 0.7);
  border-radius: 50%;
  border: 2px solid #80D6F6;
  transition: all 0.2s;
}
@media screen and (max-width: 1400px) {
  header .header__inner .header__right-col .header__nav-toggler {
    display: flex;
  }
}
header .header__inner .header__right-col .header__nav-toggler:hover {
  background-color: rgba(205, 234, 255, 0.9);
  border-color: #80D6F6;
}
header .header__inner .header__right-col .header__nav-toggler svg {
  width: 28px;
  height: 28px;
}
body.home header .header__inner .header__right-col .header__nav-toggler {
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #FFFFFF;
}
body.home header .header__inner .header__right-col .header__nav-toggler:hover {
  background-color: rgba(205, 234, 255, 0.9);
  border-color: #80D6F6;
}
body.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}

@keyframes slideInMenu {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.footer {
  width: 100%;
  background-color: #CDEAFF;
}
.footer__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .footer__inner {
    row-gap: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 576px) {
  .footer__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.footer .footer__newsletter {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer .footer__newsletter-text {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .footer .footer__newsletter-text {
    font-size: 1rem;
  }
}
.footer .footer__newsletter-form {
  display: flex;
  column-gap: 16px;
}
.footer .footer__newsletter input[type=email] {
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: 24px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #056B88;
}
.footer .footer__newsletter input[type=email]::placeholder {
  color: #056B88;
}
.footer .footer__newsletter input[type=email]:focus {
  border: none;
  outline: 1px solid #056B88;
  box-shadow: 0 0 0 3px rgba(5, 107, 136, 0.3);
}
.footer .footer__newsletter-button {
  display: flex;
  align-self: flex-start;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border-radius: 24px;
  border: 0;
  background-color: #056B88;
  color: #FFFFFF;
  font-size: 0.875rem;
  cursor: pointer;
}
.footer__left-col {
  grid-column: 1/span 5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 64px;
}
@media (max-width: 992px) {
  .footer__left-col {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column: 1/span 12;
    flex-direction: row;
    align-items: center;
    column-gap: 24px;
  }
}
.footer__left-col .footer__logo {
  display: block;
  grid-column: span 3;
  height: auto;
}
@media (max-width: 1200px) {
  .footer__left-col .footer__logo {
    grid-column: span 4;
  }
}
@media (max-width: 992px) {
  .footer__left-col .footer__logo {
    width: 100%;
    grid-column: span 5;
  }
}
@media (max-width: 768px) {
  .footer__left-col .footer__logo {
    display: flex;
    grid-column: span 6;
  }
}
@media (max-width: 576px) {
  .footer__left-col .footer__logo {
    display: flex;
    grid-column: span 8;
  }
}
.footer__left-col .footer__logo svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .footer__left-col .footer__newsletter {
    grid-column: span 5;
  }
}
@media (max-width: 992px) {
  .footer__left-col .footer__newsletter {
    display: none;
  }
}
.footer__right-col {
  position: relative;
  grid-column: 7/span 6;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  row-gap: 40px;
}
@media (max-width: 992px) {
  .footer__right-col {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column: 1/span 12;
    flex-direction: row;
    column-gap: 24px;
  }
}
.footer__right-col::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 80px;
  height: 6px;
  border-radius: 8px;
  background-color: #056B88;
}
@media (max-width: 992px) {
  .footer__right-col::before {
    top: -24px;
  }
}
.footer__right-col .footer__block {
  display: flex;
  flex-direction: column;
  grid-column: span 3;
}
@media (max-width: 992px) {
  .footer__right-col .footer__block {
    grid-column: span 6;
  }
}
@media (max-width: 576px) {
  .footer__right-col .footer__block {
    grid-column: span 12;
  }
}
.footer__right-col .footer__block-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer__right-col .footer__block-content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-weight: 500;
  color: #056B88;
}
.footer__right-col .footer__block-content .menu {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.footer__right-col .footer__newsletter {
  display: none;
}
@media (max-width: 992px) {
  .footer__right-col .footer__newsletter {
    display: flex;
    grid-column: span 8;
  }
}
@media (max-width: 576px) {
  .footer__right-col .footer__newsletter {
    grid-column: span 12;
  }
}
.footer__credits {
  background-color: #FFFFFF;
}
.footer__credits-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 0.875rem;
}
.footer__credits-inner a {
  text-decoration: underline;
}

.btn {
  padding: 8px 24px;
  border-radius: 56px;
  transition: 0.2s all;
  text-decoration: none !important;
}
@media screen and (max-width: 992px) {
  .btn {
    padding: 6px 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 4px 16px;
  }
}
.btn--sm {
  padding: 6px 16px;
  font-size: 0.875rem;
}
.btn--full-width {
  width: 100%;
}
.btn__primary-100 {
  background: #CDEAFF;
  color: #00303F;
}
.btn__primary-100:hover {
  background: #80D6F6;
}
.btn__primary-100:hover svg path {
  stroke: #00303F;
}
.btn__primary-100 svg path {
  stroke: #00303F;
}
.btn__primary-700 {
  background: #056B88;
  color: #CDEAFF;
}
.btn__primary-700:hover {
  background: #00303F;
  color: #CDEAFF;
}
.btn__primary-700:hover svg path {
  stroke: #CDEAFF;
}
.btn__primary-700 svg path {
  stroke: #CDEAFF;
}
.btn__primary-900 {
  background: #00303F;
  color: #CDEAFF;
}
.btn__primary-900:hover {
  background: #00ADEE;
  color: #00303F;
}
.btn__primary-900:hover svg path {
  stroke: #00303F;
}
.btn__primary-900 svg path {
  stroke: #CDEAFF;
}
.btn__secondary--500 {
  background: #FF6D40;
  color: #00303F;
}
.btn__secondary--500 svg path {
  stroke: #00303F;
}
.btn__secondary--500.btn__secondary--reverse {
  background: #FFFFFF;
  color: #FF6D40;
}
.btn__secondary--500.btn__secondary--reverse:hover {
  background: #FFE6DD;
  color: #FF6D40;
}
.btn__secondary--500.btn__secondary--reverse svg path {
  stroke: #FF6D40;
}
.btn--with-icon {
  display: inline-flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 8px 20px 8px 24px;
}
.btn--with-icon .btn__icon {
  width: 32px;
  height: 32px;
  transition: 0.2s all;
}
.btn--with-icon .btn__icon svg {
  width: 100%;
  height: 100%;
  transition: 0.2s all;
}

.filters {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 992px) {
  .filters {
    margin-top: 16px;
  }
}

.filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 24px;
  row-gap: 8px;
}
.filter__label {
  font-size: 1rem;
  font-weight: 600;
}
.filter__primary-color .filter__content {
  background-color: #CDEAFF;
}
.filter__primary-color .filter__toggler {
  color: #CDEAFF;
  background-color: #056B88;
}
.filter__primary-color .filter__toggler svg path {
  stroke: #CDEAFF;
}
.filter__primary--reverse-color .filter__content {
  padding: 16px 24px;
  background-color: #00303F;
  color: #CDEAFF;
}
.filter__primary--reverse-color .filter__toggler {
  color: #056B88;
  background-color: #CDEAFF;
}
.filter__primary--reverse-color .filter__toggler svg path {
  stroke: #00303F;
}
.filter--facet-toggler .filter__content {
  padding-bottom: 56px;
}
.filter--expanded .filter__content::after {
  opacity: 0;
}
.filter--expanded .filter__toggler-icon {
  transform: rotate(180deg);
}
.filter--fit-content .filter__content {
  height: auto;
}
.filter--fit-content .filter__content::after {
  display: none;
}
.filter__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.filter__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px;
  align-self: stretch;
  gap: 16px;
  color: #00303F;
  width: 100%;
}
.filter__content .container__content-inner {
  width: 100%;
}
.filter__toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  padding: 8px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}
.filter__toggler:hover {
  background: #00303F;
  color: #CDEAFF;
}
.filter__toggler:hover .filter__toggler-icon svg path {
  stroke: #CDEAFF;
}
.filter__toggler .filter__toggler-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.4s;
}
.filter__toggler .filter__toggler-icon svg {
  width: 100%;
  height: 100%;
}
.filter__toggler .filter__toggler-icon svg path {
  stroke: #CDEAFF;
}
.filter:first-child .filter__content {
  border-top-right-radius: 24px;
}
.filter:last-child .filter__content {
  border-bottom-right-radius: 24px;
}
.filter .filter__content-inner {
  width: 100%;
}

.main .facetwp-facet {
  margin: 0;
}
.main .facetwp-facet .facetwp-search {
  padding: 12px 20px;
  background-color: #CDEAFF;
  border: 0;
  border-radius: 24px;
  font-family: "Clan Pro", Arial, sans-serif;
  color: #00303F;
  font-size: 0.875rem;
  min-width: 304px;
}
.main .facetwp-facet .facetwp-search:focus, .main .facetwp-facet .facetwp-search:focus-visible, .main .facetwp-facet .facetwp-search:focus-within {
  outline: none;
}
.main .facetwp-facet .facetwp-search::placeholder {
  color: #00303F;
}

.facetwp-type-checkboxes {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  width: 100%;
}
.facetwp-type-checkboxes .facetwp-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-left: 24px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Clan Pro", Arial, sans-serif;
  color: #CDEAFF;
  background: url("/wp-content/themes/rpsm/assets/ui/inputs/checkbox-empty.png") 0 50% no-repeat;
}
.facetwp-type-checkboxes .facetwp-checkbox.checked {
  background: url("/wp-content/themes/rpsm/assets/ui/inputs/checkbox-full.png") 0 50% no-repeat;
}
.facetwp-type-checkboxes .facetwp-toggle {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 8px 16px;
  background-color: #CDEAFF;
  color: #00303F !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  transition: all 0.2s;
}
.facetwp-type-checkboxes .facetwp-toggle:hover {
  background-color: #80D6F6;
  cursor: pointer;
}
.facetwp-type-checkboxes .facetwp-overflow .facetwp-checkbox {
  margin-bottom: 4px;
}
.facetwp-type-checkboxes .facetwp-overflow .facetwp-checkbox:last-child {
  margin-bottom: 0;
}

.facetwp-type-dropdown .facetwp-dropdown {
  font-family: "Clan Pro", Arial, sans-serif;
  width: 100%;
  padding: 8px 32px 8px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #00303F;
  border: none;
  border-radius: 16px;
  background: url("/wp-content/themes/rpsm/assets/ui/inputs/dropdown-arrow.png") calc(100% - 8px) 50% no-repeat;
  background-color: #CDEAFF;
  appearance: none;
}
.facetwp-type-dropdown .facetwp-dropdown:focus, .facetwp-type-dropdown .facetwp-dropdown:focus-visible {
  outline: none;
}

.facetwp-type-fselect {
  width: 100%;
}
.facetwp-type-fselect .fs-wrap {
  width: 100%;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap {
  font-family: "Clan Pro", Arial, sans-serif;
  width: 100%;
  padding: 12px 32px 12px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #00303F;
  border: none;
  border-radius: 24px;
  background-color: #CDEAFF;
  appearance: none;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-label {
  padding: 0;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-arrow {
  border: none;
  background-color: transparent;
  background: url("/wp-content/themes/rpsm/assets/ui/inputs/dropdown-arrow.png") center no-repeat;
  width: 24px;
  height: 24px;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown {
  width: auto;
  background-color: #CDEAFF;
  font-size: 0.75rem;
  color: #00303F;
  border: none;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-option:hover {
  background-color: #80D6F6;
}
.facetwp-type-fselect .fs-wrap .fs-search {
  background-color: #CDEAFF;
  color: #00303F;
  border-bottom: 2px solid #00303F;
}
.facetwp-type-fselect .fs-wrap .fs-search::placeholder {
  color: #00303F;
}

.facetwp-type-search .facetwp-icon {
  right: 8px;
  opacity: 1;
}
.facetwp-type-search .facetwp-icon::before {
  background: url("/wp-content/themes/rpsm/assets/ui/inputs/text-search.png") calc(100% - 8px) 50% no-repeat;
}
.facetwp-type-search .facetwp-icon.f-loading {
  background: url("/wp-content/themes/rpsm/assets/ui/inputs/loading.png") calc(100% - 8px) 50% no-repeat;
}

.facetwp-type-slider {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
}
.facetwp-type-slider .noUi-target {
  padding: 0 2px;
  border: 0;
  height: 4px;
  background-color: rgba(205, 234, 255, 0.5);
}
.facetwp-type-slider .noUi-target .noUi-connect {
  background-color: #CDEAFF;
}
.facetwp-type-slider .noUi-origin .noUi-handle {
  top: -6px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background-color: #CDEAFF;
}
.facetwp-type-slider .facetwp-slider-wrap {
  grid-column: span 2;
  padding-top: 8px;
  padding-bottom: 20px;
}
.facetwp-type-slider .facetwp-slider-label {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  grid-row: 2;
}
.facetwp-type-slider > div:last-child {
  display: flex;
  grid-row: 2;
  justify-content: flex-end;
}
.facetwp-type-slider > div:last-child .facetwp-slider-reset {
  height: 24px;
  padding: 0 8px;
  border-radius: 24px;
  background: #CDEAFF;
  color: #00303F;
  line-height: 1;
  border: none;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  transition: 0.2s all;
}
.facetwp-type-slider > div:last-child .facetwp-slider-reset:hover {
  background: #80D6F6;
}

.facetwp-pager {
  display: flex;
  column-gap: 8px;
}
.facetwp-pager .facetwp-page {
  background-color: #CDEAFF;
  padding: 4px 16px;
  margin: 0;
  border-radius: 16px;
  transition: 0.2s all;
}
.facetwp-pager .facetwp-page.active {
  background-color: #00303F;
  color: #CDEAFF;
}
.facetwp-pager .facetwp-page.active:hover {
  background-color: #00303F;
  color: #CDEAFF;
}
.facetwp-pager .facetwp-page:hover {
  background-color: #80D6F6;
  color: #00303F;
}

/* Loader overlay */
.facetwp-template {
  position: relative;
  transition: opacity 0.3s ease;
}
.facetwp-template--is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.facetwp-template__loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(205, 234, 255, 0.5);
  backdrop-filter: blur(8px);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facetwp-template__loading-overlay .facetwp-template__loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 6px solid transparent;
  border-top: 6px solid #00303F;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.facetwp-facet-afficher_plus button {
  padding: 12px 32px;
  border-radius: 32px;
  border: none;
  font-size: 1rem;
  color: #00303F;
  font-weight: 700;
  cursor: pointer;
}

.facetwp-type-date_range {
  display: flex;
  gap: 8px;
}
.facetwp-type-date_range .facetwp-date {
  padding: 8px 16px;
  width: calc(50% - 4px);
  border: 0;
  background-color: #CDEAFF;
  font-size: 0.875rem;
  font-family: "Clan Pro", Arial, sans-serif;
}
.facetwp-type-date_range .facetwp-date:focus-within, .facetwp-type-date_range .facetwp-date:focus, .facetwp-type-date_range .facetwp-date:focus-visible {
  outline: none;
}
.facetwp-type-date_range .facetwp-date::placeholder {
  color: #00303F;
}
.facetwp-type-date_range .facetwp-date:nth-child(2) {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.facetwp-type-date_range .facetwp-date.fdate-alt-input:last-of-type {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.breadcrumb__inner {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb__inner a {
  font-size: 0.875rem;
  line-height: 1;
}
.breadcrumb__inner a:hover {
  text-decoration: underline;
}
.breadcrumb__inner span {
  font-size: 0.875rem;
  line-height: 1;
  text-overflow: ellipsis;
}
.breadcrumb__inner .breadcrumb__separator {
  line-height: 1;
}
.breadcrumb__inner > :last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}

.banner {
  position: relative;
  width: 100%;
  z-index: 4;
}
.banner__background {
  width: 100%;
  overflow: hidden;
}
.banner__background svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .banner__background svg {
    width: 125%;
    transform: translateX(-12.5%);
  }
}
@media screen and (max-width: 992px) {
  .banner__background svg {
    width: 150%;
    transform: translateX(-17.5%);
  }
}
@media screen and (max-width: 768px) {
  .banner__background svg {
    width: 200%;
    transform: translateX(-25%);
  }
}
.banner__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner__icon svg {
  width: 144px;
  height: 144px;
}
.banner__icon svg * {
  stroke-width: 1.25px;
}
.banner__icon svg circle {
  fill: #FFFFFF;
}
@media screen and (max-width: 1400px) {
  .banner__icon svg {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .banner__icon svg {
    width: 104px;
    height: 104px;
  }
}
@media screen and (max-width: 992px) {
  .banner__icon svg {
    width: 88px;
    height: 88px;
  }
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tags .tag {
  background-color: #CDEAFF;
  color: #056B88;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 24px;
  text-decoration: none;
}
.tags .tag--size-sm {
  font-size: 0.75rem;
  padding: 4px 12px;
}
.tags .tag--size-md {
  font-size: 0.875rem;
}
.tags .tag--size-lg {
  font-size: 1rem;
}
.tags .tag__primary {
  background-color: #CDEAFF;
  color: #056B88;
}
.tags .tag__primary--reverse {
  background-color: #FFFFFF;
  color: #056B88;
}
.tags .tag__primary--transparent {
  background-color: rgba(255, 255, 255, 0.7);
  color: #056B88;
  backdrop-filter: blur(4px);
}
.tags .tag__secondary {
  background-color: #FFE6DD;
  color: #B83F1A;
}
.tags .tag__secondary--reverse {
  background-color: #FFFFFF;
  color: #FF6D40;
}
.tags .tag__secondary--transparent {
  background-color: rgba(255, 255, 255, 0.7);
  color: #B83F1A;
  backdrop-filter: blur(4px);
}
.tags .tag__third {
  background-color: #FFF7C4;
  color: #00303F;
}
.tags .tag__third--reverse {
  background-color: #FFFFFF;
  color: #FFDD00;
}
.tags .tag__third--transparent {
  background-color: rgba(255, 247, 196, 0.9);
  color: #00303F;
  backdrop-filter: blur(4px);
}
.tags .tag__third--full {
  background-color: #FFDD00;
  color: #00303F;
}

.accordion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 24px;
  overflow: hidden;
}
.accordion__primary-color .accordion__content {
  background-color: #CDEAFF;
}
.accordion__primary-color .accordion__toggler {
  color: #CDEAFF;
  background-color: #056B88;
}
.accordion__primary-color .accordion__toggler svg path {
  stroke: #CDEAFF;
}
.accordion__primary--reverse-color .accordion__content {
  padding: 16px 24px;
  background-color: #00303F;
  color: #CDEAFF;
}
.accordion__primary--reverse-color .accordion__toggler {
  color: #056B88;
  background-color: #CDEAFF;
}
.accordion__primary--reverse-color .accordion__toggler svg path {
  stroke: #00303F;
}
.accordion--facet-toggler .accordion__content {
  padding-bottom: 56px;
}
.accordion--expanded .accordion__content::after {
  opacity: 0;
}
.accordion--expanded .accordion__toggler-icon {
  transform: rotate(180deg);
}
.accordion--fit-content .accordion__content {
  height: auto;
}
.accordion--fit-content .accordion__content::after {
  display: none;
}
.accordion__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.accordion__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px;
  align-self: stretch;
  gap: 16px;
  height: 280px;
  color: #00303F;
  overflow: hidden;
}
.accordion__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: linear-gradient(to bottom, transparent, #CDEAFF);
  pointer-events: none;
  transition: opacity 0.4s;
}
.accordion__content .container__content-inner {
  width: 100%;
}
.accordion__content p {
  word-break: break-all;
}
.accordion__toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  padding: 8px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}
.accordion__toggler:hover {
  background: #00303F;
  color: #CDEAFF;
}
.accordion__toggler:hover .accordion__toggler-icon svg path {
  stroke: #CDEAFF;
}
.accordion__toggler .accordion__toggler-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.4s;
}
.accordion__toggler .accordion__toggler-icon svg {
  width: 100%;
  height: 100%;
}
.accordion__toggler .accordion__toggler-icon svg path {
  stroke: #CDEAFF;
}
.accordion--filter {
  border-radius: 0;
}
.accordion--filter:first-child {
  border-top-right-radius: 24px;
}
.accordion--filter:last-child {
  border-bottom-right-radius: 24px;
}
.accordion--filter .accordion__content-inner {
  width: 100%;
}

.actualite-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.actualite-card__head {
  position: relative;
  height: 240px;
  width: 100%;
}
.actualite-card__head .actualite-card__themes {
  position: absolute;
  top: 16px;
  left: 16px;
  width: calc(100% - 32px);
}
.actualite-card__head img {
  border-top-right-radius: 24px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.actualite-card__content {
  position: initial;
  margin-top: 12px;
}
.actualite-card__content h3 {
  font-size: 1.25rem;
  color: #056B88;
  margin-bottom: 8px;
}
.actualite-card__content .actualite-card__text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
.actualite-card__content .actualite-card__dates {
  display: block;
  margin-bottom: 12px;
  text-transform: lowercase;
}
.actualite-card__content .actualite-card__dates:first-letter {
  text-transform: capitalize;
}
.actualite-card__content .btn {
  display: flex;
  justify-self: start;
}
.actualite-card__content .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.actualite-card__type {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 20px 4px 12px;
  background-color: #FFFFFF;
  color: #FF6D40;
  border-top-right-radius: 24px;
}

.gallery {
  position: relative;
  grid-column: 2/span 10;
  height: 600px;
}
@media (max-width: 1200px) {
  .gallery {
    grid-column: span 12;
    height: 504px;
  }
}
@media (max-width: 992px) {
  .gallery {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .gallery {
    height: 304px;
  }
}
.gallery__track {
  position: relative;
  height: 100%;
}
.gallery__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
.gallery__item--active {
  opacity: 1;
  pointer-events: auto;
}
.gallery__item--video {
  cursor: pointer;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__image-caption {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #FFFFFF;
}
.gallery__video {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 0;
}
.gallery__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  background: transparent;
}
.gallery__video-overlay--hidden {
  display: none;
}
.gallery__video-overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 64px;
  padding: 4px 12px;
  border-radius: 8px;
  background-color: #F5F5F5;
  font-size: 1rem;
  color: #262626;
}
.gallery__controls {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .gallery__controls {
    bottom: 48px;
  }
}
.gallery__dots {
  display: flex;
  column-gap: 12px;
}
.gallery__dots .gallery__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(205, 234, 255, 0.7);
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: all 0.2s;
}
.gallery__dots .gallery__dot:hover {
  transform: scale(1.4);
}
.gallery__dots .gallery__dot--active {
  background-color: #00ADEE;
  transform: scale(1.4);
}

.carrousel {
  grid-column: 12 span;
}
.carrousel__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .carrousel__head {
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
}
.carrousel__head h2 {
  font-size: 3rem;
  line-height: 1;
}
.carrousel__head .carrousel__arrows {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.carrousel__head .carrousel__arrows .carrousel__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: rgba(205, 234, 255, 0.7);
  border: 2px solid #80D6F6;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: all 0.2s;
}
.carrousel__head .carrousel__arrows .carrousel__arrow svg {
  width: 32px;
  height: 32px;
}
.carrousel__head .carrousel__arrows .carrousel__arrow:hover {
  background-color: #80D6F6;
  border-color: #00ADEE;
}
.carrousel__head .carrousel__arrows .carrousel__arrow--disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.carrousel__head .background-shape {
  top: -80px;
  left: -200px;
  width: 360px;
  height: 360px;
  background-color: #FFA283;
  z-index: -1;
}
@media (max-width: 768px) {
  .carrousel__head .background-shape {
    display: none;
  }
}
.carrousel__track {
  display: flex;
  column-gap: 24px;
  transition: transform 0.3s ease-out;
}
.carrousel__item {
  width: calc(33.333% - 16px);
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .carrousel__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .carrousel__item {
    width: 100%;
  }
}

.side-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
}
.side-block--primary-color {
  background-color: #CDEAFF;
}
.side-block--secondary-color {
  background-color: #FFE6DD;
}
.side-block--third-color {
  background-color: #FFF7C4;
}
.side-block__inner {
  width: 100%;
}
.side-block__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.side-block__item--w-icon {
  display: flex;
  gap: 8px;
}
.side-block__item-icon {
  display: block;
  width: 32px;
  height: 32px;
}
.side-block__item-icon svg {
  width: 100%;
  height: 100%;
}
.side-block__item-text {
  margin-top: 6px;
}

.project-card {
  position: relative;
}
.project-card--full {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  grid-column: span 4;
  background: #FFDD00;
  border-top-right-radius: 24px;
}
@media (max-width: 1200px) {
  .project-card--full {
    grid-column: span 6;
  }
}
@media (max-width: 992px) {
  .project-card--full {
    grid-column: span 12;
  }
}
.project-card--full .project-card__head {
  padding: 24px;
}
.project-card--full .project-card__head .project-card__title {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.project-card--full .project-card__head .project-card__text {
  font-size: 0.875rem;
}
.project-card--full .project-card__themes {
  margin-bottom: 12px;
}
.project-card--full .project-card__footer {
  position: relative;
  height: 240px;
  width: 100%;
}
.project-card--full .project-card__footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-card--full .project-card__footer .btn {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.project-card--transparent {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  grid-column: span 12;
}
@media (max-width: 992px) {
  .project-card--transparent {
    flex-direction: column;
    gap: 0;
  }
}
.project-card--transparent .project-card__head {
  width: calc(100% - 424px);
}
@media (max-width: 1200px) {
  .project-card--transparent .project-card__head {
    width: calc(100% - 360px);
  }
}
@media (max-width: 992px) {
  .project-card--transparent .project-card__head {
    width: 100%;
    padding: 24px;
    background: #FFF7C4;
    border-top-right-radius: 24px;
  }
}
.project-card--transparent .project-card__head .project-card__title {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 8px;
  max-width: 720px;
}
.project-card--transparent .project-card__head .project-card__text {
  display: block;
  font-size: 0.875rem;
  max-width: 720px;
}
.project-card--transparent .project-card__head .btn {
  display: flex;
  justify-self: flex-start;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .project-card--transparent .project-card__head .btn {
    display: none;
  }
}
.project-card--transparent .project-card__themes {
  margin-bottom: 12px;
}
.project-card--transparent .project-card__footer {
  flex-shrink: 0;
  position: relative;
  height: 240px;
  width: 400px;
}
@media (max-width: 1200px) {
  .project-card--transparent .project-card__footer {
    width: 332px;
    height: 200px;
  }
}
@media (max-width: 992px) {
  .project-card--transparent .project-card__footer {
    width: 100%;
    height: 240px;
  }
}
.project-card--transparent .project-card__footer img {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .project-card--transparent .project-card__footer img {
    border-radius: 0;
  }
}
.project-card--transparent .project-card__footer .btn {
  position: absolute;
  display: none;
  bottom: 16px;
  left: 16px;
}
@media (max-width: 992px) {
  .project-card--transparent .project-card__footer .btn {
    display: inline-block;
  }
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 840px;
  overflow: hidden;
}
.hero-slider__track {
  height: 100%;
  display: flex;
}
.hero-slider__item {
  display: none;
  position: relative;
  background: #CDEAFF;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.hero-slider__item--current, .hero-slider__item--next {
  display: block;
}
.hero-slider__item--w-image .hero-slider__col-right-inner {
  padding: 40px;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.7);
}
.hero-slider__item .hero-slider__item-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  background: #CDEAFF;
}
.hero-slider__item .hero-slider__background.background-shape__half-circle {
  top: -400px;
  left: -400px;
  height: 1600px;
  width: 1600px;
  transform: rotate(210deg);
  z-index: 0;
}
.hero-slider__item .hero-slider__background.background-shape__half-circle svg {
  width: 100%;
  height: 100%;
}
.hero-slider__item .hero-slider__background.background-shape__half-circle svg path {
  fill: #00ADEE;
}
.hero-slider__item .hero-slider__background.background-shape__circle {
  top: 100px;
  left: 350px;
  width: 400px;
  height: 400px;
  background: #FFDD00;
  z-index: 0;
}
.hero-slider__col-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: span 7;
  z-index: 1;
}
.hero-slider__col-left .hero-slider__icon {
  width: 600px;
  height: 600px;
}
.hero-slider__col-left .hero-slider__icon svg {
  width: 100%;
  height: auto;
}
.hero-slider__col-left .hero-slider__icon svg path {
  stroke-width: 1.5px;
}
.hero-slider__col-left .hero-slider__categories {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 600px;
  width: 600px;
  transform: translate(-50%, -50%);
}
.hero-slider__col-left .hero-slider__categories .hero-slider__category {
  position: absolute;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
  padding: 12px 24px;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  cursor: default;
  user-select: none;
  transition: all 0.2s;
}
.hero-slider__col-left .hero-slider__categories .hero-slider__category:first-child {
  top: 10%;
  left: 30%;
}
.hero-slider__col-left .hero-slider__categories .hero-slider__category:nth-child(2) {
  bottom: 10%;
  right: 20%;
}
.hero-slider__col-left .hero-slider__categories .hero-slider__category:nth-child(3) {
  bottom: 5%;
  left: 10%;
}
.hero-slider__col-right {
  position: relative;
  grid-column: 8/span 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
}
.hero-slider__col-right .hero-slider__col-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-slider__col-right .hero-slider__col-right-inner .hero-slider__title {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 32px;
}
.hero-slider__col-right .hero-slider__col-right-inner .hero-slider__text {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 16px;
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .hero-slider__col-right .hero-slider__col-right-inner .hero-slider__text {
    width: 100%;
  }
}
.hero-slider__col-right .hero-slider__col-right-inner .hero-slider__link {
  align-self: flex-start;
}
.hero-slider__arrows {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 2;
}
.hero-slider__arrows .hero-slider__arrows-inner {
  display: flex;
  column-gap: 8px;
  grid-column: 8/span 4;
}
.hero-slider__arrows .hero-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: all 0.2s;
}
.hero-slider__arrows .hero-slider__arrow svg {
  width: 32px;
  height: 32px;
}
.hero-slider__arrows .hero-slider__arrow:hover {
  background-color: #80D6F6;
  border-color: #00ADEE;
}
.hero-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.home-presentation {
  margin-top: 104px;
  margin-bottom: 128px;
}
.home-presentation .home-presentation__head {
  display: flex;
  flex-direction: column;
  grid-column: span 12;
}
.home-presentation .home-presentation__head h2 {
  font-size: 4rem;
}
@media (max-width: 1400px) {
  .home-presentation .home-presentation__head h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .home-presentation .home-presentation__head h2 {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .home-presentation .home-presentation__head h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .home-presentation .home-presentation__head h2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .home-presentation .home-presentation__head h2 {
    font-size: 2rem;
  }
}
.home-presentation .home-presentation__head :first-child {
  position: relative;
  align-self: end;
}
.home-presentation .home-presentation__head :first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 24px);
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background-color: #056B88;
}
.home-presentation .home-presentation__head :last-child {
  align-self: start;
}
.home-presentation .home-presentation__text {
  margin-top: 64px;
  grid-column: 7/span 5;
}
.home-presentation .home-presentation__icon {
  display: block;
  width: 304px;
  height: auto;
  grid-column: 4/span 3;
}
.home-presentation .home-presentation__icon svg {
  width: 100%;
  height: 100%;
}
.home-presentation .home-presentation__icon svg path {
  stroke-width: 1.5px;
}

.home__background-shape {
  top: -304px;
  right: -432px;
  width: 1256px;
  height: auto;
  transform: rotate(-65deg);
  z-index: -1;
}
.home__background-shape svg {
  width: 100%;
  height: 100%;
}
.home__background-shape svg path {
  fill: #CDEAFF;
}

.archive-post__head h1 {
  font-size: 4rem;
  line-height: 1;
}
.archive-post__featured-post {
  display: flex;
  min-height: 400px;
  max-height: 456px;
}
@media screen and (max-width: 992px) {
  .archive-post__featured-post {
    flex-direction: column;
    min-height: initial;
    max-height: initial;
  }
}
.archive-post__featured-post > div {
  height: auto;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .archive-post__featured-post > div {
    width: 100%;
  }
}
.archive-post__featured-post .background-shape__circle {
  top: -64px;
  right: -104px;
  width: 456px;
  height: 456px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .archive-post__featured-post .background-shape__circle {
    display: none;
  }
}
.archive-post__featured-post .featured-post__col-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: initial;
}
@media screen and (max-width: 992px) {
  .archive-post__featured-post .featured-post__col-left img {
    max-height: 400px;
    border-top-right-radius: 24px;
  }
}
.archive-post__featured-post .featured-post__col-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 48px;
  color: #FFFFFF;
  background-color: #FF6D40;
  border-top-right-radius: 24px;
}
@media screen and (max-width: 992px) {
  .archive-post__featured-post .featured-post__col-right {
    border-top-right-radius: 0;
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .archive-post__featured-post .featured-post__col-right {
    border-top-right-radius: 0;
    padding: 24px;
  }
}
.archive-post__featured-post .featured-post__col-right .featured-post__themes {
  margin-bottom: 24px;
}
.archive-post__featured-post .featured-post__col-right .featured-post__title {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .archive-post__featured-post .featured-post__col-right .featured-post__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .archive-post__featured-post .featured-post__col-right .featured-post__title {
    font-size: 2rem;
  }
}
.archive-post__featured-post .featured-post__col-right .btn {
  align-self: flex-start;
}
.archive-post__filters-results-top {
  margin-top: 40px;
}
.archive-post .archive-post__result {
  margin-top: 24px;
}
.archive-post .archive-post__result .post-card {
  grid-column: span 4;
}
@media screen and (max-width: 1200px) {
  .archive-post .archive-post__result .post-card {
    grid-column: span 6;
  }
}
@media screen and (max-width: 768px) {
  .archive-post .archive-post__result .post-card {
    grid-column: span 12;
  }
}
.archive-post .archive-post__filters-results-bottom {
  margin-top: 32px;
  margin-bottom: 128px;
  display: flex;
  justify-content: center;
  grid-column: span 12;
}
.archive-post .archive-post__filters-results-bottom .facetwp-facet-afficher_plus button {
  background-color: #FF6D40;
  color: #FFFFFF;
  transition: 0.2s all;
}
.archive-post .archive-post__filters-results-bottom .facetwp-facet-afficher_plus button:hover {
  background-color: #FFFFFF;
  color: #FF6D40;
}

.register__text {
  margin-bottom: 24px;
}
.register__text--chapo {
  font-size: 1.5rem;
  font-weight: 700;
}
.register__text--simple {
  font-size: 1rem;
  margin-top: 16px;
  line-height: 1.6;
}
.register .container__form {
  margin-bottom: 128px;
}
.register__col-text {
  position: relative;
}
.register__col-text .register__background-shapes {
  position: absolute;
  top: 56px;
  right: -304px;
}
.register__col-text .register__background-shapes .background-shape__half-circle {
  transform: rotate(-20deg);
}
.register__col-text .register__background-shapes .background-shape__half-circle svg path {
  fill: #00ADEE;
}
.register__col-text .register__background-shapes .background-shape__circle {
  top: 0;
  right: -200px;
  width: 304px;
  height: 304px;
  background: rgba(205, 234, 255, 0.7);
  backdrop-filter: blur(4px);
}
.register__col-form {
  position: relative;
}
.register__col-form .register__background-shapes {
  position: absolute;
  bottom: 360px;
  right: -256px;
}
.register__col-form .register__background-shapes .background-shape__circle:first-child {
  bottom: 104px;
  right: -506px;
  width: 506px;
  height: 506px;
  background: #FF6D40;
}
.register__col-form .register__background-shapes .background-shape__circle:last-child {
  bottom: 0;
  right: -200px;
  width: 304px;
  height: 304px;
  background: rgba(255, 230, 221, 0.7);
  backdrop-filter: blur(4px);
}

.login {
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .login {
    padding-bottom: 128px;
  }
}
.login .breadcrumb {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.login .breadcrumb__inner {
  grid-column: 2/span 10;
}
@media (max-width: 1400px) {
  .login .breadcrumb__inner {
    grid-column: span 12;
  }
}
@media (max-width: 992px) {
  .login .breadcrumb__inner {
    grid-column: span 12;
  }
}
.login .container__12-cols .login__col-left {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column: 2/span 5;
}
@media (max-width: 1400px) {
  .login .container__12-cols .login__col-left {
    grid-column: 1/span 6;
  }
}
@media (max-width: 992px) {
  .login .container__12-cols .login__col-left {
    grid-column: span 12;
  }
}
.login .container__12-cols .login__col-left h2 {
  grid-column: span 5;
  font-size: 4rem;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .login .container__12-cols .login__col-left h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .login .container__12-cols .login__col-left h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .login .container__12-cols .login__col-left h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .login .container__12-cols .login__col-left h2 {
    font-size: 2rem;
  }
}
.login .container__12-cols .login__col-left-inner {
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  row-gap: 24px;
}
.login .container__12-cols .login__col-left-inner p {
  grid-column: span 4;
  font-size: 1.25rem;
}
.login .container__12-cols .login__col-left-inner a {
  align-self: flex-start;
}
.login .container__12-cols .login__col-right {
  grid-column: span 4;
}
@media (max-width: 1400px) {
  .login .container__12-cols .login__col-right {
    grid-column: span 5;
  }
}
@media (max-width: 992px) {
  .login .container__12-cols .login__col-right {
    grid-column: span 12;
    grid-row: 1;
    margin-bottom: 24px;
  }
}
.login .container__12-cols .login__col-right .container__form form .login__fields {
  padding: 32px;
  background: #CDEAFF;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.login .container__12-cols .login__col-right .container__form form .login__fields h1 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.login .container__12-cols .login__col-right .container__form form .login__fields .login-username {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.login .container__12-cols .login__col-right .container__form form .login__fields .login-password {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.login .container__12-cols .login__col-right .container__form form .login__fields label {
  font-size: 0.875rem;
  font-family: "Clan Pro", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
}
.login .container__12-cols .login__col-right .container__form form .login__fields input[type=password],
.login .container__12-cols .login__col-right .container__form form .login__fields input[type=text] {
  border: 2px solid #00303F;
  border-radius: 24px;
  background: #CDEAFF;
  padding: 8px 16px;
  font-size: 16px;
  color: #00303F;
}
.login .container__12-cols .login__col-right .container__form form .login__fields input[type=password]:focus, .login .container__12-cols .login__col-right .container__form form .login__fields input[type=password]:focus-visible, .login .container__12-cols .login__col-right .container__form form .login__fields input[type=password]:focus-within,
.login .container__12-cols .login__col-right .container__form form .login__fields input[type=text]:focus,
.login .container__12-cols .login__col-right .container__form form .login__fields input[type=text]:focus-visible,
.login .container__12-cols .login__col-right .container__form form .login__fields input[type=text]:focus-within {
  outline: none;
}
.login .container__12-cols .login__col-right .container__form form .login__fields .login__subfields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
}
.login .container__12-cols .login__col-right .container__form form .login-remember label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Clan Pro", Arial, sans-serif;
  padding-top: 2px;
  padding-left: 24px;
  display: inline-block;
  background: url("/wp-content/themes/rpsm/assets/ui/inputs/checkbox-empty-dark.png") 0 50% no-repeat;
  background-size: 16px 16px;
  user-select: none;
}
.login .container__12-cols .login__col-right .container__form form .login-remember input[type=checkbox] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.login .container__12-cols .login__col-right .container__form form .login-remember label:has(input[type=checkbox]:checked) {
  background: url("/wp-content/themes/rpsm/assets/ui/inputs/checkbox-full-dark.png") 0 50% no-repeat;
  background-size: 16px 16px;
}
.login .container__12-cols .login__col-right .container__form form .login-lost-password:hover {
  text-decoration: underline;
}
.login .container__12-cols .login__col-right .container__form form .login-submit input[type=submit] {
  padding: 12px;
  width: 100%;
  border: 0;
  background: #056B88;
  color: #CDEAFF;
  font-size: 16px;
  font-family: "Clan Pro", Arial, sans-serif;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.login .container__12-cols .login__col-right .container__form form .login-submit input[type=submit]:hover {
  background: #00303F;
}
.login .container__12-cols .login__col-right .background-shape__half-circle {
  top: 0;
  right: -304px;
  width: 1104px;
  height: auto;
  transform: rotate(70deg);
  transition: left 0.2s;
  z-index: -1;
}
@media (max-width: 1200px) {
  .login .container__12-cols .login__col-right .background-shape__half-circle {
    right: -400px;
  }
}
@media (max-width: 992px) {
  .login .container__12-cols .login__col-right .background-shape__half-circle {
    display: none;
  }
}
.login .container__12-cols .login__col-right .background-shape__half-circle svg path {
  fill: #00ADEE;
}

.research__head h1 {
  margin-bottom: 32px;
}
.research__head .breadcrumb {
  margin: 0;
  padding: 0;
}
.research__col-left {
  position: relative;
  grid-column: 6 span !important;
}
@media (max-width: 1200px) {
  .research__col-left {
    grid-column: 5 span !important;
  }
}
@media (max-width: 992px) {
  .research__col-left {
    grid-column: 12 span !important;
  }
}
.research__col-right {
  position: relative;
  grid-column: 5 span !important;
}
@media (max-width: 1200px) {
  .research__col-right {
    grid-column: 7 span !important;
  }
}
@media (max-width: 992px) {
  .research__col-right {
    grid-column: 12 span !important;
  }
}
.research__presentation {
  position: relative;
  z-index: 1;
  margin-top: 104px;
}
.research__presentation .background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1400px) {
  .research__presentation .background-shapes {
    left: -56px;
  }
}
@media (max-width: 1200px) {
  .research__presentation .background-shapes {
    top: 56px;
    left: -200px;
  }
}
@media (max-width: 992px) {
  .research__presentation .background-shapes {
    display: none;
  }
}
.research__presentation .background-shapes .background-shape__half-circle {
  position: absolute;
  top: -360px;
  left: -200px;
  width: 800px;
  height: 800px;
  transform: rotate(-115deg);
}
.research__presentation .background-shapes .background-shape__half-circle svg {
  width: 800px;
  height: 800px;
}
.research__presentation .background-shapes .background-shape__half-circle svg path {
  fill: #FFDD00;
}
.research__presentation .background-shapes .background-shape__circle {
  position: absolute;
  top: 104px;
  left: 360px;
  width: 256px;
  height: 256px;
  background: rgba(255, 247, 196, 0.7);
  backdrop-filter: blur(4px);
}
.research__text {
  position: relative;
  padding-top: 32px;
}
.research__text::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 80px;
  height: 6px;
  background-color: #00303F;
  border-radius: 50px;
}
.research__finished-projects {
  margin-top: 104px;
}
.research__current-projects {
  position: relative;
  z-index: 2;
  margin-top: 128px;
}
.research__current-projects .background-shapes {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
@media (max-width: 1400px) {
  .research__current-projects .background-shapes {
    display: none;
  }
}
.research__current-projects .background-shapes .background-shape__half-circle {
  position: absolute;
  top: 200px;
  left: -104px;
  transform: rotate(-110deg);
}
.research__current-projects .background-shapes .background-shape__half-circle svg path {
  fill: #80D6F6;
}
.research__current-projects .background-shapes .background-shape__circle {
  position: absolute;
  top: 152px;
  left: -112px;
  width: 256px;
  height: 256px;
  background: rgba(205, 234, 255, 0.7);
  backdrop-filter: blur(4px);
}
.research__appel-projects {
  position: relative;
  z-index: 1;
  margin-top: 128px;
  margin-bottom: 128px;
}
.research__appel-projects .background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1400px) {
  .research__appel-projects .background-shapes {
    left: -56px;
  }
}
@media (max-width: 1200px) {
  .research__appel-projects .background-shapes {
    top: 56px;
    left: -200px;
  }
}
@media (max-width: 992px) {
  .research__appel-projects .background-shapes {
    display: none;
  }
}
.research__appel-projects .background-shapes .background-shape__half-circle {
  position: absolute;
  top: -400px;
  left: -760px;
  width: 1200px;
  height: 1200px;
  transform: rotate(-180deg);
}
.research__appel-projects .background-shapes .background-shape__half-circle svg {
  width: 1200px;
  height: 1200px;
}
.research__appel-projects .background-shapes .background-shape__half-circle svg path {
  fill: #88C1DA;
}
.research__appel-projects .background-shapes .background-shape__circle {
  position: absolute;
  top: 200px;
  left: 256px;
  width: 256px;
  height: 256px;
  background: rgba(205, 234, 255, 0.7);
  backdrop-filter: blur(4px);
}
.research__results-head {
  margin-bottom: 40px;
}
.research__results-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.research__results-footer {
  margin-top: 24px;
}
.research .appel-projects__results {
  margin-top: 128px;
}

.ressource__content.container__12-cols {
  row-gap: 64px;
}
.ressource__content .ressource__head {
  padding: 40px 0 0;
}
.ressource__content .ressource__head h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .ressource__content .ressource__head h1 {
    font-size: 2.75rem;
  }
}
@media (max-width: 992px) {
  .ressource__content .ressource__head h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .ressource__content .ressource__head h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .ressource__content .ressource__head h1 {
    font-size: 2rem;
  }
}
.ressource__content .ressource__head .ressource__meta {
  display: flex;
  column-gap: 6px;
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.ressource__content .ressource__head .ressource__meta .ressource__publication-date {
  color: #00ADEE;
}
.ressource__content .ressource__head .ressource__meta .ressource__main-author-container a:hover {
  text-decoration: underline;
}
.ressource__content .ressource__head .ressource__meta .ressource__geographic-zone {
  font-weight: 500;
}
.ressource__content .ressource__head .ressource__themes {
  margin-top: 16px;
}
.ressource__content .ressource__col-left .ressource__content-text {
  position: relative;
  padding-top: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.ressource__content .ressource__col-left .ressource__content-text::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 80px;
  height: 6px;
  background-color: #00ADEE;
  border-radius: 50px;
}
.ressource__content .ressource__col-left .ressource__content-text .ressource__chapo {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 1.25rem;
}
.ressource__content .ressource__col-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 24px;
}
.ressource__content .ressource__col-right .background-shapes {
  position: absolute;
  top: calc(100% + 128px);
  left: 0;
}
.ressource__content .ressource__col-right .background-shapes .background-shape__circle {
  width: 240px;
  height: 240px;
  background-color: rgba(205, 234, 255, 0.7);
  backdrop-filter: blur(4px);
  border-radius: 50%;
}
.single-ressource .main {
  padding-bottom: 128px;
}

.acteur__content {
  margin-bottom: 128px;
}
.acteur__content .acteur__col-left {
  display: flex;
  justify-content: flex-end;
  grid-column: span 3;
}
@media (max-width: 992px) {
  .acteur__content .acteur__col-left {
    display: none;
  }
}
.acteur__content .acteur__col-left .acteur__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 264px;
  border-radius: 50%;
  background-color: #CDEAFF;
  transition: width 0.2s, height 0.2s;
}
@media (max-width: 1200px) {
  .acteur__content .acteur__col-left .acteur__icon {
    width: 200px;
    height: 200px;
  }
}
.acteur__content .acteur__col-left .acteur__icon svg {
  width: 160px;
  height: auto;
  transition: width 0.2s, height 0.2s;
}
@media (max-width: 1200px) {
  .acteur__content .acteur__col-left .acteur__icon svg {
    width: 120px;
  }
}
.acteur__content .acteur__col-left .acteur__image {
  width: 264px;
  height: 264px;
  object-fit: cover;
  border-radius: 16px;
  background-color: #CDEAFF;
}
.acteur__content .acteur__col-right {
  grid-column: 4/span 7;
}
@media (max-width: 1200px) {
  .acteur__content .acteur__col-right {
    grid-column: 4/span 8;
  }
}
@media (max-width: 992px) {
  .acteur__content .acteur__col-right {
    grid-column: 1/span 12;
  }
}
.acteur__content .acteur__col-right .breadcrumb {
  padding: 0;
}
.acteur__content .acteur__col-right h1 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 16px;
}
.acteur__content .acteur__col-right .acteur__actions {
  margin-bottom: 24px;
}
.acteur__content .acteur__col-right .acteur__text {
  line-height: 1.6;
  font-size: 1rem;
}
.acteur__content .acteur__col-right .acteur__content-inner {
  display: flex;
  column-gap: 24px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .acteur__content .acteur__col-right .acteur__content-inner {
    flex-direction: column;
    row-gap: 24px;
  }
}
.acteur__content .acteur__col-right .acteur__content-inner .acteur__content-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  background-color: #CDEAFF;
  padding: 24px 32px;
}
@media (max-width: 992px) {
  .acteur__content .acteur__col-right .acteur__content-inner .acteur__content-col {
    width: 100%;
  }
}
.acteur__content .acteur__col-right .acteur__content-inner .acteur__content-col:first-child {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media (max-width: 992px) {
  .acteur__content .acteur__col-right .acteur__content-inner .acteur__content-col:first-child {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }
}
.acteur__content .acteur__col-right .acteur__content-inner .acteur__content-col:last-child {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-width: 992px) {
  .acteur__content .acteur__col-right .acteur__content-inner .acteur__content-col:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 24px;
  }
}
.acteur__content .acteur__col-right .acteur__content-inner .acteur__content-col h2 {
  font-size: 1.25rem;
}
.acteur__content .acteur__col-right .acteur__content-inner .acteur__content-col-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1rem;
}
.acteur__content .acteur__col-right .acteur__content-inner .acteur__info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.acteur__content .acteur__col-right .acteur__content-inner .acteur__info-icon {
  width: 32px;
  height: 32px;
}
.acteur__content .acteur__col-right .acteur__content-inner .acteur__info-icon svg {
  width: 100%;
  height: auto;
}
.acteur__content .acteur__col-right .acteur__content-inner .acteur__info a:hover {
  text-decoration: underline;
}
.acteur__content .background-shape__half-circle {
  top: 56px;
  left: -704px;
  width: 1104px;
  height: auto;
  transform: rotate(70deg);
  transition: left 0.2s;
  z-index: -1;
}
@media (max-width: 1200px) {
  .acteur__content .background-shape__half-circle {
    left: -804px;
  }
}
@media (max-width: 992px) {
  .acteur__content .background-shape__half-circle {
    display: none;
  }
}
.acteur__content .background-shape__half-circle svg path {
  fill: #00ADEE;
}
.acteur__content .background-shapes {
  top: 0;
  right: -152px;
}
@media (max-width: 1200px) {
  .acteur__content .background-shapes {
    display: none;
  }
}
.acteur__content .background-shapes .background-shape__circle {
  position: absolute;
  top: 0;
  right: 56px;
}
.acteur__content .background-shapes .background-shape__circle:first-child {
  width: 264px;
  height: 264px;
  background-color: #88C1DA;
}
.acteur__content .background-shapes .background-shape__circle:last-child {
  top: 152px;
  right: 200px;
  width: 136px;
  height: 136px;
  background-color: rgba(205, 234, 255, 0.7);
  backdrop-filter: blur(4px);
}

.post__content {
  margin-bottom: 128px;
}
.post__content .container__head .background-shape__circle {
  top: -104px;
  right: -104px;
  width: 400px;
  height: 400px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .post__content .container__head .background-shape__circle {
    display: none;
  }
}
.post__content h1 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 16px;
}
.post__content .post__publication-date {
  display: block;
  margin-bottom: 16px;
}
.post__content .post__text-content {
  position: relative;
  grid-column: 4/span 6;
  margin-top: 64px;
}
@media (max-width: 1200px) {
  .post__content .post__text-content {
    grid-column: 3/span 8;
  }
}
@media (max-width: 992px) {
  .post__content .post__text-content {
    grid-column: 2/span 10;
  }
}
@media (max-width: 768px) {
  .post__content .post__text-content {
    grid-column: span 12;
  }
}
.post__content .post__text-content::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 80px;
  height: 4px;
  background: #FF6D40;
  border-radius: 16px;
}
.post__content > .post__background-shapes {
  top: 904px;
  left: -544px;
}
@media (max-width: 1200px) {
  .post__content > .post__background-shapes {
    left: -704px;
  }
}
@media (max-width: 992px) {
  .post__content > .post__background-shapes {
    display: none;
  }
}
.post__content > .post__background-shapes > :first-child svg {
  width: 800px;
  transform: rotate(150deg);
}
.post__content > .post__background-shapes > :first-child svg path {
  fill: #88C1DA;
}
.post__content > .post__background-shapes > :last-child {
  top: 48px;
  left: 568px;
  width: 244px;
  height: 244px;
  background: rgba(205, 234, 255, 0.7);
  backdrop-filter: blur(4px);
}
.post__content .post__background {
  top: 400px;
  right: -800px;
}
@media (max-width: 1200px) {
  .post__content .post__background {
    right: -904px;
  }
}
@media (max-width: 992px) {
  .post__content .post__background {
    display: none;
  }
}
.post__content .post__background svg {
  width: 1024px;
  transform: rotate(-120deg);
}
.post__content .post__background svg path {
  fill: #FF6D40;
}

.post__gallery {
  margin-bottom: 128px;
}
.post__gallery .gallery__dot--active {
  background: #FF6D40;
}

.post__recommendations {
  margin-bottom: 128px;
}

.evenement__content {
  margin-bottom: 128px;
}
.evenement__content.container__12-cols {
  row-gap: 64px;
}
.evenement__content .evenement__head h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .evenement__content .evenement__head h1 {
    font-size: 2.75rem;
  }
}
@media (max-width: 992px) {
  .evenement__content .evenement__head h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .evenement__content .evenement__head h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .evenement__content .evenement__head h1 {
    font-size: 2rem;
  }
}
.evenement__content .evenement__head .evenement__meta {
  display: flex;
  column-gap: 6px;
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.evenement__content .evenement__head .evenement__themes {
  margin-top: 16px;
}
.evenement__content .evenement__head .background-shape__circle {
  top: -104px;
  right: -104px;
  width: 400px;
  height: 400px;
  background-color: #FFE6DD;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .evenement__content .evenement__head .background-shape__circle {
    display: none;
  }
}
.evenement__content .evenement__col-left .evenement__content-text {
  position: relative;
  padding-top: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.evenement__content .evenement__col-left .evenement__content-text::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 80px;
  height: 6px;
  background-color: #FF6D40;
  border-radius: 50px;
}
.evenement__content .evenement__col-left .evenement__content-text .evenement__chapo {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 1.25rem;
}
.evenement__content .evenement__col-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 24px;
}
.evenement__content .evenement__col-right .container__col-links a {
  background-color: #FF6D40;
  color: #fff;
}
.evenement__content .evenement__col-right .container__col-links a svg path {
  stroke: #fff;
}
.evenement__content .evenement__col-right .container__col-links a:hover {
  background-color: #B83F1A;
}
.evenement__content .evenement__col-right .container__col-links a:hover .btn__icon {
  transform: translate(4px, -2px);
}
.evenement__content .evenement__col-right .container__col-links a.evenement__download:hover .btn__icon {
  transform: translateY(2px);
}
.evenement__content .evenement__col-right .background-shape__half-circle {
  top: 200px;
  left: 104px;
  transform: rotate(250deg);
  z-index: -1;
}
.evenement__content .evenement__col-right .background-shape__half-circle svg path {
  fill: #FF6D40;
}
@media (max-width: 992px) {
  .evenement__content .evenement__col-right .background-shape__half-circle {
    display: none;
  }
}
.evenement__content .evenement__col-right .evenement__dates .dates {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}
.evenement__content .evenement__col-right .evenement__dates .dates__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  background-color: #FFA283;
  border-radius: 24px;
}
.evenement__content .evenement__col-right .evenement__dates .dates__item::first-letter {
  text-transform: uppercase;
}
.evenement__content .evenement__col-right .evenement__dates .dates__item svg {
  margin-left: 4px;
}
.evenement__content .evenement__col-right .evenement__infos .infos {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}
.evenement__content .evenement__col-right .evenement__infos .infos__text {
  display: block;
}

.single-evenement .main {
  padding-bottom: 128px;
}

.membre__content {
  margin-bottom: 128px;
}
.membre__content .membre__col-left {
  display: flex;
  justify-content: flex-end;
  grid-column: span 3;
}
@media (max-width: 992px) {
  .membre__content .membre__col-left {
    display: none;
  }
}
.membre__content .membre__col-left .membre__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 264px;
  border-radius: 50%;
  background-color: #CDEAFF;
  transition: width 0.2s, height 0.2s;
}
@media (max-width: 1200px) {
  .membre__content .membre__col-left .membre__icon {
    width: 200px;
    height: 200px;
  }
}
.membre__content .membre__col-left .membre__icon svg {
  width: 160px;
  height: auto;
  transition: width 0.2s, height 0.2s;
}
@media (max-width: 1200px) {
  .membre__content .membre__col-left .membre__icon svg {
    width: 120px;
  }
}
.membre__content .membre__col-left .membre__image {
  width: 264px;
  height: 264px;
  object-fit: cover;
  border-radius: 16px;
  background-color: #CDEAFF;
}
.membre__content .membre__col-right {
  grid-column: 4/span 7;
}
@media (max-width: 1200px) {
  .membre__content .membre__col-right {
    grid-column: 4/span 8;
  }
}
@media (max-width: 992px) {
  .membre__content .membre__col-right {
    grid-column: 1/span 12;
  }
}
.membre__content .membre__col-right .breadcrumb {
  padding: 0;
}
.membre__content .membre__col-right h1 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 16px;
}
.membre__content .membre__col-right .membre__actions {
  margin-bottom: 24px;
}
.membre__content .membre__col-right .membre__text {
  line-height: 1.6;
  font-size: 1rem;
}
.membre__content .membre__col-right .membre__content-inner {
  display: flex;
  column-gap: 24px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .membre__content .membre__col-right .membre__content-inner {
    flex-direction: column;
    row-gap: 24px;
  }
}
.membre__content .membre__col-right .membre__content-inner .membre__content-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  background-color: #CDEAFF;
  padding: 24px 32px;
}
@media (max-width: 992px) {
  .membre__content .membre__col-right .membre__content-inner .membre__content-col {
    width: 100%;
  }
}
.membre__content .membre__col-right .membre__content-inner .membre__content-col:first-child {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media (max-width: 992px) {
  .membre__content .membre__col-right .membre__content-inner .membre__content-col:first-child {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }
}
.membre__content .membre__col-right .membre__content-inner .membre__content-col:last-child {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-width: 992px) {
  .membre__content .membre__col-right .membre__content-inner .membre__content-col:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 24px;
  }
}
.membre__content .membre__col-right .membre__content-inner .membre__content-col h2 {
  font-size: 1.25rem;
}
.membre__content .membre__col-right .membre__content-inner .membre__content-col-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1rem;
}
.membre__content .membre__col-right .membre__content-inner .membre__info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.membre__content .membre__col-right .membre__content-inner .membre__info-icon {
  width: 32px;
  height: 32px;
}
.membre__content .membre__col-right .membre__content-inner .membre__info-icon svg {
  width: 100%;
  height: auto;
}
.membre__content .membre__col-right .membre__content-inner .membre__info a:hover {
  text-decoration: underline;
}
.membre__content .background-shape__half-circle {
  top: 56px;
  left: -704px;
  width: 1104px;
  height: auto;
  transform: rotate(70deg);
  transition: left 0.2s;
  z-index: -1;
}
@media (max-width: 1200px) {
  .membre__content .background-shape__half-circle {
    left: -804px;
  }
}
@media (max-width: 992px) {
  .membre__content .background-shape__half-circle {
    display: none;
  }
}
.membre__content .background-shape__half-circle svg path {
  fill: #00ADEE;
}
.membre__content .background-shapes {
  top: 0;
  right: -152px;
}
@media (max-width: 1200px) {
  .membre__content .background-shapes {
    display: none;
  }
}
.membre__content .background-shapes .background-shape__circle {
  position: absolute;
  top: 0;
  right: 56px;
}
.membre__content .background-shapes .background-shape__circle:first-child {
  width: 264px;
  height: 264px;
  background-color: #88C1DA;
}
.membre__content .background-shapes .background-shape__circle:last-child {
  top: 152px;
  right: 200px;
  width: 136px;
  height: 136px;
  background-color: rgba(205, 234, 255, 0.7);
  backdrop-filter: blur(4px);
}

.main.archive-ressource {
  padding-bottom: 128px;
}
.main.archive-ressource .background-shape__half-circle {
  position: absolute;
  top: 232px;
  right: -1000px;
  transform: rotate(-20deg);
  z-index: 0;
}
@media (max-width: 1400px) {
  .main.archive-ressource .background-shape__half-circle {
    top: 304px;
    right: -1200px;
  }
}
@media (max-width: 992px) {
  .main.archive-ressource .background-shape__half-circle {
    display: none;
  }
}
.main.archive-ressource .background-shape__half-circle svg {
  width: 2000px;
  height: auto;
}
.main.archive-ressource .background-shape__half-circle svg path {
  fill: #00303F;
}
.main.archive-ressource .background-shape__circle {
  position: absolute;
  display: block;
  top: 800px;
  right: 104px;
  height: 35vw;
  width: 35vw;
  border-radius: 50%;
  background: #FFED78;
  z-index: 0;
}
@media (max-width: 992px) {
  .main.archive-ressource .background-shape__circle {
    display: none;
  }
}

.archive-ressource .archive-ressource__col-left {
  position: relative;
  z-index: 1;
}
.archive-ressource .ressource-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: rgba(205, 234, 255, 0.9);
  backdrop-filter: blur(4px);
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 16px 56px 20px 16px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.archive-ressource .ressource-card:hover {
  transform: translateX(4px);
  background-color: #80D6F6;
}
.archive-ressource .ressource-card:hover .ressource-card__arrow {
  transform: translate(8px, -8px);
}
.archive-ressource .ressource-card .ressource-card__col-left svg {
  width: 56px;
  height: 56px;
}
.archive-ressource .ressource-card .ressource-card__col-left svg circle, .archive-ressource .ressource-card .ressource-card__col-left svg ellipse {
  fill: #FFFFFF;
}
.archive-ressource .ressource-card .ressource-card__col-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.archive-ressource .ressource-card .ressource-card__col-right .ressource-card__title {
  font-size: 1.25rem;
  width: 90%;
}
@media (max-width: 992px) {
  .archive-ressource .ressource-card .ressource-card__col-right .ressource-card__title {
    width: 100%;
  }
}
.archive-ressource .ressource-card .ressource-card__col-right .ressource-card__text {
  max-width: 720px;
  font-size: 0.875rem;
}
.archive-ressource .ressource-card__indications {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.archive-ressource .ressource-card__indications .ressource-card__arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  transition: transform 0.2s ease;
}
.archive-ressource .ressource-card__indications .ressource-card__lock {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.archive-ressource .ressource-card__indications .ressource-card__lock svg {
  width: 24px;
  height: 24px;
}

.main.archive-acteur {
  padding-bottom: 128px;
}
.main.archive-acteur .background-shape__half-circle {
  position: absolute;
  top: 232px;
  right: -1000px;
  transform: rotate(-20deg);
  z-index: 0;
}
@media (max-width: 1400px) {
  .main.archive-acteur .background-shape__half-circle {
    top: 304px;
    right: -1200px;
  }
}
@media (max-width: 992px) {
  .main.archive-acteur .background-shape__half-circle {
    display: none;
  }
}
.main.archive-acteur .background-shape__half-circle svg {
  width: 2000px;
  height: auto;
}
.main.archive-acteur .background-shape__half-circle svg path {
  fill: #00ADEE;
}
.main.archive-acteur .background-shape__circle {
  position: absolute;
  display: block;
  top: 800px;
  right: 104px;
  height: 35vw;
  width: 35vw;
  border-radius: 50%;
  background: #056B88;
  z-index: 0;
}
@media (max-width: 992px) {
  .main.archive-acteur .background-shape__circle {
    display: none;
  }
}

.archive-acteur__col-left {
  position: relative;
  z-index: 1;
}
.archive-acteur .acteur-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgba(205, 234, 255, 0.9);
  backdrop-filter: blur(4px);
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 16px 16px 20px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.archive-acteur .acteur-card:hover {
  transform: translateX(4px);
  background-color: #80D6F6;
}
.archive-acteur .acteur-card:hover .acteur-card__arrow {
  transform: translate(8px, -8px);
}
.archive-acteur .acteur-card__col-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.archive-acteur .acteur-card__col-left svg {
  width: 56px;
  height: 56px;
}
.archive-acteur .acteur-card__col-left svg circle, .archive-acteur .acteur-card__col-left svg ellipse {
  fill: #FFFFFF;
}
.archive-acteur .acteur-card__col-left img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
}
.archive-acteur .acteur-card__col-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.archive-acteur .acteur-card__col-right .acteur-card__title {
  font-size: 1.25rem;
}
.archive-acteur .acteur-card__arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  transition: transform 0.2s ease;
}

.main.archive-evenement {
  padding-bottom: 128px;
}
.main.archive-evenement .background-shape__half-circle {
  position: absolute;
  top: 232px;
  right: -1000px;
  transform: rotate(-20deg);
  z-index: 0;
}
@media (max-width: 1400px) {
  .main.archive-evenement .background-shape__half-circle {
    top: 304px;
    right: -1200px;
  }
}
@media (max-width: 992px) {
  .main.archive-evenement .background-shape__half-circle {
    display: none;
  }
}
.main.archive-evenement .background-shape__half-circle svg {
  width: 2000px;
  height: auto;
}
.main.archive-evenement .background-shape__half-circle svg path {
  fill: #FFE6DD;
}
.main.archive-evenement .background-shape__circle {
  position: absolute;
  display: block;
  top: 800px;
  right: 104px;
  height: 35vw;
  width: 35vw;
  border-radius: 50%;
  background: #FF6D40;
  z-index: 0;
}
@media (max-width: 992px) {
  .main.archive-evenement .background-shape__circle {
    display: none;
  }
}

.archive-evenement__col-left {
  position: relative;
  z-index: 1;
}
.archive-evenement .archive-evenement__results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 32px;
  column-gap: 24px;
}

.main.archive-membre {
  padding-bottom: 128px;
}
.main.archive-membre .background-shape__half-circle {
  position: absolute;
  top: 232px;
  right: -1000px;
  transform: rotate(-20deg);
  z-index: 0;
}
@media (max-width: 1400px) {
  .main.archive-membre .background-shape__half-circle {
    top: 304px;
    right: -1200px;
  }
}
@media (max-width: 992px) {
  .main.archive-membre .background-shape__half-circle {
    display: none;
  }
}
.main.archive-membre .background-shape__half-circle svg {
  width: 2000px;
  height: auto;
}
.main.archive-membre .background-shape__half-circle svg path {
  fill: #00ADEE;
}
.main.archive-membre .background-shape__circle {
  position: absolute;
  display: block;
  top: 800px;
  right: 104px;
  height: 35vw;
  width: 35vw;
  border-radius: 50%;
  background: #056B88;
  z-index: 0;
}
@media (max-width: 992px) {
  .main.archive-membre .background-shape__circle {
    display: none;
  }
}

.archive-membre__col-left {
  position: relative;
  z-index: 1;
}
.archive-membre__col-right .archive-membre__results {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  column-gap: 24px;
}
.archive-membre__col-right .archive-membre__results .membre-card {
  display: flex;
  flex-direction: column;
  grid-column: span 3;
}
.archive-membre__col-right .archive-membre__results .membre-card:hover .membre-card__content {
  background-color: #80D6F6;
}
.archive-membre__col-right .archive-membre__results .membre-card:hover .membre-card__arrow {
  transform: translate(10px, -6px);
}
.archive-membre__col-right .archive-membre__results .membre-card__head {
  position: relative;
}
.archive-membre__col-right .archive-membre__results .membre-card__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.archive-membre__col-right .archive-membre__results .membre-card__themes {
  position: absolute;
  top: 16px;
  left: 16px;
}
.archive-membre__col-right .archive-membre__results .membre-card__content {
  padding: 16px 20px;
  background-color: #CDEAFF;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: 0.2s all ease-in-out;
}
.archive-membre__col-right .archive-membre__results .membre-card__content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive-membre__col-right .archive-membre__results .membre-card__fonction {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 8px;
}
.archive-membre__col-right .archive-membre__results .membre-card__title {
  font-size: 1rem;
  font-weight: 700;
}
.archive-membre__col-right .archive-membre__results .membre-card__arrow {
  width: 24px;
  height: 24px;
  transition: 0.2s all ease-in-out;
}
.archive-membre__col-right .archive-membre__results .membre-card__arrow svg {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=main.css.map */
