* {
  box-sizing: border-box;
}
body {
  font-family: var(--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: var(--gray);
  color: var(--black);
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
}
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  display: inline-block;
}
.container {
  max-width: 1640px;
}
.row {
  margin: 0 15px;
}
/* NOUVEAU FOOTER - 5 COLONNES */
.arslaFooter_row {
  background-color: var(--white);
  border-radius: 39px;
  padding: 60px 40px;
  gap: 50px 30px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #e2e2e2;
}

/* Menu sub footer à l'intérieur du padding */
.arslaFooter_sub-menu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.arslaFooter_sub-nav-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

.arslaFooter_sub-nav-item {
  margin: 0;
  padding: 0;
}

.arslaFooter_sub-nav-item {
  font-size: 12px;
  line-height: 24px;
}

.arslaFooter_nav.simple .arslaFooter_sub-nav-item a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

/* Colonnes du footer - largeur égale avec gap */
.arslaFooter_col1,
.arslaFooter_col2,
.arslaFooter_col3,
.arslaFooter_col4,
.arslaFooter_col5 {
  width: calc(20% - 24px);
  flex: 0 0 calc(20% - 24px);
}

/* Colonne 1: Logo, Adresse, Réseaux sociaux */
.arslaFooter_col1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.arslaFooter_col1 .arslaFooter_logo {
  text-align: left;
}

.arslaFooter_col1 .arslaFooter_logo img {
  width: 134px;
  max-width: 100%;
  height: auto;
}

.arslaFooter_col1 .arslaFooter_address {
  font-size: 12px;
  line-height: 16px;
  color: var(--black);
  text-align: left;
}

.arslaFooter_socials {
}

.arslaFooter_socials-list {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.arslaFooter_socials-item img {
  height: 20px;
  width: auto;
}

/* Colonne 2: Description */
.arslaFooter_col2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.arslaFooter_col2 .arslaFooter_desc {
  color: #000;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
}

/* Colonne 3: Newsletter */
.arslaFooter_col3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.arslaFooter_col3 .arslaFooter_newsletter-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: var(--black);
  text-align: left;
}

.arslaFooter_col3 .arslaFooter_newsletter {
  font-size: 11px;
  line-height: 16px;
  color: var(--black);
  text-align: left;
}

.arslaFooter_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--yellow);
  padding: 6px 20px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.2px;
  text-decoration: none;
  transition: var(--transition-linear);
}

.arslaFooter_button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Colonne 4: Menu principal */
.arslaFooter_col4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.arslaFooter_col4 .arslaFooter_nav-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
}

.arslaFooter_col4 .arslaFooter_nav-item {
  margin: 0;
  padding: 0;
}

.arslaFooter_col4 .arslaFooter_nav.full a {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: var(--black);
  position: relative;
  transition: var(--transition-linear);
  padding-top: 10px;
  top: 0px;
  text-decoration: none;
  display: inline-block;
}

.arslaFooter_col4 .arslaFooter_nav-item:first-child a {
  padding-top: 0;
}

.arslaFooter_col4 .arslaFooter_nav.full a:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: var(--yellow);
  left: 0;
  bottom: -5px;
  transition: var(--transition-linear);
}

.arslaFooter_col4 .arslaFooter_nav.full a:hover {
  top: 5px;
}

.arslaFooter_col4 .arslaFooter_nav.full a:hover:after {
  width: 100%;
}

/* Colonne 5: Banner Logo */
.arslaFooter_col5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.arslaFooter_col5 .arslaFooter_banner-logo img {
  width: 131px;
  max-width: 100%;
  height: auto;
}

/* Logo bannière mobile - masqué sur desktop */
.arslaFooter_banner-logo-mobile {
  display: none;
}

/* ANCIEN CSS COMMENTÉ
.arslaFooter_row {
  justify-content: center;
}
.arslaFooter_top {
  max-width: 940px;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.arslaFooter_top p {
  margin: 0;
}
.arslaFooter_top p strong {
  font-weight: 900;
}
.arslaFooter_row {
  background-color: var(--white);
  border-radius: 39px;
  padding-top: 77px;
  padding-bottom: 115px;
}
.networks_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}
.networks_wrap li {
  margin: 0 27px;
}
*/

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
}
.arslaFooter_form nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}
.arslaFooter_form nf-fields-wrap nf-field {
  position: relative;
}
.arslaFooter_form nf-fields-wrap nf-field:nth-child(1) {
  width: calc(100% - 228px);
  margin-right: 36px;
}
.arslaFooter_form nf-fields-wrap nf-field:nth-child(2) {
}
.arslaFooter_form nf-fields-wrap nf-field:nth-child(3),
.arslaFooter_form nf-fields-wrap nf-field:nth-child(4),
.arslaFooter_form nf-fields-wrap nf-field:nth-child(5) {
  width: calc(33% - 72px);
  display: flex;
  justify-content: center;
}
.arslaFooter_form nf-fields-wrap nf-field:nth-child(3) {
}
.arslaFooter_form nf-fields-wrap nf-field:nth-child(4) {
}
.arslaFooter_form nf-fields-wrap nf-field:nth-child(5) {
}
.arslaFooter_form nf-fields-wrap nf-field p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
}
.nf-before-form-content,
.nf-field-label,
.nf-error.field-wrap .nf-field-element:after {
  display: none;
}

.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
  background-color: var(--yellow) !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  color: var(--white) !important;
  text-transform: uppercase !important;
  width: 192px !important;
  height: 80px !important;
}
.nf-form-content input[type="submit"]:hover {
  cursor: pointer;
}
.nf-form-content input[type="email"] {
  border-radius: 20px !important;
  border: 1px solid #505050;
  font-weight: 400;
  font-size: 15px !important;
  color: #000 !important;
  text-align: center;
  height: 80px !important;
  background-color: var(--white) !important;
}
.nf-after-field {
  position: absolute;
  left: 0;
  bottom: -15px;
}
.nf-field-label label {
  font-weight: 400 !important;
  font-size: 10px !important;
  color: var(--black);
}
.label-right .nf-after-field,
.nf-after-field .nf-error-msg {
  width: 100%;
  font-size: 12px;
}
.nf-after-form-content {
  position: absolute;
  width: 100%;
}
.arslaFooter {
  margin: 90px 0 0 0;
}
.arslaFooter_nav-wrap a {
  text-decoration: none;
}
.arslaFooter_nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.arslaFooter_nav.full a {
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  position: relative;
  transition: var(--transition-linear);
  padding-top: 10px;
  top: 0px;
}
.arslaFooter_nav.full a:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: var(--yellow);
  left: 0;
  bottom: -5px;
  transition: var(--transition-linear);
}
.arslaFooter_nav.full a:hover {
  top: 10px;
}
.arslaFooter_nav.full a:hover:after {
  width: 100%;
}
/* .arslaFooter_nav.full margin supprimé - plus nécessaire avec la nouvelle structure */
.arslaFooter_desc {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: var(--black);
}
.arslaFooter_achiv,
.arslaFooter_logo {
  text-align: center;
}
.arslaFooter_nav.simple a {
  font-weight: 400;
  font-size: 16px;
  color: var(--black);
}
.arslaFooter_banner {
  background-color: #1f3b7c;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 193px;
  padding-left: 60px;
}
.arslaFooter_banner {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  margin-bottom: 65px;
}
.arslaFooter_banner-editor h3 {
  font-weight: 400;
  font-size: 38px;
  color: var(--white);
  margin: 44px 0 23px 0;
  text-align: center;
}
.arslaFooter_banner-editor h3 strong {
  font-weight: 700;
}
.arslaFooter_banner-editor p {
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 39px 0;
  color: var(--white);
  text-align: center;
}
.arslaFooter_banner-logo {
  width: 162px;
  height: 162px;
  margin-right: 100px;
}
.arslaFooter_sub {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.arslaFooter_address {
  font-weight: 400;
  font-size: 16px;
  text-align: center;

  /* margin-bottom: 60px; supprimé - plus nécessaire avec la nouvelle structure */
  position: relative;
}
.arslaFooter_nav.simple .arslaFooter_nav-wrap {
  justify-content: center;
}
.arslaFooter_nav.simple .arslaFooter_nav-wrap li {
  margin: 0 30px;
}
/* .arslaFooter_address:after supprimé - plus nécessaire avec la nouvelle structure */
/* .arslaFooter_logo margin-top supprimé - plus nécessaire avec la nouvelle structure */
.arslaFooter_achiv {
  margin-top: 45px;
}
.p-139 {
  margin-left: 139px;
  margin-right: 139px;
}
.arslaHeader_wrap {
  display: flex;
  align-items: center;
}
.arslaHeader_wrap .topMenu_item {
  position: relative;
  padding: 5px 50px;
}
.arslaHeader_wrap .topMenu_item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d5cfcf;
}
.arslaHeader_wrap .topMenu_item:last-child:after {
  display: none;
}
.topMenu_item a {
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
}
.arslaHeader_topMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu-section {
  flex: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 15px; /* Espacement entre les boutons pour le futur bouton circulaire */
  margin-left: 20px;
}
.arslaHeader_topMenu {
  margin-top: 10px;
}
.arslaHeader_logo {
  margin-top: 17px;
}
.mainHero_link {
  display: flex;
  align-items: center;
}
.link-description {
  margin-top: 1px;
}

.arslaHeader_primMenu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.primMenu_item {
}
.primMenu_link {
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  position: relative;
  top: 0;
  text-transform: uppercase;
  transition: var(--transition-linear);
  position: relative;
  z-index: 99999;
  padding: 24px 15px 30px 15px;
  transition: var(--transition-linear);
  background-color: transparent;
  border-radius: 11px;
}
.primMenu_link:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  bottom: 28px;
  width: 8px;
  height: 3px;
  background-color: #ffcd14;
  transition: var(--transition-linear);
}
.primMenu_item:hover .primMenu_link:before {
  width: calc(100% - 30px);
}
.primMenu_item:hover .primMenu_link {
  top: 5px;
}

