
.soin-hidden {
    display: none !important;
}

@media screen and (orientation: landscape) and (pointer: coarse) {
  body::before {
    content: "Veuillez utiliser le site en mode portrait";
    position: fixed;
    inset: 0;
    background: black;
    color: white;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 999999;
  }
}

.h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #0B3E74;
}

.banner-center {
    width: 100%;
    min-height: 560px;
    background: linear-gradient(rgba(104, 177, 255, 0.6), rgba(104, 177, 255, 0.6)), url('../images/default-centre.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 40px 120px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 1;
}
.container-text li {
    list-style: disc;
    }

.banner-center-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
}

.title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    margin: 0;
}

.opening-month {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #0B3E74;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 50px;
    width: fit-content;
    gap: 7px;
}

.orientations-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orientation-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.orientation-item.orientation-link {
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.orientation-item.orientation-link:hover {
    transform: translateX(8px);
    opacity: 0.9;
}

.orientation-item svg {
    flex-shrink: 0;
}

.demande-doc {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 28px;
    background: #FED917;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #0B3E74;
    width: fit-content;
    cursor: pointer;
    margin-top: 12px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.demande-doc:hover {
    background: #E5C315;
}

html {
    scroll-behavior: smooth;
}

.presentation-centre {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    padding: 120px;
    padding-top: 160px;
    box-sizing: border-box;
}

.right-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    max-width: 588px;
}

.region-content-full {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.small-desc ul {
    list-style: disc;
    text-align: left;
}
.region-content-full .blue-badge {
    margin-bottom: 32px;
}

.region-content-full .center-title {
    text-align: center;
    margin-bottom: 24px;
}

.region-content-full .big-desc {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.left-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.small-images-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.blue-badge {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    width: auto;
    height: auto;
    background: #31C3E6;
    border-radius: 50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.center-title {
    width: 100%;
    height: 80px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #0B3E74;
    margin-bottom: 0;
}
.small-desc p {
    padding : 5px 0;
}
.small-desc {
    min-height: 60px;
    height: auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #485261;
}

.big-desc {
    width: 588px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #404040;
    margin-bottom: 15px;
}

.big-desc ul {
    padding-top: 5px;
    list-style: disc;
}

.big-desc li {
    padding-top: 5px;
}

.first-plan-image {
    position: relative;
    width: 576px;
    height: 383px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.first-plan-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.second-plan-image,
.second-plan-image1,
.second-plan-image2,
.second-plan-image3,
.second-plan-image4 {
    width: 137px;
    height: 95px;
    border-radius: 10px;
    overflow: visible;
    position: relative;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.second-plan-image:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.second-plan-image.active {
    border-color: #31C3E6;
    box-shadow: 0 0 0 2px rgba(49, 195, 230, 0.3);
}

.second-plan-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voir-logements-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.voir-logements-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: #FED916;
    color: #0B3E74;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}

.voir-logements-btn:hover {
    background: #E5C315;
    color: #0B3E74;
}

.voir-logements-btn svg {
    width: 20px;
    height: 20px;
}

.gallery-top {
    width: 576px;
    height: 383px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.gallery-top .swiper-wrapper {
    height: 100%;
}

.gallery-thumbs {
    width: 576px;
    height: 95px;
    margin-bottom: 1.875rem;
    position: relative;
}

.gallery-thumbs .swiper-wrapper {
    height: 100%;
}

.gallery-thumbs .swiper-slide,
.gallery-top .swiper-slide {
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gallery-top .swiper-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.gallery-thumbs .swiper-slide {
    width: 137px;
    height: 95px;
    flex-shrink: 0;
}

.gallery-top .ratio {
    display: none;
}

.gallery-thumbs .ratio {
    display: none;
}

.cursor-click {
    cursor: zoom-in;
}

.black-background {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.black-background:target {
    display: block;
}

.holding-photos {
    padding: 10px;
    position: fixed;
    top: 50%;
    background-color: white;
    height: 95%;
    width: 80%;
    border-radius: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-photos {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-photos img {
    max-width: 90vw;
    max-height: 70vh;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

#precedent i,
#suivant i {
    font-size: 45px;
    color: #31C3E6;
    cursor: pointer;
}

#precedent {
    position: relative;
    float: left;
    top: 45%;
    left: 5%;
    width: fit-content;
    transition: transform 0.5s ease;
}

#suivant {
    position: relative;
    float: right;
    top: 45%;
    right: 5%;
    width: fit-content;
    transition: transform 0.5s ease;
}

#precedent:hover,
#suivant:hover {
    transform: scale(1.15);
}

#slide {
    transition: opacity 0.3s ease-in-out;
}

.index-pictures {
    width: fit-content;
    font-size: 18px;
    height: fit-content;
    position: fixed;
    color: white;
    border-radius: 22px;
    background-color: black;
    font-family: "Cera SL", Helvetica, Arial, sans-serif;
    padding: 10px;
    top: 90%;
    left: 2%;
}

.close-holder {
    width: fit-content;
    right: 2%;
    position: fixed;
    top: 2%;
    transition: transform 0.5s ease;
}

.close-holder i {
    font-size: 45px;
    color: #31C3E6;
    cursor: pointer;
}

.close-holder:hover {
    transform: scale(1.15);
}

.pic-index {
    position: fixed;
    top: 100%;
    left: 50%;
    max-height: 104px;
    display: flex;
    flex-direction: row;
    width: 80%;
    gap: 15px;
    transform: translate(-50%, -110px);
    overflow-x: auto;
    justify-content: flex-start;
    padding: 10px;
}

.pic-index img {
    border-radius: 10px;
    cursor: pointer;
    height: 80px;
    width: auto;
    max-width: 120px;
    object-fit: cover;
    flex-shrink: 0;
}

.highlighted {
    border: 2px solid #206AB9;
}


.horaires-ouvertures {
    width: 100%;
    height: auto;
    background: #F5F8FC;
    order: 3;
    align-self: stretch;
    justify-content: center;
    z-index: 3;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 150px;
    padding: 40px;
    box-sizing: border-box;
}

.horaires-ouvertures .left-side {
    flex: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-top: 60px;
    padding-left: 75px;
}

.horaires-ouvertures .right-side {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 65px;
}

.freq_desc {
    width: 576px;
    height: 147px;
    margin-bottom: 0;
    margin-top: 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #485261;
}

.horaires,
.navette,
.trains {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.horaires svg,
.navette svg,
.trains svg {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.stat-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.stat-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #0B3E74;
    margin: 0;
}

.stat-desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6B7280;
    margin: 0;
    max-width: 600px;
}

.stat-desc p {
    margin: 0;
}

.table-freq-climat {
    width: 385px;
    height: 535px;
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
}

.table-header {
    background: #31C3E6;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.table-header th {
    padding: 12px 15px;
    border: none;
}

.table-header th:first-child {
    border-top-left-radius: 4px;
}

.table-header th:last-child {
    border-top-right-radius: 4px;
}

.table-freq-climat tbody tr {
    border-bottom: 1px solid #B9B9B9;
}

.table-freq-climat tbody tr:last-child {
    border-bottom: none;
}

.table-freq-climat td {
    padding: 2px 7px;
    text-align: center;
    border-right: 1px solid #B9B9B9;
    font-size: 16px;
}

.table-freq-climat td:last-child {
    border-right: none;
}

.table-freq-climat td:first-child {
    color: #0B3E74;
}

.table-freq-climat td:nth-child(2) {
    color: #31C3E6;
    font-weight: 500;
}

.table-freq-climat td.ferme {
    color: #31C3E6;
    font-weight: 600;
    text-transform: uppercase;
}

.table-freq-climat td:nth-child(3) {
    color: #485261;
}

.legends {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
    margin-top: 20px;
}

.legends-frequentation {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.legends-climat {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.legend {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.legend .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 24px;
}

.legend .label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    width: 100px;
    color: #485261;
}

.avis-vdo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 120px;
    background: linear-gradient(180deg, rgba(32, 106, 185, 0.9) 0%, rgba(11, 62, 116, 0.9) 100%);
    gap: 50px;
}

.avis-left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin-bottom: 50px;
}

.avis-right-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.funfact-right-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex: 1;
}

.quote-icon {
    width: 74px;
    height: 59px;
    flex-shrink: 0;
}

.avis-titre {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #FFFFFF;
}

.avis-details {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.certif-vdo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FED917;
}

.section-video {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 120px;
    margin: 60px 0;
}

.video-content-wrapper {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    width: 100%;
    align-items: center;
}

.video-text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.video-text-content h2 {
    width: 588px;
    height: 94px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #0B3E74;
    margin-bottom: 40px;
}

.video-player-container {
    flex: 1;
    padding-top: 60px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.centre-video {
    display: block;
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 16/9;
}

.video-placeholder {
    width: 100%;
    height: 400px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.video-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 4px;
}

.section-pathologie {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 800px;
    height: auto;
    padding: 60px 40px;
    background: #F5F8FC;
    box-sizing: border-box;
}

.section-pathologie .center-title {
    width: auto;
    max-width: 800px;
    height: auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #0B3E74;
    margin-bottom: 30px;
    text-align: center;
}

.pathologie-desc {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6B7280;
    margin-bottom: 40px;
    max-width: 800px;
    text-align: center;
}

.patho-blocks-container {
    display: flex;
    flex-direction: row;
    gap: 85px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
}

.patho-blocks-container.patho-blocks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1400px;
}

.patho-table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px;
    gap: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    flex: 1;
    min-width: 450px;
}

.patho-blocks-container .patho-table {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.patho-blocks-container .patho-table .pathologie-category {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.patho-table:not(.patho-blocks-container .patho-table) {
    width: 100%;
    max-width: 800px;
}

.pathologie-category {
    margin-bottom: 0px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    align-items: center;
}

.pathologie-category .soins-list {
    flex-grow: 1;
}

.pathologie-category:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.category-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #0B3E74;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.category-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.soins-list {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    width: 100%;
}

.soin-item {
    padding: 0;
    border-bottom: none;
    display: flex;
    align-items: flex-start;
}

.soin-item svg {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 2px;
}

.soin-item:last-child {
    border-bottom: none;
}

.voir-plus-pathologies {
    background: #4A7EBF;
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 16px 40px;
    margin-top: 20px;
    text-align: center;
    width: auto;
    display: inline-block;
    transition: background 0.3s, transform 0.2s;
    text-transform: uppercase;
}

.voir-plus-pathologies:hover {
    background: #3B6BA8;
    transform: translateY(-2px);
}

.voir-plus-pathologies:active {
    transform: translateY(0);
}

.soin-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0B3E74;
    display: flex;
    align-items: flex-start;
}

.no-soins,
.no-soins-in-category {
    text-align: center;
    color: #6B7280;
    font-style: italic;
    padding: 40px 0;
    width: 100%;
}

.no-soins-in-category {
    padding: 20px 0;
    font-size: 14px;
}

.types {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-left: 130px;
}

.type-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-left: -7px;
}

.type-eau,
.type-boue,
.temp-eau {
    display: flex;
    flex-direction: column;
    width: 420px;
    margin-top: 50px;
    gap: 12px;
    flex: 1;
}

ul.types-eau-list {
    list-style: disc;
}

.types .type-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.types .label {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #0B3E74;
}

.types p {
    width: 370px;
}

.doc-request {
    width: 100%;
    height: 633px;
    background: linear-gradient(180deg, rgba(32, 106, 185, 0.9) 0%, rgba(11, 62, 116, 0.9) 100%), url('../images/default-centre.jpg');
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

.doc-request h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
}

.doc-request-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 150px;
    margin-top: 30px;
    width: 85%;
}

.doc-req-desc {
    flex: 1;
    color: #FFFFFF;
}

.doc-req-desc h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #FED917;
}

.doc-req-desc p {
    width: 500px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}

.doc-req-legend {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.doc-req-legend .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc-req-legend .label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.doc-req-form {
    margin-top: -5px;
    width: 70%;
}

#contact-id {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

#name {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 10px;
    position: relative;
    width: 200px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 5px;
}

#adresse {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 10px;
    position: relative;
    width: 200px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 5px;
}

