@media (max-width: 1640px) {
  .arslaMain section div.container {
    max-width: 1250px;
    padding: 0;
  }
  section.mainHero {
    height: 689px;
    margin-top: -90px;
    position: relative;
    display: block;
    margin-bottom: 120px;
  }
  main section.heroPage {
    height: 689px;
    margin-top: 8px;
    position: relative;
    display: block;
  }
  main {
    /* overflow: hidden; */
  }
  .p-139 {
    margin-left: auto;
    margin-right: auto;
  }
  .mainHero .container,
  header .container {
    max-width: 1250px;
    padding: 0;
  }
  .people-widget .container:after {
    width: 100%;
    left: 0;
  }
  .mainHero {
    height: 800px;
    margin-top: -90px;
    position: relative;
    display: block;
    margin-bottom: 120px;
  }
}

@media (max-width: 1420px) {
  section .container {
    max-width: 1140px;
  }
  main section .container {
    max-width: 1140px;
  }
  main section.mainHero {
    height: 689px;
    margin-top: -85px;
    position: relative;
    display: block;
    margin-bottom: 120px;
  }
  main section.heroPage .container {
    max-width: 1140px;
  }
  main section.heroPage {
    margin-top: 18px;
  }
  .mainHero .container,
  header .container,
  .about-widget .container {
    max-width: 1140px;
    padding: 0;
  }
  .mainHero .row:after {
  }
  .mainHero .row:after {
    width: 482px;
    height: 375px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .mainHero_title h1 {
    font-size: 50px;
    line-height: 56px;
  }
  a.card-button {
    width: auto;
  }
  .about-statistics {
    padding: 90px;
    background-color: #fff;
    border-radius: 24px;
    margin-top: 45px !important;
  }
  .fixedPos .arslaHeader_deco svg {
    width: 100%;
    height: auto;
  }
  .mainHero {
    height: 800px;
    margin-top: -83px;
    position: relative;
    display: block;
    margin-bottom: 120px;
  }
}

@media (max-width: 1200px) {
  .widgetArea {
    display: none;
  }
  .project_rowTop .col-md-7 {
    width: 100%;
  }
  .people-widget .container:after {
    display: none;
  }
  .services_row .col-md-8 {
    width: 100%;
  }
}

@media (max-width: 1124px) {
  .arslaHeader.staticPos {
    display: none !important;
  }
  header.arslaHeader.fixedPos {
    display: block;
    top: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
    z-index: 99999999;
  }
  .arslaHeader_deco {
    display: none;
  }
  .arslaHeader_search-button {
    display: none;
  }
  .header-menu-section {
    display: none;
  }
  .arslaHeader_deco-button {
    padding: 4px 8px;
  }
  .arslaHeader_deco-button .deco-text {
    font-size: 13px;
    line-height: 16px;
  }
  .arslaHeader_deco-button .deco-icon {
    width: 20px;
    margin-right: 7px;
  }
  .custom-page-featured-image,
  .faq-page-template-featured-image,
  .single-actus-featured-image,
  .single-jobs-featured-image,
  .archive-actus-featured-image,
  .archive-centers-featured-image,
  .archive-job-offers-featured-image,
  .page-essais-therapeutiques-featured-image {
    margin-top: 0;
  }

  .error404-main-block {
    margin-top: 50px;
  }
  .mobileMenu.arslaHeader_primMenu {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: -100vh;
    left: 0;
    background-color: #fff;
  }
  .mobileToggler {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 14px;
    transition: var(--transition-linear);
  }
  .mobileToggler span {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 4px;
    background-color: #000;
    margin: 4px 0px;
    transition: var(--transition-linear);
  }
  .mobileToggler span:nth-child(2) {
    width: 35px;
  }

  .mobileToggler span:nth-child(3) {
    width: 40px;
  }

  .mobileToggler.active span:nth-child(1) {
    transform: rotate(45deg) translateX(9px) translateY(6px);
  }
  .mobileToggler.active span:nth-child(2) {
    transform: translateX(20px);
    opacity: 0;
  }
  .mobileToggler.active span:nth-child(3) {
    transform: rotate(-45deg) translateX(11px) translateY(-8px);
  }

  .mobileToggler.active span {
    width: 100%;
  }
  .fixedPos_inner {
    height: 80px;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    top: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
  }
  .fixedPos .arslaHeader_logo {
    padding-left: 0;
    width: auto;
    /* flex-shrink: unset !important; */
    margin-top: 0;
  }
  .fixedPos .fixedPos_inner {
    height: 70px;
  }
  .donationCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .donationCont_submit {
    margin-top: 30px !important;
  }
  .donation-links {
    margin-top: 40px !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .donation-links li {
    margin: 7px !important;
  }
  .donation-widget {
    margin-top: 70px;
  }

  .mobileMenu.arslaHeader_primMenu.show {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 70px;
    left: 0;
    background-color: #fff;
  }

  /* Suppression des effets hover pour le menu mobile */
  .mobileMenu .primMenu_item:hover .primMenu_link {
    top: 0 !important;
  }

  .mobileMenu .primMenu_item:hover .primMenu_link:before {
    width: 8px !important;
  }

  .arslaHeader_primMenu-wrap {
    flex-direction: column;
  }
  .primMenu_banner {
    display: none;
  }
  .arslaHeader_primMenu-sub-wrap {
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 30px;
    background-color: #eeeeee;
    height: 100%;
    position: relative;
    top: 10px;
  }
  .primMenu_sub {
    width: 100%;
  }
  .arslaHeader_primMenu-sub {
    z-index: 9999999;
  }
  .closeSub {
    position: absolute;
    right: 22px;
    top: 24px;
  }
  .primMenu_sub-link {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    padding: 15px 50px 15px 15px;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: var(--transition-linear);
  }
  .subInnersItems {
    opacity: 0;
    transform: scale(0);
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    bottom: auto;
    top: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 35px;
    padding: 60px 14px 50px 16px;
    transition: var(--transition-linear);
    z-index: 4;
  }
  .backMenu {
    display: flex;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 26px;
    opacity: 0;
    transition: var(--transition-linear);
    z-index: 10;
  }
  .arslaHeader_primMenu-wrap {
    padding-top: 50px;
  }
  .itemCount-1 .subInnersItems {
    width: 100%;
  }
  .subMenuInner_wrap {
    opacity: 0;
    transform: scale(0);
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: auto;
    top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 35px;
    padding: 50px 50px 50px 50px;
    transition: var(--transition-linear);
    z-index: 4;
  }
  .primMenu_item {
    width: 100%;
  }

  .primMenu_link {
    font-size: 15px;
    line-height: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 20px;
    text-align: left;
    width: 100%;
  }

  .primMenu_link:before {
    bottom: 12px;
    left: 16px;
  }

  .primMenu_link:after {
    content: "";
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 2L6.5 5L3.5 8' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .primMenu_link[data-has-sub-menu="yes"]:after {
    opacity: 1;
  }

  .primMenu_item:hover .primMenu_link:before {
    width: calc(100% - 46px);
  }

  /* Styles pour le bouton retour mobile */
  .mobile-back-item {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .mobile-back-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: var(--black);
    text-decoration: none;
    padding: 15px 20px;
    transition: var(--transition-linear);
    text-transform: uppercase;
  }

  .mobile-back-link svg {
    margin-right: 10px;
  }

  .mobile-back-link:hover {
    background-color: transparent;
  }

  /* Styles pour les items de niveau 2 sur mobile */
  .mobile-sub-item {
    width: 100%;
  }

  .mobile-sub-link {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 20px;
    text-align: left;
    width: 100%;
    color: var(--black);
    text-decoration: none;
    border-bottom: none;
  }

  .mobile-sub-link:after {
    content: "";
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 2L6.5 5L3.5 8' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .mobile-sub-link[data-has-inner-items="yes"]:after {
    opacity: 1;
  }

  .mobile-sub-link.mobile-expanded:after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3.5L5 6.5L8 3.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  /* Trait jaune au hover pour les items niveau 2 avec enfants */
  .mobile-sub-link[data-has-inner-items="yes"]:before {
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    bottom: 12px;
    width: 8px;
    height: 3px;
    background-color: #ffcd14;
    transition: var(--transition-linear);
    opacity: 0;
  }

  /* Styles pour les items de niveau 3 sur mobile */
  .mobile-inner-items {
    background-color: transparent;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-inner-link {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: var(--black);
    text-decoration: none;
    padding: 12px 20px 12px 40px;
    display: block;
    border-bottom: none;
    background-color: transparent;
    transition: var(--transition-linear);
  }

  .mobile-inner-link:hover {
    background-color: transparent;
  }

  /* Styles pour le lien "Voir XXXX" */
  .mobile-see-item {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
  }

  .mobile-see-link {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 800;
    color: var(--black);
    text-decoration: none;
    padding: 12px 20px 12px 40px;
    background-color: transparent;
    transition: var(--transition-linear);
  }

  .mobile-see-link:hover {
    background-color: transparent;
  }
  .mainHero_content {
    width: 100% !important;
  }

  /* Masquer la colonne 5 sur mobile */
  .arslaFooter_col5 {
    display: none;
  }

  /* Conteneur des logos - affiché sur mobile */
  .arslaFooter_logos-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  /* Logo bannière mobile - affiché sur mobile */
  .arslaFooter_banner-logo-mobile {
    display: block;
  }

  .arslaFooter_logos-container .arslaFooter_logo {
    flex: 1;
  }

  .arslaFooter_banner-logo-mobile {
    width: 73px;
    height: 73px;
    flex-shrink: 0;
  }

  .arslaFooter_banner-logo-mobile img {
    width: 73px;
    height: 73px;
    object-fit: contain;
  }

  /* Footer mobile - colonnes empilées */
  .arslaFooter_col1,
  .arslaFooter_col2,
  .arslaFooter_col3,
  .arslaFooter_col4,
  .arslaFooter_col5 {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0px;
  }

  .arslaFooter_col5 {
    margin-bottom: 0;
  }

  /* Footer responsive pour écrans moyens */
  .arslaFooter_row {
    padding: 40px 20px;
    gap: 10px;
  }

  .arslaFooter_col1 .arslaFooter_logo img {
    width: 120px;
  }

  .arslaFooter_socials-list {
    gap: 10px;
    flex-wrap: wrap;
  }

  .arslaFooter_socials-item img {
    height: 18px;
  }

  /* Sous-menu responsive */
  .arslaFooter_sub-nav-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }

  .arslaFooter_nav.simple .arslaFooter_sub-nav-item a {
    font-size: 10px;
    line-height: 16px;
  }

  .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: 100%;
    justify-content: flex-start;
  }
  .arslaFooter_banner {
    max-width: 1088px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 65px;
  }
  .arslaFooter_banner-logo {
    margin-right: 0;
  }

  .arslaFooter_form nf-fields-wrap nf-field:nth-child(1) {
    width: calc(100% - 125px);
    margin-right: 15px;
  }
  #ninja_forms_required_items,
  .nf-field-container {
    margin-bottom: 15px !important;
  }
  .arslaFooter_nav.simple .arslaFooter_nav-wrap,
  .arslaFooter_nav-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .arslaFooter_nav.simple .arslaFooter_nav-wrap li {
    margin-bottom: 15px;
  }
  .arslaFooter_nav-wrap li {
    margin: 7px;
  }
  .arslaFooter_nav.full {
    margin: 8px 0 20px 0;
  }
  .arslaFooter_banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    height: auto;
    padding: 30px;
  }

  .arslaFooter {
    margin: 70px 0 0 0;
  }
}

