        .rechercheapt-field input,
        .rechercheapt-field select {
            width: 100%;
            box-sizing: border-box;
        }

        .rechercheapt-field input[type="date"] {
            appearance: none;
            -webkit-appearance: none;
        }

        .rechercheapt-field input {
            height: 44px;
            padding: 0 10px;
        }

        .rechercheapt-hero {
            position: relative;
            overflow: visible;
        }

        .rechercheapt-box {
            position: relative;
            transform: translateY(135px);
            z-index: 10;

            background: #fff;
            border-radius: 16px;
            padding: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .rechercheapt-form {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 15px;
            align-items: end;
        }

        .rechercheapt-field {
            display: flex;
            flex-direction: column;
            font-size: 14px;
        }

        .rechercheapt-field label {
            margin-bottom: 6px;
            font-weight: bold;
            color: #333;
        }

        .rechercheapt-field input,
        .rechercheapt-field select {

            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;

            padding: 10px;
            border-radius: 8px;
            border: 1px solid #ddd;
            font-size: 14px;
            transition: border 0.2s, box-shadow 0.2s;
            background-color: white;
        }

        .menuderoulant {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23999' d='M5 7l5 5 5-5z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 10px center;
        }

        .rechercheapt-field input[type="date"] {
            color: #333;
        }

        .rechercheapt-field input[type="date"]:invalid {
            color: #999;
        }

        .rechercheapt-field input:focus,
        .rechercheapt-field select:focus {
            border-color: #4a90e2;
            outline: none;
            box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
        }

        .rechercheapt-button {
            background: linear-gradient(0deg, rgba(19, 199, 163, 1) 0%, rgba(3, 152, 158, 1) 100%);
            color: white;
            border: none;
            padding: 12px;
            border-radius: 10px;
            font-size: 16px;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-weight: 600;
        }

        .rechercheapt-button:hover {
            background: linear-gradient(0deg, rgba(19, 199, 163, 1) 0%, rgba(3, 152, 158, 1) 100%);
        }

        .rechercheapt-button:active {
            transform: translateY(1px);
        }

        @media (max-width: 600px) {
            .rechercheapt-form {
                grid-template-columns: 1fr 1fr;
            }

            .rechercheapt-button {
                grid-column: span 2;
            }
        }

        header.masthead-apt {
            padding: 250px 0 80px;
            color: #fff;

            background-image: url("../assets/img/header-bg.jpg");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: scroll;

            position: relative;
        }

        @media (max-width: 640px) {
            header.masthead-apt {
                background-attachment: initial;
                padding: 100px 0 60px;
            }
        }

        .rechercheapt-hero .container {
            margin-top: 90px;
        }

        .rechercheapt-hero h1 {
            transform: translateY(115px);
        }


        .bg-dark-bpaura {
            position: relative;
            padding-top: 70px;
            padding-bottom: 35px;
            box-sizing: border-box;
            /* Assure que le padding est inclus dans la largeur */
        }

        .bg-dark-bpaura::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100%;
            background-color: #f9f9f9;
            z-index: -1;
            transform: translateX(-50%);
            left: 50%;
        }

        .container-cards-bpaura {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .card-bpaura i {
            display: inline-block;
            color: #5aa481;
            /* fallback mobile */
            background: linear-gradient(0deg, rgba(3, 152, 158, 1) 0%, rgba(19, 199, 163, 1) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .card-bpaura:hover i {
            background: none;
            -webkit-text-fill-color: white;
        }

        .card-bpaura {
            width: calc(16% - 10px);
            /* 50% moins l'espace entre les cartes */
            margin-bottom: 20px;
            background-color: #fff;
            padding: 20px;
            box-sizing: border-box;
            border-radius: 25px;

            transition: transform 0.3s ease;
            padding-bottom: 5px;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
        }

        .card-bpaura:hover {
            background: linear-gradient(0deg, rgba(3, 152, 158, 1) 0%, rgba(19, 199, 163, 1) 100%);
        }

        .card-bpaura:hover p {
            color: white;
        }

        @media (max-width: 768px) {
            .card-bpaura {
                width: calc(50% - 10px);
            }
        }

        .zoom {
            transition: transform 0.3s ease;
        }

        .zoom:hover {
            transform: scale(1.05);
        }

        .darkos {
            background-color: #f9f9f9;
        }

        .containerh {
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-auto-rows: 1fr;
            gap: 20px;
            width: 100%;
            margin: 40px auto;
        }

        .cardh {
            background-color: #fff;
            padding: 20px;
            border-radius: 25px;
            display: flex;
            flex-direction: column;
        }

        .cardh img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            margin-bottom: 20px;
            z-index: 4;
        }

        .cardh ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .cardh li {
            margin-bottom: 10px;
        }

        .cardh.price-action {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
        }

        .cardh button {
            background-color: #5aa481;
            color: #fff;
            border-radius: 25px;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            font-family: Josefin Sans;
            cursor: pointer;
        }

        .cardh button:hover {
            background-color: #5ac593;
        }

        .cardh.small-image {
            display: flex;
            flex-direction: row;
            z-index: 3;
        }

        .cardh.small-image img {
            width: 200px;
            height: 100%;
            object-fit: cover;
            margin-right: 35px;
            border-radius: 25px;
        }

        .cardh.small-image2 img {
            height: 200px;
            object-fit: cover;
            border-radius: 25px;
        }

        .cardh.small-image>*:not(img) {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .left-scale {
            transform: scaleX(0.9);
            transform-origin: right;
        }

        .left-scale2 {
            transform: scaleX(0.95);
            transform-origin: right;
        }

        .cardh.small-image img:first-child {
            margin-left: -90px;
        }

        .cardh.small-image2 img:first-child {
            margin-top: -90px;
        }

        .price-action {
            flex-direction: column;
            align-items: flex-end;
            align-items: center;
            justify-content: center;
        }

        .price {
            margin-bottom: 10px;
        }

        .rotate-5 {
            transform: rotate(-2deg);
        }

        .rotate-10 {
            transform: rotate(3deg);
        }

        .overlay-image {
            position: absolute;
            top: 75px;
            right: -200px;
            width: 25%;
            z-index: 2;
        }

        .overlay-image2 {
            position: absolute;
            top: 670px;
            left: -150px;
            width: 25%;
            z-index: 0;
            transform: rotate(-70deg);
        }

        @media (max-width: 768px) {
            .mobile-view-none {
                display: none;
            }
        }

        section {
            padding: 2rem !important;
        }

        .custom-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: auto;
            margin: 0;
            flex-wrap: wrap;
        }

        .container-rev {
            display: flex;
            flex-wrap: wrap;
        }

        .card-rev {
            background: #fff;
            margin: 0;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            box-sizing: border-box;
            border-radius: 25px;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
        }

        .card-rev.middle {
            height: 420px;
            margin-top: -25px;
            margin-bottom: -25px;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
            z-index: 1;
        }

        .card-rev:not(.middle) {
            height:
                370px;
        }

        .card-rev img {
            width: 100%;
            height: auto;
            max-width: 100px;
        }

        .profile-rev {
            display: flex;
            width: 90%;
            align-items: center;
            margin-top: auto;
        }

        .profile-rev img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 10px;
        }

        .profile-rev .info-rev {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .name {
            font-size: 1.1em;
            font-weight: bold;
        }

        .location {
            font-size: 0.9em;
            color: gray;
        }

        .review-text {
            margin: 20px 20px;
            text-align: left;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        @media (max-width: 900px) {
            .container-rev {
                flex-direction: column;
            }

            .card-rev {
                width: 100%;

                margin-top: 20px;
                margin-bottom: 20px;
                border-radius: 25px;
            }

            .card-rev.middle {
                margin-top: 0;
                margin-bottom: 0;

            }
        }

        .qsn-section {
            padding: 40px 20px;
        }

        .qsn-container {
            max-width: 1320px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 60px;
        }

        .qsn-left {
            flex: 0 0 calc(33.33% - 30px);
        }

        .qsn-right {
            flex: 0 0 calc(66.66% - 30px);
        }

        .qsn-image {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            display: block;
        }


        .qsn-title {
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .qsn-text {
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 25px;
            color: #fff;
        }

        .qsn-button {
            display: inline-block;
            background: #5aa481;
            color: white;
            padding: 12px 24px;
            border-radius: 30px;
            text-decoration: none;
            transition: background 0.2s;
        }

        .qsn-button:hover {
            background: #4a8d6d;
        }

        /* responsive */
        @media (max-width: 768px) {
            .qsn-container {
                flex-direction: column;
                text-align: center;
            }
        }