.form-row {
    margin-bottom: 5px;
    display: flex;
    gap: 15px;
}

.form-row.full-width {
    flex-direction: column;
}

.form-row input,
.form-row textarea {
    height: 12px;
    flex: 1;
    padding: 15px;
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #485261;
    transition: border-color 0.3s;
}

.form-row input:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #31C3E6;
}

.form-row textarea {
    min-height: 120px;
    resize: vertical;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
    color: #B9B9B9;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    background: #FED917;
    color: #0B3E74;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.1s;
    margin-top: 10px;
}

.btn-submit:hover {
    background: #e5c315;
    transform: translateY(-2px);
}

.btn-submit:active {
    transform: translateY(0);
}

.form-note {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-top: 15px;
}

.errors {
    background: #FEE;
    border: 2px solid #F88;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.errors strong {
    color: #C00;
    display: block;
    margin-bottom: 10px;
}

.errors ul {
    color: #C00;
}

.success-message {
    background: #EFE;
    border: 2px solid #8F8;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.success-message h3 {
    color: #0B3E74;
    font-size: 32px;
    margin-bottom: 15px;
}

.success-message p {
    color: #485261;
    font-size: 18px;
}

.curiste-articles {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 112px;
    width: 100%;
    min-height: 867px;
    height: auto;
    flex: none;
    order: 8;
    align-self: stretch;
    flex-grow: 0;
    z-index: 8;
}

.curiste-articles h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #0B3E74;
}

.conseils-curistes {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px 20px;
    text-align: center;
}

.conseils-curistes h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #0B3E74;
    margin-bottom: 40px;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    height: 100%;
    margin-top: 40px;
}

.article-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 389.33px;
    height: 517px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.article-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-image-placeholder {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-content {
    padding: 20px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.article-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0B3E74;
    margin-bottom: 12px;
    min-height: 48px;
}

.article-description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 16px;
    flex-grow: 1;
}

.article-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #31C3E6;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: auto;
}

.article-link:hover {
    color: #0B3E74;
}

.article-link svg {
    width: 20px;
    height: 20px;
}

.thermcenter-avis {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 112px;
    gap: 10px;
    max-width: 100%;
    width: 100%;
    min-height: 900px;
    height: auto;
    background: #F5F8FC;
    flex: none;
    order: 9;
    align-self: stretch;
    flex-grow: 0;
    z-index: 9;
}

.thermcenter-avis-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
    max-width: 1216px;
    width: 100%;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.thermcenter-avis-content h2 {
    max-width: 1216px;
    width: 100%;
    height: auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #0B3E74;
}

.avis-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
    max-width: 1200px;
    margin: 40px auto;
}

.bloc-average {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    position: relative;
    width: 511px;
}

.average-rating {
    background: #31C3E6;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
    width: 200px;
}

.average-rating .p {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rating-number {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 75px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.bloc-average p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0B3E74;
    margin-top: 10px;
}

.description-avis {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #485261;
    margin-top: 20px;
}

.bareme {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.note-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.note-item h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #485261;
    min-width: 280px;
    margin: 0;
}

.progress-container {
    flex: 1;
    height: 12px;
    background: #E0E0E0;
    border-radius: 6px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #68B1FF;
    border-radius: 6px;
    transition: width 0.3s ease;
}

.note-value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #68B1FF;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 4px 12px;
    min-width: 40px;
    text-align: center;
}

.rating-count {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #666;
}

.no-rating {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #999;
    padding: 20px;
}

.avis-list-container {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.avis-card {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.avis-header-card {
    margin-bottom: 16px;
}

.avis-certification {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #F0F7FF;
    padding: 8px 12px;
    border-radius: 6px;
}

.cert-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #485261;
}

.avis-author {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #0B3E74;
    margin: 16px 0;
}

.avis-content {
    margin: 16px 0;
}

.avis-text {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #485261;
    padding: 16px;
    background: #F8F9FA;
    border-left: 4px solid #31C3E6;
    border-radius: 4px;
}

.avis-scores {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.score-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #F0F7FF;
    border-radius: 20px;
}

.score-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #31C3E6;
    color: #FFFFFF;
    border-radius: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.score-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #485261;
}

.logement-suggestion-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px;
    width: 100%;
    height: 975px;
    flex: none;
    order: 10;
    flex-grow: 0;
    z-index: 10;
}

.logement-suggestion-section h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #0B3E74;
}