.primMenu_link:hover {
  /*background-color: var(--white);*/
}
.topMenu_item a {
  transition: var(--transition-linear);
}
.topMenu_item a:hover {
  text-shadow: 1px 0px 0px #000;
  text-decoration: underline;
}
.arslaHeader_search:hover {
  cursor: pointer;
}
#searchsubmit {
  display: none;
}
.arslaHeader_search-form input {
}
.arslaHeader_search-form {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 999999999;
  transform: scale(0);
  transition: var(--transition-linear);
}
.arslaHeader_search-inp {
  border-radius: 20px;
  background-color: var(--white);
  height: 112px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.arslaHeader_search-inp form {
  width: 100%;
}
.arslaHeader_search-inp input[type="text"] {
  font-size: 40px;
  color: #000;
  border: 0px solid #000;
  text-align: center;
  width: 100%;
  height: 100%;
  outline: none !important;
}
.arslaHeader_search-inp input[type="text"]::placeholder {
  font-size: 40px;
  color: #787878;
  font-weight: 300;
}
.arslaHeader_search-form.show {
  transform: scale(1);
}
.arslaHeader_primMenu {
  padding-top: 3px;
}
.arslaHeader_search .arslaHeader_search-ico {
  transition: var(--transition-linear);
}
.arslaHeader_search.serchActive .arslaHeader_search-ico {
  z-index: 9999999999;
  transform: scale(1.5) translateX(38px) translateY(14px);
  position: fixed;
}

.primMenu_item.expandMenu .arslaHeader_primMenu-sub {
  transform: scale(1);
}
.arslaHeader_primMenu-sub {
  transition: var(--transition-linear);
  transform: scale(1);
  position: fixed;
  left: 0;
  top: 50px;
  width: 100vw;
  z-index: 999;
  transform: scale(0);
}
.arslaHeader_primMenu-sub {
}
.arslaHeader_primMenu-sub-wrap {
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 90px 120px 57px 120px;
  background-color: #eeeeee;
  height: 840px;
  position: relative;
}
.closeSub {
  position: absolute;
  right: 81px;
  top: 33px;
}
.primMenu_link.active:before {
  width: calc(100% - 30px);
}
.primMenu_link.active {
  top: 5px;
  background-color: var(--white);
}
.closeSub:hover {
  cursor: pointer;
}
.primMenu_sub {
  width: 50%;
}
.primMenu_banner {
  width: 50%;
}
.primMenu_banner-book,
.primMenu_banner-search {
  display: flex;
  width: 100%;
  background-color: #022781;
  border-radius: 20px;
  padding: 60px;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.primMenu_banner-search {
  padding: 60px 50px;
}
.banner_book-img {
  text-align: center;
  margin-bottom: 25px;
}
.banner_book-title {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 36px;
  color: var(--white);
}
.banner_book-desc {
  font-weight: 400;
  font-size: 15px;
  color: var(--white);
}
.banner_book-btn {
  margin-top: 35px;
}
.banner_book-btn a {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding: 22px 75px;
  background-color: #fff;
  border-radius: 6px;
}
.primMenu_sub-link {
  position: relative;
  max-width: 438px;
}
.primMenu_sub-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: calc(50% - 7px);
  width: 8px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: var(--transition-linear);
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29096 0.795664C1.43068 0.79554 1.56905 0.823042 1.69811 0.876587C1.82716 0.930132 1.94436 1.00866 2.04296 1.10766L7.36596 6.42966C7.4648 6.52847 7.54321 6.64578 7.5967 6.7749C7.6502 6.90401 7.67773 7.0424 7.67773 7.18216C7.67773 7.32192 7.6502 7.46031 7.5967 7.58943C7.54321 7.71855 7.4648 7.83586 7.36596 7.93466L2.04396 13.2567C1.84438 13.4562 1.5737 13.5684 1.29146 13.5684C1.00922 13.5684 0.738533 13.4562 0.538958 13.2567C0.339382 13.0571 0.227262 12.7864 0.227262 12.5042C0.227262 12.2219 0.339382 11.9512 0.538958 11.7517L5.10896 7.18166L0.538958 2.61166C0.39024 2.4628 0.289 2.27319 0.248037 2.0668C0.207074 1.8604 0.228228 1.6465 0.308824 1.45212C0.38942 1.25775 0.525839 1.09164 0.700833 0.974793C0.875827 0.857946 1.08054 0.795609 1.29096 0.795664Z' fill='black' /%3E%3C/svg%3E");
}
.primMenu_sub-link {
  font-weight: 600;
  font-size: 30px;
  color: #000;
  padding: 15px 50px;
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: var(--transition-linear);
}
.primMenu_sub {
  margin-top: 90px;
}
.primMenu_sub-link:hover {
  background-color: #fff;
  text-decoration: underline;
}
.primMenu_sub-link.active {
  background-color: #fff;
  text-decoration: underline;
}
.primMenu_sub-link.active:after {
  right: 33px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29096 0.795664C1.43068 0.79554 1.56905 0.823042 1.69811 0.876587C1.82716 0.930132 1.94436 1.00866 2.04296 1.10766L7.36596 6.42966C7.4648 6.52847 7.54321 6.64578 7.5967 6.7749C7.6502 6.90401 7.67773 7.0424 7.67773 7.18216C7.67773 7.32192 7.6502 7.46031 7.5967 7.58943C7.54321 7.71855 7.4648 7.83586 7.36596 7.93466L2.04396 13.2567C1.84438 13.4562 1.5737 13.5684 1.29146 13.5684C1.00922 13.5684 0.738533 13.4562 0.538958 13.2567C0.339382 13.0571 0.227262 12.7864 0.227262 12.5042C0.227262 12.2219 0.339382 11.9512 0.538958 11.7517L5.10896 7.18166L0.538958 2.61166C0.39024 2.4628 0.289 2.27319 0.248037 2.0668C0.207074 1.8604 0.228228 1.6465 0.308824 1.45212C0.38942 1.25775 0.525839 1.09164 0.700833 0.974793C0.875827 0.857946 1.08054 0.795609 1.29096 0.795664Z' fill='%23FFCD14' /%3E%3C/svg%3E");
}
.primMenu_sub-link:hover:after {
  right: 33px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29096 0.795664C1.43068 0.79554 1.56905 0.823042 1.69811 0.876587C1.82716 0.930132 1.94436 1.00866 2.04296 1.10766L7.36596 6.42966C7.4648 6.52847 7.54321 6.64578 7.5967 6.7749C7.6502 6.90401 7.67773 7.0424 7.67773 7.18216C7.67773 7.32192 7.6502 7.46031 7.5967 7.58943C7.54321 7.71855 7.4648 7.83586 7.36596 7.93466L2.04396 13.2567C1.84438 13.4562 1.5737 13.5684 1.29146 13.5684C1.00922 13.5684 0.738533 13.4562 0.538958 13.2567C0.339382 13.0571 0.227262 12.7864 0.227262 12.5042C0.227262 12.2219 0.339382 11.9512 0.538958 11.7517L5.10896 7.18166L0.538958 2.61166C0.39024 2.4628 0.289 2.27319 0.248037 2.0668C0.207074 1.8604 0.228228 1.6465 0.308824 1.45212C0.38942 1.25775 0.525839 1.09164 0.700833 0.974793C0.875827 0.857946 1.08054 0.795609 1.29096 0.795664Z' fill='%23FFCD14' /%3E%3C/svg%3E");
}

/* Modal de recherche desktop */
.search-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.search-modal {
  background: white;
  border-radius: 10px;
  max-width: 750px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 103px;
  left: 50%;
  transform: translateX(-50%);
}

.search-modal-content {
  padding: 28px 50px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.search-modal-title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.search-modal-form {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
}

.search-modal-close {
  width: 40px;
  height: 40px;
  background: var(--yellow);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-linear);
  flex-shrink: 0;
}

.search-modal-close:hover {
  transform: scale(1.1);
}

.search-modal-close svg {
  width: 10px;
  height: 10px;
}

.search-modal-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.search-modal-input::placeholder {
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.search-modal-submit {
  display: flex;
  align-items: center;
  gap: 28px;
  background: #0c115c;
  border: none;
  border-radius: 10px;
  padding: 7px 23px;
  cursor: pointer;
  transition: var(--transition-linear);
}

.search-modal-submit:hover {
  background: #0a0e4a;
}

.search-modal-submit span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.search-modal-submit svg {
  width: 17px;
  height: 17px;
}
.arslaHeader_primMenu-sub .col-md-10 {
  padding: 0;
}
.arslaHeader_primMenu-sub .row {
  margin: 0;
}
.banner_search-title {
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 95px;
  text-transform: uppercase;
  text-align: left;
}
.banner_search-desc {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-top: 50px;
}
.banner_search-form input[type="text"] {
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  padding: 0 0 24px 0;
  width: calc(100% - 85px);
}
.banner_search-form input[type="text"]::placeholder {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.banner_search-form form {
  display: flex;
  align-items: center;
}
label[for="searchsubmit"] {
  width: 50px;
  height: 55px;
  margin-left: 35px;
}
.primMenu_banner-infr {
  display: flex;
  width: 100%;
  background-color: #ffcd14;
  border-radius: 20px;
  padding: 95px 90px 100px 90px;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.info_regular-title {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 55px;
  text-align: left;
}
.info_regular-btn a {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding: 22px 65px;
  border-radius: 6px;
  background-color: #fff;
}
.info_regular-btn {
  margin-bottom: 115px;
}
.info_regular-desc {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  max-width: 320px;
  margin: 0 auto;
}
.primMenu_banner-infb {
  display: flex;
  width: 100%;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  padding: 95px 90px 100px 90px;
  flex-direction: column;
  height: 100%;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
}
.banner_infb-title {
  background-color: #fff;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  padding: 65px 30px;
  max-width: 227px;
  margin-bottom: 130px;
  text-align: left;
}
.banner_infb-btn a {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding: 22px 65px;
  border-radius: 6px;
  background-color: #fff;
}
.arslaHeader_primMenu-sub .container {
  margin: 0 auto;
}
.arslaHeader_deco {
  text-align: right;
}
.arslaHeader_logo,
.arslaHeader_deco {
  padding: 0;
}
.widgetArea {
  position: fixed;
  z-index: 1000;
  width: 100%;
  /* height: 100%; */
  left: 0;
  top: 0;
}
.widgetArea .container,
.widgetArea .row,
.widgetArea .col-md-1 {
}
.widgetArea .row {
  position: relative;
}
.widgetArea .col-md-1 {
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1000;
  width: 80px;
}
.widgetArea .col-md-10 {
  position: relative;
  z-index: -100;
}
.breadcrumbs span {
  font-weight: 500;
  font-size: 12px;
  color: #000;
  line-height: 20;
}
.widgetArea_left {
  left: 0;
  margin-left: 10px;
}
.widgetArea_right {
  right: 0;
  margin-right: 10px;
}
.breadcrumbs {
}
.widgetArea_right,
.widgetArea_left {
  position: relative;
}
.widgetArea_right .like {
  right: 0;
  top: 50vh;
  position: absolute;
}

.widgetArea_right .arrow {
  right: 0;
  bottom: 10vh;
  position: absolute;
}
.widgetArea_left .location {
  left: 0;
  top: 500px;
  position: absolute;
}
.widgetArea_left .phone {
  left: 0;
  top: 700px;
  position: absolute;
}
.widgetArea_left .breadcrumbs {
  left: -178px;
  top: 20px;
  position: absolute;
  width: 400px;
  transform: rotate(270deg);
}
.fixedPos {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100px;
  opacity: 0;
  transition: var(--transition-linear);
  background-color: #fff;
}
.scrollActive .fixedPos {
  opacity: 1;
  top: 0;
  z-index: 999999;
}

/* Marge pour éviter que le menu fixe cache la barre d'administration WordPress */
.admin-bar .fixedPos {
  top: 32px; /* Hauteur de la barre d'administration WordPress */
}
.fixedPos {
}
.fixedPos .arslaHeader_deco {
  margin-top: 0;
}
.fixedPos .fixedPos_inner {
  align-items: center;
}
.fixedPos .fixedPos_inner {
  background-color: var(--white);
  /*background-color: rgba(238, 238, 238, 0.48);*/
  /*backdrop-filter: blur(24px);*/
  /*border-radius: 0 0 20px 20px;*/
  height: 103px;
}
.fixedPos .arslaHeader_logo {
  padding-left: 60px;
  margin-top: 5px;
}
.fixedPos .header-content {
  /* Styles spécifiques pour la version fixe si nécessaire */
}
.fixedPos .arslaHeader_primMenu-sub {
  width: 100%;
}
.staticPos {
  transition: var(--transition-linear);
}

.arslaFooter_row {
  overflow: hidden;
}
.arslaFooter {
  width: auto;
  overflow: hidden;
  position: relative;
  /*z-index: 1001;*/
}
.arslaHeader.staticPos {
  position: relative;
  z-index: 5;
}
.info_regular-desc,
.banner_book-desc {
  line-height: 20px;
}
.info_regular-btn a,
.banner_infb-btn a {
  transition: var(--transition-linear);
}
.info_regular-btn a:hover,
.banner_infb-btn a:hover {
  color: #fff;
  background-color: #000;
}
.banner_book-title {
  line-height: 42px;
}
section .container,
.mainHero .row {
  position: relative;
  /*z-index: 100 !important;*/
}
.arslaFooter input[type="email"]::placeholder {
  color: #000;
  letter-spacing: 4px;
}
.nf-field-element input[type="email"] {
  border: 1px solid #505050 !important;
}
.nf-field-element span,
.nf-field-label label {
  font-size: 12px !important;
  color: #000 !important;
  line-height: 20px;
  font-weight: 300;
  font-family: var(--primary-font) !important;
}
.nf-field-label label {
  font-size: 10px !important;
}
.checkbox-wrap .nf-field-element label:after,
.checkbox-wrap .nf-field-label label:after,
.listcheckbox-wrap .nf-field-element label:after,
.listcheckbox-wrap .nf-field-label label:after {
  background: #fff !important;
  border-color: #000 !important;
  transition: all 0.5s;
  width: 19px !important;
  height: 19px !important;
  border-radius: 3px !important;
}
.arslaFooter_nav.full a {
  text-transform: uppercase;
}
.arslaHeader_search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--yellow);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: var(--transition-linear);
}

.arslaHeader_search-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.arslaHeader_deco-button {
  display: flex;
  align-items: center;
  background-color: var(--yellow);
  border-radius: 6px;
  padding: 8px 16px;
  text-decoration: none;
  transition: var(--transition-linear);
}

.arslaHeader_deco-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.search-icon {
  width: 17px;
  height: auto;
}

.deco-icon {
  width: 30px;
  height: auto;
  margin-right: 20px;
}

.deco-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--black);
}
.arslaMain {
  /* overflow-x: hidden; */
}
.breadcrumbs span,
.breadcrumbs {
  font-weight: 500;
  font-size: 12px;
  line-height: 20;
}
.breadcrumbs .current {
  font-weight: 500;
  text-decoration: underline;
}
.searchPage .container {
  max-width: 1300px;
}
.widgetArea .row {
  justify-content: space-between;
}
.backMenu {
  display: flex;
  align-items: center;
  position: absolute;
  top: 80px;
  left: 45px;
  opacity: 0;
  transition: var(--transition-linear);
  z-index: 10;
}
.backMenu.active {
  opacity: 1;
}
.backMenu:hover {
  cursor: pointer;
}
.backMenu span {
  display: inline-block;
  margin-left: 40px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.subInner_title {
  display: none;
  font-size: 40px;
  color: #000;
  font-weight: 600;
  margin-left: 40px;
  align-self: flex-start;
  margin-top: 40px;
}
.itemCount-1 .subInner_title {
  display: block;
}
.itemCount-1 .subMenu_wrap {
  justify-self: center;
  margin: auto 0;
}
.subInnersItems {
  opacity: 0;
  transform: scale(0);
  position: absolute;
  width: calc(50% - 100px);
  height: calc(100% - 130px);
  right: 110px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 35px;
  padding: 50px 80px 50px 90px;
  transition: var(--transition-linear);
  z-index: 4;
}
.subMenuInner_wrap {
  opacity: 0;
  transform: scale(0);
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 9px);
  left: calc(100% - 10px);
  bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 35px;
  padding: 50px 80px 50px 90px;
  transition: var(--transition-linear);
  z-index: 4;
}
.subInnersItems.active,
.subMenuInner_wrap.active {
  opacity: 1;
  transform: scale(1);
}
.itemCount-1 .subInner_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.subInner_link {
  position: relative;
  transition: var(--transition-linear);
  margin: 15px 0;
}
.subInner_link:after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: calc(50% - 7px);
  width: 8px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: var(--transition-linear);
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29096 0.795664C1.43068 0.79554 1.56905 0.823042 1.69811 0.876587C1.82716 0.930132 1.94436 1.00866 2.04296 1.10766L7.36596 6.42966C7.4648 6.52847 7.54321 6.64578 7.5967 6.7749C7.6502 6.90401 7.67773 7.0424 7.67773 7.18216C7.67773 7.32192 7.6502 7.46031 7.5967 7.58943C7.54321 7.71855 7.4648 7.83586 7.36596 7.93466L2.04396 13.2567C1.84438 13.4562 1.5737 13.5684 1.29146 13.5684C1.00922 13.5684 0.738533 13.4562 0.538958 13.2567C0.339382 13.0571 0.227262 12.7864 0.227262 12.5042C0.227262 12.2219 0.339382 11.9512 0.538958 11.7517L5.10896 7.18166L0.538958 2.61166C0.39024 2.4628 0.289 2.27319 0.248037 2.0668C0.207074 1.8604 0.228228 1.6465 0.308824 1.45212C0.38942 1.25775 0.525839 1.09164 0.700833 0.974793C0.875827 0.857946 1.08054 0.795609 1.29096 0.795664Z' fill='black' /%3E%3C/svg%3E");
}
.subInner_link {
  font-size: 25px;
  line-height: 23px;
  display: block;
  color: #505050;
  transition: var(--transition-linear);
  padding: 15px 60px 15px 20px;
  border-radius: 11px;
}
.subInner_link-li:hover .subInner_link {
  background-color: #f1f1f1;
  text-decoration: underline;
}
.subInner_link-li:hover:after {
  right: 33px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29096 0.795664C1.43068 0.79554 1.56905 0.823042 1.69811 0.876587C1.82716 0.930132 1.94436 1.00866 2.04296 1.10766L7.36596 6.42966C7.4648 6.52847 7.54321 6.64578 7.5967 6.7749C7.6502 6.90401 7.67773 7.0424 7.67773 7.18216C7.67773 7.32192 7.6502 7.46031 7.5967 7.58943C7.54321 7.71855 7.4648 7.83586 7.36596 7.93466L2.04396 13.2567C1.84438 13.4562 1.5737 13.5684 1.29146 13.5684C1.00922 13.5684 0.738533 13.4562 0.538958 13.2567C0.339382 13.0571 0.227262 12.7864 0.227262 12.5042C0.227262 12.2219 0.339382 11.9512 0.538958 11.7517L5.10896 7.18166L0.538958 2.61166C0.39024 2.4628 0.289 2.27319 0.248037 2.0668C0.207074 1.8604 0.228228 1.6465 0.308824 1.45212C0.38942 1.25775 0.525839 1.09164 0.700833 0.974793C0.875827 0.857946 1.08054 0.795609 1.29096 0.795664Z' fill='%23FFCD14' /%3E%3C/svg%3E");
}

