@import url('https://fonts.cdnfonts.com/css/glacial-indifference');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
    font-family: 'The Seasons';
    src: url('fonts/fonnts.com-theseasons-reg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('fonts/fonnts.com-theseasons-bd.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'The Seasons';
    src: url('fonts/fonnts.com-theseasons-it.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Glacial Indifference', sans-serif;
    line-height: 1.6;
    color: #2A3C24;
    background-color: #ECE2D0;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    height: auto;
}

html {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}

main {
    flex: 1;
}

.navbar {
    background-color: #ECE2D0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.nav-container {
    width: 100%;
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex: 1;
}

.nav-left {
    display: flex;
    gap: 2rem;
    align-items: center;
    height: 100%;
}

.nav-link {
    color: #2A3C24;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: normal;
    text-transform: lowercase;
    transition: opacity 0.3s ease;
}

.nav-link:hover {
    opacity: 0.7;
}

.nav-right {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-img {
    height: 43.2px;
    width: auto;
    display: block;
}

.separator {
    width: 100%;
    height: 3px;
    background-color: #2A3C24;
    margin-top: 1rem;
}

.hero-section {
    background-color: #ECE2D0;
    color: #2A3C24;
    padding: 4rem 2rem;
    width: 100%;
    overflow: hidden;
}

.hero-content {
    text-align: left;
}

.hero-carousel {
    width: 100vw;
    overflow: hidden;
    margin-bottom: 1.5rem;
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.hero-carousel-track {
    display: flex;
    width: fit-content;
    animation: scroll-horizontal 70s linear infinite;
    white-space: nowrap;
    will-change: transform;
    gap: 0;
}

.hero-carousel-item {
    font-size: 3.45rem;
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    margin-right: 8rem;
    flex-shrink: 0;
    white-space: nowrap;
    width: auto;
    min-width: 100vw;
    text-align: center;
    display: inline-block;
}

@keyframes scroll-horizontal {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100vw * 5));
    }
}