.logement-list-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-right: 80px;
    padding-left: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.logement-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.logement-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.logement-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.logement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logement-content {
    padding: 20px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.logement-content h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1F2937;
    margin: 0 0 15px 0;
}

.logement-price {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: grey;
    margin-bottom: 15px;
    margin-top: auto;
}

.price-amount {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: white;
    width: fit-content;
    height: fit-content;
    border-radius: 9px;
    padding: 10px;
}

.logement-features {
    padding: 0;
    margin: 0 0 20px 0;
}

.logement-features li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4B5563;
    margin-bottom: 8px;
}

.logement-link {
    display: inline-block;
    background: #FFD700;
    width: 100%;
    color: #1F2937;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

.logement-link:hover {
    background: #FFC700;
}

.voir-plus-container {
    text-align: center;
    margin: 30px 0;
}

.voir-plus-btn {
    display: inline-block;
    background: #31C3E6;
    color: #FFFFFF;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    transition: background-color 0.3s ease;
}

.voir-plus-btn:hover {
    background: #28A9C7;
}

.banner-station {
    width: 100%;
    min-height: 360px;
    background: linear-gradient(rgba(104, 177, 255, 0.6), rgba(104, 177, 255, 0.6)), url('../images/default-centre.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 40px 120px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 1;
}

.banner-station-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 900px;
}

.stations-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}

.stations-count svg {
    width: 35px;
    height: 35px;
}

.yellow-border {
    position: relative;
    width: 100%;
    height: 5px;
    background: #FED916;
}

.activities-section {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 112px;
    width: 100%;
    min-height: 867px;
    height: auto;
    flex: none;
    order: 8;
    align-self: stretch;
    background: #F5F8FC;
    flex-grow: 0;
}

.activities-section .blue-badge {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 16px !important;
    gap: 8px !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    background: #31C3E6 !important;
    border-radius: 50px !important;
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    text-align: center !important;
}

.activity-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
    width: 100%;
}

.activities-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4A90A4;
}

.activities-title {
    font-family: 'Roboto';
    font-style: normal;    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #002B49;
    margin-bottom: 48px;
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    
}

.activity-card {
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
}

.activity-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.activity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.activity-card:hover .activity-image img {
    transform: scale(1.1);
}

.activity-content {
    padding: 24px;
}

.activity-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #002B49;
    margin-bottom: 16px;
}

.activity-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4A90A4;
    margin-bottom: 12px;
}

.activity-link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.activity-link a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4A90A4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.activity-link a:hover {
    color: #002B49;
}

.activity-description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.centres-section {
    padding: 80px 120px;
    background: #FFFFFF;
}

.centres-header {
    text-align: center;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.centres-header .blue-badge {
    width: fit-content;
    margin-bottom: 16px;
}

.centres-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #002B49;
}

.centres-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    overflow-x: auto;
    padding: 3px;
}

.centre-image {
    width: 585px;
    height: 390px;
    overflow: hidden;
    position: relative;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.centre-image img {
    width: 400px;
    height: 400px;
    align-items: center;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.centre-card:hover .centre-image img {
    transform: scale(1.05);
}

.centre-content {
    padding: 32px 32px 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.centre-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    color: #002B49;
    margin-bottom: 16px;
}

.centre-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.rating-badge {
    background: #31C3E6;
    border-radius: 6px;
    padding: 6px 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.rating-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.centre-orientations {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.centre-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
    padding: 12px 16px;
    background: #F0F7FF;
    border-radius: 8px;
    border-left: 4px solid #4A90E2;
}

.price-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.price-amount {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #0B3E74;
}

.price-period {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.centre-description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 24px;
    flex-grow: 1;
}

.centre-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #206AB9;
    color: #FFFFFF;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    transition: background 0.3s ease;
    align-self: flex-start;
}

.centre-btn:hover {
    background: #3A5F96;
}

.centre-btn svg {
    width: 20px;
    height: 20px;
}

.france-map-overlay {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 110px;
    height: 120px;
    pointer-events: none;
    z-index: 10;
}

.france-map-overlay svg {
    width: 100%;
    height: 100%;
    display: block;
}

.france-map-overlay .region > path {
    fill: #F5F8FC !important;
    stroke: #0b3e74 !important;
    stroke-width: 2px !important;
}

.france-map-overlay .region.active > path {
    fill: #68B1FF !important;
}

.centre-card .centre-image {
    position: relative;
    width: 400px;
    height: auto;
    display: flex;
    align-items: center;
}

.difference-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blue-badge-center {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #31C3E6;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 36px;
    color: #003D5C;
    font-weight: 700;
    margin: 0;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.comparison-card {
    background: #F8F9FA;
    border-radius: 20px;
    padding: 25px 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comparison-icon {
    margin-bottom: 25px;
}

.comparison-title {
    font-size: 28px;
    color: #003D5C;
    font-weight: 700;
    margin-bottom: 20px;
}

.comparison-description {
    font-size: 16px;
    line-height: 1.8;
    color: #4A5568;
}

.general-description-section {
    padding: 0px 20px;
    margin-bottom: 40px;
}

.container-text {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #2D3748;
    padding: 0 50px;
}

.find-station-section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.find-station-header {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.find-station-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    max-width: 950px;
    margin: 0 auto;
}

.search-orientations-list {
    background: #F8F9FA;
    border-radius: 8px;
    padding: 15px;
    width: 320px;
    flex-shrink: 0;
}

.search-orientations-list h3 {
    font-size: 18px;
    color: #003D5C;
    font-weight: 700;
    margin-bottom: 15px;
}

.search-orientations-list .orientation-item {
    padding: 5px 0;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.search-orientations-list .orientation-item:last-child {
    border-bottom: none;
}

.search-orientations-list .orientation-item:hover {
    color: #31C3E6;
    transform: translateX(5px);
}

.search-orientations-list .orientation-item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.orientation-name {
    font-size: 14px;
    color: #2D3748;
    font-weight: 500;
}

.orientation-code {
    font-size: 12px;
    color: #718096;
    margin-left: auto;
}

.france-map-container {
    position: relative;
    overflow: hidden;
    width: 600px;
}

.france-map-container iframe {
    width: 100%;
    overflow: hidden;
    height: auto;
    aspect-ratio: 10 / 11;
    border: none;
    display: block;
}

#map-tooltip {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    background: white;
    color: #0b3e74;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 14px;
    display: none;
    z-index: 9999;
    transform: translate(-50%, -120%);
    box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px;
}

#map-tooltip .tooltip-region {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

#map-tooltip .tooltip-stations {
    font-size: 14px;
    color: #4A5568;
    display: flex;
    align-items: center;
    gap: 8px;
}

svg#france-map {
    max-width: 100%;
    height: auto;
}

svg#france-map .region > a path {
    fill: #31C3E6;
    transition: fill 0.2s ease-in-out;
    cursor: pointer;
}

svg#france-map .region > a:hover path {
    fill: #206AB9;
}

svg#france-map .region g[transform] path,
svg#france-map .region g[transform] rect {
    fill: white;
}

svg#france-map .region.disabled > a path {
    fill: #F5F8FC;
    cursor: not-allowed;
}

svg#france-map .region.disabled:hover > a path {
    fill: #e0e0e0;
}

svg#france-map .region.disabled g[transform] path,
svg#france-map .region.disabled g[transform] rect {
    fill: #0b3e74;
}


.recherche-centres-section {
    background: #F7F9FC;
    padding: 60px 0;
}

.recherche-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    padding: 0 20px;
}

.recherche-sidebar {
    width: 320px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px 24px;
    height: fit-content;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
}

.recherche-sidebar .header-section {
    margin-bottom: 32px;
}

.recherche-sidebar .soins-badge {
    display: inline-block;
    background: #31C3E6;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.recherche-sidebar h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #0B3E74;
    margin: 0;
}

.filter-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-group label {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #0B3E74;
}

.filter-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #2D3748;
    background: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-select:hover {
    border-color: #31C3E6;
}

.filter-select:focus {
    outline: none;
    border-color: #31C3E6;
    box-shadow: 0 0 0 3px rgba(49, 195, 230, 0.1);
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 8px 0;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #CBD5E0;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    transition: all 0.2s;
}

.checkbox-label input[type="checkbox"]:checked {
    background: #31C3E6;
    border-color: #31C3E6;
}

.checkbox-label input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.checkbox-label span {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4A5568;
}