.itemCount-1 .subInnersItems {
  right: auto;
  left: 0;
  background-color: #eeeeee;
  width: 50%;
}
.itemCount-1 .subInner_link-li {
  margin-bottom: 40px;
}
.itemCount-1 .subInner_link {
  font-size: 30px;
  line-height: 23px;
  padding: 22px 50px;
  font-weight: 600;
  position: relative;
}

.inner_menu_items-link {
  font-size: 25px;
  line-height: 23px;
  color: #505050;
  font-weight: 600;
  padding: 20px 50px 20px 20px;
  margin: 20px 0;
  transition: var(--transition-linear);
  position: relative;
  display: block;
  border-radius: 11px;
}
.inner_menu_items-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: calc(50% - 7px);
  width: 8px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: var(--transition-linear);
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29096 0.795664C1.43068 0.79554 1.56905 0.823042 1.69811 0.876587C1.82716 0.930132 1.94436 1.00866 2.04296 1.10766L7.36596 6.42966C7.4648 6.52847 7.54321 6.64578 7.5967 6.7749C7.6502 6.90401 7.67773 7.0424 7.67773 7.18216C7.67773 7.32192 7.6502 7.46031 7.5967 7.58943C7.54321 7.71855 7.4648 7.83586 7.36596 7.93466L2.04396 13.2567C1.84438 13.4562 1.5737 13.5684 1.29146 13.5684C1.00922 13.5684 0.738533 13.4562 0.538958 13.2567C0.339382 13.0571 0.227262 12.7864 0.227262 12.5042C0.227262 12.2219 0.339382 11.9512 0.538958 11.7517L5.10896 7.18166L0.538958 2.61166C0.39024 2.4628 0.289 2.27319 0.248037 2.0668C0.207074 1.8604 0.228228 1.6465 0.308824 1.45212C0.38942 1.25775 0.525839 1.09164 0.700833 0.974793C0.875827 0.857946 1.08054 0.795609 1.29096 0.795664Z' fill='black' /%3E%3C/svg%3E");
}
.inner_menu_items-link:hover {
  background-color: #f1f1f1;
  text-decoration: underline;
  color: #000;
}
.inner_menu_items-link:hover:after {
  right: 33px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29096 0.795664C1.43068 0.79554 1.56905 0.823042 1.69811 0.876587C1.82716 0.930132 1.94436 1.00866 2.04296 1.10766L7.36596 6.42966C7.4648 6.52847 7.54321 6.64578 7.5967 6.7749C7.6502 6.90401 7.67773 7.0424 7.67773 7.18216C7.67773 7.32192 7.6502 7.46031 7.5967 7.58943C7.54321 7.71855 7.4648 7.83586 7.36596 7.93466L2.04396 13.2567C1.84438 13.4562 1.5737 13.5684 1.29146 13.5684C1.00922 13.5684 0.738533 13.4562 0.538958 13.2567C0.339382 13.0571 0.227262 12.7864 0.227262 12.5042C0.227262 12.2219 0.339382 11.9512 0.538958 11.7517L5.10896 7.18166L0.538958 2.61166C0.39024 2.4628 0.289 2.27319 0.248037 2.0668C0.207074 1.8604 0.228228 1.6465 0.308824 1.45212C0.38942 1.25775 0.525839 1.09164 0.700833 0.974793C0.875827 0.857946 1.08054 0.795609 1.29096 0.795664Z' fill='%23FFCD14' /%3E%3C/svg%3E");
}
.itemCount-1 .subInner_link:hover:after,
.itemCount-1 .subInner_link.active:after {
  right: 33px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29096 0.795664C1.43068 0.79554 1.56905 0.823042 1.69811 0.876587C1.82716 0.930132 1.94436 1.00866 2.04296 1.10766L7.36596 6.42966C7.4648 6.52847 7.54321 6.64578 7.5967 6.7749C7.6502 6.90401 7.67773 7.0424 7.67773 7.18216C7.67773 7.32192 7.6502 7.46031 7.5967 7.58943C7.54321 7.71855 7.4648 7.83586 7.36596 7.93466L2.04396 13.2567C1.84438 13.4562 1.5737 13.5684 1.29146 13.5684C1.00922 13.5684 0.738533 13.4562 0.538958 13.2567C0.339382 13.0571 0.227262 12.7864 0.227262 12.5042C0.227262 12.2219 0.339382 11.9512 0.538958 11.7517L5.10896 7.18166L0.538958 2.61166C0.39024 2.4628 0.289 2.27319 0.248037 2.0668C0.207074 1.8604 0.228228 1.6465 0.308824 1.45212C0.38942 1.25775 0.525839 1.09164 0.700833 0.974793C0.875827 0.857946 1.08054 0.795609 1.29096 0.795664Z' fill='%23FFCD14' /%3E%3C/svg%3E");
}
.itemCount-1 .subInner_link:hover,
.itemCount-1 .subInner_link.active {
  background-color: #fff;
  text-decoration: underline;
}
.mobileToggler {
  display: none;
}

/* Anchor scroll behavior for footer form */
#arslaFooter_form {
  scroll-margin-top: 50vh; /* Centre l'élément à 50% de la hauteur de l'écran */
}

/* ========================================
   MODAL STYLES
   ======================================== */

/* Nouvelle Modal Styles */
.arslaHeader_newModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.arslaHeader_newModal.show {
  opacity: 1;
  visibility: visible;
}