/* Responsive pour le carrousel */
@media (max-width: 1024px) {
    .hero-carousel-item {
        padding-right: 4rem;
        min-width: 100vw;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .hero-carousel-item {
        margin-right: 6rem;
        padding-left: 2rem;
        min-width: 100vw;
        width: auto;
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .hero-carousel-item {
        margin-right: 1rem;
        padding-left: 1.5rem;
        min-width: 100vw;
        width: auto;
        display: inline-block;
    }
}

.hero-content h1 {
    font-size: 3.45rem;
    margin-bottom: 1.5rem;
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-content p {
    font-size: 1.265rem;
    font-family: 'Glacial Indifference', sans-serif;
    line-height: 1.8;
    max-width: 800px;
}

/* Section Prestations */
.services-section {
    padding: 5rem 2rem;
    background-color: #ECE2D0;
    width: 100%;
}

.services-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
}

.services-title {
    font-family: 'The Seasons', serif;
    font-size: 4rem;
    color: #2A3C24;
    font-weight: normal;
    margin: 0;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.services-intro {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.265rem;
    color: #2A3C24;
    text-align: center;
    margin: 0;
    margin-bottom: 0.5rem;
}

.services-intro-text {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.1rem;
    color: #2A3C24;
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
    max-width: 800px;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    width: 100%;
    margin-bottom: 3rem;
}

.service-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

.service-column-title {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.5rem;
    color: #2A3C24;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    width: 100%;
}

.service-column-price {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.2rem;
    color: #2A3C24;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.5rem;
    text-align: center;
    width: 100%;
}

.service-column-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    align-items: center;
}

.service-column-list li {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1rem;
    color: #2A3C24;
    line-height: 1.6;
    padding-left: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

/* Baisser la phrase "Engagement 1 à 3 mois..." dans la troisième colonne */
.service-column:nth-child(3) .service-column-list li:nth-child(8) {
    margin-top: 0.3rem;
}

.services-contact-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
}

.services-contact-btn {
    width: auto;
    padding: 0.85rem 2.5rem;
    background-color: #2A2A2A;
    color: #ECE2D0;
    border: none;
    border-radius: 25px;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.1rem;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-weight: normal;
}

.services-contact-btn:hover {
    opacity: 0.8;
}

/* Modal Contact */
.contact-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    overflow: auto;
    transition: background-color 0.4s ease;
}

.contact-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.contact-modal-content {
    background-color: #2A3C24;
    margin: auto;
    padding: 0;
    border: none;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    overflow: hidden;
    transform: scale(0.7) translateY(-100px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
    opacity: 0;
}

.contact-modal.active .contact-modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.contact-modal.closing .contact-modal-content {
    transform: scale(0.7) translateY(-100px);
    opacity: 0;
}

.contact-modal.closing {
    background-color: rgba(0, 0, 0, 0);
}

.contact-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #ECE2D0;
    cursor: pointer;
    line-height: 1;
    z-index: 1001;
}

.contact-close:hover {
    opacity: 0.7;
}

.contact-title {
    font-family: 'The Seasons', serif;
    font-size: 1.8rem;
    color: #ECE2D0;
    font-weight: normal;
    margin: 0;
    padding: 2rem 2rem 1.5rem 2rem;
}

.contact-form {
    padding: 2rem;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem;
}

.contact-form-group label {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1rem;
    color: #ECE2D0;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.contact-form-group input {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1rem;
    color: #2A3C24;
    background-color: #ECE2D0;
    border: 1px solid #ECE2D0;
    border-radius: 8px;
    padding: 0.7rem 1rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form-group textarea {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.1rem;
    color: #2A3C24;
    background-color: #ECE2D0;
    border: 1px solid #ECE2D0;
    border-radius: 8px;
    padding: 1rem 1.2rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
    border-color: #ECE2D0;
    border-width: 2px;
}

.contact-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form-group label .facultatif {
    font-size: 0.85rem;
    opacity: 0.7;
    font-weight: normal;
    margin-left: 0.5rem;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: #2A3C24;
    opacity: 0.5;
}

.contact-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 0;
}

.contact-submit-btn {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.1rem;
    color: #2A3C24;
    background-color: #ECE2D0;
    border: none;
    padding: 1rem 2rem;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-weight: bold;
    border-radius: 8px;
    width: 100%;
}

.contact-submit-btn:hover {
    opacity: 0.8;
}

.contact-success-message {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 3rem;
    background-color: #ECE2D0;
    border-radius: 12px;
    text-align: center;
    z-index: 1002;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    min-width: 300px;
    max-width: 90%;
    animation: slideIn 0.4s ease;
}

.contact-success-message.show {
    display: block;
}

.contact-success-message p {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.1rem;
    color: #2A3C24;
    margin: 0;
    font-weight: 500;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Modal */
@media (max-width: 768px) {
    .contact-modal-content {
        width: 95%;
        margin: 2rem auto;
        transform: scale(0.9) translateY(-30px);
    }

    .contact-modal.active .contact-modal-content {
        transform: scale(1) translateY(0);
    }

    .contact-title {
        font-size: 1.5rem;
        padding: 1.5rem 1.5rem 1rem 1.5rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .contact-form-group {
        margin-bottom: 1.5rem;
    }

    .contact-form-group input {
        font-size: 0.95rem;
        padding: 0.6rem 0.9rem;
    }

    .contact-form-group textarea {
        font-size: 1rem;
        padding: 0.85rem 1rem;
    }

    .contact-submit-btn {
        font-size: 1rem;
        padding: 0.9rem 1.5rem;
    }

    .contact-success-message {
        padding: 1.5rem 2rem;
        min-width: 250px;
    }

    .contact-success-message p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-modal-content {
        width: 98%;
        margin: 1rem auto;
    }

    .contact-title {
        font-size: 1.3rem;
        padding: 1.2rem 1.2rem 0.8rem 1.2rem;
    }

    .contact-form {
        padding: 1.2rem;
    }

    .contact-form-group {
        margin-bottom: 1.2rem;
    }

    .contact-close {
        right: 15px;
        top: 15px;
        font-size: 24px;
    }

    .contact-success-message {
        padding: 1.2rem 1.5rem;
        min-width: 200px;
        max-width: 85%;
    }

    .contact-success-message p {
        font-size: 0.95rem;
    }
}

/* Section À propos */
.about-section {
    background-color: #2A3C24;
    padding: 2.5rem 0;
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 0;
}

.about-container {
    width: 100%;
    min-height: 400px;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: none;
}

.about-img {
    width: auto;
    height: auto;
    max-width: 12vw;
    max-height: 20vh;
    display: block;
    position: absolute;
    object-fit: contain;
}

/* Positionnement libre des images - Utilisez des unités relatives (%, vw, vh) pour le responsive */
/* left: 0 = bord gauche de l'écran, right: 0 = bord droit de l'écran */
/* top: 0 = haut de la section, bottom: 0 = bas de la section */
.about-img-top-left {
    top: 0%;
    left: 0%;
    /* Exemple: top: 5%; left: 2%; pour déplacer l'image */
}

.about-img-top-right {
    top: 0%;
    right: 15%;
    /* Exemple: top: 5%; right: 2%; pour déplacer l'image */
}

.about-img-bottom-left {
    bottom: 0%;
    left: 10%;
    /* Exemple: bottom: 5%; left: 2%; pour déplacer l'image */
}

.about-img-bottom-right {
    bottom: 0%;
    right: 0%;
    /* Exemple: bottom: 5%; right: 2%; pour déplacer l'image */
}

.about-text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ECE2D0;
    font-family: 'Libre Baskerville', serif;
    padding: 1.5rem 0;
    max-width: 80%;
    width: 90%;
    z-index: 1;
    pointer-events: none;
}

.about-text-center p {
    font-size: clamp(1.2rem, 4vw, 2.4rem);
    line-height: 1.6;
    color: #ECE2D0;
    text-align: center;
    margin: 0;
    font-family: 'Libre Baskerville', serif;
}

.about-text-center p em {
    font-style: italic;
}

/* Section À propos - Suite */
.about-continued-section {
    background-color: #8F754F;
    padding: 5rem 2rem;
    width: 100%;
}

.about-continued-container {
    max-width: 900px;
    margin: 0 auto;
    color: #ECE2D0;
    font-family: 'Glacial Indifference', sans-serif;
}

.about-continued-first {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #ECE2D0;
    margin-bottom: 3rem;
    padding-left: 2rem;
    text-align: justify;
    font-family: 'Glacial Indifference', sans-serif;
}

.about-continued-text {
    font-size: 1.265rem;
    line-height: 1.8;
    color: #ECE2D0;
    margin-bottom: 2.5rem;
    text-align: justify;
    font-family: 'Glacial Indifference', sans-serif;
    padding-left: 4rem;
}

.about-continued-text:last-child {
    margin-bottom: 0;
}

/* Section Newsletter */
.newsletter-section {
    background-color: #8F754F;
    padding: 2rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newsletter-link {
    display: block;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin: 0 auto;
    text-align: center;
}

.newsletter-link:hover {
    opacity: 0.9;
}

.newsletter-image {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.newsletter-notion-text {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.1rem;
    color: #ECE2D0;
    text-align: center;
    margin: 1.5rem auto 0;
    max-width: 800px;
    line-height: 1.6;
}

.newsletter-notion-link {
    color: #ECE2D0;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.newsletter-notion-link:hover {
    opacity: 0.7;
}

/* Modal Newsletter */
.newsletter-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    overflow: auto;
    transition: background-color 0.4s ease;
}

.newsletter-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.newsletter-modal-content {
    background-color: #ECE2D0;
    margin: auto;
    padding: 2rem;
    border: none;
    width: 90%;
    max-width: 650px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    overflow: hidden;
    transform: scale(0.7) translateY(-100px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
    opacity: 0;
}

.newsletter-modal.active .newsletter-modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.newsletter-modal.closing .newsletter-modal-content {
    transform: scale(0.7) translateY(-100px);
    opacity: 0;
}

.newsletter-modal.closing {
    background-color: rgba(0, 0, 0, 0);
}

.newsletter-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #2A3C24;
    cursor: pointer;
    line-height: 1;
    z-index: 1001;
}

.newsletter-close:hover {
    opacity: 0.7;
}

.newsletter-form-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
}

.newsletter-form-container iframe {
    max-width: 100%;
}

.footer {
    background-color: #2A3C24;
    color: #ECE2D0;
    padding: 3.63rem 2rem;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    flex-shrink: 0;
    min-height: 250px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    justify-content: flex-start;
    width: fit-content;
}

.footer-left-image {
    max-width: 600px;
    height: auto;
    display: block;
    object-fit: contain;
    position: relative;
    margin-top: -35%;
    margin-bottom: -35%;
    margin-left: -40%;
    margin-right: -20%;
    z-index: 1;
}

.footer-left-text {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 4rem;
    color: #ECE2D0;
    margin: 0;
    margin-left: 0%;
    line-height: 1.05;
    position: relative;
    z-index: 2;
}

.footer-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 10;
}

.footer-center-image {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    align-items: flex-start;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 0rem;
}

.footer-right-section .footer-label:nth-of-type(2) {
    margin-top: 2rem;
}

.footer-right-section {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.footer-label {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1rem;
    color: #ECE2D0;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0;
}

.footer-text {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1rem;
    color: #ECE2D0;
    font-weight: normal;
    margin: 0;
}

.footer-link {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1rem;
    color: #ECE2D0;
    font-weight: normal;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    opacity: 0.7;
}

/* Responsive - Services */
@media (max-width: 1024px) {
    .services-container {
        padding: 0 1.5rem;
    }

    .services-title {
        font-size: 3rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 3rem 1.5rem;
    }

    .services-container {
        padding: 0 1rem;
    }

    .services-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .services-intro {
        font-size: 1.15rem;
    }

    .services-intro-text {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-column-title {
        font-size: 1.3rem;
    }

    .service-column-price {
        font-size: 1.1rem;
    }

    .service-column-list li {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .services-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .services-intro {
        font-size: 1.1rem;
    }

    .services-intro-text {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .services-contact-btn {
        font-size: 1rem;
        padding: 0.7rem 2rem;
    }

    .service-column-title {
        font-size: 1.1rem;
    }

    .service-column-price {
        font-size: 1rem;
    }

    .service-column-list li {
        font-size: 0.9rem;
    }

    .services-container {
        padding: 0 0.5rem;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .services-container {
        max-width: 1200px;
        gap: 3rem;
    }

    .hero-carousel-item {
        font-size: 3rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-carousel-item {
        font-size: 2.5rem;
        padding-right: 5rem;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-left {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    .nav-right {
        position: static;
        transform: none;
        width: 100%;
        justify-content: center;
        margin-top: 1rem;
    }

    .hero-section {
        padding: 3rem 1.5rem;
    }

    .hero-carousel {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .hero-carousel-item {
        font-size: 2.3rem;
        margin-right: 6rem;
        padding-left: 2rem;
        width: auto;
        min-width: 100vw;
        display: inline-block;
    }

    .hero-content h1 {
        font-size: 2.3rem;
    }

    .hero-content p {
        font-size: 1.15rem;
    }

    .newsletter-section {
        padding: 3rem 1.5rem;
    }

    .about-continued-section {
        padding: 3rem 1.5rem;
    }

    .about-continued-container {
        max-width: 100%;
    }

    .about-continued-first {
        font-size: 1.3rem;
        padding-left: 1rem;
    }

    .about-continued-text {
        font-size: 1.1rem;
        padding-left: 1.5rem;
    }

    .footer {
        padding: 2.5rem 1.5rem;
        min-height: 200px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-center {
        order: -1;
        position: relative;
        left: auto;
        transform: none;
    }

    .footer-right {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
    }

    .about-container {
        min-height: auto;
        padding: 2rem 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .about-img {
        position: relative;
        display: block;
        max-width: 30%;
        max-height: 20vh;
        margin: 0;
    }

    .about-img-top-left {
        position: absolute;
        top: 5%;
        left: 2%;
    }

    .about-img-top-right {
        position: absolute;
        top: 5%;
        right: 2%;
    }

    .about-img-bottom-left {
        position: absolute;
        bottom: 5%;
        left: 2%;
    }

    .about-img-bottom-right {
        position: absolute;
        bottom: 5%;
        right: 2%;
    }

    .about-text-center {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 2rem auto;
        max-width: 85%;
        z-index: 1;
    }

    .about-text-center p {
        font-size: 1.4rem;
    }

    .about-continued-section {
        padding: 3rem 1.5rem;
    }

    .about-continued-container {
        max-width: 100%;
    }

    .about-continued-first {
        font-size: 1.3rem;
        padding-left: 1rem;
        margin-bottom: 2rem;
    }

    .about-continued-text {
        font-size: 1.1rem;
        padding-left: 2rem;
        margin-bottom: 2rem;
    }
}

/* Tablettes */
@media (min-width: 769px) and (max-width: 1024px) {
    .about-img {
        max-width: 10vw;
        max-height: 18vh;
    }

    .about-img-top-left {
        top: 3%;
        left: 1%;
    }

    .about-img-top-right {
        top: 3%;
        right: 1%;
    }

    .about-img-bottom-left {
        bottom: 3%;
        left: 1%;
    }

    .about-img-bottom-right {
        bottom: 3%;
        right: 1%;
    }

    .about-text-center {
        max-width: 75%;
    }

    .about-text-center p {
        font-size: clamp(1.4rem, 3.5vw, 2rem);
    }
}

/* Grandes tablettes et petits écrans */
@media (min-width: 1025px) and (max-width: 1440px) {
    .about-img {
        max-width: 11vw;
        max-height: 22vh;
    }

    .about-img-top-left {
        top: 4%;
        left: 1.5%;
    }

    .about-img-top-right {
        top: 4%;
        right: 1.5%;
    }

    .about-img-bottom-left {
        bottom: 4%;
        left: 1.5%;
    }

    .about-img-bottom-right {
        bottom: 4%;
        right: 1.5%;
    }
}

/* Très grands écrans */
@media (min-width: 1920px) {
    .about-img {
        max-width: 10vw;
        max-height: 18vh;
    }
}

/* Petits écrans */
@media (max-width: 480px) {
    .hero-section {
        padding: 2rem 1rem;
    }

    .hero-carousel {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .hero-carousel-item {
        font-size: 1.4rem;
        margin-right: 1rem;
        padding-left: 1.5rem;
        width: auto;
        min-width: 100vw;
        display: inline-block;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .about-img {
        max-width: 28vw;
        max-height: 18vh;
    }

    .about-img-top-left {
        top: 3%;
        left: 1%;
    }

    .about-img-top-right {
        top: 3%;
        right: 1%;
    }

    .about-img-bottom-left {
        bottom: 3%;
        left: 1%;
    }

    .about-img-bottom-right {
        bottom: 3%;
        right: 1%;
    }

    .about-text-center {
        max-width: 90%;
    }

    .about-text-center p {
        font-size: 1.2rem;
    }

    .nav-link {
        font-size: 1rem;
    }

    .newsletter-section {
        padding: 1.5rem 0;
    }

    .newsletter-image {
        max-width: 90%;
    }

    .newsletter-modal-content {
        width: 95%;
        padding: 1.5rem;
    }

    .newsletter-form-container {
        min-height: 300px;
    }

    .newsletter-form-container iframe {
        width: 100% !important;
        height: auto !important;
        min-height: 300px;
    }

    .footer {
        padding: 2rem 1rem;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-left {
        flex-direction: column;
        align-items: center;
    }

    .footer-center {
        order: -1;
    }

    .footer-right {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .footer-right-section {
        align-items: center;
    }

    .footer-left-image {
        max-width: 80%;
        margin-top: -20%;
        margin-bottom: -20%;
        margin-left: -20%;
        margin-right: -20%;
    }

    .footer-left-text {
        font-size: 2.5rem;
    }

    .footer-center-image {
        max-width: 150px;
    }

    .footer-right {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-right: 0;
    }

    .about-continued-section {
        padding: 2rem 1rem;
    }

    .about-continued-first {
        font-size: 1.2rem;
        padding-left: 0.5rem;
    }

    .about-continued-text {
        font-size: 1rem;
        padding-left: 1rem;
    }
}