.mobile-filter-btn {
    display: none;
}

.active-filters-tags {
    display: none;
}

.sidebar-overlay {
    display: none;
}

.close-filters-btn {
    display: none;
}

.recherche-main {
    min-width: 0;
}

.results-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: none;
    overflow-y: visible;
    overflow-x: hidden;
    padding-right: 12px;
}

.results-container::-webkit-scrollbar {
    width: 8px;
}

.results-container::-webkit-scrollbar-track {
    background: #EDF2F7;
    border-radius: 4px;
}

.results-container::-webkit-scrollbar-thumb {
    background: #CBD5E0;
    border-radius: 4px;
}

.results-container::-webkit-scrollbar-thumb:hover {
    background: #A0AEC0;
}

.loading-message,
.no-results {
    text-align: center;
    padding: 60px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #718096;
}

.centre-card {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    padding: 20px;
    position: relative;
    width: 100%;
    min-width: 900px;
    min-height: 280px;
    flex-shrink: 0;
}

.centre-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.searchcentre-image {
    position: relative;
    width: 500px;
    height: 400px;
    flex-shrink: 0;
    border-radius: 0;
    overflow: hidden;
    background: #F0F4F8;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.searchcentre-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.centre-card:hover .searchcentre-image img {
    transform: scale(1.05);
}

@supports (-webkit-hyphens: none) {
    .searchcentre-image {
        aspect-ratio: 4 / 3;
    }

    .centre-image {
        aspect-ratio: 15 / 10;
    }
}

.centre-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
}

.centre-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #0B3E74;
    margin: 0;
}

.centre-content .centre-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    margin-top: 8px;
}

.rating-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #31C3E6;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.rating-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #718096;
}

.centre-orientations {
    display: flex;
    flex-wrap: wrap;
}

.orientation-tag {
    display: block;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #0B3E74;
}

.centre-location,
.centre-price {
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #4A5568;
}

.centre-location svg,
.centre-price svg {
    flex-shrink: 0;
}

.breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.breadcrumb-link {
    color: #FFFFFF !important;
}

.breadcrumb-link:hover {
    color: #31C3E6 !important;
}

.breadcrumb-current,
.breadcrumb-current span {
    color: #FFFFFF !important;
}

.breadcrumb-separator path {
    stroke: #FFFFFF !important;
}