.newModal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.newModal_content {
  position: absolute;
  top: 103px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  padding: 30px;
  max-width: 1200px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

/* Ajustement pour la barre d'administration WordPress */
.admin-bar .newModal_content {
  top: 127px;
}

.admin-bar .search-modal {
  top: 127px;
}

.newModal_body {
  width: 100%;
}

.newModal_columns {
  display: flex;
  gap: 40px;
  height: 100%;
}

/* Colonne 1: Enfants de l'item principal sélectionné */
.newModal_column-1 {
  flex: 0 0 250px;
}

.newModal_childrenContent {
  display: none;
}

.newModal_childrenContent.active {
  display: block;
}

.newModal_noChildren {
  padding: 20px;
  text-align: center;
  color: #666;
  font-style: italic;
}

.newModal_mainItems {
  list-style: none;
  margin: 0;
  padding: 0;
}

.newModal_mainItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

.newModal_mainItem:hover {
  background-color: #d6eaff;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.newModal_mainItem.active {
  background-color: #d6eaff;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.newModal_mainItem-text {
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: var(--blue);
  flex: 1;
}

.newModal_chevron {
  flex-shrink: 0;
  margin-left: 12px;
}

/* Colonne 2: Sous-parties */
.newModal_column-2 {
  flex: 0 0 200px;
  min-width: 0;
}

.newModal_subContent {
  display: none;
}

.newModal_subContent.active {
  display: block;
}

.newModal_subTitle {
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: var(--blue);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.newModal_subItems {
  list-style: none;
  margin: 0;
  padding: 0;
}

.newModal_subItem {
  margin-bottom: 4px;
}

.newModal_subItem-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
}

.newModal_subItem-link:hover {
  background-color: #d6eaff;
  color: var(--black);
}

.newModal_noSubContent {
  font-size: 14px;
  color: #666;
  font-style: italic;
}

/* Colonne 3: Widgets/Bannières */
.newModal_column-3 {
  flex: 1;
}

.newModal_widgetContent {
  display: none;
}

.newModal_widgetContent.active {
  display: block;
}

/* Widget Book */
.newModal_widget-book {
  display: flex;
  flex-direction: column;
  background-color: #022781;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  color: var(--white);
}

.newModal_widget-book .newModal_widget-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  color: var(--white);
  text-align: center;
}

.newModal_widget-book .newModal_widget-body {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.newModal_widget-book .newModal_widget-image {
  flex: 0 0 200px;
  text-align: center;
}

.newModal_widget-book .newModal_widget-image img {
  max-width: 100%;
  max-height: 250px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.newModal_widget-book .newModal_widget-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.newModal_widget-book .newModal_widget-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
  color: var(--white);
  text-align: center;
}

.newModal_widget-book .newModal_widget-button {
  text-align: center;
}

.newModal_widget-book .newModal_widget-button a {
  font-weight: 700;
  font-size: 16px;
  color: #022781;
  padding: 16px 32px;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.newModal_widget-book .newModal_widget-button a:hover {
  background-color: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Widget Search */
.newModal_widget-search {
  display: flex;
  flex-direction: column;
  background-color: #022781;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  text-align: center;
  color: var(--white);
}

.newModal_widget-searchForm {
  margin: 20px 0;
}

.newModal_widget-searchForm form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newModal_widget-searchForm input[type="text"] {
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 8px 0;
  width: 200px;
  margin-right: 15px;
}

.newModal_widget-searchForm input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newModal_widget-searchForm label[for="searchsubmit"] {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.newModal_widget-searchForm svg {
  width: 100%;
  height: 100%;
}

/* Widget Info Regular */
.newModal_widget-infoRegular {
  display: flex;
  flex-direction: column;
  background-color: #ffcd14;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  text-align: center;
  color: #000;
}

.newModal_widget-infoRegular .newModal_widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.newModal_widget-infoRegular .newModal_widget-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-top: 20px;
  text-align: center;
}

.newModal_widget-infoRegular .newModal_widget-button {
  margin-top: auto;
}

.newModal_widget-infoRegular .newModal_widget-button a {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 12px 24px;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.newModal_widget-infoRegular .newModal_widget-button a:hover {
  background-color: #f0f0f0;
  transform: translateY(-1px);
}

/* Widget Info Background */
.newModal_widget-infoBackground {
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.newModal_widget-infoBackground::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.newModal_widget-infoBackground .newModal_widget-title {
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding: 20px 15px;
  max-width: 200px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  z-index: 1;
  text-align: center;
}

.newModal_widget-infoBackground .newModal_widget-button {
  position: relative;
  z-index: 1;
}

.newModal_widget-infoBackground .newModal_widget-button a {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 12px 24px;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.newModal_widget-infoBackground .newModal_widget-button a:hover {
  background-color: #f0f0f0;
  transform: translateY(-1px);
}

/* Widget Empty */
.newModal_widget-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-color: #f8f8f8;
  border-radius: 20px;
  border: 2px dashed #ddd;
}

.newModal_widget-placeholder {
  font-size: 14px;
  color: #999;
  text-align: center;
}

/* ========================================
   PAGE-CUSTOM.PHP STYLES
   ======================================== */

/* Custom Page Container */
.custom-page-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-page-featured-image {
  margin-bottom: 40px;
  position: relative;
  margin-top: -83px;
}

.custom-page-featured-image .featured-image {
  width: 100%;
  height: 416px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

.custom-page-overlay {
  position: absolute;
  top: 0;
  left: 138px;
  width: 524px;
  height: 301px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}

.custom-page-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: var(--white);
  margin: 0 0 20px 0;
}

.custom-page-overlay .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 0;
}

.custom-page-content h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  color: var(--black);
  margin: 20px 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.custom-page-content h2 span {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px 28px;
  display: inline-block;
}

.custom-page-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0;
}

.custom-page-content blockquote {
  background-color: var(--red);
  border-radius: 20px;
  padding: 12px 15px;
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.custom-page-content h2:first-child {
  margin-top: 0;
}

.custom-page-content h2::after {
  content: "";
  width: 54px;
  height: 54px;
  background-color: var(--red);
  border-radius: 15px;
  flex-shrink: 0;
}

.custom-page-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}

/* Images alignleft and alignright in Gutenberg groups */
.custom-page-content .wp-block-group .alignleft,
.custom-page-content .wp-block-group .alignright {
  max-width: 25%;
}

/* Prevents the content following the group from moving up next to the image */
.custom-page-content .wp-block-group:has(.alignleft),
.custom-page-content .wp-block-group:has(.alignright) {
  overflow: hidden; /* Contains the floating image */
}

.custom-page-content .wp-block-group:has(.alignleft) + *,
.custom-page-content .wp-block-group:has(.alignright) + * {
  clear: both; /* Forces the following element to go under the image */
}

/* Fix bullets overlapping with floating images by moving them inside the list */
.custom-page-content .wp-block-group:has(.alignleft) ul {
  list-style-position: inside; /* Moves bullets inside the list so they respect padding */
}

.custom-page-content ul {
  list-style-type: disc;
  margin: 15px 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.custom-page-content li {
  margin: 5px 0;
  padding: 0;
}

.custom-page-content .is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin: 20px 0;
}

.custom-page-content figcaption {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
  text-align: center;
  font-style: italic;
}

.custom-page-content .wp-element-button {
  background-color: var(--red);
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: filter 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
}

/* Custom Gutenberg Button Outline Styles */
.custom-page-content .button-outline .wp-element-button {
  padding: 15px 20px;
  border-radius: 7px;
  background-color: transparent;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: filter 0.3s ease;
  min-width: 200px;
}

.custom-page-content .button-outline.button-outline-red .wp-element-button {
  border: 1px solid #fe330a;
  color: #fe330a;
}

.custom-page-content .button-outline.button-outline-blue .wp-element-button {
  border: 1px solid #022781;
  color: #022781;
}

.custom-page-content .wp-element-button:hover {
  filter: brightness(0.9);
}

/* Table of Contents Layout */
.custom-page-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.custom-page-toc {
  flex: 0 0 280px;
  position: sticky;
  top: 135px;
}

.custom-page-toc .toc-header {
  background-color: var(--blue);
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.custom-page-toc .toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.custom-page-toc .toc-list::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background-color: var(--blue);
}

.custom-page-toc .toc-item {
  position: relative;
  margin-bottom: 20px;
}

.custom-page-toc .toc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: var(--blue);
  border-radius: 50%;
  z-index: 1;
}

.custom-page-toc .toc-link {
  display: block;
  color: var(--blue);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  padding-left: 30px;
  transition: font-weight 0.3s ease;
}

.custom-page-toc .toc-link:hover {
  font-weight: 700;
}

.custom-page-content {
  flex: 1;
}

/* Custom Page White Box */
.custom-page-white-box {
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 577px;
  background-color: var(--white);
  border-radius: 0 20px 0 0;
  z-index: 10;
  padding: 45px 60px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.custom-page-white-box .white-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.custom-page-white-box .white-box-icon {
  flex-shrink: 0;
}

.custom-page-white-box .white-box-text {
  flex: 1;
}

.custom-page-white-box .white-box-text .text-line-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0 0 5px 0;
}

.custom-page-white-box .white-box-text .text-line-2 {
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0;
}

.archive-centers-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.archive-centers-featured-image {
  margin-bottom: 40px;
  position: relative;
  margin-top: -83px;
}

.archive-centers-featured-image .featured-image {
  width: 100%;
  height: 416px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

.archive-centers-overlay {
  position: absolute;
  top: 0;
  left: 138px;
  width: 524px;
  height: 301px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}

.archive-centers-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: var(--white);
  margin: 0 0 20px 0;
}

.archive-centers-overlay .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 0;
}

.archive-centers-white-box {
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 577px;
  background-color: var(--white);
  border-radius: 0 20px 0 0;
  z-index: 10;
  padding: 45px 60px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.archive-centers-white-box .white-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.archive-centers-white-box .white-box-icon {
  flex-shrink: 0;
}

.archive-centers-white-box .white-box-text {
  flex: 1;
}

.archive-centers-white-box .white-box-text .text-line-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0 0 5px 0;
}

.archive-centers-white-box .white-box-text .text-line-2 {
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0;
}

.archive-centers-breadcrumb {
  margin: 30px 0;
  font-size: 14px;
  line-height: 24px;
}

.archive-centers-breadcrumb .breadcrumb-link {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition-linear);
}

.archive-centers-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.archive-centers-breadcrumb .breadcrumb-current {
  font-weight: bold;
  color: var(--black);
}

.archive-centers-breadcrumb .breadcrumb-separator {
  color: var(--black);
  margin: 0 5px;
}

.archive-centers-children-nav {
  margin: 20px 0;
  overflow: hidden;
}

.archive-centers-children-nav .children-nav-wrapper {
  position: relative;
}

.archive-centers-children-nav .children-nav-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  user-select: none;
}

.archive-centers-children-nav .children-nav-container::-webkit-scrollbar {
  display: none;
}

.archive-centers-children-nav .children-nav-container.can-scroll {
  cursor: grab;
}

.archive-centers-children-nav .children-nav-container.can-scroll.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.archive-centers-children-nav .children-nav-container.can-scroll.dragging * {
  pointer-events: none;
}

.archive-centers-children-nav .children-nav-item {
  background-color: var(--white);
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 12px 16px;
  text-decoration: none;
  color: var(--black);
  font-size: 13px;
  line-height: 16px;
  white-space: normal;
  flex-shrink: 0;
  min-height: 40px;
  max-width: 200px;
  display: flex;
  align-items: center;
  transition: var(--transition-linear);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  word-wrap: break-word;
  hyphens: auto;
}

.archive-centers-children-nav .children-nav-item:hover {
  background-color: #f8f8f8;
  border-color: var(--blue);
}

.archive-centers-children-nav .children-nav-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: var(--blue);
}

.archive-centers-children-nav .children-nav-arrow:hover {
  opacity: 1;
  background: #f8f8f8;
  border-color: var(--blue);
}

.archive-centers-children-nav .children-nav-arrow:active {
  background: #e8e8e8;
  transform: translateY(-50%) scale(0.95);
}