@media (max-width: 1024px) {
  .row.services_row {
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center;
  }
  .row.services_row .col-md-4 {
    width: 50%;
    margin-bottom: 15px;
  }
  .mainHero .row:after {
    display: none;
  }
  main {
    overflow: hidden;
  }

  .archive-centers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-essais-therapeutiques-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .archive-job-offers-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .archive-job-offers-category-select select {
    width: 100%;
  }

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

@media (max-width: 768px) {
  .mobileToggler {
    top: -2px;
  }
  .arslaFooter_top {
    max-width: 940px;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainHero_link:before {
    left: 30px;
  }
  .mainHero_link:hover.mainHero_link:before {
    left: 53px;
  }
  .regTitle_wrap:after {
    display: none;
  }
  .mainHero_link {
    background-color: #ffcd14;
    border-radius: 0 20px 0 20px;
    padding: 29px 30px 50px 100px !important;
    display: inline-block !important;
    width: 577px !important;
    position: absolute !important;
    left: -1px;
    bottom: -62px;
  }
  .regTitle {
    font-weight: 700;
    font-size: 40px;
    width: 100%;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    font-weight: 400;
    min-width: 100%;
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .full-width-column h3 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .twoCol_row {
    padding: 40px 10px 150px 10px;
  }
  .quote-section {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
  }
  .quote-section.destination {
    padding: 45px 60px;
  }
  .hero-content {
    padding-left: 38px;
  }
  .mainHero_content {
    padding: 0;
    padding-top: 200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
  }
  .row.services_row .col-md-4 {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-statistics.row .col-md-3 {
    border-right: 0px solid #eeeeee;
    width: 50%;
    margin-bottom: 20px;
  }
  .about-statistics {
    padding: 0 30px;
    background-color: #fff;
    border-radius: 24px;
    margin-top: 50px !important;
  }
  .faq-header h2,
  .faq-header h2 p {
    /* font-weight: 600; */
    font-size: 36px;
    color: #000;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .project-slider-title {
    font-size: 36px;
    color: #000;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .project-slider-header {
    padding: 30px;
  }
  .nf-form-content button,
  .nf-form-content input[type="button"],
  .nf-form-content input[type="submit"] {
    width: 110px !important;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row {
    --bs-gutter-y: 15px !important;
  }
  .person-card {
    height: 100%;
    padding: 60px;
    min-height: 580px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
  }
  .people-header {
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin-bottom: 25px;
    display: inline-block;
    margin-left: 0;
  }
  .people-title {
    font-size: 36px;
  }
  .faq-item {
    padding: 20px 50px 20px 20px;
    border-radius: 16px;
    background-color: #fff;
    transition: var(--transition-linear);
  }
  .faq-question:after {
    right: -31px;
  }
  .services-header {
    flex-direction: column;
  }
  .services-title {
    width: 100%;
  }
  .services-description {
    padding: 0;
    width: 100%;
  }
  .catDrop {
    position: absolute;
    right: auto;
    top: 0;
    left: 30px;
    background-color: var(--gray);
  }
  .services_cards_top {
    height: auto;
  }
  .about-widget {
    margin: 50px 0;
  }

  .class-colored-cards .card-content h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .class-colored-cards .card {
    border-radius: 20px;
    padding: 65px 20px;
    color: #fff;
    height: 100%;
  }
  .text-two-column-quote {
    margin-bottom: 50px;
  }
  .hero-text h1 {
    font-weight: 400;
    font-size: 42px;
    color: #fff;
  }
  .innerNav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    width: auto;
  }
  .innerNav ul li a {
    padding: 25px 35px;
    height: 100%;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .innerNav {
    margin: 10px 0;
  }
  .quote-section {
    max-width: 1080px;
    padding: 40px;
    background-color: #022781;
    border-radius: 20px;
    margin: -150px auto 0 auto;
  }
  .donation-icon {
    display: none;
  }
  .donation-title {
    font-weight: 700;
    font-size: 25px;
    color: #000;
    padding-left: 0;
  }
  .first-column {
    padding-left: 0;
  }
  .heroPage_link {
    width: 100%;
  }
  .heroPage_ico,
  .hero-label,
  .hero-icon-label {
    display: none !important;
  }
  .discover-cards-widget .widget-title {
    text-align: center;
    font-size: 46px;
    line-height: 48px;
    margin: 0 0 40px 0;
    font-weight: 600;
  }
  .full-width-column h3,
  .articleCards h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .accPagi .editor-section {
    padding: 40px 20px;
    background-color: #f1f1f1;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .accordeon-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 20px 50px 20px 20px;
    position: relative;
    transition: var(--transition-linear);
    top: 0;
  }
  .ctaIcon_row {
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #fff;
    align-items: center;
  }
  .articleCards_item {
    min-height: 500px;
  }
  .accordeon-title:after {
    right: 20px;
  }
  .accordeon-description {
    display: none;
    padding: 35px 15px 15px 15px;
  }
  .botCont:after {
    display: none;
  }
  .accPagi .editor-section p {
    font-size: 26px;
    line-height: 28px;
  }
  .faq-page-template .tabs-menu {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .faq-page-template .tab-item {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    background-color: #fff;
    margin-right: 10px;
    padding: 20px;
    border-radius: 10px;
    transition: var(--transition-linear);
    margin-bottom: 10px;
  }
  .faq-page-template .faq-item {
    padding-left: 20px;
    padding-right: 50px;
  }
  .faq-page-template .faq-question:after {
    right: -31px;
  }
  .faq_page-search #searchsubmit {
    right: 15px;
  }
  .faq_page-search form input {
    padding: 25px 50px 25px 25px;
  }
  .faq-page-template .container {
    margin-top: 50px;
  }
  .repeater-wrapper {
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 40px 20px;
  }
  .pageColor_red .twoCol_row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pageColor_red .text-two-column-quote .first-column p img {
    margin-bottom: 0;
  }
  .container.videoConts {
    display: flex;
    flex-direction: column-reverse;
  }
  .singleVideo_desc {
    display: block;
    position: unset;
    margin-bottom: 20px;
    min-height: auto;
    padding: 30px 20px;
    width: 100%;
  }
  .video-single-widget .container:after {
    display: none;
  }
  .singleVideo_video {
    height: 400px;
  }
  .video-single-widget {
    margin: 60px 0 50px 0;
  }
  .singleVideo_desc p {
    font-size: 18px;
    line-height: 24px;
  }
  .singleVideo_video-wrap {
    display: none;
  }
  .singleMap_wrap {
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .searchLocator {
    top: -7px;
  }
  .wpgmza-standalone-component .wpgmza-store-locator > div {
    margin-bottom: 15px;
  }
  .singleMap {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .wpgmaps_mlist_row.wpgmza-grid-row {
    width: 100%;
  }
  .infoCardsW_title h2 {
    margin: 0 0 10px 0;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    font-weight: 600;
  }
  .infoCardsW {
    margin: 50px 0;
  }
  a.card-button {
    width: 100%;
  }
  .infoCardsW_item {
    border-radius: 20px;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    height: auto;
  }
  .infoCardsW_item p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .hero-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .editor-expand-content-widget .card-item {
    height: auto;
    border-radius: 20px;
    padding: 30px 20px;
    background-color: var(--yellow);
  }
  .editor-expand-content-widget .row.two-columns {
    border-radius: 30px;
    background-color: #f1f1f1;
    padding: 20px;
    align-items: center;
  }
  .quote-image img {
    height: auto !important;
  }
  .text-two-column-quote .full-width-column h2,
  .text-two-column-quote .full-width-column h2 span {
    font-size: 42px !important;
    line-height: 48px;
    font-weight: 700;
  }
  .singleVideo_button {
    margin-top: 20px;
    margin-left: auto;
  }
  .pageColor_yellow .people-header h2 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    font-weight: 600;
  }
  .editor-cards-widget.gray .editor-content.withCards {
    padding: 30px 20px 30px 20px;
  }
  .editor-cards-widget .editor-content h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .editor-cards-widget .editor-content {
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
  }
  .row.cards-wrapper.cards-union {
    max-width: 1098px;
    margin: 0 auto 0 auto;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 20px;
    align-items: center;
  }
  .row.cards-wrapper.cards-union .col-md-4 {
    padding-bottom: 15px;
  }
  .row.cards-wrapper.cards-union .col-md-4:after {
    content: "";
    display: block;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
  }
  .row.cards-wrapper.cards-union .card-content h3 {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
  }
  .editor-image-widget .container .row {
    border-radius: 20px;
    padding: 30px 20px;
    align-items: center;
  }
  .editor-content h2,
  .editor-cards-widget .editor-content h2 span {
    font-size: 32px !important;
    line-height: 38px;
    font-weight: 600;
    margin: 0;
  }
  .text-two-column-quote.nopeQuote .twoCol_row {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .row.twoCol_row.printThis {
    padding: 30px 10px 30px 10px;
  }
  .editor-cards-widget.gray .editor-content {
    padding: 30px 10px;
  }
  .faq-header {
    margin-bottom: 30px;
    text-align: center;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-widget {
    margin: 30px 0;
  }
  .editor-cards-widget {
    padding: 20px 0;
  }
  .heroPage {
    margin-top: 180px !important;
  }
  .hero-text h1 {
    font-weight: 400;
    font-size: 36px;
    color: #fff;
  }
  .hero-content {
    padding: 0 10px;
  }
  .blog-articles-widget .menu-navigation {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .menu-navigation ul {
    flex-wrap: wrap;
  }
  .menu-navigation ul li a {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    background-color: #fff;
    margin: 0 !important;
    padding: 20px 35px;
    border-radius: 10px;
    transition: var(--transition-linear);
    width: 100%;
    display: block;
    text-align: center;
  }
  .blog-articles-widget .catDrop {
    position: unset;
  }
  .blog-articles-widget .posts-list {
    margin-top: 30px;
  }
  .posts_list {
    padding: 0;
  }
  .menu-navigation ul li:last-child {
    margin-right: 7px;
  }
  .menu-navigation ul li {
    flex: auto;
    margin: 7px;
  }
  .hero-blue-label-deco {
    display: none;
  }
  .arslaMain .heroPage video {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .first-section .content {
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 30px;
    width: 100%;
    right: 0;
    bottom: 0;
    position: unset;
    box-sizing: border-box;
  }
  .second-section .mainTitle {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    max-width: 840px;
    margin: 0 auto 30px auto;
    line-height: 42px;
  }
  .third-section .items.row .col-md-6 .item {
    border-radius: 20px;
    background-color: #f6f6f6;
    min-height: auto;
    padding: 30px 20px;
  }
  .third-section {
    margin: 30px 0 30px 0;
  }
  .heroPage_link .link-description {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 2px 0 0 0;
    padding-left: 80px;
  }
  .heroPage_link a {
    padding-left: 80px;
  }
  .heroPage_link:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='34' viewBox='0 0 35 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.789 2.12305L32.666 17' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M17.7891 31.877L32.6311 16.967' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M30.8068 16.8223H2.50977' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 35px;
    height: 35px;
    position: absolute;
    left: 20px;
    top: calc(50% - 17px);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .heroPage_link:hover:before {
    left: 41px;
  }
  .articles_title {
    font-weight: 700;
    font-size: 48px;
    margin: 0 0 10px 0;
  }
}

/* ========================================
   CUSTOM PAGE MOBILE STYLES
   ======================================== */

@media (max-width: 768px) {
  .custom-page-featured-image {
    margin-bottom: 30px;
  }

  .custom-page-featured-image .featured-image {
    height: 324px;
    border-radius: 15px;
  }

  .custom-page-overlay {
    left: 23px;
    width: calc(100% - 46px);
    height: 270px;
    padding: 15px 15px 15px 0;
  }

  .custom-page-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .custom-page-overlay .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-page-content h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 7px 4px;
    margin: 15px 0;
  }

  .custom-page-content h2::after {
    width: 26px;
    height: 26px;
    border-radius: 5px;
  }

  .custom-page-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-page-content ul {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-page-content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-page-content blockquote {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 10px;
  }

  .custom-page-content figcaption {
    font-size: 14px;
    line-height: 20px;
  }

  /* Mobile TOC Banner */
  .custom-page-toc {
    display: none;
  }

  .custom-page .mobile-toc-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateY(calc(100% - 80px));
    transition: transform 0.3s ease;
    display: block !important;
  }

  .custom-page .mobile-toc-container.open {
    transform: translateY(0);
  }

  .custom-page .mobile-toc-banner {
    width: 100%;
    height: 80px;
    background-color: var(--blue);
    border-radius: 10px 10px 0 0;
    padding: 25px 20px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .custom-page .mobile-toc-banner-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
  }

  .custom-page .mobile-toc-banner-chevron {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
  }

  .custom-page .mobile-toc-banner-chevron svg {
    width: 100%;
    height: 100%;
    fill: var(--white);
  }

  .custom-page .mobile-toc-container.open .mobile-toc-banner-chevron {
    transform: rotate(180deg);
  }

  .custom-page .mobile-toc-content {
    width: 100%;
    background-color: var(--white);
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    max-height: 50vh;
    overflow-y: auto;
    display: block !important;
  }

  .custom-page-layout {
    display: block;
    padding-bottom: 100px; /* Space for mobile banner */
  }

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

  /* Custom Page White Box Mobile */
  .custom-page-white-box {
    bottom: -18px;
    width: 90%;
    padding: 13px 6px;
  }

  .custom-page-white-box .white-box-content {
    gap: 11px;
  }

  .custom-page-white-box .white-box-icon svg {
    width: 17px;
    height: 17px;
  }

  .custom-page-white-box .white-box-text .text-line-1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .custom-page-white-box .white-box-text .text-line-2 {
    font-size: 14px;
    line-height: 20px;
  }

  /* Custom Page Breadcrumb Mobile */
  .custom-page-breadcrumb {
    font-size: 10px;
    line-height: 20px;
    margin: 20px 0;
  }

  /* Custom Page Children Navigation Mobile */
  .custom-page-children-nav .children-nav-container {
    gap: 5px;
  }

  .custom-page-children-nav .children-nav-item {
    max-width: 150px; /* Largeur maximale réduite sur mobile */
    font-size: 12px;
    line-height: 14px;
    padding: 10px 12px;
    min-height: 36px;
  }

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

  .archive-centers-featured-image {
    margin-bottom: 30px;
  }

  .archive-centers-featured-image .featured-image {
    height: 324px;
    border-radius: 15px;
  }

  .archive-centers-overlay {
    left: 23px;
    width: calc(100% - 46px);
    height: 270px;
    padding: 15px 15px 15px 0;
  }

  .archive-centers-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .archive-centers-overlay .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-centers-white-box {
    bottom: -18px;
    width: 90%;
    padding: 13px 6px;
  }

  .archive-centers-white-box .white-box-content {
    gap: 11px;
  }

  .archive-centers-white-box .white-box-icon svg {
    width: 17px;
    height: 17px;
  }

  .archive-centers-white-box .white-box-text .text-line-1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .archive-centers-white-box .white-box-text .text-line-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-centers-breadcrumb {
    font-size: 10px;
    line-height: 20px;
    margin: 20px 0;
  }

  .archive-centers-children-nav .children-nav-container {
    gap: 5px;
  }

  .archive-centers-children-nav .children-nav-item {
    max-width: 150px;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 12px;
    min-height: 36px;
  }

  .archive-centers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .archive-centers-card-type {
    padding: 16px 50px;
    height: unset;
  }

  .archive-centers-intro-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .archive-centers-filters {
    position: sticky;
    margin-top: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    top: 70px;
    z-index: 5;
    background: #fff;
    gap: 16px;
  }

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

  .archive-centers-filter-button {
    padding: 12px 16px;
    font-size: 13px;
    line-height: 16px;
  }

  .archive-centers-department-label,
  .archive-centers-filter-label {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-centers-card-body {
    padding: 24px 16px;
  }

  .archive-centers-card-type-label {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
    font-size: 16px;
    line-height: 24px;
  }
}

/* ========================================
   FAQ PAGE MOBILE STYLES
   ======================================== */

@media (max-width: 768px) {
  .archive-job-offers-featured-image {
    margin-bottom: 30px;
  }

  .archive-job-offers-featured-image .featured-image {
    height: 324px;
    border-radius: 15px;
  }

  .archive-job-offers-overlay {
    left: 23px;
    width: calc(100% - 23px);
    height: 300px;
    padding: 15px 15px 15px 0;
  }

  .archive-job-offers-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .archive-job-offers-overlay .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-job-offers-white-box {
    bottom: -18px;
    width: 90%;
    padding: 13px 6px;
  }

  .archive-job-offers-white-box .white-box-content {
    gap: 11px;
  }

  .archive-job-offers-white-box .white-box-icon svg {
    width: 17px;
    height: 17px;
  }

  .archive-job-offers-white-box .white-box-text .text-line-1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .archive-job-offers-white-box .white-box-text .text-line-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-job-offers-breadcrumb {
    font-size: 10px;
    line-height: 20px;
    margin: 20px 0;
  }

  .archive-job-offers-header {
    margin-bottom: 30px;
  }

  .archive-job-offers-grid {
    grid-template-columns: 1fr;
  }

  .page-essais-therapeutiques-featured-image {
    margin-bottom: 30px;
  }

  .page-essais-therapeutiques-featured-image .featured-image {
    height: 324px;
    border-radius: 15px;
  }

  .page-essais-therapeutiques-overlay {
    left: 23px;
    width: calc(100% - 23px);
    height: 300px;
    padding: 15px 15px 15px 0;
  }

  .page-essais-therapeutiques-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .page-essais-therapeutiques-overlay .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .page-essais-therapeutiques-white-box {
    bottom: -18px;
    width: 90%;
    padding: 13px 6px;
  }

  .page-essais-therapeutiques-white-box .white-box-content {
    gap: 11px;
  }

  .page-essais-therapeutiques-white-box .white-box-icon svg {
    width: 17px;
    height: 17px;
  }

  .page-essais-therapeutiques-white-box .white-box-text .text-line-1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .page-essais-therapeutiques-white-box .white-box-text .text-line-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .page-essais-therapeutiques-breadcrumb {
    font-size: 10px;
    line-height: 20px;
    margin: 20px 0;
  }

  .page-essais-therapeutiques-grid {
    grid-template-columns: 1fr;
  }

  .page-essais-therapeutiques-card-description {
    font-size: 16px;
    line-height: 24px;
  }

  .page-essais-therapeutiques-card-tag {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }

  .page-essais-therapeutiques-card-tags-wrapper {
    padding-top: 24px;
    max-height: 106px;
  }
}

@media (max-width: 768px) {
  .faq-page-template-featured-image {
    margin-bottom: 30px;
  }

  .faq-page-template-featured-image .featured-image {
    height: 324px;
    border-radius: 15px;
  }

  .faq-page-template-overlay {
    left: 23px;
    width: calc(100% - 23px);
    height: 370px;
    padding: 15px 15px 15px 0;
  }

  .faq-page-template-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .faq-page-template-overlay .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-page-template-content h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 7px 4px;
    margin: 15px 0;
  }

  .faq-page-template-content h2::after {
    width: 26px;
    height: 26px;
    border-radius: 5px;
  }

  .faq-page-template-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-page-template-content ul {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-page-template-content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-page-template-content blockquote {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 10px;
  }

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

  /* Mobile TOC Banner */
  .faq-page-template-toc {
    display: none;
  }

  .faq-page-template .mobile-toc-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateY(calc(100% - 80px));
    transition: transform 0.3s ease;
    display: block !important;
  }

  .faq-page-template .mobile-toc-container.open {
    transform: translateY(0);
  }

  .faq-page-template .mobile-toc-banner {
    width: 100%;
    height: 80px;
    background-color: var(--blue);
    border-radius: 10px 10px 0 0;
    padding: 25px 20px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .faq-page-template .mobile-toc-banner-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
  }

  .faq-page-template .mobile-toc-banner-chevron {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
  }

  .faq-page-template .mobile-toc-banner-chevron svg {
    width: 100%;
    height: 100%;
    fill: var(--white);
  }

  .faq-page-template .mobile-toc-container.open .mobile-toc-banner-chevron {
    transform: rotate(180deg);
  }

  .faq-page-template .mobile-toc-content {
    width: 100%;
    background-color: var(--white);
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    max-height: 50vh;
    overflow-y: auto;
    display: block !important;
  }

  .faq-page-template-layout {
    display: block;
  }

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

  /* FAQ Page White Box Mobile */
  .faq-page-template-white-box {
    bottom: -18px;
    width: 90%;
    padding: 13px 6px;
  }

  .faq-page-template-white-box .white-box-content {
    gap: 11px;
  }

  .faq-page-template-white-box .white-box-icon svg {
    width: 17px;
    height: 17px;
  }

  .faq-page-template-white-box .white-box-text .text-line-1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .faq-page-template-white-box .white-box-text .text-line-2 {
    font-size: 14px;
    line-height: 20px;
  }

  /* FAQ Page Breadcrumb Mobile */
  .faq-page-template-breadcrumb {
    font-size: 10px;
    line-height: 20px;
    margin: 20px 0;
  }

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

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

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

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

  .faq-page-template .mobile-toc-content .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 .mobile-toc-content .toc-list .toc-item .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;
    margin-bottom: 0;
  }

  .faq-page-template .mobile-toc-content .toc-list .toc-item .toc-link:hover {
    font-weight: 700;
  }
}

/* ========================================
   SINGLE ACTUS MOBILE STYLES
   ======================================== */

/* Single Actus Responsive Styles */
@media (max-width: 768px) {
  .archive-actus-featured-image {
    margin-bottom: 30px;
  }

  .archive-actus-featured-image .featured-image {
    height: 324px;
    border-radius: 15px;
  }

  .archive-actus-overlay {
    left: 23px;
    width: calc(100% - 46px);
    height: 270px;
    padding: 15px 15px 15px 0;
  }

  .archive-actus-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .archive-actus-overlay .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-actus-content h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .archive-actus-content h2::after {
    width: 40px;
    height: 40px;
  }

  .archive-actus-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-actus-content ul {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-actus-content h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .archive-actus-content blockquote {
    font-size: 16px;
    line-height: 20px;
  }

  .archive-actus-content figcaption {
    font-size: 14px;
    line-height: 18px;
  }

  .archive-actus-toc {
    display: none;
  }

  .archive-actus-page .mobile-toc-container {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }

  .archive-actus-page .mobile-toc-container.open {
    transform: translateY(0);
  }

  .archive-actus-page .mobile-toc-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: var(--blue);
    color: #fff;
    cursor: pointer;
  }

  .archive-actus-page .mobile-toc-banner-text {
    font-weight: 600;
    font-size: 16px;
  }

  .archive-actus-page .mobile-toc-banner-chevron {
    transition: transform 0.3s ease;
  }

  .archive-actus-page .mobile-toc-banner-chevron svg {
    width: 20px;
    height: 20px;
    fill: #fff;
  }

  .archive-actus-page .mobile-toc-container.open .mobile-toc-banner-chevron {
    transform: rotate(180deg);
  }

  .archive-actus-page .mobile-toc-content {
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
  }

  .archive-actus-page .mobile-toc-content .toc-list {
    margin: 20px;
  }

  .archive-actus-layout {
    flex-direction: column;
    gap: 20px;
  }

  .archive-actus-content {
    width: 100%;
  }

  .archive-actus-white-box {
    bottom: -18px;
    width: 90%;
    padding: 13px 6px;
  }

  .archive-actus-white-box .white-box-content {
    gap: 11px;
  }

  .archive-actus-white-box .white-box-icon svg {
    width: 17px;
    height: 17px;
  }

  .archive-actus-white-box .white-box-text .text-line-1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .archive-actus-white-box .white-box-text .text-line-2 {
    font-size: 14px;
    line-height: 20px;
  }

  /* Single Jobs Featured Image Mobile Styles */
  .single-jobs-featured-image {
    margin-bottom: 30px;
    height: 324px;
  }

  .single-jobs-featured-image .featured-image {
    height: 324px;
    border-radius: 15px;
  }

  .single-jobs-overlay {
    left: 23px;
    width: calc(100% - 46px);
    height: 270px;
    padding: 15px 15px 15px 0;
  }

  .single-jobs-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .single-jobs-overlay .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .single-jobs-white-box {
    bottom: -18px;
    width: 90%;
    padding: 13px 6px;
  }

  .single-jobs-white-box .white-box-content {
    gap: 11px;
  }

  .single-jobs-white-box .white-box-icon svg {
    width: 17px;
    height: 17px;
  }

  .single-jobs-white-box .white-box-text .text-line-1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .single-jobs-white-box .white-box-text .text-line-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .single-actus-white-box .white-box-text .text-line-1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .single-actus-white-box .white-box-text .text-line-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-actus-breadcrumb {
    font-size: 10px;
    line-height: 20px;
    margin: 20px 0;
  }

  .archive-actus-content .wp-block-group .alignleft,
  .archive-actus-content .wp-block-group .alignright {
    max-width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

  /* Archive Actus Grid Mobile */
  .archive-actus-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .archive-actus-item-title {
    font-size: 18px;
    line-height: 22px;
  }

  .archive-actus-item-excerpt {
    font-size: 13px;
    line-height: 18px;
  }

  .archive-actus-item-link {
    padding: 8px 16px;
    font-size: 13px;
  }

  .custom-pagination {
    margin-top: 0;
    padding-top: 32px;
  }

  .archive-actus-page-title {
    font-size: 20px;
    line-height: 28px;
  }

  .archive-actus-page-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-actus-category-select select {
    font-size: 13px;
    line-height: 16px;
  }

  .custom-pagination .page-numbers {
    padding: 8px 12px;
    font-size: 14px;
  }

  /* Archive Actus Content Mobile */
  .archive-actus-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .archive-actus-header-right {
    align-self: flex-start;
  }

  .archive-actus-article {
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
  }

  .archive-actus-article-image {
    width: 100%;
    height: 233px;
    align-self: center;
  }

  .archive-actus-article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }

  .article-category {
    font-size: 16px;
    line-height: 24px;
  }

  .article-date {
    font-size: 14px;
    line-height: 20px;
  }

  .archive-actus-article-title {
    font-size: 20px;
    line-height: 28px;
  }

  .archive-actus-article-excerpt {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }

  .single-actus-featured-image {
    margin-bottom: 30px;
  }

  .single-actus-featured-image .featured-image {
    height: 324px;
    border-radius: 15px;
  }

  .single-actus-content h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 7px 4px;
    margin: 15px 0;
  }

  .single-actus-content h2::after {
    width: 26px;
    height: 26px;
    border-radius: 5px;
  }

  .single-actus-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .single-actus-content ul {
    font-size: 14px;
    line-height: 20px;
  }

  .single-actus-content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .single-actus-content blockquote {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 10px;
  }

  .single-actus-content figcaption {
    font-size: 14px;
    line-height: 20px;
  }

  /* Mobile TOC Banner */
  .single-actus-toc {
    display: none;
  }

  .single-actus-page .mobile-toc-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateY(calc(100% - 80px));
    transition: transform 0.3s ease;
    display: block !important;
  }

  .single-actus-page .mobile-toc-container.open {
    transform: translateY(0);
  }

  .single-actus-page .mobile-toc-banner {
    width: 100%;
    height: 80px;
    background-color: var(--blue);
    border-radius: 10px 10px 0 0;
    padding: 25px 20px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .single-actus-page .mobile-toc-banner-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
  }

  .single-actus-page .mobile-toc-banner-chevron {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
  }

  .single-actus-page .mobile-toc-banner-chevron svg {
    width: 100%;
    height: 100%;
    fill: var(--white);
  }

  .single-actus-page .mobile-toc-container.open .mobile-toc-banner-chevron {
    transform: rotate(180deg);
  }

  .single-actus-page .mobile-toc-content {
    width: 100%;
    background-color: var(--white);
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    max-height: 50vh;
    overflow-y: auto;
    display: block !important;
  }

  .custom-page .mobile-toc-content .toc-list,
  .single-actus-page .mobile-toc-content .toc-list {
    list-style: none;
    margin: 20px;
    padding: 0;
    position: relative;
  }

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

  .custom-page .mobile-toc-content .toc-item,
  .single-actus-page .mobile-toc-content .toc-item {
    position: relative;
    margin-bottom: 20px;
  }

  .custom-page .mobile-toc-content .toc-item::before,
  .single-actus-page .mobile-toc-content .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 .mobile-toc-content .toc-list .toc-item .toc-link,
  .single-actus-page .mobile-toc-content .toc-list .toc-item .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;
    margin-bottom: 0;
  }

  .custom-page .mobile-toc-content .toc-list .toc-item .toc-link:hover,
  .single-actus-page .mobile-toc-content .toc-list .toc-item .toc-link:hover {
    font-weight: 700;
  }

  .single-actus-layout {
    display: block;
    padding-bottom: 40px; /* Space for mobile banner */
  }

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

  /* Single Actus White Box Mobile */
  .single-actus-white-box {
    bottom: -18px;
    width: 90%;
    padding: 13px 6px;
  }

  .single-actus-white-box .white-box-content {
    gap: 11px;
  }

  .white-box-icon svg {
    width: 17px;
    height: 17px;
  }

  /* Single Actus Breadcrumb Mobile */
  .single-actus-breadcrumb {
    font-size: 10px;
    line-height: 20px;
    margin: 20px 0;
  }

  /* Single Actus Children Navigation Mobile */
  .single-actus-children-nav .children-nav-container {
    gap: 5px;
  }

  .single-actus-children-nav .children-nav-item {
    max-width: 150px; /* Largeur maximale réduite sur mobile */
    font-size: 12px;
    line-height: 14px;
    padding: 10px 12px;
    min-height: 36px;
  }

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

  /* Single Actus Share Button Mobile */
  .single-actus-share-button {
    margin-top: 30px;
  }

  .single-actus-share-button .share-btn {
    padding: 12px 16px;
    gap: 8px;
  }

  .single-actus-share-button .share-icon {
    width: 18px;
    height: 18px;
  }

  .single-actus-share-button .share-text {
    font-size: 13px;
    line-height: 18px;
  }

  /* Single Actus Actualités Button Mobile */
  .single-actus-actualites-button {
    margin-top: 30px;
  }

  .single-actus-actualites-button .actualites-btn {
    padding: 12px 16px;
    gap: 8px;
  }

  .single-actus-actualites-button .actualites-icon {
    width: 18px;
    height: 18px;
  }

  .single-actus-actualites-button .actualites-text {
    font-size: 13px;
    line-height: 18px;
  }

  /* Single Actus Similar Articles Mobile */
  .single-actus-similar-articles {
    margin-top: 30px;
    background-color: #f8f8f8;
    padding: 25px 0 8px 0;
  }

  .similar-articles-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .similar-articles-grid {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 0 0 20px 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    overscroll-behavior-x: contain; /* Prevent horizontal scroll from affecting parent */
    overscroll-behavior-y: auto; /* Allow vertical scroll to work normally */
    scroll-snap-type: x mandatory; /* Snap to items */
  }

  .similar-articles-grid::-webkit-scrollbar {
    display: none; /* WebKit */
  }

  .similar-article-item {
    flex: 0 0 280px;
    min-width: 280px;
    max-width: 280px;
    transition: transform 0.2s ease;
    scroll-snap-align: start; /* Snap to start of each item */
  }

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

  .similar-articles-grid.dragging {
    cursor: grabbing;
  }

  .similar-articles-grid.dragging .similar-article-item {
    pointer-events: none;
  }

  /* Desktop hover states for better UX */
  .similar-articles-grid:hover {
    cursor: grab;
  }

  .similar-articles-grid:active {
    cursor: grabbing;
  }

  .similar-article-image .article-thumbnail {
    height: 195px;
  }

  .similar-article-image .article-thumbnail-placeholder {
    height: 195px;
  }

  .similar-article-meta {
    margin-bottom: 10px;
  }

  .similar-article-category {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .similar-article-date {
    font-size: 11px;
  }

  .similar-article-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .similar-article-excerpt {
    font-size: 13px;
    line-height: 18px;
  }

  /* FAQ Block Mobile Styles */
  .faq-block {
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
  }

  .faq-block-wrapper {
    padding: 30px 20px;
  }

  .faq-block-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .faq-block-header-content {
    width: 100%;
  }

  .faq-block-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .faq-block-description {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-block-button {
    margin-left: 0;
    width: 100%;
  }

  .faq-page-link {
    padding: 15px 30px;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    text-align: center;
  }

  .faq-page-template-link {
    padding: 15px 30px;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    text-align: center;
  }

  .faq-block-questions {
    flex-direction: column;
    gap: 20px;
  }

  .faq-block-column {
    gap: 20px;
  }

  .faq-block-question {
    padding: 20px;
  }

  .faq-question-text {
    font-size: 14px;
    line-height: 20px;
    margin-right: 15px;
  }

  .faq-block-toggle svg {
    width: 12px;
    height: 20px;
  }

  .faq-block-answer-content {
    padding: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  /* FAQ Button Mobile/Desktop Control */
  .faq-block-button-desktop {
    display: block;
  }

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

  /* FAQ Button Mobile Control */
  .faq-block-button-desktop {
    display: none;
  }

  .faq-block-button-mobile {
    display: block;
    text-align: center;
    margin-top: 30px;
    width: fit-content;
  }

  /* FAQ Page Template Block Mobile Styles */
  .faq-page-template-block {
    margin: 20px 0;
    gap: 15px;
  }

  .faq-page-template-question {
    padding: 20px;
  }

  .faq-page-template-question-text {
    font-size: 14px;
    line-height: 20px;
    margin-right: 15px;
  }

  .faq-page-template-toggle svg {
    width: 12px;
    height: 20px;
  }

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

  .faq-page-template-answer-content figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}

/* Small PC screens - enable carousel for smaller desktop screens */
@media (max-width: 1024px) and (min-width: 769px) {
  .single-actus-similar-articles {
    padding: 50px 0;
  }

  .similar-articles-grid {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 0 0 20px 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    scroll-snap-type: x mandatory;
  }

  .similar-articles-grid::-webkit-scrollbar {
    display: none;
  }

  .similar-article-item {
    flex: 0 0 300px;
    min-width: 300px;
    max-width: 300px;
    transition: transform 0.2s ease;
    scroll-snap-align: start;
  }

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

  .similar-articles-grid.dragging {
    cursor: grabbing;
  }

  .similar-articles-grid.dragging .similar-article-item {
    pointer-events: none;
  }

  /* Desktop hover states for better UX */
  .similar-articles-grid:hover {
    cursor: grab;
  }

  .similar-articles-grid:active {
    cursor: grabbing;
  }
}

/* ERROR 404 PAGE MOBILE STYLES */
@media (max-width: 768px) {
  .error404-container {
    padding: 0 15px;
  }

  .error404-main-block {
    flex-direction: column;
    border-radius: 20px;
    min-height: auto;
  }

  .error404-right-section {
    order: 1;
    width: 100%;
    height: 300px;
  }

  .error404-image {
    max-height: 335px;
  }

  .error404-left-section {
    order: 2;
    width: 100%;
    padding: 50px;
  }

  .error404-title {
    font-size: 30px;
    line-height: 32px;
  }

  .error404-text {
    max-width: 100%;
  }

  .error404-text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .error404-highlight {
    font-size: 14px;
    line-height: 20px;
  }

  .error404-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .error404-button-home,
  .error404-button-donation {
    width: 100%;
  }

  .error404-campaign-link {
    display: none;
  }

  .error404-mobile-cta {
    display: block;
    margin-top: 30px;
  }

  .error404-mobile-campaign-button {
    margin-top: 0;
  }

  .error404-mobile-cta.has-text .error404-mobile-campaign-button {
    margin-top: 20px;
  }
  .single-jobs-content .wp-block-group .alignright {
    max-width: 50%;
  }
}

/* Extra small mobile screens */
@media (max-width: 480px) {
  .similar-article-item {
    flex: 0 0 250px;
    min-width: 250px;
    max-width: 250px;
  }

  .similar-article-image .article-thumbnail,
  .similar-article-image .article-thumbnail-placeholder {
    height: 160px;
  }

  .similar-article-title {
    font-size: 15px;
    line-height: 18px;
  }

  .similar-article-excerpt {
    font-size: 12px;
    line-height: 16px;
  }

  .similar-article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 8px;
  }

  .similar-article-category {
    font-size: 16px;
    line-height: 20px;
  }

  .similar-article-date {
    font-size: 14px;
    line-height: 18px;
  }

  .similar-article-title {
    font-size: 20px;
    line-height: 24px;
    -webkit-line-clamp: unset;
    display: block;
  }

  .similar-article-excerpt {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 3;
  }

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

  .single-actus-article-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .single-actus-article-category {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .single-actus-article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .single-actus-meta-item {
    gap: 3px;
  }

  .single-actus-meta-item .meta-label,
  .single-actus-meta-item .meta-value {
    font-size: 14px;
    line-height: 20px;
  }

  .single-actus-ai-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .ai-summary-btn,
  .audio-reading-btn {
    width: 100%;
    padding: 12px 16px;
    gap: 8px;
  }

  .ai-summary-icon,
  .audio-reading-icon {
    width: 18px;
    height: 18px;
  }

  .ai-summary-text,
  .audio-reading-text {
    font-size: 13px;
    line-height: 18px;
  }

  /* Content Separator Line - Mobile */
  .single-actus-content-separator {
    margin-bottom: 20px;
  }

  .single-jobs-content h2:not(:first-child) {
    font-size: 20px;
    line-height: 28px;
    padding: 7px 4px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .single-jobs-content h2:first-child {
    font-size: 20px;
    line-height: 28px;
    padding: 7px 4px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .single-jobs-content h2::after {
    width: 26px;
    height: 26px;
    border-radius: 5px;
  }

  .single-jobs-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .single-jobs-content ul {
    font-size: 14px;
    line-height: 20px;
  }

  .single-jobs-content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .single-jobs-content blockquote {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 10px;
  }

  .single-jobs-content figcaption {
    font-size: 14px;
    line-height: 20px;
  }

  /* Mobile TOC Banner */
  .single-jobs-toc {
    display: none;
  }

  .single-jobs-page .mobile-toc-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateY(calc(100% - 80px));
    transition: transform 0.3s ease;
    display: block !important;
  }

  .single-jobs-page .mobile-toc-container.open {
    transform: translateY(0);
  }

  .single-jobs-page .mobile-toc-banner {
    width: 100%;
    height: 80px;
    background-color: var(--blue);
    border-radius: 10px 10px 0 0;
    padding: 25px 20px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .single-jobs-page .mobile-toc-banner-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
  }

  .single-jobs-page .mobile-toc-banner-chevron {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
  }

  .single-jobs-page .mobile-toc-banner-chevron svg {
    width: 100%;
    height: 100%;
    fill: var(--white);
  }

  .single-jobs-page .mobile-toc-container.open .mobile-toc-banner-chevron {
    transform: rotate(180deg);
  }

  .single-jobs-page .mobile-toc-content {
    width: 100%;
    background-color: var(--white);
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    max-height: 50vh;
    overflow-y: auto;
    display: block !important;
  }

  .custom-page .mobile-toc-content .toc-list,
  .single-jobs-page .mobile-toc-content .toc-list {
    list-style: none;
    margin: 20px;
    padding: 0;
    position: relative;
  }

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

  .custom-page .mobile-toc-content .toc-item,
  .single-jobs-page .mobile-toc-content .toc-item {
    position: relative;
    margin-bottom: 20px;
  }

  .custom-page .mobile-toc-content .toc-item::before,
  .single-jobs-page .mobile-toc-content .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 .mobile-toc-content .toc-list .toc-item .toc-link,
  .single-jobs-page .mobile-toc-content .toc-list .toc-item .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;
    margin-bottom: 0;
  }

  .custom-page .mobile-toc-content .toc-list .toc-item .toc-link:hover,
  .single-jobs-page .mobile-toc-content .toc-list .toc-item .toc-link:hover {
    font-weight: 700;
  }

  .single-jobs-layout {
    margin-top: 32px;
    display: block;
    padding-bottom: 40px; /* Space for mobile banner */
  }

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

  .white-box-icon svg {
    width: 17px;
    height: 17px;
  }

  /* Single Jobs Breadcrumb Mobile */
  .single-jobs-breadcrumb {
    font-size: 10px;
    line-height: 20px;
    margin: 20px 0;
  }

  /* Single Jobs Children Navigation Mobile */
  .single-jobs-children-nav .children-nav-container {
    gap: 5px;
  }

  .single-jobs-children-nav .children-nav-item {
    max-width: 150px; /* Largeur maximale réduite sur mobile */
    font-size: 12px;
    line-height: 14px;
    padding: 10px 12px;
    min-height: 36px;
  }

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