@media only screen and (max-width: 600px) and (orientation: portrait) {
    .banner-center {
        width: 100% !important;
        min-height: 450px !important;
        background: linear-gradient(rgba(104, 177, 255, 0.6), rgba(104, 177, 255, 0.6)), url('../images/default-centre.jpg') !important;
        background-size: cover !important;
        background-position: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 40px 20px !important;
        box-sizing: border-box !important;
    }

    .banner-center-content {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
        padding: 20px !important;
    }

    .banner-center .title,
    .title {
        width: 100% !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 2rem !important;
        line-height: 40px !important;
        color: #FFFFFF !important;
        text-shadow: 0px 0px 8px #485261 !important;
        text-align: center !important;
        margin: 0 !important;
    }

    .opening-month {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        line-height: 21px !important;
        text-transform: uppercase !important;
        color: #0B3E74 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 16px !important;
        gap: 10px !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        background: #FFFFFF !important;
        border-radius: 50px !important;
        text-align: center !important;
    }

    .orientations-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .orientation-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 18px !important;
        line-height: 23px !important;
        color: #FFFFFF !important;
    }

    .orientation-item svg {
        flex-shrink: 0 !important;
    }

    .demande-doc {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 14px 21px !important;
        gap: 15px !important;
        width: 100% !important;
        max-width: 319px !important;
        height: auto !important;
        background: #FED917 !important;
        border-radius: 5px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 21px !important;
        text-align: center !important;
        text-transform: uppercase !important;
        color: #0B3E74 !important;
        text-decoration: none !important;
        margin-top: 20px !important;
        cursor: pointer !important;
    }

    .presentation-centre {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
        padding: 20px !important;
        padding-top: 60px !important;
        box-sizing: border-box !important;
    }

    .presentation-centre .left-side {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        order: 2 !important;
    }

    .presentation-centre .right-side {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding-top: 0 !important;
        order: 1 !important;
    }

    .blue-badge {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 16px !important;
        gap: 8px !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        background: #31C3E6 !important;
        border-radius: 50px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        text-transform: uppercase !important;
        color: #FFFFFF !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .blue-badge svg {
        width: 15px !important;
        height: auto !important;
    }

    .center-title {
        width: 100% !important;
        height: auto !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 32px !important;
        color: #0B3E74 !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .small-desc {
        width: 100% !important;
        height: auto !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #485261 !important;
        text-align: left !important;
        margin-bottom: 15px !important;
    }

    .big-desc {
        width: 100% !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #404040 !important;
        text-align: left !important;
        margin-bottom: 20px !important;
    }

    .first-plan-image {
        position: relative !important;
        width: 100% !important;
        max-width: 380px !important;
        height: 250px !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        background-color: #f0f0f0 !important;
    }

    .first-plan-image img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .small-images-container {
        display: flex !important;
        flex-direction: row !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 380px !important;
        justify-content: center !important;
    }

    .second-plan-image,
    .second-plan-image1,
    .second-plan-image2,
    .second-plan-image3,
    .second-plan-image4 {
        width: 85px !important;
        height: 60px !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        position: relative !important;
        background-color: #f0f0f0 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        border: 2px solid transparent !important;
        flex: 1 !important;
    }

    .voir-logements-container {
        display: flex !important;
        justify-content: center !important;
        margin-top: 20px !important;
        width: 100% !important;
        max-width: 380px !important;
    }

    .voir-logements-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 12px 24px !important;
        background: #FED916 !important;
        color: #0B3E74 !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        line-height: 18px !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        border-radius: 6px !important;
        transition: background 0.3s ease !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .voir-logements-btn:hover {
        background: #E5C315 !important;
    }

    .voir-logements-btn svg {
        width: 18px !important;
        height: 18px !important;
    }

    .second-plan-image:hover {
        transform: scale(1.05) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    }

    .second-plan-image.active {
        border-color: #31C3E6 !important;
        box-shadow: 0 0 0 2px rgba(49, 195, 230, 0.3) !important;
    }

    .second-plan-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .horaires-ouvertures {
        width: 100% !important;
        height: auto !important;
        background: #F5F8FC !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
        padding: 20px !important;
        box-sizing: border-box !important;
    }

    .horaires-ouvertures .left-side {
        width: 100% !important;
        flex: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
        order: 1 !important;
    }

    .horaires-ouvertures .right-side {
        width: 100% !important;
        flex-shrink: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        padding-top: 0 !important;
        order: 2 !important;
    }

    .horaires-ouvertures .center-title {
        width: 100% !important;
        height: auto !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 32px !important;
        color: #0B3E74 !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .freq_desc {
        width: 100% !important;
        height: auto !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #485261 !important;
        text-align: left !important;
        margin-bottom: 20px !important;
    }

    .horaires,
    .navette,
    .trains {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-bottom: 25px !important;
        width: 100% !important;
    }

    .horaires svg,
    .navette svg,
    .trains svg {
        flex-shrink: 0 !important;
        width: 32px !important;
        height: 32px !important;
    }

    .stat-header {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .stat-title {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 600 !important;
        font-size: 20px !important;
        line-height: 28px !important;
        color: #0B3E74 !important;
        margin: 0 !important;
    }

    .stat-desc {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #6B7280 !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .stat-desc p {
        margin: 0 !important;
    }

    .table-freq-climat {
        width: 100% !important;
        height: auto !important;
        background: #FFFFFF !important;
        font-family: 'Roboto', sans-serif !important;
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15) !important;
        border-collapse: collapse !important;
    }

    .table-header {
        background: #31C3E6 !important;
        color: #FFFFFF !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        text-align: center !important;
    }

    .table-header th {
        padding: 10px 8px !important;
        border: none !important;
    }

    .table-header th:first-child {
        border-top-left-radius: 4px !important;
    }

    .table-header th:last-child {
        border-top-right-radius: 4px !important;
    }

    .table-freq-climat tbody tr {
        border-bottom: 1px solid #B9B9B9 !important;
    }

    .table-freq-climat tbody tr:last-child {
        border-bottom: none !important;
    }

    .table-freq-climat td {
        padding: 8px 5px !important;
        text-align: center !important;
        border-right: 1px solid #B9B9B9 !important;
        font-size: 14px !important;
    }

    .table-freq-climat td:last-child {
        border-right: none !important;
    }

    .table-freq-climat td:first-child {
        color: #0B3E74 !important;
        text-align: left !important;
        padding-left: 10px !important;
    }

    .table-freq-climat td:nth-child(2) {
        color: #31C3E6 !important;
        font-weight: 500 !important;
    }

    .table-freq-climat td.ferme {
        color: #31C3E6 !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        font-size: 12px !important;
    }

    .table-freq-climat td:nth-child(3) {
        color: #485261 !important;
    }

    .legends {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 15px !important;
        margin-top: 20px !important;
        width: 100% !important;
        max-width: 350px !important;
    }

    .legends-frequentation {
        flex: none !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .legends-climat {
        flex: none !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .legend {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .legend .icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 20px !important;
    }

    .legend .label {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #485261 !important;
    }

    .avis-vdo {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        padding: 30px 20px !important;
        background: linear-gradient(180deg, rgba(32, 106, 185, 0.9) 0%, rgba(11, 62, 116, 0.9) 100%) !important;
        gap: 10px !important;
        box-sizing: border-box !important;
    }

    .avis-left-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        flex: none !important;
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .avis-right-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
        flex: none !important;
        width: 100% !important;
    }

    .funfact-right-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
        flex: none !important;
        width: 100% !important;
    }


    .avis-vdo .blue-badge {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 16px !important;
        gap: 8px !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        background: #31C3E6 !important;
        border-radius: 50px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-transform: uppercase !important;
        color: #FFFFFF !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .avis-titre {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 28px !important;
        line-height: 36px !important;
        color: #FFFFFF !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .quote-icon {
        width: 50px !important;
        height: auto !important;
        align-self: flex-start !important;
        flex-shrink: 0 !important;
    }

    .avis-details {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #FFFFFF !important;
        text-align: left !important;
    }

    .certif-vdo {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        color: #FED917 !important;
        text-align: left !important;
        margin-top: 10px !important;
    }

    .section-video {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 20px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .video-content-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        max-width: 100% !important;
        width: 100% !important;
        align-items: center !important;
    }

    .video-text-content {
        flex: none !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
        order: 1 !important;
    }

    .video-text-content .blue-badge {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 16px !important;
        gap: 8px !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        background: #31C3E6 !important;
        border-radius: 50px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-transform: uppercase !important;
        color: #FFFFFF !important;
        text-align: center !important;
    }

    .video-text-content h2 {
        width: 100% !important;
        height: auto !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 28px !important;
        line-height: 36px !important;
        color: #0B3E74 !important;
        margin-bottom: 0 !important;
        text-align: center !important;
    }

    .video-desc {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #485261 !important;
        text-align: left !important;
        width: 100% !important;
    }

    .video-player-container {
        flex: none !important;
        width: 100% !important;
        max-width: 380px !important;
        position: relative !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        order: 2 !important;
    }

    .centre-video {
        display: block !important;
        border-radius: 12px !important;
        width: 100% !important;
        aspect-ratio: 16/9 !important;
    }

    .video-placeholder {
        width: 100% !important;
        height: auto !important;
        min-height: 250px !important;
        background: linear-gradient(180deg, rgba(32, 106, 185, 0.8) 0%, rgba(11, 62, 116, 0.8) 100%), url('/assets/images/default-centre.jpg') !important;
        background-size: cover !important;
        background-position: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 12px !important;
        aspect-ratio: 16/9 !important;
    }

    .video-text {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 48px !important;
        color: #FFFFFF !important;
        letter-spacing: 4px !important;
        text-align: center !important;
    }

    .section-pathologie {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        min-height: auto !important;
        padding: 30px 20px !important;
        background: #F5F8FC !important;
        box-sizing: border-box !important;
    }

    .section-pathologie .blue-badge {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 16px !important;
        gap: 8px !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        background: #31C3E6 !important;
        border-radius: 50px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-transform: uppercase !important;
        color: #FFFFFF !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .section-pathologie .center-title {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 32px !important;
        color: #0B3E74 !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .pathologie-desc {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #6B7280 !important;
        margin-bottom: 30px !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .patho-blocks-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        justify-content: center !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 20px auto 0 !important;
    }

    .patho-blocks-container.patho-blocks-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .patho-table {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 25px 20px !important;
        gap: 20px !important;
        background: #FFFFFF !important;
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1) !important;
        border-radius: 10px !important;
        flex: none !important;
        min-width: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .patho-blocks-container .patho-table {
        flex: none !important;
        min-width: auto !important;
        width: 100% !important;
    }

    .pathologie-category {
        margin-bottom: 20px !important;
        border-bottom: 1px solid #E5E5E5 !important;
        padding-bottom: 20px !important;
        width: 100% !important;
    }

    .pathologie-category:last-child {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .category-title {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 600 !important;
        font-size: 20px !important;
        line-height: 26px !important;
        color: #0B3E74 !important;
        margin-bottom: 20px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .soins-list {
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .soin-item {
        padding: 0 !important;
        border-bottom: none !important;
        display: flex !important;
        align-items: flex-start !important;
    }

    .soin-item svg {
        flex-shrink: 0 !important;
        margin-right: 10px !important;
        margin-top: 0 !important;
        width: 20px !important;
        height: 20px !important;
    }

    .soin-name {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #0B3E74 !important;
        display: flex !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .patho-table .voir-cures-btn,
    .voir-cures-btn {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 12px 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        background: #206AB9 !important;
        border-radius: 5px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center !important;
        text-transform: uppercase !important;
        color: #FFFFFF !important;
        text-decoration: none !important;
        margin-top: 10px !important;
        cursor: pointer !important;
        border: none !important;
    }

    .types {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
        width: 100% !important;
        margin-top: 30px !important;
        margin-left: 0px;
    }

    .type-eau,
    .type-boue,
    .temp-eau {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        margin-top: 0 !important;
        gap: 12px !important;
        flex: none !important;
    }

    .type-header {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        margin-left: 0 !important;
    }

    .type-header .label {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        color: #0B3E74 !important;
    }

    .type-header .type-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 30px !important;
        height: 30px !important;
    }

    .type-header .type-icon svg {
        width: 30px !important;
        height: 30px !important;
    }

    .type-eau p,
    .type-boue p,
    .temp-eau p {
        font-family: 'Roboto', sans-serif !important;
        width: 75%;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #6B7280 !important;
        margin: 0 !important;
    }

    .eau-details {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #6B7280 !important;
    }

    .composition-section {
        margin-top: 10px !important;
    }

    .composition-section strong {
        font-weight: 600 !important;
        color: #0B3E74 !important;
    }

    .types-eau-list {
        margin-top: 8px !important;
        padding-left: 20px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .types-eau-list li {
        margin-bottom: 5px !important;
    }

    .doc-request {
        width: 100% !important;
        height: auto !important;
        min-height: 100vh !important;
        background: linear-gradient(180deg, rgba(32, 106, 185, 0.9) 0%, rgba(11, 62, 116, 0.9) 100%), url('../images/default-centre.jpg') !important;
        background-size: cover !important;
        background-position: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 20px !important;
        box-sizing: border-box !important;
    }

    .doc-request .blue-badge {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 16px !important;
        gap: 8px !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        background: #31C3E6 !important;
        border-radius: 50px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-transform: uppercase !important;
        color: #FFFFFF !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .doc-request h2 {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 28px !important;
        line-height: 36px !important;
        text-align: center !important;
        color: #FFFFFF !important;
        margin-bottom: 20px !important;
    }

    .doc-request-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
        margin-top: 20px !important;
        width: 100% !important;
    }

    .doc-req-desc {
        flex: none !important;
        width: 100% !important;
        color: #FFFFFF !important;
    }

    .doc-req-desc h4 {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 22px !important;
        line-height: 30px !important;
        color: #FED917 !important;
        text-align: left !important;
        margin-bottom: 15px !important;
    }

    .doc-req-desc p {
        width: 100% !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        margin-bottom: 20px !important;
        color: #FFFFFF !important;
    }

    .doc-req-legend {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
    }

    .doc-req-legend .icon {
        width: 20px !important;
        height: 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
        margin-top: 2px !important;
    }

    .doc-req-legend .icon svg {
        width: 20px !important;
        height: 20px !important;
    }

    .doc-req-legend .label {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        display: flex !important;
        align-items: flex-start !important;
        color: #FFFFFF !important;
        flex: 1 !important;
    }

    .doc-req-form {
        margin-top: 0 !important;
        width: 100% !important;
    }

    .form-row {
        margin-bottom: 12px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .form-row.form-row-half {
        flex-direction: column !important;
    }

    .form-row input,
    .form-row textarea {
        height: 45px !important;
        flex: 1 !important;
        width: 100% !important;
        padding: 12px 15px !important;
        border: 2px solid #E5E5E5 !important;
        border-radius: 8px !important;
        font-family: 'Roboto', sans-serif !important;
        font-size: 16px !important;
        color: #485261 !important;
        transition: border-color 0.3s !important;
        box-sizing: border-box !important;
        background: #FFFFFF !important;
    }

    .form-row input:focus,
    .form-row textarea:focus {
        outline: none !important;
        border-color: #31C3E6 !important;
    }

    .form-row textarea {
        min-height: 120px !important;
        height: auto !important;
        resize: vertical !important;
        padding-top: 12px !important;
    }

    .form-row input::placeholder,
    .form-row textarea::placeholder {
        color: #B9B9B9 !important;
    }

    .btn-submit {
        width: 100% !important;
        padding: 15px !important;
        background: #FED917 !important;
        color: #0B3E74 !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
        border: none !important;
        border-radius: 8px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        margin-top: 10px !important;
    }

    .btn-submit:hover {
        background: #e5c315 !important;
        transform: translateY(-2px) !important;
    }

    .btn-submit:active {
        transform: translateY(0) !important;
    }

    .form-note {
        text-align: center !important;
        color: rgb(255, 255, 255) !important;
        font-size: 14px !important;
        margin-top: 15px !important;
    }

    #contact-id {
        opacity: 0 !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        height: 0 !important;
        width: 0 !important;
        z-index: -1 !important;
        pointer-events: none !important;
    }

    .success-message {
        background: #FFFFFF !important;
        padding: 30px 20px !important;
        border-radius: 10px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .success-message h3 {
        font-family: 'Roboto' !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        color: #31C3E6 !important;
        margin-bottom: 15px !important;
    }

    .success-message p {
        font-family: 'Roboto' !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        color: #485261 !important;
        line-height: 22px !important;
    }

    .errors {
        background: #fff3cd !important;
        border: 1px solid #ffc107 !important;
        color: #856404 !important;
        padding: 15px !important;
        border-radius: 8px !important;
        margin-bottom: 20px !important;
    }

    .errors strong {
        display: block !important;
        margin-bottom: 10px !important;
        font-size: 16px !important;
    }

    .errors ul {
        margin: 0 !important;
        padding-left: 20px !important;
        font-size: 14px !important;
    }

    .errors li {
        margin-bottom: 5px !important;
    }

    .curiste-articles {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 20px !important;
        width: 100% !important;
        height: auto !important;
        flex: none !important;
        box-sizing: border-box !important;
    }

    .curiste-articles .blue-badge {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 16px !important;
        gap: 8px !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        background: #31C3E6 !important;
        border-radius: 50px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-transform: uppercase !important;
        color: #FFFFFF !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .curiste-articles h2 {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 32px !important;
        color: #0B3E74 !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .articles-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        height: auto !important;
        margin-top: 20px !important;
        width: 100% !important;
    }

    .article-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0 !important;
        gap: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: #FFFFFF !important;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15) !important;
        border-radius: 5px !important;
        overflow: hidden !important;
        transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    }

    .article-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
    }

    .article-image {
        width: 100% !important;
        height: 200px !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .article-image-placeholder {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .article-content {
        padding: 20px !important;
        text-align: left !important;
        flex-grow: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .article-title {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        color: #0B3E74 !important;
        margin-bottom: 12px !important;
        min-height: auto !important;
    }

    .article-description {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #666 !important;
        margin-bottom: 16px !important;
        flex-grow: 1 !important;
    }

    .article-link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #31C3E6 !important;
        text-decoration: none !important;
        transition: color 0.3s ease !important;
        align-self: flex-end !important;
    }

    .article-link:hover {
        color: #0B3E74 !important;
    }

    .article-link svg {
        width: 20px !important;
        height: 20px !important;
    }

    .thermcenter-avis {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 20px !important;
        gap: 20px !important;
        width: 100% !important;
        height: auto !important;
        background: #F5F8FC !important;
        box-sizing: border-box !important;
    }

    .thermcenter-avis-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 !important;
        gap: 20px !important;
        width: 100% !important;
        height: auto !important;
        flex: none !important;
    }

    .thermcenter-avis .blue-badge {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 16px !important;
        gap: 8px !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        background: #31C3E6 !important;
        border-radius: 50px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-transform: uppercase !important;
        color: #FFFFFF !important;
        text-align: center !important;
    }

    .thermcenter-avis-content h2 {
        width: 100% !important;
        height: auto !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 32px !important;
        text-align: center !important;
        color: #0B3E74 !important;
    }

    .avis-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 20px 0 !important;
    }

    .bloc-average {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 20px !important;
        width: 100% !important;
        background: #FFFFFF !important;
        border-radius: 10px !important;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important;
    }

    .average-rating {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #31C3E6 !important;
        border-radius: 12px !important;
        padding: 30px !important;
        margin-bottom: 20px !important;
        min-width: 150px !important;
        width: auto !important;
    }

    .rating-number,
    .no-rating {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 56px !important;
        line-height: 1 !important;
        color: #FFFFFF !important;
    }

    .bloc-average p {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 18px !important;
        color: #0B3E74 !important;
        margin-top: 10px !important;
        text-align: center !important;
    }

    .bareme {
        flex: none !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
    }

    .note-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        width: 100% !important;
        position: relative !important;
    }

    .note-item h4 {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 18px !important;
        color: #485261 !important;
        margin: 0 !important;
        flex: 1 !important;
    }

    .progress-container {
        display: none !important;
    }

    .progress-bar {
        display: none !important;
    }

    .note-value {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #31C3E6 !important;
        position: static !important;
        flex-shrink: 0 !important;
        min-width: 30px !important;
        text-align: right !important;
    }

    .avis-list-container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 20px 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .avis-card {
        background: #FFFFFF !important;
        border: 1px solid #E0E0E0 !important;
        border-radius: 10px !important;
        padding: 20px !important;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important;
    }

    .avis-header-card {
        margin-bottom: 16px !important;
    }

    .avis-certification {
        display: flex !important;
        align-items: flex-start !important;
        gap: 8px !important;
        background: #F0F7FF !important;
        padding: 12px !important;
        border-radius: 8px !important;
    }

    .check-icon {
        flex-shrink: 0 !important;
    }

    .check-icon svg {
        width: 20px !important;
        height: 20px !important;
    }

    .cert-text {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 16px !important;
        color: #0B3E74 !important;
    }

    .avis-author {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #0B3E74 !important;
        margin-bottom: 12px !important;
    }

    .avis-content {
        margin-bottom: 16px !important;
    }

    .avis-text {
        font-family: 'Roboto' !important;
        font-style: italic !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #485261 !important;
    }

    .avis-scores {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-top: 16px !important;
    }

    .score-item {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 8px 12px !important;
        background: #F0F7FF !important;
        border-radius: 20px !important;
    }

    .score-badge {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 32px !important;
        height: 32px !important;
        padding: 0 8px !important;
        background: #31C3E6 !important;
        color: #FFFFFF !important;
        border-radius: 6px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        flex-shrink: 0 !important;
    }

    .score-label {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 18px !important;
        color: #0B3E74 !important;
        flex: 1 !important;
    }

    .logement-suggestion-section {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 20px !important;
        width: 100% !important;
        height: auto !important;
        flex: none !important;
        box-sizing: border-box !important;
    }

    .logement-suggestion-section .blue-badge {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 16px !important;
        gap: 8px !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        background: #31C3E6 !important;
        border-radius: 50px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-transform: uppercase !important;
        color: #FFFFFF !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .logement-suggestion-section h2 {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 32px !important;
        color: #0B3E74 !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .logement-list-container {
        display: block !important;
        padding: 0 !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        width: 100% !important;
    }

    .logement-card {
        background: #FFFFFF !important;
        border: 1px solid #E5E7EB !important;
        border-radius: 8px !important;
        overflow: visible !important;
        transition: box-shadow 0.3s ease !important;
        display: block !important;
        width: 100% !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
        margin-bottom: 20px !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 1 !important;
    }

    .logement-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    }

    .logement-image {
        width: 100% !important;
        height: 200px !important;
        overflow: hidden !important;
        display: block !important;
    }

    .logement-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    .logement-content {
        padding: 20px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .logement-content h3 {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        color: #0B3E74 !important;
        margin: 0 0 12px 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }

    .logement-price {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 18px !important;
        color: grey !important;
        margin-bottom: 15px !important;
    }

    .logement-price-amount {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 16px !important;
        background: #31C3E6 !important;
        border-radius: 5px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 20px !important;
        line-height: 24px !important;
        color: #FFFFFF !important;
        margin-bottom: 15px !important;
    }

    .logement-features {
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .logement-features li {
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 22px !important;
        color: #4B5563 !important;
        margin-bottom: 8px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .logement-features li svg {
        flex-shrink: 0 !important;
        width: 18px !important;
        height: 18px !important;
        margin-top: 2px !important;
    }

    .logement-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        background: #206AB9 !important;
        width: 100% !important;
        color: #FFFFFF !important;
        text-decoration: none !important;
        padding: 12px 24px !important;
        border-radius: 6px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center !important;
        text-transform: uppercase !important;
        transition: background 0.3s ease !important;
        margin-top: auto !important;
    }

    .logement-link:hover {
        background: #1a5a9e !important;
    }

    .logement-link svg {
        width: 20px !important;
        height: 20px !important;
    }

    .voir-plus-container {
        text-align: center !important;
        margin: 20px 0 !important;
        width: 100% !important;
    }

    .voir-plus-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        padding: 14px 24px !important;
        background: #FED917 !important;
        color: #0B3E74 !important;
        text-decoration: none !important;
        border-radius: 6px !important;
        font-family: 'Roboto' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 20px !important;
        text-transform: uppercase !important;
        transition: background 0.3s ease !important;
    }

    .voir-plus-btn:hover {
        background: #e5c315 !important;
    }

    .voir-plus-btn svg {
        width: 20px !important;
        height: 20px !important;
    }

    .yellow-border {
        position: relative !important;
        width: 100% !important;
    }

    .banner-station {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        justify-content: center;
    }

    .banner-station .opening-month {
        width: fit-content !important;
    }

    .banner-station-content {
        align-items: center !important;
    }

    .centres-section {
        padding: 40px 10px;
    }

    .centres-title {
        font-size: 32px;
        line-height: 42px;
    }

    .centre-card {
        grid-template-columns: 1fr;
        gap: 0;
        flex-direction: column;
        padding: 0;
        max-width: 100%;
        min-width: 0;
    }

    .centre-name {
        font-size: 24px;
        line-height: 32px;
    }

    .centre-image {
        width: 100%;
        height: 220px;
    }

    .centre-content {
        padding: 24px;
    }

    .centre-orientations {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .centre-btn {
        width: 100%;
    }

    .centres-header .blue-badge {
        width: fit-content !important;
        align-items: center !important;
    }

    .activity-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 32px;
    }

    .activities-section {
        padding: 40px 20px;
        min-height: auto;
    }

    .activities-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .activities-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        width: 100%;
    }

    .activity-card {
        width: 100%;
        max-width: 100%;
    }

    .activity-image {
        height: 200px;
    }

    .activity-content {
        padding: 20px;
    }

    .activity-name {
        font-size: 20px;
        line-height: 28px;
    }

    .gallery-top {
        width: 100%;
        max-width: 576px;
        height: 250px;
    }

    .gallery-top .swiper-wrapper {
        height: 250px;
    }

    .gallery-top .swiper-slide {
        width: 100%;
        height: 250px !important;
    }

    .gallery-thumbs {
        width: 100%;
        max-width: 576px;
        height: 80px;
    }

    .gallery-thumbs .swiper-slide {
        width: 110px;
        height: 80px;
    }

    .holding-photos {
        width: 95%;
        height: 80%;
    }

    .center-photos {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #precedent, #suivant {
        top: 70%;
    }

    .index-pictures {
        top: 2%;
    }

    .section-title {
        font-size: 28px;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .comparison-title {
        font-size: 24px;
    }
    
    .find-station-content {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .search-orientations-list {
        width: 100%;
        max-width: 100%;
        order: 2;
    }

    .search-orientations-list h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .centre-content .centre-rating {
        display: flex;
        flex-direction: row;
    }

    .search-orientations-list .orientation-item {
        padding: 12px 15px;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .search-orientations-list .orientation-item:hover {
        background: #f0f9ff;
    }

    .search-orientations-list .orientation-name {
        font-size: 15px;
    }

    .search-orientations-list .orientation-code {
        font-size: 13px;
    }

    .france-map-container {
        width: 100%;
        max-width: 100%;
        order: 1;
    }

    .france-map-container iframe {
        width: 100%;
        height: auto;
    }

    .recherche-main .france-map-overlay {
        bottom: 2px !important;
        right: 10px !important;
    }

    .france-map-overlay {
        bottom: 2px !important;
        right: 25px !important;
    }

    .searchcentre-image,
    .centre-image {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 12px 12px 0 0;
    }

    .centre-content {
        padding: 20px;
    }

    .centre-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .recherche-centres-section {
        padding: 30px 0;
    }

    .recherche-container {
        flex-direction: column;
        gap: 8px;
        padding: 0 15px;
        position: relative;
        z-index: 1;
    }

    .mobile-filter-btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: fit-content;
        background: #4A90E2;
        color: white;
        border: none;
        border-radius: 8px;
        padding: 14px 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
        transition: all 0.3s ease;
        position: relative;
        z-index: 999 !important;
        pointer-events: auto !important;
    }

    .mobile-filter-btn:active {
        transform: scale(0.98);
        box-shadow: 0 1px 4px rgba(74, 144, 226, 0.3);
    }

    .active-filters-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 16px;
    }

    .filter-tag {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #E3F2FD;
        color: #0B3E74;
        padding: 8px 12px;
        border-radius: 20px;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 500;
    }

    .filter-tag span {
        text-transform: capitalize;
    }

    .remove-tag {
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #4A90E2;
        transition: color 0.2s ease;
    }

    .remove-tag:active {
        color: #0B3E74;
    }

    .recherche-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        max-width: 360px;
        height: 100vh;
        z-index: 1000;
        padding: 0;
        border-radius: 0;
        transition: left 0.3s ease;
        overflow-y: auto;
    }

    .recherche-sidebar.active {
        left: 0;
    }

    .sidebar-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 999;
    }

    .sidebar-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .sidebar-content {
        padding: 24px 20px;
        margin-bottom: 50px;
        position: relative;
    }

    .close-filters-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 36px;
        height: 36px;
        background: #F7F9FC;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.2s ease;
        z-index: 10;
    }

    .close-filters-btn:active {
        background: #E2E8F0;
    }

    .recherche-sidebar .header-section {
        margin-bottom: 24px;
        padding-right: 40px;
    }

    .recherche-sidebar h1 {
        font-size: 22px;
        line-height: 1.3;
    }

    .filter-section {
        gap: 20px;
    }

    .filter-group label {
        font-size: 11px;
    }

    .filter-select {
        font-size: 14px;
        padding: 12px 14px;
    }

    .checkbox-label {
        padding: 10px 12px;
        font-size: 14px;
    }

    .checkbox-label span {
        font-size: 14px;
    }

    .recherche-main {
        width: 100%;
    }

    .results-container {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }

    .searchcentre-image {
        width: 100%;
        height: 220px;
        border-radius: 12px 12px 0 0;
    }

    .searchcentre-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .centre-content {
        padding: 20px;
    }

    .centre-title {
        font-size: 18px;
        line-height: 1.3;
    }

    .centre-location {
        font-size: 14px;
    }

    .centre-rating {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .rating-badge {
        font-size: 16px;
        padding: 6px 12px;
    }

    .rating-text {
        font-size: 12px;
    }

    .centre-orientations {
        flex-direction: column;
        gap: 8px;
    }

    .orientation-tag {
        font-size: 12px;
    }
}