.archive-centers-children-nav .children-nav-arrow.left {
  left: 2px;
}

.archive-centers-children-nav .children-nav-arrow.right {
  right: 2px;
}

.archive-centers-children-nav .children-nav-arrow svg {
  width: 16px;
  height: 16px;
}

.archive-centers-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.archive-centers-header-left {
  flex: 1;
}

.archive-centers-intro {
  margin-top: 40px;
}

.archive-centers-intro-title {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
  margin: 0 0 10px 0;
}

.archive-centers-intro-text {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.archive-centers-filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.archive-centers-department-filter {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.archive-centers-department-label {
  margin: 0;
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.archive-centers-department-form {
  margin: 0;
}

.archive-centers-department-select select {
  width: auto;
  min-width: 240px;
  padding: 12px 16px;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}

.archive-centers-department-select select:focus {
  outline: none;
  border-color: #000;
}

.archive-centers-filter {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.archive-centers-filter-label {
  margin: 0;
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.archive-centers-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.archive-centers-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 5px;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background-color: #0c115c;
  border: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.archive-centers-filter-button:hover {
  opacity: 0.9;
}

.archive-centers-filter-button.is-active {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.archive-centers-filter-button--all {
  background-color: #000000;
  color: #ffffff;
}

.archive-centers-page-title {
  color: #000;
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  margin: 0 0 10px 0;
}

.archive-centers-page-subtitle {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.archive-centers-list {
  margin-top: 50px;
}

.archive-centers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.archive-centers-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #f8f8f8;
  transition: transform 0.2s ease;
  min-height: 100%;
  overflow: hidden;
}

.archive-centers-card-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 50px;
  height: 78px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.archive-centers-card-type-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.archive-centers-card-type-icon-image {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.archive-centers-card-type-icon-text {
  font-size: 18px;
  font-weight: 700;
}

.archive-centers-card-type-label {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.archive-centers-card-body {
  display: flex;
  flex-direction: column;
  padding: 20px 16px;
  gap: 14px;
}

.archive-centers-card-body p {
  margin: 0;
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.archive-centers-contact-line {
  display: flex;
  align-items: center;
  gap: 5px;
}

.archive-centers-contact-line .contact-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
}

.archive-centers-contact-line .contact-icon svg {
  width: 100%;
  height: 100%;
}

.archive-centers-contact-line .contact-text {
  flex: 1;
}

.custom-pagination {
  margin-top: 50px;
}

.custom-pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 5px;
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-pagination .page-numbers:hover,
.custom-pagination .page-numbers.current {
  background-color: transparent !important;
  color: inherit !important;
  border-color: transparent !important;
}

.archive-centers-empty {
  text-align: center;
  font-size: 16px;
  color: #606060;
  padding: 60px 0;
}

/* Custom Page Breadcrumb */
.custom-page-breadcrumb {
  margin: 30px 0;
  font-size: 14px;
  line-height: 24px;
}

.custom-page-breadcrumb .breadcrumb-link {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition-linear);
}

.custom-page-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.custom-page-breadcrumb .breadcrumb-current {
  font-weight: bold;
  color: var(--black);
}

.custom-page-breadcrumb .breadcrumb-separator {
  color: var(--black);
  margin: 0 5px;
}

/* Custom Page Children Navigation */
.custom-page-children-nav {
  margin: 20px 0;
  overflow: hidden;
}

.custom-page-children-nav .children-nav-wrapper {
  position: relative;
}

.custom-page-children-nav .children-nav-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scroll-behavior: smooth;
  user-select: none; /* Prevent text selection during drag */
}

.custom-page-children-nav .children-nav-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Drag scroll states */
.custom-page-children-nav .children-nav-container.can-scroll {
  cursor: grab;
}

.custom-page-children-nav .children-nav-container.can-scroll.dragging {
  cursor: grabbing;
  scroll-behavior: auto; /* Disable smooth scroll during drag */
}

.custom-page-children-nav .children-nav-container.can-scroll.dragging * {
  pointer-events: none; /* Disable pointer events on children during drag */
}

.custom-page-children-nav .children-nav-item {
  background-color: var(--white);
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 12px 16px;
  text-decoration: none;
  color: var(--black);
  font-size: 13px;
  line-height: 16px;
  white-space: normal;
  flex-shrink: 0;
  min-height: 40px;
  max-width: 200px; /* Largeur maximale pour contrôler la taille */
  display: flex;
  align-items: center;
  transition: var(--transition-linear);
  user-select: none; /* Prevent text selection during drag */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  word-wrap: break-word; /* Force le retour à la ligne pour les mots longs */
  hyphens: auto; /* Césure automatique des mots */
}

.custom-page-children-nav .children-nav-item:hover {
  background-color: #f8f8f8;
  border-color: var(--blue);
}

/* Navigation arrows */
.custom-page-children-nav .children-nav-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: var(--blue);
}

.custom-page-children-nav .children-nav-arrow:hover {
  opacity: 1;
  background: #f8f8f8;
  border-color: var(--blue);
}

.custom-page-children-nav .children-nav-arrow:active {
  background: #e8e8e8;
  transform: translateY(-50%) scale(0.95);
}

.custom-page-children-nav .children-nav-arrow.left {
  left: 2px;
}

.custom-page-children-nav .children-nav-arrow.right {
  right: 2px;
}

.custom-page-children-nav .children-nav-arrow svg {
  width: 16px;
  height: 16px;
}

/* Hide mobile TOC elements on desktop */
.custom-page .mobile-toc-container {
  display: none;
}

/* ========================================
   PAGE-FAQ.PHP STYLES
   ======================================== */

/* FAQ Page Container */
.faq-page-template-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.faq-page-template-featured-image {
  margin-bottom: 40px;
  position: relative;
  margin-top: -83px;
}

.faq-page-template-featured-image .featured-image {
  width: 100%;
  height: 416px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

.faq-page-template-overlay {
  position: absolute;
  top: 0;
  left: 138px;
  width: 711px;
  height: 301px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}

.faq-page-template-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: var(--white);
  margin: 0 0 20px 0;
}

.faq-page-template-overlay .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 0;
}

.faq-page-template-content h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  color: var(--black);
  margin: 20px 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.faq-page-template-content h2 span {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px 28px;
  display: inline-block;
}

.faq-page-template-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0;
}

.faq-page-template-content blockquote {
  background-color: var(--red);
  border-radius: 20px;
  padding: 12px 15px;
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.faq-page-template-content h2:first-child {
  margin-top: 0;
}

.faq-page-template-content h2::after {
  content: "";
  width: 54px;
  height: 54px;
  background-color: var(--red);
  border-radius: 15px;
  flex-shrink: 0;
}

.faq-page-template-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}

/* Images alignleft and alignright in Gutenberg groups */
.faq-page-template-content .wp-block-group .alignleft,
.faq-page-template-content .wp-block-group .alignright {
  max-width: 25%;
}

/* Prevents the content following the group from moving up next to the image */
.faq-page-template-content .wp-block-group:has(.alignleft),
.faq-page-template-content .wp-block-group:has(.alignright) {
  overflow: hidden; /* Contains the floating image */
}

.faq-page-template-content .wp-block-group:has(.alignleft) + *,
.faq-page-template-content .wp-block-group:has(.alignright) + * {
  clear: both; /* Forces the following element to go under the image */
}

/* Fix bullets overlapping with floating images by moving them inside the list */
.faq-page-template-content .wp-block-group:has(.alignleft) ul {
  list-style-position: inside; /* Moves bullets inside the list so they respect padding */
}

.faq-page-template-content ul {
  list-style-type: disc;
  margin: 15px 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.faq-page-template-content li {
  margin: 5px 0;
  padding: 0;
}

.faq-page-template-content .is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin: 20px 0;
}

.faq-page-template-content figcaption {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
  text-align: center;
  font-style: italic;
}

.faq-page-template-content .wp-element-button {
  background-color: var(--red);
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: filter 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
}

.faq-page-template-content .wp-element-button:hover {
  filter: brightness(0.9);
}

/* Table of Contents Layout */
.faq-page-template-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.faq-page-template-toc {
  flex: 0 0 280px;
  position: sticky;
  top: 135px;
}

.faq-page-template-toc .toc-header {
  background-color: var(--blue);
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.faq-page-template-toc .toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.faq-page-template-toc .toc-list::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background-color: var(--blue);
}

.faq-page-template-toc .toc-item {
  position: relative;
  margin-bottom: 20px;
}

.faq-page-template-toc .toc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: var(--blue);
  border-radius: 50%;
  z-index: 1;
}

.faq-page-template-toc .toc-link {
  display: block;
  color: var(--blue);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  padding-left: 30px;
  transition: font-weight 0.3s ease;
}

.faq-page-template-toc .toc-link:hover {
  font-weight: 700;
}

.faq-page-template-content {
  flex: 1;
}

/* FAQ Page White Box */
.faq-page-template-white-box {
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 577px;
  background-color: var(--white);
  border-radius: 0 20px 0 0;
  z-index: 10;
  padding: 45px 60px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.faq-page-template-white-box .white-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.faq-page-template-white-box .white-box-icon {
  flex-shrink: 0;
}

.faq-page-template-white-box .white-box-text {
  flex: 1;
}

.faq-page-template-white-box .white-box-text .text-line-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0 0 5px 0;
}

.faq-page-template-white-box .white-box-text .text-line-2 {
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0;
}

/* FAQ Page Breadcrumb */
.faq-page-template-breadcrumb {
  margin: 30px 0;
  font-size: 14px;
  line-height: 24px;
}

.faq-page-template-breadcrumb .breadcrumb-link {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition-linear);
}

.faq-page-template-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.faq-page-template-breadcrumb .breadcrumb-current {
  font-weight: bold;
  color: var(--black);
}

.faq-page-template-breadcrumb .breadcrumb-separator {
  color: var(--black);
  margin: 0 5px;
}

/* Hide mobile TOC elements on desktop */
.faq-page-template .mobile-toc-container {
  display: none;
}

/* ========================================
   ARCHIVE-ACTUS.PHP STYLES
   ======================================== */

/* Archive Actus Container */
.archive-actus-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.archive-actus-featured-image {
  margin-bottom: 40px;
  position: relative;
  margin-top: -83px;
}

.archive-actus-featured-image .featured-image {
  width: 100%;
  height: 416px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

.archive-actus-overlay {
  position: absolute;
  top: 0;
  left: 138px;
  width: 524px;
  height: 301px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 20px 20px 0;
  box-sizing: border-box;
}

.archive-actus-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: var(--white);
  margin: 0 0 20px 0;
}

.archive-actus-overlay .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 0;
}

.archive-actus-content h2 {
  color: #000;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
}

.archive-actus-content h2 span {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px 28px;
  display: inline-block;
}

.archive-actus-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0;
}

.archive-actus-content blockquote {
  background-color: var(--red);
  border-radius: 20px;
  padding: 12px 15px;
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.archive-actus-content h2:first-child {
  margin-top: 0;
}

.archive-actus-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}

/* Images alignleft and alignright in Gutenberg groups */
.archive-actus-content .wp-block-group .alignleft,
.archive-actus-content .wp-block-group .alignright {
  max-width: 25%;
}

/* Prevents the content following the group from moving up next to the image */
.archive-actus-content .wp-block-group:has(.alignleft),
.archive-actus-content .wp-block-group:has(.alignright) {
  overflow: hidden; /* Contains the floating image */
}

.archive-actus-content .wp-block-group:has(.alignleft) + *,
.archive-actus-content .wp-block-group:has(.alignright) + * {
  clear: both; /* Forces the following element to go under the image */
}

/* Fix bullets overlapping with floating images by moving them inside the list */
.archive-actus-content .wp-block-group:has(.alignleft) ul {
  list-style-position: inside; /* Moves bullets inside the list so they respect padding */
}

