/* General Styling */
body {
    margin: 0;
    font-family: "Prompt", serif;
    line-height: 1.5;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    transition: background 0.3s, backdrop-filter 0.3s;
    z-index: 1000;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.social-media a {
    /* color: #000000;
    margin-right: 10px; */
    display: none;
}

.social-media {
    min-width: 167.21px;
}

.logo img {
    height: 180px;
}

.phone-button button {
    background: #000000;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 1rem;
}

nav {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 40px;
    padding: initial;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: #000000;
    font-size: 1.2rem;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 180px;

}


.dropdown-menu a:hover {
    background-color: #000000;
    color: white;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.content {
    margin-top: 300px;
    text-align: center;
}

.titles {
    display: flex;
    margin-bottom: 50px;
    flex-direction: column;
}

.title-form {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    justify-self: center;


}

.hero-section {
    position: relative;
    width: auto;
    height: 32vh;
    background: url('./img/wrinkles.jpeg') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 20px;
}

.hero-section span {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}

.hero-section p {
    font-size: 1.5rem;
    margin-top: 10px;

}

.saviez-vous {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    justify-self: center;
    margin-top: 100px;
}

.question-mark {
    font-size: 5rem;
    color: #000000;
}

.span-start-div {
    padding: 50px;
}

.saviez-vous span {
    font-size: 2.5rem;
    margin-top: 20px;
    font-family: "Cormorant Garamond", serif;
}

.saviez-vous p {
    font-size: 1.2rem;
    margin-top: 10px;
}

.structure-poil {
    margin-top: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 100px;
}

.poil-title {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.img-poils-ex {
    width: 50%;
    align-self: center;
}

.description-poil {
    font-size: 1rem;
    margin-top: 20px;
}

.content-container h1 {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
}


.layer-number {
    font-style: italic;
    font-size: 3rem;
    font-weight: 300;
    margin-right: 10px;

}


.epiderme-header {
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #000000;
}

.epiderme-title {
    margin: 0;
    color: #000000;
    font-size: 2.5em;
    font-family: "Cormorant Garamond", serif;
}

.epiderme-content {
    padding: 20px;
    max-width: 900px;
    margin: auto;
}

.epiderme-intro ul {
    background-color: #efefef;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    display: flex;
    gap: 15px;

}

.cell-card,
.layer-card {
    background: white;
    padding: 15px;
    margin: 15px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

}

.cell-card h3,
.layer-card h3 {
    color: #000000;
}

.cell-card ul {
    list-style-type: none;
}

.melanocytes {
    background-color: #efefef;
    border: 1px solid;
}

.langerhans {
    background-color: #efefef;
    border: 1px solid;
}

.merkel {
    background-color: #efefef;
    border: 1px solid;
}

.derme-header {
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #000000;

}

.derme-title {
    margin: 0;
    color: #000000;
    font-size: 2.5em;
    font-family: "Cormorant Garamond", serif;
}

.derme-container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h2 {
    color: black;
}

.highlight {
    font-weight: bold;
}

.section {
    margin-bottom: 20px;
}

.derme-parts ul {
    list-style-type: none;
}

.fibroblastes-list,
.vaisseaux-list,
.terminaisons-list {
    list-style-type: none !important;
    padding-left: 0;
}

.fibroblastes-list li::before {
    content: "✔ ";
    color: black;

}

.hypodermis-functions li::before {
    content: "✔ ";
    color: black;
}

.vaisseaux-list li::before,
.terminaisons-list li::before {
    content: "✔ ";
    color: black;
}

.derme-parts {
    background: #efefef;
    padding: 10px;
    border-radius: 5px;
}

.hypodermis-section {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.hypodermis-description {
    margin-top: 20px;
}

.roles {
    font-size: 20px;
    font-weight: bold;
}

.hypodermis-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.hypodermis-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.hypodermis-functions {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.hypodermis-function {
    font-size: 1rem;
    margin-bottom: 10px;
}

.hypodermis-additional-info {
    font-size: 1rem;
    line-height: 1.6;
}

.comparison-section {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Title styles */
.comparison-title {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    margin-bottom: 30px;
}

/* Image container styles */
.comparison-images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.comparison-image {
    margin: 0 10px;
}

.comparison-image-left,
.comparison-image-right {
    max-width: 100%;
    height: auto;
}

.vs-text {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 20px;
}

/* Comparison text */
.comparison-text {
    text-align: center;
    margin-bottom: 30px;
}

.comparison-info-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
}

/* Card container styles */
.comparison-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.comparison-card {
    width: 48%;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.card-description {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #666;
}

.last-text-vs {
    margin-top: 30px;
    display: flex;
}

.card-additional-info {
    font-size: 0.9rem;
    color: #888;
}

.skin-firmness-section,
.sculptface-section {

    color: #000000;
    padding: 100px;
    width: auto;
    margin: auto;
    border-radius: 10px;

}

.skin-title,
.sculptface-title {
    font-size: 2.5rem;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 20px;

}

.skin-content,
.sculptface-content {
    text-align: justify;
}

.sleep-wrinkles-container {
    display: flex;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.sleep-wrinkles-image {
    width: 50%;
    border-radius: 10px;
}

.sleep-wrinkles-text {
    width: 50%;
    padding-left: 20px;
}

.sleep-wrinkles-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-family: "Cormorant Garamond", serif;

}

.sleep-wrinkles-content {
    font-size: 14px;
    line-height: 1.6;
}

.skin-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sculptface-image {
    width: 50%;
    border-radius: 25px;
}

.sculptface-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sculptface-text {
    flex: 1;
}

.sculptface-description {
    font-size: 1.2rem;
    line-height: 1.6;
}

.wrinkle-causes-section {
    text-align: center;
    margin-top: 40px;
}

.wrinkle-causes-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
}

.wrinkle-causes-image {
    width: auto;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.wrinkle-causes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
    padding: 0px 100px;
    margin-bottom: 100px;
}

.wrinkle-cause-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.wrinkle-cause-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.wrinkle-cause-text {
    font-size: 14px;
    line-height: 1.6;
}

.hifes {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.hifes-title {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}


.skin-subtitle {
    font-size: 1.8rem;
    margin-top: 30px;
    font-family: "Cormorant Garamond", serif;
}

.highlight {
    background: #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}

.skin-text {
    font-size: 1.2rem;
    line-height: 1.6;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
}

.skin-text:hover {
    transform: scale(1.02);
    color: black;
}


.slider-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
}

.slide img {
    max-width: 40%;
    height: auto;
    border-radius: 10px;
}

.slide h2 {
    margin: 10px 0;
    font-size: 24px;
}

.slide p {
    font-size: 16px;
    color: #555;
    padding: 0px 250px;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.prev {
    left: 100px;
    /* Adjusted spacing from the left edge */
}

.next {
    right: 100px;
    /* Adjusted spacing from the right edge */
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}





.poils-pq {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
}

.title-poils-pq {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.5rem;
}


.content-wrapper {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.info-block {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


.info-block:hover {
    transform: scale(1.02);
}

.info-block ul {
    text-align: left;
}

.info-block h2 {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.info-block p {
    display: none;
    margin-top: 10px;
    font-size: 1rem;
}

.actifs-container {
    max-width: 900px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.actifs-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.actifs-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.actifs-header {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.actifs-content {
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-actifs {
    width: 40%;
    height: auto;
    margin: 30px 0px;
}

.toggle-icon {
    transition: transform 0.3s ease-in-out;
}

.expanded .toggle-icon {
    transform: rotate(180deg);
}

.expanded p {
    display: block;
}

.highlight-box {
    border: 0.5px solid;
    padding: 15px;
    border-radius: 10px;
    margin: 30px;
}

.content-wrapper-2 {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.info-block-2 {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.info-block-2:hover {
    transform: scale(1.02);
}

.info-block-2 h2 {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.info-block-2 p {
    display: none;
    margin-top: 10px;
    font-size: 1rem;
}

.toggle-icon {
    transition: transform 0.3s ease-in-out;
}

.expanded .toggle-icon {
    transform: rotate(180deg);
}

.expanded p {
    display: block;
}


.image-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.image-gallery img {
    width: 100%;
    border-radius: 10px;
}

.laser-wrapper {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.laser-wrapper span {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}

.toggle-btn {
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-btn:hover {
    background-color: #f4f4f4;
}

.toggle-content {
    padding: 15px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.toggle-content li {
    list-style-type: none;
}

.slide li {
    list-style-type: none;
}

.slide ul {
    justify-items: left;
    justify-self: center;
}

.visible {
    display: block;
}

#slider3 {
    margin-top: 150px;
}

.contre-indications-title {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}

.accordion-title {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}

.accordion {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}

.accordion-button {
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: #f8f8f8;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.accordion-button:hover {
    background-color: #e7e7e7;
}

.accordion-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content p,
.accordion-content ul {
    margin: 10px 0;
}

.accordion-content ul {
    padding-left: 20px;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    /* Adjust based on content size */
    padding: 15px;
}

.laser-effects-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.effect-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.effect-card:hover {
    transform: scale(1.02);
}

.laser-effects-title {
    font-size: 2.5rem;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.effects-listing {
    list-style-type: none;
    padding: 0;
}

.effects-listing li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.post-session-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    width: 100%;
    justify-self: center;
}

.post-session-card h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #333;
}

.post-session-card ul {
    list-style-type: none;
    padding: 0;
}

.post-session-card ul li {
    margin-bottom: 10px;
    font-size: 1em;
    color: #555;
}

.post-session-card ul li::before {
    content: "✔";
    color: #4CAF50;
    margin-right: 10px;
}

.laser-test-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
}

.laser-test-content {
    width: 50%;
    padding: 25px;
    text-align: left;
}

.laser-test-content span {
    font-size: 2.5rem;
    color: #000000;

    font-family: "Cormorant Garamond", serif;
}

.laser-test-content p {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
}

.laser-test-image {
    width: 50%;
    text-align: center;
}

.laser-test-image img {
    max-width: 100%;
    border-radius: 10px;
}

.sessions {
    display: flex;
    flex-direction: row;
}

.prep-session,
.action-session,
.aftercare-session {
    position: relative;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    color: white;
    overflow: hidden;
    align-content: center;
}

.prep-session::before,
.action-session::before,
.aftercare-session::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.prep-session div,
.action-session div,
.aftercare-session div {
    position: relative;
    z-index: 1;
}

.prep-session {
    background: url('./img/avant-seance.jpeg') center/cover;
}

.action-session {
    background: url('./img/img-laser-avant-seance.jpeg') center/cover;
}

.aftercare-session {
    background: url('./img/apres-seance.jpeg') center/cover;

    display: flex;
    flex-direction: column;
    gap: 15px;
}

.prep-title,
.action-title,
.aftercare-title {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 10px;
}

.prep-content,
.action-content,
.aftercare-content {
    font-size: 1em;
    line-height: 1.6;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 20px;
}

.menopause-container {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.menopause-title {
    text-align: center;
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
    padding-bottom: 10px;
}

.menopause-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.unique-accordion-header {
    background-color: #f5f5f5;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-icon {
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s;
}

.unique-accordion-content {
    display: none;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
}

.hormones-container {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hormones-title {
    text-align: center;
    font-size: 2.5rem;
    padding: 15px;
    font-family: "Cormorant Garamond", serif;
    background: #fff;
    margin-bottom: 20px;
}

.hormones-list {
    list-style-type: none;
}

.hormones-section {
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.hormones-section strong {
    color: #000000;
}

.hormones-list {
    padding-left: 20px;
}

.white-hair-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

.causes-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 10px;
}

.cause-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.img-cards {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.title-poils-blanc {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

p {
    color: #000000;
}



.footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.footer img {
    width: 120px;
    /* Adjust size as needed */
    margin-bottom: 10px;
}

.footer p {
    margin: 5px 0;
    font-size: 0.7rem;
    color: #b7b7b7;
    margin-top: 20px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Responsive Design Fix for Navbar Right */
@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        align-items: center;
    }

    .social-media {
        display: none;

    }

    .phone-button {
        margin-top: 10px;
    }

    nav {
        display: flex;
        justify-content: flex-start;
        margin-left: 20px;

    }

    .logo img {
        height: 135px;
    }

    .phone-button button {
        font-size: 0.7rem;
    }

    .phone-button button {
        font-size: 0.7rem;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }


    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: contents;
        position: fixed;
    }

    .dropdown-menu {
        position: static;
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown.active .dropdown-menu {
        display: block;
    }

    .title-form {
        font-size: 1.8rem;
    }

    .titles {
        margin: 0px;
    }

    .hero-section {
        width: auto;
    }

    .saviez-vous {
        margin: 0px;
        padding: 25px;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section p {
        font-size: 1.2rem;
    }

    .comparison-card {
        width: auto;
        margin-bottom: 20px;
    }

    .skin-firmness-section,
    .sculptface-section {
        width: auto;
        padding: 10px;
    }

    .wrinkle-causes-grid {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .sculptface-image {
        width: 100%;
    }

    .actifs-container {
        box-shadow: none;
    }

    .sleep-wrinkles-title .skin-title,
    .sculptface-title {
        font-size: 1.8rem;
    }

    .stages {
        flex-direction: column;
    }

    .stage {
        flex: 1 1 100%;
    }

    .stage-title {
        font-size: 22px;
    }

    .stage-description {
        font-size: 14px;
    }

    li {
        font-size: 12px;
    }

    .slide h2 {
        font-size: 20px;
    }

    .slide p {
        font-size: 14px;
    }

    .prev,
    .next {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .prev {
        left: 10px;
        /* Smaller spacing for smaller screens */
    }

    .next {
        right: 10px;
        /* Smaller spacing for smaller screens */
    }

    .post-session-card {
        padding: 15px;
    }

    .post-session-card h2 {
        font-size: 1.3em;
    }

    .post-session-card ul li {
        font-size: 0.9em;
    }

    .laser-test-section {
        flex-direction: column;
    }

    .laser-test-content {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .laser-test-content h2 {
        font-size: 1.5em;
    }

    .laser-test-content p {
        font-size: 0.9em;
    }

    .laser-test-image {
        flex: 1 1 100%;
    }

    .prep-session,
    .action-session,
    .aftercare-session {
        padding: 15px;
        margin: 10px;
    }

    .aftercare-session {
        grid-template-columns: 1fr;
    }

    .prep-title,
    .action-title,
    .aftercare-title {
        font-size: 1.4em;
    }

    .causes-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .comparison-title {
        font-size: 2rem;
    }

    .comparison-images {
        flex-direction: column;
    }

    .comparison-image-left,
    .comparison-image-right {
        max-width: 80%;
    }

    .vs-text {
        font-size: 1.5rem;
    }

    .comparison-cards {
        flex-direction: column;
    }

    .comparison-section {
        padding: 0px;
    }

    .wrinkle-causes-image {
        width: 70%;
        height: auto;
    }

    .skin-title {
        font-size: 2rem;
    }

    .skin-subtitle {
        font-size: 1.5rem;
    }

    .skin-text {
        font-size: 1rem;
    }

    .sculptface-content {
        flex-direction: column;
        text-align: center;
    }

    .actifs-container,
    .sleep-wrinkles-container {
        padding: 10px;
    }

    .sleep-wrinkles-container {
        flex-direction: column;
        text-align: center;
    }

    .sleep-wrinkles-image,
    .sleep-wrinkles-text {
        width: 100%;
        padding: 0;
    }

    .wrinkle-causes-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}