/* paysage */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .banner-center {
        min-height: 400px;
        padding: 30px 40px;
    }

    .banner-center-content {
        max-width: 90%;
    }

    .banner-center .title,
    .title {
        font-size: 2.5rem;
        line-height: 48px;
    }

    .orientations-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .orientation-item {
        font-size: 16px;
    }

    .demande-doc {
        max-width: 280px;
    }

    .mobile-filter-btn {
        display: none;
    }

    .recherche-centres-section .mobile-filter-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 20px;
        background: #4A90E2;
        color: #FFFFFF;
        border: none;
        border-radius: 8px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s;
        position: relative;
        margin-bottom: 20px;
        box-shadow: 0 2px 8px rgba(11, 62, 116, 0.2);
    }

    .recherche-centres-section .mobile-filter-btn:hover {
        background: #0A3562;
    }

    .recherche-sidebar {
        width: 350px;
        background: #FFFFFF;
        padding: 24px 20px;
        height: 100vh;
        box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        left: -350px;
        z-index: 1002;
        overflow-y: auto;
        transition: left 0.3s ease;
    }

    .recherche-sidebar.active {
        left: 0;
    }

    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1001;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .sidebar-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .close-filters-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: #F0F4F8;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background 0.3s;
        margin-bottom: 16px;
    }

    .close-filters-btn:hover {
        background: #E2E8F0;
    }

    .recherche-container {
        display: block;
    }

    .recherche-main {
        width: 100%;
    }

    .centres-grid {
        gap: 20px;
        padding: 0 20px;
    }

    .centre-card {
        min-width: auto;
        width: 100%;
        max-width: 100%;
        padding: 15px;
        min-height: auto;
        gap: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .searchcentre-image {
        width: 280px;
        min-width: 280px;
        height: 200px;
        flex-shrink: 0;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

    .searchcentre-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .centre-content {
        padding: 0 15px 0 0;
        flex: 1;
        min-width: 0;
        gap: 5px;
    }

    .centre-name {
        font-size: 18px;
        line-height: 24px;
    }

    .centre-location {
        font-size: 13px;
    }

    .rating-badge {
        font-size: 13px;
        padding: 4px 8px;
    }

    .orientation-tag {
        font-size: 11px;
        padding: 5px 10px;
    }

    .info-section {
        padding: 40px 20px;
    }

    .info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .map-section {
        padding: 40px 20px;
    }

    .map-container {
        height: 350px;
    }

    .activities-section {
        padding: 40px 20px;
    }

    .activities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .difference-section {
        padding: 40px 20px;
    }

    .difference-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .video-content-wrapper {
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }

    .video-text-content {
        flex: 1;
        max-width: 400px;
    }

    .video-player-container {
        flex: 1;
        max-width: 500px;
        width: 100%;
    }

    .video-placeholder {
        height: 300px;
    }

    .video-text-content h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .video-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .section-video {
        padding: 60px 40px;
    }

    .centres-section {
        padding: 40px 10px;
    }

    .presentation-centre {
        flex-direction: column;
        padding: 25px;
        gap: 30px;
    }

    .presentation-centre .left-side {
        width: 100%;
        max-width: 100%;
        order: 1;
    }

    .presentation-centre .right-side {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
        order: 2;
    }

    .presentation-centre .blue-badge {
        margin-bottom: 20px;
    }

    .center-title {
        width: 100%;
        height: auto;
        font-size: 28px;
        line-height: 36px;
        margin-top: 10px;
    }

    .small-desc {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        height: auto;
        margin-bottom: 20px;
    }

    .big-desc {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .first-plan-image {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; /* 16/9 */
        position: relative;
    }

    .first-plan-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-container.gallery-top {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
    }

    .swiper-container.gallery-top .swiper-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container.gallery-top .swiper-slide {
        height: 100%;
    }

    .swiper-container.gallery-top .ratio {
        padding-bottom: 0;
    }

    .swiper-container.gallery-thumbs {
        margin-top: 10px;
        height: auto;
    }

    .horaires-ouvertures {
        flex-direction: row;
        padding: 50px 40px;
        gap: 20px;
        align-items: flex-start;
    }

    .horaires-ouvertures .left-side {
        flex: 1;
        max-width: 450px;
        padding-left: 30px;
    }

    .horaires-ouvertures .right-side {
        flex: 1;
        max-width: 450px;
    }

    .horaires-ouvertures .center-title {
        font-size: 28px;
        line-height: 36px;
        text-align: left;
    }

    .freq_desc {
        font-size: 16px;
        line-height: 22px;
    }

    .stat-header {
        gap: 12px;
    }

    .stat-title {
        font-size: 18px;
        line-height: 24px;
    }

    .stat-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .table-freq-climat {
        width: 100%;
        font-size: 13px;
    }

    .table-freq-climat thead th {
        padding: 10px 8px;
        font-size: 13px;
    }

    .table-freq-climat tbody td {
        padding: 10px 8px;
        font-size: 13px;
    }

    .legends {
        gap: 15px;
    }

    .legend {
        font-size: 12px;
    }

    .avis-vdo {
        flex-direction: row;
        padding: 60px 40px;
        gap: 40px;
    }

    .avis-left-content {
        flex: 0 0 auto;
        max-width: 350px;
    }

    .avis-right-content {
        flex: 1;
        padding: 30px;
    }

    .avis-titre {
        font-size: 28px;
        line-height: 36px;
    }

    .avis-details {
        font-size: 16px;
        line-height: 24px;
    }

    .quote-icon {
        width: 50px;
        height: auto;
        flex-shrink: 0;
    }

    .avis-header {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .bloc-average {
        width: 100%;
        max-width: 300px;
    }

    .bareme {
        width: 100%;
    }

    .section-pathologie {
        padding: 60px 40px;
    }

    .section-pathologie .center-title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .pathologie-desc {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 30px;
    }

    .patho-blocks-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .patho-blocks-container {
        gap: 20px;
    }

    .patho-table {
        padding: 20px;
    }

    .category-title {
        font-size: 20px;
        line-height: 28px;
    }

    .soins-list {
        gap: 10px;
    }

    .soin-item {
        font-size: 14px;
        line-height: 20px;
    }

    .types {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 0;
        margin-left: 0;
        align-items: flex-start;
    }

    .type-eau,
    .type-boue,
    .temp-eau {
        padding: 10px;
        width: 100%;
        text-align: left;
    }

    .type-header {
        gap: 10px;
        margin-bottom: 15px;
    }

    .type-header .label {
        font-size: 16px;
    }

    .doc-request {
        padding: 30px 0px;
        height: 700px;
    }

    .doc-request h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .doc-request-content {
        flex-direction: row;
        gap: 65px;
        align-items: flex-start;
    }

    .doc-req-desc {
        flex: 1;
        max-width: 450px;
    }

    .doc-req-desc h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .doc-req-desc p {
        font-size: 14px;
        line-height: 20px;
    }

    .doc-req-legend {
        font-size: 13px;
        gap: 8px;
    }

    .doc-req-form {
        flex: 1;
        max-width: 450px;
    }

    .form-row input,
    .form-row textarea {
        font-size: 14px;
        padding: 12px;
    }

    .form-row-half {
        flex-direction: row;
        gap: 15px;
    }

    .form-row-half input {
        flex: 1;
    }

    .btn-submit {
        padding: 14px 28px;
        font-size: 15px;
    }

    .curiste-articles {
        padding: 60px 40px;
    }

    .curiste-articles h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .article-card {
        min-height: 380px;
    }

    .article-image {
        height: 200px;
    }

    .article-title {
        font-size: 18px;
        line-height: 24px;
    }

    .article-description {
        font-size: 14px;
        line-height: 20px;
    }

    .blue-badge {
        font-size: 12px;
        padding: 6px 12px;
        gap: 6px;
        margin-bottom: 15px;
    }

    .blue-badge svg {
        width: 15px;
        height: auto;
    }

    .voir-logements-container {
        margin-top: 15px;
    }

    .voir-logements-btn {
        font-size: 13px;
        padding: 10px 20px;
    }

    .logement-list-container {
        padding: 0%;
    }

    .logement-suggestion-section {
        padding: 30px;
    }

    .thermcenter-avis {
        padding: 40px 20px;
    }
}