.archive-actus-content ul {
  list-style-type: disc;
  margin: 15px 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.archive-actus-content li {
  margin: 5px 0;
  padding: 0;
}

.archive-actus-content .is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin: 20px 0;
}

.archive-actus-content figcaption {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
  text-align: center;
  font-style: italic;
}

.archive-actus-content .wp-element-button {
  background-color: var(--red);
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: filter 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
}

.archive-actus-content .wp-element-button:hover {
  filter: brightness(0.9);
}

/* Table of Contents Layout */
.archive-actus-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.archive-actus-toc {
  flex: 0 0 280px;
  position: sticky;
  top: 135px;
}

.archive-actus-toc .toc-header {
  background-color: var(--blue);
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.archive-actus-toc .toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.archive-actus-toc .toc-list::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background-color: var(--blue);
}

.archive-actus-toc .toc-item {
  position: relative;
  margin-bottom: 20px;
}

.archive-actus-toc .toc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: var(--blue);
  border-radius: 50%;
  z-index: 1;
}

.archive-actus-toc .toc-link {
  display: block;
  color: var(--blue);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  padding-left: 30px;
  transition: font-weight 0.3s ease;
}

.archive-actus-toc .toc-link:hover {
  font-weight: 700;
}

.archive-actus-content {
  flex: 1;
}

/* Archive Actus White Box */
.archive-actus-white-box {
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 577px;
  background-color: var(--white);
  border-radius: 0 20px 0 0;
  z-index: 10;
  padding: 45px 60px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.archive-actus-white-box .white-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.archive-actus-white-box .white-box-icon {
  flex-shrink: 0;
}

.archive-actus-white-box .white-box-text {
  flex: 1;
}

.archive-actus-white-box .white-box-text .text-line-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0 0 5px 0;
}

.archive-actus-white-box .white-box-text .text-line-2 {
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0;
}

/* Archive Actus Breadcrumb */
.archive-actus-breadcrumb {
  margin: 30px 0;
  font-size: 14px;
  line-height: 24px;
}

.archive-actus-breadcrumb .breadcrumb-link {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition-linear);
}

.archive-actus-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.archive-actus-breadcrumb .breadcrumb-current {
  font-weight: bold;
  color: var(--black);
}

.archive-actus-breadcrumb .breadcrumb-separator {
  color: var(--black);
  margin: 0 5px;
}

/* Hide mobile TOC elements on desktop */
.archive-actus-page .mobile-toc-container {
  display: none;
}

/* Archive Actus Articles Section */
.archive-actus-articles-section {
  margin-top: 50px;
}

.archive-actus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.archive-actus-item {
  background-color: var(--white);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.archive-actus-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.archive-actus-item-image {
  position: relative;
  overflow: hidden;
}

.archive-actus-item-image .article-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.archive-actus-item:hover .article-thumbnail {
  transform: scale(1.05);
}

.archive-actus-item-content {
  padding: 25px;
}

.archive-actus-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

.archive-actus-item-date {
  font-weight: 500;
}

.archive-actus-item-category {
  background-color: var(--blue);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.archive-actus-item-title {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.archive-actus-item-title a {
  color: var(--black);
  text-decoration: none;
  transition: color 0.3s ease;
}

.archive-actus-item-title a:hover {
  color: var(--blue);
}

.archive-actus-item-excerpt {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.archive-actus-item-link {
  display: inline-block;
  background-color: var(--red);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.archive-actus-item-link:hover {
  background-color: #d32f2f;
  transform: translateY(-2px);
}

.archive-centers-empty {
  text-align: center;
  font-size: 16px;
  color: #606060;
  padding: 60px 0;
}

/* ========================================
   SINGLE-ACTUS.PHP STYLES
   ======================================== */

/* Article Header Section */
.single-actus-article-header {
  margin-top: 30px;
  margin-bottom: 55px;
}

.single-actus-article-title {
  color: #000;
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  margin: 0 0 1px 0;
}

.single-actus-article-category {
  color: #000;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 10px 0;
}

.single-actus-article-meta {
  display: flex;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.single-actus-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.single-actus-meta-item .meta-label {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.single-actus-meta-item .meta-value {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.single-actus-ai-buttons {
  display: flex;
  gap: 15px;
}

.ai-summary-btn {
  display: flex;
  width: 200px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 7px;
  border: 1px solid #022781;
  background: #fff;
  cursor: pointer;
}

.ai-summary-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.ai-summary-text {
  color: #022781;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.audio-reading-btn {
  display: flex;
  width: 200px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 7px;
  border: 1px solid #fe330a;
  background: #fff;
  cursor: pointer;
}

.audio-reading-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.audio-reading-text {
  color: #fe330a;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

/* FAQ Block Styles */
.faq-block {
  margin: 50px 0 0 0;
  padding: 40px 0 0 0;
}

.faq-block-wrapper {
  width: 100%;
  border-radius: 20px;
  background: #e5e5e5;
  padding: 60px;
}

.faq-block-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 42px;
}

.faq-block-header-content {
  flex: 1;
}

.faq-block-title {
  color: #000;
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  margin: 0 0 17px 0;
}

.faq-block-description {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.faq-block-button {
  flex-shrink: 0;
  margin-left: 40px;
}

.faq-block-button-mobile {
  display: none;
}

.faq-page-link {
  display: flex;
  padding: 21px 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #eee;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.faq-page-link:hover {
  background: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-page-template-link {
  display: flex;
  padding: 21px 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #eee;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.faq-page-template-link:hover {
  background: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-block-questions {
  display: flex;
  gap: 42px;
}

.faq-block-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.faq-block-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-block-question {
  display: flex;
  width: 100%;
  padding: 30px;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question-text {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  flex: 1;
  margin-right: 20px;
}

.faq-block-toggle {
  width: 14px;
  height: 23px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-block-toggle svg {
  width: 14px;
  height: 23px;
  transition: transform 0.3s ease;
}

.faq-block-item.open .faq-block-toggle {
  transform: rotate(90deg);
}

.faq-block-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
  cursor: pointer;
}

.faq-block-item.open .faq-block-answer {
  max-height: 500px;
}

.faq-block-answer-content {
  padding: 0 30px 30px 30px;
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.faq-block-answer-content p {
  margin: 0 0 15px 0;
}

.faq-block-answer-content p:last-child {
  margin-bottom: 0;
}

/* FAQ Page Template Block Styles */
.faq-page-template-block {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-page-template-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #cacaca;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-page-template-question {
  display: flex;
  width: 100%;
  padding: 30px;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-page-template-question-text {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  flex: 1;
  margin-right: 20px;
}

.faq-page-template-toggle {
  width: 14px;
  height: 23px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-page-template-toggle svg {
  width: 14px;
  height: 23px;
  transition: transform 0.3s ease;
}

.faq-page-template-item.open .faq-page-template-toggle {
  transform: rotate(90deg);
}

.faq-page-template-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  background: #fff;
  cursor: pointer;
}

.faq-page-template-answer-content {
  padding: 0 30px 30px 30px;
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.faq-page-template-answer-content > *:first-child {
  margin: 0;
}

.faq-page-template-answer-content > *:not(:first-child) {
  margin: 15px 0 0 0;
}

.faq-page-template-answer-content img.aligncenter,
.faq-page-template-answer-content a img.aligncenter,
.faq-page-template-answer-content p img.aligncenter,
.faq-page-template-answer-content p a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.faq-page-template-answer-content a:has(img.aligncenter),
.faq-page-template-answer-content p a:has(img.aligncenter) {
  display: block !important;
  text-align: center;
}

.faq-page-template-answer-content a.aligncenter,
.faq-page-template-answer-content p a.aligncenter {
  display: block !important;
  text-align: center;
}

.faq-page-template-answer-content figcaption {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.faq-page-template-answer-content figure {
  max-width: 100%;
}

.faq-page-template-answer-content figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Content Separator Line */
.single-actus-content-separator {
  height: 1px;
  width: 100%;
  background-color: #cacaca;
  margin-bottom: 25px;
}

/* Single Actus Container */
.single-actus-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.single-actus-featured-image {
  margin-bottom: 40px;
  position: relative;
  margin-top: -83px;
}

.single-actus-featured-image .featured-image {
  width: 100%;
  height: 416px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

.single-actus-content h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  color: var(--black);
  margin: 20px 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.single-actus-content h2 span {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px 28px;
  display: inline-block;
}

.single-actus-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0;
}

.single-actus-content blockquote {
  background-color: var(--red);
  border-radius: 20px;
  padding: 12px 15px;
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.single-actus-content h2:first-child {
  margin-top: 0;
}

.single-actus-content h2::after {
  content: "";
  width: 54px;
  height: 54px;
  background-color: var(--red);
  border-radius: 15px;
  flex-shrink: 0;
}

.single-actus-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}

/* Images alignleft and alignright in Gutenberg groups */
.single-actus-content .wp-block-group .alignleft,
.single-actus-content .wp-block-group .alignright {
  max-width: 25%;
}

/* Prevents the content following the group from moving up next to the image */
.single-actus-content .wp-block-group:has(.alignleft),
.single-actus-content .wp-block-group:has(.alignright) {
  overflow: hidden; /* Contains the floating image */
}

.single-actus-content .wp-block-group:has(.alignleft) + *,
.single-actus-content .wp-block-group:has(.alignright) + * {
  clear: both; /* Forces the following element to go under the image */
}

/* Fix bullets overlapping with floating images by moving them inside the list */
.single-actus-content .wp-block-group:has(.alignleft) ul {
  list-style-position: inside; /* Moves bullets inside the list so they respect padding */
}

.single-actus-content ul {
  list-style-type: disc;
  margin: 15px 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.single-actus-content li {
  margin: 5px 0;
  padding: 0;
}

.single-actus-content .is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin: 20px 0;
}

.single-actus-content figcaption {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
  text-align: center;
  font-style: italic;
}

.single-actus-content .wp-element-button {
  background-color: var(--red);
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: filter 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
}

.single-actus-content .wp-element-button:hover {
  filter: brightness(0.9);
}

/* Table of Contents Layout */
.single-actus-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.single-actus-toc {
  flex: 0 0 280px;
  position: sticky;
  top: 135px;
}

.single-actus-toc .toc-header {
  background-color: var(--blue);
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.single-actus-toc .toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.single-actus-toc .toc-list::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background-color: var(--blue);
}

.single-actus-toc .toc-item {
  position: relative;
  margin-bottom: 20px;
}

.single-actus-toc .toc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: var(--blue);
  border-radius: 50%;
  z-index: 1;
}

.single-actus-toc .toc-link {
  display: block;
  color: var(--blue);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  padding-left: 30px;
  transition: font-weight 0.3s ease;
}

.single-actus-toc .toc-link:hover {
  font-weight: 700;
}

.single-actus-content {
  flex: 1;
}

/* Single Actus White Box */
.single-actus-white-box {
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 577px;
  background-color: var(--white);
  border-radius: 0 20px 0 0;
  z-index: 10;
  padding: 45px 60px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.single-actus-white-box .white-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.single-actus-white-box .white-box-icon {
  flex-shrink: 0;
}

.single-actus-white-box .white-box-text {
  flex: 1;
}

.single-actus-white-box .white-box-text .text-line-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0 0 5px 0;
}

.single-actus-white-box .white-box-text .text-line-2 {
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0;
}

/* Single Actus Breadcrumb */
.single-actus-breadcrumb {
  margin: 30px 0;
  font-size: 14px;
  line-height: 24px;
}

.single-actus-breadcrumb .breadcrumb-link {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition-linear);
}

.single-actus-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.single-actus-breadcrumb .breadcrumb-current {
  font-weight: bold;
  color: var(--black);
}

.single-actus-breadcrumb .breadcrumb-separator {
  color: var(--black);
  margin: 0 5px;
}

/* Single Actus Children Navigation */
.single-actus-children-nav {
  margin: 20px 0;
  overflow: hidden;
}

.single-actus-children-nav .children-nav-wrapper {
  position: relative;
}

.single-actus-children-nav .children-nav-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scroll-behavior: smooth;
  user-select: none; /* Prevent text selection during drag */
}

.single-actus-children-nav .children-nav-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Drag scroll states */
.single-actus-children-nav .children-nav-container.can-scroll {
  cursor: grab;
}

.single-actus-children-nav .children-nav-container.can-scroll.dragging {
  cursor: grabbing;
  scroll-behavior: auto; /* Disable smooth scroll during drag */
}

.single-actus-children-nav .children-nav-container.can-scroll.dragging * {
  pointer-events: none; /* Disable pointer events on children during drag */
}

.single-actus-children-nav .children-nav-item {
  background-color: var(--white);
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 12px 16px;
  text-decoration: none;
  color: var(--black);
  font-size: 13px;
  line-height: 16px;
  white-space: normal;
  flex-shrink: 0;
  min-height: 40px;
  max-width: 200px; /* Largeur maximale pour contrôler la taille */
  display: flex;
  align-items: center;
  transition: var(--transition-linear);
  user-select: none; /* Prevent text selection during drag */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  word-wrap: break-word; /* Force le retour à la ligne pour les mots longs */
  hyphens: auto; /* Césure automatique des mots */
}

.single-actus-children-nav .children-nav-item:hover {
  background-color: #f8f8f8;
  border-color: var(--blue);
}

/* Navigation arrows */
.single-actus-children-nav .children-nav-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: var(--blue);
}

.single-actus-children-nav .children-nav-arrow:hover {
  opacity: 1;
  background: #f8f8f8;
  border-color: var(--blue);
}

.single-actus-children-nav .children-nav-arrow:active {
  background: #e8e8e8;
  transform: translateY(-50%) scale(0.95);
}

.single-actus-children-nav .children-nav-arrow.left {
  left: 2px;
}

.single-actus-children-nav .children-nav-arrow.right {
  right: 2px;
}

.single-actus-children-nav .children-nav-arrow svg {
  width: 16px;
  height: 16px;
}

/* Hide mobile TOC elements on desktop */
.single-actus-page .mobile-toc-container {
  display: none;
}

/* Single Actus Share Button */
.single-actus-share-button {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
}

.single-actus-share-button .share-btn {
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 7px;
  background: #022781;
  border: none;
  cursor: pointer;
}

.single-actus-share-button .share-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.single-actus-share-button .share-text {
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

/* Single Actus Actualités Button */
.single-actus-actualites-button {
  margin-top: 44px;
  display: flex;
  justify-content: flex-start;
}

.single-actus-actualites-button .actualites-btn {
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 7px;
  background: #606060;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.single-actus-actualites-button .actualites-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.single-actus-actualites-button .actualites-text {
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

/* Single Actus Similar Articles */
.single-actus-similar-articles {
  margin-top: 50px;
}

.similar-articles-title {
  color: #000;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
  margin: 0 0 40px 0;
  text-align: center;
}

.similar-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.similar-article-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.similar-article-item:hover {
  transform: translateY(-5px);
}

.similar-article-image {
  margin-bottom: 20px;
}

.similar-article-image .article-thumbnail {
  width: 100%;
  height: 186px;
  object-fit: cover;
  border-radius: 10px;
}

.similar-article-image .article-thumbnail-placeholder {
  width: 100%;
  height: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.similar-article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 15px;
}

.similar-article-category {
  color: #000;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.similar-article-date {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.similar-article-title {
  color: #000;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.similar-article-excerpt {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Archive Actus Content Styles */
.archive-actus-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 58px;
}

.archive-actus-header-left {
  flex: 1;
}

.archive-actus-page-title {
  color: #000;
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  margin: 0 0 10px 0;
}

.archive-actus-page-subtitle {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.archive-actus-header-right {
  flex-shrink: 0;
}

.archive-actus-category-select select {
  display: flex;
  padding: 21px 75px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #eee;
  background: #fff;
  color: #000;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
}

.archive-actus-category-select select option {
  background: #fff;
  color: #1e1e1e;
  padding: 8px 12px;
}

.archive-actus-articles {
  border-bottom: 1px solid #cacaca;
}

.archive-actus-article-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.archive-actus-article-link:hover {
  text-decoration: none;
  color: inherit;
}

.archive-actus-article {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #cacaca;
  cursor: pointer;
  transition: background-color 0.2s ease;
  min-width: 0; /* Permet au contenu de se rétrécir */
}

.archive-actus-article:hover {
  background-color: #f8f8f8;
}

.archive-actus-article:first-child {
  border-top: 1px solid #cacaca;
}

.archive-actus-article-image {
  flex-shrink: 0;
  width: 330px;
  height: 186px;
  border-radius: 10px;
  overflow: hidden;
}

.archive-actus-article-image .article-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-actus-article-image .article-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-family: Raleway;
}

.archive-actus-article-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0; /* Permet au contenu de se rétrécir */
}

.archive-actus-article-meta {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 15px;
}

.article-category {
  color: #000;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.article-date {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.archive-actus-article-title {
  margin: 0 0 15px 0;
  color: #000;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
  text-decoration: none;
}

.archive-actus-article-excerpt {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-pagination {
  text-align: center;
  padding-top: 24px;
}

.pagination-todo {
  color: #666;
  font-family: Raleway;
  font-size: 14px;
  font-style: italic;
}

/* Pagination Container */
.custom-pagination ul.page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 12px 20px;
  background: white;
  border: none;
  border-radius: 8px;
  font-family: Raleway;
  font-size: 14px;
}

.custom-pagination ul.page-numbers:hover {
  background: white !important;
}

/* Override WordPress default pagination styles that conflict */
.custom-pagination .page-numbers:hover,
.custom-pagination .page-numbers.current {
  background-color: transparent !important;
  color: inherit !important;
  border-color: transparent !important;
}

.custom-pagination ul.page-numbers li {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.custom-pagination ul.page-numbers a,
.custom-pagination ul.page-numbers span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 6px;
  transition: all 0.2s ease;
  background: transparent;
  border: none;
}

/* Page active */
.custom-pagination ul.page-numbers .current {
  background-color: #1e40af !important;
  color: white !important;
  font-weight: 600;
  border-radius: 6px;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
}

/* Pages inactives */
.custom-pagination ul.page-numbers a {
  color: #1e1e1e !important;
  background: transparent !important;
}

.custom-pagination ul.page-numbers a:hover {
  background-color: #f3f4f6 !important;
  color: #1e1e1e !important;
}

/* Précédent/Suivant */
.custom-pagination ul.page-numbers .prev,
.custom-pagination ul.page-numbers .next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  background: transparent;
  border: none;
  white-space: nowrap;
  width: unset;
  height: unset;
}

.custom-pagination ul.page-numbers .prev {
  color: #1e1e1e;
}

.custom-pagination ul.page-numbers .next {
  color: #1e1e1e !important;
}

.custom-pagination ul.page-numbers .next:hover {
  background-color: #f3f4f6 !important;
  color: #1e1e1e !important;
}

/* Dots */
.custom-pagination ul.page-numbers .dots {
  color: #1e1e1e;
  padding: 8px 4px;
  background: transparent;
}

.archive-job-offers-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.archive-job-offers-featured-image {
  margin-bottom: 40px;
  position: relative;
  margin-top: -83px;
}

.archive-job-offers-featured-image .featured-image {
  width: 100%;
  height: 416px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

.archive-job-offers-overlay {
  position: absolute;
  top: 0;
  left: 138px;
  width: 524px;
  height: 301px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}

.archive-job-offers-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: var(--white);
  margin: 0 0 20px 0;
}

.archive-job-offers-overlay .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 0;
}

.archive-job-offers-white-box {
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 577px;
  background-color: var(--white);
  border-radius: 0 20px 0 0;
  z-index: 10;
  padding: 45px 60px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.archive-job-offers-white-box .white-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.archive-job-offers-white-box .white-box-icon {
  flex-shrink: 0;
}

.archive-job-offers-white-box .white-box-text {
  flex: 1;
}

.archive-job-offers-white-box .white-box-text .text-line-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0 0 5px 0;
}

.archive-job-offers-white-box .white-box-text .text-line-2 {
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0;
}

.archive-job-offers-breadcrumb {
  margin: 30px 0;
  font-size: 14px;
  line-height: 24px;
}

.archive-job-offers-breadcrumb .breadcrumb-link {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition-linear);
}

.archive-job-offers-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.archive-job-offers-breadcrumb .breadcrumb-current {
  font-weight: bold;
  color: var(--black);
}

.archive-job-offers-breadcrumb .breadcrumb-separator {
  color: var(--black);
  margin: 0 5px;
}

.archive-job-offers-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 58px;
  gap: 40px;
}

.archive-job-offers-header-left {
  flex: 1;
}

.archive-job-offers-page-title {
  color: #000;
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  margin: 0 0 10px 0;
}

.archive-job-offers-page-subtitle {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.archive-job-offers-header-right {
  flex-shrink: 0;
}

.archive-job-offers-category-select select {
  display: flex;
  padding: 21px 75px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #eee;
  background: #fff;
  color: #000;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
}

.archive-job-offers-category-select select option {
  background: #fff;
  color: #1e1e1e;
  padding: 8px 12px;
}

.archive-job-offers-list {
  margin-top: 50px;
}

.archive-job-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.archive-job-offers-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 73px 47px 19px 47px;
  border-radius: 15px;
  border: 1px solid #eee;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
  text-decoration: none;
  min-height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.archive-job-offers-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.archive-job-offers-card-badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 47px;
  border-radius: 12px 0 16px 0;
  background: #fff;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 800;
  line-height: 18.4px;
  text-transform: uppercase;
}

.archive-job-offers-card-title {
  margin: 0;
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.archive-job-offers-card-duration {
  margin: 8px 0 0 0;
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  line-height: 130%;
}

.archive-job-offers-card-info {
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  margin-top: 30px;
  align-self: center;
  width: auto;
}

.archive-job-offers-card-info-icon {
  display: inline-flex;
  width: 15px;
  height: 15px;
}

.archive-job-offers-card-info-icon svg {
  width: 100%;
  height: 100%;
}

.archive-job-offers-card-info-text {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
}

.archive-job-offers-card-date {
  margin: 30px 0 0 0;
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.archive-job-offers-card-footer {
  margin-top: auto;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.archive-job-offers-card-cta {
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 200px;
  padding: 8px 32px 8px 48px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.archive-job-offers-card-cta-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.archive-job-offers-card-cta-label {
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
}

.archive-job-offers-empty {
  text-align: center;
  font-size: 16px;
  color: #606060;
  padding: 60px 0;
}

/* Archive Essais Thérapeutiques */
.page-essais-therapeutiques-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-essais-therapeutiques-featured-image {
  margin-bottom: 40px;
  position: relative;
  margin-top: -83px;
}

.page-essais-therapeutiques-featured-image .featured-image {
  width: 100%;
  height: 416px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

.page-essais-therapeutiques-overlay {
  position: absolute;
  top: 0;
  left: 138px;
  width: 524px;
  height: 301px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}

.page-essais-therapeutiques-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: var(--white);
  margin: 0 0 20px 0;
}

.page-essais-therapeutiques-overlay .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 0;
}

.page-essais-therapeutiques-white-box {
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 577px;
  background-color: var(--white);
  border-radius: 0 20px 0 0;
  z-index: 10;
  padding: 45px 60px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.page-essais-therapeutiques-white-box .white-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.page-essais-therapeutiques-white-box .white-box-icon {
  flex-shrink: 0;
}

.page-essais-therapeutiques-white-box .white-box-text {
  flex: 1;
}

.page-essais-therapeutiques-white-box .white-box-text .text-line-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0 0 5px 0;
}

.page-essais-therapeutiques-white-box .white-box-text .text-line-2 {
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0;
}

.page-essais-therapeutiques-breadcrumb {
  margin: 30px 0;
  font-size: 14px;
  line-height: 24px;
}

.page-essais-therapeutiques-breadcrumb .breadcrumb-link {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition-linear);
}

.page-essais-therapeutiques-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.page-essais-therapeutiques-breadcrumb .breadcrumb-current {
  font-weight: bold;
  color: var(--black);
}

.page-essais-therapeutiques-breadcrumb .breadcrumb-separator {
  color: var(--black);
  margin: 0 5px;
}

.page-essais-therapeutiques-list {
  margin-top: 50px;
}

.page-essais-therapeutiques-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.page-essais-therapeutiques-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 82px 20px 34px 20px;
  border-radius: 15px;
  border: 1px solid #eee;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
  min-height: 100%;
  text-decoration: none;
  color: inherit;
}

.page-essais-therapeutiques-card--interventionel {
  background: linear-gradient(
    315deg,
    #2055d8 0%,
    #2e61dd 12.75%,
    #3d6de1 33.19%,
    #5a84eb 57.31%,
    #94b3ff 100%
  );
}

.page-essais-therapeutiques-card--observationnel {
  background: linear-gradient(
    315deg,
    #ff7255 0%,
    #ff997c 31.23%,
    #ffb495 57.6%,
    #ffd5b5 78.84%,
    #ffe6c5 90.63%,
    #fff6d5 100%
  );
}

.page-essais-therapeutiques-card--no-link {
  cursor: default;
  pointer-events: none;
}

.page-essais-therapeutiques-card--no-link:hover {
  cursor: default;
}

.page-essais-therapeutiques-card-categorie-badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px 16px 20px;
  border-radius: 14px 0 16px 0;
  background: #fff;
  color: #505050;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 18.4px;
}

.page-essais-therapeutiques-card-phase-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 14px 16px 14px;
  border-radius: 0 15px;
  background: #022781;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.4px;
}

.page-essais-therapeutiques-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.page-essais-therapeutiques-card-description {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}

.page-essais-therapeutiques-card-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 32px;
  max-height: 130px;
  overflow: hidden;
}

.page-essais-therapeutiques-card-tag {
  padding: 10px;
  border-radius: 5px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.page-essais-therapeutiques-card-tag--regular {
  background: #ffffff;
  color: #000000;
}

.page-essais-therapeutiques-card-tag--lieu {
  background: #000000;
  color: #ffffff;
}

.page-essais-therapeutiques-empty {
  text-align: center;
  font-size: 16px;
  color: #606060;
  padding: 60px 0;
}

/* Single Jobs Container */
.single-jobs-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.single-jobs-featured-image {
  margin-bottom: 40px;
  position: relative;
  margin-top: -83px;
  width: 100%;
  height: 416px;
  border-radius: 20px;
  background-color: #022781;
}

.single-jobs-featured-image .featured-image {
  width: 100%;
  height: 416px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

.single-jobs-overlay {
  position: absolute;
  top: 0;
  left: 138px;
  width: 550px;
  height: 301px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 20px 20px 0;
  box-sizing: border-box;
}

.single-jobs-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: var(--white);
  margin: 0 0 20px 0;
}

.single-jobs-overlay .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 0;
}

.single-jobs-content h2:not(:first-child) {
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.single-jobs-content h2:first-child {
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.single-jobs-content h2 span {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px 28px;
  display: inline-block;
}

.single-jobs-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0;
}

.single-jobs-content blockquote {
  background-color: var(--red);
  border-radius: 20px;
  padding: 12px 15px;
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.single-jobs-content h2::after {
  content: "";
  width: 54px;
  height: 54px;
  background-color: var(--red);
  border-radius: 15px;
  flex-shrink: 0;
}

.single-jobs-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}

/* Images alignleft and alignright in Gutenberg groups */
.single-jobs-content .wp-block-group .alignleft,
.single-jobs-content .wp-block-group .alignright {
  max-width: 25%;
}

/* Prevents the content following the group from moving up next to the image */
.single-jobs-content .wp-block-group:has(.alignleft),
.single-jobs-content .wp-block-group:has(.alignright) {
  overflow: hidden; /* Contains the floating image */
}

.single-jobs-content .wp-block-group:has(.alignleft) + *,
.single-jobs-content .wp-block-group:has(.alignright) + * {
  clear: both; /* Forces the following element to go under the image */
}

/* Fix bullets overlapping with floating images by moving them inside the list */
.single-jobs-content .wp-block-group:has(.alignleft) ul {
  list-style-position: inside; /* Moves bullets inside the list so they respect padding */
}

.single-jobs-content ul {
  list-style-type: disc;
  margin: 15px 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.single-jobs-content li {
  margin: 5px 0;
  padding: 0;
}

.single-jobs-content .is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin: 20px 0;
}

.single-jobs-content figcaption {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
  text-align: center;
  font-style: italic;
}

.single-jobs-content .wp-element-button {
  background-color: var(--red);
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: filter 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
}

.single-jobs-content .wp-element-button:hover {
  filter: brightness(0.9);
}

/* Table of Contents Layout */
.single-jobs-layout {
  margin-top: 50px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.single-jobs-toc {
  flex: 0 0 280px;
  position: sticky;
  top: 135px;
}

.single-jobs-toc .toc-header {
  background-color: var(--blue);
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.single-jobs-toc .toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.single-jobs-toc .toc-list::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background-color: var(--blue);
}

.single-jobs-toc .toc-item {
  position: relative;
  margin-bottom: 20px;
}

.single-jobs-toc .toc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: var(--blue);
  border-radius: 50%;
  z-index: 1;
}

.single-jobs-toc .toc-link {
  display: block;
  color: var(--blue);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  padding-left: 30px;
  transition: font-weight 0.3s ease;
}

.single-jobs-toc .toc-link:hover {
  font-weight: 700;
}

.single-jobs-content {
  flex: 1;
}

/* Single Jobs White Box */
.single-jobs-white-box {
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 577px;
  background-color: var(--white);
  border-radius: 0 20px 0 0;
  z-index: 10;
  padding: 45px 60px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.single-jobs-white-box .white-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.single-jobs-white-box .white-box-icon {
  flex-shrink: 0;
}

.single-jobs-white-box .white-box-text {
  flex: 1;
}

.single-jobs-white-box .white-box-text .text-line-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0 0 5px 0;
}

.single-jobs-white-box .white-box-text .text-line-2 {
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin: 0;
}

/* Single Jobs Breadcrumb */
.single-jobs-breadcrumb {
  margin: 30px 0;
  font-size: 14px;
  line-height: 24px;
}

.single-jobs-breadcrumb .breadcrumb-link {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition-linear);
}

.single-jobs-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.single-jobs-breadcrumb .breadcrumb-current {
  font-weight: bold;
  color: var(--black);
}

.single-jobs-breadcrumb .breadcrumb-separator {
  color: var(--black);
  margin: 0 5px;
}

/* Single Jobs Children Navigation */
.single-jobs-children-nav {
  margin: 20px 0;
  overflow: hidden;
}

.single-jobs-children-nav .children-nav-wrapper {
  position: relative;
}

.single-jobs-children-nav .children-nav-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scroll-behavior: smooth;
  user-select: none; /* Prevent text selection during drag */
}

.single-jobs-children-nav .children-nav-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Drag scroll states */
.single-jobs-children-nav .children-nav-container.can-scroll {
  cursor: grab;
}

.single-jobs-children-nav .children-nav-container.can-scroll.dragging {
  cursor: grabbing;
  scroll-behavior: auto; /* Disable smooth scroll during drag */
}

.single-jobs-children-nav .children-nav-container.can-scroll.dragging * {
  pointer-events: none; /* Disable pointer events on children during drag */
}

.single-jobs-children-nav .children-nav-item {
  background-color: var(--white);
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 12px 16px;
  text-decoration: none;
  color: var(--black);
  font-size: 13px;
  line-height: 16px;
  white-space: normal;
  flex-shrink: 0;
  min-height: 40px;
  max-width: 200px; /* Largeur maximale pour contrôler la taille */
  display: flex;
  align-items: center;
  transition: var(--transition-linear);
  user-select: none; /* Prevent text selection during drag */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  word-wrap: break-word; /* Force le retour à la ligne pour les mots longs */
  hyphens: auto; /* Césure automatique des mots */
}

.single-jobs-children-nav .children-nav-item:hover {
  background-color: #f8f8f8;
  border-color: var(--blue);
}

/* Navigation arrows */
.single-jobs-children-nav .children-nav-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: var(--blue);
}

.single-jobs-children-nav .children-nav-arrow:hover {
  opacity: 1;
  background: #f8f8f8;
  border-color: var(--blue);
}

.single-jobs-children-nav .children-nav-arrow:active {
  background: #e8e8e8;
  transform: translateY(-50%) scale(0.95);
}

.single-jobs-children-nav .children-nav-arrow.left {
  left: 2px;
}

.single-jobs-children-nav .children-nav-arrow.right {
  right: 2px;
}

.single-jobs-children-nav .children-nav-arrow svg {
  width: 16px;
  height: 16px;
}

/* Hide mobile TOC elements on desktop */
.single-jobs-page .mobile-toc-container {
  display: none;
}

/* ============================================
   ERROR 404 PAGE STYLES
   ============================================ */

.error404-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.error404-main-block {
  margin-bottom: 40px;
  position: relative;
  margin-top: -83px;
  width: 100%;
  min-height: 493px;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background-color: #0c115c;
}

.error404-left-section {
  width: 472px;
  flex-shrink: 0;
  background: #0c115c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.error404-content {
  width: 100%;
  text-align: center;
}

.error404-title {
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px; /* 110% */
  margin: 0;
}

.error404-text {
  margin-top: 8px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.error404-text p {
  color: #fff;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 0 0 8px 0;
}

.error404-text p:last-child {
  margin-bottom: 0;
}

.error404-highlight {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  background: #ffcd14;
  color: #0c115c;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.error404-buttons {
  margin-top: 36px;
  width: 100%;
  display: flex;
  gap: 16px;
}

.error404-button-home {
  padding: 15px 20px;
  border-radius: 7px;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  text-decoration: none;
  flex: 1;
  transition: opacity 0.3s ease;
}

.error404-button-home:hover {
  opacity: 0.9;
}

.error404-button-donation {
  padding: 15px 20px;
  border-radius: 7px;
  background: #ffcd14;
  color: #000;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  transition: opacity 0.3s ease;
}

.error404-button-donation:hover {
  opacity: 0.9;
}

.error404-donation-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.error404-donation-text {
  display: inline-block;
}

.error404-right-section {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  max-height: 493px;
  height: 100%;
  align-items: stretch;
}

.error404-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 493px;
  flex: 1;
}

.error404-image {
  width: 100%;
  height: 100%;
  max-height: 493px;
  object-fit: cover;
  object-position: top center;
}

.error404-campaign-link {
  position: absolute;
  right: 15px;
  bottom: 0;
  border-radius: 20px 0 0 0;
  background: #fff;
  padding: 20px 30px;
  color: #000;
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline-block;
}

/* Mobile-only CTA under the main block (hidden on desktop) */
.error404-mobile-cta {
  display: none;
  text-align: left;
}

.error404-mobile-message {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 0;
}

.error404-mobile-campaign-button {
  padding: 19px 29px;
  border-radius: 10px;
  background: #0c115c;
  color: #fff;
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 123.077% */
  display: inline-block;
  text-decoration: none;
}
